@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400italic,700italic,700,800,400&subset=latin,cyrillic);
 
@keyframes popups-loader-animation {
    0% {
        top: 94px;
        left: 94px;
        width: 0;
        height: 0;
        opacity: 1
    }

    to {
        top: 17px;
        left: 17px;
        width: 154px;
        height: 154px;
        opacity: 0
    }
}

@keyframes donut-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes fade-in-anything4views-bottom {
    0%,50% {
        transform: translateY(100vh);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-anything4views-top {
    0%,50% {
        transform: translateY(-100vh);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounce {
    0%,to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes spinner {
    0% {
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    40%,50%,60% {
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }

    to {
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg)
    }
}

.modal * {
    box-sizing: content-box !important;
}

.modal .form-field-container input {
	box-sizing: border-box !important;
}

.modal .form-field-container textarea {
	box-sizing: border-box !important;
}

.modal ul, li {
	list-style: none; 
	padding: 0;
	margin: 0;
}
  
.close {
	opacity: 1;
}

.icons {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-top: 1px;
    *margin-right: .3em
}

 

.box {
    border: 1px solid #d9d9d9;
    border-bottom: 3px solid #d9d9d9;
    border-radius: 4px;
    background: #fff
}

.box-padding {
    padding: 19px
}

.box-button {
    position: relative;
    color: #383838;
    padding-right: 220px
}

@media (max-width: 767px) {
    .box-button--adaptive {
        position:static;
        margin-left: 10px;
        margin-right: 10px;
        padding-right: 19px;
        text-align: center
    }
}

.box-button p {
    line-height: 20px
}

@media (max-width: 767px) {
    .box-button--adaptive p {
        margin-bottom:10px
    }
}

.box-button .site-btn {
    position: absolute;
    right: 20px;
    top: 10px
}

@media (max-width: 767px) {
    .box-button--adaptive .site-btn {
        position:static
    }
}

.button-link,.captcha-reload {
    border: 0;
    background: 0 0;
    color: #666;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    transition: color .2s ease-in-out
}

.button-link:active,.button-link:hover,.captcha-reload:active,.captcha-reload:hover {
    color: #333
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.indent-bottom {
    margin-bottom: 20px
}

.indent-bottom-double {
    margin-bottom: 40px
}

.indent-top {
    margin-top: 20px
}

.indent-top-double {
    margin-top: 40px
}

.text-center {
    text-align: center
}

.tour__extra-info {
    margin-bottom: 45px;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5
}

.no-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
    position: fixed
}

@media (max-width: 767px) {
    .no-scroll-mobile {
        margin:0;
        height: 100%;
        overflow: hidden;
        position: fixed
    }
}

@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.eot?13r3mz);
    src: url(../fonts/icomoon.eot?13r3mz#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf?13r3mz) format("truetype"),url(../fonts/icomoon.woff?13r3mz) format("woff"),url(../fonts/icomoon.svg?13r3mz#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-contact,.icon-phone,.icon-whatshot {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-contact:before,.icon-phone:before {
    content: "\e900"
}

.icon-whatshot:before {
    content: "\e901"
}

  

.popups-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    background: rgba(0,0,0,.5)
}

.popups-loader--show {
    display: block
}

.popups-loader__icon {
    position: relative;
    top: 50%;
    left: 50%;
    width: 150px!important;
    height: 150px!important;
    margin-left: -75px;
    margin-top: -75px;
    -ms-transform: translate(-75px,-75px) scale(.75) translate(75px,75px);
    transform: translate(-75px,-75px) scale(.75) translate(75px,75px)
}

.popups-loader__icon-inner-ring,.popups-loader__icon-outer-ring {
    box-sizing: content-box;
    position: absolute;
    border-width: 6px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: popups-loader-animation 1.8s cubic-bezier(0,.2,.8,1) infinite
}

.popups-loader__icon-inner-ring {
    border-color: #c42607
}

.popups-loader__icon-outer-ring {
    border-color: #fff;
    animation-delay: -.75s
}

.hidden {
    display: none;
}

 
.site-btn {
    display: inline-block;
    line-height: 37px;
    height: 37px;
    text-align: center;
    border: 0;
    border-bottom: 3px solid #c11a1f;
    background: #e31e25;
    padding: 0 15px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
    text-shadow: 0 1px rgba(0,0,0,.35);
    box-shadow: 0 0 3px 0 rgba(50,50,50,.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
	box-sizing: border-box !important;
}

.site-btn:hover,.site-fixed-btns a:hover {
    background-color: #f13f22;
    border-color: #e31e25
}

.site-btn:active,.site-fixed-btns a:active {
    box-shadow: inset 0 2px 4px rgba(0,0,0,.5),0 1px 2px rgba(0,0,0,.15)
}

.site-btn--green {
    background-color: #3caa3c;
    border-bottom-color: #318831
}

.site-btn--green:hover {
    background-color: #47c747;
    border-bottom-color: #3caa3c
}

.site-btn--white {
    background-color: #fcfcfc;
    border-bottom-color: #d1d1d1;
    color: #1c1c1c
}

.site-btn--white:hover {
    background-color: #f5f5f5;
    border-bottom-color: #cecece
}

.site-btn--header-office {
    margin: 1px 0 9px -1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
    color: #000;
    background-color: #fdd11a;
    border-bottom: 3px solid #d7b216;
    text-shadow: none
}

.site-btn--header-office:hover {
    background-color: #fede28;
    border-color: #e6c022
}

 
  
.site-btn--disabled,.site-btn--disabled:active,.site-btn--disabled:focus,.site-btn--disabled:hover {
    background-color: #e2e2e2;
    color: #989898;
    border-bottom: none;
    font-weight: 400;
    text-shadow: none
}

.site-fixed-btns {
    position: fixed;
    left: 0;
    top: 120px;
    width: 40px;
    z-index: 20
}

@media (max-width: 1350px) {
    .site-fixed-btns {
        display:none!important
    }
}

.form-button-container__loadbtn {
    display: -ms-flexbox;
    display: flex
}

  

.fa-chevron-down {
    color: #fff;
    background: #ffffff2b
}

.fa-chevron-circle-up {
    color: #fff;
    background: 0 0!important;
    font-size: 20px!important;
    padding: 0!important;
    width: 22px!important;
    text-align: center
}
   
.js-collapse {
    margin-top: 8px;
    display: inline-block;
    color: gray;
    text-decoration: none
}

.js-collapse::after {
    content: '';
    margin-left: 7px;
    width: 17px;
    height: 11px;
    display: inline-block;
    background: url(../../img/frontend/arrow_big_gray.png) no-repeat 0 0
}

.js-collapse.active::after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

  
.selectbox {
    margin-right: 28px;
    width: 185px
}
 

.selectbox-link,.selectbox-link:after {
    border: 1px solid #e3e3e3;
    border-bottom-width: 3px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
	box-sizing:content-box;
}

.selectbox-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
    height: 30px;
    padding: 5px 12px
}

.selectbox-link:after {
    height: 28px;
    width: 28px;
    padding: 6px 0;
    position: absolute;
    top: 0;
    right: -28px;
    bottom: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f7f7f7;
    background-image: url(../img/selectbox-activator.gif);
    background-position: 50% 55%;
    background-repeat: no-repeat;
    text-align: center;
    content: " "
}

.selectbox-link:hover,.selectbox-link:hover:after {
    background-color: #fefefe;
    border-color: #e0e0e0
}

.selectbox-link-dropdown-opened,.selectbox-link-dropdown-opened:after {
    border-color: #ccc;
    border-bottom: 3px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.selectbox-link-dropdown-opened:after {
    background-image: url(../img/selectbox-activator-up.gif)
}

.selectbox-link .selectbox-link-focus,.selectbox-link .selectbox-link-focus:after {
    border-color: #cfcfcf;
    outline: 0
}

.selectbox-link .selectbox-link-disabled,.selectbox-link .selectbox-link-disabled:after {
    background-color: #f7f7f7;
    color: #a2a2a2;
    cursor: not-allowed
}

.selectbox-link-disabled .selectbox-link-text {
    cursor: not-allowed
}

.selectbox-link-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    text-overflow: ellipsis;
    line-height: 28px
}

.selectbox-link-dropup:after {
    border-bottom-left-radius: 0
}

.selectbox-dropdown-form .selectbox-list .selectbox-option.selectbox-recall-option-outstanding {
    padding-left: 30px
}

.form-field-container .selectbox-link,.form-field-container .selectbox-list {
    height: 26px
}

.form-field-container .selectbox-link:after {
    height: 24px
}

.selectbox-link-dropdown-opened.selectbox-link-dropup {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0
}

.selectbox-link-dropdown-opened.selectbox-link-dropup::after {
    border-top-right-radius: 0
}

.selectbox-list {
    margin-top: -3px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-top: 0;
    border-bottom-width: 3px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px
}

.selectbox-list-inner {
    overflow-x: hidden!important;
    border-top: 1px solid #e0e0e0;
    font-size: 14px
}

.selectbox-dropdown {
    top: 41px;
    box-shadow: none
}

.selectbox-dropdown p {
    margin: 0;
    padding: 5px 15px
}

.selectbox-list .selectbox-option {
    padding: 3px 12px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer
}

.selectbox-dropdown-form .selectbox-list .selectbox-option {
    padding: 9px 12px
}

.selectbox-list .selectbox-option-disabled {
    cursor: not-allowed;
    background: #f7f7f7;
    color: #a2a2a2
}

.form-field-silient .selectbox-link-disabled,.form-field-silient .selectbox-link-disabled .selectbox-link-text {
    cursor: default
}

.selectbox-list .selectbox-optgroup,.selectbox-list .selectbox-option.selectbox-recall-option-optgroup {
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px solid #e3e3e3
}

.selectbox-list .selectbox-optgroup:last-child {
    border-bottom: 0
}

.selectbox-list .selectbox-optgroup .selectbox-option,.selectbox-list .selectbox-option.selectbox-recall-option-optgroup .selectbox-option {
    line-height: 18px;
    margin: 0 -15px;
    padding: 12px 15px 12px 30px;
    background-color: #fff
}

.selectbox-list .selectbox-optgroup .selectbox-optgroup-label .selectbox-option.selectbox-hover,.selectbox-list .selectbox-option.selectbox-hover,.selectbox-list .selectbox-option.selectbox-recall-option-optgroup .selectbox-option.selectbox-hover {
    background: #f7f7f7
}

.selectbox-list .selectbox-optgroup .selectbox-option:first-child,.selectbox-list .selectbox-option.selectbox-recall-option-optgroup:first-child {
    border-top: 0
}

.countries-section .content-common table tr:last-child td,.selectbox-list .selectbox-optgroup .selectbox-option:last-child,.selectbox-list .selectbox-option.selectbox-recall-option-optgroup:last-child {
    border-bottom: 0
}

.selectbox-list .selectbox-option.selectbox-recall-option-optgroup .selectbox-option-label {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    display: block
}

.selectbox-dropdown-oas {
    width: 186px!important
}

.selectbox-dropdown-oas .selectbox-list .selectbox-option .selectbox-option-label {
    white-space: nowrap
}

.selectbox-list .selectbox-optgroup-label {
    padding: 12px 15px;
    margin: 0 -15px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #e3e3e3
}

.selectbox-list {
    cursor: default;
    padding: 0;
    height: auto
}

.selectbox-option-label small {
    display: block;
    color: #816c49;
    font-size: 11px;
    line-height: 12px
}

.selectbox-dropup .selectbox-list {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden
}
  
.datepickers-container .datepicker {
    z-index: 1060;
}

.form-intro {
    color: #323232;
    margin-bottom: 20px
}

.form-intro p:last-child,.modal-body-request .form-intro>p:last-child {
    margin: 0
}

.form-managers {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 18px
}
.form-managers strong {
    color: #222;
}

.form-managers__smaller {
    font-size: 14px
}

.form-managers__bullet {
    color: #13d013
}

.form-remark {
    color: #676767;
    font-size: 12px;
    text-align: right
}

.form-field-asterisk {
    font-weight: 700;
    color: red;
    font-family: Verdana,Geneva,sans-serif
}

.form-field {
    margin-bottom: 10px
}

.form-field-label {
    margin-bottom: 5px;
    line-height: 16px
}

.form-row--user-extra,.grid__row--user-extra,.row--user-extra {
    position: absolute;
    z-index: -1;
    display: block;
    width: 0;
    height: 0
}

.form-row {
    overflow: hidden;
    margin-left: -20px
}

.form-button-container {
    padding-top: 10px
}

.form-button-container__promoline {
    margin-top: 5px
}

.form-button-container__promoline a {
    color: #222
}

.form-price-about {
    width: 410px;
    padding-top: 12px
}

.form-col {
    float: left;
    padding-left: 20px
}

.form-field-captcha input,.form-field-container input,.form-field-container textarea,.interactive-part input {
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-bottom: 3px solid #d9d9d9;
    border-radius: 5px;
    padding: 10px;
    width: 300px
}

.form-field-container textarea {
    resize: none;
    height: 50px;
    width: 578px
}

@media (max-width: 767px) {
    .form-field-container textarea {
        height:75px
    }
}

.textarea-vertical {
    resize: vertical!important
}

.form-field-container {
    background-color: #f8f8f8;
    border-color: #d9d9d9
}

.form-field-container_hotel {
    background-color: #fff;
    border-color: #fff
}

.form-50percent {
    width: 45%
}

.form-50percent input {
    width: 92%
}

.form-50percent--right {
    float: right
}

.form-w185 input {
    width: 164px
}

.form-w185 .selectbox {
    width: 158px
}

.form-w125 input {
    width: 102px
}

.form-w125 .selectbox {
    width: 97px
}

.form-w250 input {
    width: 228px
}

.form-w290 input {
    width: 268px
}

.form-w390 input,.form-w390 textarea {
    width: 368px
}

.form-w390 .selectbox {
    width: 362px
}

.form-w285 input {
    width: 264px
}

.form-w285 .selectbox {
    width: 258px
}

.form-w560 input,.form-w560 textarea {
    width: 551px
}

.form-w560 .selectbox {
    width: 544px
}

.form-w590 input,.form-w590 textarea {
    width: 571px
}

.form-w590 .selectbox {
    width: 564px
}

.form-w900 textarea {
    width: 878px
}

.form-field-error {
    color: #c42607;
    font-size: 13px;
    padding-top: 3px;
    display: none
}

.form-field-invalid .form-field-error {
    display: block
}

.form-field-invalid .form-field-container input,.form-field-invalid .form-field-container textarea {
    border-color: #c42607
}

.form-field-notice {
    padding-top: 5px;
    color: #676767;
    font-size: 13px
}

.form-field-captcha .form-field-container {
    float: left;
    margin-right: 20px
}

.form-field-captcha .captcha-reload {
    width: 160px;
    float: left
}

.form-field-captcha .captcha-reload img {
    margin-bottom: 3px
}

.form-successful {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 70px;
    background: #f6efb2 url(../../img/frontend/icon_form_successful.png) 10px center no-repeat;
    border-radius: 4px
}

.awards-stage li.active,.form-successful strong {
    display: block
}

.form-highlight-checkbox {
    text-transform: uppercase;
    background-color: #fdd11a;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer
}

.form-highlight-checkbox input {
    vertical-align: middle!important
}
 
  

.form-field-files .form-field-container .dz-preview .dz-error-mark,.form-field-files .form-field-container .dz-preview .dz-success-mark {
    display: none
}

.form-field-files .form-field-label {
    margin-bottom: 10px
}

.form-field-files .form-field-container .dz-preview {
    background: rgba(75,75,75,.5);
    color: #fff;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    display: inline-block;
    *display: inline;
    *zoom:1;text-align: center;
    font-size: 14px;
    width: 100px;
    margin: 5px 20px 0 0;
    padding: 0 0 5px;
    position: relative;
    cursor: default
}

.form-field-files .form-field-container .dz-preview .dz-progress {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.form-field-files .form-field-container .dz-preview .dz-progress .dz-upload {
    background: rgba(57,165,237,.5);
    border-radius: 5px;
    display: block;
    width: 0;
    height: 100%
}

.form-field-files .form-field-container .dz-preview.dz-success .dz-progress {
    display: none
}

.form-field-files .form-field-container .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.form-field-files .form-field-container .dz-preview .dz-remove {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    color: #fff
}

.form-field-files .form-field-container .dz-preview .dz-remove:hover {
    text-decoration: none;
    color: #eee
}

.form-field-files .form-field-container .dz-preview.dz-error {
    background: rgba(200,0,0,.5)
}

.form-field-files .form-field-container .dz-preview.dz-error .dz-details .dz-filename {
    text-decoration: line-through
}

.form-field-files .form-field-label a,.form-field-files .form-field-label a:active,.form-field-files .form-field-label a:focus,.form-field-files .form-field-label a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #504f4e
}

.form-field-files .dropzone {
    background: rgba(125,125,125,.5);
    border: 3px dashed rgba(255,255,255,.5);
    border-radius: 5px;
    color: #fff;
    box-shadow: inset 0 0 15px rgba(0,0,0,.25);
    font-size: 16px;
    padding: 12px 20px;
    margin-top: 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    cursor: pointer
}

.form-field-files .dropzone .dz-message,.form-field-files .dropzone .important-message {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fafafa;
    font-size: 14px;
    cursor: pointer
}

.form-field-files .form-field-container .dz-preview .dz-details img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 25px
}
 

@-ms-viewport {
    width: device-width
}

.invisible {
    visibility: hidden!important
}
 

.form-row-additional-fields-activator-wrapper {
    margin: 10px 0
}

.form-row-additional-fields-activator {
    color: #e31e25
}

.form-row-additional-fields {
    position: relative;
    margin-top: 20px
} 

.animating .flipper {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    transform-style: preserve-3d
}
 
  

.form-field-radio-wrapper small,.logo-gemma span,.tour-entity-visited .visited {
    display: block
}

.request-form-one-col .form-w185 input {
    width: 356px
}

.request-form-one-col .form-field-container textarea {
    width: 1152px
}

.request-form-one-col .form-w185 .selectbox {
    width: 350px
}

.request-form-two-col-full .form-w185 input {
    width: 264px
}

.request-form-two-col-full .form-field-container textarea {
    width: 876px
}

.request-form-two-col-full .form-w185 .selectbox {
    width: 257px
}

.request-form-two-col-full .form-w390 .selectbox {
    width: 562px
}

.form-field-radio-wrapper input,.form-field.form-checkbox input {
    width: auto
}

.form-field-radio-wrapper {
    width: 393px
}

.form-field-radio-wrapper label {
    display: inline-block;
    margin: 0 3px 5px;
    padding: 2px 5px;
    border: 1px solid silver
}

.form-field-radio-wrapper .form-field-container {
    background: 0 0
}
  

.ajax-body .form-field-container input,.ajax-body select,.ajax-body textarea,.mobile-helper-offices .btn-show-office-list {
    width: 100%
}
 

.modal-body-push-unsubscribe h3:first-child {
    margin-top: 0
}

.ajax-body .form-intro {
    margin: 20px 0;
    padding: 20px;
    border-radius: 4px;
    background-color: #b4ff91
}

.ajax-body .form-col {
    width: 33.333%;
    padding-left: 0
}

.ajax-body .form-col:first-child {
    width: calc(33.333% - .5px)
}

.ajax-body .form-col>div {
    margin-left: 20px
}

.ajax-body .form-field-container {
    margin-right: 20px;
    padding-right: 1px
}

.ajax-body .form-field-container .form-field-container {
    margin: 0;
    padding: 0
}

.ajax-body .selectbox {
    width: 100%;
    width: calc(100% - 6px)
}

.ajax-body .h2,.ajax-body h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    font-size: 36px
}

.ajax-body .selectbox-list {
    margin-right: 1px
}

.ajax-body .modal-successful>p {
    width: 90%;
    margin: 20px auto
}

.selectbox-dropdown .selectbox-list-inner .selectbox-optgroup .selectbox-option.hott-staff-offline--with-mark:before,.selectbox-dropdown .selectbox-list-inner .selectbox-optgroup .selectbox-option.hott-staff-online:before,.selectbox-dropdown .selectbox-list-inner .selectbox-option.hott-staff-offline--with-mark:before,.selectbox-dropdown .selectbox-list-inner .selectbox-option.hott-staff-online:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    position: absolute;
    top: 50%
}

.selectbox-dropdown .selectbox-list-inner .selectbox-optgroup .selectbox-option.hott-staff-online:before,.selectbox-dropdown .selectbox-list-inner .selectbox-option.hott-staff-online:before {
    background: #33cc29
}

.selectbox-dropdown .selectbox-list-inner .selectbox-optgroup .selectbox-option.hott-staff-offline--with-mark:before,.selectbox-dropdown .selectbox-list-inner .selectbox-option.hott-staff-offline--with-mark:before {
    background: #e3e3e3
}

.selectbox-dropdown .selectbox-list-inner .selectbox-optgroup .selectbox-option.hott-staff-offline--with-mark:before,.selectbox-dropdown .selectbox-list-inner .selectbox-optgroup .selectbox-option.hott-staff-online:before {
    left: 30px
}

.selectbox-dropdown .selectbox-list-inner .selectbox-option.hott-staff-offline--with-mark:before,.selectbox-dropdown .selectbox-list-inner .selectbox-option.hott-staff-online:before {
    left: 12px
}

.selectbox-dropdown .selectbox-list-inner .selectbox-optgroup .selectbox-option.hott-staff-offline--with-mark,.selectbox-dropdown .selectbox-list-inner .selectbox-optgroup .selectbox-option.hott-staff-online {
    padding-left: 50px
}

.selectbox-dropdown .selectbox-list-inner .selectbox-option.hott-staff-offline--with-mark,.selectbox-dropdown .selectbox-list-inner .selectbox-option.hott-staff-online {
    padding-left: 28px
}

   

@media (max-width: 767px) {
    

    .form-field-label.form-field-label_empty {
        display: none
    }

    .modal-body-order .form-button-container div.form-remark {
        float: none;
        width: auto;
        text-align: left;
        padding-top: 15px
    }

    
}

 
 

@font-face {
    font-family: "rotonda";
    src: url(../fonts/rotondac.eot);
    src: url(../fonts/rotondac.eot?#iefix) format("embedded-opentype"),url(../fonts/rotondac.woff) format("woff"),url(../fonts/rotondac.ttf) format("truetype"),url(../fonts/rotondac.svg#rotondacregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "rotonda";
    src: url(../fonts/rotondac-bold.eot);
    src: url(../fonts/rotondac-bold.eot?#iefix) format("embedded-opentype"),url(../fonts/rotondac-bold.woff) format("woff"),url(../fonts/rotondac-bold.ttf) format("truetype"),url(../fonts/rotondac-bold.svg#rotondacbold) format("svg");
    font-weight: 700;
    font-style: normal
}

 
.modal {
    font-family: "open sans"
}
 

.footer-red-button {
    display: none;
}


@media (max-width: 767px) {
    .footer-red-button {
        display:block;
        position: fixed;
        right: 25px;
        bottom: 25px;
        z-index: 1005;
		text-align: center;
    }

    .footer-red-button .fa {
        color: #fff;
        font-size: 50px;
        background-color: #e33a1e;
        border-radius: 50px;
        width: 64px;
        height: 64px;
        padding: 0!important;
        line-height: 64px
    }

    .footer-red-button .fa-times {
        font-size: 24px
    }

    .footer-red-button .fa-mobile {
        padding: 6px 20px
    }

    .footer-red-button .fa-times {
        padding: 6px 12px
    }
	
}

 
 
 

.modal-departures * {
    box-sizing: border-box
}

.modal-departures__body.modal-body {
    padding: 30px
}

.modal-departures__body .close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../img/popup_close.png) 0 0 no-repeat
}

.modal-departures__body-button {
    display: block;
    width: 100%;
    margin: 40px 0 0;
    padding: 15px 20px;
    background: #fef6c7;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    font-family: "open sans";
    transition: all ease-in-out .25s
}

.modal-departures__body-button:hover {
    background: #e21d26;
    color: #fff
}

.modal-departures__body-header,.new-partners-block p {
    margin-bottom: 20px
}

.modal-departures__body-header-title {
    display: inline-block;
    color: #222;
    font-weight: 700;
    font-size: 24px
}

.modal-departures__body-items {
    font-size: 18px;
    line-height: 45px;
    box-sizing: border-box
}

.modal-departures__body-item {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 5px;
    padding: 0 25px
}

.modal-departures__body-item::after {
    display: block;
    clear: both;
    content: ""
}

.modal-departures__body-item--even {
    background: #f6f6f6;
    border-color: #f6f6f6;
    color: #000
}

.modal-departures__body-item--hidden {
    display: none
}

.modal-departures__body-item:hover {
    background: #fff;
    border-color: #dedede;
    color: #e21d26
}

.modal-departures__body-item:hover .site-btn {
    border: 0;
    border-bottom: 3px solid #c11a1f;
    background: #e31e25;
    color: #fff;
    box-shadow: 0 0 3px 0 rgba(50,50,50,.5);
    text-shadow: 0 1px rgba(0,0,0,.35)
}

.modal-departures__body-item--first {
    background: #fef6c7 url(/assets/img/frontend/red_arrow_right_small.png) no-repeat 10px 50%;
    border-color: #ffa800;
    border-width: 2px;
    color: #000
}

.modal-departures__body-item-date-nights,.modal-departures__body-item-link,.modal-departures__body-item-price {
    float: left
}

.modal-departures__body-item-date-nights {
    width: 50%
}

.modal-departures__body-item-date--not-mobile {
    display: inline-block
}

.modal-departures__body-item-date--mobile {
    display: none
}

.modal-departures__body-item-price {
    width: 30%;
    font-weight: 700;
    text-align: center
}

.modal-departures__body-item-link {
    width: 20%;
    text-align: center
}

.modal-departures__body-item .site-btn {
    background: 0 0;
    border: 0;
    color: #000;
    box-shadow: none;
    text-shadow: none
}

@media (max-width: 767px) {
    .modal-departures .modal-content {
        margin-left:-10px;
        margin-right: -10px
    }

    .modal-departures .modal-body {
        padding: 30px 0
    }

    .modal-departures__body .close {
        background-size: 20px;
        background-position: center;
        top: 5px;
        right: 5px
    }

    .modal-departures__body-header {
        padding: 0 15px
    }

    .modal-departures__body-items {
        font-size: 14px;
        line-height: 21px
    }

    .modal-departures__body-item {
        padding: 0 5px
    }

    .modal-departures__body-item .site-btn {
        font-size: 12px
    }

    .modal-departures__body-item-date--not-mobile {
        display: none
    }

    .modal-departures__body-item-date--mobile {
        display: inline-block
    }

    .modal-departures__body-item-date-nights {
        width: 41%;
        padding: 8px 5px 8px 0
    }

    .modal-departures__body-item-price {
        padding: 8px 5px 8px 0
    }

    .modal-departures__body-item--first {
        background-image: none;
        border-radius: 0;
        border-left: none;
        border-right: none
    }
}

  

.modal-red-button ul li a:visited,.tour-row-dep {
    color: #000
}
 

.modal-red-button,.modal-red-button * {
    box-sizing: border-box
}

.modal-red-button__header {
    padding: 20px;
    text-align: center;
    font-size: 32px;
    background: #fbd306;
	color: #000;
}

.modal-red-button__header-office {
    display: block;
    padding-left: 10px;
    font-size: 16px;
    text-align: left
}

.modal-red-button__header-phone {
    color: #383838;
    text-decoration: none
}

.modal-red-button__header-phone-emphasis {
    color: #e21d26
}

.modal-red-button__header-notice {
    display: block;
    padding-left: 10px;
    font-size: 12px;
    text-align: left
}

.modal-red-button ul li,.modal-red-button__messenger {
    border-bottom: 1px solid silver;
    font-size: 18px;
    font-weight: 600
}

.modal-red-button__messenger {
    padding: 20px;
    display: block;
    color: #000;
    text-decoration: none
}

.modal-red-button ul li {
    width: auto;
    background: url(../img/arrow_big_right.png) 90% 50% no-repeat
}

.modal-red-button ul li:nth-child(2) {
    padding: 20px
}

.modal-red-button ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 20px
}

.modal-red-button .modal-dialog {
    width: 100%!important;
    margin: 0!important;
    left: 0!important;
    top: 50px
}

.modal-red-button .modal-dialog .modal-content {
    width: 100%!important;
    border: 0!important;
    border-radius: 0!important;
    margin: 0 15px
}

.modal-red-button .modal-dialog .modal-content .modal-body {
    padding: 0!important
}

@media (max-width: 767px) {
    .modal-red-button__header-office {
        margin-bottom:10px
    }

    .modal-red-button__header-notice {
        margin-top: 5px
    }
}

@media (max-width: 390px) {
    .modal-red-button__header-phone {
        font-size:1.5rem
    }
}
 

.modal-common .modal-body-common form .modal-faq-managers-row .form-field {
    width: 600px
}

.modal-common .modal-body-common form .form-row--captcha {
    margin-left: 120px
}

.modal-common .modal-body-common form .form-field--button {
    margin-left: 140px
}

.modal-common .modal-body-common form .form-field--button .form-button-container .site-btn {
    width: 302px
}

@media (max-width: 99999999px) { /** max-width: 767px **/
    .modal-common .modal-dialog {
        width:auto!important;
        margin-left: auto!important;
        margin-right: auto!important;
        left: 0!important;
        max-width: 454px
    }

    .modal-common .modal-body form .form-field .form-field-container .selectbox,.modal-common .modal-dialog .modal-content {
        width: auto!important
    }

    .modal-common .modal-dialog .modal-content .modal-body-common {
        padding: 30px 15px
    }

    .modal-common .modal-dialog .modal-content .modal-body-common .h2,.modal-common .modal-dialog .modal-content .modal-body-common h2 {
        font-size: 28px;
        text-align: center;
        text-transform: none
    }

    .modal-common .modal-body form {
        padding-top: 20px
    }

    .modal-common .modal-body form .h2,.modal-common .modal-body form h2 {
        text-transform: none
    }

    .modal-common .modal-body form .modal-faq-managers-row .form-field {
        width: 276px
    }

    .modal-common .modal-body form .form-field .form-field-container {
        margin-right: 22px
    }

    .modal-common .modal-body form .form-field .form-field-container textarea,.modal-common .modal-body form .form-w180 .form-field-container input,.modal-common .modal-body form .form-w185 .form-field-container input {
        width: 100%
    }

    .modal-common .modal-body form .form-field .form-field-container--selectbox,.modal-common .modal-body form .form-field .form-field-container_select {
        margin-right: 0
    }

    .modal-common .modal-body form .form-field .form-field-container_select .form-field-radio {
        width: auto
    }

    .modal-common .modal-body form .form-row {
        margin-left: 0
    }

    .modal-common .modal-body form .form-row .form-col {
        width: 100%;
        padding-left: 0
    }

    .modal-common .modal-body form .form-row--captcha {
        display: none;
        margin-left: 0
    }

    .modal-common .modal-body form .form-row .form-field-radio {
        display: block;
        float: none;
        margin-left: 0!important
    }

    .modal-common .modal-body form .form-w180 .form-field-container,.modal-common .modal-body form .form-w185 .form-field-container {
        width: 100%;
    }

    .modal-common .modal-body form .form-field .form-field-container {
        background: 0 0
    }

    .modal-common .modal-body form .form-field--button {
        margin-left: 0
    }

    .modal-common .modal-body form .form-field--button .form-button-container .site-btn {
        width: 276px
    }
}

.modal--redesign .close {
    font-size: 0
}

@media (max-width: 767px) {
    .modal--redesign .modal-body {
        padding:14px 15px!important;
        border-bottom: none
    }

    .modal--redesign .h2,.modal--redesign h2 {
        margin: 0 -15px;
        padding-left: 16px;
        padding-bottom: 9px;
        text-align: left!important;
        font-size: 18px!important;
        border-bottom: 1px solid #ebebeb
    }

    .modal--redesign .modal-dialog {
        top: 0!important;
        margin-top: 0;
        margin-bottom: 128px;
        border-radius: 0
    }

    .modal--redesign .modal-content {
        border-radius: 0;
        border: 0
    }

    .modal--redesign .modal-content:after {
        content: '';
        position: absolute;
        bottom: -14px;
        right: 48px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 9px 0;
        border-color: #fff transparent transparent
    }

    .modal--redesign .form-managers {
        margin: 16px 0;
        padding: 10px 16px;
        line-height: 22px;
        font-size: 16px;
        color: #1b1a17;
        border: 0;
        background: #fef6c7
    }

    .modal--redesign form {
        padding-top: 0!important
    }

    .modal--redesign .form-row {
        overflow: visible
    }

    .modal--redesign .form-field-label {
        margin-bottom: 8px;
        font-size: 16px
    }

    .modal--redesign .form-field-container,.modal--redesign .form-field-container textarea {
        background: #fff;
        border-bottom-width: 1px
    }

    .modal--redesign .form-field-container input,.modal--redesign .selectbox-link {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 26px;
        border-bottom-width: 1px;
        background: #fff
    }

    .modal--redesign .selectbox-link:after {
        height: 26px;
        padding: 10px 0;
        border: 1px solid #dedede
    }

    .modal--redesign .form-field {
        margin-bottom: 16px
    }

    .modal--redesign .form-field-asterisk {
        display: inline-block;
        margin-top: -4px;
        vertical-align: top;
        font-size: 12px;
        color: #c34a52
    }

    .modal--redesign .site-btn {
        margin-top: 16px;
        width: 100%!important;
        height: 46px;
        font-size: 18px
    }

    .modal-common .modal-body form .site-btn {
        width: 100%
    }
}
 
 

.staff-dynamic-selector {
    display: none;
    width: 350px;
    position: absolute;
    z-index: 2100;
    font-family: "open sans";
    border-bottom: 2px solid #dedede;
    box-shadow: 0 1px 5px rgba(222,222,222,.35)
}

.staff-dynamic-selector-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2099;
    display: none;
    background: 0 0;
    color: transparent;
    font-size: 0
}

.staff-dynamic-selector--open,.staff-dynamic-selector-backdrop--show {
    display: block
}

.staff-dynamic-selector--state-offices .staff-dynamic-selector__office-staffs {
    display: none
}

.staff-dynamic-selector--state-staff .staff-dynamic-selector__office:not(.staff-dynamic-selector__office--active) {
    display: none
}

.staff-dynamic-selector__reset {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer
}

.staff-dynamic-selector__reset-caret {
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-right: 20px;
    vertical-align: middle;
    opacity: .6;
    background: url(../img/pullmenu_arrow.png) 0 0 no-repeat;
    background-size: contain
}

.staff-dynamic-selector__reset-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    vertical-align: middle
}

.staff-dynamic-selector__office {
    background: #fff;
    font-size: 16px;
    position: relative
}

.staff-dynamic-selector__office--active .staff-dynamic-selector__office-item {
    background: #dedede;
    padding-left: 30px
}

.staff-dynamic-selector__office--active .staff-dynamic-selector__office-item:hover {
    background: #dedede
}

.staff-dynamic-selector__office--active .staff-dynamic-selector__office-item--last {
    border-bottom: 1px solid #ccc
}

.staff-dynamic-selector__office--active .staff-dynamic-selector__office-item-phone,.staff-dynamic-selector__office--active .staff-dynamic-selector__office-staffs {
    display: block
}

.staff-dynamic-selector__office-item {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px 10px 30px;
    cursor: pointer;
    transition: padding .15s ease-in-out
}

.staff-dynamic-selector__office-item:hover,.staff-dynamic-selector__office-staff:hover {
    background: #fef6c7
}

.staff-dynamic-selector__office-item--last {
    border-bottom: 0
}

.staff-dynamic-selector__office-item-title {
    font-weight: 700
}

.staff-dynamic-selector__office-item-address {
    font-style: normal
}

.staff-dynamic-selector__office-item-phone,.staff-dynamic-selector__office-item-phone-link,.staff-dynamic-selector__office-item-whatsapp-link {
    display: none
}

.staff-dynamic-selector__office-staffs {
    display: none;
    background: #fff
}

.staff-dynamic-selector__office-staff {
    position: relative;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 10px 20px 10px 30px
}

.staff-dynamic-selector__office-staff.active,.staff-dynamic-selector__office-staff.active:hover {
    background: #dedede
}

.staff-dynamic-selector__office-staff--last {
    border-bottom: 0
}

.staff-dynamic-selector__office-staff-online-mark {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #dedede;
    border-radius: 50%
}

.staff-dynamic-selector__office-staff-name {
    display: inline-block
}

.staff-dynamic-selector__office-staff-phone {
    color: #000;
    font-weight: 700
}

.staff-dynamic-selector__office-staff-phone-link,.staff-dynamic-selector__office-staff-phone-link:active,.staff-dynamic-selector__office-staff-phone-link:hover,.staff-dynamic-selector__office-staff-phone-link:visited {
    color: #000;
    text-decoration: none
}

.staff-dynamic-selector__office-staff-whatsapp {
    display: inline-block;
    margin-left: 5px
}

.staff-dynamic-selector__office-staff--online .staff-dynamic-selector__office-staff-online-mark {
    background: #39cc50
}

@media (max-width: 767px) {
    .staff-dynamic-selector--open {
        overflow-y:scroll;
        max-height: 100%;
        width: 100%;
        position: fixed!important;
        top: 0!important;
        bottom: 0!important;
        left: 0!important;
        right: 0!important;
        -ms-transform: none!important;
        transform: none!important;
        background: #fff
    }

    .staff-dynamic-selector__office-item {
        padding: 10px 112px 10px 30px
    }

    .staff-dynamic-selector__office-staff--wide {
        padding: 10px 112px 10px 30px;
        min-height: 38px
    }

    .staff-dynamic-selector__office-item-phone-link {
        display: block;
        position: absolute;
        right: 54px;
        top: 5px;
        width: 50px;
        height: 50px;
        opacity: .6;
        background: url(../img/phone_in_circle.svg) center no-repeat;
        background-size: 36px
    }

    .staff-dynamic-selector__office-item-whatsapp-link {
        display: block;
        position: absolute;
        right: 4px;
        top: 5px;
        width: 50px;
        height: 50px;
        background: url(../img/whatsapp.svg) center no-repeat;
        background-size: 36px
    }
}

 

.modal.modal-fast-request .modal-dialog {
    left: 50%;
    width: 380px;
    -ms-transform: translate(-50%,0)!important;
    transform: translate(-50%,0)!important
}

.modal.modal-fast-request .modal-fast-request__tour-photo {
    display: block;
    margin: 20px auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    overflow: hidden;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.modal.modal-fast-request .modal-fast-request__tour-photo--placeholder {
    background: url(../../img/frontend/staff-placeholder.jpg) no-repeat -32px 0;
    background-size: 115px 80px
}

.modal.modal-fast-request .modal-fast-request__tour-status {
    display: block;
    margin: -16px auto 10px;
    width: 60px;
    height: 20px;
    font-size: 15px;
    color: #39cc50
}

.modal.modal-fast-request .modal-fast-request__tour-title {
    position: relative;
    margin-top: 5px;
    padding-left: 0px;
    text-align: center;
    font-size: 21px;
}

.modal.modal-fast-request .modal-fast-request__tour-title:before {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../img/icon-lightning.svg) center no-repeat;
    content: '';
    display: none;
}

.modal.modal-fast-request .close {
    width: 15px;
    height: 15px;
    background-size: cover
}

.modal.modal-fast-request .site-btn {
    width: 100%
}

.modal-body-request .form-remark,.modal.modal-fast-request .form-remark {
    text-align: left
}

.modal.modal-fast-request .form-field-container input {
    width: 100%;
    box-sizing: border-box
}

.modal.modal-fast-request .form-field-container textarea {
    width: 100%;
    box-sizing: border-box;
    height: 70px
}

.modal .form-w185 .selectbox {
    width: 158px!important
}

@media (max-width: 767px) {
    .modal {
        padding:25px
    }

    .modal.modal-order .modal-dialog {
        top: 0
    }

    .modal .modal-body-order .form-intro {
        margin: 10px 0;
        padding: 15px
    }

    .modal .modal-body-order .form-intro .part-left__hotel {
        margin-top: 5px;
        display: block
    }

    .modal .modal-body-order .form-intro .part-left__dash {
        display: none
    }

    .modal .modal-body-order .form-intro .part-left__place {
        font-size: 16px;
        display: block;
        margin-bottom: 5px
    }

    .modal .modal-body-order .form-intro .part-left__duration,.modal .modal-body-order .form-intro .part-left__food {
        display: block
    }

    .modal .modal-body-order .form-intro.form-intro-order .part-left p {
        font-size: 14px
    }

    .modal .modal-body-order .form-intro.form-intro-order .part-right p {
        font-size: 10px;
        width: 100px
    }

    .modal.modal--price .modal-dialog .modal-content {
        width: 100%!important
    }

    .modal.modal-fast-request .modal-body {
        padding-top: 9px
    }

    .modal.modal-fast-request .modal-dialog {
        width: 100%;
        margin: 10px auto
    }

    .modal.modal-fast-request .modal-fast-request__tour-title {
        width: 210px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px
    }

    .modal.modal-fast-request .modal-fast-request__tour-title:before {
        width: 20px;
        height: 20px;
        top: 0;
        left: 0
    }

    .modal.modal-fast-request .close {
        width: 20px;
        height: 20px;
        top: 15px;
        right: 15px
    }
}

@media (max-width: 370px) {
    .modal.modal-fast-request .modal-fast-request__tour-title {
        width:185px;
        margin-top: 7px;
        margin-left: -15px;
        font-size: 16px
    }

    .modal.modal-fast-request .modal-fast-request__tour-title:before {
        width: 20px;
        height: 20px;
        top: 0;
        left: 0
    }
}

.modal.modal-hotel-request .modal-dialog {
    width: 100%;
    max-width: 680px;
    left: 50%;
    transform: translateX(-50%) !important;
}
.modal.modal-hotel-request .form-remark {
    text-align: left;
}
.modal.modal-hotel-request  .form-managers {
    font-size: 18px;
    line-height: 22px;
    padding: 0;
}
.modal.modal-hotel-request .form-50percent input {
    width: 100%;
}

.fast-request {
    width: 270px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: "open sans"
}

.fast-request--desktop {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    z-index: 1
}

@media (max-width: 768px) {
    .fast-request--desktop {
        display:none
    }
    .form-50percent {
        width: 100%;
        padding-left: 0;
    }
    .form-row {
        margin-left: 0;
    }
    .modal.modal-hotel-request .modal-body-hotel-request {
        padding: 30px 15px;
     }
     .modal.modal-hotel-request .modal-dialog {
        margin: 0;
     }
    .modal.modal-hotel-request .modal-hotel-request__tour-title {
        font-size: 28px;
        text-align: center;
    }
    .modal.modal-hotel-request .site-btn {
        display: block;
        width: 100%;
    }
}

.fast-request--mobile {
    width: calc(100% + 28px);
    margin: 0 -14px;
    display: none;
    background-color: #fff
}

@media (max-width: 768px) {
    .fast-request--mobile {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.fast-request--sidebar {
    width: auto
}

@media (max-width: 768px) {
    .fast-request--sidebar {
        -ms-flex-pack:center;
        justify-content: center;
        background-color: #fff;
        border-top: 1px solid #f5f5f5
    }
}

.fast-request__inner {
    padding: 16px 16px 20px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px
}

.fast-request--desktop .fast-request__inner {
    width: 100%
}

.fast-request--mobile .fast-request__inner {
    width: 270px
}

.fast-request--sidebar .fast-request__inner {
    height: 100%;
    box-sizing: border-box
}

.fast-request__title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 16px 16px;
    font-size: 20px;
    font-weight: 700
}

.fast-request__title::before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 0;
    left: -27px;
    background: url(../img/icon-lightning.svg) center no-repeat
}

@media (min-width: 1200px) {
    .fast-request--sidebar .fast-request__title {
        margin-bottom:24px
    }

    .fast-request--sidebar .fast-request__title::before {
        width: 25px;
        height: 25px;
        top: 0;
        left: -27px
    }
}

@media (max-width: 1199px) {
    .fast-request--sidebar .fast-request__title {
        font-size:16px
    }

    .fast-request--sidebar .fast-request__title::before {
        width: 23px;
        height: 23px;
        top: -2px;
        left: -25px
    }
}

.fast-request__content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1200px) {
    .fast-request--sidebar .fast-request__content {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .fast-request--sidebar .fast-request__content {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.fast-request__left-block,.fast-request__right-block {
    text-align: center
}

@media (min-width: 768px) and (max-width:1199px) {
    .fast-request--sidebar .fast-request__left-block {
        margin-bottom:14px
    }
}

.fast-request__bottom-block {
    padding-top: 16px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) and (max-width:1199px) {
    .fast-request__bottom-block {
        padding-top:0
    }
}

@media (max-width: 767px) {
    .fast-request__bottom-block {
        display:none
    }
}

.fast-request__photo {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fast-request__photo--placeholder {
    background: url(../../img/frontend/staff-placeholder.jpg) no-repeat -32px 0;
    background-size: 115px 80px
}

.fast-request--sidebar .fast-request__photo {
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .fast-request--sidebar .fast-request__photo {
        margin-bottom:16px
    }
}

.fast-request__staff-online {
    color: #39cc50;
    font-size: 15px
}

.fast-request__button {
    padding: 0 13px;
    font-size: 14px
}

@media (min-width: 1200px) {
    .fast-request--sidebar .fast-request__button {
        margin:21px 0 31px
    }
}

.fast-request__messenger-note {
    margin: 16px 0;
    font-size: 12px
}

.fast-request--sidebar .fast-request__messenger-note {
    margin: 10px 0
}

.fast-request__messengers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .fast-request--sidebar .fast-request__messengers {
        display:none
    }
}

.fast-request__messenger {
    margin-right: 6px;
    padding: 6px 6px 6px 22px;
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    background-size: 16px 16px;
    background-position: 4px center;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    border-radius: 40px;
    transition: background-color .1s linear
}

.fast-request__messenger:last-child {
    margin-right: 0
}

.fast-request__messenger--whatsapp {
    color: #0dc143;
    border-color: #0dc143;
    background-image: url(../../img/frontend/logos/whatsapp.svg)
}

.fast-request__messenger--whatsapp:hover {
    background-color: rgba(13,193,67,.1)
}

.fast-request__messenger--telegram {
    color: #08c;
    border-color: #08c;
    background-image: url(../../img/frontend/logos/telegram.svg)
}

.fast-request__messenger--telegram:hover {
    background-color: rgba(0,136,204,.1)
}

@media (min-width: 1200px) {
    .fast-request--sidebar .fast-request__messenger {
        padding:8px 8px 8px 36px;
        font-size: 14px;
        font-weight: 700;
        background-size: 22px 22px;
        background-position: 8px center
    }
}

 

.page-tour-details {
    position: relative
}

.page-tour-details__title {
    color: #383838;
    font-size: 30px;
    font-family: "open sans";
    margin-bottom: 5px
}

.page-tour-details__other-options {
    font-size: 16px;
    font-family: "open sans";
    margin-bottom: 20px;
    padding: 0
}

.page-tour-details__other-options .modal-request-open_icon {
    margin-left: 10px;
    text-decoration: none
}

.page-tour-details__other-options .modal-request-open__span {
    text-decoration: underline;
    padding-left: 5px
}

.page-tour-details .tour-details-cols {
    width: auto
}

.page-tour-details .tour-details-cols .tour-details-col {
    width: calc(50% - 20px)
}

.page-tour-details .tour-rows .tour-row-deps {
    top: 10px;
    left: 250px;
    height: 45px
}

.page-tour-details .tour-rows .tour-row-dep-other {
    top: 25px;
    left: 485px
}

.page-tour-details .tour-rows--desktop-only {
    display: none
}

@media (min-width: 992px) {
    .page-tour-details .tour-rows--desktop-only {
        display:block!important
    }
}

.modal-body-order .form-field-radio-wrapper .form-field-radio.no-subtitle small,.page-tour-details .tour-other .price-old,.page-tour-details .tour-rows--no-desktop {
    display: none
}

@media (max-width: 991px) {
    .page-tour-details .tour-rows--no-desktop {
        display:block!important
    }
}

@media (max-width: 767px) {
    .page-tour-details {
        margin:0 20px
    }

    .page-tour-details .tour-details-cols {
        width: 100%;
        margin: 0
    }

    .page-tour-details .tour-details-cols .tour-details-col--active .box {
        display: block
    }

    .page-tour-details .tour-details-col {
        float: none;
        width: 100%!important;
        margin: 0
    }

    .page-tour-details .tour-details-col .h2,.page-tour-details .tour-details-col h2 {
        display: inline-block;
        border-bottom: 1px dotted;
        cursor: pointer
    }

    .page-tour-details .tour-details-col .box {
        display: none;
        margin-bottom: 20px
    }

    .page-tour-details .choose-tour,.page-tour-details .not-found,.page-tour-details__country,.page-tour-details__other-options {
        display: none
    }
}

@media (min-width: 1220px) {
    .page-tour-details .tours-grid__item {
        width:100%
    }
}

@media (min-width: 992px) and (max-width:1170px) {
    .page-tour-details .tour-details__carousel .carousel-prev {
        right:272px
    }

    .page-tour-details .tour-details .tour-details__carousel .carousel {
        width: 305px;
        height: 320px
    }

    .page-tour-details .tour-details .tour-details__carousel .carousel ul li a {
        width: 100%;
        height: 100%
    }
}

@media (min-width: 1097px) and (max-width:1098px) {
    .page-tour-details .tour-request {
        right:400px
    }

    .page-tour-details .tour-details__carousel .carousel-prev {
        right: 368px
    }

    .page-tour-details .tour-details .tour-details__carousel .carousel {
        width: 400px;
        height: 320px
    }

    .page-tour-details .tour-details .tour-details__carousel .carousel ul li a {
        width: 100%;
        height: 100%
    }
}

.modal,.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.in) {
    opacity: 0
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate3d(0,-25%,0)
}

.modal.in .modal-dialog {
    transform: translate3d(0,0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-common .modal-dialog {
    width: 660px;
    margin-left: -330px;
    left: 50%
}

.modal-common .modal-dialog .modal-content {
    width: 660px
}

.modal-body-common {
    padding: 30px;
    position: relative;
    border-bottom: 3px solid #d9d9d9;
    border-radius: 4px
}

.modal-body-common .close {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/popup_close.png) 0 0 no-repeat;
    right: 15px;
    top: 15px
}

.modal-body-common .h2,.modal-body-common h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    font-size: 36px
}

.modal-othertour .modal-dialog {
    top: 150px
}

.modal-body-othertour ul {
    overflow: hidden;
    margin: 60px 0 30px
}

.modal-body-othertour ul li {
    color: #222;
    float: left;
    width: 160px;
    padding: 0 20px;
    text-align: center
}

.modal-body-othertour ul li .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-bottom: 3px solid #c11a1f;
    border-radius: 4px;
    cursor: pointer
}

.modal-body-othertour ul li .icon-home {
    background: #e31e25 url(../../img/frontend/icon_popup_home.png) center center no-repeat
}

.modal-body-othertour ul li .icon-search {
    background: #e31e25 url(../../img/frontend/icon_popup_search.png) center center no-repeat
}

.modal-body-othertour ul li .icon-mail {
    background: #e31e25 url(../../img/frontend/icon_popup_mail.png) center center no-repeat
}

.modal-body-othertour ul li .icon:hover {
    background-color: #f13f22;
    border-color: #e31e25
}

.modal-body-othertour ul li strong {
    display: block;
    margin: 30px 0 5px;
    font-size: 20px;
    text-transform: uppercase
}

.modal-map .modal-dialog {
    top: 30px
}

.modal-body-map p {
    margin-top: 10px;
    color: #999
}

.modal-request .modal-dialog {
    top: 10px
}

.modal-body-recall .h2,.modal-body-recall h2,.modal-body-request .h2,.modal-body-request h2 {
    margin-bottom: 10px
}

.modal-body-request .form-intro {
    margin: 20px 0;
    padding: 20px;
    border-radius: 4px;
    background-color: #b4ff91
}

.modal-body-faq .form-intro>p,.modal-body-order .form-intro>p,.modal-body-request .form-intro>p {
    font-size: 18px;
    margin-bottom: 10px
}

.modal-recall .modal-dialog {
    width: 454px;
    margin-left: -227px;
    top: 50px
}

.modal-recall .modal-dialog .modal-content {
    width: 454px
}

.modal-order .modal-dialog,.modal-staff .modal-dialog {
    top: 50px
}

.modal-body-staff .h2 small,.modal-body-staff h2 small {
    display: block;
    padding-top: 5px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    text-transform: none
}

.modal-body-order .form-intro {
    margin: 20px 0;
    padding: 20px;
    border-radius: 4px;
    background-color: #fede28
}

.modal-body-order .form-intro h3 {
    font-size: 20px;
    color: #383838
}

.modal-body-faq .form-intro h3 small,.modal-body-order .form-intro h3 small {
    display: block;
    font-size: 18px;
    font-weight: 400
}

.modal-body-order .form-intro .h2,.modal-body-order .form-intro h2 {
    margin-bottom: 10px
}

.modal-body-order .form-intro .h3,.modal-body-order .form-intro h3 {
    margin-bottom: 0
}

.modal-body-order .form-intro .h2 .rubl,.modal-body-order .form-intro h2 .rubl {
    text-transform: lowercase
}

.modal-body-order .form-intro.form-intro-order h3 small {
    display: inline;
    font-size: 20px;
    font-weight: 400
}

.modal-body-order .form-intro.form-intro-order .part-left {
    float: left;
    width: 62%
}

.modal-body-order .form-intro.form-intro-order .part-left .stars {
    margin-right: 10px
}

.modal-body-order .form-intro.form-intro-order .part-right {
    float: left;
    width: 35%;
    margin-left: 3%;
    text-align: right
}

.modal-body-order .form-intro.form-intro-order .part-right .h2,.modal-body-order .form-intro.form-intro-order .part-right h2 {
    white-space: nowrap;
    float: right
}

.modal-body-order .form-intro.form-intro-order .form-remark {
    float: right;
    text-align: right
}

.modal-body-order .form-field-radio-wrapper {
    width: 100%;
    margin-top: 10px
}

.modal-body-order .form-row-payable {
    height: 81px
}

.modal-body-order .payable-manual {
    display: inline-block;
    font-size: 12px;
    margin-top: 4px;
    color: #e31e25
}

.modal-body-order .form-field-radio-wrapper .form-field-radio {
    float: left;
    width: 208px;
    height: 40px;
    margin: 0 0 5px;
    padding: 15px 15px 15px 60px;
    border: 1px solid #ededed;
    border-radius: 4px;
    background: #f8f9fb
}

.modal-body-order .form-field-radio-wrapper .form-field-radio+.form-field-radio {
    margin-left: 3%
}

.modal-body-order .form-field-radio-wrapper .form-field-radio input {
    float: left;
    width: auto;
    height: 52px;
    margin-right: 15px
}

.modal-body-order .form-button-container .form-remark {
    float: right;
    width: 75%;
    padding-top: 5px
}

.modal-body-order .form-remark {
    float: none;
    text-align: left;
    width: auto;
    display: block
}

.modal-body-order .form-field-radio-wrapper .form-field-radio strong {
    font-weight: 400;
    font-size: 16px;
    display: inline-block
}

.modal-body-order .form-field-radio-wrapper .form-field-radio small {
    color: #aba4a5;
    font-size: 13px
}

.modal-body-order .form-field-radio-wrapper .form-field-radio.no-subtitle strong {
    line-height: 41px
}

.modal-body-order .form-field-radio-wrapper .form-field-radio.payment-type-switcher-active {
    background: #fff
}

.modal-body-order .payable-sources {
    display: inline-block;
    width: 199px;
    height: 32px;
    background: url(../../img/frontend/icons-payment-sources.png) 0 0 no-repeat
}

.request-payable-source-element {
    position: relative;
    overflow: visible
}

.payable-alarm {
    position: absolute;
    width: 370px;
    top: 10px;
    left: 248px
}

.payable-alarm .icon-notice-me {
    float: left;
    margin-bottom: 10px;
    margin-top: 6px;
    background-size: 85%;
    background-position: 8px 0
}

.modal-faq .form-w285 input {
    width: 244px
}

.modal-faq .form-w900 textarea {
    width: 818px
}

.modal-common.modal-faq .modal-dialog {
    width: 900px;
    margin-left: -450px
}

.modal-common.modal-faq .modal-dialog .modal-content {
    width: 900px
}

.modal-body-faq .form-intro {
    margin: 20px 0;
    padding: 20px;
    border-radius: 4px;
    background-color: #fede28
}

.modal-body-faq .form-intro h3 {
    font-size: 20px;
    color: #383838;
    margin-bottom: 10px
}

.modal-successful {
    text-align: center;
    background: url(../img/icon_modal_successful.png) center 30px no-repeat;
    padding-top: 240px
}

.modal-successful h3 {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase
}

.modal-successful p {
    font-size: 18px;
    line-height: 22px
}

.modal-helper .modal-dialog {
    top: 50px;
    width: 560px;
    margin-left: -280px
}

.modal-helper .modal-content {
    width: 560px!important
}

.modal-body-helper {
    padding: 50px 20px 50px 180px;
    background: url(../../img/frontend/icon_popup_question.png) 35px 50px no-repeat
}

.modal-body-helper .h2,.modal-body-helper h2 {
    margin-bottom: 15px
}

.modal-body-helper p {
    margin-bottom: 15px;
    font-size: 18px;
    width: 305px
}

.checkboxes label span {
    position: absolute;
    left: 20px;
    top: 23px;
    width: 25px;
    height: 25px;
    background: url(../../img/frontend/checkboxes.png) 0 0 no-repeat
}

.checkboxes input {
    position: absolute;
    width: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    line-height: 20px
}

.checkboxes label.active span,.checkboxes label.active:hover span {
    background-position: 0 -50px
}

.checkboxes label:hover span {
    background-position: 0 -25px
}

.modal-howtocatch .modal-dialog {
    width: 500px;
    margin-left: -250px
}

.modal-howtocatch .modal-dialog .modal-content {
    width: 500px
}

.modal-body-howtocatch .h2,.modal-body-howtocatch h2 {
    margin-bottom: 20px
}

.modal-body-howtocatch .howto-item {
    min-height: 80px;
    margin-bottom: 40px;
    position: relative
}

.modal-body-howtocatch .howto-item:after {
    content: "";
    border-bottom: 1px dashed #cfcfcf;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0
}

.modal-body-howtocatch .howto-item:last-child {
    margin-bottom: 0
}

.modal-body-howtocatch .howto-item:last-child:after {
    display: none
}

.modal-body-howtocatch .howto-item strong {
    font-size: 18px;
    display: block
}

.modal-body-howtocatch .howto-item p {
    margin: 10px 0
}

.modal-body-howtocatch .howto-items {
    padding-left: 0
}

.modal-body-howtocatch .howto-num {
    font-size: 32px;
    line-height: 50px;
    border: 2px solid #e33a1e;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: -80px;
    display: none!important
}

.modal-body-howtocatch .button-subs {
    background: #e33a1e!important;
    color: #fff!important;
    border-bottom-color: #b12b15!important
}

.modal-body-howtocatch .socials .icons {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-image: url(../../img/frontend/icons_socials.png);
    background-position: 32px 32px
}

.modal-body-howtocatch .icon-instagram.normal {
    background-position: 0 0
}

.modal-body-howtocatch .icon-instagram.hovered {
    background-position: 0 -64px
}

.modal-body-howtocatch .icon-odnoklassniki.normal {
    background-position: 0 -128px
}

.modal-body-howtocatch .icon-odnoklassniki.hovered {
    background-position: 0 -192px
}

.modal-body-howtocatch .icon-vk.normal {
    background-position: 0 -256px
}

.modal-body-howtocatch .icon-vk.hovered {
    background-position: 0 -320px
}

.modal-body-howtocatch .icon-facebook.normal {
    background-position: 0 -384px
}

.modal-body-howtocatch .icon-facebook.hovered {
    background-position: 0 -448px
}

.modal-body-howtocatch .socials {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 8px
}

.modal-body-howtocatch .socials .icons {
    position: absolute;
    top: 0;
    left: 0
}

.modal-body-howtocatch .hovered {
    opacity: 0;
    transition: opacity .35s ease-in
}

.modal-body-howtocatch .normal,.modal-body-howtocatch a:hover .hovered,.modal-body-howtocatch span:hover .hovered {
    opacity: 1
}

.modal-body-howtocatch .input-group-wrapper {
    width: 100%!important
}

.modal.modal-common .modal-dialog .modal-body-common.modal-body-howtocatch {
    padding: 0 30px 30px
}

.modal .modal-body-howtocatch .h2 {
    font-size: 30px;
    text-align: center;
    background: #e33a1e;
    color: #fff;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 40px;
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.modal .modal-body-howtocatch .close {
    position: absolute;
    top: -12px;
    right: -12px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 2px solid;
    color: #999
}

@media (max-width: 767px) {
    .payable-alarm {
        position:relative;
        left: auto;
        top: auto;
        width: auto;
        margin: 20px 0 0
    }

    .modal-body-order .form-row-payable {
        height: auto
    }

    .modal-body-order .form-intro.form-intro-order .part-right h2 {
        font-size: 24px;
        margin-bottom: 3px
    }

    .modal-body-common .close {
        background-size: 20px;
        background-position: center;
        top: 5px;
        right: 5px
    }

    .modal-body-common .h2,.modal-body-common h2 {
        font-size: 32px
    }
}
 

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px
    }

    50% {
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px
    }

    to {
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px
    }
}

@keyframes checkbox-off {
    0%,25% {
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset
    }

    50% {
        transform: rotate(45deg);
        margin-top: -2px;
        margin-left: 8px;
        width: 0;
        height: 0;
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset
    }

    51% {
        transform: rotate(0deg);
        margin-top: -4px;
        margin-left: -4px;
        width: 25px;
        height: 25px;
        box-shadow: 0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset
    }

    to {
        transform: rotate(0deg);
        margin-top: -4px;
        margin-left: -4px;
        width: 25px;
        height: 25px;
        box-shadow: 0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset
    }
}

@keyframes rippleOn {
    0%,to {
        opacity: 0
    }

    50% {
        opacity: .2
    }
}

@keyframes rippleOff {
    0%,to {
        opacity: 0
    }

    50% {
        opacity: .2
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/frontend/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,.pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\f00d" !important
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b" !important
}
 
 
 

.datepicker--cells {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-,.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92,196,239,.1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92,196,239,.2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-current-.-focus-,.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-range-from-,.datepicker--cell.-range-to- {
    border: 1px solid rgba(92,196,239,.5);
    background-color: rgba(92,196,239,.1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: 0
}

.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years,.datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    z-index: 100
}

.datepicker.-from-top- {
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -ms-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease,transform .3s ease,left 0s 0s
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -ms-transform: none;
    transform: none
}

.-only-timepicker- .datepicker--content,.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer {
    left: calc(50% - 10px/2)
}

.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer {
    top: calc(50% - 10px/2)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,.datepicker--nav-title {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button,.datepicker--time {
    -ms-flex-align: center;
    align-items: center
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: 0;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: 0;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: 0;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,.datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-,.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.2)
}

.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: 0
}
 
#user_interest {
	display: none;
}	

 

@media (max-width: 767px) {
    .footer-red-button .fa {
        color:#fff; 
        background-color: #4a98cfa8!important;
        border-radius: 50px;
        width: 64px;
        height: 64px;
        padding: 0!important;
        line-height: 64px;
        
    }
}

.modal-red-button__header {
    padding: 20px;
    text-align: center;
    font-size: 32px;
    background: #c1e1f8!important;
    color: #000
}

.modal-red-button__header-phone-emphasis {
    color: #007bff!important
}


.modal-body form .form-button-container .site-btn {
	padding: 10px !important;
}