@media(min-width:1430px) {
    .container {
        max-width: 1400px;
    }
}

.jq-checkbox {
    cursor: pointer;
}

#map_contacts_top {
    height: 590px;
}

.hotel_rooms_table_items {
    position: relative;
}

    .hotel_rooms_table_items::after {
        position: absolute;
        content: "";
        right: -300px;
        top: 30px;
        background: #ffffff;
        width: 340px;
        height: 100%;
        opacity: 0.4;
    }

.hotel_section .hotel_rooms_table_items .item:last-child {
    padding-right: 0px;
}

/* .hotel_rooms_table_items::after{
  position: absolute;
  content: "";
  width: 25%;
  height: 100px;
  right: -240px;
  top: 30px;
  background: red;
} */

.header_m .header .h_top {
    background: none;
    padding: 50px 0 0 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
ul {
    padding: 0;
    margin: 0;
}


/*Хедер*/
.wrap {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}

.header_m {
    background: url(../images/header3.png);
    /* min-height: 625px;*/
    position: relative;
    background-size: cover;
}

.header_gr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040404;
    opacity: 0.65;
}

.header_menu_wrapper {
    padding-top: 54px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.header__logo {
    margin-right: 64px;
}

    .header__logo img {
        max-width: 234px;
    }

.header__menu {
    font-size: 0;
}

    .header__menu ul {
        margin-top: 15px;
    }

    .header__menu li {
        display: inline-block;
        margin-right: 40px;
    }

        .header__menu li:last-child {
            margin-right: 0;
        }

    .header__menu a {
        font-size: 16px;
        font-weight: normal;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        text-decoration: none;
    }

.header__buttons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.header__like img {
    width: 18px;
    height: 16px;
}

.header__signin {
    width: 100%;
    max-width: 122px;
    height: 50px;
    border: solid 1px #110f12;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    /*padding: 16px 23px 16px 21px;*/
    text-decoration: none;
}

/*Хедер текст*/
.header__text_wrapper {
    padding-top: 136px;
}

.header__text {
    width: 90%;
    max-width: 1145px;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    padding-bottom: 42px;
}

.header__subtext {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-bottom: 68px;
}

/*Поиск*/
.search__block {
    width: 100%;
    max-width: 1053px;
    /*  height: 140px;*/
    /*display: none;*/
}

    .search__block .hotel_section .hotel_rooms_filter .hotel_rooms_filter_items {
        flex-wrap: wrap;
        position: relative;
    }

    .search__block .hotel_section .hotel_rooms_filter .filter_item .filter_block {
        align-items: self-start;
    }

.hotel_rooms_filter .filter_btn_submit img {
    max-width: 42px;
}

.search__block .jq-selectbox__select-text {
    width: 227px;
}

.hotel_section .hotel_rooms_filter .filter_btn_submit:hover {
    background: #5c148d;
}

.popular_arrow_right {
    background: #501b64;
    transition: color .5s ease, background .5s ease;
}

    .popular_arrow_right:hover {
        background: #5c148d;
    }



.search__block .hotel_section .hotel_rooms_filter .filter_item {
    position: relative;
    flex: 0 0 228px;
    max-width: 228px;
    background: #ffffff;
}

.search__block .hotel_section .hotel_rooms_filter {
    margin-top: 0;
}

    .search__block .hotel_section .hotel_rooms_filter .filter_btn_submit {
        flex: 0 0 140px;
        max-width: 140px;
    }

/*Предложения*/
.offers {
    position: relative;
    /* min-height: 875px; */
}

.offers_bg {
    display: none;
    position: absolute;
    max-width: 1320px;
    width: 100%;
    min-height: 847px;
    top: 0;
    left: 0;
    background: #f4f4f4;
    z-index: -1;
}

.offers_wrapper {
    max-width: 1628px;
    width: 100%;
    margin-left: auto;
    padding-top: 80px;
}

.popular_offers .title_row {
    margin-bottom: 36px;
    width: 100%;
    max-width: 1110px;
}

    .popular_offers .title_row .title {
        font-size: 30px;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.3);
        display: inline-block;
    }

.offers_slider_item {
    max-width: 240px;
    width: 100%;
    font-size: 0;
    text-decoration: none;
}

.offers_image,
.offers_text {
    display: inline-block;
    vertical-align: top;
}

.offers_image {
    float: left;
}

.offers_text {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background: #ffffff;
    height: 90px;
    /*width: 100%;*/
    max-width: 150px;
    padding-right: 10px;
    padding-left: 21px;
    box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
}

    .offers_text .title {
        font-size: 12px;
        flex: 0 0 100%;
        font-weight: 600;
        color: #000000;
        /* margin-top: 28px; */
    }

    .offers_text .offers_price {
        font-size: 11px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.5);
        margin-top: 10px;
    }

.offers_image img {
    width: 100%;
    max-width: 90px;
}

.popular_offers {
    padding-bottom: 27px;
    position: relative;
}

    .popular_offers::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #d5d5dd;
        opacity: 0.6;
        bottom: 0;
        left: 0;
    }

    .popular_offers .owl-stage {
        left: -60px;
        padding: 20px 0;
    }

    .popular_offers .owl-dots {
        display: none;
    }

.popular_slider_arrows {
    display: inline-block;
    float: right;
}

    .popular_slider_arrows::before {
        width: 1332px;
        position: absolute;
        top: -80px;
        left: -279px;
        content: '';
        height: 847px;
        display: block;
        z-index: -1;
        background: #f4f4f4;
    }

.popular_arrow_left,
.popular_arrow_right {
    padding: 22px 23px 22px 25px;
    display: inline-block;
    cursor: pointer;
}

    .popular_arrow_left img,
    .popular_arrow_right img {
        width: 100%;
        max-width: 11px;
        display: block;
    }

.popular_arrow_right {
    background: #501b64;
}


/*Лучшие предложения*/
.best_offers .title_row {
    padding-top: 96px;
    padding-bottom: 56px;
    width: 100%;
    max-width: 1370px;
}

.best_offers .title {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}

.best_offers_slider_item {
    position: relative;
}

    .best_offers_slider_item .bo_starts {
        font-size: 0;
        position: absolute;
        top: 33px;
        left: 30px;
    }

        .best_offers_slider_item .bo_starts .star {
            width: 15px;
            height: 14px;
            display: inline-block;
            background: url(../images/star_white_active.svg) no-repeat center center;
            background-size: 15px 14px;
            margin-right: 10px;
        }

        .best_offers_slider_item .bo_starts .nstar {
            width: 15px;
            height: 14px;
            display: inline-block;
            background: url(../images/star_white.svg) no-repeat center center;
            background-size: 15px 14px;
            margin-right: 10px;
        }

.best_offers_slider .owl-nav {
    display: none;
}

.best_offers_slider_item .image {
    position: relative;
}

.best_offers_slider_item .bo_gradient {
    background: linear-gradient(90deg, rgba(22, 17, 24, 1) 0%, rgba(22, 17, 24, 0.8) 30%, rgba(21, 17, 23, 0.2) 100%);
    /* background: linear-gradient(to top, #161118, #151117), linear-gradient(to bottom, #1c1d27, #1c1d27); */
    width: 100%;
    max-width: 370px;
    max-height: 470px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.bo_slider_text {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    text-decoration: none;
    margin-bottom: 14px;
}

.bo_slider_fb {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 33px;
}

.bo_slider_btn {
    max-width: 100%;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

    .bo_slider_btn::after {
        position: relative;
        content: "";
        display: inline-block;
        margin-left: 12px;
        top: -1px;
        background: url(../images/arrow_guide_btn.svg) no-repeat;
        background-size: cover;
        width: 35px;
        height: 15px;
        transition: margin .5s ease;
    }

.best_offers_slider_item:hover .bo_slider_btn::after {
    margin-left: 25px;
}


.guide_slider_item:hover .guide_slider_btn::after {
    margin-left: 25px;
}

.guide_item:hover .guide_item_btn::after {
    margin-left: 25px;
}

.bo_text_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 37px 36px;
    width: 100%;
}

.best_offers .image img {
    max-width: 370px;
}

.best_offers .owl-stage {
    left: -30px;
}

.best_btn_wrapper {
    display: inline-block;
    float: right;
    width: 100%;
    max-width: 380px;
}

.best_slider_arrows {
    display: inline-block;
    vertical-align: top;
}

.best_btn_wrapper .view_all {
    width: 100%;
    max-width: 170px;
    font-size: 14px;
    font-weight: 500;
    color: #501b64;
    /*margin-left: 87px;*/
    float: right;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    padding: 25px 0 22px 0;
    background: #f4f4f4;
    transition: color .5s ease, background .5s ease;
}

    .best_btn_wrapper .view_all:hover {
        color: #fff;
        background: #501b64;
    }

.best_arrow_left,
.best_arrow_right {
    padding: 20px 23px 20px 25px;
    display: inline-block;
    cursor: pointer;
    transition: color .5s ease, background .5s ease;
}

    .best_arrow_right:hover {
        background: #5c148d;
    }

    .best_arrow_left img,
    .best_arrow_right img {
        width: 100%;
        max-width: 11px;
    }

.best_arrow_right {
    background: #501b64;
}



/*Исследуйте Азербайджан*/
.explore {
    margin-top: 30px;
    position: relative;
    min-height: 880px;
    padding-top: 90px;
}

.explore_bg {
    width: 100%;
    max-width: 1275px;
    background: #f4f4f4;
    min-height: 880px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.explore_square {
    width: 100%;
    max-width: 496px;
    height: 570px;
    background: #ffffff;
    position: absolute;
    top: 119px;
    left: 190px;
    z-index: -1;
}

.explore .title_row h3 {
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #000000;
    display: inline-block;
    margin-top: 5px;
}

.explore .view_all {
    float: right;
    padding: 23px 0;
    background: #ffffff;
    width: 100%;
    max-width: 272px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #501b64;
    text-decoration: none;
    transition: color .5s ease, background .5s ease;
}

    .explore .view_all:hover {
        color: #fff;
        background: #501b64;
    }

.explore .title_row {
    margin-bottom: 44px;
}

.explore .image {
    margin-bottom: 47px;
}

    .explore .image img {
        width: 100%;
        max-width: 400px;
    }

.explore .explore_item_2 {
    margin-left: 18px;
}

.explore .explore_item_3 {
    margin-left: 36px;
}

.explore .text_block {
    width: 100%;
    max-width: 255px;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.explore_item_btn {
    margin-top: 25px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    position: relative;
    width: 100%;
    max-width: 122px
}

    .explore_item_btn::after {
        position: absolute;
        content: "";
        background: url(../images/arrow_explore.svg) no-repeat;
        background-size: cover;
        width: 35px;
        height: 15px;
        top: 0;
        right: 0px;
    }

/*Слайдер путеводитель*/
.guide_slider_section {
    width: 100%;
    /*max-width: 1645px;*/
    position: relative;
    min-height: 567px;
    margin-top: 30px;
}

.guide_slider_bg {
    display: none;
    max-width: 1328px;
    width: 100%;
    min-height: 567px;
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
}

.guide_slider_arrows::before {
    width: 100%;
    position: absolute;
    top: -109px;
    left: -324px;
    content: '';
    height: 567px;
    display: block;
    z-index: -1;
    background: #f4f4f4;
}

.guide_slider_row {
    margin-bottom: 43px;
}

    .guide_slider_row h3 {
        font-size: 30px;
        font-weight: normal;
        color: #000000;
        display: inline-block;
    }

.guide_slider_row {
    padding-top: 110px;
}

.guide_slider_wrapper .owl-carousel .owl-item img {
    width: 100%;
    max-width: none;
    max-height: 100%;
}

.guide_slider_wrapper {
    max-width: 1667px;
    width: 100%;
    margin-left: auto;
}

.guide_slider_item {
    height: 100%;
    position: relative;
}

    .guide_slider_item .image {
        position: relative;
        max-width: 370px;
        overflow: hidden;
    }


    .guide_slider_item .image_gradient {
        background: linear-gradient(90deg, rgba(22, 17, 24, 1) 0%, rgba(22, 17, 24, 0.8) 30%, rgba(21, 17, 23, 0.2) 100%);
        /* background: linear-gradient(to top, #161118, #151117); */
        /*background: linear-gradient(to right, #161118, #151117);*/
        width: 100%;
        max-width: 370px;
        max-height: 470px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
    }

.guide_slider_text {
    width: 100%;
    max-width: 228px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 19px;
}

.guide_slider_date {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 31px;
}

.guide_slider_btn {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}

    .guide_slider_btn::after {
        position: relative;
        content: "";
        right: 0;
        bottom: 0;
        background: url(../images/arrow_guide_btn.svg) no-repeat;
        background-size: cover;
        width: 35px;
        height: 15px;
        transition: margin .5s ease;
        display: inline-block;
        margin-left: 12px;
        top: -1px;
    }

.text_wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 37px 36px;
}

.guide_slider_wrapper .owl-stage {
    left: -20px;
}

.guide_btn_wrapper {
    display: inline-block;
    float: right;
    width: 100%;
    max-width: 372px;
}

.guide_slider_arrows {
    display: inline-block;
    vertical-align: top;
}

.guide_btn_wrapper .view_all {
    padding: 24px 0;
    width: 100%;
    max-width: 133px;
    font-size: 14px;
    font-weight: 500;
    color: #501b64;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    background: #f4f4f4;
    float: right;
    transition: color .5s ease, background .5s ease;
}

    .guide_btn_wrapper .view_all:hover {
        color: #fff;
        background: #501b64;
    }

.guide_arrow_left,
.guide_arrow_right {
    padding: 20px 23px 20px 25px;
    display: inline-block;
    cursor: pointer;
    transition: color .5s ease, background .5s ease;
}

    .guide_arrow_right:hover {
        background: #5c148d;
    }

    .guide_arrow_left img,
    .guide_arrow_right img {
        width: 100%;
        max-width: 11px;
    }

.guide_arrow_right {
    background: #501b64;
}















/*Футер*/
.footer .container {
    /* outline: 1px solid purple; */
}

.footer {
    padding-top: 100px;
}

.footer_top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding-bottom: 77px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    /* outline: 1px solid purple; */
    width: 100%;
    max-width: 1043px;
    position: relative;
}

/* .footer_menu:after{
  position: absolute;
  content: "";
  top: 60px;
  width: 100%;
  height: 1px;
  background: #d5d5dd;
} */
.footer__cities {
    width: 100%;
    max-width: 227px;
}

.footer_services {
    width: 100%;
    max-width: 250px;
}

.footer__guide {
    width: 100%;
    max-width: 332px;
}

.footer__tourist_pro {
    width: 100%;
    max-width: 234px;
}

.footer__contacts {
    width: 100%;
    max-width: 300px;
    margin-left: 27px;
}

.footer_menu_title {
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
    position: relative;
}

    .footer_menu_title::before {
        position: absolute;
        content: "";
        bottom: -5px;
        left: 0;
        width: 10px;
        height: 10px;
        background: #501b64;
        z-index: 1;
    }

    .footer_menu_title::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #d5d5dd;
    }

.footer__menu_list {
    margin-top: 45px;
}

    .footer__menu_list li {
        list-style: none;
        margin-bottom: 32px;
    }

    .footer__menu_list a {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #501b64;
        text-decoration: none;
    }

    .footer__menu_list .footer_menu_all {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: rgba(0, 0, 0, 0.5);
        text-decoration: underline;
    }

/*Контакты футер*/
.footer__contacts .phone_icon {
    width: 40px;
    height: 53px;
    background: #501b64;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
}

    .footer__contacts .phone_icon img {
        width: 19px;
        height: 18px;
        margin-left: 11px;
        margin-top: 18px;
    }

.phone_wrapper {
    display: inline-block;
    vertical-align: top;
}

.footer__contacts .phone_wrapper a {
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    margin-top: -5px;
}

.phone_wrapper .phone_desc {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}

.form_buttom {
    padding: 18px 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    border: solid 1.5px #501b64;
    text-align: center;
    text-decoration: none;
    margin-top: 70px;
    max-width: 220px;
    width: 100%;
    transition: color .5s ease, background .5s ease;
}

    .form_buttom:hover {
        color: #fff;
        background: #501b64;
    }

.footer__menu_list a:hover {
    color: #78488a;
}

.social_wrapper {
    margin-top: 58px;
}

    .social_wrapper a {
        position: relative;
        display: inline-block;
        padding-left: 32px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        text-align: left;
        color: rgba(36, 30, 45, 0.5);
        margin-bottom: 34px;
    }

.social_col {
    display: inline-block;
    width: 100%;
    max-width: 145px;
}

.footer__contacts .facebook::before,
.footer__contacts .youtube::before,
.footer__contacts .vk::before,
.footer__contacts .inst::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    left: 0;
}

.footer__contacts .facebook::before {
    background: url(../images/fb.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer__contacts .youtube::before {
    background: url(../images/yt.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer__contacts .vk::before {
    background: url(../images/vk.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer__contacts .inst::before {
    background: url(../images/inst.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*Политика и копирайт*/
.footer_bottom {
    font-size: 0;
}

    .footer_bottom a {
        font-size: 13px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: rgba(133, 136, 140, 0.6);
        display: inline-block;
        margin-right: 32px;
        text-decoration: none;
        margin-bottom: 25px;
    }















/*Попап окна*/
/*Ваш отзыв принят*/
.review_accepted {
    width: 100%;
    max-width: 693px;
    border: solid 19px #f4f4f4;
    min-height: 538px;
    box-shadow: 8.3px 14.3px 64px 0 rgba(22, 23, 29, 0.3);
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
}

    .review_accepted .close {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

        .review_accepted .close img {
            width: 20px;
            height: 20px;
        }

    .review_accepted .image {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        max-width: 310px;
        height: 100%;
        min-height: 538px;
    }

        .review_accepted .image img {
            width: 100%;
            max-width: 195px;
        }

    .review_accepted .text_block {
        padding-top: 57px;
        width: 100%;
        max-width: 325px;
    }

        .review_accepted .text_block .title {
            font-size: 30px;
            color: #010101;
            padding-bottom: 33px;
            position: relative;
        }

            .review_accepted .text_block .title::after {
                position: absolute;
                content: "";
                width: 100px;
                height: 3px;
                background: #501b64;
                left: 0;
                bottom: 0;
            }

        .review_accepted .text_block .thx {
            font-size: 30px;
            font-weight: bold;
            color: #010101;
            padding-top: 34px;
        }

        .review_accepted .text_block .desc {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.81;
            color: rgba(0, 0, 0, 0.8);
            padding-top: 32px;
            padding-bottom: 38px;
        }

        .review_accepted .text_block .fine {
            max-width: 169px;
            width: 100%;
            padding: 20px 0;
            display: block;
            font-size: 16px;
            font-weight: 500;
            color: #ffffff;
            background: #501b64;
            text-decoration: none;
            text-align: center;
        }

/*Войти*/

.signin_form {
    box-shadow: 8.3px 14.3px 64px 0 rgba(22, 23, 29, 0.3);
    border: solid 19px #f4f4f4;
    background: #ffffff;
    width: 100%;
    max-width: 470px;
    min-height: 512px;
    position: relative;
    box-sizing: border-box;
}

    .signin_form .close {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

        .signin_form .close img {
            width: 20px;
            height: 20px;
        }

    .signin_form .form_wrapper {
        padding: 60px 66px;
    }

.sign_in {
    display: none;
}

    .sign_in.active {
        display: block;
    }

.reg_form {
    display: none;
}

    .reg_form.active {
        display: block;
    }

.form_title_wrapper {
    padding-bottom: 38px;
}

.sign_in_button,
.reg_in_button {
    font-size: 30px;
    font-weight: normal;
    line-height: 2.25;
    color: rgba(1, 1, 1, 0.3);
    cursor: pointer;
}

.reg_in_button {
    float: right;
}

    .sign_in_button.active,
    .reg_in_button.active {
        font-size: 30px;
        font-weight: normal;
        line-height: 2.25;
        color: #000000;
    }

/* .form_title_wrapper a:first-child{
  font-size: 30px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
} */

/* .form_title_wrapper a:last-child{
  font-size: 30px;
  font-weight: normal;
  color: rgba(1, 1, 1, 0.3);
  float: right;
  text-decoration: none;
} */

.signin_form input {
    display: block;
}

.signin_form .login {
    max-width: 300px;
    width: 100%;
    border: solid 1px #dedddd;
    outline: none;
    font-size: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    background: url(../images/login.svg) no-repeat 15px center;
    background-size: 19px 19px;
    padding: 13px 50px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.signin_form .password {
    max-width: 300px;
    width: 100%;
    border: solid 1px #dedddd;
    outline: none;
    font-size: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    background: url(../images/password.svg) no-repeat 15px center;
    background-size: 19px 19px;
    padding: 13px 50px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.signin_form .btn {
    max-width: 300px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 20px 0;
    background: #501b64;
    cursor: pointer;
    margin-bottom: 38px;
}

.signin_form .sig_fb {
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #501b64;
    padding: 19px 0;
    text-decoration: none;
    text-align: right;
    padding-right: 37px;
    background: #f4f4f4 url(../images/faceb.svg) no-repeat 37px center;
    background-size: 19px 19px;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}

/*Форма регистрации*/

.password_wrapper {
    position: relative;
    width: 100%;
}

    .password_wrapper a {
        position: absolute;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: rgba(0, 0, 0, 0.6);
        text-decoration: none;
        width: 100%;
        max-width: 105px;
        top: 50%;
        right: 17px;
        transform: translate(0, -50%);
    }

.reg_form input {
    width: 100%;
    max-width: 300px;
    border: solid 1px #dedddd;
    outline: none;
    padding: 15px 17px;
    margin-bottom: 38px;
    font-size: 15px;
    font-weight: normal;
    box-sizing: border-box;
}

.reg_form label {
    margin-bottom: 8px;
    margin-left: 17px;
    font-size: 12px;
    font-weight: 500;
    display: block;
}

.reg_form input.reg_btn {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    background: #501b64;
    display: block;
    margin-bottom: 42px;
}

.reg_form .politik {
    width: 100%;
    max-width: 330px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: rgba(40, 40, 44, 0.5);
}

    .reg_form .politik a {
        color: rgba(40, 40, 44, 0.5);
    }

/*Форма отзыва*/

.feedback_form {
    max-width: 735px;
    width: 100%;
    background: #ffffff;
    min-height: 640px;
    box-shadow: 8.3px 14.3px 64px 0 rgba(22, 23, 29, 0.3);
    border: solid 19px #f4f4f4;
    padding: 59px 66px;
    box-sizing: border-box;
}

    .feedback_form .title {
        font-size: 30px;
        font-weight: normal;
        color: #010101;
        margin-bottom: 43px;
    }

    .feedback_form .rating_wrapper {
        width: 100%;
        max-width: 565px;
        font-size: 0;
        box-shadow: 0px 20px 55.5px 0 rgba(22, 24, 29, 0.08);
        box-sizing: border-box;
        margin-bottom: 44px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .feedback_form .rating_item {
        width: 100%;
        max-width: 113px;
        height: 119px;
        box-sizing: border-box;
        border-left: 1px solid #dedddd;
        /*  display: inline-block;
  vertical-align: top;*/
        text-align: center;
    }

        .feedback_form .rating_item:first-child {
            border-left: 0px;
        }

        .feedback_form .rating_item.active,
        .feedback_form .rating_item:hover {
            background: #501b64;
            color: #ffffff;
        }


    .feedback_form .image img {
        width: 50px;
        padding-top: 22px;
    }

    .feedback_form .rating_item .text {
        font-size: 13px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.35);
        padding-top: 14px;
    }

    .feedback_form .rating_item.active .text,
    .feedback_form .rating_item:hover .text {
        color: #ffffff;
    }

.rating_wrapper .rating_item .image.vbad {
    background: url(../images/vbad.svg) no-repeat center top 22px;
    background-size: 50px 50px;
    width: 100%;
    height: 72px;
}

.rating_wrapper .rating_item.active .image.vbad,
.rating_wrapper .rating_item:hover .image.vbad {
    background: url(../images/vbad_active.svg) no-repeat center top 22px;
    background-size: 50px 50px;
    width: 100%;
    height: 72px;
}

.rating_wrapper .rating_item .image.bad {
    background: url(../images/bad.svg) no-repeat center top 22px;
    background-size: 50px 50px;
    width: 100%;
    height: 72px;
}

.rating_wrapper .rating_item.active .image.bad,
.rating_wrapper .rating_item:hover .image.bad {
    background: url(../images/bad_active.svg) no-repeat center top 22px;
    background-size: 50px 50px;
    width: 100%;
    height: 72px;
}

.rating_wrapper .rating_item .image.norm {
    background: url(../images/norm.svg) no-repeat center top 22px;
    background-size: 50px 50px;
    width: 100%;
    height: 72px;
}

.rating_wrapper .rating_item.active .image.norm,
.rating_wrapper .rating_item:hover .image.norm {
    background: url(../images/norm_active.svg) no-repeat center top 22px;
    background-size: 50px 50px;
    width: 100%;
    height: 72px;
}

.rating_wrapper .rating_item .image.good {
    background: url(../images/good.svg) no-repeat center top 22px;
    background-size: 50px 50px;
    width: 100%;
    height: 72px;
}

.rating_wrapper .rating_item.active .image.good,
.rating_wrapper .rating_item:hover .image.good {
    background: url(../images/good_active.svg) no-repeat center top 22px;
    background-size: 50px 50px;
    width: 100%;
    height: 72px;
}

.rating_wrapper .rating_item .image.vgood {
    background: url(../images/vgood.svg) no-repeat center top 22px;
    background-size: 50px 50px;
    width: 100%;
    height: 72px;
}

.rating_wrapper .rating_item.active .image.vgood,
.rating_wrapper .rating_item:hover .image.vgood {
    background: url(../images/vgood_active.svg) no-repeat center top 22px;
    background-size: 50px 50px;
    width: 100%;
    height: 72px;
}

.feedback_form .rating_title {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    margin-left: 17px;
    margin-bottom: 8px;
}

.feedback_form label {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    display: block;
    margin-bottom: 8px;
    margin-left: 17px;
}

.feedback_form textarea {
    padding: 16px;
    width: 100%;
    border: solid 1px #dedddd;
    outline: none;
    min-height: 73px;
    box-sizing: border-box;
    margin-bottom: 26px;
}

.feedback_form .feedb_text {
    width: 100%;
    max-width: 535px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(40, 40, 44, 0.5);
    margin-bottom: 26px;
}

    .feedback_form .feedb_text b {
        font-size: 12px;
        font-weight: bold;
        color: rgba(40, 40, 44, 0.5);
    }

.feedback_form .feedb_btn {
    max-width: 258px;
    width: 100%;
    padding: 19px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    background: #501b64;
    border: 0;
    cursor: pointer;
}

/*Страница Guide*/

.header_inner {
    width: 100%;
    /*min-height: 108px;*/
    background: #4a185d;
}

#cities .jq-selectbox__dropdown ul {
    margin: 5px;
}

.header_inner .inner__logo {
    display: inline-block;
    padding-top: 31px;
    margin-right: 64px;
    padding-bottom: 42px;
}

    .header_inner .inner__logo img {
        max-width: 234px;
    }

.inner_menu {
    display: inline-block;
    font-size: 0;
}

    .inner_menu ul li {
        display: inline-block;
        font-size: 0;
        margin-right: 40px;
    }

        .inner_menu ul li:last-child {
            margin-right: 0px;
        }

        .inner_menu ul li a {
            font-size: 16px;
            font-weight: normal;
            color: #ffffff;
            text-decoration: none;
            position: relative;
        }

    .inner_menu img.dots {
        width: 14px;
        height: 14px;
        margin-right: 14px;
    }

.header_inner .slicknav_menu {
    display: none;
}

.header_inner_btn_wrapper {
    display: inline-block;
}

    .header_inner_btn_wrapper .like img {
    }

.header_inner_middle {
    width: 100%;
    min-height: 125px;
    background: #f4f4f4;
    position: relative;
}

    .header_inner_middle .city_select {
        max-width: 225px;
        width: 100%;
        border: solid 1px #e0dfdf;
        background: url(../images/city_select.svg) no-repeat right 23px center;
        background-size: 15px 18px;
        margin-top: 26px;
        float: right;
        max-height: 73px;
        box-sizing: border-box;
        display: inline-block;
        cursor: pointer;
        top: 26px;
        right: 0;
    }

.inner_middle_wrapper {
    display: inline-block;
}

.header_inner_middle .city_select_wrapper {
    /*! padding: 17px 22px; */
}

.header_inner_middle .city_select .kuda {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    padding: 17px 22px 0px;
}

.header_inner_middle .city_select .city_name {
    font-size: 15px;
    font-weight: 600;
    color: #4a185d;
}

.city_name .jq-selectbox__dropdown {
    background: #f4f4f4;
    padding: 0 10px;
    width: 100%;
    border: solid 1px #e0dfdf;
    left: 0px;
}

.header_inner_middle .bread_crumbs {
}

.bread_crumbs {
    margin-top: 31px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
}

    .bread_crumbs a {
        font-size: 13px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.4);
        text-decoration: none;
    }

.inner_title {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    display: block;
    margin-top: 14px;
}

.guide_menu_wrapper {
    width: 100%;
    min-height: 78px;
    border-bottom: 3px solid #f4f4f4;
}

.guide_menu_show {
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
    display: none;
    cursor: pointer;
}

.guide_menu ul {
    margin-top: 26px;
}

.guide_menu li {
    display: inline-block;
    margin-right: 38px;
}

    .guide_menu li:last-child {
        margin-right: 0px;
    }

    .guide_menu li a {
        font-size: 20px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.5);
        display: block;
        text-decoration: none;
        position: relative;
        padding-bottom: 28px;
    }

        .guide_menu li a:hover {
            color: #501b64;
        }

            .guide_menu li a:hover:before {
                color: #501b64;
                position: absolute;
                content: "";
                left: 0;
                bottom: -3px;
                width: 100%;
                height: 3px;
                background: #501b64;
            }

.guide_menu_2 {
    padding-bottom: 37px;
}

    .guide_menu_2 li {
        display: inline-block;
        font-size: 0;
        margin-right: 20px;
        padding: 37px 0 0 0;
    }

        .guide_menu_2 li:last-child {
            margin-right: 0px;
        }

    .guide_menu_2 a {
        font-size: 13px;
        font-weight: bold;
        color: rgba(80, 27, 100, 0.8);
        padding: 8px 16px;
        border: solid 1px #EEE8F0;
        box-sizing: border-box;
        text-decoration: none;
    }

.guide_banner {
    background: #9cbfc0 url(../images/guide_banner.png) no-repeat left;
    min-height: 100px;
    width: 100%;
    margin-bottom: 63px;
}

    .guide_banner a {
        width: 100px;
        height: 100px;
        background: #aacdce url(../images/arrow_banner.svg) no-repeat center center;
        -webkit-background-size: 42px 18px;
        background-size: 42px 18px;
        display: block;
        float: right;
    }

.guide_page_item .image {
    margin-bottom: 26px;
}

    .guide_page_item .image img {
        width: 100%;
        max-width: 430px;
    }

/* .guide_page_item .guide_item_2{
  margin-left: 10px;
}
.guide_page_item .guide_item_3{
  margin-left: 10px;
} */

.guide_page_item .text_block {
    width: 100%;
    max-width: 335px;
    font-size: 23px;
    font-weight: bold;
    color: #000000;
    display: block;
    text-decoration: none;
}

.guide_item_btn {
    margin-top: 25px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #501b64;
    text-decoration: none;
    position: relative;
    width: 100%;
    max-width: 155px
}

    .guide_item_btn::after {
        position: relative;
        content: "";
        display: inline-block;
        margin-left: 12px;
        top: -1px;
        background: url(../images/guide_page_arrow.svg) no-repeat;
        background-size: cover;
        width: 35px;
        height: 15px;
        transition: margin .5s ease;
    }

.adv_baku_row {
    text-align: center;
    padding-top: 85px;
    padding-bottom: 95px;
}

.adv_baku_col {
    position: relative;
}

.adv_baku_col_gr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #161118, #151117), linear-gradient(to bottom, #181818, #181818);
    opacity: 0.5;
}

.adv_baku_row .title {
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.adv_baku_wrapper {
    background: #000;
    width: 100%;
    background: url(../images/adv_baku.jpg) no-repeat;
    text-align: center;
    padding: 105px 0 53px 0;
    background-size: cover;
}

.adv_baku_btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 129px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 auto;
    text-decoration: none;
    text-align: left;
    position: relative;
    z-index: 1;
}

    .adv_baku_btn::after {
        position: absolute;
        content: "";
        background: url(../images/adv_baku_btn.svg) no-repeat;
        background-size: cover;
        width: 35px;
        height: 15px;
        bottom: 5px;
        right: 0px;
    }

.dowloand_more {
    margin-top: 75px;
    margin-bottom: 40px;
}

    .dowloand_more a {
        display: block;
        width: 100%;
        cursor: pointer;
        /*padding: 22px 0;*/
        background: #f4f4f4;
        text-decoration: none;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        max-height: 60px;
        height: 100%;
    }

    .dowloand_more .arrow {
        width: 60px;
        height: 60px;
        background: #501b64 url(../images/arrow_dowl.svg) no-repeat center center;
        background-size: 20px 11px;
        margin-right: 25px;
    }

    .dowloand_more .text {
        font-size: 16px;
        font-weight: 600;
        color: #501b64;
        text-decoration: none;
    }

/*Guide in*/

.guide_in_row {
    padding-bottom: 105px;
    /*border-bottom: 1px solid #d5d5dd;*/
}

    .guide_in_row .owl-dots {
        display: none;
    }

    .guide_in_row .inner_title {
        padding-bottom: 38px;
    }

/*top slider*/

.guide_in_top_slider_arrows {
    font-size: 0;
}

.guide_in_top_arrow_left,
.guide_in_top_arrow_right {
    width: 60px;
    height: 60px;
    background-size: 11px 20px;
    display: inline-block;
}

.guide_in_top_arrow_left {
    background: #5c2571 url(../images/guide_in_left.svg) no-repeat center center;
    background-size: 11px 20px;
    cursor: pointer;
}

.guide_in_top_arrow_right {
    background: #501b64 url(../images/guide_in_right.svg) no-repeat center center;
    background-size: 11px 20px;
    cursor: pointer;
    float: right;
}

.guide_in_top_slider_wr {
    position: relative;
    margin-bottom: 30px;
}

.guide_in_top_slider_arrows {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
}

/*top slider end*/

.guide_in_advice .advice {
    padding: 10px 20px;
    background: #f5f7f8;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #878e8f;
    display: inline-block;
}

    .guide_in_advice .advice b {
        font-size: 13px;
        font-weight: 500;
        color: #152024;
        display: inline-block;
        margin-right: 14px;
    }

.fb {
    max-width: 100%;
}

@media screen and (max-width: 576px) {
    .guide_in_advice .advice b {
        display: block;
        margin-bottom: 8px;
    }
}

.guide_in_advice .social {
    float: right;
    font-size: 0;
    width: 100%;
    max-width: 486px;
}

    .guide_in_advice .social a {
        margin-left: 14px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        display: inline-block;
        max-width: 148px;
        padding: 9px 20px 9px 48px;
        text-align: right;
    }

    .guide_in_advice .social .fb {
        background: #4e6ab1 url(../images/facebook-6.svg) no-repeat left 21px center;
        background-size: 6px 16px;
    }

    .guide_in_advice .social .tw {
        background: #1aacea url(../images/twitter-6.svg) no-repeat left 21px center;
        background-size: 16px 13px;
    }

    .guide_in_advice .social .vk {
        background: #436c98 url(../images/vk-6.svg) no-repeat left 21px center;
        background-size: 19px 11px;
    }

.guide_in_advice_text .title {
    max-width: 600px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.24px;
    text-align: left;
    color: #000000;
    margin-top: 77px;
    margin-bottom: 50px;
}

.guide_in_advice_text .desc {
    max-width: 770px;
    /*font-size: 20px;*/
    /*line-height: 1.8;*/
    /*letter-spacing: normal;
  text-align: left;*/
    color: #000000;
}

/*bottom slider*/

.guide_in_bottom_slider_arrows {
    font-size: 0px;
}

.guide_in_bottom_arrow_left,
.guide_in_bottom_arrow_right {
    width: 60px;
    height: 60px;
    background-size: 11px 20px;
    display: inline-block;
}

.guide_in_bottom_arrow_left {
    background: #5c2571 url(../images/guide_in_left.svg) no-repeat center center;
    background-size: 11px 20px;
    cursor: pointer;
}

.guide_in_bottom_arrow_right {
    background: #501b64 url(../images/guide_in_right.svg) no-repeat center center;
    background-size: 11px 20px;
    cursor: pointer;
    float: right;
}

.guide_in_bottom_slider_wr {
    position: relative;
    margin-top: 62px;
    margin-bottom: 62px;
}

.guide_in_bottom_slider_arrows {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translate(0, -50%);
    width: 100%;
}


/*bottom slider end*/

.guide_in_advice.bottom_advice {
    margin-top: 76px;
    margin-bottom: 75px;
}

.guide_in_bottom_menu {
    font-size: 0;
    width: 100%;
    /*max-width: 560px;*/
}

    .guide_in_bottom_menu li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 23px;
    }

        .guide_in_bottom_menu li a {
            display: block;
            text-decoration: none;
            font-size: 13px;
            font-weight: bold;
            color: rgba(80, 27, 100, 0.8);
            padding: 8px 16px;
            border: solid 1px #EEE8F0;
        }

.guide_in_r {
    margin-top: 75px;
}

.guide_in_right_wrapper {
    width: 100%;
    position: relative;
}

    .guide_in_right_wrapper::before {
        position: absolute;
        content: "";
        width: 100%;
        max-width: 362px;
        height: 1px;
        background: #e3ecec;
        top: 0;
        right: 0;
    }

    .guide_in_right_wrapper:last-child::after {
        position: absolute;
        content: "";
        width: 100%;
        max-width: 362px;
        height: 1px;
        background: #e3ecec;
        bottom: 0;
        right: 0;
    }

.guide_in_right {
    width: 100%;
    max-width: 362px;
    font-size: 0;
    padding: 67px 0;
    margin-left: auto;
}

    .guide_in_right .image,
    .guide_in_right .text_block {
        display: inline-block;
    }

    .guide_in_right .text_block {
        width: 100%;
        max-width: 261px;
        max-height: 105px;
    }

    .guide_in_right .image {
        margin-right: 26px;
        vertical-align: bottom;
    }

        .guide_in_right .image img {
            width: 75px;
            height: 75px;
        }

    .guide_in_right .text_block {
        vertical-align: top;
    }

        .guide_in_right .text_block .date {
            font-size: 12px;
            font-weight: normal;
            color: #9fa5a6;
            margin-bottom: 17px;
        }

        .guide_in_right .text_block .title {
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            color: #000000;
            margin-bottom: 14px;
        }

        .guide_in_right .text_block a.guide_in_right_btn {
            position: relative;
            display: block;
            width: 100%;
            max-width: 129px;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            color: #501b64;
        }

            .guide_in_right .text_block a.guide_in_right_btn::after {
                position: absolute;
                content: "";
                background: url(../images/guide_page_arrow.svg) no-repeat;
                background-size: cover;
                width: 35px;
                height: 15px;
                bottom: 5px;
                right: 0px;
            }

.popular_offers_inner {
    max-width: 1645px;
    width: 100%;
    margin-left: auto;
    position: relative;
}

    .popular_offers_inner::after {
        position: absolute;
        content: "";
        width: 100%;
        max-width: 1370px;
        height: 1px;
        left: 0px;
        top: 0;
        background: #d5d5dd;
    }

    .popular_offers_inner .popular_offers::after {
        display: none;
    }

    .popular_offers_inner .popular_offers .title_row {
        padding-top: 20px;
    }

.popular_offers_inner {
}


/*Placeholder*/

::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Montserrat", sans-serif;
}

::-moz-placeholder {
    font-size: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Montserrat", sans-serif;
}

:-moz-placeholder {
    font-size: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Montserrat", sans-serif;
}

:-ms-input-placeholder {
    font-size: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Montserrat", sans-serif;
}

/*User_2*/

.lk_user_menu_show {
    display: none;
    width: 100%;
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    padding: 18px 0;
    color: #ffffff;
    text-align: center;
    background: #501b64;
}

.lk_user_row_top {
    padding: 40px 0 44px 0;
    position: relative;
    margin-bottom: 55px;
    /* border-bottom: 3px solid #edecec; */
}

    .lk_user_row_top::after {
        position: absolute;
        content: "";
        background: #edecec;
        width: calc(100% - 30px);
        height: 3px;
        left: 15px;
        bottom: 0;
    }

.lk_user_name {
    -ms-word-break: break-all;
    word-break: break-all;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-left: 52px;
}

@media screen and (max-width: 1200px) {
    .lk_user_name {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    .lk_user_name {
        font-size: 22px;
    }
}

.lk_user_name::before {
    position: absolute;
    content: "";
    background: url(../images/user_2.svg) no-repeat left center;
    background-size: 34px 34px;
    width: 34px;
    height: 34px;
    left: 0;
}

.lk_user_row_top .title {
    font-size: 30px;
    font-weight: normal;
    color: #000000;
}

@media screen and (max-width: 1200px) {
    .lk_user_row_top .title {
        margin-top: 30px;
    }
}

.lk_user_menu li {
    display: block;
}

    .lk_user_menu li a {
        display: block;
        width: 100%;
        max-width: 270px;
        padding: 18px 51px;
        box-sizing: border-box;
        font-size: 13px;
        font-weight: 500;
        color: #501b64;
        text-decoration: none;
        position: relative;
    }

        .lk_user_menu li a.active,
        .lk_user_menu li a:hover {
            background: #f4f4f4;
        }

.reserv::before,
.pdata::before,
.likehotel::before,
.savecards::before,
.support::before,
.exit::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 17px;
    left: 18px;
}


.reserv::before {
    background: url(../images/reserv.svg) no-repeat;
    background-size: 15px 15px;
}

.reserv.active::before,
.reserv:hover::before {
    background: url(../images/reserv_active.svg) no-repeat;
    background-size: 15px 15px;
}


.pdata::before {
    background: url(../images/pdata.svg) no-repeat;
    background-size: 15px 15px;
}

.pdata.active::before,
.pdata:hover::before {
    background: url(../images/pdata_active.svg) no-repeat;
    background-size: 15px 15px;
}


.likehotel::before {
    background: url(../images/likehotel.svg) no-repeat;
    background-size: 15px 15px;
}

.likehotel.active::before,
.likehotel:hover::before {
    background: url(../images/likehotel_active.svg) no-repeat;
    background-size: 15px 15px;
}

.savecards::before {
    background: url(../images/savecards.svg) no-repeat;
    background-size: 15px 15px;
}

.savecards.active::before,
.savecards:hover::before {
    background: url(../images/savecards_active.svg) no-repeat;
    background-size: 15px 15px;
}

.support::before {
    background: url(../images/support.svg) no-repeat;
    background-size: 15px 15px;
}

.support.active::before,
.support:hover::before {
    background: url(../images/support_active.svg) no-repeat;
    background-size: 15px 15px;
}

.exit::before {
    background: url(../images/exit.svg) no-repeat;
    background-size: 15px 15px;
}

.exit.active,
.exit::before {
    background: url(../images/exit.svg) no-repeat;
    background-size: 15px 15px;
}

/*Форма основные данные и на стр бронирование*/

/*Бронирование*/

.reserv_row_body .lk_user_main_form_wrapper {
    margin-left: 0px;
}

/*Бронирование конец*/

.lk_user_main_form_sex .jq-radio {
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #e0dddd;
    margin-right: 11px;
}

    .lk_user_main_form_sex .jq-radio.checked {
        width: 16px;
        height: 16px;
        background: #501b64;
        border: 2px solid #ffffff;
        outline: 1px solid #e0dddd;
    }

.lk_user_main_form_sex label.checked .sex_label_text {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    color: #000000;
}

.lk_user_main_form_sex label .sex_label_text {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    color: rgba(0, 0, 0, 0.5);
}

.lk_user_main_form_sex .sex_label_wr {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    max-width: 270px;
    width: 100%;
    border: 1px solid #dedddd;
    min-height: 43px;
    flex-wrap: wrap;
}

    .lk_user_main_form_sex .sex_label_wr label {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        margin: 0;
        padding: 0 17px;
        background: #f4f4f4;
        width: 100%;
        /*min-width: 135px;*/
        max-width: 50%;
        cursor: pointer;
    }

        .lk_user_main_form_sex .sex_label_wr label.checked {
            background: #ffffff;
            max-width: 134px;
            width: 100%;
        }

.sex_block {
    border: 1px solid #dedddd;
    max-width: 270px;
    width: 100%;
    box-sizing: border-box;
}

.lk_user_main_form_sex .sex_block_m,
.lk_user_main_form_sex .sex_block_w {
    display: inline-block;
    max-width: 134px;
    width: 100%;
}

.lk_user_main_form_wrapper {
    width: 100%;
    max-width: 1000px;
    min-height: 440px;
    box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
    margin-left: auto;
    padding: 49px 59px;
}

.lk_user_main_form .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 45px;
}

.lk_user_main_form {
    /*font-size: 0;*/
}

.input_box {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lk_user_main_form label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 17px;
    margin-bottom: 8px;
}

.lk_user_main_form .input_wr {
    max-width: 270px;
    width: 100%;
    margin-bottom: 50px;
}

    .lk_user_main_form .input_wr input {
        max-width: 270px;
        width: 100%;
        padding: 12px 18px;
        font-size: 15px;
        font-weight: normal;
        color: #000000;
        box-sizing: border-box;
        /*margin-bottom: 50px;*/
        outline: none;
        border: 1px solid #dedddd;
    }

.lk_user_main_form .input_btn input:first-child {
    max-width: 143px;
    width: 100%;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    display: inline-block;
    margin-right: 17px;
    background: #501b64;
    border: none;
    text-align: center;
    box-sizing: border-box;
    max-height: 50px;
}

.lk_user_main_form .input_btn input:last-child {
    max-width: 225px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 19px 0;
    border: none;
    box-sizing: border-box;
    max-height: 50px;
}

/*Форма паспортные данные*/

.lk_user_pasport_form_wrapper {
    width: 100%;
    max-width: 1000px;
    min-height: 440px;
    box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
    margin-left: auto;
    padding: 49px 59px;
    margin-top: 5px;
}

.lk_user_pasport_form .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 45px;
}

.lk_user_pasport_form {
    /*font-size: 0;*/
}

.input_box {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lk_user_pasport_form .input_wr:nth-child(2) {
    max-width: 575px;
}

    .lk_user_pasport_form .input_wr:nth-child(2) input {
        max-width: 575px;
    }

.lk_user_pasport_form label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 17px;
    margin-bottom: 8px;
}

.lk_user_pasport_form .input_wr {
    max-width: 270px;
    width: 100%;
    margin-bottom: 50px;
}

    .lk_user_pasport_form .input_wr input {
        max-width: 270px;
        width: 100%;
        padding: 12px 18px;
        font-size: 15px;
        font-weight: normal;
        color: #000000;
        box-sizing: border-box;
        /*margin-bottom: 50px;*/
        outline: none;
        border: 1px solid #dedddd;
    }

.lk_user_pasport_form .input_btn input:first-child {
    max-width: 143px;
    width: 100%;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    display: inline-block;
    margin-right: 17px;
    background: #501b64;
    border: none;
    text-align: center;
    box-sizing: border-box;
    max-height: 50px;
}

.lk_user_pasport_form .input_btn input:last-child {
    max-width: 225px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 19px 0;
    border: none;
    box-sizing: border-box;
    max-height: 50px;
}

/*Форма пароль*/

.lk_user_password_form_wrapper {
    width: 100%;
    max-width: 1000px;
    min-height: 440px;
    box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
    margin-left: auto;
    padding: 49px 59px;
    margin-top: 5px;
}

.lk_user_password_form .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 45px;
}

.lk_user_password_form {
    /*font-size: 0;*/
}

.input_box {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.lk_user_password_form label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 17px;
    margin-bottom: 8px;
}

.lk_user_password_form .input_wr {
    max-width: 270px;
    width: 100%;
    margin-bottom: 50px;
}

    .lk_user_password_form .input_wr input {
        max-width: 270px;
        width: 100%;
        padding: 12px 18px;
        font-size: 15px;
        font-weight: normal;
        color: #000000;
        box-sizing: border-box;
        /*margin-bottom: 50px;*/
        outline: none;
        border: 1px solid #dedddd;
    }

.lk_user_password_form .input_btn input:first-child {
    max-width: 143px;
    width: 100%;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    display: inline-block;
    margin-right: 17px;
    background: #501b64;
    border: none;
    text-align: center;
    box-sizing: border-box;
    max-height: 50px;
}

.lk_user_password_form .input_btn input:last-child {
    max-width: 225px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 19px 0;
    border: none;
    box-sizing: border-box;
    max-height: 50px;
}

.lk_user_row_body {
    margin-bottom: 160px;
}

/*
.lk_user_password_form_wrapper ::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
.lk_user_password_form_wrapper ::-moz-placeholder          {
  font-size: 15px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
.lk_user_password_form_wrapper :-moz-placeholder           {
  font-size: 15px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
.lk_user_password_form_wrapper :-ms-input-placeholder      {
  font-size: 15px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
} */

/*User_4*/
.lk_cars_wrapper {
    font-size: 0;
}

.lk_user_card_form_wrapper {
    width: 100%;
    max-width: 540px;
    min-height: 540px;
    box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
    margin-left: auto;
    padding: 49px 59px;
    /*margin-top: 5px;*/
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
}

.lk_user_card_form .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 45px;
}

.lk_user_card_form {
    /*font-size: 0;*/
}

    .lk_user_card_form input {
        min-height: 45px;
    }

.input_box {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lk_user_card_form .jq-selectbox {
    width: 50%;
    border: 1px solid #dedddd;
}

    .lk_user_card_form .jq-selectbox:first-child {
        border-right: 0px;
    }

.lk_user_card_form .select_wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.lk_user_card_form .jq-selectbox__select-text {
    padding: 12px 17px;
    background: url(../images/select_arrow.svg) no-repeat right 17px center;
    background-size: 11px 7px;
}

.lk_user_card_form .jq-selectbox__dropdown {
    background: #ffffff;
    width: 100%;
}

    .lk_user_card_form .jq-selectbox__dropdown ul {
        padding-left: 17px;
    }

    .lk_user_card_form .jq-selectbox__dropdown li {
        padding-top: 10px;
    }

        .lk_user_card_form .jq-selectbox__dropdown li:last-child {
            padding-bottom: 10px;
        }

#lk_user_card_form_defcode {
    background: url(../images/defcode.svg) no-repeat right 13px center;
    background-size: 20px 20px;
}

.lk_user_card_form label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 17px;
    margin-bottom: 8px;
}

.lk_user_card_form .input_wr {
    max-width: 270px;
    width: 100%;
    margin-bottom: 40px;
}

    .lk_user_card_form .input_wr input {
        max-width: 270px;
        width: 100%;
        padding: 12px 18px;
        font-size: 15px;
        font-weight: normal;
        color: #000000;
        box-sizing: border-box;
        outline: none;
        border: 1px solid #dedddd;
    }

    .lk_user_card_form .input_wr:nth-child(1),
    .lk_user_card_form .input_wr:nth-child(1) input {
        max-width: 420px;
    }

    .lk_user_card_form .input_wr:nth-child(2),
    .lk_user_card_form .input_wr:nth-child(2) input {
        max-width: 260px;
    }

    .lk_user_card_form .input_wr:nth-child(3),
    .lk_user_card_form .input_wr:nth-child(3) input {
        max-width: 125px;
    }

    .lk_user_card_form .input_wr:nth-child(4),
    .lk_user_card_form .input_wr:nth-child(4) input {
        max-width: 420px;
    }

.lk_user_card_form .input_btn {
    width: 100%;
}

    .lk_user_card_form .input_btn input {
        max-width: 183px;
        width: 100%;
        padding: 18px 0;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #ffffff;
        display: inline-block;
        margin-right: 17px;
        background: #501b64;
        border: none;
        text-align: center;
        box-sizing: border-box;
        max-height: 50px;
    }

/*Активные карты*/
.lk_cards_wrapper {
    margin-bottom: 108px;
}

    .lk_cards_wrapper .active_card {
        max-width: 457px;
        width: 100%;
        min-height: 540px;
        display: inline-block;
        vertical-align: top;
        box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
        padding: 49px 59px;
    }

        .lk_cards_wrapper .active_card .title {
            font-size: 20px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 45px;
        }

        .lk_cards_wrapper .active_card .card_wrapper {
            max-width: 304px;
            width: 100%;
            border-top: 1px solid rgba(22, 24, 29, 0.07);
            /*border-bottom: 1px solid rgba(22, 24, 29, 0.07);*/
        }

            .lk_cards_wrapper .active_card .card_wrapper:last-child {
                border-bottom: 1px solid rgba(22, 24, 29, 0.07);
            }

        .lk_cards_wrapper .active_card .card {
            padding: 25px 0;
            font-size: 0;
        }

        .lk_cards_wrapper .active_card .del {
            margin-top: 15px;
            margin-right: 15px;
            float: right;
            cursor: pointer;
        }

            .lk_cards_wrapper .active_card .del img {
                max-width: 15px;
                height: 15px;
            }

        .lk_cards_wrapper .active_card .image,
        .lk_cards_wrapper .active_card .card_text {
            display: inline-block;
            vertical-align: middle;
        }

        .lk_cards_wrapper .active_card .image {
            margin-right: 19px;
        }

        .lk_cards_wrapper .active_card .name {
            font-size: 13px;
            font-weight: 500;
            color: #501b64;
        }

        .lk_cards_wrapper .active_card .number {
            font-size: 20px;
            font-weight: normal;
            color: #000000;
        }

/*User_5*/
.lk_user_chat_form_wrapper {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
    min-height: 540px;
    padding: 27px 60px 55px 60px;
}

.lk_chat_wrapper {
    margin-bottom: 108px;
}

.lk_user_chat_form .chat_header {
    max-width: 775px;
    width: 100%;
    font-size: 0;
    margin-bottom: 21px;
}

.lk_user_chat_form .manager_wrapper {
    display: block;
    margin-left: auto;
    max-width: 280px;
    width: 100%;
}

.lk_user_chat_form .chat_header .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    float: left;
    margin-top: 12px;
}

.lk_user_chat_form .chat_header .image,
.lk_user_chat_form .chat_header .name,
.lk_user_chat_form .chat_header .status {
    display: inline-block;
    vertical-align: middle;
}

    .lk_user_chat_form .chat_header .image img {
        border-radius: 50%;
    }

.lk_user_chat_form .chat_header .name {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-right: 21px;
}

.lk_user_chat_form .chat_header .status {
    font-size: 14px;
    font-weight: 500;
    color: #b377ca;
    margin-left: 17px;
}

.lk_user_chat_form .chat_body {
    padding: 27px 0 33px 0;
    max-width: 880px;
    width: 100%;
    border-top: 1px solid #dedddd;
    border-bottom: 1px solid #dedddd;
    font-size: 0;
    text-align: right;
}

    .lk_user_chat_form .chat_body .manager_message {
        margin-bottom: 26px;
    }

        .lk_user_chat_form .chat_body .manager_message .message {
            padding: 10px 23px;
            background: #501b64;
            font-size: 15px;
            letter-spacing: 0.15px;
            text-align: left;
            color: #ffffff;
            display: inline-block;
            vertical-align: top;
        }

    .lk_user_chat_form .chat_body .info {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.11px;
        color: rgba(0, 0, 0, 0.5);
        display: inline-block;
        margin-left: 18px;
        vertical-align: top;
        margin-top: 12px;
        max-width: 130px;
        width: 100%;
        text-align: left;
    }

    .lk_user_chat_form .chat_body .message,
    .message_file {
        float: right;
    }

    .lk_user_chat_form .chat_body .user_message .message {
        padding: 10px 23px;
        background: #f4f4f4;
        font-size: 15px;
        letter-spacing: 0.15px;
        text-align: left;
        color: #16171b;
        display: inline-block;
        margin-bottom: 26px;
        vertical-align: top;
    }

    .lk_user_chat_form .chat_body .message_wrapper {
        display: inline-block;
        max-width: 370px;
        width: 100%;
    }

    .lk_user_chat_form .chat_body .user_message .message_file {
        display: inline-block;
        vertical-align: top;
        border: 6px solid #f4f4f4;
    }

        .lk_user_chat_form .chat_body .user_message .message_file img {
            max-width: 245px;
            width: 100%;
        }

    .lk_user_chat_form .chat_body .extension {
        padding: 5px 7px;
        background: #f4f4f4;
        font-size: 9px;
        font-weight: 500;
        letter-spacing: 0.09px;
        color: rgba(0, 0, 0, 0.6);
        max-width: 70px;
        text-align: center;
        margin-top: 11px;
    }

.lk_user_chat_form .input_wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    flex-wrap: wrap;
}

    .lk_user_chat_form .input_wrapper .jq-file__browse {
        display: none;
    }

    .lk_user_chat_form .input_wrapper .jq-file {
        max-width: 189px;
        width: 100%;
        padding: 18px 0 18px 22px;
        background: #f4f4f4 url(../images/file.svg) no-repeat right 18px center;
        background-size: 19px 17px;
        max-height: 50px;
    }

    .lk_user_chat_form .input_wrapper .jq-file__name {
        font-size: 14px;
        font-weight: 500;
        color: #501b64;
    }

    .lk_user_chat_form .input_wrapper .send {
        max-width: 495px;
        width: 100%;
        font-size: 0;
    }

        .lk_user_chat_form .input_wrapper .send .message {
            max-width: 358px;
            width: 100%;
            padding: 18px 0 18px 22px;
            font-size: 15px;
            letter-spacing: 0.15px;
            color: #16171b;
            background: #f4f4f4;
            border: none;
            max-height: 50px;
        }

        .lk_user_chat_form .input_wrapper .send .send_btn {
            max-width: 135px;
            width: 100%;
            padding: 18px 28px;
            font-size: 15px;
            letter-spacing: 0.15px;
            color: #16171b;
            background: #501b64;
            font-size: 14px;
            font-weight: 500;
            color: #ffffff;
            border: none;
            max-height: 50px;
        }

    .lk_user_chat_form .input_wrapper .send {
    }

        .lk_user_chat_form .input_wrapper .send .jq-file {
            position: absolute;
            width: 50px;
            height: 50px;
            background: url(../images/file.svg) no-repeat right 18px center;
            background-size: 19px 17px;
            display: none;
            right: 0;
            z-index: 100;
        }

        .lk_user_chat_form .input_wrapper .send .mess_wr {
            position: relative;
            display: inline-block;
            max-width: 358px;
            width: 100%;
        }

            .lk_user_chat_form .input_wrapper .send .mess_wr .jq-file__name {
                display: none;
            }

    .lk_user_chat_form .input_wrapper .end_chat {
        max-width: 167px;
        width: 100%;
        padding: 19px 0;
        text-align: center;
        border: none;
        background: #f4f4f4;
        font-size: 14px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.5);
        max-height: 50px;
    }

.jq-selectbox select,
.jq-select-multiple select {
    height: 0;
    width: 0;
}

/*User_3*/

.like_hotel_row .title {
    display: inline-block;
}

.like_hotel_row .city_select {
    float: right;
    max-width: 255px;
    width: 100%;
}

.like_hotel_row .jq-selectbox__dropdown {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    margin-top: 10px;
    text-align: left;
    left: 0;
}

    .like_hotel_row .jq-selectbox__dropdown li {
        padding: 10px 15px;
    }

.like_hotel_row .jq-selectbox {
    max-width: 255px;
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    border: 1px solid #dedddd;
    background: url(../images/selectr_arrow.svg) no-repeat right 14px center;
    background-size: 11px 7px;
}

.like_hotel_wr {
    position: relative;
    margin-bottom: 30px;
}

.like_hotel_item {
    position: absolute;
    top: 0;
    left: 0;
    padding: 33px;
    width: 100%;
    height: 100%;
    max-height: 340px;
    z-index: 3;
}

.like_hotel_wr .image {
    width: 100%;
    max-width: 315px;
    max-height: 340px;
    position: relative;
}

    .like_hotel_wr .image img {
        width: 100%;
        max-width: 315px;
        display: block;
    }

.like_hotel_stars .star1 img {
    max-width: 15px;
    width: 100%;
    height: 14px;
}

.like_hotel_stars {
    font-size: 0;
}

    .like_hotel_stars .star1 {
        display: inline-block;
        margin-right: 10px;
    }

/* .like_hotel_row .star1{
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #ffffff;
} */

.like_hotel_box {
    position: absolute;
    left: 33px;
    bottom: 33px;
    width: 100%;
}

.like_hotel_gr {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #161118, #151117), linear-gradient(to bottom, #1c1d27, #1c1d27);
    z-index: 2;
    width: 100%;
    max-width: 315px;
    height: 100%;
    opacity: 0.3;
    max-height: 340px;
}

.like_hotel_item .title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}

.like_hotel_item .fb {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 33px;
}

.like_hotel_item .price {
    max-width: 136px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: url(../images/arrow_guide_btn.svg) no-repeat right bottom 5px;
    background-size: 34px 15px;
}

.like_hotel_item_desc {
    padding: 25px 33px;
    background: #f4f4f4;
    width: 100%;
    max-width: 315px;
}

    .like_hotel_item_desc .nomer {
        font-size: 13px;
        font-weight: 600;
        color: #501b64;
        margin-bottom: 16px;
    }

    .like_hotel_item_desc .del {
        font-size: 13px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.5);
    }

.lk_like_hotel_wrapper {
    margin-bottom: 96px;
    overflow: hidden;
}

/*Booking a room*/

.input_wr input {
    /*  height: 45px;*/
}

.sex_label_wr label {
    /*height: 43px;*/
}

.reserv_row_body .lk_user_main_form_wrapper {
    max-width: 970px;
    padding: 30px;
}

.reserv_row_body .lk_user_main_form {
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 52px;
}

.reserv_row_body .info_block {
    padding: 21px 0 21px 75px;
    background: #f4f4f4;
}

.reserv_row_body .lk_user_main_form .input_wr {
    max-width: 260px;
}

    .reserv_row_body .lk_user_main_form .input_wr input {
        max-width: 260px;
    }

.reserv_row_body .lk_user_main_form_sex .sex_label_wr label.checked {
    max-width: 129px;
}

.reserv_row_body .info_block_text {
    font-size: 15px;
    font-weight: normal;
    color: #501b64;
    line-height: 1.6;
    max-width: 700px;
}

    .reserv_row_body .info_block_text a {
        font-size: 15px;
        font-weight: bold;
        color: #501b64;
        text-decoration: underline;
    }

.booking_car_form_wrapper {
    max-width: 970px;
    width: 100%;
    background: #ffffff;
    box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
    margin-top: 3px;
    padding: 51px 60px 57px 60px;
}

.reserv_title_box {
    margin-bottom: 44px;
}

.reserv_form_title {
    font-size: 30px;
    font-weight: normal;
    color: #000000;
}

.reserv_form_desc {
    font-size: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 17px;
}

.booking_car_form label {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
    height: 45px;
    background: #f4f4f4;
}

    .booking_car_form label:last-child {
        margin-bottom: 0;
    }

.booking_car_form .input_text {
    font-size: 13px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
}

.booking_car_form .jq-radio {
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #e0dddd;
    margin-left: 60px;
    margin-right: 14px;
}

    .booking_car_form .jq-radio.checked {
        width: 16px;
        height: 16px;
        background: #501b64;
        border: 2px solid #ffffff;
        outline: 1px solid #e0dddd;
    }

.booking_car_form .plane {
    background: #f4f4f4 url(../images/plane.svg) no-repeat left 17px center;
    background-size: 24px 23px;
    border: 1px solid #dedddd;
}

.booking_car_form .bus {
    background: #f4f4f4 url(../images/bus.svg) no-repeat left 17px center;
    background-size: 18px 23px;
}

.booking_car_form .no_transfer {
    background: #f4f4f4 url(../images/no_transfer.svg) no-repeat left 17px center;
    background-size: 23px 23px;
}

.booking_car_form .plane.checked {
    background: #ffffff url(../images/plane.svg) no-repeat left 17px center;
    background-size: 24px 23px;
    border: 1px solid #dedddd;
}

.booking_car_form .bus.checked {
    background: #ffffff url(../images/bus.svg) no-repeat left 17px center;
    background-size: 18px 23px;
    border: 1px solid #dedddd;
}

.booking_car_form .no_transfer.checked {
    background: #ffffff url(../images/no_transfer.svg) no-repeat left 17px center;
    background-size: 23px 23px;
    border: 1px solid #dedddd;
}

.your_fb_form_wrapper {
    max-width: 970px;
    width: 100%;
    background: #ffffff;
    box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
    margin-top: 3px;
    padding: 51px 60px 57px 60px;
}

.your_fb_form input {
    width: 100%;
    padding: 16px 19px;
    border: 1px solid #dedddd;
    outline: none;
}

.payment_form_wrapper {
    max-width: 970px;
    width: 100%;
    background: #ffffff;
    box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
    margin-top: 3px;
    padding: 51px 60px 57px 60px;
}

.payment_form .row_nav {
    width: 100%;
    border-bottom: 3px solid #edecec;
    margin-bottom: 48px;
}

    .payment_form .row_nav .nav_item {
        display: inline-block;
        margin-right: 28px;
        padding-bottom: 16px;
        font-size: 15px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.4);
        cursor: pointer;
        position: relative;
    }

        .payment_form .row_nav .nav_item.active,
        .payment_form .row_nav .nav_item:hover {
            font-size: 15px;
            font-weight: bold;
            color: #501b64;
            position: relative;
        }

            .payment_form .row_nav .nav_item.active::before,
            .payment_form .row_nav .nav_item:hover::before {
                font-size: 15px;
                font-weight: bold;
                color: #501b64;
                width: 100%;
                height: 3px;
                left: 0;
                bottom: 0;
                background: #501b64;
                content: "";
                position: absolute;
            }

.payment_form .lk_user_card_form {
    max-width: 420px;
    /*margin-top: 48px;*/
    display: inline-block;
}

.payment_form .form_info {
    display: inline-block;
    width: 100%;
    max-width: 325px;
    vertical-align: top;
    margin-top: 25px;
    margin-left: 90px;
    height: 100%;
    min-height: 284px;
    position: relative;
}

    .payment_form .form_info::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 230px;
        background: #f4f4f4;
        left: 0;
        top: 30px;
        z-index: 1;
    }

.payment_tab_item {
    display: none;
}

    .payment_tab_item.active {
        display: block;
    }

.payment_form .form_info .title {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    background: url(../images/pay_info.svg) no-repeat left 22px center;
    background-size: 55px 55px;
    padding: 7px 0 7px 100px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.payment_form .form_info .desc {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
    margin-left: 22px;
}

.reserv_right_side .hotel_section .hotel_rooms_filter {
    display: block;
    box-shadow: none;
}

    .reserv_right_side .hotel_section .hotel_rooms_filter .hotel_rooms_filter_items {
        display: block;
    }

    .reserv_right_side .hotel_section .hotel_rooms_filter .filter_item {
        width: 100%;
        max-width: 260px;
        border-right: none;
    }


/*Contacts*/

.map_contacts .map_second {
    display: none;
}

.map_contacts {
    position: relative;
    width: 100%;
    min-height: 590px;
}

.map_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1px;
}

.map_contacts .map_content {
    margin-top: 90px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#city_select-styler .jq-selectbox__dropdown ul {
    margin: 5px;
}

.map_contacts .map_content_left {
    max-width: 420px;
    width: 100%;
    background: #ffffff;
    min-height: 313px;
}

.map_contacts .left_text {
    padding: 16px 45px;
}

.map_contacts .phone {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    display: block;
}

.map_contacts .email {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    display: block;
    text-decoration: none;
}

.map_contacts .left_item span {
    margin-top: 12px;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.13px;
    color: rgba(0, 0, 0, 0.5);
}

.map_contacts .left_item {
    padding: 25px 0 26px 59px;
    position: relative;
}

    .map_contacts .left_item::after {
        position: absolute;
        content: "";
        max-width: 294px;
        width: 100%;
        height: 1px;
        background: #e5e6ec;
        bottom: 0;
        right: 0;
    }

    .map_contacts .left_item:last-child::after {
        display: none;
    }

    .map_contacts .left_item:nth-child(1) {
        background: url(../images/map_phone.svg) no-repeat left top 25px;
        background-size: 38px 38px;
    }

    .map_contacts .left_item:nth-child(2) {
        background: url(../images/map_mail.svg) no-repeat left top 25px;
        background-size: 38px 38px;
    }

    .map_contacts .left_item:nth-child(3) {
        background: url(../images/map_addr.svg) no-repeat left top 25px;
        background-size: 38px 38px;
    }

.map_contacts .map_content_right {
    width: 100%;
    max-width: 300px;
}

.map_contacts .right_item {
    max-width: 300px;
    width: 100%;
    padding: 35px 33px;
    background: #4a185d;
    min-height: 150px;
    margin-bottom: 13px;
}

    .map_contacts .right_item .name {
        font-size: 16px;
        font-weight: normal;
        color: #ffffff;
        margin-bottom: 13px;
    }

    .map_contacts .right_item .text {
        font-size: 13px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.3);
        margin-bottom: 25px;
    }

    .map_contacts .right_item a {
        display: block;
        font-size: 13px;
        font-weight: bold;
        color: #ffffff;
    }

.contacts_row {
    margin-top: 93px;
    margin-bottom: 68px;
}

    .contacts_row .contacts_form_wrapper {
        max-width: 970px;
        width: 100%;
        box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
        padding: 47px 60px;
    }

    .contacts_row .contacts_form .title {
        font-size: 30px;
        font-weight: normal;
        color: #000000;
        margin-bottom: 48px;
    }

    .contacts_row .input_wrapper {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
    }

    .contacts_row .contacts_form .input_box input,
    .contacts_row .contacts_form .input_box_b input {
        padding: 15px 17px;
        border: 1px solid #dedddd;
    }

    .contacts_row .contacts_form .input_box {
        margin-bottom: 50px;
    }

        .contacts_row .contacts_form .input_box,
        .contacts_row .contacts_form .input_box input {
            max-width: 260px;
            width: 100%;
        }

    .contacts_row .contacts_form .input_box_b,
    .contacts_row .contacts_form .input_box_b input {
        max-width: 850px;
        width: 100%;
    }

    /*.contacts_row .contacts_form input{
  display: block;
}*/

    .contacts_row .contacts_form label {
        display: block;
        margin-left: 15px;
        font-size: 12px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 10px;
    }

    .contacts_row .btn_wrapper {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        margin-top: 55px;
    }

        .contacts_row .btn_wrapper .check_wr {
            max-width: 350px;
            width: 100%;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            margin-left: 33px;
        }

    .contacts_row .jq-checkbox {
        max-width: 17px;
        width: 100%;
        height: 17px;
        background: #f4f4f4;
        margin-right: 14px;
    }

        .contacts_row .jq-checkbox.checked {
            background: #f4f4f4 url(../images/ch_c.svg) no-repeat center center;
            background-size: 11px 8px;
        }

    .contacts_row .contacts_btn {
        display: block;
        max-width: 177px;
        width: 100%;
        padding: 27px 0;
        font-size: 17px;
        font-weight: 500;
        color: #ffffff;
        background: #501b64;
        border: none;
        text-align: center;
        cursor: pointer;
    }

    .contacts_row .btn_wrapper .text,
    .contacts_row .btn_wrapper .text a {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.5);
    }

.contacts_doc_wrapper {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-top: 40px;
}

    .contacts_doc_wrapper .title {
        font-size: 30px;
        font-weight: normal;
        color: #000000;
        margin-bottom: 47px;
    }

    .contacts_doc_wrapper .contacts_doc_item {
        max-width: 300px;
        background: #f4f4f4 url(../images/c_doc.svg) no-repeat left 25px center;
        background-size: 29px 37px;
    }

        .contacts_doc_wrapper .contacts_doc_item .item_p {
            padding: 22px 0 18px 78px;
        }

        .contacts_doc_wrapper .contacts_doc_item a {
            display: block;
            max-width: 135px;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.31;
            color: #4a185d;
            margin-bottom: 10px;
        }

        .contacts_doc_wrapper .contacts_doc_item span {
            font-weight: 500;
            color: rgba(0, 0, 0, 0.4);
            font-size: 13px;
        }

/*fancybox*/

.fancybox-bg {
    /*background: #fff;*/
}

.fancybox-stage {
    top: 44px;
    /* left: 200px;
  right: 320px; */
    bottom: 200px;
}

.fancybox-inner {
    right: 0 !important;
}

.fancybox-thumbs {
    position: absolute;
    top: 100%;
    top: 85%;
    width: 100%;
    /* height: 75px; */
    background: transparent;
}

    .fancybox-thumbs ul {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
    }

    .fancybox-thumbs > ul > li {
        max-width: 100%;
    }

.fancybox-caption-wrap {
    padding: 0 200px;
    background: transparent;
}

.fancybox-caption {
    padding: 0;
    border: 0;
    color: #000;
}

.fancybox-button {
    background: transparent !important;
}

.fancybox-thumbs > ul > li:before {
    border: 3px solid #ffffff;
}

.fancybox-button:before,
.fancybox-button:after {
    background-color: #000;
    width: 20px;
}


.fancybox-slide--video .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 100%;
    max-height: calc(100% - 100px);
    margin: 50px 0;
    overflow: visible;
    background: #000;
}

.button-close,
.button-previous,
.button-next {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #000;
    text-align: center;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 16px;
}

.button-previous,
.button-next {
    top: 50%;
    margin-top: -22px;
    line-height: 42px;
}

.button-previous {
    left: -50px;
}

.button-next {
    right: -50px;
}

.button-close {
    top: -44px;
    right: -44px;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
}

.fb_left,
.fb_right {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.fb_left {
    left: -30px;
    background: #501b64 url(../images/fb_arrow_l.svg) no-repeat center center;
    background-size: 11px 20px;
}

.fb_right {
    right: -30px;
    background: #501b64 url(../images/fb_arrow_r.svg) no-repeat center center;
    background-size: 11px 20px;
}

.fb_close {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1) url(../images/fb_close.svg) no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
}











@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.fadeIn {
    -webkit-animation: fadeIn 1s ease-in-out;
    animation: fadeIn 1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fadeOut {
    -webkit-animation: fadeOut 1s ease-in-out;
    animation: fadeOut 1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


/*Вася*/

/*Шапка*/
.header {
    position: relative;
}

    .header .h_top {
        background: #4a185d;
        padding: 29px 0;
    }

    .header .logo {
        display: inline-block;
        float: left;
        margin-right: 60px;
    }

        .header .logo img {
            width: 100%;
            max-width: 234px;
        }

    .header .menu ul {
        margin: 0 0 -15px;
        padding: 15px 0 0;
        font-size: 0;
        -ms-display: flex;
        display: flex;
        justify-content: space-between;
    }

        .header .menu ul::before {
            content: '';
            display: inline-block;
            width: 14px;
            height: 14px;
            background: url(../images/h_squre.svg) no-repeat 50% 50%;
            background-size: contain;
            position: relative;
            top: 2px;
        }

        .header .menu ul li {
            font-size: 16px;
            margin-bottom: 15px;
            font-weight: 400;
            list-style-type: none;
        }

            .header .menu ul li a {
                text-decoration: none;
                color: #ffffff;
            }

    .header .btns_wrapper {
        display: -ms-flex;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header .btn_like {
        margin-right: 21.5px;
    }

        .header .btn_like img {
            max-width: 16px;
        }

    .header .btn_login {
        display: block;
        text-align: center;
        padding: 0;
        width: 122px;
        height: 50px;
        line-height: 50px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin-right: 25px;
        text-decoration: none;
        transition: color .5s ease, background-color .5s ease;
    }

        .header .btn_login::before {
            content: '';
            display: inline-block;
            margin-right: 18px;
            width: 12px;
            height: 18px;
            background-image: url(../images/man_white.svg);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: contain;
            position: relative;
            top: 4px;
            /* transition: background-image .5s ease; */
        }

        .header .btn_login:hover {
            background: #fff;
            color: #501b64;
        }

            .header .btn_login:hover::before {
                background-image: url(../images/man_white_active.svg);
            }

    .header .btn_search {
        display: block;
        text-decoration: none;
        height: 50px;
        line-height: 50px;
        flex-shrink: 0;
        width: 181px;
        background: #fff;
    }

        .header .btn_search input[type="text"] {
            display: block;
            width: 100%;
            height: 100%;
            border: none;
            background: transparent;
            color: #000;
            font: 500 14px "Montserrat";
            padding: 0 28px;
        }

            .header .btn_search input[type="TEXT"]::placeholder {
                color: #000;
                font-weight: 500;
            }

    .header .left_wr .mobile_btn {
        display: none;
    }

.h_bottom {
    background: #f4f4f4;
}

.mobile_menu,
.mobile_menu_icon {
    display: none;
}

.mobile_menu {
    width: 100%;
    background: #4a185d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 65px 0 20px;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform .5s ease-in-out;
    text-align: center;
    min-height: 100vh;
}

    .mobile_menu.active {
        transform: translateX(0);
    }

    .mobile_menu ul {
        margin: 25px 0 0 0;
        padding: 0;
    }

    .mobile_menu a {
        color: inherit;
    }

    .mobile_menu ul li {
        list-style-type: none;
    }

        .mobile_menu ul li a {
            border-radius: 5px;
            display: block;
            padding: 10px 0;
            margin: 5px 0;
            text-decoration: none;
            transition: color .5s ease, background .5s ease;
        }

            .mobile_menu ul li a:hover {
                background: #fff;
                color: #4a185d;
            }

.mobile_menu_icon {
    cursor: pointer;
    float: left;
    width: 30px;
    height: 25px;
    margin-right: 20px;
    position: relative;
    top: 4px;
}

    .mobile_menu_icon.active {
        z-index: 101;
    }


        .mobile_menu_icon.active span:first-child {
            top: 50%;
            bottom: auto;
            margin-top: -1.5px;
            transform: rotateZ(45deg);
        }

        .mobile_menu_icon.active span:last-child {
            top: 50%;
            bottom: auto;
            margin-top: -1.5px;
            transform: rotateZ(-45deg);
        }

        .mobile_menu_icon.active span:nth-child(2) {
            opacity: 0;
        }

    .mobile_menu_icon span {
        position: absolute;
        width: 100%;
        height: 3px;
        background: #fff;
        display: block;
        left: 0;
        transition: .5s ease-in-out;
        transform-origin: 50% 50%;
    }

        .mobile_menu_icon span:first-child {
            top: 0;
        }

        .mobile_menu_icon span:nth-child(2) {
            top: 50%;
            margin-top: -1.5px;
        }

        .mobile_menu_icon span:last-child {
            bottom: 0;
        }


@media screen and (max-width: 1430px) {
    .header .logo {
        margin-right: 20px;
    }

    .header .menu ul li {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .header .btn_login {
        font-size: 0;
        width: 50px;
        margin-right: 15px;
    }

    .header .menu ul {
        padding-top: 5px;
    }

    .header .logo img {
        max-width: 150px;
    }

    .header .btn_like {
        margin-right: 20px;
    }

    .header .btn_login::before {
        margin: 0;
        top: 8px;
    }

    .header .menu ul::before {
        display: none;
    }
}

@media screen and (max-width: 992px) {

    #Filter_CityId-styler .jq-selectbox__select-text {
        margin-left: 30px !important;
    }

    .filter_block_props.details {
        margin-left: 30px !important;
    }

    .hotel_section .hotel_rooms_filter .filter_item .filter_title {
        padding: 23.5px 30px 0 !important;
    }

    .filter_block.details {
        margin-left: 30px !important;
    }

    .hotel_rooms_table_items::after {
        right: -140px;
        width: 270px;
    }

    .header .menu {
        display: none;
    }

    .header .logo {
        margin-right: 0;
    }

    .mobile_menu_icon {
        display: inline-block;
    }

    .header .h_top {
        padding: 15px 0;
    }

    .mobile_menu {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .hotel_rooms_table_items::after {
        display: none;
    }

    /* .header .btn_search {
    font-size: 0;
    width: 50px;
  }

  .header .btn_search::before {
    content: '';
    width: 22px;
    height: 50px;
    display: inline-block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/search_active.svg);
    background-size: contain;
  }

  .header .btn_search:hover::before {
    background-image: url(../images/search.svg);
  } */

    .header .btn_search {
        width: auto;
    }

        .header .btn_search input[type="text"] {
            padding: 0 14px;
            width: 135.8px;
            font-size: 13px;
        }

            .header .btn_search input[type="text"]::placeholder {
                font-size: 13px;
            }
}

@keyframes btn_search {
    0% {
        width: 181px;
    }

    100% {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .header .btn_search {
        height: 35px;
        line-height: 33px;
    }

        .header .btn_search.active {
            -webkit-animation: btn_search .5s ease;
            animation: btn_search .5s ease;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            width: 100%;
        }

    .header .btns_wrapper {
        margin-top: 30px;
        justify-content: center;
    }

    .mobile_menu_icon {
        position: absolute;
        top: 5px;
        left: 15px;
    }

    .header .btn_login {
        display: none;
    }

        .header .btn_login::before {
            top: 4px;
        }

    .header .left_wr {
        min-height: 31.6px;
        padding: 0 105px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .header .left_wr .mobile_btn {
            display: block;
            position: absolute;
            top: 5px;
            right: 15px;
        }

        .header .left_wr .btn_login {
            display: block;
            width: 40px;
            height: 40px;
            float: right;
            position: relative;
            top: -6.5px;
            margin: 0;
        }

    .header .btn_like {
        display: none;
    }

    .header .left_wr .btn_like {
        display: block;
        float: right;
        position: relative;
        top: 6px;
    }

    .header .logo {
        float: none;
        margin-top: 5px;
    }

    .h_top {
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .header .left_wr .btn_login {
        width: 30px;
        height: 30px;
    }

    .header .btn_login::before {
        top: -2px;
        width: 10px;
    }

    .header .left_wr .btn_login {
        top: -1.5px;
    }

    .header .left_wr .btn_like {
        margin-right: 8px;
    }

    .mobile_menu_icon {
        width: 20px;
        height: 17px;
    }

        .mobile_menu_icon span {
            height: 2px;
        }

            .mobile_menu_icon span:nth-child(2) {
                margin-top: -1px;
            }

    .header .left_wr {
        padding: 0 77px;
    }

    .mobile_menu_icon {
        top: 13px;
    }
}

/* Крошки  */
.h_bottom .top_breadcrumbs {
    padding-top: 31.5px;
    padding-bottom: 14.5px;
}

    .h_bottom .top_breadcrumbs.fixed {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .h_bottom .top_breadcrumbs ul {
        margin: 0 0 -10px 0;
        padding: 0;
        font-size: 0;
    }

        .h_bottom .top_breadcrumbs ul li {
            font-size: 13px;
            line-height: 1em;
            font-weight: 400;
            margin-bottom: 10px;
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
            position: relative;
            color: rgba(0, 0, 0, 0.4);
        }

            .h_bottom .top_breadcrumbs ul li a {
                color: inherit;
            }

    .h_bottom .top_breadcrumbs.fixed ul li {
        color: #fff;
    }

    .h_bottom .top_breadcrumbs ul li:last-child {
        margin-right: 0;
    }

        .h_bottom .top_breadcrumbs ul li:last-child::after {
            display: none;
        }

    .h_bottom .top_breadcrumbs a {
        text-decoration: none;
        color: inherit;
    }

    .h_bottom .top_breadcrumbs ul li::after {
        content: ' • ';
        position: relative;
        left: 3.5px;
        color: rgba(0, 0, 0, 0.4);
    }

    .h_bottom .top_breadcrumbs.fixed ul li::after {
        color: #fff;
    }

    .h_bottom .top_breadcrumbs.fixed::after {
        color: #fff;
    }

.h_bottom h1 {
    padding-bottom: 27.5px;
    color: #000000;
    font-size: 40px;
}

/* Слайдер */

.top_slider {
    position: relative;
}


.top_slider_wrapper {
    position: relative;
}

    .top_slider_wrapper .item {
        display: -ms-flex;
        display: flex;
        width: 100%;
    }

        .top_slider_wrapper .item .right,
        .top_slider_wrapper .item .left {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .top_slider_wrapper .item .left {
            height: 540px;
        }

        .top_slider_wrapper .item img {
            display: inline-block;
        }

    .top_slider_wrapper .item_wr {
        display: block;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }

    .top_slider_wrapper .item .left .item_wr {
        height: 100%;
        width: 100%;
    }

    .top_slider_wrapper .item .right {
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
    }

        .top_slider_wrapper .item .right .item_wr {
            flex: 0 0 50%;
            max-width: 50%;
            height: 270px;
            text-decoration: none;
        }

.top_slider .item .hide_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22, 17, 24, 0.3);
    background: linear-gradient(90deg, rgba(22, 17, 24, 1) 0%, rgba(22, 17, 24, 0.8) 30%, rgba(21, 17, 23, 0.2) 100%);
    opacity: 0;
    transition: opacity .6s ease;
}

.top_slider .item .view_wr {
    padding: 0 43px 38.5px 43px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition-delay: .1s;
}

.top_slider .item .left .view_wr {
    padding-bottom: 100px;
}

.top_slider_wrapper .item .item_wr:hover .hide_block {
    opacity: 1;
}

.top_slider_wrapper .item .item_wr:hover .view_wr {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.top_slider .item .views {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 29px;
}

.top_slider .item .view_more a {
    color: inherit;
    text-decoration: none;
}

.top_slider .item .view_more {
    font-size: 30px;
    color: #fff;
    max-width: 182px;
    line-height: 1.2em;
    text-decoration: none;
    display: block;
}

    .top_slider .item .view_more img {
        max-width: 42px;
    }

.top_slider .nav_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    font-size: 0;
}

    .top_slider .nav_container button {
        background: transparent;
        font-size: 0;
        color: transparent;
        border: none;
        outline: none;
        padding: 0;
        margin: 0;
    }

    .top_slider .nav_container .owl-prev span,
    .top_slider .nav_container .owl-next span {
        display: block;
        width: 60px;
        height: 60px;
        background: #5c2571;
        transition: background-color .5s ease;
        cursor: pointer;
        position: relative;
    }

        .top_slider .nav_container .owl-prev span::before {
            background: url(../images/chevron-left.svg) no-repeat 50% 50%;
        }

        .top_slider .nav_container .owl-next span::before {
            background: url(../images/chevron-right.svg) no-repeat 50% 50%;
        }

        .top_slider .nav_container .owl-prev span::before,
        .top_slider .nav_container .owl-next span::before {
            content: '';
            width: 11px;
            height: 20px;
            display: block;
            background-size: cover;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .top_slider .nav_container .owl-prev span:hover,
        .top_slider .nav_container .owl-next span:hover {
            background: #501b64;
        }

:focus {
    outline: none;
}

@media screen and (max-width: 1200px) {
    .top_slider .item .view_wr {
        padding: 0 20px 30px 20px;
    }

    .top_slider .item .view_more {
        font-size: 23px;
    }
}

@media screen and (max-width: 960px) {
    .top_slider_wrapper .item {
        flex-wrap: wrap;
    }

        .top_slider_wrapper .item .item_wr:hover .view_wr {
            padding-bottom: 30px;
        }

        .top_slider_wrapper .item .right .item_wr {
            flex: 0 0 100%;
            max-width: 100%;
            height: 135px;
        }

        .top_slider_wrapper .item .left {
            flex: 0 0 75%;
            max-width: 75%;
        }

        .top_slider_wrapper .item .right {
            flex: 0 0 25%;
            max-width: 25%;
        }

    .top_slider .item .view_wr {
        padding: 0 15px 30px 15px;
    }

    .top_slider .item .views {
        margin-bottom: 10px;
    }

    .top_slider .item .view_more {
        font-size: 19px;
        max-width: 150px;
    }
}

@media screen and (max-width: 720px) {
    .top_slider_wrapper .item .right {
        flex: 0 0 100%;
        max-width: 100%;
    }




    .top_slider_wrapper .item .left {
        height: 300px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .top_slider_wrapper .item .right .item_wr {
        flex: 0 0 25%;
        max-width: 25%;
    }

    /* .top_slider .nav_container {
    bottom: -30px;
  } */

    .top_slider .nav_container .owl-prev span,
    .top_slider .nav_container .owl-next span {
        width: 30px;
        height: 30px;
    }

        .top_slider .nav_container .owl-prev span::before,
        .top_slider .nav_container .owl-next span::before {
            width: 8px;
            height: 15px;
        }
}

@media screen and (max-width: 1175px) {
    .popular_slider_arrows::before {
        width: 100%;
        left: 0;
        background: #fff;
    }
}

@media screen and (max-width: 600px) {
    .top_slider_wrapper .item .right .item_wr {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .top_slider_wrapper .item .left {
        height: 200px;
    }
}

/* Блок отелей */

.hotel_section {
    overflow: hidden;
}

.search__block .hotel_section {
    overflow: visible;
}

/* Левый блок */

.hotel_section .left_side {
    position: relative;
}

    .hotel_section .left_side::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 645px;
        height: 100%;
        background: #f4f4f4;
        z-index: -1;
    }

    .hotel_section .left_side .title {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.3em;
        margin-bottom: 15px;
        color: #000000;
    }

.hotel_section .left_side {
    flex: 0 0 27%;
    max-width: 27%;
    padding-top: 70px;
    padding-right: 70px;
}

    .hotel_section .left_side .rating_left_title {
        color: rgba(0, 0, 0, 0.6);
        font-size: 13px;
        line-height: 1em;
        margin-bottom: 12px;
    }

    .hotel_section .left_side .raiting {
        -ms-display: flex;
        display: flex;
        align-items: center;
        margin-bottom: 41px;
    }

.stars {
    display: flex;
    justify-content: space-between;
    padding-right: 31.5px;
}

.hotel_section .left_side .rating_left {
    flex-grow: 1;
}

.stars .star-item {
    width: 21px;
    height: 19.5px;
    position: relative;
    transition: background-image .3s ease-in-out;
    background-image: url(../images/star.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

    .stars .star-item.active {
        background-image: url(../images/star_active.svg);
    }

.hotel_section .left_side .rating_right {
    width: 103px;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.hotel_section .left_side .rating_right_btn,
.btn_share {
    width: 47px;
    height: 47px;
    border: solid 1px #e6e5e5;
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    transition: border-color .3s ease, background-image .3s ease;
    cursor: pointer;
}

.btn_share {
    display: inline-block;
}

.hotel_section .left_side .rating_right_btn.like {
    background-image: url(../images/rate_like.svg);
}

.hotel_section .left_side .rating_right_btn.share,
.btn_share {
    background-image: url(../images/rate_share.svg);
}

    .hotel_section .left_side .rating_right_btn.active,
    .hotel_section .left_side .rating_right_btn.share:hover,
    .btn_share:hover {
        border-color: #501b64;
    }

.hotel_section .left_side .rating_right_btn.like.active {
    background-image: url(../images/rate_like_active.svg);
}

.hotel_section .left_side .rating_right_btn.share:hover,
.hotel_section .left_side .rating_right_btn.share.active,
.btn_share:hover {
    background-image: url(../images/rate_share_active.svg);
}

.hotel_section .left_side .middle_price {
    padding: 20px 21px;
    background: #ffffff;
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45.5px;
}

    .hotel_section .left_side .middle_price .cost {
        font-size: 22px;
        line-height: 1em;
        color: #000;
        font-weight: 700;
    }

    .hotel_section .left_side .middle_price .desc {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.5);
    }

.hotel_section .left_side .options {
    margin-bottom: 71.5px;
}

    .hotel_section .left_side .options .option_item {
        color: #263948;
        font-size: 14px;
        line-height: 1.07em;
        display: -ms-flex;
        display: flex;
        align-items: center;
        margin-bottom: 37px;
    }

        .hotel_section .left_side .options .option_item img {
            width: 20px;
            margin-right: 22.5px;
        }

.hotel_section .left_side .adress_text {
    color: #252732;
    font-size: 14px;
    line-height: 1.71em;
    max-width: 300px;
    margin-bottom: 21.5px;
}


.map {
    text-align: center;
    position: relative;
    max-width: 300px;
}

    .map img {
        max-width: 100%;
    }

    .map .temp {
        position: absolute;
        top: 82px;
        left: 50%;
        width: 38px;
        margin-left: -19px;
    }

    .map .btn_map {
        display: inline-block;
        background: #fff;
        position: relative;
        top: -97.5px;
        width: 189px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #501b64;
        text-decoration: none;
        transition: background-color .5s ease, color .5s ease;
    }

        .map .btn_map:hover {
            color: #fff;
            background-color: #501b64;
        }

/* Правый блок */

.hotel_section .right_side {
    padding-top: 73px;
    padding-left: 100px;
    flex: 0 0 73%;
}

    .hotel_section .right_side .right_side_title {
        margin-bottom: 33.5px;
        font-size: 20px;
        color: #000000;
        font-weight: 700;
    }

        .hotel_section .right_side .right_side_title span {
            margin-right: 29.5px;
        }

    .hotel_section .right_side .right_side_desc {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        line-height: 1.5em;
        letter-spacing: 0.36px;
        margin-bottom: 70px;
    }

.hotel_section .hotel_rooms .hotel_rooms_nav {
    color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    border-bottom: 3px solid #edecec;
}

    .hotel_section .hotel_rooms .hotel_rooms_nav .nav_item {
        display: inline-block;
        margin-right: 35px;
        padding-bottom: 23.5px;
        position: relative;
        transition: color .5s ease;
        cursor: pointer;
    }

        .hotel_section .hotel_rooms .hotel_rooms_nav .nav_item::after {
            content: '';
            display: block;
            width: 0;
            height: 3px;
            background: #501b64;
            position: absolute;
            bottom: -3px;
            left: 0;
            transition: width .5s ease;
        }

        .hotel_section .hotel_rooms .hotel_rooms_nav .nav_item.active,
        .hotel_section .hotel_rooms .hotel_rooms_nav .nav_item:hover {
            color: #501b64;
        }

            .hotel_section .hotel_rooms .hotel_rooms_nav .nav_item.active::after,
            .hotel_section .hotel_rooms .hotel_rooms_nav .nav_item:hover::after {
                widtH: 100%;
            }

.hotel_section .hotel_rooms_filter {
    margin-top: 25px;
    box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.1);
    display: -ms-flex;
    display: flex;
}

.filter_item {
    position: relative;
}

.hotel_section .hotel_rooms_filter .filter_item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    border-right: 1px solid rgba(218, 220, 230, 0.6);
}

    .hotel_section .hotel_rooms_filter .filter_item:last-child {
        border-right: none;
    }



    .hotel_section .hotel_rooms_filter .filter_item .filter_title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 27px;
        color: rgba(0, 0, 0, 0.5);
        padding: 23.5px 17px 0;
    }

    .hotel_section .hotel_rooms_filter .filter_item .filter_block {
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.hotel_section .hotel_rooms_filter .hotel_rooms_filter_items {
    display: -ms-inline-flex;
    display: inline-flex;
    flex-grow: 1;
}

.hotel_section .hotel_rooms_filter .filter_btn_submit {
    width: 140px;
    height: 140px;
    background: #501b64;
    border: none;
    outline: none;
    cursor: pointer;
    transition: color .5s ease, background .5s ease;
}

    .hotel_section .hotel_rooms_filter .filter_btn_submit img {
        max-width: 42px;
    }

.hotel_section .hotel_rooms_filter .filter_item {
    height: 140px;
}

.hotel_section .hotel_rooms_filter .filter_block_value {
    color: #000000;
    line-height: 1em;
}

.filter_block > img {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
}

#city_select-styler {
    padding-left: 28px;
}

    #city_select-styler .jq-selectbox__dropdown {
        margin: 10px auto;
        left: 0;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        width: 100% !important;
    }

#Filter_City-styler .jq-selectbox__dropdown ul {
    margin: 5px;
}

.filter_block_value_bold.quests {
    padding-left: 28px;
}

.hotel_section .hotel_rooms_filter .filter_block_value {
    font-size: 14px;
    margin-bottom: 6px;
}

.hotel_section .hotel_rooms_filter .filter_block_value_bold {
    font-size: 16px;
    font-weight: 600;
}

.filter_block_props.details {
    margin-left: 17px;
}

.hotel_section .hotel_rooms_filter .childs .jq-selectbox__dropdown {
    padding: 0;
    background: #fff;
    left: -10px;
    margin-top: 7px;
    width: auto !important;
}

    .hotel_section .hotel_rooms_filter .childs .jq-selectbox__dropdown li {
        padding: 4px 10px;
        cursor: pointer;
        transition: color .5s ease, background .5s ease;
    }

        .hotel_section .hotel_rooms_filter .childs .jq-selectbox__dropdown li:hover {
            color: #fff;
            background: #501b64;
        }

    .hotel_section .hotel_rooms_filter .childs .jq-selectbox__dropdown ul {
        overflow: visible;
    }

.hotel_section .hotel_rooms_filter .filter_block .prop_value,
.hotel_section .hotel_rooms_filter .filter_block .ui-datepicker-trigger {
    width: 0;
    height: 0;
    background: transparent;
    border: none;
    outline: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hotel_section .filter_block_props .quests {
    position: relative;
    padding-left: 15px;
}

    .hotel_section .filter_block_props .quests .jq-selectbox {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.jq-selectbox {
    width: 100%;
}

.jq-selectbox__dropdown {
    background: #ffffff;
    padding: 0;
    left: -5px;
    margin-top: -22px;
    text-align: center;
    padding: 0;
    /*! margin: 0; */
}

#cities .jq-selectbox__dropdown {
    width: 100% !important;
    left: 0px;
    margin: 15px auto;
}

.jq-selectbox__dropdown li {
    padding: 5px 5px;
    margin-bottom: 5px;
    transition: color .5s ease, background .5s ease;
    cursor: pointer;
}

    .jq-selectbox__dropdown li:last-child {
        margin-bottom: 0;
    }

    .jq-selectbox__dropdown li:hover {
        color: #fff;
        background: #501b64;
    }

.hotel_section .hotel_rooms_tabs_nav {
    margin-top: 35.5px;
}

.city_name .jq-selectbox__select {
    padding: 0px 22px 17px;
}

.city_name .jq-selectbox__dropdown {
    margin: 13px auto;
}


#ui-datepicker-div {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 38.8px 5px 5px;
    margin: 15px auto 0 -17px;
    font-family: "Montserrat", sans-serif;
}

    #ui-datepicker-div .ui-datepicker-header {
        background: #f2f0f5;
        color: #fff;
        margin: 10px 25px;
        font-size: 15px;
        font-size: 15px;
        border-radius: 0;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #501b64;
    background: transparent;
    text-align: center;
    border: none;
    color: #848484;
    transition: color .5s ease, background-color .5s ease;
}

.ui-widget-content {
    color: #b5b5b5;
}

#ui-datepicker-div .ui-widget-content .ui-state-default:hover {
    color: #fff;
    border: 1px solid #501b64;
    background: #501b64;
}

#ui-datepicker-div .ui-datepicker-current-day .ui-state-default,
#ui-datepicker-div .ui-state-hover {
    color: #fff;
    background: #501b64;
}

#ui-datepicker-div .ui-datepicker-current-day font {
    color: #fff;
}

.ui-widget-content {
    color: #b5b5b5;
}

.ui-datepicker table {
    margin-top: 15px;
    font-size: .8em;
}

.ui-widget-header .ui-icon {
    background-image: none;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: static;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-prev {
    left: 2px;
    top: 2px;
    border: none;
    outline: none;
}

.ui-datepicker .ui-datepicker-title {
    color: #1a181d;
    font-weight: 500;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 10px;
}

.ui-datepicker th {
    font-weight: normal;
    text-transform: uppercase;
}


#ui-datepicker-div .ui-datepicker-next {
    right: 2px;
    top: 2px;
    border: none;
    outline: none;
    cursor: pointer;
}

#ui-datepicker-div {
    width: 315px;
    padding: 45px 20px 20px 20px;
}

    #ui-datepicker-div .ui-icon-circle-triangle-w {
        background: url(../images/back.svg) no-repeat 50% 50%;
        background-size: 15px;
    }


    #ui-datepicker-div .ui-icon-circle-triangle-e {
        background: url(../images/next.svg) no-repeat 50% 50%;
        background-size: 15px;
    }

    #ui-datepicker-div .ui-icon-circle-triangle-w:hover {
        background: url(../images/back-white.svg) no-repeat 50% 50%;
        background-size: 15px;
    }

    #ui-datepicker-div .ui-icon-circle-triangle-e:hover {
        background: url(../images/next-white.svg) no-repeat 50% 50%;
        background-size: 15px;
    }

.hotel_section .hotel_rooms_tabs_nav {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    transition: color .3s ease;
    display: -ms-flex;
    display: flex;
    margin-bottom: 34px;
}

    .hotel_section .hotel_rooms_tabs_nav .item {
        position: relative;
        padding-right: 31px;
        display: -ms-flex;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .hotel_section .hotel_rooms_tabs_nav .list::before,
    .hotel_section .hotel_rooms_tabs_nav .table::before {
        content: '';
        width: 18px;
        height: 18px;
        display: inline-block;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin-right: 10px;
        transition: .3s ease;
    }

    .hotel_section .hotel_rooms_tabs_nav .list::before {
        background-image: url(../images/list.svg);
    }

    .hotel_section .hotel_rooms_tabs_nav .list.active::before {
        background-image: url(../images/list_active.svg);
    }

    .hotel_section .hotel_rooms_tabs_nav .table::before {
        background-image: url(../images/table.svg);
    }

    .hotel_section .hotel_rooms_tabs_nav .table.active::before,
    .hotel_section .hotel_rooms_tabs_nav .table:hover::before {
        background-image: url(../images/table_active.svg);
    }

.hotel_section .hotel_rooms_tab_item {
    padding-bottom: 150px;
}

.hotel_section .hotel_rooms_list_items .swiper-wrapper {
    display: block;
    position: static;
    box-sizing: border-box;
}

.hotel_section .hotel_rooms_list_items .item_wr {
    display: -ms-flex;
    display: flex;
    min-height: 260px;
    position: relative;
}

    .hotel_section .hotel_rooms_list_items .item_wr .image {
        max-width: 260px;
        width: 100%;
        line-height: 0;
        flex-shrink: 0;
    }


        .hotel_section .hotel_rooms_list_items .item_wr .image img {
            max-width: 100%;
        }

    .hotel_section .hotel_rooms_list_items .item_wr .desc {
        flex-grow: 1;
        background: #fff;
        padding-left: 29.5px;
        position: relative;
        /*border: solid 1px #ededed;
  border-left: none;*/
        padding-bottom: 62px;
        height: 100%;
        min-height: 260px;
    }

    .hotel_section .hotel_rooms_list_items .item_wr .list_item_title {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        margin-top: 31.5px;
        margin-bottom: 20.5px;
    }

.hotel_section .hotel_rooms_list_items .desc_top {
    display: -ms-flex;
    display: flex;
}

    .hotel_section .hotel_rooms_list_items .desc_top .desc_top_group {
        flex-grow: 1;
    }

    .hotel_section .hotel_rooms_list_items .desc_top .price_block {
        flex-shrink: 0;
    }

    .hotel_section .hotel_rooms_list_items .desc_top .price_block {
        padding: 25.5px 15px 0 22px;
        width: 140px;
        height: 140px;
        margin-left: 27.5px;
        background: #f4f4f4;
    }

.hotel_section .hotel_rooms_table_items .desc {
    max-width: 260px;
}

.hotel_section .desc_top .price_block_single_costs {
    color: #501b64;
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 5px;
    white-space: nowrap;
}

.hotel_section .desc_top .single_costs_desc {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    line-height: 1em;
    font-weight: 500;
    opacity: 0.8;
}

.hotel_section .hotel_rooms_list_items .desc_top .single_costs_desc {
    margin-bottom: 22px;
}

.hotel_section .desc_top .price_block_costs {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.38em;
    font-weight: 700;
    font-size: 14px;
    opacity: .8;
}

.hotel_section .desc_top .costs_desc {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.38em;
    font-size: 13px;
    font-weight: 500;
    opacity: .8;
}

.hotel_section .hotel_rooms_list_items .desc_top .props {
    padding-bottom: 6px;
    border-bottom: 1px solid #ededed;
}

    .hotel_section .hotel_rooms_list_items .desc_top .props .prop_item {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        font-weight: 500;
        color: #501b64;
        max-width: 130px;
        width: auto;
        position: relative;
        padding-left: 35.5px;
        margin-bottom: 10px;
    }

.hotel_section .desc_top .props .prop_item::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

.hotel_section .hotel_rooms_list_items .desc_top .props .beds_count {
    margin-right: 45.5px;
}

    .hotel_section .hotel_rooms_list_items .desc_top .props .beds_count::after {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 100%;
        display: inline-block;
        position: absolute;
        right: -29px;
        top: 9px;
        background-color: #ebeaea;
    }

.hotel_section .desc_top .props .beds_count::before {
    background-image: url(../images/man_hoytel.svg);
}

.hotel_section .desc_top .props .bed_type::before {
    background-image: url(../images/bed.svg);
}

.hotel_section .hotel_rooms_list_items .desc_bottom_options {
    font-size: 0;
    margin-right: 208px;
    margin-bottom: -14.5px;
}

.hotel_section .hotel_rooms_list_items .option {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 14.5px;
}


    .hotel_section .hotel_rooms_list_items .option:nth-child(2n+1) {
        margin-right: 28.5px;
    }

.hotel_section .option img {
    width: 15px;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.hotel_section .hotel_rooms_list_items .table_item_title {
    display: none;
}

.hotel_section .btn_more {
    color: #501b64;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}

    .hotel_section .btn_more::after {
        content: '';
        display: inline-block;
        margin-left: 8px;
        width: 27px;
        height: 10.5px;
        background: url(../images/button_arrow.svg) no-repeat 50% 50%;
        background-size: contain;
        transition: margin .5s ease;
    }

    .hotel_section .btn_more:hover::after {
        margin-left: 20px;
    }

.btn_reserve {
    display: inline-block;
    text-decoration: none;
    background-color: #501b64;
    color: #fff;
    height: 50px;
    padding: 0 15px;
    min-width: 181px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 2px solid #501b64;
    transition: color .5s ease, background .5s ease;
}

    .btn_reserve:hover {
        color: #501b64;
        background: #fff;
    }

.hotel_section .hotel_rooms_list_items .desc_bottom_fix {
    position: absolute;
    left: 0;
    bottom: 27px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-right: 27px;
    padding-left: 290px;
}

.hotel_section .hotel_rooms_table_items {
    position: relative;
    height: 988.5px;
}

    .hotel_section .hotel_rooms_table_items .hotel_rooms_table_items_sl_wr {
        /* width: 1175px;
  position: absolute;
  top: 0;
  left: 0; */
        padding-top: 26px;
        width: 100%;
    }

.hotel_rooms_list_items .hotel_view_content {
    width: 100% !important;
}

.hotel_section .hotel_rooms_table_items img {
    display: inline-block;
}

.hotel_section .hotel_rooms_list_items .item {
    margin-bottom: 27.5px;
}

.hotel_section .hotel_rooms_table_items .hotel_rooms_table_items_sl_wr {
    display: -ms-flex;
    display: flex;
}

.hotel_rooms_table_items .hotel_view_content {
    /* height: 100%; */
    /* width: 1175px; */
    position: absolute;
    overflow: hidden !important;
    top: 0;
    left: 0;
    touch-action: none;
}

.scroll-x {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
}

    .scroll-x .scroll-element_outer {
        height: 3px;
        padding: 3.5px 5px;
        background: #f4f4f4;
    }

    .scroll-x .scroll-bar {
        height: 3px;
        background: #c8c8c8;
        position: relative;
    }

.hotel_rooms_table_items .hotel_view_content::-webkit-scrollbar {
    background-color: #f4f4f4;
    height: 10px;
}

.hotel_rooms_table_items .hotel_view_content::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: #c8c8c8;
    border-top: 3.5px solid #f4f4f4;
    border-bottom: 3.5px solid #f4f4f4;
    border-left: 5px solid #f4f4f4;
    border-right: 5px solid #f4f4f4;
}

.hotel_section .hotel_rooms_table_items .item {
    border: solid 1px #ededed;
    border-right: none;
    padding-right: 38.5px;
    height: 100%;
    flex: 0 0 300px;
    max-width: 300px;
    height: 988.5px;
    box-sizing: border-box;
}

    .hotel_section .hotel_rooms_table_items .item .item_wr {
        position: relative;
        padding-bottom: 144px;
        height: 100%;
        height: 988.5px;
        box-sizing: border-box;
    }

.hotel_section .hotel_rooms_table_items .list_item_title {
    display: none;
}

.hotel_section .hotel_rooms_table_items .table_item_title {
    color: #000;
    padding: 26.5px 0 23px 26.5px;
    max-width: 260px;
    font-size: 18px;
    font-weight: bold;
}

.hotel_section .hotel_rooms_table_items .image {
    max-width: 260px;
}

    .hotel_section .hotel_rooms_table_items .image img {
        max-width: 100%;
    }

.hotel_section .hotel_rooms_table_items .desc_top .props {
    padding: 27px 0 26px 27.5px;
}

    .hotel_section .hotel_rooms_table_items .desc_top .props .prop_item {
        position: relative;
        padding-left: 35.5px;
        color: #501b64;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 27px;
    }

        .hotel_section .hotel_rooms_table_items .desc_top .props .prop_item:last-child {
            margin-bottom: 0;
        }

.hotel_section .hotel_rooms_table_items .price_block {
    padding: 20.5px 23px 20px 17.5px;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    background-color: #f4f4f4;
}

.hotel_section .hotel_rooms_table_items .desc_bottom {
    padding: 36.5px 0 0 27px;
}

.hotel_section .hotel_rooms_table_items .desc_bottom_options .option {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 18px;
}

.hotel_section .hotel_rooms_table_items .desc_bottom_options {
    margin-bottom: -18px;
}

.hotel_section .hotel_rooms_table_items .desc_bottom_fix {
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    padding-left: 27px;
}

.hotel_section .hotel_rooms_table_items .btn_more {
    margin-bottom: 22.5px;
    margin-right: 10px;
}

.hotel_section .hotel_rooms_table_items .btn_reserve {
    display: block;
    max-width: 181px;
}

.hotel_section .owl-carousel.owl-drag .owl-item {
    height: 100%;
}

.hotel_section .hotel_rooms_table_items .owl-item.opacity::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 1px;
    opacity: 0.8;
    z-index: 10;
}

.hotel_rooms_tab_item.active {
    display: block;
}

.hotel_rooms_tab_item {
    display: none;
}

/* Отзывы */

.hotel_rooms .reviews_top {
    padding-top: 33.5px;
    padding-bottom: 35px;
}

    .hotel_rooms .reviews_top ul {
        padding: 0;
        margin: 0 0 -10px 0;
    }

        .hotel_rooms .reviews_top ul li {
            list-style-type: none;
            color: rgba(0, 0, 0, 0.5);
            font-size: 18px;
            display: inline-block;
            margin-right: 24px;
            position: relative;
            opacity: 0.7;
            margin-bottom: 10px;
        }

            .hotel_rooms .reviews_top ul li::before {
                content: '•';
                position: absolute;
                top: 0px;
                right: -18px;
            }

            .hotel_rooms .reviews_top ul li:last-child::before {
                display: none;
            }

            .hotel_rooms .reviews_top ul li:last-child {
                margin-right: 0;
            }

            .hotel_rooms .reviews_top ul li a {
                color: inherit;
            }

    .hotel_rooms .reviews_top span {
        font-weight: 700;
        text-decoration: none;
    }

.hotel_rooms .review_item {
    margin-bottom: 32px;
}

.hotel_rooms .review_item_top {
    background: #f4f4f4;
    display: -ms-flex;
    display: flex;
    min-height: 82px;
}

    .hotel_rooms .review_item_top .price_block {
        margin-left: 10px;
    }

    .hotel_rooms .review_item_top .image {
        flex: 0 0 82px;
        max-width: 82px;
        max-height: 82px;
        overflow: hidden;
    }

        .hotel_rooms .review_item_top .image img {
            max-width: 100%;
        }

    .hotel_rooms .review_item_top .desc {
        flex-grow: 1;
        /* padding: 22px 52px 21.5px 21px; */
        padding: 10px 52px 10px 21px;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
    }

        .hotel_rooms .review_item_top .desc .title {
            color: #000;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 7px;
        }

    .hotel_rooms .review_item_top .props .prop_item {
        color: #501b64;
        display: inline-block;
        margin-right: 30.5px;
        font-size: 12px;
        font-weight: 500;
    }

        .hotel_rooms .review_item_top .props .prop_item:last-child {
            margin-right: 0;
        }

        .hotel_rooms .review_item_top .props .prop_item img {
            width: 16px;
            margin-right: 11px;
            position: relative;
            top: 4px;
        }

    .hotel_rooms .review_item_top .price_block .cost {
        color: #501b64;
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 6.5px;
        font-weight: 700;
    }

    .hotel_rooms .review_item_top .price_block .cost_desc {
        font-size: 13px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.5);
        opacity: .7;
        line-height: 1em;
    }

.hotel_rooms .review_item_bottom {
    padding: 25.5px 0 23.5px 21.5px;
    border: solid 1px #ededed;
    border-top: none;
}

.hotel_rooms .review_author .review_rating {
    float: left;
    margin-right: 20.5px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #501b64;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
}

.hotel_rooms .review_user {
    padding: 7px 15px 25px 0;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

    .hotel_rooms .review_user .date {
        color: rgba(0, 0, 0, 0.5);
        font-size: 12px;
        font-weight: 500;
        opacity: .7;
        line-height: 1em;
        margin-bottom: 9px;
    }

    .hotel_rooms .review_user .name {
        font-size: 14px;
        font-weight: 500;
        color: #000;
        line-height: 1em;
    }

        .hotel_rooms .review_user .name span {
            font-weight: 700;
        }

.hotel_rooms .review_body {
    padding-top: 20.5px;
}

    .hotel_rooms .review_body .review_assessment {
        float: left;
        margin-right: 20.5px;
    }

        .hotel_rooms .review_body .review_assessment img {
            max-width: 50px;
        }

.hotel_rooms .review_text_rait {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 5.5px;
}

.hotel_rooms .review_text_wr {
    padding-right: 15px;
    overflow: hidden;
}

.hotel_rooms .review_text {
    line-height: 1.34em;
    letter-spacing: 0.36px;
    color: #000000;
    font-size: 18px;
}

.more_items {
    display: inline-block;
    width: 100%;
    padding-left: 85px;
    position: relative;
    text-decoration: none;
    color: #501b64;
    font-size: 16px;
    font-weight: 600;
    background: #f4f4f4;
    height: 60px;
    line-height: 60px;
}

    .more_items::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        background: #501b64 url(../images/chevron-down.svg) no-repeat 50% 50%;
        background-size: 20px 11px;
    }

.hotel_rooms .policies_block {
    padding-top: 30.5px;
}

.hotel_rooms .policies_item {
    padding: 0 32.5px 10px 28px;
    border: 1px solid #ededed;
    margin-bottom: 30px;
    color: #000;
    font-size: 15px;
    line-height: 1.53em;
}

.hotel_rooms .policies_head {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-top: 27px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    line-height: normal;
    border-bottom: 1px solid rgba(230, 230, 230, 0.8);
}

.hotel_rooms .policies_item_bottom {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    opacity: 0.7;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 17px;
}

.hotel_rooms .cards {
    margin-bottom: 7.5px;
}

    .hotel_rooms .cards img {
        width: 50px;
        margin-right: 13px;
        margin-bottom: 10px;
    }

@media screen and (max-width: 1430px) {
    .hotel_section .right_side {
        padding-left: 40px;
        flex: 0 0 69%;
        max-width: 69%;
    }

    .hotel_section .left_side {
        padding-right: 40px;
        flex: 0 0 31%;
        max-width: 31%;
    }

    .hotel_section .hotel_rooms_filter .filter_btn_submit {
        width: 70px;
    }

        .hotel_section .hotel_rooms_filter .filter_btn_submit img {
            width: 40px;
        }

    .hotel_section .hotel_rooms_list_items .desc_top .price_block {
        margin-left: 10px;
    }

    .hotel_section .hotel_rooms_list_items .item_wr .desc {
        border: none;
    }

    .hotel_section .hotel_rooms_list_items .item {
        border: solid 1px #ededed;
    }

    .hotel_section .hotel_rooms_list_items .item_wr .image {
        position: relative;
        top: -1px;
        left: -1px;
    }

    .hotel_section .hotel_rooms_list_items .desc_bottom_options {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .hotel_section .hotel_rooms_list_items .desc_bottom_fix {
        bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {

    .hotel_section .left_side {
        /* flex: 0 0 300px;
    max-width: 300px; */
        padding-right: 30px;
    }

        .hotel_section .left_side .title {
            font-size: 35px;
        }

    .hotel_section .right_side {
        padding-left: 30px;
    }



    .hotel_section .hotel_rooms_filter .filter_btn_submit {
        width: 100%;
        height: 40px;
    }

    .hotel_section .hotel_rooms_filter {
        flex-wrap: wrap;
    }

    .hotel_section .hotel_rooms_list_items .desc_top .props .beds_count::after {
        display: none;
    }

    .hotel_section .hotel_rooms_list_items .item_wr .list_item_title {
        margin-top: 20px;
        font-size: 14px;
    }

    .hotel_section .hotel_rooms_list_items .item_wr .desc {
        padding-left: 18px;
    }

    .hotel_section .hotel_rooms_list_items .option {
        display: block;
    }

    .hotel_section .hotel_rooms_list_items .desc_bottom_fix {
        padding-left: 30px;
    }

    .hotel_section .hotel_rooms_list_items .desc_bottom_options {
        margin-bottom: 20px;
    }

    .hotel_rooms .review_item_top .props .prop_item {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .hotel_section .hotel_rooms_list_items .item_wr {
        padding-bottom: 62px;
    }

    .hotel_section .hotel_rooms_list_items .item .desc {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 992px) {

    .guide_slider_arrows::before {
        left: 0;
        background: #fff;
    }

    .guide_slider_bg {
        display: block;
    }

    #cities .jq-selectbox__dropdown {
        border-top: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
    }

    .hotel_section .left_side {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-top: 30px;
    }

    .hotel_section .right_side {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

        .hotel_section .right_side .right_side_desc {
            margin-bottom: 40px;
        }

    .hotel_section .left_side::before {
        right: -30px;
        width: 920px;
    }

    .left_side_param_group {
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
    }

        .left_side_param_group .raiting {
            flex: 0 0 48%;
        }

    .hotel_section .left_side .raiting {
        margin-bottom: 30px;
    }

    .left_side_param_group .middle_price {
        flex: 0 0 48%;
    }

    .hotel_section .left_side .middle_price {
        margin-bottom: 30px;
    }

    .hotel_section .left_side .options {
        column-count: 2;
        margin-bottom: 40px;
    }

        .hotel_section .left_side .options .option_item {
            margin-bottom: 25px;
        }

    .hotel_section .left_side .adress_text {
        margin-bottom: 10px;
    }

    .hotel_section .hotel_rooms_tab_item {
        padding-bottom: 80px;
    }

    /* 
  .hotel_section .hotel_rooms_table_items .hotel_rooms_table_items_sl_wr {
    width: 1035px;
  } */

    .hotel_section .hotel_rooms_list_items .option {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .hotel_section .left_side .middle_price .cost {
        font-size: 17px;
    }

    .hotel_section .right_side .right_side_desc {
        font-size: 16px;
    }

    .hotel_section .right_side .right_side_title {
        margin-bottom: 20px;
    }

    .hotel_section .hotel_rooms_filter .hotel_rooms_filter_items {
        flex-wrap: wrap;
    }

    .hotel_section .hotel_rooms_filter .filter_item {
        border-right: none;
        border-bottom: 1px solid rgba(218, 220, 230, 0.6);
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px;
        height: 120px;
    }

        .hotel_section .hotel_rooms_filter .filter_item .filter_title {
            margin-bottom: 20px;
        }

        .hotel_section .hotel_rooms_filter .filter_item:last-child {
            border-bottom: none;
        }

    .hotel_section .hotel_rooms_list_items .desc_top {
        flex-wrap: wrap;
    }

        .hotel_section .hotel_rooms_list_items .desc_top .price_block {
            flex: 0 0 100%;
            max-width: 100%;
            margin: 5px 0 0;
            padding-top: 15px;
            height: 120px;
        }

        .hotel_section .hotel_rooms_list_items .desc_top .single_costs_desc {
            margin-bottom: 15px;
        }

        .hotel_section .hotel_rooms_list_items .desc_top .props {
            flex: 0 0 100%;
            max-width: 100%;
            border-bottom: none;
        }

    .hotel_section .left_side .title {
        font-size: 30px;
    }

    .hotel_rooms .review_item_top .desc {
        padding-right: 15px;
    }

    .hotel_rooms .reviews_top {
        padding: 20px 0;
    }

        .hotel_rooms .reviews_top ul li {
            font-size: 14px;
        }

    .hotel_rooms .review_item_top .price_block .cost {
        font-size: 15px;
    }

    .hotel_rooms .review_text_rait {
        font-size: 16px;
    }

    .hotel_rooms .review_item_bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hotel_rooms .review_text {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .hotel_section .left_side .title {
        font-size: 25px;
    }

    .left_side_param_group {
        flex-wrap: wrap;
    }

        .left_side_param_group .raiting,
        .left_side_param_group .middle_price {
            flex: 0 0 100%;
            max-width: 100%;
        }

    .hotel_section .left_side .raiting {
        margin-bottom: 20px;
    }

    .hotel_section .left_side .options {
        column-count: 1;
        margin-bottom: 15px;
    }

    .hotel_section .right_side .right_side_title {
        font-size: 16px;
        line-height: 22px;
    }

    .hotel_section .right_side,
    .hotel_section .left_side {
        padding-top: 30px;
    }

        .hotel_section .right_side .right_side_desc {
            margin-bottom: 30px;
        }

    .hotel_section .hotel_rooms .hotel_rooms_nav .nav_item {
        margin-right: 15px;
        padding-bottom: 15px;
    }

    .hotel_section .hotel_rooms_list_items .item_wr {
        display: block;
    }

    .hotel_section .hotel_rooms_list_items .desc_bottom_options {
        margin-top: 20px;
    }

    .hotel_section .hotel_rooms_list_items .item_wr .desc {
        padding: 0 15px;
    }

    .hotel_section .hotel_rooms_list_items .desc_top .price_block {
        margin-left: 0;
    }

    .hotel_section .hotel_rooms_list_items .item_wr .image {
        margin: 0 auto;
    }

    .hotel_section .hotel_rooms .hotel_rooms_nav .nav_item:last-child {
        margin-right: 0;
    }

    .hotel_section .hotel_rooms .hotel_rooms_nav {
        font-size: 14px;
    }

    .hotel_section .left_side .rating_left {
        max-width: 300px;
    }

    .hotel_section .hotel_rooms_list_items .desc_bottom_fix {
        position: static;
        padding: 0 15px;
        margin-top: 10px;
    }

    .hotel_section .hotel_rooms_list_items .item_wr {
        padding-bottom: 20px;
    }

    .hotel_rooms .review_item_top .desc {
        flex-wrap: wrap;
    }

    .hotel_rooms .review_item_top .price_block {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .hotel_rooms .review_item_bottom {
        padding-left: 15px;
    }

    .hotel_rooms .review_author .review_rating {
        margin-right: 15px;
        width: 40px;
        height: 40px;
        font-size: 23px;
        line-height: 40px;
        margin-top: 10px;
    }

    .hotel_rooms .review_user {
        padding-bottom: 15px;
    }

    .hotel_rooms .review_body {
        padding-top: 15px;
    }

        .hotel_rooms .review_body .review_assessment {
            margin-top: 10px;
            margin-right: 15px;
        }

            .hotel_rooms .review_body .review_assessment img {
                max-width: 40px;
            }

    .more_items {
        height: auto;
        padding-left: 65px;
        line-height: 1.2em;
        padding: 15px 10px 15px 70px;
        font-size: 12px;
    }

        .more_items::before {
            height: 100%;
            width: 50px;
        }

    .hotel_section .hotel_rooms_tab_item {
        padding-bottom: 40px;
    }

    .hotel_rooms .policies_item {
        padding: 0 15px;
        font-size: 14px;
    }

    .hotel_rooms .policies_head {
        padding-top: 17px;
        padding-bottom: 15px;
        font-size: 16px;
    }

    .hotel_section .hotel_rooms_table_items .hotel_rooms_table_items_sl_wr {
        width: 100%;
        position: relative;
    }

    .hotel_section .hotel_rooms_table_items .item {
        border-right: 1px solid#ededed;
    }
}

@media screen and (max-width: 450px) {
    .hotel_section .hotel_rooms_list_items .option {
        display: block;
        margin-right: 0 !important;
    }

    .hotel_section .btn_more {
        margin-bottom: 10px;
    }

    .hotel_section .hotel_rooms_list_items .desc_bottom_fix {
        flex-wrap: wrap;
    }

    .hotel_section .hotel_rooms_table_items .item {
        padding-right: 15px;
        max-width: 270px;
        flex: 0 0 270px;
    }
}

@media screen and (max-width: 280px) {
    .hotel_section .hotel_rooms .hotel_rooms_nav .nav_item {
        font-size: 11px;
    }

    .hotel_section .hotel_rooms_list_items .item_wr .desc {
        padding: 0 7px;
    }

    .btn_reserve {
        min-width: 100px;
    }

    .hotel_section .left_side .raiting {
        flex-wrap: wrap;
    }

    .hotel_section .hotel_rooms_filter .filter_block_value_bold {
        font-size: 13px;
    }

    .hotel_section .left_side .rating_right {
        margin-top: 15px;
    }
}

/* Модальное окно отелей */

.hotel_in_popup {
    box-shadow: 8.3px 14.3px 64px 0 rgba(22, 23, 29, 0.3);
    border: solid 19px #f4f4f4;
    background-color: #ffffff;
    width: 100%;
    max-width: 900px;
    position: relative;
    padding: 30px;
}

    .hotel_in_popup .close {
        cursor: pointer;
        position: absolute;
        top: -19px;
        right: -19px;
        width: 70px;
        height: 70px;
        background: #f4f4f4 url(../images/closepopup.svg) no-repeat 50% 50%;
        background-size: 20px 20px;
    }

    .hotel_in_popup .popup_title {
        color: #000;
        font-size: 22px;
        margin-bottom: 29.5px;
    }

.popup_sl_images .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    color: transparent;
}

.popup_sl_images .owl-prev span,
.popup_sl_images .owl-next span {
    display: block;
    width: 60px;
    height: 60px;
    background: #5c2571;
    transition: background-color .5s ease;
    cursor: pointer;
    position: relative;
}

    .popup_sl_images .owl-prev span::before {
        background: url(../images/chevron-left.svg) no-repeat 50% 50%;
    }

    .popup_sl_images .owl-next span::before {
        background: url(../images/chevron-right.svg) no-repeat 50% 50%;
    }

    .popup_sl_images .owl-prev span::before,
    .popup_sl_images .owl-next span::before {
        content: '';
        width: 11px;
        height: 20px;
        display: block;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .popup_sl_images .owl-prev span:hover,
    .popup_sl_images .owl-next span:hover {
        background: #501b64;
    }

.hotel_in_popup .hotel_info {
    padding-top: 40px;
}

.hotel_in_popup .hotel_info_top {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding-bottom: 26.5px;
    flex-wrap: wrap;
}

.hotel_in_popup .hotel_info .hotel_title {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 33.5px;
}

.hotel_in_popup .hotel_info .props {
    margin-bottom: -10px;
}

    .hotel_in_popup .hotel_info .props .prop_item img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 23px;
    }

    .hotel_in_popup .hotel_info .props .prop_item {
        position: relative;
        padding-left: 35.5px;
        display: inline-block;
        max-width: 125px;
        font-size: 12px;
        font-weight: 500;
        color: #501b64;
        margin-right: 45.5px;
        margin-bottom: 10px;
    }

        .hotel_in_popup .hotel_info .props .prop_item:last-child {
            margin-right: 0;
        }

        .hotel_in_popup .hotel_info .props .prop_item::after {
            content: '';
            display: block;
            position: absolute;
            top: 9px;
            right: -26px;
            width: 7px;
            height: 7px;
            background-color: #ebeaea;
            border-radius: 100%;
        }

        .hotel_in_popup .hotel_info .props .prop_item:last-child::after {
            display: none;
        }

.hotel_in_popup .price_block {
    width: 260px;
    max-width: 100%;
    background-color: #f4f4f4;
    display: -ms-inline-flex;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 25.5px 27px 24px 23.5px;
    margin-left: 15px;
}

.hotel_in_popup .price_block_single_costs {
    font-size: 22px;
    line-height: 1em;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 5px;
}

.hotel_in_popup .single_costs_desc {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: 500;
    opacity: 0.7;
}

.hotel_in_popup .price_block_bottom {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    line-height: 1em;
    font-weight: 500;
    opacity: 0.7;
}

.hotel_in_popup .price_block_costs {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.hotel_in_popup .hotel_info_bottom_group {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding-bottom: 29px;
    border-bottom: 1px solid rgba(230, 230, 230, .8);
}

.hotel_in_popup .hotel_info_bottom {
    padding: 29px 0;
    border-bottom: 1px solid rgba(230, 230, 230, .8);
    border-top: 1px solid rgba(230, 230, 230, .8);
}

    .hotel_in_popup .hotel_info_bottom .options {
        max-width: 450px;
    }

        .hotel_in_popup .hotel_info_bottom .options .option {
            display: inline-block;
            color: rgba(0, 0, 0, 0.5);
            font-size: 12px;
            margin-bottom: 17.5px;
            font-weight: 500;
        }


            .hotel_in_popup .hotel_info_bottom .options .option:nth-child(2n+1) {
                margin-right: 29.5px;
            }

            .hotel_in_popup .hotel_info_bottom .options .option img {
                margin-right: 4px;
                max-width: 15px;
                position: relative;
                top: 4px;
            }

    .hotel_in_popup .hotel_info_bottom .options {
        margin-bottom: -17.5px;
    }

    .hotel_in_popup .hotel_info_bottom .hotel_info_bottom_desc {
        padding-top: 29px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        opacity: 0.8;
    }

        .hotel_in_popup .hotel_info_bottom .hotel_info_bottom_desc p {
            padding: 0;
            margin: 0 0 22px 0;
        }

            .hotel_in_popup .hotel_info_bottom .hotel_info_bottom_desc p:last-child {
                margin-bottom: 0;
            }

        .hotel_in_popup .hotel_info_bottom .hotel_info_bottom_desc span {
            font-weight: 700;
        }

.hotel_in_popup .hotel_tariffs {
    padding-top: 28px;
}

.hotel_in_popup .tarffs_title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 31.5px;
}

.hotel_in_popup .hotel_tariffs_item {
    box-shadow: 0px 20px 55.5px 0 rgba(22, 24, 29, 0.08);
    margin-bottom: 12.5px;
    padding: 15.5px 15px 14.5px;
    display: -ms-flex;
    display: flex;
}

.hotel_in_popup .tarrifs_img {
    width: 40px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #501b64;
    margin-right: 28.5px;
}

    .hotel_in_popup .tarrifs_img img {
        width: 25px;
    }

.hotel_in_popup .price_offer {
    max-width: 100%;
    background-color: #f4f4f4;
    padding: 7.5px 13.5px 5px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

    .hotel_in_popup .price_offer.best {
        color: #14b23d;
    }

.hotel_in_popup .traffics_body {
    flex-grow: 1;
    display: -ms-inline-flex;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .hotel_in_popup .traffics_body .traffics_body_left {
        flex-grow: 1;
    }

    .hotel_in_popup .traffics_body .traffics_body_right {
        flex-shrink: 0;
    }

.hotel_in_popup .hotel_tariffs .advantages {
    display: -ms-flex;
    display: flex;
    margin-bottom: -13.5px;
}

    .hotel_in_popup .hotel_tariffs .advantages .goods {
        flex: 0 0 211.5px;
        position: relative;
    }

        .hotel_in_popup .hotel_tariffs .advantages .goods::before {
            content: '';
            width: 1px;
            height: 65.5px;
            max-height: 100%;
            position: absolute;
            right: 0;
            top: 44%;
            transform: translateY(-50%);
            opacity: 0.8;
            background-color: #e6e6e6;
        }

    .hotel_in_popup .hotel_tariffs .advantages .disadvantage {
        padding-left: 22.5px;
    }

    .hotel_in_popup .hotel_tariffs .advantages .item {
        color: rgba(0, 0, 0, 0.7);
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 13.5px;
        padding-left: 23.5px;
        position: relative;
    }

        .hotel_in_popup .hotel_tariffs .advantages .item::before {
            width: 15px;
            height: 15px;
            content: '';
            display: block;
            position: absolute;
            top: -1px;
            left: 0;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50% 50%;
        }

.hotel_in_popup .buttons_wr {
    display: -ms-flex;
    display: flex;
}

    .hotel_in_popup .buttons_wr .btn_reserve {
        vertical-align: top;
        margin-right: 15.5px;
    }

    .hotel_in_popup .buttons_wr .btn_share {
        margin-top: 2px;
    }

.hotel_in_popup .hotel_tariffs .btn_reserve {
    height: 40.5px;
    line-height: 36.5px;
}

.hotel_in_popup .hotel_tariffs .advantages .goods .item::before {
    background-image: url(../images/advantage.svg);
}

.hotel_in_popup .hotel_tariffs .advantages .disadvantage .item::before {
    background-image: url(../images/disadvantage.svg);
}


.hotel_in_popup .hotel_tariffs .traffics_body_right {
    flex-shrink: 0;
    max-width: 181.5px;
}

    .hotel_in_popup .hotel_tariffs .traffics_body_right .price {
        padding-top: 13px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5em;
        color: #000;
    }

    .hotel_in_popup .hotel_tariffs .traffics_body_right .price_desc {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 500;
        margin-bottom: 15.5px;
    }

.hotel_in_popup .hotel_tariffs .more_traffics {
    height: 60px;
    line-height: 60px;
    background-color: #f4f4f4;
    color: #501b64;
    font-size: 15px;
    position: relative;
    font-weight: 600;
    margin-top: 18px;
    padding: 0 15px 0 31.5px;
    display: block;
    width: 100%;
    text-decoration: none;
}

    .hotel_in_popup .hotel_tariffs .more_traffics::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 11px;
        background: url(../images/chevron_down_purple.svg) no-repeat 50% 50%;
        background-size: contain;
        margin-right: 18px;
        position: relative;
        top: 1px;
    }

@media screen and (max-width: 840px) {
    .hotel_info_top_left {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .hotel_in_popup .hotel_tariffs .traffics_body_right {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
        display: -ms-flex;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .hotel_in_popup .hotel_tariffs .traffic_info {
        margin-right: 50px;
    }

    .hotel_in_popup .price_block {
        margin-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .hotel_in_popup .hotel_info_bottom .options .option {
        display: block;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 650px) {

    .hotel_in_popup .hotel_tariffs .advantages {
        flex-wrap: wrap;
    }

        .hotel_in_popup .hotel_tariffs .advantages .goods {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .hotel_in_popup .hotel_tariffs .advantages .disadvantage {
            flex: 0 0 100%;
            max-width: 100%;
            padding-left: 0;
            padding-top: 13.5px;
            border-top: 1px solid #e6e6e6;
        }

        .hotel_in_popup .hotel_tariffs .advantages .goods::before {
            display: none;
        }

    .hotel_in_popup .hotel_tariffs .traffic_info {
        margin-right: 30px;
    }

    .hotel_in_popup .hotel_info {
        padding-top: 25px;
    }

        .hotel_in_popup .hotel_info .hotel_title {
            font-size: 18px;
            margin-bottom: 20px;
        }

    .hotel_in_popup .popup_title {
        margin-bottom: 15px;
        font-size: 18px;
    }
}

@media screen and (max-width: 550px) {
    .hotel_in_popup .hotel_info_bottom_group {
        flex-wrap: wrap;
    }

    .hotel_in_popup .hotel_info_bottom .options {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .hotel_in_popup .buttons_wr {
        margin-bottom: -10px;
    }

        .hotel_in_popup .buttons_wr .btn_reserve,
        .btn_share {
            margin-bottom: 10px;
        }

    .hotel_in_popup .buttons_wr {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 460px) {

    .hotel_in_popup .hotel_tariffs .more_traffics {
        font-size: 13px;
        height: 50px;
        line-height: 50px;
        padding: 0 10px 0 15px;
    }
}

@media screen and (max-width: 576px) {
    .hotel_in_popup {
        border-width: 9px;
        padding: 15px;
    }

        .hotel_in_popup .close {
            right: -9px;
            top: -9px;
            width: 40px;
            height: 40px;
            background-size: 15px 15px;
        }

        .hotel_in_popup .tarrifs_img {
            margin-right: 15px;
        }

    .popup_sl_images .owl-prev span,
    .popup_sl_images .owl-next span {
        width: 40px;
        height: 40px;
    }

        .popup_sl_images .owl-prev span::before,
        .popup_sl_images .owl-next span::before {
            width: 8px;
            height: 16px;
        }

    .hotel_in_popup .hotel_info .props .prop_item::after {
        display: none;
    }
}

@media screen and (max-width: 520px) {
    .hotel_in_popup .hotel_tariffs .btn_reserve {
        width: 100%;
        min-width: 0;
    }
}

@media screen and (max-width: 380px) {
    .hotel_info_top .price_block_top {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 330px) {
    .hotel_in_popup .hotel_tariffs .more_traffics {
        font-size: 12px;
        line-height: 16px;
        height: auto;
        padding: 10px;
    }

    .hotel_in_popup .buttons_wr .btn_reserve {
        min-width: 150px;
    }
}

@media screen and (max-width: 300px) {
    .hotel_in_popup .hotel_tariffs .btn_reserve {
        font-size: 11px;
        padding: 0 5px;
    }
}

/* Бронирование отелей */

.reservation {
    padding-top: 46px;
    overflow: hidden;
}

.reservation_right {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
}

.reservation_right_title {
    color: #501b64;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700;
}

.reservation_info {
    margin-bottom: 31.5px;
}

.reservation_info_item {
    margin-bottom: 5px;
    background: #f4f4f4;
    padding: 24px 22px 23.5px 21.5px;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .reservation_info_item img {
        width: 18px;
    }

    .reservation_info_item .reservation_info_item_text {
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }

        .reservation_info_item .reservation_info_item_text .sup_title {
            color: rgba(0, 0, 0, 0.5);
            font-size: 13px;
            font-weight: 500;
            display: block;
            margin-bottom: 5px;
        }

.hotel_room_info {
    margin-top: 31.5px;
    border: solid 1px #ededed;
}

.hotel_room_info_title {
    color: #000;
    padding: 26.5px 27px 23px 26.5px;
    font-size: 18px;
    font-weight: bold;
}

.hotel_room_info .image {
    max-width: 260px;
}

    .hotel_room_info .image img {
        max-width: 100%;
    }

.hotel_room_info .hotel_room_info_props {
    padding: 28px 20px 26px 27.5px;
}

    .hotel_room_info .hotel_room_info_props .prop_item {
        position: relative;
        padding-left: 35.5px;
        color: #501b64;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 27px;
    }

        .hotel_room_info .hotel_room_info_props .prop_item:last-child {
            margin-bottom: 0;
        }

.hotel_room_info_price_block {
    padding: 20.5px 23px 20px 17.5px;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    background-color: #f4f4f4;
}

    .hotel_room_info_price_block .price_block_single_costs {
        color: #501b64;
        font-size: 22px;
        font-weight: 700;
        line-height: 1em;
        margin-bottom: 5px;
    }

    .hotel_room_info_price_block .single_costs_desc {
        display: block;
        color: rgba(0, 0, 0, 0.5);
        font-size: 13px;
        line-height: 1em;
        font-weight: 500;
        opacity: 0.8;
    }

    .hotel_room_info_price_block .price_block_costs {
        color: rgba(0, 0, 0, 0.6);
        line-height: 1.38em;
        font-weight: 700;
        font-size: 14px;
        opacity: .8;
    }

    .hotel_room_info_price_block .costs_desc {
        color: rgba(0, 0, 0, 0.6);
        line-height: 1.38em;
        font-size: 13px;
        font-weight: 500;
        opacity: .8;
    }

.hotel_room_info_desc_bottom {
    padding: 36.5px 20px 28px 27px;
}

.hotel_room_info_desc_bottom_options .option {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 18px;
    padding-left: 23px;
    position: relative;
}

    .hotel_room_info_desc_bottom_options .option:last-child {
        margin-bottom: 0;
    }

    .hotel_room_info_desc_bottom_options .option img {
        width: 15px;
        margin-right: 8px;
        position: absolute;
        top: -1px;
        left: 0;
    }

.hotel_room_info .hotel_room_info_props .prop_item::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

.hotel_room_info .hotel_room_info_props .beds_count::before {
    background-image: url(../images/man_hoytel.svg);
}

.hotel_room_info .hotel_room_info_props .bed_type::before {
    background-image: url(../images/bed.svg);
}

.reservation_left {
    max-width: 970px;
    width: 100%;
}

    .reservation_left .reservation_form_item {
        padding: 30px 60px 55px;
        box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);
        background-color: #ffffff;
        margin-bottom: 3px;
    }

    .reservation_left .reservation_form_title {
        font-size: 30px;
        color: #000;
        padding-top: 22px;
        margin-bottom: 19px;
    }

    .reservation_left .reservation_form_item .login_in_title {
        padding-top: 52px;
    }

.reservation_login_in {
    background: #f4f4f4;
    padding: 21.5px 30px;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

    .reservation_login_in img {
        width: 28px;
        margin-right: 17.5px;
    }

.reservation_login_in_desc {
    color: #501b64;
    font-size: 15px;
    line-height: 1.6em;
    max-width: 695px;
}

    .reservation_login_in_desc a {
        font-weight: 700;
        color: inherit;
    }

.information_form_group > .row > div {
    margin-bottom: 50px;
}

.information_form_group > .row {
    margin-bottom: -50px;
}

.information_form_title {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8.5px;
    padding-left: 17px;
    opacity: 0.8;
}

.information_form_group .information_input {
    border: solid 1px #dedddd;
    padding: 0 17px 0;
    font-size: 15px;
    line-height: 1em;
    color: #000;
    display: block;
    width: 100%;
    height: 45px;
    transition: border-color .5s ease;
}

    .information_form_group .information_input:focus {
        border-color: #000;
    }

    .information_form_group .information_input::placeholder {
        opacity: 0.8;
    }

.form_radio_group {
    display: -ms-flex;
    display: flex;
    height: 45px;
    line-height: 45px;
    border: solid 1px #dedddd;
}

    .form_radio_group label {
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 13px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.5);
        position: relative;
        padding-left: 15.5px;
        background-color: #f4f4f4;
        cursor: pointer;
    }

        .form_radio_group label.active {
            background-color: #fff;
        }

        .form_radio_group label::before {
            content: '';
            display: inline-block;
            position: relative;
            top: 3px;
            margin-right: 8px;
            outline: solid 1px #e0dddd;
            border: 2.5px solid #fff;
            background-color: #ffffff;
            background-origin: content-box;
            width: 15px;
            height: 15px;
        }

        .form_radio_group label.active::before {
            background: #501b64;
        }

        .form_radio_group label input {
            visibility: hidden;
            position: absolute;
            z-index: -1;
        }

.information_form_sub_title {
    font-size: 15px;
    line-height: 1.6em;
    opacity: 0.6;
    margin-bottom: 43.5px;
    color: rgba(0, 0, 0, 0.8);
}

.reservation_transfer_group {
    margin-bottom: -25px;
}

.reservation_payments_tab {
    display: none;
}

    .reservation_payments_tab.active {
        display: block;
    }

.reservation_transfer_item_wr {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.302);
    line-height: 1.2em;
    border: solid 1px #f4f4f4;
    background: #f4f4f4;
    padding-left: 17.5px;
    position: relative;
    margin-bottom: 25px;
}

    .reservation_transfer_item_wr.active {
        border-color: #dedddd;
        background: #fff;
        color: #000;
    }

    .reservation_transfer_item_wr::before {
        content: '';
        display: inline-block;
        margin-right: 17.5px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .reservation_transfer_item_wr.airport::before {
        width: 23.5px;
        height: 23px;
        background-image: url(../images/airplane.svg);
    }

    .reservation_transfer_item_wr.active.airport::before {
        background-image: url(../images/airplane_active.svg);
    }

    .reservation_transfer_item_wr.transfer::before {
        background-image: url(../images/bus.svg);
        width: 18px;
        height: 23px;
        margin-right: 20px;
    }

    .reservation_transfer_item_wr.active.transfer::before {
        background-image: url(../images/bus_active.svg);
    }

    .reservation_transfer_item_wr.transfer_none::before {
        width: 23px;
        height: 23px;
        background-image: url(../images/transfernone.svg);
    }

    .reservation_transfer_item_wr.transfer_none.active::before {
        background-image: url(../images/transfernone_active.svg);
    }

.reservation_transfer_label {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    position: relative;
    min-height: 43px;
    padding: 10px 10px 10px 26px;
    cursor: pointer;
}

    .reservation_transfer_label::before {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 2.5px solid #fff;
        outline: solid 1px #e0dddd;
        position: absolute;
        top: 50%;
        margin-top: -8.5px;
        left: 0;
    }

.reservation_transfer_item_wr.active .reservation_transfer_label::before {
    background: #501b64;
}

.reservation_transfer_label input[type="radio"] {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.reservation_form_item .more_information {
    width: 100%;
    display: block;
    height: 45px;
    border: solid 1px #dedddd;
    color: #000;
    padding: 10px 19px;
    font-size: 15px;
    line-height: 1.5em;
    resize: vertical;
    transition: border .5s ease;
}

    .reservation_form_item .more_information:focus {
        border-color: #000;
    }

    .reservation_form_item .more_information::placeholder {
        color: #dedddd;
    }

.reservation_payments_block {
    margin-top: 46px;
}

.reservation_payments_nav {
    display: -ms-flex;
    display: flex;
    border-bottom: 3px solid #edecec;
}

    .reservation_payments_nav .item {
        margin-right: 30px;
        padding-bottom: 16.5px;
        font-size: 15px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.4);
        line-height: 1em;
        position: relative;
        cursor: pointer;
        transition: color .5s ease;
    }

        .reservation_payments_nav .item.active,
        .reservation_payments_nav .item:hover {
            color: #501b64;
        }

        .reservation_payments_nav .item::before {
            content: '';
            display: block;
            width: 0;
            height: 3px;
            position: absolute;
            bottom: -3px;
            left: 0;
            background-color: #501b64;
            transition: width .5s ease;
        }

        .reservation_payments_nav .item.active::before,
        .reservation_payments_nav .item:hover::before {
            width: 100%;
        }

.bank_card_form {
    padding-top: 48.5px;
}

    .bank_card_form .bank_card_form_title {
        color: #000000;
        font-size: 12px;
        font-weight: 500;
        padding-left: 17px;
        margin-bottom: 6px;
    }

@media screen and (max-width: 576px) {

    .card_code .bank_card_form_title {
        display: none;
    }

    .card_code::before {
        content: 'CVC/CVV';
        display: block;
        font-size: 14px;
        color: #000;
        font-weight: 500;
        line-height: 1em;
        position: absolute;
        left: -86px;
        top: 16px;
    }
}

.bank_card_form_input input {
    display: block;
    width: 100%;
    border: solid 1px #dedddd;
    height: 45px;
    padding: 0 17.5px;
    font-size: 15px;
    line-height: 1em;
    color: #000;
}

    .bank_card_form_input input::placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

.bank_card_form_input.card_owner {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bank_card_form_item {
    margin-bottom: 42px;
}

    .bank_card_form_item.group {
        font-size: 0;
    }

.select_bank_card {
    width: 50%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #dedddd;
    font-size: 15px;
    display: inline-block;
    position: relative;
    transition: border .5s ease;
}

    .select_bank_card .jq-selectbox {
        padding: 0 18.5px;
    }

    .select_bank_card::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 19px;
        display: block;
        width: 11px;
        height: 6.5px;
        background: url(../images/pointer_down.svg) no-repeat 50% 50%;
        background-size: contain;
    }

    .select_bank_card .jq-selectbox__dropdown {
        border: 1px solid #dedddd;
        border-top: none;
        margin-top: 0;
        left: 0;
        width: 100% !important;
    }

        .select_bank_card .jq-selectbox__dropdown ul {
            text-align: left;
            background: #fff;
            width: 100%;
            padding: 0;
        }

            .select_bank_card .jq-selectbox__dropdown ul::-webkit-scrollbar {
                width: 7px;
                background: rgba(255, 255, 255, 1);
            }

            .select_bank_card .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
                background: #dedddd;
            }

            .select_bank_card .jq-selectbox__dropdown ul li {
                cursor: pointer;
                line-height: 1em;
                padding: 7px 17.5px;
            }

.left_payment_tab {
    padding-left: 22px;
    position: relative;
    /* min-height: 260px; */
}

/* .left_payment_tab::before {
  content: '';
  display: block;
  width: 61.5px;
  height: 230.5px;
  background-color: #f4f4f4;
  position: absolute;
  top: 51.5px;
  left: 0;
} */

.left_payment_title {
    font-size: 20px;
    color: #000000;
    position: relative;
    padding-top: 26.5px;
    padding-left: 79.5px;
    margin-bottom: 39.5px;
    position: relative;
    min-height: 70px;
}

    .left_payment_title img {
        position: absolute;
        width: 55px;
        left: 0;
        top: 22.5px;
    }

.left_payment_desc {
    position: relative;
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    line-height: 1.6em;
}


.card_code {
    float: right;
    position: relative;
    width: 30.5%;
}

.bank_card_form_item.group .form_item_left {
    width: 63%;
    display: inline-block;
}

@media screen and (max-width: 576px) {
    .bank_card_form_item.group .form_item_left {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .bank_card_form .bank_card_form_title {
        padding-left: 5px;
        font-size: 10px;
    }
}

.card_code::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/card_code.svg);
    position: absolute;
    bottom: 12.5px;
    right: 13.5px;
    transition: background 0.3s ease;
}

.card_code.focus::after {
    background-image: url(../images/card_code_active.svg);
}


.card_code input {
    border: solid 1px #dedddd;
    height: 45px;
    width: 100%;
    padding: 0 17.5px;
    font-size: 15px;
    color: #000;
    transition: border-color .5s ease;
}

    /*
.card_code input:focus {
  border-color: #000;
} */

    .card_code input::placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

.select_bank_card .jq-selectbox {
    width: 100%;
}

.select_bank_card:last-of-type {
    border-left: none;
}

.card_owner input {
    text-transform: uppercase;
}

.reservation_form_bordered_desc {
    border-bottom: 1px solid #edecec;
    padding-bottom: 32px;
    margin-top: 50px;
}

.reservation_form_desc_title {
    color: #000000;
    font-size: 18px;
    margin-bottom: 21px;
    font-weight: 700;
}

.reservation_form_desc_sub_title {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 1.6em;
}

.finaly_block {
    padding-top: 32.5px;
}

.finaly_block_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18.5px;
    color: #000;
}

.finally_block_props {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32.5px;
}

    .finally_block_props .reservation_info_item {
        width: 24.5%;
    }

        .finally_block_props .reservation_info_item .reservation_info_item_text {
            font-size: 15px;
        }

.finally_block_buttons {
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .finally_block_buttons .btn_reserve {
        flex: 0 0 50%;
        max-width: 50%;
        height: auto;
        text-align: center;
        padding: 25px 15px;
        line-height: 1em;
        font-size: 17px;
        cursor: pointer;
        font-weight: 500;
    }

.finaly_block_agreement {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 37.5px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.5em;
}

    .finaly_block_agreement input[type="checkbox"] {
        visibility: hidden;
        position: absolute;
        z-index: -1;
    }

    .finaly_block_agreement label {
        display: block;
        position: relative;
        padding-left: 29.5px;
        cursor: pointer;
    }

        .finaly_block_agreement label::before {
            content: '';
            width: 16.5px;
            height: 17px;
            background-color: #f4f4f4;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 11px;
            display: block;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
        }

        .finaly_block_agreement label.active::before {
            background-image: url(../images/checked.svg);
        }

@media screen and (max-width: 1430px) {
    .form_radio_group label {
        padding-left: 10px;
    }

        .form_radio_group label::before {
            margin-right: 3px;
        }

    .finally_block_props .reservation_info_item {
        flex: 0 0 49.5%;
        max-width: 49.5%;
    }

    .finally_block_props {
        margin-bottom: 20px;
    }

    .finally_block_buttons {
        justify-content: center;
    }

        .finally_block_buttons .btn_reserve {
            order: 1;
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 15px;
        }

    .finaly_block_agreement {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .h_bottom h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 992px) {
    .reservation_right {
        max-width: 100%;
    }

    .reservation_info_group {
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .reservation_info_item {
        flex: 0 0 32.5%;
        max-width: 32.5%;
    }

    .reservation_right_title {
        margin-bottom: 20px;
    }

    .hotel_room_info_title {
        padding-top: 20px;
        text-align: center;
    }

    .hotel_room_info .image {
        margin-left: auto;
        margin-right: auto;
    }

    .reservation_right .hotel_room_info .hotel_room_info_props {
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px 15px 0;
    }

    .reservation_right .hotel_room_info {
        margin-top: 20px;
    }

        .reservation_right .hotel_room_info .hotel_room_info_props .prop_item {
            margin: 0 30px 15px;
            margin-bottom: 15px;
        }

            .reservation_right .hotel_room_info .hotel_room_info_props .prop_item:last-child {
                margin-bottom: 15px;
            }

        .reservation_right .hotel_room_info .hotel_room_info_price_block {
            justify-content: center;
            flex-wrap: wrap;
        }

    .reservation_right .hotel_room_info_price_top {
        margin: 0 30px 15px;
    }

    .hotel_room_info_price_block {
        padding-bottom: 5px;
    }

    .reservation_right .hotel_room_info_price_bottom {
        margin: 0 30px 15px;
    }

    .hotel_room_info_desc_bottom_options {
        width: 500px;
        margin: 0 auto;
        column-count: 2;
    }

    .hotel_room_info_desc_bottom {
        padding: 20px 15px;
    }

    .information_form_group > .row {
        margin-bottom: -25px;
    }

    .left_payment_title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-top: 15px;
    }

    .information_form_group > .row > div {
        margin-bottom: 25px;
    }

    .reservation_left .reservation_form_title {
        font-size: 25px;
    }

    .reservation_form_bordered_desc {
        margin-top: 30px;
    }

    .finaly_block_agreement {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .bank_card_form_item {
        margin-bottom: 25px;
    }

    .finaly_block_agreement {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .reservation_info_item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .h_bottom h1 {
        font-size: 25px;
    }

    .reservation {
        padding-top: 30px;
    }

    .reservation_left .reservation_form_item .login_in_title {
        font-size: 25px;
        padding-top: 40px;
    }

    .finaly_block_title {
        font-size: 16px;
    }

    .hotel_room_info_desc_bottom_options {
        width: 100%;
    }

    .finaly_block_agreement {
        padding: 0;
    }
}

@media screen and (max-width: 576px) {

    .hotel_room_info_title {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }

    .reservation_payments_block {
        margin-top: 25px;
    }

    .bank_card_form {
        padding-top: 25px;
    }

    .reservation_left .reservation_form_item {
        padding: 15px 20px 35px;
    }

        .reservation_left .reservation_form_item .reservation_form_title {
            font-size: 20px;
            padding-top: 25px;
        }

    .hotel_room_info_desc_bottom_options {
        column-count: 1;
    }

    .reservation_login_in {
        padding: 15px;
    }

    .reservation_login_in_desc {
        font-size: 13px;
    }

    .information_form_sub_title {
        margin-bottom: 20px;
    }

    .reservation_payments_nav .item {
        margin-right: 15px;
        font-size: 13px;
    }

    .select_bank_card {
        width: 50%;
    }

    .card_code {
        max-width: 50%;
        width: 125px;
        float: none;
        display: block;
        margin-left: auto;
        margin-top: 10px;
    }

    .finally_block_props .reservation_info_item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .finally_block_buttons .btn_reserve {
        padding: 17px 15px;
        font-size: 14px;
        line-height: 1.3em;
    }

    .h_bottom h1 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .h_bottom .top_breadcrumbs {
        padding-top: 20px;
    }

    .reservation_form_bordered_desc {
        margin-top: 20px;
    }

    .finaly_block_title {
        font-size: 14px;
    }
}

@media screen and (max-width: 430px) {
    .reservation_right .hotel_room_info .hotel_room_info_props {
        justify-content: space-between;
    }

        .reservation_right .hotel_room_info .hotel_room_info_props .prop_item {
            margin: 0 0 15px 0;
        }

    .reservation_right .hotel_room_info .hotel_room_info_props {
        padding: 15px 30px 0;
    }
}

@media screen and (max-width: 400px) {
    .reservation_right .hotel_room_info .hotel_room_info_price_block {
        justify-content: space-between;
    }

    .reservation_right .hotel_room_info_price_top {
        margin: 0;
    }

    .reservation_right .hotel_room_info_price_bottom {
        margin: 0;
    }

    .hotel_room_info_price_block {
        padding: 20.5px 35px;
    }
}

@media screen and (max-width: 300px) {
    .reservation_payments_nav .item {
        margin-right: 5px;
        font-size: 10px;
    }

    .form_radio_group label {
        font-size: 10px;
    }

    .reservation_login_in img {
        display: none;
    }

    .left_payment_title {
        font-size: 14px;
    }

    .reservation_right .hotel_room_info_price_top {
        margin-bottom: 10px;
    }

    .reservation_transfer_item_wr::before,
    .reservation_transfer_item_wr.transfer::before {
        margin-right: 10px;
    }

    .reservation_transfer_label {
        font-size: 10px;
        line-height: 1.3em;
    }
}

/* Поиск отеля */

.hotels_list {
    padding-top: 51px;
    padding-bottom: 50px;
}

    .hotels_list .map_wrapper_hotel {
        display: none;
    }

.hotels_list_sidebar {
    max-width: 255px;
    margin-left: auto;
}

    .hotels_list_sidebar .stars .star-item:hover {
        background-image: url(../images/star_active.svg);
    }

    .hotels_list_sidebar .hotels_sidebar_nav {
        display: -ms-flex;
        display: flex;
        margin-bottom: 28.5px;
    }

        .hotels_list_sidebar .hotels_sidebar_nav .item {
            flex: 0 0 50%;
            max-width: 50%;
            background-color: #f4f4f4;
            height: 62.5px;
            font-size: 13px;
            font-weight: bold;
            color: #501b64;
            line-height: 62.5px;
            text-align: center;
            cursor: pointer;
        }

        .hotels_list_sidebar .hotels_sidebar_nav .list::before {
            content: '';
            width: 16px;
            height: 16px;
            display: inline-block;
            margin-right: 10px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            position: relative;
            top: 3px;
            background-image: url(../images/list_filter.svg);
        }

        .hotels_list_sidebar .hotels_sidebar_nav .list.active::before,
        .hotels_list_sidebar .hotels_sidebar_nav .list:hover::before {
            background-image: url(../images/list_filter_active.svg);
        }

        .hotels_list_sidebar .hotels_sidebar_nav .map::before {
            content: '';
            width: 16px;
            height: 16px;
            position: relative;
            top: 3px;
            display: inline-block;
            margin-right: 10px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-image: url(../images/map_filter.svg);
        }

        .hotels_list_sidebar .hotels_sidebar_nav .map.active::before,
        .hotels_list_sidebar .hotels_sidebar_nav .map:hover::before {
            background-image: url(../images/map_filter_active.svg);
        }

        .hotels_list_sidebar .hotels_sidebar_nav .item.active,
        .hotels_list_sidebar .hotels_sidebar_nav .item:hover {
            background: #501b64;
            color: #fff;
        }

.filter_hotels .stars {
    display: block;
}

    .filter_hotels .stars .star-item {
        margin-right: 13px;
        display: inline-block;
        cursor: pointer;
    }

.hotels_list_sidebar .filter_hotels .filter_item {
    background: #fff;
    box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.1);
    margin-bottom: 0;
    position: relative;
    height: 95px;
}

    .hotels_list_sidebar .filter_hotels .filter_item .filter_block_title {
        font-size: 14px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.4);
        margin-bottom: 8px;
        padding: 17px 0px 0px 28px;
    }

.filter_block_props {
    width: 100%;
}

.jq-selectbox {
    width: 100%;
}

.filter_block_value_bold .title {
    margin-left: 28px;
}

.hotels_list_sidebar .filter_hotels .filter_item .jq-selectbox__select-text,
.hotels_list_sidebar .filter_hotels .filter_item .filter_block_value_bold {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    /* max-width: 120px; */
}

.ui-datepicker {
    z-index: 15 !important;
}

.hotels_list_sidebar .filter_hotels .filter_item .prop_value {
    width: 0;
    height: 0;
    background: transparent;
    border: none;
    outline: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.hotels_list_sidebar .filter_hotels .filter_item .filter_block {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

.hotel_section .hotel_rooms_filter .hotel_rooms_filter_items {
    display: -ms-inline-flex;
    display: inline-flex;
    flex-grow: 1;
}

.sort_by_price {
    height: 41px;
    border: solid 1px #dedddd;
    margin-top: 51px;
    display: block;
    line-height: 39px;
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

    .sort_by_price .jq-selectbox__select-text {
        padding: 0 18.5px;
    }

    .sort_by_price .jq-selectbox__dropdown {
        border: solid 1px #dedddd;
        margin: 0 auto;
    }


    .sort_by_price::after {
        content: '';
        width: 11px;
        height: 6.5px;
        display: block;
        background: url(../images/chevron-down-gray.svg) no-repeat 50% 50%;
        background-size: contain;
        position: absolute;
        top: 17.5px;
        right: 16.5px;
    }

.stars_filter {
    margin-top: 45px;
    border-bottom: 1px solid rgba(233, 233, 233, 0.8);
    padding-bottom: 21px;
}

    .stars_filter .stars_title {
        line-height: 1.25em;
        font-size: 16px;
        color: #000000;
        margin-bottom: 15.5px;
    }

.price_filter {
    margin-top: 45.5px;
    padding-bottom: 25.5px;
    border-bottom: 1px solid rgba(233, 233, 233, 0.8);
}

.price_filter_title {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
}

.price_filter_values {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin-bottom: 16.5px;
}

    .price_filter_values input {
        display: block;
        width: 110px;
        height: 31px;
        padding: 0 13px;
        font-weight: 700;
        color: #000000;
        border: solid 1px #dedddd;
    }

.price_filter .filter_line {
    width: 100%;
    height: 5px;
    background: #dfdfdf;
    position: relative;
    border: none;
    border-radius: 0;
}

    .price_filter .filter_line .ui-slider-range {
        background: #501b64;
        border-radius: 0;
    }

    .price_filter .filter_line .ui-slider-handle {
        width: 18px;
        height: 18px;
        cursor: pointer;
        top: 0;
        border-radius: 0;
        border: solid 2.5px #ffffff;
        box-shadow: 0px 0.5px 16px 0 rgba(52, 50, 48, 0.22);
        background: #501b64;
    }

        .price_filter .filter_line .ui-slider-handle:first-of-type {
            margin-left: -9px;
        }

        .price_filter .filter_line .ui-slider-handle:last-of-type {
            margin-right: -9px;
        }

.filter_checkbox_group {
    margin-top: 44px;
}

.filter_checkbox_title {
    font-size: 16px;
    line-height: 1.25em;
    color: #000000;
    margin-bottom: 25px;
}

.filter_checkbox_group {
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(233, 233, 233, 0.8);
}

    .filter_checkbox_group .show_more {
        position: relative;
        font-size: 13px;
        color: #501b64;
        cursor: pointer;
        display: none;
    }

        .filter_checkbox_group .show_more.active {
            display: block;
        }

        .filter_checkbox_group .show_more.open {
            color: rgba(0, 0, 0, 0.4);
        }

        .filter_checkbox_group .show_more::before {
            content: '';
            width: 11px;
            height: 6.5px;
            display: inline-block;
            background-size: contain;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            margin-right: 10.5px;
            background-image: url(../images/chevron_down_purple.svg);
        }

        .filter_checkbox_group .show_more.open::before {
            background-image: url(../images/chevronup-gray.svg);
        }

.hotels_list_sidebar .filter_hotels .filter_item.active {
    height: auto;
    padding: 0;
}

    .hotels_list_sidebar .filter_hotels .filter_item.active .filter_block {
        background: #501b64;
        height: 85px;
    }


    .hotels_list_sidebar .filter_hotels .filter_item.active .filter_block_value_bold {
        color: #fff;
        white-space: nowrap;
    }

    .hotels_list_sidebar .filter_hotels .filter_item.active .filter_block img {
        display: none;
    }


.hotels_list_sidebar .filter_hotels .filter_item .filter_block .hidden_img {
    display: none;
}

.hotels_list_sidebar .filter_hotels .filter_item.active .filter_block .hidden_img {
    display: inline-block;
}

.hotels_list_sidebar .filter_hotels .filter_item.active .filter_block_title {
    color: rgba(255, 255, 255, 0.5);
}

.float_block {
    position: relative;
    padding: 26.5px 22px 19px;
    display: none;
    background: #fff;
    width: 100%;
    z-index: 9;
}

.filter_block.details {
    margin-left: 17px;
}

#Filter_CityId-styler .jq-selectbox__select-text {
    margin-left: 17px;
}

.float_block_plus {
    transform: translate(0px,0px);
}

.float_block_top {
    padding-bottom: 23.5px;
    border-bottom: 1px solid #edecec;
}

.clients_select {
    font-size: 14px;
    color: #000;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

    .clients_select:last-child {
        margin-bottom: 0;
    }

    .clients_select input[type="text"] {
        border: none;
        background: transparent;
        text-align: center;
        width: 35px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 1.13em;
        font-weight: normal;
        color: #000;
        font-family: "Montserrat", sans-serif;
        line-height: 25px;
        height: 25px;
        padding: 0 5px;
    }

    .clients_select .plus {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: #f0f0f0;
        cursor: pointer;
        background: #501b64 url(../images/plus.svg) no-repeat 50% 50%;
        background-size: 11px;
        vertical-align: top;
    }

    .clients_select .minus {
        display: inline-block;
        vertical-align: top;
        width: 25px;
        height: 25px;
        background: #f0f0f0 url(../images/minus.svg) no-repeat 50% 50%;
        background-size: 11px;
        cursor: pointer;
    }

.float_block_bottom {
    padding-top: 25px;
    padding-bottom: 11.5px;
    border-bottom: 1px solid #edecec;
    margin-bottom: 27px;
    display: none;
}

.float_block .ages_select .jq-selectbox.opened .jq-selectbox__dropdown ul {
    max-height: 155px !important;
}


.float_block .ages_select .jq-selectbox.opened .jq-selectbox__dropdown {
    top: 28px !important;
}

.float_block_bottom.has_child {
    display: block;
}

.float_block .jq-selectbox__dropdown {
    margin-top: 0;
    left: 0;
    width: 100%;
}

.ages_select .jq-selectbox__select {
    margin-left: 10px;
}


.float_block .jq-selectbox__dropdown ul {
    background: #fff;
}

    .float_block .jq-selectbox__dropdown ul::-webkit-scrollbar {
        width: 5px;
        background: #fff;
    }

    .float_block .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
        background: #501b64;
    }

.float_block .jq-selectbox__dropdown li {
    padding: 1.5px 10px;
    text-align: left;
}

.float_block_bottom .title {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.child_ages {
    display: -ms-flex;
    display: flex;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    border: solid 1px #dedddd;
    margin-bottom: 15px;
}

    .child_ages .childs_count,
    .child_ages .ages_select {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .child_ages .childs_count {
        background-color: #f4f4f4;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
        font-weight: 500;
        color: #000;
        padding: 0 9.5px;
    }

.ages_select {
    font-size: 13px;
    font-weight: bold;
    color: #501b64;
    line-height: 28px;
    height: 28px;
    position: relative;
}

    .ages_select .jq-selectbox::before {
        content: '';
        width: 11px;
        height: 6.5px;
        display: block;
        background: url(../images/chevron_down_purp.svg) no-repeat 50% 50%;
        background-size: contain;
        position: absolute;
        top: 11.5px;
        right: 11.5px;
        transition: transform .5s ease;
    }

    .ages_select .jq-selectbox.opened::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .ages_select .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
        color: #501b64;
    }

.float_block .float_block_submit {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 36px;
    border: 2px solid #501b64;
    background: #501b64;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: color .5s ease, background .5s ease;
}

    .float_block .float_block_submit:hover {
        background: #fff;
        color: #501b64;
    }

.checkbox_item {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
    padding-right: 20px;
    padding-left: 30.5px;
    margin-bottom: 21.5px;
    cursor: pointer;
}

    .checkbox_item.active {
        color: #000;
    }

    .checkbox_item::before {
        content: '';
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        top: 1px;
        left: 0;
        outline: 1px solid #e0dddd;
        border: 2.5px solid #fff;
    }

    .checkbox_item.active::before {
        background: #501b64;
    }

    .checkbox_item .count {
        position: absolute;
        top: 0;
        right: 0;
        font-weight: 400;
        font-size: 13px;
    }

    .checkbox_item input {
        position: absolute;
        visibility: collapse;
        z-index: -1;
        border: none;
        outline: none;
        background: transparent;
        color: transparent;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

.hotels_list .map_wrapper {
    display: none;
}

.hotel_list_items .info_blank {
    min-width: 120px;
    height: 30px;
    padding: 15.5px 13.5px 10px 13.5px;
}

.hotel_list_items {
    max-width: 1050px;
    overflow: visible !important;
}

    .hotel_list_items > .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
        /* margin-bottom: -13px; */
    }

        .hotel_list_items > .row > div {
            padding-right: 7.5px;
            padding-left: 7.5px;
            margin-bottom: 13px;
        }

    .hotel_list_items .more_items,
    .hotel_map_items .more_items {
        margin-top: 31.5px;
    }

.hotel_item_inner {
    height: 100%;
    position: relative;
    line-height: 0;
}


.hotel_stars .hotel_star_item {
    display: inline-block;
    width: 15px;
    height: 14.5px;
    margin-right: 7px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/star_white.svg);
}

    .hotel_stars .hotel_star_item.active {
        background-image: url(../images/star_white_active.svg);
    }

.hotel_item_inner img {
    width: 100%;
    max-width: 100%;
    font-size: 0;
}

.hotel_item_inner .desc {
    padding: 33px;
    position: absolute;
    line-height: normal;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(22, 17, 24, 0.2), rgba(21, 17, 23, 0.2)), linear-gradient(to bottom, rgba(28, 29, 39, 0.2), rgba(28, 29, 39, 0.2));
}

.hotel_item_bottom {
    line-height: normal;
}

.hotel_item_inner .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 33px 33px 33px;
}

.hotel_item_inner .hotel_item_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.hotel_item_inner .review_count {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    margin-bottom: 33px;
}

.hotel_item_inner .hotel_item_price {
    font-size: 16px;
    font-weight: 600;
}

    .hotel_item_inner .hotel_item_price:hover::after {
        margin-left: 25px;
    }

    .hotel_item_inner .hotel_item_price::after {
        content: '';
        display: inline-block;
        width: 34px;
        height: 14.5px;
        background: url(../images/btn_hotels_price.svg) no-repeat 50% 50%;
        background-size: contain;
        margin-left: 10px;
        transition: margin .5s ease;
    }

.hotel_item_bottom {
    background: #f4f4f4;
    padding: 25px 33.5px 26px;
}

    .hotel_item_bottom .free_rooms {
        color: #501b64;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 12.5px;
        display: block;
    }

    .hotel_item_bottom .hotel_advantages {
        color: rgba(0, 0, 0, 0.4);
        font-size: 13px;
        font-weight: 500;
        flex-wrap: wrap;
    }

        .hotel_item_bottom .hotel_advantages a {
            text-decoration: none;
            color: inherit;
        }

.hotel_list_items > .row {
    margin-bottom: -13px;
}

/*
.hotel_list_items>.row>div {
  margin-bottom: 13px;
} */

.hotel_item_inner {
    box-sizing: border-box;
}

.hotel_map_items {
    position: relative;
    padding-top: 8.5px;
    padding-bottom: 76px;
}

    .hotel_map_items .hotels_list_sidebar,
    .hotel_map_items .hotel_items_line_wrapper {
        padding-top: 42.5px;
    }

.hotel_items_line {
    max-height: 1567px;
    min-height: 1000px;
    overflow-y: auto;
}

    .hotel_items_line::-webkit-scrollbar {
        background-color: #f4f4f4;
        padding: 10px 3.5px;
        width: 10px;
    }

    .hotel_items_line::-webkit-scrollbar-thumb {
        width: 3px;
        border: 3.5px solid #f4f4f4;
        border-top: 5px solid #f4f4f4;
        border-bottom: 5px solid #f4f4f4;
        background-color: #c8c8c8;
    }

@media screen and (max-width: 1200px) {
    .hotel_items_line {
        overflow-y: hidden;
        overflow-x: auto;
    }

        .hotel_items_line::-webkit-scrollbar {
            width: 100%;
            height: 10px;
        }

        .hotel_items_line::-webkit-scrollbar-thumb {
            border-top: 3.5px solid #f4f4f4;
            border-bottom: 3.5px solid #f4f4f4;
            border-left: 5px solid #f4f4f4;
            border-right: 5px solid #f4f4f4;
        }
}

.hotel_items_line .hotel_item_bottom {
    display: none;
}

.hotel_map_items .hotel_items_line_wrapper {
    flex: 0 0 315px;
    padding-left: 30px;
    max-width: 315px;
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
    bottom: 0;
}

    .hotel_map_items .hotel_items_line_wrapper .hotel_items_line {
        height: 100%;
        width: 100%;
    }

.scroolbar_line {
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.hotel_items_line_wrapper {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
}

#hotels_map {
    width: 100%;
    height: 100%;
}


.hotel_items_line_wrapper .more_items {
    display: none;
}

.hotel_items_line .row {
    max-width: 250px;
    margin: 0;
}

.hotel_items_line .hotel_item_inner .hotel_item_title {
    font-size: 14px;
    margin-bottom: 10px;
}


.hotel_items_line .hotel_item_inner.active::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(80, 27, 100, 0.7);
    background: linear-gradient(to top, rgba(80, 27, 100, 0.7), rgba(80, 27, 100, 0.5)), linear-gradient(to bottom, rgba(80, 27, 100, 0.7), rgba(80, 27, 100, 0.5));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hotel_items_line .row {
    position: relative;
}

.hotel_items_line_wrapper {
    height: 100%;
    width: 100%;
}

.hotel_items_line::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    background-image: linear-gradient(to top, #ffffff, transparent);
    z-index: 1;
}

.nicescroll-cursors {
    cursor: pointer;
}

.hotel_items_line .hotel_item_inner .review_count {
    margin-bottom: 25px;
}

.hotel_items_line .hotel_item_inner .hotel_item_price::after {
    margin-left: 6px;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.hotel_items_line .hotel_item_inner .hotel_item_price {
    font-size: 15px;
}

.hotel_items_line > .row > div {
    margin-bottom: 30px;
    padding: 0;
}

.hotel_items_line .hotel_item_inner .desc {
    padding: 29.5px 23.5px 0px;
}

/* .ymaps-2-1-76-inner-panes {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
} */

[class*="ymaps-2"][class*="-ground-pane"],
.ymaps-2-1-76-ground-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}

.hotel_items_line .hotel_item_inner .info {
    padding: 0 23.5px 24px;
}

.hotel_items_line .hotel_stars .hotel_star_item {
    width: 12.5px;
    height: 11.5px;
    margin-right: 6px;
}

.hotel_items_line .nicescroll-rails {
    padding: 3.5px 3.5px !important;
    box-sizing: content-box;
}

.nicescroll-rails-hr .nicescroll-cursors {
    top: 50% !important;
    transform: translateY(-50%);
}

.nicescroll-rails {
    z-index: 10;
    padding: 5.5px 0 !important;
}

.map_wrapper_hotel {
    position: absolute;
    top: 8.5px;
    left: 0;
    height: calc(100% - 76px);
    min-height: 1000px;
    max-height: 1618px;
    overflow: hidden;
}

.info_blank {
    display: inline-block;
    min-width: 120.5px;
    padding: 10.5px 13.5px 10px 13.5px;
    font-size: 12px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    right: 0;
    color: #fff;
    z-index: 1;
    font-weight: 700;
}

.info_blank {
    min-width: 100.5px;
}

    .info_blank.discount {
        background: #ee3232;
    }

    .info_blank.new {
        background: #11bd3e;
    }

.mark_hotel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 13px;
    width: 100px;
    height: 30px;
    box-shadow: 0px 1px 35px 0 rgba(52, 50, 48, 0.28);
    border-radius: 15px;
    border-bottom-left-radius: 5px;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
    color: #501b64;
    padding: 7px 0;
    font-weight: 700;
}

.mark_hotel_orange {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 124.5px;
    height: 35px;
    box-shadow: 0px 1px 35px 0 rgba(52, 50, 48, 0.28);
    border-radius: 15px;
    border-bottom-left-radius: 5px;
    text-align: center;
    background-color: #ee3232;
    box-sizing: border-box;
    color: #fff;
    padding: 10px 0 9.5px 0;
    font-weight: 700;
}

.baloon_inner {
    display: block;
    width: 240px;
    text-decoration: none;
}

.baloon_image {
    line-height: 0;
}

.baloon_empty {
    background: #441556;
    color: #fff;
    padding: 15px 20.5px;
    font-size: 12px;
    font-weight: 600;
}

.baloon_inner img {
    max-width: 100%;
}

.baloon_price {
    padding: 10.5px 12px;
    background: #501b64;
    color: #fff;
    font-weight: 700;
}

    .baloon_price img {
        max-width: 16.5px;
        margin-right: 8px;
    }

.baloon_sub_title {
    color: #fff;
    padding: 13.5px 15px 15px;
    background: #441556;
}

    .baloon_sub_title::before {
        content: '';
        width: 20px;
        height: 18px;
        margin-top: 9px;
        margin-left: 10px;
        display: block;
        background-image: url(../images/heart_liked.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        float: right;
    }

    .baloon_sub_title .balloon_name {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .baloon_sub_title .baloon_review {
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
    }

.hotels_list #hotels_map {
    display: none;
}

.hotel_map_items .nore_items {
    display: none;
}

@media screen and (max-width: 1430px) {
    .hotel_list_items .info_blank {
        min-width: 90px;
    }
}


@media (max-width: 1384px) {

    .best_slider_arrows {
        display: flex;
        vertical-align: top;
        order: 2;
    }

    .best_btn_wrapper {
        display: flex;
        float: none;
        width: 100%;
        max-width: 100%;
        justify-content: flex-end;
    }
}


@media screen and (min-width: 992px) {
    .hotel_list_items .cust_col {
        flex: 0 0 33.333333%;
        max-width: 3333.333333%;
    }
}

.hotel_items_line .cust_col {
    flex: 0 0 280px;
    max-width: 280px;
    padding: 0 15px;
}

@media screen and (min-width: 1200px) {
    .hotel_items_line .cust_col {
        flex: 0 0 250px;
        max-width: 250px;
    }
}

@media screen and (max-width: 1200px) {
    .hotel_items_line {
        min-height: 0;
    }

    .hotel_map_items .hotels_list_sidebar,
    .hotel_map_items .hotel_items_line_wrapper {
        padding-top: 0;
    }

    .hotel_map_items {
        padding-top: 51px;
    }

    .hotels_list_sidebar {
        max-width: 100%;
    }

        .hotels_list_sidebar .filter_top_group {
            display: -ms-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .hotels_list_sidebar .filter_hotels .filter_item {
            flex: 0 0 25%;
            max-width: 25%;
        }

        .hotels_list_sidebar .sort_by_price {
            margin-top: 35px;
        }

        .hotels_list_sidebar .stars_filter {
            margin-top: 35px;
        }

        .hotels_list_sidebar .price_filter {
            margin-top: 35px;
        }

        .hotels_list_sidebar .price_filter_body {
            max-width: 300px;
        }

    .filter_top_groups {
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .stars_filter {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .price_filter {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .hotels_list_sidebar .filter_bottom_groups {
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .hotels_list_sidebar .filter_checkbox_group {
        flex: 0 0 47%;
        max-width: 47%;
        margin-top: 30px;
    }

    .map_wrapper_hotel {
        position: static;
        min-height: 0;
        height: 700px;
        display: block;
        width: 100%;
        order: 3;
    }

    .hotel_map_items .hotel_items_line_wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 30px 0 30px;
        padding: 0;
        height: 280px;
        position: static;
    }

        .hotel_map_items .hotel_items_line_wrapper .hotel_items_line {
            padding-bottom: 30px;
        }

    .hotel_items_line .row {
        width: 100%;
        max-width: 100%;
    }

    .hotel_items_line .hotel_item_wr {
        max-width: 250px;
        height: 100%;
    }

    .hotel_items_line > .row {
        margin: 0 -15px;
        flex-wrap: nowrap;
    }

        .hotel_items_line > .row > div {
            padding: 0 15px;
        }

        .hotel_items_line > .row > div {
            margin-bottom: 0;
        }

    .hotel_map_items .hotel_items_line_wrapper .hotel_items_line {
        width: 100%;
    }

    .hotel_items_line::before {
        height: 100%;
        width: 54px;
        left: auto;
        right: 0;
        background-image: linear-gradient(to left, #ffffff, transparent);
    }
}

@media screen and (max-width: 992px) {
    .hotel_list_items .info_blank {
        top: 18px;
        min-width: 100px;
    }

    .hotel_map_items .hotel_items_line_wrapper {
        margin-top: 0;
    }

    .hotel_map_items {
        padding-top: 30px;
    }

    .hotel_item_bottom {
        padding: 20px 18px 20px;
    }

        .hotel_item_bottom .hotel_advantages {
            font-size: 11px;
        }

    .hotel_item_inner .desc {
        padding: 18px;
    }

    .hotel_item_inner .review_count {
        margin-bottom: 20px;
    }

    .hotel_item_inner .hotel_item_title {
        font-size: 14px;
    }

    .hotel_item_inner .info {
        padding: 0 18px 20px;
    }

    .hotels_list_sidebar .filter_hotels .filter_item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .hotel_item_wr {
        max-width: 340px;
        margin: 0 auto;
    }

    .hotels_list {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hotel_list_items .row {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .hotels_list_sidebar .filter_checkbox_group {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .map_wrapper_hotel {
        height: 500px;
    }

    .hotel_map_items {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 576px) {

    .hotels_list_sidebar .filter_hotels .filter_item,
    .hotels_list_sidebar .stars_filter,
    .hotels_list_sidebar .price_filter {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hotel_map_items {
        padding-bottom: 25px;
    }

    .map_wrapper_hotel {
        height: 500px;
    }

    .hotels_list_sidebar .hotels_sidebar_nav .item {
        height: 45px;
        line-height: 45px;
        font-size: 11px;
    }

        .hotels_list_sidebar .hotels_sidebar_nav .item::before {
            width: 14px;
            top: 3.5px;
        }
}


@media screen and (max-width: 340px) {
    .price_filter_values input {
        width: 80px;
    }

    .baloon_inner {
        width: 180px;
        transform: translateX(30px);
    }

    .baloon_price {
        font-size: 12px;
        padding: 10px;
    }

        .baloon_price img {
            position: relative;
            top: 2px;
            width: 14px;
        }

    .baloon_sub_title .balloon_name {
        font-size: 12px;
    }

    .baloon_sub_title .baloon_review {
        font-size: 10px;
    }

    .baloon_empty {
        padding: 10px;
        font-size: 11px;
    }

    .stars {
        font-size: 0;
    }

    .filter_hotels .stars .star-item {
        margin-right: 8px;
    }
}

.my_reservation {
    width: 100%;
    max-width: 255px;
    height: 31px;
    border: 1px solid #dedddd;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: 0;
    top: 5px;
}

    .my_reservation .jq-selectbox__select {
        padding: 6.5px 25px 5.5px 15px;
    }

    .my_reservation .jq-selectbox__dropdown {
        left: 10.5px;
        padding: 5px 0 0;
    }



    .my_reservation::before {
        content: '';
        display: block;
        position: absolute;
        top: 14px;
        right: 11.5px;
        width: 11px;
        height: 6.5px;
        background: url(../images/reserv_down.svg) no-repeat 50% 50%;
        background-size: contain;
    }

.reservation_wrapper {
    display: -ms-flex;
    display: flex;
    margin-bottom: 55px;
}

    .reservation_wrapper .reservation_item_right {
        display: inline-flex;
        max-height: 355px;
    }

    .reservation_wrapper .reservation_item_left {
        display: inline-flex;
        flex: 0 0 565px;
        max-width: 565px;
        max-height: 355px;
    }

    .reservation_wrapper .info {
        max-width: 355px;
        width: 100%;
        position: relative;
    }

        .reservation_wrapper .info::before {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
        }

        .reservation_wrapper .info img {
            max-width: 100%;
            display: block;
        }

        .reservation_wrapper .info .stars {
            justify-content: flex-start;
            position: absolute;
            top: 30px;
            left: 33px;
            font-size: 0;
        }

            .reservation_wrapper .info .stars .star-item {
                width: 15px;
                height: 13.5px;
                margin-right: 10px;
                background-image: url(../images/star_white.svg);
            }

                .reservation_wrapper .info .stars .star-item.active {
                    background-image: url(../images/star_white_active.svg);
                }

        .reservation_wrapper .info .desc {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0 33px 30px;
        }

        .reservation_wrapper .info .title {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 22px;
        }

        .reservation_wrapper .info .adress {
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            line-height: 1.71em;
            margin-bottom: 25px;
        }

        .reservation_wrapper .info .tel {
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
        }

            .reservation_wrapper .info .tel::before {
                content: '';
                display: inline-block;
                width: 15px;
                height: 15px;
                background: url(../images/tel.svg) no-repeat 50% 50%;
                background-size: contain;
                margin-right: 6px;
                position: relative;
                top: 2px;
            }

        .reservation_wrapper .info .placement img {
            max-width: 100%;
            display: block;
        }

    /*
.reservation_wrapper .reservation_prop_wr,
.reservation_wrapper .reservation_info_item_wr {
  flex: 0 0 50%;
  max-width: 50%;
} */

    .reservation_wrapper .placement {
        position: relative;
        font-size: 0;
        line-height: 0;
    }

        .reservation_wrapper .placement::after {
            content: '';
            display: block;
            background: url(../images/shape-45.svg) no-repeat 50% 50%;
            background-size: contain;
            width: 109px;
            height: 62.5px;
            position: absolute;
            top: 109px;
            left: 50%;
            transform: translateX(-50%);
        }

        .reservation_wrapper .placement .map_btn {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            right: 0;
            line-height: normal;
            bottom: 47px;
            width: 120.5px;
            height: 50px;
            line-height: 50px;
            background: #fff;
            text-align: center;
            text-decoration: none;
            color: #501b64;
            font-size: 14px;
            font-weight: 500;
            transition: color .5s ease, background .5s ease;
        }

            .reservation_wrapper .placement .map_btn:hover {
                background: #501b64;
                color: #fff;
            }

    .reservation_wrapper .reservation_info_item_wr {
        padding: 0 5px;
    }

    .reservation_wrapper .reservation_info_item {
        width: 208.5px;
        padding: 23px 22px 22.6px 21.5px;
        margin-bottom: 5px;
        height: 85px;
    }

        .reservation_wrapper .reservation_info_item:last-child {
            margin-bottom: 0;
        }

    .reservation_wrapper .reservation_info_item_text {
        font-size: 15px;
    }

.reservation_prop_wr .reservation_prop_item {
    border: 1px solid #ededed;
    border-top: none;
}

.reservation_prop_wr .reservation_prop_item {
    padding: 16px 23px;
    height: 88px;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #ededed;
    border-bottom: none;
}

    .reservation_prop_wr .reservation_prop_item a {
        color: #501b64;
        font-size: 14px;
        font-weight: 500;
    }

    .reservation_prop_wr .reservation_prop_item:nth-child(3) {
        border-bottom: 1px solid #ededed;
    }

    .reservation_prop_wr .reservation_prop_item .price {
        font-size: 28px;
        font-weight: bold;
        color: #000000;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .reservation_prop_wr .reservation_prop_item .price_desc {
        font-size: 13px;
        font-weight: 500;
        color: #000000;
        flex: 0 0 100%;
        max-width: 100%;
    }

.reservation_prop_wr .reservation_print_btn {
    padding: 27px 70px 27px 28px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29em;
    background: #501b64;
    color: #ffffff;
    position: relative;
    height: 85px;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-top: 5px;
    text-decoration: none;
}

    .reservation_prop_wr .reservation_print_btn::after {
        content: '';
        width: 18px;
        height: 18px;
        background: url(../images/shape-74.svg) no-repeat 50% 50%;
        background-size: contain;
        display: inline-block;
        position: absolute;
        top: 32.5px;
        right: 25px;
    }

.reservation_wrapper .btn_backfeed {
    display: block;
    text-decoration: none;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    height: 265px;
    margin-top: 5px;
    padding: 145px 30px 30px 23px;
    background: #39bf62 url(../images/shape-80.svg) no-repeat;
    background-size: 66.5px 67px;
    background-position: 23px 42px;
}

.reservation_wrapper.disabled .reservation_prop_item:first-child {
    border-bottom: 1px solid #ededed;
    height: 85px;
}

/* .reservation_wrapper.disabled .reservation_item_left img{
  filter: grayscale(1);
} */

.reservation_wrapper.disabled .placement::after {
    background-image: url(../images/shape-45_disabled.svg);
}

.reservation_wrapper.disabled .placement .map_btn {
    color: #737373;
}


    .reservation_wrapper.disabled .placement .map_btn:hover {
        background: #737373;
        color: #fff;
    }

.reservation_wrapper.disabled .reservation_info_item {
    background: #f4f4f4;
}

.reservation_wrapper.disabled .reservation_info_item_text {
    color: rgba(0, 0, 0, 0.5);
}

/* .reservation_wrapper.disabled .reservation_info_item img {
  filter: grayscale(1);
} */

.reservation_wrapper.disabled .reservation_prop_wr .reservation_prop_item .price,
.reservation_wrapper.disabled .reservation_prop_wr .reservation_prop_item .price_desc {
    color: rgba(0, 0, 0, 0.4);
}

.reservation_wrapper .completed {
    width: 140px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #000;
    background: #fff;
    text-decoration: none;
    margin-bottom: 48px;
}

@media screen and (max-width: 1430px) {
    .reservation_wrapper {
        flex-wrap: wrap;
    }

    .reservation_prop_wr {
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 779px;
        margin-top: 20px;
    }

        .reservation_prop_wr .reservation_prop_item {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .reservation_prop_wr .reservation_print_btn {
            margin-top: 0;
            flex: 0 0 50%;
            max-width: 50%;
            height: 88px;
        }

    .reservation_wrapper .btn_backfeed {
        flex: 0 0 50%;
        max-width: 50%;
        height: 85px;
        font-size: 16px;
        padding: 15px;
        display: -ms-flex;
        display: flex;
        align-items: center;
        margin-top: 0;
        padding-left: 80px;
        background-size: 40px;
        background-position: 15px 50%;
    }
}

@media screen and (max-width: 1200px) {
    .reservation_wrapper .reservation_info_item_wr {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        max-width: 565px;
    }

    .reservation_prop_wr {
        max-width: 565px;
    }

    .reservation_wrapper .reservation_info_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .reservation_info_item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .reservation_wrapper {
        justify-content: center;
    }

    .my_reservation {
        position: relative;
        top: 0;
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {

    .hotels_list_sidebar .filter_bottom_groups {
        justify-content: center;
    }

    .hotels_list_sidebar .filter_checkbox_group {
        max-width: 350px;
    }

    .reservation_wrapper .reservation_item_left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .reservation_wrapper .reservation_item_left {
        height: 300px;
        overflow: hidden;
    }

    .reservation_wrapper .completed {
        margin-bottom: 15px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 576px) {
    .reservation_wrapper .info {
        height: auto;
        overflow: hidden;
    }

        .reservation_wrapper .info img {
            max-width: none;
            max-height: none;
        }

        .reservation_wrapper .info .title,
        .reservation_wrapper .info .adress {
            margin-bottom: 15px;
        }

        .reservation_wrapper .info .desc {
            padding: 0 20px 20px;
        }

        .reservation_wrapper .info .stars {
            left: 20px;
            top: 20px;
        }
}

@media screen and (max-width: 450px) {
    .reservation_wrapper .placement {
        display: none;
    }

    .reservation_wrapper .reservation_item_left {
        justify-content: center;
    }

    .reservation_wrapper .reservation_info_item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .reservation_prop_wr .reservation_prop_item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .reservation_wrapper .btn_backfeed {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .reservation_prop_wr .reservation_print_btn {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Карта на главной */

#map_search {
    width: 100%;
    height: 100%;
}

.search_form_wrapper .container {
    position: relative;
}

.map_search_form {
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    width: 370px;
    background: #fff;
    padding: 42.5px 47.5px;
    box-shadow: 23.7px 23.7px 55.5px 0 rgba(22, 24, 29, 0.1);
    z-index: 1000;
}

    .map_search_form .search_title {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .map_search_form .search_block {
        border: solid 1px #edebeb;
        padding: 17.5px 23.5px 19.5px;
        margin-bottom: 26px;
    }

        .map_search_form .search_block .title {
            color: rgba(0, 0, 0, 0.4);
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 14px;
        }

        .map_search_form .search_block .jq-selectbox__select-text {
            color: #501b64;
            font-size: 16px;
            font-weight: 600;
        }

        .map_search_form .search_block .jq-selectbox__select::after {
            content: '';
            display: block;
            width: 19px;
            height: 11px;
            position: absolute;
            top: 5px;
            right: 0;
            background: url(../images/arrow_search.svg) no-repeat 50% 50%;
            background-size: contain;
        }

        .map_search_form .search_block .jq-selectbox__dropdown {
            font-size: 16px;
            padding-top: 7px;
            font-weight: 500;
        }

.jq-selectbox__select {
    cursor: pointer;
}

.map_search_form .search_block .jq-selectbox__dropdown li {
    margin-bottom: 8px;
}

.map_search_form .search_block .stars {
    display: block;
    font-size: 0;
    padding-right: 0;
}

.map_search_form .search_block .star-item {
    display: inline-block;
    margin-right: 14.5px;
    cursor: pointer;
}

.map_search {
    width: 100%;
    height: 764px;
    padding: 32px 0;
    position: relative;
}

.map_search_form .search_block.price_filter {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

    .map_search_form .search_block.price_filter .price_filter_values {
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .map_search_form .search_block.price_filter .price_from,
    .map_search_form .search_block.price_filter .price_to {
        margin: 0 5px;
    }

    .map_search_form .search_block.price_filter .filter_line {
        position: absolute;
        bottom: -1px;
        width: 100%;
        left: 0;
        right: 0;
    }

.search_mark_hotel {
    background: #501b64;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    border-bottom-left-radius: 8px;
    text-align: center;
    line-height: 42px;
}

    .search_mark_hotel img {
        position: relative;
        top: 3px;
        width: 21.5px;
        height: 17px;
    }


.search_inner {
    display: block;
    text-decoration: none;
    width: 290px;
    height: 290px;
    position: relative;
}

    .search_inner .desc {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 23px 26px;
        z-index: 1;
    }

    .search_inner img {
        display: block;
        max-width: 100%;
    }

    .search_inner::before {
        content: '';
        display: block;
        width: 42px;
        height: 42px;
        background: #501b64 url(../images/beds.svg) no-repeat 50% 50%;
        background-size: 21.5px 17px;
        position: absolute;
        top: 13px;
        left: 13px;
        z-index: 1;
    }

    .search_inner .search_name {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 8px;
    }

    .search_inner .search_reviews {
        color: #fff;
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        margin-bottom: 18px;
    }

    .search_inner .price {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }

        .search_inner .price::after {
            content: '';
            display: inline-block;
            width: 34px;
            height: 14.5px;
            background: url(../images/point-right.svg) no-repeat 50% 50%;
            background-size: contain;
            margin-left: 12px;
            position: relative;
            top: -2px;
        }

    .search_inner::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1))
    }

    .search_inner .star-item {
        display: inline-block;
        margin-right: 10px;
        background-image: url(../images/star_white.svg);
    }


    .search_inner .stars {
        display: block;
        font-size: 0;
        margin-bottom: 10.5px;
    }

    .search_inner .star-item.active {
        background-image: url(../images/star_white_active.svg);
    }

@media screen and (max-width: 1200px) {
    .map_search_form .price_filter {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .map_search {
        height: 500px;
    }

    .map_search_form {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .map_search_form .search_title {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 576px) {
    .map_search_form {
        padding: 20px 21px 30px;
    }

        .map_search_form .search_title {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .map_search_form .search_block {
            margin-bottom: 10px;
        }

            .map_search_form .search_block.price_filter .price_filter_values {
                font-size: 13px;
            }

            .map_search_form .search_block .star-item {
                margin-right: 5px;
            }

            .map_search_form .search_block.price_filter .price_from,
            .map_search_form .search_block.price_filter .price_to {
                margin: 0;
            }

    .search_inner {
        width: 220px;
        height: auto;
    }
}

@media screen and (max-width: 340px) {
    .map_search_form {
        padding: 15px;
    }
}


/*Вася*/

@media (max-width: 1430px) {
    .guide_in_advice .social {
        float: none;
    }

        .guide_in_advice .social a {
            margin-left: 0;
            margin-right: 14px;
            margin-top: 14px;
        }
}

@media (max-width: 1430px) {
    .lk_user_chat_form .input_wrapper .end_chat {
        margin-left: auto;
        margin-top: 15px;
    }
}

@media (max-width: 1390px) {

    /*User_5*/
    .lk_user_chat_form .input_wrapper .end_chat {
        margin-left: auto;
        margin-top: 15px;
    }

    /*User_4*/
    .lk_user_card_form_wrapper {
        max-width: 458px;
        padding: 49px 30px;
    }

    .lk_cards_wrapper .active_card {
        max-width: 359px;
        padding: 49px 30px;
    }

    /*guide_in*/
    /*Футер*/

    .footer_top {
        justify-content: center;
    }

    .footer_menu {
        justify-content: center;
    }

    .footer__contacts {
        margin-left: 0px;
    }

    .form_buttom {
        margin: auto;
        margin-top: 30px;
    }

    .social_wrapper {
        margin-top: 30px;
        margin-left: 40px;
    }

    .social_col {
        /*text-align: center;*/
        max-width: 120px;
    }

    .footer_phone_wr {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1200px) {

    /*User_5*/
    .lk_user_chat_form .input_wrapper .send .jq-file {
        display: block;
    }

    .lk_user_chat_form .input_wrapper .jq-file {
        display: none;
    }

    .lk_user_chat_form .input_wrapper .jq-file {
        margin-bottom: 15px;
    }

    .lk_user_chat_form .input_wrapper {
        justify-content: flex-end;
    }

    .lk_user_chat_form_wrapper {
        padding: 27px 30px 55px 30px;
    }

    /*User_4*/
    .lk_cards_wrapper .active_card .card_wrapper {
        margin: auto;
    }

    .lk_cards_wrapper .active_card .title {
        text-align: center;
    }

    .lk_user_card_form .title {
        text-align: center;
    }

    .lk_user_card_form .input_btn {
        text-align: center;
    }

        .lk_user_card_form .input_btn input {
            margin-right: 0;
        }

    #lk_user_card_form_defcode {
        margin-left: 15px;
    }

    #lk_user_card_form_defcode {
        margin-left: 0;
    }

    .lk_user_card_form .input_wr:nth-child(1),
    .lk_user_card_form .input_wr:nth-child(1) input,
    .lk_user_card_form .input_wr:nth-child(4),
    .lk_user_card_form .input_wr:nth-child(4) input {
        max-width: 100%;
    }

    .lk_user_card_form .input_box {
        justify-content: space-between;
    }

    .lk_user_card_form_wrapper {
        max-width: 100%;
        padding: 49px 30px;
    }

    .lk_cards_wrapper .active_card {
        max-width: 100%;
        padding: 49px 30px;
    }

    /*User_2*/
    .lk_user_main_form .input_wr {
        max-width: 225px;
    }

    .header_inner .slicknav_menu {
        display: block;
    }

    .inner_menu {
        display: none;
    }

    .slicknav_menu img.dots {
        display: none;
    }

    .header_inner .inner__logo {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    /*Главная*/
    .search__block .hotel_section .hotel_rooms_filter .filter_btn_submit {
        flex: 0 0 100%;
        max-width: 912px;
        height: 80px;
    }

    .header__text {
        width: 90%;
        font-size: 40px;
        line-height: 1.1;
    }

    .header__subtext {
        font-size: 25px;
    }

    /*guide*/
    .guide_menu li {
        margin-right: 20px;
    }

        .guide_menu li a {
            font-size: 15px;
        }

    /*guide_in*/
    .guide_in_advice.bottom_advice {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    /*Футер*/
    .footer_menu {
        padding: 0 15px;
    }

    .footer__cities,
    .footer_services,
    .footer__guide,
    .footer__tourist_pro {
        max-width: 50%;
    }

    .footer__menu_list li {
        margin-bottom: 20px;
    }

    .footer__menu_list {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {

    /*fancybox*/
    .fb_right {
        right: 0;
    }

    .fb_left {
        left: 0;
    }

    .fb_left,
    .fb_right {
        width: 40px;
        height: 40px;
        background-size: 7px 11px;
    }

    .fb_close {
        width: 50px;
        height: 50px;
        background-size: 10px 10px;
    }

    /*Лучшие предложения*/
    .guide_slider_arrows {
        /*display: block;*/
        /*  margin: auto;*/
        text-align: center;
        margin-top: 15px;
    }

    .guide_slider_row {
        margin-bottom: 20px;
    }

    .guide_btn_wrapper {
        float: none;
        display: block;
        max-width: 260px;
        margin-left: auto;
    }

        .guide_btn_wrapper .view_all {
            float: none;
            /*display: block;
    margin: auto;*/
            /*margin-top: 15px;*/
            vertical-align: bottom;
            padding: 12px 0;
            background: #ffffff;
        }

    .guide_arrow_left,
    .guide_arrow_right {
        padding: 9px 23px 9px 25px;
    }

    /*Contacts*/
    .map_contacts .map_second {
        display: block;
        width: 100%;
        height: 240px;
    }

    .map_contacts {
        background: #f4f4f4;
    }

    .map_wrapper {
        display: none;
    }

    .map_contacts .map_content_left {
        width: 100%;
        max-width: 100%;
    }

    .map_contacts .left_item::after {
        max-width: 100%
    }

    .map_contacts .map_content {
        justify-content: center;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .map_content_left {
        margin-bottom: 30px;
    }

    .map_contacts .map_content_right {
        width: 100%;
        max-width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
    }

    .contacts_doc_wrapper {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

        .contacts_doc_wrapper .contacts_doc_item {
            display: inline-block;
        }

        .contacts_doc_wrapper .contacts_doc_item {
            width: 100%;
            margin-right: 15px;
            margin-bottom: 15px;
        }

    /*User_3*/
    .like_hotel_row .city_select {
        float: none;
        margin-top: 15px;
    }

    /*User_4*/
    .lk_user_card_form_wrapper {
        margin-bottom: 5px;
    }

    .lk_user_card_form .input_box {
        justify-content: center;
    }

    /*User_2*/
    .lk_user_menu ul {
        display: none;
    }

    .lk_user_menu > ul {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .lk_user_menu_show {
        cursor: pointer;
        display: block;
        margin-bottom: 25px;
    }

    .lk_user_password_form .input_wr,
    .lk_user_pasport_form .input_wr,
    .lk_user_main_form .input_wr {
        max-width: 100%;
        margin-bottom: 20px;
    }

        .lk_user_password_form .input_wr input,
        .lk_user_pasport_form .input_wr input,
        .lk_user_main_form .input_wr input {
            max-width: 100%;
        }

    .lk_user_menu li a {
        font-size: 11px;
        padding: 18px 40px;
    }

    .lk_user_main_form_sex .sex_label_wr {
        max-width: 100%;
    }

        .lk_user_main_form_sex .sex_label_wr label {
            max-width: 100%;
            min-width: 135px;
            min-height: 50px;
        }

    .lk_user_row_body {
        margin-bottom: 30px;
    }

    /*Слайдер популярные*/
    .popular_offers .owl-stage {
        left: 0px;
    }

    .inner_title {
        font-size: 30px;
    }

    /*Главная*/
    .search__block {
        margin-bottom: 30px;
    }

        .search__block .hotel_section .hotel_rooms_filter .filter_item {
            border-right: none;
            border-bottom: 1px solid rgba(218, 220, 230, 0.6);
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
        }

        .search__block .hotel_section .hotel_rooms_filter .hotel_rooms_filter_items {
            flex-wrap: wrap;
        }

    .explore .view_all {
        padding: 17px 0;
        font-size: 12px;
    }

    .explore .title_row h3 {
        font-size: 20px;
    }

    .explore_item_btn {
        margin-top: 20px;
        font-size: 12px;
    }

    .explore .image {
        margin-bottom: 25px;
    }

    .explore .text_block {
        font-size: 16px;
    }

    .best_offers .title_row {
        text-align: center;
        padding-bottom: 15px;
    }

    .best_btn_wrapper .view_all {
        padding: 12px 0 12px 0;
    }

    .best_arrow_left,
    .best_arrow_right {
        padding: 9px 23px 9px 25px;
    }

    .best_offers .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .best_btn_wrapper {
        float: none;
        display: block;
        margin-left: auto;
    }

    .best_btn_wrapper {
        max-width: 297px;
    }

    .offers_bg {
        display: none;
    }

    /*guide*/
    .guide_menu ul {
        margin-top: 15px;
    }

    .guide_menu li {
        margin-right: 10px;
    }

        .guide_menu li a {
            font-size: 13px;
            padding-bottom: 10px;
        }

    .guide_banner {
        margin-bottom: 30px;
    }

    .guide_page_item .text_block {
        font-size: 18px;
    }

    .guide_page_item .image {
        margin-bottom: 18px;
    }

    .guide_item_btn {
        margin-top: 15px;
    }

    .adv_baku_row {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .adv_baku_row .title {
            font-size: 30px;
        }

    /*guide_in*/
    .guide_in_right .text_block {
        max-width: 169px;
    }

        .guide_in_right .text_block .title {
            font-size: 11px;
        }

        .guide_in_right .text_block a.guide_in_right_btn {
            font-size: 12px;
        }

    .guide_in_r {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .guide_in_right_wrapper {
        max-width: 50%
    }

    .guide_in_right {
        margin-left: 0;
    }

    .guide_in_advice_text .title {
        font-size: 15px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .guide_in_advice_text .desc {
        font-size: 13px;
    }

    .guide_in_bottom_slider_wr {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .guide_in_r {
        margin-top: 30px;
    }

    .guide_in_right {
        padding: 30px 0;
    }

    /*Футер*/
    .wrap {
        max-width: 960px;
    }

    /*Слайдер популярные города*/
    .popular_offers .title_row .title {
        font-size: 20px;
    }

    .explore .explore_item_2 {
        margin-left: 0;
    }

    .explore .explore_item_3 {
        margin-left: 0;
    }

    .explore_bg,
    .explore {
        min-height: 560px;
    }

    .map_search_form {
        margin-top: 30px;
    }

    .explore_square {
        display: none;
    }

    .guide_slider_row {
        padding-top: 60px;
    }
}

@media (max-width: 768px) {
    .lk_user_chat_form .input_wrapper .send .mess_wr {
        max-width: 315px;
    }

    .best_offers .title_row {
        padding-top: 40px;
    }

    .explore {
        padding-top: 40px;
    }

    /*guide*/
    .guide_menu_wrapper {
        min-height: 20px;
        ;
    }

    /*Слайдер лучшие предложения*/
    .best_slider_arrows {
        /*display: block;*/
    }

    .best_btn_wrapper .view_all {
        float: none;
        /*display: block;*/
        /*margin: 0 auto;*/
        /*margin-top: 15px;*/
    }

    /*Форма отзыва*/
    .feedback_form .rating_item {
        border-left: 0;
    }

    .feedback_form .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .feedback_form .feedb_text {
        font-size: 10px;
    }

    /*Contacts*/

    .map_contacts .map_content_right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contacts_row .contacts_form .input_box,
    .contacts_row .contacts_form .input_box input {
        width: 100%;
        max-width: 100%;
    }

    .contacts_row {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .contacts_doc_wrapper .contacts_doc_item span {
        font-size: 11px;
    }

    .contacts_doc_wrapper .title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .contacts_doc_wrapper .contacts_doc_item a {
        font-size: 13px;
    }

    .contacts_row .contacts_form .title {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .contacts_row .btn_wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        margin-top: 25px;
    }

    .contacts_row .contacts_form .input_box {
        margin-bottom: 20px;
    }

    .contacts_row .btn_wrapper .check_wr {
        margin-left: 0;
        text-align: left;
    }

    .contacts_row .contacts_form_wrapper {
        padding: 47px 30px;
    }

    .contacts_row .btn_wrapper .text,
    .contacts_row .btn_wrapper .text a {
        font-size: 10px;
    }

    .contacts_row .contacts_btn {
        font-size: 12px;
        padding: 20px 0;
        margin-bottom: 15px;
    }

    .contacts_row .input_wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts_doc_wrapper .title {
        text-align: center;
    }

    .contacts_doc_wrapper .contacts_doc_item {
        margin: auto;
        max-width: 300px;
        display: block;
    }

    /*Отзыв принят*/
    .review_accepted .image {
        min-height: 425px;
    }

    .review_accepted .text_block {
        padding-top: 40px;
    }

    .review_accepted .image img {
        max-width: 140px;
    }

    .review_accepted .text_block .desc {
        font-size: 13px;
        line-height: 1.5;
        max-width: 270px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .review_accepted .text_block .thx {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .review_accepted .text_block .title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .review_accepted .image {
        max-width: 200px;
    }

    .review_accepted {
        max-width: 490px;
        min-height: 425px;
    }

    /*User_5*/
    .lk_user_chat_form .input_wrapper .send input:first-child {
        max-width: 315px;
    }

    .lk_user_chat_form .chat_header .status,
    .lk_user_chat_form .chat_header .name {
        font-size: 11px;
    }

    .lk_user_chat_form .chat_body .user_message .message,
    .lk_user_chat_form .chat_body .manager_message .message {
        font-size: 11px;
    }

    .lk_user_chat_form .chat_header .title {
        font-size: 12px;
    }

    /*Главная*/
    .header__text {
        font-size: 30px;
        padding-bottom: 25px;
    }

    .header__subtext {
        font-size: 20px;
        padding-bottom: 30px;
    }

    .header__text_wrapper {
        padding-top: 70px;
    }

    .explore .title_row h3 {
        display: block;
        text-align: center;
    }

    .explore .view_all {
        float: none;
        display: block;
        margin: auto;
        margin-top: 15px;
        background: #f4f4f4;
    }

    .explore_bg {
        display: none;
    }

    .explore .explore_item_2,
    .explore .explore_item_3 {
        margin-left: 0;
    }

    .explore .explore_item {
        margin-bottom: 20px;
    }

    .explore .image {
        margin: auto;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .explore_item_btn {
        margin: auto;
        margin-top: 15px;
    }

    .explore .text_block {
        margin: auto;
        text-align: center;
    }

    /*Слайдер лучшие предложения*/
    .guide_slider_text {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .guide_slider_row h3 {
        font-size: 18px;
        text-align: center;
        display: block;
        margin: auto;
    }

    .guide_slider_btn {
        font-size: 13px;
    }

    .guide_slider_date {
        font-size: 11px;
        margin-bottom: 15px;
    }

    /*Слайдер popular*/
    .popular_slider_arrows {
        float: none;
    }

    /*guide*/
    .guide_menu_show {
        display: block;
    }

    .guide_menu ul {
        display: none;
    }

    .guide_menu.active ul {
        display: block;
    }

    .guide_menu li {
        display: block;
    }

    .guide_item {
        text-align: center;
    }

    .guide_page_item .text_block {
        margin: auto;
    }

    .guide_item_btn {
        margin: 15px auto;
        text-align: left;
    }

    .dowloand_more {
        margin-top: 40px;
    }

    /*guide_in*/
    .guide_in_right {
        max-width: 100%
    }

        .guide_in_right .text_block {
            max-width: 60%;
            /* width: 100%; */
        }

    .guide_in_right_wrapper {
        max-width: 100%;
    }

    .guide_in_right .text_block .title {
        font-size: 14px;
    }

    .guide_in_right .image {
        margin-bottom: 10px;
    }

    .header_inner_middle .city_select {
        float: none;
        margin: 15px auto;
        display: block;
    }

    .inner_middle_wrapper {
        width: 100%;
    }

        .inner_middle_wrapper .inner_title {
            text-align: center;
        }

    .guide_menu_2 a {
        font-size: 11px;
        padding: 4px 8px;
    }

    .guide_menu_2 li {
        display: inline-block;
        font-size: 0;
        margin-right: 15px;
        padding: 20px 0 0 0;
    }

    /*Футер*/
    .wrap {
        padding: 0 15px;
        max-width: 720px;
    }

    .bread_crumbs a {
        font-size: 11px;
    }
}

@media (max-width: 350px) {
    .footer__contacts .phone_icon {
        margin-right: 15px;
    }
}

@media (max-width: 576px) {
    .register .col-md-6 {
        width: 50%;
    }

    /*Форма отзыва*/
    .feedback_form {
        padding: 30px 30px;
    }

        .feedback_form .feedb_btn {
            padding: 15px 0;
            font-size: 13px;
        }

    /*Contacts*/
    .map_contacts .left_text {
        padding: 16px 25px;
    }

    .map_contacts .left_item div {
        /*padding: 15px 0 16px 59px;*/
        font-size: 14px;
    }

    .map_contacts .map_content_left {
        min-height: 290px;
    }

    .map_contacts .email,
    .map_contacts .phone {
        font-size: 14px;
    }

    .map_contacts .left_item span {
        font-size: 12px;
        margin-top: 5px;
    }

    /*Вход/регистрация*/

    .signin_form .sig_fb {
        font-size: 12px;
        background: #f4f4f4 url(../images/faceb.svg) no-repeat left 25% center;
        background-size: 19px 19px;
        padding-left: 80px;
        text-align: center;
    }

    .signin_form .btn {
        padding: 15px 0;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .signin_form .password,
    .signin_form .login,
    .signin_form .btn,
    .signin_form .sig_fb {
        max-width: 100%;
    }

    .signin_form .login {
        padding: 13px 20px 13px 50px;
    }

    .signin_form {
        min-height: 460px;
    }

        .signin_form .form_wrapper {
            padding: 50px 30px 20px 30px;
        }

    .form_title_wrapper {
        padding-bottom: 15px;
    }

    .sign_in_button.active,
    .reg_in_button.active {
        font-size: 20px;
        line-height: 1;
    }

    .sign_in_button,
    .reg_in_button {
        font-size: 20px;
        line-height: 1;
    }

    /*Отзыв принят*/
    .review_accepted .text_block .fine {
        margin: auto;
        padding: 15px 0;
        font-size: 13px;
    }

    .review_accepted .text_block .desc {
        max-width: 270px;
        margin: auto;
        font-size: 11px;
    }

    .review_accepted .text_block .thx {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .review_accepted .text_block .title {
        font-size: 15px;
    }

        .review_accepted .text_block .title::after {
            left: 50%;
            transform: translate(-50%, 0);
        }

    .review_accepted {
        max-width: 263px;
        text-align: center;
        min-height: 325px;
    }

        .review_accepted .image {
            display: none;
        }

    /*User_3*/
    .like_hotel_wr {
        margin: auto;
        margin-bottom: 15px;
        max-width: 350px;
    }

    /*User_5*/
    .lk_user_chat_form .manager_wrapper {
        margin: auto;
        margin-top: 15px;
    }

    .lk_user_chat_form .chat_header {
        text-align: center;
    }

        .lk_user_chat_form .chat_header .title {
            float: none;
        }

    .lk_user_chat_form .input_wrapper .end_chat {
        margin-top: 30px;
    }

    .lk_user_chat_form_wrapper {
        padding: 27px 15px 20px 15px;
    }

    .lk_user_chat_form .input_wrapper .send input:first-child {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .lk_user_chat_form .input_wrapper .jq-file {
        max-width: 100%;
    }

    .lk_user_chat_form .input_wrapper .send {
        text-align: right;
    }

    /*User_4*/
    .lk_user_menu_show {
        max-width: 100%;
    }

    .lk_user_row_top .title {
        font-size: 20px;
        margin-top: 20px;
    }

    .lk_user_card_form_wrapper,
    .lk_cards_wrapper .active_card {
        padding: 20px 15px;
    }

    .lk_user_card_form .input_wr:nth-child(4),
    .lk_user_card_form .input_wr:nth-child(4) input,
    .lk_user_card_form .input_wr:nth-child(1),
    .lk_user_card_form .input_wr:nth-child(1) input,
    .lk_user_card_form .input_wr:nth-child(2),
    .lk_user_card_form .input_wr:nth-child(2) input,
    .lk_user_card_form .input_wr {
        max-width: 100%;
    }

    #lk_user_card_form_defcode {
        margin-left: 0;
    }

    /*User_2*/
    .lk_user_password_form .input_btn input:first-child,
    .lk_user_pasport_form .input_btn input:first-child,
    .lk_user_main_form .input_btn input:first-child {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .lk_user_password_form .input_btn input:last-child,
    .lk_user_pasport_form .input_btn input:last-child,
    .lk_user_main_form .input_btn input:last-child {
        max-width: 100%;
    }

    .lk_user_password_form_wrapper,
    .lk_user_pasport_form_wrapper,
    .lk_user_main_form_wrapper {
        padding: 20px 20px;
    }

    .lk_user_row_top {
        margin-bottom: 20px;
        padding: 20px 0;
    }

    /*.lk_user_name{
    font-size: 20px;
  }
  .lk_user_row_top .title{
    font-size: 20px;
  }*/


    /*inner*/
    .inner_title {
        font-size: 18px;
    }

    /*Главная*/

    .best_offers .owl-stage {
        left: 0px;
    }

    /*Слайдер popular*/
    .popular_offers .title_row {
        text-align: center;
    }

        .popular_offers .title_row .title {
            margin-bottom: 15px;
        }

    .offers_text {
        max-width: 50%;
    }

    /*guide*/
    .adv_baku_row .title {
        font-size: 20px;
        padding: 0 15px;
    }

    /*guide_in*/
    .guide_in_top_arrow_left,
    .guide_in_top_arrow_right,
    .guide_in_bottom_arrow_right,
    .guide_in_bottom_arrow_left {
        background-size: 8px 13px;
    }


    .guide_in_bottom_arrow_left,
    .guide_in_bottom_arrow_right,
    .guide_in_top_arrow_left,
    .guide_in_top_arrow_right {
        width: 40px;
        height: 40px;
    }

    .guide_in_right_wrapper {
        max-width: 100%;
    }

    .guide_in_r {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }

    .guide_in_row .inner_title {
        padding-top: 25px;
    }

    .guide_in_advice_text .title {
        line-height: 1.3;
        font-size: 14px;
    }

    /*Футер*/
    .footer_menu {
        display: none;
    }

    .footer {
        padding-top: 50px;
    }

    .footer_top {
        padding-bottom: 0px;
    }

    .footer_bottom {
        text-align: center;
    }

        .footer_bottom a {
            margin-bottom: 10px;
            margin-right: 10px;
        }

    .footer__contacts .phone_wrapper a {
        font-size: 22px;
    }

    .phone_wrapper .phone_desc {
        font-size: 12px;
    }

    .footer_bottom a {
        font-size: 10px;
    }

    .social_wrapper {
        text-align: center;
        margin-left: 0;
    }

    .social_col {
        text-align: left;
    }

    /*Футер*/
    .wrap {
        max-width: 540px;
    }
}

@media (max-width: 380px) {
    /*Вход/регистрация*/

    .signin_form .sig_fb {
        font-size: 12px;
        background: #f4f4f4;
        background-size: 19px 19px;
        padding-left: 10px;
        text-align: center;
        padding-top: 15px;
        padding-right: 10px;
    }

        .signin_form .sig_fb::before {
            content: '';
            display: inline-block;
            width: 19px;
            height: 19px;
            margin-right: 5px;
            background: url(../images/faceb.svg) no-repeat 50% 50%;
            background-size: contain;
            position: relative;
            top: 5px;
        }
}

/*Контейнеры*/
@media (min-width: 576px) {

    /*guide_in*/
    .popular_offers_inner {
        max-width: 540px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .offers_wrapper {
        max-width: 540px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .guide_slider_wrapper {
        max-width: 540px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {

    /*guide_in*/
    .popular_offers_inner {
        max-width: 720px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .offers_wrapper {
        max-width: 720px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .guide_slider_wrapper {
        max-width: 720px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {

    /*guide_in*/
    .popular_offers_inner {
        max-width: 960px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .offers_wrapper {
        max-width: 960px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .guide_slider_wrapper {
        max-width: 960px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {

    /*guide_in*/
    .popular_offers_inner {
        max-width: 1140px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .offers_wrapper {
        max-width: 1140px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    /* 
  .guide_slider_wrapper { */

    /*guide_in*/
    .popular_offers_inner {
        max-width: 1140px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1385px) {

    /*guide_in*/
    .popular_offers_inner {
        max-width: 1636px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
    }

    .offers_wrapper {
        max-width: 1636px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
    }

    .guide_slider_wrapper {
        max-width: 1636px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 450px) {
    .guide_slider_wrapper .guide_slider_item {
        margin: 0 auto;
        max-width: 370px;
        width: 100%;
        display: block;
    }

    .guide_slider_wrapper .owl-stage {
        left: 0;
    }
}
