
/* colors */
.yellow-c {
    color: #ffcc4e;
}

.pink-c {
    color: #e50a7e;
}

.blue-c {
    color: #00a0e3;
}

.green-c {
    color: #009a47;
}

.yellow-bgc, .yellow-bg {
    background-color: #ffcc4e
}

.pink-bgc, .pink-bg {
    background-color: #e50a7e
}

.blue-bgc, .blue-bg {
    background-color: #00a0e3
}

.green-bgc, .green-bg {
    background-color: #009a47
}

.yellow-bgc, .pink-bgc, .blue-bgc, .green-bgc {
    color: #fff
}

.yellow-bgi {
    background-color: #ffcc4e !important;
}

.pink-bgi {
    background-color: #e50a7e !important;
}

.blue-bgi {
    background-color: #00a0e3 !important;
}

.green-bgi {
    background-color: #009a47 !important;
}

.no_shadow {
    box-shadow: none !important;
}

.no_border {
    border: 0px !important;
}

@media screen and (max-width: 767px) {
    .no_mobile {
        display: none;
    }
}

.clickable {
    cursor: pointer;
}

.vertical-line {
    width: 1px;
    height: 13px;
    background: #ccc;
    margin: 0 .5rem;
    display: inline-block;
}


.topline {
    display: none !important;
    height: auto !important;
    background-color: #fff;
}

.topline .body-wrapper {
    background: url("/static/index/img/geografia.png");
    background-position: 16% 0px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3px 0 !important;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .topline .body-wrapper {
        background-position: 16% 0px;
    }
}

.topline .logo {
    height: 100%;
}

.topline .logo a {
    display: block;
    height: 74px;
    line-height: 4rem;
    width: 140px;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    text-decoration: none;
}

.topline .right-header > div {
    display: block;
}

.topline .login a {
    width: 100%;
    padding: 0 0 0 5px !important;
}

.topline #login-select-mini {
    text-align: right;
}

.topline .wrap.online-order {
    background: #00a0e3;
    color: #fff;
    border: 1px solid #00a0e3;
    padding: .5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    margin: .5rem 1rem 0 1rem;
    border-radius: 2px;
    cursor: pointer;
}

.ng-scope {
    background-color: transparent;
}

.header-container {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1), 0 2px 8px 0 rgba(0, 0, 0, .1);
    background: #fff;
    color: #333;
    padding: 0 10px;
}

.header {
    max-width: 100%;
    width: 1200px;
    max-width: 100%;
}

.header a {
    color: #007abc;
}

.header .logo {
    padding-right: 1rem;
}

.header .logo img {
    max-height: 116px;
}

.site-name {
    /*font-size: 12px;*/
}

a.digits.phone {
    color: #333;
    font-weight: bold;
}

a.digits.number {
    margin-right: 1rem;
    font-size: 16px;
    font-weight: 600;
}

.header .header-links,
.header .header-loc,
.header .header-buttons {
    /*padding: 5px 0;*/
    width: 100%;
    text-align: center;
    height: 52px;
}

.header-slogan-image {
    display: inline-block;
    height: 28px !important;
    /*margin-top: -26px;*/
}

.header-slogan-image-mobile {
    display: inline-block;
    height: 50px !important;
    margin-top: 0px;
    margin-left: 25%;
}


@media screen
and (min-width: 481px)
and (max-width: 780px) {
    .header-slogan-image-mobile {
        display: inline-block;
        height: 40px !important;
        margin-top: 0px;
        margin-left: 20%;
    }

    .header-slogan-image-mobile.mobile {
        display: none;
    }
}

.header .header-buttons {
    height: auto;
}

.header .header-links .menu-usertype .header__menu-btn {
    margin: 0 .5rem;
    color: #007abc;
    font-weight: 600;
}

.header .header-links a {
    border-top: 3px solid transparent;
}

.header .header-links a.login-link {
    font-weight: 600;
    color: #007abc;
}

.header .header-links a.login-link:hover {
    text-decoration: none;
}

.header .header-links .menu-usertype .header__menu-btn.marked {
    background: #e50a7e10;
    color: #333;
    border-radius: 0 0 .25rem .25rem;
    padding: 5px 1rem;

}

.header .header-links {
    /*width: 600px;*/
    width: 100%;
}

.header .header-links .header__menu-btn {
    padding: 5px 1rem;
}

.header .header-loc {
    display: grid;
    grid-template-columns: 1fr 180px 245px;
    gap: 20px;
    padding: 5px 0;
    margin: 20px 0;
}

.header .header-loc .languages a {
    padding: 5px;
}

.region-switch-list__item-item-link {
    margin-bottom: 0px !important;
}

.region-switch-selector__link-inner {
    font-size: 16px !important;
}


.header .header-buttons {
    border-top: 1px solid #e7e8e9;
    font-weight: bold;
}

.header .header-buttons .top-menu {
    width: 100%;
}

.top-menu li {
    list-style-type: none;
}

.top-menu__button--icon {
    width: 30px;
    text-align: center;
}

.header .header-buttons a {
    padding: .5rem;
}

.header .header-buttons a > div {
    font-size: 16px;
    padding: .5rem;
}

.header .header-buttons a.marked {
    border-bottom: 3px solid #e50a7e;
}

.header .header-buttons a:hover {
    color: #e50a7e;
}

.header .header-loc .wrap.online-order {
    border-radius: 10px;
    font-size: 16px;
    padding: .5rem;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;
    background: linear-gradient(0deg, #ff0099 -100%, #fdddf3 196%);
    color: #fff;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.rotator {
    /*height: 400px !important;*/
    height: auto !important;
    border-radius: 0 !important;
    margin-bottom: 1rem;
}

.rotator-wrapper {
    /*max-height: none !important;*/
}

.rotator-wrapper .fotorama__stage {
    border-radius: 0 !important;
}

.fotorama__stage .rotator__item {
    height: 480px !important;
}

i.header-show {
    display: none
}

.dialog_container_clicker {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10002;
}

.dialog_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10001;
}

.dialog_container.showed {
    display: flex;
}

.dialog_container .dialog_block {
    z-index: 10003;
    width: 500px;
    max-width: 100%;
    background: #fff;
    border-radius: 3px;
    max-height: 100%;
    overflow: auto;
}

.dialog_container .dialog_header {
    font-size: 16px;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
}

.dialog_container .ng-scope {
    padding: 1rem;
}


.dialog_container .hot-form .girl {
    display: none;
}

.dialog_container .hot-form .police_safety_wrap {
    text-align: center;
}

.dialog_container .hot-form .ofisy_dlia_zaprosa .form-field__item-name,
.dialog_container .hot-form .gorod .form-field__item-name,
.dialog_container .hot_form_heading .form-field__item-name {
    margin-right: 0;
    border-radius: 3px 0 0 3px;
}

.dialog_container .hot-form .liuboi_ofis div.form-checkbox__name,
.dialog_container .hot-form .liuboi_ofis input,
.dialog_container .hot-form .police_safety {
    float: none;
}

.dialog_container .hot-form #id_ofisy_dlia_zaprosa,
.dialog_container .hot-form .liuboi_ofis,
.dialog_container .hot-form .ofisy_dlia_zaprosa,
.dialog_container .hot-form li.telefon,
.dialog_container .hot-form .liuboi_ofis .form-field__item-c2,
.dialog_container .form-input {
    width: 100%;
}

.dialog_container .hot-form .liuboi_ofis div.form-checkbox__name {
    width: auto;
}

.dialog_container .hot-form #id_ofisy_dlia_zaprosa,
.dialog_container .hot-form input {
    border-radius: 0 3px 3px 0;
}

.dialog_container .hot-form textarea {
    border-radius: 3px;
}

.dialog_container .hot-form .liuboi_ofis .form-field__item-c2,
.dialog_container .hot-form .liuboi_ofis {
    display: block !important;
    text-align: right;
}

.dialog_container .hot-form .liuboi_ofis .form-field__item-c2 {
    width: 100%;
}

.dialog_container .hot-form .gorod .form-field__item-c2 {
    width: 69%;
}

.dialog_container .hot-form #id_ofisy_dlia_zaprosa {
    margin-left: 0;
}

.dialog_container .hot-form .liuboi_ofis input {
    width: 31px;
}

.dialog_container .police_safety_label {
    width: 60%;
    display: inline-block;
    padding-top: 2px;
    font-size: 11px;
    font-style: italic;
    color: #e5097f;
}

.dialog_container .police_safety {
    display: inline-block;
    float: left;
    width: 26px;
    margin-right: 10px;
    vertical-align: middle;
    height: 31px;
}

#dialog_container, .hot-form__wrapper {
    /*height: 100%;*/
    width: 100%;
    max-width: 600px;
    background: #fff;
    overflow-y: visible;
}

#page_dialog_container .cn-center button {
    background: #e8007c;
    padding: 10px 20px;
    border: 1px solid #960c5c;
    color: #fff;
    margin: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    opacity: 0.8;
}

#dialog_container .cn-center button {
    background: #e8007c;
    padding: 10px 20px;
    border: 1px solid #960c5c;
    color: #fff;
    margin: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

#dialog_container .cn-center button[disabled] {
    background: #ccc;
    border: 1px solid #ccc;
    color: #333;
}

#page_dialog_container .cn-center button:hover {
    opacity: 1;
}

@media screen and (max-width: 610px) {
    #dialog_container, .hot-form__wrapper {
        height: 100%;
        max-height: 100%;
    }
}

.home-tours .promo-header,
.calendar__title {
    font-family: 'Open Sans Condensed', sans-serif;
}

.home-tours .promo-header,
.calendar__title .promo-header {
    margin: 1.5rem 0;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    font-size: 2rem;
    /*color: #333;*/
}

@media screen and (max-width: 768px) {
    .topline {
        display: block !important;
    }
    .vertical-line {
        display: none;
    }
    .header .site-name {
        display: none
    }

    .header-container.showed {
        min-height: calc(100vh - 100px);
    }

    .header .header-menu {
        display: none;
    }

    .header {
        min-width: 320px;
        width: 100%;
    }

    .header-container .header .logo img {
        max-height: 60px;
        display: none;
    }

    .header,
    .header .menu-usertype,
    .header .header-loc .loc-second,
    .header .header-buttons {
        flex-direction: column;
    }

    .header .logo {
        border-bottom: 1px solid #eee;
    }

    .header .menu-usertype {
        border-bottom: 1px solid #eee;
        padding: .5rem 0;
    }

    .header .header-links .menu-usertype a {
        margin: 0;
    }

    .header .header-links .menu-usertype a.marked {
        border-top: 0px;
        /*border-right: 3px solid #e50a7e;*/
        text-decoration: underline #e50a7e;
    }

    .header .header-loc .loc-second > div,
    .header .header-loc .loc-second > a {
        padding: .5rem 0;
    }

    .header .header-buttons {
        padding: .5rem 0 0 0;
        flex-grow: 1;
    }

    .header .header-buttons a {
        padding: 0;
    }
}
.header .header-links {
    height: 42px;
    position: relative;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}
.header__contacts {
    margin-right: 10px;
}
.header__contacts-container {
    display: flex;
    padding: 0 15px;
    border-radius: 0px 0px 5px 5px;
    color: #007abc;
}
.header__social {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

@media screen and (max-width: 1086px) {
    .header .logo {
        padding-right: 0;
        margin-left: 10px;
        border-bottom: none;
    }
    .region-switch {
        margin: 0 10px;
    }
    .header {
        display: grid;
        grid-template-columns: 150px 1fr;
    }
    .header-slogan-image {
        /*width: 500px;*/
    }
    .header .header-links .menu-usertype .header__menu-btn {
        margin: 0 ;
    }
    .header .header-links {
        height: 80px;
    }
    .header__contacts-container {
        align-items: center;
        gap: 10px;
    }
    .header__contacts {
        display: flex;
        flex-direction: column;
        margin: 0;
        gap: 0px;
    }
    .header__social {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header__social-icons {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header__social-icon {
        margin: 0;
        padding: 0;
    }
    .header__phone {
        display: flex;
        flex-direction: column;
    }

    .header .header__auth {
        border-top: none;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 24px;
    }
    .header__auth span {
        display: none;
    }
    .header__auth i {
        line-height: normal;
    }
}



/* FOOTER */
footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
    background-color: #eee;
    overflow: hidden;
    padding: 1.1rem 2rem 6rem 2rem !important;
    color: #333;
    /*{#color: #fff;#}*/
    /*{#font-weight: 600;#}*/
    /*{#background-color: #2b3641;#}*/
}

footer i.fa-vk {
    color: #4680C2;
}

footer i.fa-odnoklassniki {
    color: #ee8208;
}

footer i.fa-facebook-official {
    color: #3b5998;
}

footer i.fa-instagram {
    color: #c13b93;
}

footer i.fa-youtube {
    color: #c4302b;
}

.selectOffice {
    text-transform: none;
    position: absolute;
    right: 0;
    padding: 6px;
    border: 0;
    cursor: pointer;
    width: 50%;
    font-family: 'Open Sans', sans-serif;
}


footer div.footer {
    max-width: 1600px;
    width: 80%;
    position: relative;
    flex-wrap: wrap;
    text-align: left;
    font-size: 16px;
    line-height: 1.25;
}

footer div.footer > div {
    min-width: 280px;
}

footer a {
    color: #333;
}

.footer__col {
    flex-grow: 1;
    width: 22%;
    padding-left: 1%;
    transition: opacity .4s ease-in-out;
}

.footer__col:first-child {
    /*max-width: 18%;*/
    padding: 0;
    position: relative;
}

.footer__col:nth-child(3) {
    /*min-width: 32%;*/
    /*z-index: 1;*/
    position: relative;
}

.footer__col:last-child {
    min-width: 100px;
    width: 200px;
}

.footer__heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 11px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 2rem;
}

footer ul {
    margin: 0;
    padding: 0;
}

.selectOffice {
    text-transform: none;
    position: absolute;
    right: 0;
    padding: 6px;
    border: 0;
    cursor: pointer;
    width: 50%;
    font-family: 'Open Sans', sans-serif;
}

footer ul li {
    margin-bottom: 10px;
    line-height: 1.25;
    list-style: none;
}

footer .btn.btn-brand {
    margin: 0;
}

footer .footer__social i {
    width: 2.5rem;
}

.footer-form {
    margin: 0px -32px 0 0;
    position: relative;
    max-width: 400px;
}

.footer__heading--small {
    font-size: 16px;
}

footer .footel_dlmtr_links ul:first-child {
    display: none;
}

@media screen and (max-width: 1150px) {
    footer .no-pad {
        padding: 0;
    }

    footer .footel_dlmtr_links {
        display: flex;
        justify-content: space-between;
    }

    footer .footel_dlmtr_links ul {
        width: 50%;
    }
}

@media screen and (max-width: 570px) {
    footer .no-pad {
        padding: 0;
    }

    footer .footel_dlmtr_links {
        display: block;
    }

    footer .footel_dlmtr_links ul {
        width: 100%;
    }
}

.footer_social {
    margin: 2rem 0;
    max-width: 400px;
}

.cp_info {
    text-align: right;
    max-width: 1200px;
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
}

@media screen and (min-width: 760px) {
    .cp_info {
        position: absolute;
        right: 1rem;
        bottom: -6rem;
    }
}

.input-group {
    position: relative;
    width: 100%;
}

.form-control {
    line-height: normal;
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.footer-form .form-control {
    border-radius: .25rem;
    color: #424242;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.valign_m {
    vertical-align: middle;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    appearance: button;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    padding: 5px 10px;
    font-size: 14px;
}

.btn-brand {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 200ms ease 0s, border 200ms ease 0s, color 200ms ease 0s;
    background-clip: border-box;
    border-radius: 0;
    outline: none !important;
}

.btn-brand--orange {
    background-color: #f26326;
    border: solid 1px #f26326;
    color: #fff;
}

.btn-brand--pink {
    background-color: #e5097f;
    border: solid 1px #c5086f;
    color: #fff;
    border-radius: 10px;
}

.footer-form .btn {
    font-size: 14px;
    text-transform: none;
}

/* INDEX ROTATOR */
.rotator-wrapper.fotorama,
.rotator .rotator-wrapper.fotorama .rotator__item,
.rotator {
    height: calc(100vw / 5) !important;
}

@media all and (max-width: 600px) {
    .rotator-wrapper.fotorama,
    .rotator-wrapper .fotorama__stage,
    .rotator-wrapper .fotorama__wrap,
    .rotator .rotator-wrapper.fotorama .rotator__item,
    .rotator {
        height: 180px !important;
    }
}

.rotator .rotator-wrapper.fotorama .rotator__item {
    background-size: 100vw;
}


.fotorama__stage .rotator__item {
    height: calc(100vw / 5) !important;
    width: 100vw !important;
    background-size: 100vw;
}

.top-menu .mm-listview {
    flex-wrap: wrap;
}

.top-menu .mm-listview > li {
    width: 100%
}


/* hotfix */
.tour__body .tour__info-wrap {
    /*max-width: 300px;*/
}

/* cruise_search */
#searchApp {
    position: relative;
    clear: both;
}

#search-russian-excursion {
    padding: 0 10px;
    align-items: center;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #66bb6a80;
    border-right: 1px solid #66bb6a80;
    border-left: 1px solid #66bb6a80;
    margin-left: 5px;
    background: #fff;
}

#search-russian-excursion a:hover {
    color: #e82c8a;
}

#search-russian-excursion .fa, #search-russian-excursion span {
    color: #e82c8a;
    line-height: 28px;
}

#likes {
    padding: 0 10px;
    align-items: center;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #66bb6a80;
    border-right: 1px solid #66bb6a80;
    border-left: 1px solid #66bb6a80;
    margin-left: auto;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: -5px;
}

#likes a:hover {
    /*color: #ed4d99;*/
    text-decoration: none;
}

#likes .fa, #likes span {
    color: #ed4d99;
    line-height: 28px;
}

#cruise_link_container {
    /* background: #fff; */
    /* border: 1px solid green; */
    /* box-shadow: 0 0 0 1px #66bb6a80 inset; */
    /* border: inset; */
    padding: 0;
    align-items: center;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #66bb6a80;
    border-right: 1px solid #66bb6a80;
    border-left: 1px solid #66bb6a80;
    margin-left: 5px;
}

#cruise_link_container > * {
    display: inline-block;
    padding: 0 .5rem;
    height: 100%;
    display: flex;
    align-items: center;
}

#cruise_link_container span {
    border-radius: 2px 0 0 0;
}

#cruise_link_container a {
    /*background: #00a0e380;*/
    border-radius: 0 2px 0 0;
    color: #333;
}

#cruise_link_container a i {
    color: #00a0e3;
}

.depart-widget .widget-data-wrapper {
    position: relative;
}

audio:not(.md-image),
canvas:not(.md-image),
embed:not(.md-image),
    /*img:not(.md-image),*/
object:not(.md-image),
video:not(.md-image) {
    height: calc(100vh - 19rem);
}

.video__item iframe {
    height: 230px;
}

.subregions__item {
    width: 100%;
    padding-left: 30px !important;
    background: #fff4fa;
    padding: 1em;
    font-size: 12px;
    cursor: pointer;
}

.subregions__item:hover {
    background: #ccc;
}

.no-fly {
    padding: 4px 10px;
    background: #ffffff;
    color: #66bb6a;
    border-radius: 0px 4px 0px 0px;
    border: 1px solid #66bb6a;
    border-bottom: 0px;
    cursor: pointer;
    margin-left: -4px;
    display: none;
    box-sizing: border-box;
}

.no-fly.active {
    background: #66bb6a;
    color: #fff;
}

.depart-widget.disable .widget-data-wrapper {
    background: #fff;
    color: #66bb6a;
    border: 1px solid #66bb6a;
    border-bottom: 0px;
}

.depart-widget {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 800px) {
    .form_type_auth .form-fields {
        width: 90%;
        position: relative;
        display: table;
        border-collapse: separate;
        margin: 0 auto !important;
        padding: 0 !important;
        text-indent: 0 !important;
        list-style: none;
    }

    .form_type_auth .form-fields button.button {
        margin-left: 0px !important;
    }
}

#cruise_link_container a {
    color: #00a0e3;
}

@media screen and (max-width: 680px) {
    span.cruise-text {
        display: none;
    }
}

.form-close-button {
    position: absolute;
    font-size: 24px;
    background: transparent;
    right: 15px;
    top: 15px;
    border: none;
    color: #777;
}

.form-send-button {
    padding: 10px;
    text-align: center;
}

.form-send-button button {
    display: inline-block;
    font-size: 18px;
    background-color: #e5097f;
    height: 38px;
    border: none;
    width: 300px;
    padding: 8px 10px;
    color: #fff;
    border-radius: 5px;
    opacity: 0.8;
}

.form-send-button button:hover {
    opacity: 1;
}

.send-office-button {
    border: 1px solid !important;
    width: 100% !important;
    background-color: #e82c8a;
    font-size: 16px;
}

.form-field-wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.form-field-wrapper .md-field {
    width: 90%;
    margin: 4px 0 18px;
}
.form-field-wrapper .md-radio {
    margin: 10px 10px 10px 0;
}

.popup-form-header-wrapper {
    display: flex;
}

.popup-form-header-wrapper .md-dialog-title {
    font-size: 18px;
    color: #777;
    font-weight: 700;
}

.tour__buy-online {
	background: #d3f1fc;
	margin: 5px 0px;
	border: 2px dotted #99c3d2;
    padding: 1rem;
    border-radius: .25rem;
}

.tour__buy-online h3.checked {
	padding-left: 24px;
	background: url('/static/index/img/done.png') no-repeat left top;
	background-size: 5%;
}
.tour__buy-online .bottom {
	margin-top: 1rem;
	position: relative;
	height: 40px;
}
.tour__buy-online .body {
	background: url('/static/index/img/vigodno.png') no-repeat right bottom;
	background-size: 140px 190px;
    padding-right: 90px;
}
.tour__buy-online .body i {
	display: none;
}
.tour__buy-online button {
	display: block;
    position: absolute;
	font-size: 14px;
    bottom: 0px;
    left: 50%;
    width: 210px;
    transform: translateX(-50%);
    background-color: #e5097f;
    height: 32px;
    border: none;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    opacity: 0.8;
}
.tour__from-city {
    margin: 1rem 0;
}
@media screen and (max-width: 480px) {
	.tour__buy-online h3.checked {
		padding-left: 24px;
		background: url('/static/index/img/done.png') no-repeat left top;
		background-size: 7%;
		margin-bottom: 1rem;
	}
	.tour__buy-online .body {
		background: none;
		background-size: 28%;
		padding-right: 0px;
	}
	.tour__buy-online .body i {
		display: inline-block;
		color: green;
		margin-right: 10px;
	}
}
.tour__flag-hearts h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 1rem;
	color: #007ebd;
}
.tour__flag-hearts {
	padding: 15px;
	margin: 1rem 0px;
	border: 2px dotted #999;
    border-radius: .25rem;
}
.tour__flag-hearts .row {
	display: flex;
	flex-direction: row;
	margin: 1rem 0;
}
.tour__flag-hearts .col {
	flex-basis: 33%;
}

.tour__near-office {
	background: #dff9ff;
	margin: 5px 0px;
	border: 2px dotted #99c3d2;
    padding: 1rem;
    border-radius: .25rem;
}
.tour__near-office .btn {
	display: inline-block;
	font-size: 14px;
    background-color: #e5097f;
    height: 32px;
    border: none;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
	opacity: 0.8;
	line-height: 22px;
}
.tour__near-office h4 {
	font-size: 18px;
	margin-bottom: 0.5rem;
	color: #444;
	font-weight: bold;
}
div.tour__near-office p {
	margin-bottom: 0.5rem;
	color: #222;
}
.tour__near-office .btn:hover {
	opacity: 1;
}

.popup-form-header__text {
    position: relative;
    margin: 15px 50px 10px 10px;
    background: #ffd07c;
    padding: 10px;
    border-radius: 5px;
}

.popup-form-header__text::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffcf7c transparent;
}

@media screen and (max-width: 680px) {
    .popup-form-header__text {
        display: none;
    }

    .popup-form-header {
        display: none;
    }
}

.popup-form-header__text h4 {
    color: #00a0e3;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

.popup-form-header {
    background-image: url(/static/img/form/header-image.png);
    background-repeat: no-repeat;
    padding-left: 80px;
    height: 90px;
    margin: 10px;
    background-size: contain;
}

.md-dialog-title {
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
    text-align: center;
    color: #777;
    font-weight: 700;
}

.form-field-icon.fio {
    background-image: url('/static/img/form/name.png');
    background-size: 30px;
    background-repeat: no-repeat;
    width: 34px;
    height: 30px;
    display: inline-block;
}

.form-field-icon.telefon {
    background-image: url('/static/img/form/tel.png');
    background-size: 30px;
    background-repeat: no-repeat;
    width: 34px;
    height: 30px;
    display: inline-block;
}

.form-field-icon.email {
    background-image: url('/static/img/form/email.png');
    background-size: 30px;
    background-repeat: no-repeat;
    width: 34px;
    height: 30px;
    display: inline-block;
}

.form-field-icon.month {
    background-image: url('/static/img/form/calendar.png');
    background-size: 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    opacity: .5;
}

.form-field-icon.adults {
    background-image: url('/static/img/form/person.png');
    background-size: 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    opacity: .5;
}

.form-row {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.form-row .form-field-wrapper {
    flex: 1;
    flex-wrap: nowrap;
}

.form-row .form-field-wrapper .md-field {
  width: 80%;
}

.form-field-wrapper .md-field .radio-group {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.form-field-wrapper .md-field .radio-group .md-radio .md-radio-label {
    top: 0;
}

.form-field-icon.kids {
    background-image: url('/static/img/form/person.png');
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    opacity: .7;
}

.form-field-icon.stars {
    background-image: url('/static/img/form/stars.png');
    background-size: 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    opacity: .5;
}

.form-field-icon.gorod {
    background-image: url('/static/img/form/city.png');
    background-size: 30px;
    background-repeat: no-repeat;
    width: 34px;
    height: 30px;
    display: inline-block;
    opacity: .5;
}

.form-field-icon.tekst {
    background-image: url('/static/img/form/tur.png');
    background-size: 30px;
    background-repeat: no-repeat;
    width: 34px;
    height: 30px;
    display: inline-block;
}

.form-field-icon.office_list {
    background-image: url('/static/img/form/tur.png');
    background-size: 30px;
    background-repeat: no-repeat;
    width: 34px;
    height: 30px;
    display: inline-block;
}


.vue-tel-input {
    border: none !important;
    width: 100%;
}

.vue-tel-input input {
    padding-left: 0px;
    font-size: 16px;
}

.vue-tel-input input::placeholder {
    color: #7d7d7d;
    font-size: 16px;
}

.vti__dropdown {
    display: block !important;
    position: absolute !important;
    right: 0px;
}

.vti__dropdown-list {
    right: -1px !important;
    left: unset !important;
}

.vue-tel-input:focus-within {
    box-shadow: none !important;
}

.tusich__subscribe {
    position: fixed;
    width: 320px;
    background: #FFFAEC;
    right: 30px;
    bottom: 80px;
    z-index: 1000;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 3px #ccc;
}

@media (max-width: 480px) {
    .tusich__subscribe {
        position: fixed;
        width: 320px;
        background: #FFFAEC;
        left: 50%;
        top: 50%;
        right: auto;
        bottom: auto;
        z-index: 1000;
        border-radius: 5px;
        transform: translate(-50%, -50%);
        padding: 15px 15px 15px 15px;
        background-size: 70px;
        background-repeat: no-repeat;
        background-position: 10px 25px;
        border: 1px solid #ccc;
        box-shadow: 0px 3px 3px #ccc;
    }

    .tusich__subscribe h4 {
        font-size: 16px !important;
        margin-bottom: 0.5em;
        color: #e5097f;
        padding-left: 70px;
    }

    .tusich__subscribe .subscribe__description {
        padding-left: 70px;
    }
}

@media (max-width: 760px) and (orientation: landscape) {
    .tusich__subscribe {
        position: fixed;
        width: 480px;
        background: #FFFAEC;
        left: 50%;
        top: 50%;
        z-index: 1000;
        border-radius: 5px;
        transform: translate(-50%, -50%);
        padding: 10px 15px 10px 15px;
        background-image: url(/static/index/img/mail.png);
        background-size: 70px;
        background-repeat: no-repeat;
        background-position: 10px 10px;
        border: 1px solid #ccc;
        box-shadow: 0px 3px 3px #ccc;
        margin-bottom: 0px;
    }

    .tusich__subscribe h4 {
        font-size: 16px !important;
        margin-bottom: 0;
        color: #e5097f;
        padding-left: 70px;
    }

    .tusich__subscribe .subscribe__description {
        padding-left: 70px;
    }

    .tusich__subscribe .form p {
    }
}

.subscribe-form__close {
    right: 10px;
    top: 10px;
    position: absolute;
    color: #C14C47;
    cursor: pointer;
}

.tusich__subscribe h4 {
    font-size: 18px;
    margin-bottom: 1em;
    color: #e5097f;
    margin-left: 30px;
    font-weight: 500;
}

.tusich__subscribe p {
    font-size: 12px;
    margin-bottom: 0.2em;
    color: #333;
}
.tusich__subscribe .form {
    transform: scale(0.8);
    margin-top: -15px;
    height: 275px;
}
.tusich__subscribe .form label {
    font-size: 12px;
    display: block;
}
.tusich__subscribe .form p {
    font-size: 14px;
    margin-bottom: 1em;
    line-height: 1.5em;
}

.tusich__subscribe .form .btn {
    background-color: #e5097f;
    height: 32px;
    border: none;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin-right: 18px;
    margin-bottom: 16px;
}

.tusich__subscribe .form input[type=text], .tusich__subscribe .form input[type=email] {
    height: 32px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #444;
    border: 1px solid #999;
    background: #fff;
    width: 100%;
}
.tusich__subscribe img.captcha {
    margin: 5px;
}
.tusich__subscribe .form select {
    height: 32px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #444;
    border: 1px solid #999;
    background: #fff;
    width: 100%;
}

.tusich__subscribe .form .nosubscribe {
    text-wrap: nowrap;
}

.tusich__subscribe .capcha {
    margin-right: 10px;
}

.subscribe__email__error {
    color: #C04C46;
    font-size: 12px;
}

.tusich__subscribe small {
    color: #777;
}

.tusich__subscribe .captcha-input__input {
    width: 100px !important;
}

.rotator {
    cursor: pointer;
}

.rotator__image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
    .rotator__image {
        background-position: center;
    }
}

/**
 * Calender index
 */
.calendar__wrap .calendar__body .calendar__lines .lines__top span {
    width: auto;
    top: -9px;
    text-align: center;
    padding: 1px 5px;
    line-height: 14px;
    color: #fff !important;
    background-color: #C9655E;
    border-radius: 3px;
}

.calendar__wrap .calendar__body .calendar__lines .lines__bottom span {
    width: auto;
    top: -9px;
    text-align: center;
    padding: 1px 5px;
    line-height: 14px;
    color: #fff !important;
    background-color: #4caf50;
    border-radius: 3px;
}

/**
 * Hotels index
 */
.tour__hotel .hotel__body {
    position: relative;
    height: 100px;
}

#index_hotels_list div.hotel__body h4.title {
    font-size: 18px;
    width: 80%;
}

.hotel__body .region {
    font-size: 14px;
    color: #333;
}

.tour_info_star {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 14px;
}

.hotel-nav {
    text-align: center;
    margin-bottom: 5px;
}

.hotel-stars {
    font-size: 10px;
}

.hotel__item .op_in_list a {
    display: flex;
}

.hotel__btn-container {
    height: 53px;
    width: 100%;
    display: flex;
    flex-direction: row;
    color: white;
    margin-top: 10px;
}

.hotel__info-tour {
    font-size: 14px;
}

.hotel__price-container {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #00A0e3;
    align-items: center;
    border-bottom-left-radius: 2px;
}

.hotel__price {
    font-size: 1.4rem;
    line-height: 2rem;
    width: 100%;
    text-align: center;
    font-family: "Play", "Arial", "Verdana";
    font-weight: 700;
}

.hotel__price-description {
    display: flex;
    margin: 0 auto;
    align-items: center;
    font-size: 11px;
}

.hotel__price-currency {
    font-size: 12px;
    padding-left: 2px;
}

.hotel__btn-buy {
    width: 50%;
    background-color: #de4596;
    border: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 2px;
}

#index_hotels_list .index_header {
    margin-bottom: 0;
}
.hotel__body, hotel__info {
    padding: 0 8px 8px;
    height: 86px;
}

/**
 * Consult index
 */

.touragent__image {
    width: 80px;
    height: 93px !important;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.touragent__image img {
    width: 80px;
    height: 93px;
}

.touragent__name {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 10.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #007abc;
    text-align: center;
}

.touragent__info {
    border-radius: 5px;
}

.touragent__post {
    color: #007abc;
    text-align: center;
    font-size: 12px;
    font-family: "Verdana";
    line-height: 8px;
}

.touragent__description {
    padding: 5px;
    border-radius: 5px;
    color: #333;
    background: #ffffff80;
    font-size: 12px;
    min-height: 20px;
}
/**
 * Tour list index
 */

.tour-link__items .tour-link__item {
    font-weight: 300;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    color: #1584c1;
    margin-bottom: 0rem;
    font-family: 'Open Sans Condensed', sans-serif;
}

.tour-link__items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#index_tour_list {
    padding: 0.7rem 0 1.2rem;
}

@media screen and (max-width: 480px) {
    #index_tour_list {
        padding: 0;
        display: none;
    }
}

/**
 * Отзывы наших туристов comment_list index
 */

.tourist__name {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #007abc;
}

.tourist__post {
    color: #007abc;
    font-size: 11px;
    text-align: right;
}

.index__comment {
    overflow: hidden;
    padding-top: 3px;
    padding-left: 1px;
}