/*иформация об отеле*/
div#topblock {
    position: relative;
}
#hotel-name-address {
    width: 100%;
    display: inline-block;
}
#hotel-address {
    font-size: 1.1em;
    color: #213d94;
    margin-top: 26px;
    margin-left: 3px;
    display: inline-block;
    width: 80%;
    font-family: 'Fira Sans';
}
#hotel-on-map {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 80px;
    vertical-align: top;
    margin-top: -10px;
	display: none;
}
div#hotel-on-map img {
    height: 100%;
}
.consult i {
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: 2px;
	color: #ffffff;
}
span.onmap {
    display: none;
}
.clearfix {
    clear: both;
}
.hotel-info {
    width: 100%;
}
.hotel-info p#price {
    line-height: 38px;
    font-size: 10px;
    padding-left: 5px;
    border-bottom: 5px solid #0073c6;
    border-radius: 0 0 3px 3px;
    background-color: #f2f2fc;
}
span.stars .fa-star {
    color: #ff9d17;
    font-size: 15px;
}
.servise-price {
    color: #B024CD;
    font-size: 12px;
}
.type-service-top {
    color: #7e86fb;
    padding: 5px 8px;
    background-color: #ffffff;
    border: 1px solid #c2c5f5;
}
.block-price-top, .age-free, .age-children {
    /* text-shadow: 1px 1px 1px #777777; */
    color: #FFFFFF;
    padding: 5px 8px;
    margin-right: 5px;
}
.block-price-top {
    background: #33c61f;
    background: -moz-linear-gradient(top, #33c61f 0%, #0aa23e 100%);
    background: -webkit-linear-gradient(top, #33c61f 0%, #0aa23e 100%);
    background: linear-gradient(to bottom, #33c61f 0%, #0aa23e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33c61f', endColorstr='#0aa23e', GradientType=0);
}
p.address {
    margin: 10px 0;
}
#discount-info {
    background-color: #f2f2fc;
    line-height: 26px;
    height: 26px;
    display: block;
}
#discount-info, #check-in-pay {
    font-family: 'Fira Sans';
    border-bottom: 0;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    padding: 0 10px 0 0px;
    margin-left: 13px;
    color: #1e53f9;
}
#discount-info:before {
    content: "\f164";
    color: #616faa;
    border: 1px solid;
    border-radius: 13px;
    font-size: 16px;
}
#discount-info:before, #check-in-pay:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    background: #fff;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    margin-right: 5px;
    margin-left: -13px;
}
.age-free {
    background: #3ce216;
    background: -moz-linear-gradient(top, #3ce216 1%, #03b727 100%);
    background: -webkit-linear-gradient(top, #3ce216 1%, #03b727 100%);
    background: linear-gradient(to bottom, #3ce216 1%, #03b727 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3ce216', endColorstr='#03b727', GradientType=0);
}
.age-children {
    background: #33c61f;
    background: -moz-linear-gradient(top, #33c61f 0%, #0aa23e 100%);
    background: -webkit-linear-gradient(top, #33c61f 0%, #0aa23e 100%);
    background: linear-gradient(to bottom, #33c61f 0%, #0aa23e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33c61f', endColorstr='#0aa23e', GradientType=0);
}
/*форма расчета*/
.form-pricing {
    background-color: #ffdb7b;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
    width: 100%;
    font-size: 11px;
    position: relative;
    z-index: 3;
    margin-bottom: 40px;
    display: table;
}
.formheader {
    display: table-caption;
}
.formheader h2 {
    background: #1e53f9;
    color: white;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    height: 18px;
	margin: 0;
}
.form-line-1 {
    width: 60%;
}
.form-line-1, .form-line-2 {
    display: inline-table;
    vertical-align: top;
}
#calendar {
    width: 280px;
    border-right: 1px solid;
}
.pricing-item {
    display: table-cell;
    text-transform: lowercase;
    vertical-align: top;
    font-family: 'Fira Sans';
    font-size: 1.2em;
    background-color: #fbfbf9;
    margin: 4px 0 3px 4px;
    border-left: 8px solid #faae03;
    position: relative;
}
.pricing-item label {
    display: block;
    padding-left: 5px;
    background-color: #fbfbf9;
	height: 19px;
}
.label-pricing {
    color: #213d94;
    font-size: 11px;
    font-weight: 500;
}
div#mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
}
div#mask:before {
    content: "\f073";
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ffa700;
    line-height: 68px;
    margin-left: 6px;
    font-weight: 300;
}
.date-range {
    font-size: 20px;
    border: 0;
    width: 260px;
    height: 30px;
    cursor: pointer;
    text-align: right;
    color: #213d94;
    padding-right: 10px;
    background-color: #fbfbf9;
}
input, select, textarea {
    font-family: 'Fira Sans', Arial;
    line-height: 19px;
    color: #111;
    border: 1px solid #d9e1ec;
}
#child_ages_box select {
    width: 70px;
    margin-left: 5px;
}
.clearfix {
    clear: both;
}
.tooltip-worning {
    position: absolute;
    display: none;
    z-index: 9999;
    width: 300px;
    left: 20%;
    bottom: 25%;
    text-align: left;
    line-height: 1.4;
    box-shadow: rgba(14, 14, 14, 0.2) 0px 5px 10px;
    opacity: 0;
    cursor: default;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: normal;
    color: rgb(124, 124, 124);
    margin: 0px 0px 20px -165px;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.arr {
    left: 50%;
    margin-left: -11px;
    bottom: -11px;
    position: absolute;
    display: block;
    border-width: 11px;
    border-color: transparent;
    border-style: solid;
}
div#adults {
    border-left: 0;
}
#adults, #children {
    width: 14%;
    position: relative;
    background-color: #fbfbf9;
    border-right: 1px solid;
}
.pricing-item.age {
    text-transform: none;
    background-color: transparent;
    border: 0;
    padding-left: 6px;
}
div#children {
    border-left: 0;
}
div#adults:before {
    content: "\f235";
    color: #3788ff;
}
div#children:before {
    content: "\f1ae";
    color: #43ae37;
}
div#adults:before, div#children:before {
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 68px;
    margin-left: 6px;
    font-weight: 300;
    position: absolute;
}
#adults label, #children label {
    padding-right: 2px;
}
.formselect {
    font-size: 20px;
    border: 0;
    background-color: #fbfbf9;
    width: 70%;
    height: 32px;
    cursor: pointer;
    text-align: center;
    text-align-last: center;
    color: #213d94;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
	margin: auto;
}
.form-line-2 {
    width: 40%;
}
#enterChildrenAge {
    cursor: pointer;
}
.a_disabled {
    pointer-events: none;
    cursor: default;
    color: #ffdb7b;
}
@media (max-width: 1109px)
#form-button {
    width: 18%;
}
#form-button {
    display: table-cell;
}
.form-pricing input#SubmitFPH, .form-pricing-book input#SubmitFPH {
    line-height: 49px;
    width: 100%;
    padding: 0;
    border-right: 0;
}
.button-buy, .button, .dicount-button-cancel, .dicount-button-submit, .servdel-button-cancel {
    background-color: #3688ff;
    color: white;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 17px;
    font-family: 'Fira Sans';
    font-weight: 300;
    padding: 0;
    transition: all linear 0.2s;
    background: rgba(141,235,141,1);
    background: -moz-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(141,235,141,1)), color-stop(50%, rgba(23,186,23,1)), color-stop(51%, rgba(17,158,20,1)), color-stop(100%, rgba(90,204,90,1)));
    background: -webkit-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: -o-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: -ms-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: linear-gradient(to bottom, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8deb8d', endColorstr='#5acc5a', GradientType=0 );	
}
.button-buy:hover, .button:hover, .dicount-button-cancel:hover, .dicount-button-submit:hover, .servdel-button-cancel:hover {
	background: rgba(197,235,197,1);
    background: -moz-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197,235,197,1)), color-stop(50%, rgba(75,207,75,1)), color-stop(51%, rgba(40,184,43,1)), color-stop(100%, rgba(141,240,141,1)));
    background: -webkit-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: -o-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: -ms-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: linear-gradient(to bottom, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebc5', endColorstr='#8df08d', GradientType=0 );
}
#child_ages {
    display: none;
    border: 1px solid #717b98;
    -moz-border-radius: 4px;
    background-color: #ffffff;
    padding: 15px 30px;
    position: absolute;
    vertical-align: middle;
    top: 53px;
    right: 280px;
}
h2.child_ages_header {
    text-align: center;
    color: #1137ad;
    font-family: 'Fira Sans';
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
h2.child_ages_header {
    text-align: center;
    color: #1137ad;
    font-family: 'Fira Sans';
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
span.underline {
    border-bottom: 1px solid;
}
#child_ages_box {
    margin: 10px auto;
    text-align: center;
}
#child_ages .button-box {
    text-align: center;
}
.button-box {
    margin-top: 20px;
}
div#child_ages input[type="button"] {
    width: 90px;
    padding: 6px 10px;
    margin: 0;
    border-radius: 2px;
    transition: all linear 0.2s;
}
.button-box input[type="button"] {
    height: 30px;
    min-width: 120px;
}
input.button-cancel {
    border: 1px solid #FFFFFF;
    background-color: #bcbcce;
}
.button-submit, .button-cancel, .button-resend {
    border: 1px solid #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #3688ff;
    padding: 6px 30px;
    color: white;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans',Helvetica;
}

.clicksubmitFPH {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 5;
    opacity: 0.5;
    background-color: #ffffff;
}
.loadtext {
    margin: auto;
    margin-top: 330px;
    width: 500px;
}
.lds-ripple {
    width: 500px !important;
    height: 500px !important;
    -webkit-transform: translate(-250px, -250px) scale(1) translate(250px, 250px);
    transform: translate(-250px, -250px) scale(1) translate(250px, 250px);
}
.lds-ripple {
    position: relative;
}
.lds-ripple div:nth-child(1) {
    border-color: #6bff76;
}
.lds-ripple div {
    box-sizing: content-box;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    border-color: #b7e2ff;
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}

/**/
.table {
    display: table;
    width: 100%;
    position: relative;
}
#share {
    font-family: 'Fira Sans';
    font-size: 13px;
    text-align: right;
}
#share img {
    vertical-align: bottom;
    margin: 0 5px;
}
#copylink {
    color: #6476af;
    margin-left: 10px;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
}
#copylink a {
    text-decoration: underline dashed;
}
.inactive {
    line-height: 1.2;
    color: #9698ad;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
}
/**/

.closeBookingWindow{
	position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
    z-index: 9999;
    font-size: 12px;
    text-decoration: underline;
}
/*сообщения*/
.info {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 5412;
}
#info_body {
    background-color: rgb(255, 255, 255);
    border: 1px solid #bab8de;
    max-width: 600px;
    padding: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Fira Sans';
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    margin-top: 100px;
}
.info_body {
    background-color: rgb(255, 255, 255);
    border: 1px solid #bab8de;
    padding: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Fira Sans';
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    margin-top: 100px;
}
.button-box {
    margin-top: 20px;
}
.info:after {
    content: "";
    background-image: url(../images/ptrn1.png);
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

/*результаты расчета*/
#result {
    display: none;
    padding: 25px 15px 0px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
    border: 1px solid #ddd;
    position: relative;
}
#result {
    font-size: 12px;
    margin-bottom: 18px;
    position: relative;
}

div#coll_exp {
    position: absolute;
    top: 0;
    right: 20px;
    width: 100px;
    height: 19px;
    background-color: #ffdb7b;
    color: #8aa6ff;
    text-transform: uppercase;
    font-size: 0.9em;
    text-align: center;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    box-shadow: 1px 1px 1px #cecece;
    cursor: pointer;
    transition: all 0.3s linear;
}
#roomsort {
    color: #4874c3;
    margin: 10px;
    font-family: 'Fira Sans';
}
#roomsort span.active {
    font-weight: 500;
    color: #12b107;
}
#roomsort span {
    margin-left: 7px;
    cursor: pointer;
}
#roomsort span.active.AZ:after {
    content: "\f0dd";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 3px;
    color: #5590ff;
    font-weight: 300;
}
#roomsort span.active.ZA:after {
    content: "\f0de";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 3px;
    color: #F44336;
    font-weight: 300;
}
#roomfiltr {
    margin: 10px -15px 0;
    padding: 8px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fffdf1;
    font-family: 'Fira Sans';
    font-size: 14px;
    text-align: right;
    color: #5f5f5f;
}
div#roomfiltr div {
    display: inline-block;
    max-width: 60%;
    vertical-align: top;
}
div#roomfiltr > div > span {
    color: #47aa00;
    font-weight: 500;
}
#roomfiltr .checkbox {
    float: none;
    margin-bottom: 3px;
}
#roomfiltr > div:nth-child(2) {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid;
}
.checkbox {
    float: left;
    margin-left: 10px;
}
.checkbox label input[type="checkbox"], .answer label input[type="checkbox"] {
    display: none;
}
.checkbox label:after, .checkbox .cr, .answer label:after, .answer .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #B7B7B7;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    background-color: white;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .answer label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    color: #3BA161;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .answer label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(2) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox .cr .cr-icon, .answer .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.result_rooms {
    position: relative;
    background-color: #4247af;
    margin: 0 -15px;
    padding: 10px 10px 0;
}
.room {
    height: 150px;
    padding: 10px;
    position: relative;
    background-color: #fffdf1;
    border-radius: 2px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.32);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
	margin: auto;
}
.roomimg {
    width: 150px;
    height: 150px;
    float: left;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 0px 15px #A7A7A7;
    margin-right: 20px;
}
img.roomtmb {
    width: 150px;
    height: 150px;
    cursor: pointer;
}
.roomdecr {
    width: 420px;
    height: 150px;
    position: relative;
    float: left;
}
.name-room {
    color: #0041ff;
    font-size: 17px;
    min-width: 440px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 0;
}
.pithelp {
    margin-left: 3px;
    display: inline-block;
    border-bottom: 1px dotted;
}
.description-room {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1px;
    line-height: 13px;
}
.vmestim {
    position: absolute;
    color: #3566ff;
    line-height: 1em;
    bottom: 0;
    font-weight: bold;
}
.roomman:after {
    content: ".";
    margin-right: 5px;
}
.roomselectforcompar {
    position: absolute;
    right: 7px;
    top: 5px;
    color: #1db92a;
    font-family: 'Fira Sans';
    letter-spacing: 0.1px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    border-bottom: 1px dashed;
}
.roomprice {
    color: #0ea53a;
    margin-top: 28px;
    position: absolute;
    text-align: right;
    width: 250px;
    right: 7px;
}
.price {
    font-size: 30px;
    white-space: nowrap;
}
.sub-index-rub, .sub-index-rub-discount {
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 2px;
}
.price-discount {
    color: #9E9E9E;
    text-decoration: line-through;
    font-size: 17px;
}
.result_rooms:last-child {
    padding: 10px;
}
.sub-index-rub-discount {
    color: #9E9E9E;
}
.thereisdiscont {
    display: block;
    color: #657aff;
    font-family: 'Fira Sans';
    cursor: pointer;
    line-height: 20px;
    text-align: right;
    float: right;
    min-width: 150px;
}
.butt_zabron {
    position: absolute;
    bottom: 7px;
    right: 7px;
    padding: 3px;
    background: #72ce31;
}
input.button-buy {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    width: 165px!important;
    height: 25px;
}
.consult {
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 2px;
    text-align: center;
    margin-top: 12px;
    background: #6db3f2;
    background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
}