.hero_section .home__title {
    gap:32px;
}
.home__background.hero_section {
    height: 815px !important;
    position: relative;
    overflow: visible;
}
.hero_wrapper {
    display: flex; 
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.hero__text {
    text-align: left; 
    width:66%;
}
.hero__text h1 {
    line-height: 100%;
    padding-bottom: 32px;
    color: #FBFBFB;
}
.hero__text p {
    color:#FBFBFB; 
    line-height: 24px;
    padding-bottom: 32px;
}
.hero__text p:last-child {
    padding-bottom: 0;
}
.hero_breadcrumbs {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #FBFBFB;
}
.hero_breadcrumbs .breadcrumbs {
    width: 100%;    
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.hero_breadcrumbs .breadcrumbs .breadcrumbs__link:hover {
    text-decoration: none;
}

.hero_breadcrumbs .breadcrumbs .breadcrumbs__link span {
    color: #FBFBFB;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.hero_breadcrumbs .breadcrumbs .breadcrumbs__separator {
    color: #FBFBFB;
}
.hero_breadcrumbs .breadcrumbs .breadcrumbs__current {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
    color: #FBFBFB;
}
.hero_btn {
    display: flex;
    padding: 24px 32px;    
    justify-content: center;
    align-items: center;
    gap: 12px;

    border-radius: 100px;
    border: 1px solid #184981;  
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(24, 73, 129, 0.16);
}
.hero_btn:hover {
    text-decoration: none;
}
.hero_btn span {  
    color: #184981;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.hero-form-wrapper {
    padding: 48px 24px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    
    max-width: 441px;
}

.hero-form-wrapper .form-search .icon {
    bottom: 11px;
}
.hero-form-wrapper .form-search .form__field {
    flex-direction: column;
    align-items: flex-start;
    color: #FBFBFB;
}
.hero-form-wrapper .form-search .form__field {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}
.hero-form-wrapper .form__main-field {
    gap: 16px;
    flex-direction: column;
}

.hero-form-wrapper .form-search .form__field-inside input[name='dateIn'], 
.hero-form-wrapper .form-search .form__field-inside input[name='dateOut'] {
    width: 100%;
}

.hero-form-wrapper .form-search .form__field-inside .form__guest {
    width: 100%;
}
.hero-form-wrapper .form input[type="submit"].form__submit {
    margin-top: 5px;
    width: 100%;
    border-radius: 50px;
}

.ext-section {
    background-image: url('/wp-content/themes/twentytwenty/assets/images/mountains.svg');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.ext-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.ext-wrapper_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}
.ext-wrapper_img {
    height: 200px;   
    width: 200px;
    overflow: hidden;
    border-radius: 100%;
}
.ext-wrapper_img img {
    border-radius: 100%;
    width: 100%;  
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 100%;
}
.ext-wrapper_img:hover img {
    transform: scale(1.2);
}
.ext-wrapper_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    text-align: center;
}
.slider-section {
    padding: 100px 0px 64px 0px;
}
.slider-section:last-child {
   padding: 100px 0px 0px 0px; 
}
.slider-wrapper {
    display: flex;
    gap: 64px;
    align-self: stretch;
}

.slider-wrapper_reverse {
    flex-direction: row-reverse;
}

.slider-images {
    max-width: 50% !important;
    width: 50%;
    height: fit-content;
}

.slider-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 43px;
    flex: 1 0 0; 
}

.slider-text ul {
    list-style: disc;
    padding-left: 20px;
}

.slider-desc p {
    padding-bottom: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}
.slider-desc p:last-child{
    padding-bottom: 0;
}
.slider-desc ul {
    padding-bottom: 24px;
}
.slider-desc ul li {
    padding-bottom: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}
.slider-desc ul li:last-child {
    padding-bottom: 0;
}
.landing__more, .slider-section .landing__more {
    display: block;
}
.landing__button {
    display: block;
    padding: 9px 20px;
    height: 100%;
    margin: 0;
}
.info-section {
    padding: 80px 0;
    background-size: cover;
}
.info-wrapper {
    width: 85%;
    border-radius: 10px;
    background: #FFF;
    padding: 48px;
    margin: auto;

    display: flex;
    flex-direction: column;
    gap: 24px;

    background-image: url('/wp-content/themes/twentytwenty/assets/images/Group.svg');
        background-position-x: 96%;
    background-repeat: no-repeat;
    background-size: contain;
}
.info-bnt  {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.info-text p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 24px;
}
.info-text p:last-child {
    padding-bottom: 0;
}
.info-text h2 {
    padding-bottom: 24px;
}
.info-text p b {
    color: #184981;
    font-weight: 700;
}
.section-gallery {
    padding: 80px 0 64px 0;
}
.title-head,
.gallery-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.link-arr {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px; /* 166.667% */

    display: flex;
    gap: 7px;
}
.link-arr:hover {
    text-decoration: none;
    color: #000;
}
.gallery-wrapper {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 314px 314px;
    margin-top: 48px;
}
.gallery-item {
    position: relative;
    border-radius: 12px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.gallery-item:first-child {
    grid-row: 1 / span 2;
}
.gallery-item:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(24, 73, 129, 0.00) -5.04%, rgba(24, 73, 129, 0.80) 100%);
    border-radius: 12px;
}
.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.5s;
}
.gallery-item:hover img {
    transform: scale(1.2);
}
.gallery-item__info {
    position: absolute;
    bottom: 20px;
    left: 24px;
    color: #FFF;

    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;

    
}
.gallery-item__info .link-arr {
    color: #FFF;
}
.gallery-item__info .link-arr:hover {
    color: #FFF;
}

.gallery-item__tilte {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}
.gallery-item__tilte:hover {
    color: #fff;
    text-decoration: none;
}
.section-rew {
    padding: 0px 0;
}
.rew-slider {
    /*margin-top: 48px;*/
    margin-top: 0;
    /*display: flex;*/
    display: block !important;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.rew-slider .slick-dots {
    bottom: 0px !important;
}

.rew-slider .slick-dots li {
    background: #DDD !important;
}
.rew-slider .slick-dots li.slick-active {
   background: #184981 !important;
}

.rew-item {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;

    border-radius: 24px;
    background: #FFF;

    /* Обычная тень */
    /*box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.04), 0 4px 36px 0 rgba(24, 73, 129, 0.16);*/
    border: 1px solid rgba(0, 0, 0, 0.12);

    /*max-height: fit-content;*/

    width: 375px;

}

.rew-item:hover {  
    box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.04), 0 4px 36px 0 rgba(24, 73, 129, 0.16);
}

.rew-slider .slick-track {
    display: flex;
    gap: 32px;
    padding: 32px 0;
}
.rew-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rew-title {
    color:#184981;
    /* Заголовок/H4 */
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}
.rew-info .date {
    color: #8A92A6;
}

.rew-info .sourse {
   color: #184981;
   text-decoration-line: underline;
   font-weight: 700;

   padding-left: 12px;
}
.rew-info .sourse:hover {
    color: #184981;
}
.read-more {
    color: #4D92E0;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-decoration-line: underline; 
    cursor: pointer;

    display: none;
}
.rew-text {
    margin-top: 15px;
}
.rew-text {
    line-height: 24px; /* 150% */   
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.5em * 5);
    overflow: hidden;
    position: relative;
}
.rew-text.open {
    max-height: 100%;
    display: block;
}
.section-reserve {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('/wp-content/themes/twentytwenty/assets/images/mountains.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.reserve-wrapper {
    background-image: url("/wp-content/themes/twentytwenty/assets/images/Frame 36193.png");
    background-size: cover;
    padding: 64px;
    color: #fff;
    border-radius: 32px;
    text-align: center;
}
.reserve-wrapper p {
    color: #fff;
}
.reserve-title {
    color: #FBFBFB;
    font-size: 34px;
    font-weight: 700;
}
.reserve-form {
    margin-top: 48px;
}
.reserve-form .hero-form-wrapper {
    margin: auto;
    max-width: 100%;
    width: 668px; 
    background: none;
    backdrop-filter: none;
    border: none;   
    padding: 0;
    position: relative !important;
}
.reserve-form .hero-form-wrapper .form__main-field {
    box-shadow: none;
    gap: 24px;
}

.reserve-form .hero-form-wrapper .form input[type="submit"].form__submit {
    height: 63px;
    width: 302px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.reserve-form  .hero-form-wrapper .form-search .form__field-inside .form__guest {
    height: 50px;
}

.reserve-form  .hero-form-wrapper .form-search .form__field-inside input[name='dateIn'], 
.reserve-form  .hero-form-wrapper .form-search .form__field-inside input[name='dateOut'] {
    height: 50px;
}

.contact-section {
    padding-top: 64px;
}
.contact-info p {
    padding-bottom: 24px;
}
.contact-info p:last-child {
    padding-bottom: 0;
}
.contact-info h2 {
    padding-bottom: 24px;
}
.slick-slide {
    height: 452px !important;
}
.slick-slide img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

.rew-item.slick-slide {
    height: fit-content !important;
    min-height: 285px !important;
}

.rew-slider .slick-slide img.emoji {
    height: 15px !important;
    width: 15px !important;
}
.slick-arrow {
    width: 54px;
    height: 54px;
    background: url('/wp-content/themes/twentytwenty/assets/images/icon/slider-arrow.svg');
    background-size: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
    background-color: transparent !important;
    top: 47%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    width: 54px;
    height: 54px;
    background: url('/wp-content/themes/twentytwenty/assets/images/icon/slider-arrow.svg');
    background-size: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
    background-color: transparent !important;
    top: 47%;
}
.slick-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-prev:before, .slick-next:before {
    content: none;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots {
    bottom: 21px;
    margin-left: 0;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    position: static;
    background: #FFFFFF;
    border-radius: 10px;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots .slick-active {
    width: 29px;
}
.slick-prev:hover, 
.slick-prev:focus {
    transform: rotate(180deg) !important;
}
.form-search .form__guest-block_2.active {
    top: 176px !important;
    background: #fff;
    height: 100%;
}

.form-search_2 .form__guest-block {
    display: none;
    -webkit-box-shadow: 0px 4px 4px rgba(24, 73, 129, 0.04), 0px 4px 16px rgba(24, 73, 129, 0.08);
    box-shadow: 0px 4px 4px rgba(24, 73, 129, 0.04), 0px 4px 16px rgba(24, 73, 129, 0.08);
}

.form-search_2 .form__guest-block.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0 5px;
    position: absolute;
    top: 180px;
    right: 146px;
    background: #FFF;
    border-radius: 4px;
    z-index: 2;
}
.form-search_2 .form__operation.bt_minus {
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    background: #184981;
    -webkit-box-shadow: 0px 2px 4px rgba(24, 73, 129, 0.16);
    box-shadow: 0px 2px 4px rgba(24, 73, 129, 0.16);
    border-radius: 100px;
    text-transform: initial;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    background: #FFF;
    border: 1px solid #184981;
    color: #184981;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 20px;
    left: 0;
    width: 32px;
    font-size: 20px;
    font-weight: bold;
    padding: inherit;
}

.form-search_2 .form__operation.bt_plus {
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    background: #184981;
    -webkit-box-shadow: 0px 2px 4px rgba(24, 73, 129, 0.16);
    box-shadow: 0px 2px 4px rgba(24, 73, 129, 0.16);
    border-radius: 100px;
    text-transform: initial;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    background: #184981;
    border: 1px solid #184981;
    color: #FFF;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 20px;
    right: 0;
    width: 32px;
    font-size: 20px;
    font-weight: bold;
    padding: inherit;
}
.form-search_2 .form__operation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    height: 32px;
    text-align: center;
    z-index: 1;
}

.form-search_2 .form__guest-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/twentytwenty/assets/images/icon/popup-close.svg');
    background-size: cover;
    cursor: pointer;
}
.form-search_2 .form__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 50%;
    margin: 10px auto 21px;
}

.form-search_2 .form__input, 
.form-search_2 .form__textarea, 
.form-search_2 input[type="text"], 
.form-search_2 input[type="email"], 
.form-search_2 input[type="number"], 
.form-search_2 input[type="tel"], 
.form-search_2 input[type="date"], 
.form-search_2 textarea {
    border: none;
    border-left: 1px solid #F2F2F2;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 44px;

    height: 50px;
}

.form-search_2 .form__value {
    width: 187px !important;
    text-align: center;
    color: #000 !important;
    padding: 18px !important;
    border-left: none !important;
}

.form-search_2 .icon-calendar {
    background: url('/wp-content/themes/twentytwenty/assets/images/icon/bi_calendar-week.svg') no-repeat;
}

.form-search_2 .icon-guests {
    background: url('/wp-content/themes/twentytwenty/assets/images/icon/bi_calendar-person.svg') no-repeat;
}

.form-search_2 .icon {
    position: absolute;
    left: 10px;
    top: 35px;
    width: 25px;
    height: 25px;
    background-size: contain;
}

.form__field {
    position: relative;
}

.form-search_2 .form__field_label {
    text-align: left;
    margin-bottom: 8px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    content: none;
}

.pop-up-slider_arr .slick-arrow {
    background: #f2f4f6;
    top: 3px;
}
.pop-up-slider .slick-dots li {
   background: #184981; 
}
.pop-up-slider .pop-up-slider_arr .slick-prev {
    transform: rotate(0) !important;
}
.pop-up-slider .slick-dots li button:before {
    content: none;
}
.pop-up-slider .slick-prev:hover {
    transform: rotate(0) !important;
}

@media (max-width:991px) {
    .info-wrapper {
        width: 100%;
        padding: 24px;
    }
    .info-bnt .landing__more a {
        width: 100%;
        text-align: center;
    }
    .title-head .link-arr {
        display: none;
    }
    .gallery-wrapper { 
        grid-template-columns: 1fr;
        grid-template-rows: 260px;    
    }
    .gallery-item {
        height: 260px;
    }
    .gallery-item:first-child {
        grid-row: 1;
    }
}

@media (max-width:860px) {
    .hero_wrapper {
        flex-direction: column;
    }
    .home__background.hero_section {
        height: 100% !important;
    }
    .hero_btn {
        display: none;
    }
    .hero__text {
        width: 100%;
    }
    .hero-form {
        width: 100%;
    }
    .hero-form-wrapper {
        max-width: 100%;
        margin-bottom: 48px;
    }
    .hero-form-wrapper .form-search .form__field {
        width: 100%;
    }

    .slider-wrapper {
        flex-direction: column;
    }
    .ext-section {
        background-size: auto;
    }

    .slider-wrapper {
        position: relative;
    }

    .slider-title {
        /*position: absolute;*/
        top: -45px;
    }

    .slider-section {
        padding: 0px 0px 20px 0px;
    }

    .slider-images {
        /*margin-top: 32px;*/
    }

    .slider-text {
        gap: 20px;
    }


    .slick-arrow {
            display: none !important;
    }

    #widgethelp_uniquecssid.rightbottom {
        display: none !important;
    }

    .pop-up-slider_show {
        display: none !important;
    }

    .slider-wrapper {
        flex-direction: column-reverse !important;
    }
    .slider-images {
        max-width: 100% !important;
        width: 100%;
        height: fit-content;
    }
    .slider-wrapper {
        gap: 24px;
    }
    .slick-arrow {
        display: none !important;
    }
    .section-gallery {
        padding: 40px 0 40px 0;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .section-rew {
        padding: 48px 0;
    }
    .contact-section {
        padding-top: 0px;
    }
    .reserve-wrapper {
        padding: 30px;
    }
    .reserve-title {
        font-size: 32px;
    }
    .form-search_2 .form__guest-block.active {
        right: 0;
    }
    .section-reserve {
        padding-bottom: 0;
    }
    
}

@media (max-width:460px) {
    .ext-wrapper_item {
        min-width: calc(50% - 24px);
    }
    .ext-wrapper_img {
        height: 120px;
        width: 120px;
    }
}
