@charset "UTF-8";

@font-face {
    font-family: 'Triod Postnaja';
    src: url('../fonts/triod_postnaja.eot');
    /* IE 9 Compatibility Mode */
    src: url('../fonts/triod_postnaja.eot?#iefix') format('embedded-opentype'),
        /* IE < 9 */
        url('../fonts/triod_postnaja.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/triod_postnaja.woff') format('woff'),
        /* Firefox >= 3.6, any other modern browser */
        url('../fonts/triod_postnaja.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/triod_postnaja.svg#triod_postnaja') format('svg');
    /* Chrome < 4, Legacy iOS */
}

:root {
    --review-rating: 5;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    transition: all 0.3s ease;
    scroll-margin-top: 200px;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    width: 100%;
    height: 100%;
    color: #fff;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Montserrat", serif;
    font-style: normal;
    font-weight: 400;
    background-image: url(../img/body-bg.webp);
    background-size: contain;
    background-repeat: repeat-y;
}

section {
    padding: 50px 0;
}

header,
section,
footer {
    position: relative;
}

main {
    width: 100%;
    height: auto;
    background: rgba(92, 63, 62, 0.8);
}

button {
    border: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    display: block;
    cursor: pointer;
}

span {
    display: inline-block;
}

ul {
    padding-inline-start: 0;
    list-style: none;
}

p {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
}

h1,
h2,
h3,
h4,
.title>a,
.subtitle {
    /* Корректировка шрифта  */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
}

h1,
h2,
h3,
h4 {
    font-family: 'Triod Postnaja';
    font-weight: 500;
    font-size: 70px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 50px;
}

h3 {
    font-size: 65px;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: left;
}

h4 {
    font-size: 40px;
    line-height: 162%;
    text-align: left;
}

.title>a {
    font-size: 70px;
    line-height: 114%;
    text-transform: uppercase;
    font-family: 'Triod Postnaja';
    font-weight: 500;
    color: #fff
}

.subtitle {
    font-family: 'Orelega One';
    font-weight: 400;
    font-size: 35px;
    line-height: 110%;
    text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    gap: 25px;
    align-items: center;
}

h1,
h2,
h4,
.title>a {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-stroke: 1px rgba(92, 63, 62, 0.8);
    -webkit-text-stroke: 1px rgba(92, 63, 62, 0.8);
    -o-text-stroke: 1px rgba(92, 63, 62, 0.8);
}

.btn-light {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.map-bg {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 40%;
    /* box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.85); */
    /* transform: rotate(-14.96deg); */
}

.map-bg img {
    width: 1000px;
    height: auto;
}

/*---------- header ----------*/
header {
    width: 100%;
    padding: 30px 0;
    background: linear-gradient(180deg, rgba(92, 63, 62, 0.5) 0%, rgba(92, 63, 62, 0.8) 100%);
}

header .inner {
    z-index: 10;
    position: relative;
}

.header__top {
    display: flex;
    gap: 40px;
    flex: none;
}

.logo a {
    width: 230px;
    margin-top: 10px;
}

.rating {
    height: 26px;
    display: flex;
    align-items: center;
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 3px 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.rating__star {
    display: block;
    width: 80px;
    height: 20px;
    background-color: transparent;
    position: relative;
    margin-top: 3px;
}

.rating__star:after {
    width: calc(20%* var(--review-rating, 0));
    height: 20px;
    content: '';
    background: url(../img/star.svg) repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.rating span {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    margin: 0 7px;
}

.rating a {
    text-decoration-line: underline;
    color: #4080C6;
    margin-left: 7px;
}

.header__btns {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-top: 10px;
}

.btn-white {
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: #5C3F3E;
    text-shadow: 0px 0px 8px #fff;
    height: 65px;
    padding: 12px 28px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    flex: 0 0 auto;
}

.btn-white:hover {
    text-decoration: underline;
}

.btn-white span {
    display: block;
    width: 100%;
}

.btn-white.max {
    width: 330px;
}

.btn-white.max img {
    float: left;
    margin-right: 20px;
}

.btn-white.min {
    width: auto;
    display: flex;
    gap: 20px;
}

.btn-white.max span {
    font-family: 'Orelega One';
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
}

.btn-white.min span {
    font-size: 20px;
    line-height: 24px;
    padding: 8px 0;
}

.btn-white:nth-child(1) img,
.btn-white:nth-child(2) img {
    margin-top: -8px;
}

.btn-white:nth-child(3) img {
    width: 30.6px;
    height: 36px;
}

.btn-white:nth-child(4) img {
    width: 36px;
    height: 36px;
}

.location {
    display: flex;
    gap: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.location div {
    display: flex;
    align-items: center;
}

.location div span {
    font-weight: 500;
}

.header__bottom {
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    padding: 8px 8px 0 8px;
}

.img-wrap {
    border-radius: 12px;
    width: 100%;
    position: relative;
}

.img-wrap::after {
    box-shadow: inset 0px 0px 15px #000000;
    border-radius: 12px;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.img-wrap img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.burger-menu {
    display: none;
}

.header__bottom>.img-wrap {
    height: 550px;
    background-image: url('../img/main-photo.jpg');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}

@media (max-wigth: 1200px) {
 .header__bottom>.img-wrap {
 background-position: 100% 50%;
 }
 }


.header__bottom>.menu {
    display: flex;
    justify-content: space-between;
}

.header__bottom>.menu>li {
    width: 100%;
    border-right: 2.5px solid transparent;
    border-image: linear-gradient(180deg, #fff 0%, #C28583 100%);
    border-image-slice: 2;
    position: relative;
}

.header__bottom>.menu li:last-child {
    border-right: none;
}

.header__bottom>.menu li div {
    display: flex;
    width: 100%;
}

.header__bottom>.menu li a {
    font-family: 'Orelega One';
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    color: #5C3F3E;
    width: 100%;
    padding: 11px 0;
    text-align: center;
}

.header__bottom>.menu li:hover div a,
.header__bottom>.menu li.active div a,
.submenu li:hover a,
.submenu li.active a {
    text-decoration: underline;
}

.header__bottom>.menu li div img {
    margin-right: 20px;
}

.header__bottom>.menu li div:has(img) a {
    width: calc(100%-33px);
}

.header__bottom>.menu .submenu {
    width: 130%;
    display: none;
    position: absolute;
    top: auto;
    bottom: 50px;
    left: -20%;
    padding: 17px 20px 10px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
}

.header__bottom>.menu li:hover .submenu {
    display: block;
}

.header__bottom>.menu li:hover>div>img {
    transform: rotate(180deg);
}

.header__bottom>.menu .submenu>li {
    padding: 13px 0;
    border-bottom: 2.5px solid transparent;
    border-image: linear-gradient(90deg, rgba(151, 82, 71, 0) 0%, rgba(151, 82, 71, 0.5) 20%, rgba(151, 82, 71, 0.5) 80%, rgba(151, 82, 71, 0) 100%);
    border-image-slice: 2;
}

.header__bottom>.menu .submenu>li:last-child {
    border-bottom: none;
}

.header__bottom>.menu .submenu>li>a {
    font-size: 22px;
    line-height: 110%;
    display: block;
    text-align: center;
    padding: 0;
}

.header__bottom>.menu .submenu>li>a span {
    font-family: 'Inter';
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.header__bottom>.menu .submenu>li>a span:nth-child(1) {
    font-size: 17px;
    line-height: 21px;
}

.header__bottom>.menu .submenu>li>a span:nth-child(2) {
    font-size: 13px;
    line-height: 16px;
}

.header__bottom>.menu .submenu>li>a>img {
    float: left;
    margin-top: 3px;
    position: initial;
}

/*---------- section hero ----------*/
.hero {
    width: 100%;
    padding-top: 35px;
    margin-bottom: 50px;
    z-index: 5;
}

.hero__content {
    display: flex;
    gap: 58px;
}

.left-block,
.right-block {
    width: 50%;
}

.hero h1 {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
}

.hero p {
    width: 100%;
    text-shadow: 0px 0px 10px #000000;
    margin-bottom: 15px;
}

.hero.main h1,
.hero.main p {
    max-width: 860px;
}

.hero a,
a.link {
    font-family: 'Caveat';
    font-weight: 400;
    font-size: 54px;
    line-height: 65%;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}

a.link {
    text-align: left;
    color: #EACA9E;
    margin-top: 70px;
    padding-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.hero.main a {
    color: #fff;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: -30px;
    left: 30%;
}

.hero a span {
    padding-top: 40px;
}

.hero a img {
    float: none;
}

.hero ul {
    list-style: inside;
}

.hero ul li {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    line-height: 146%;
    text-shadow: 0px 0px 10px #000000;
}

.hero ul li::marker {
    font-size: 16px;
}

/*---------- section 2-columns ----------*/
.two-columns {
    z-index: 5;
}

.two-columns>.inner>.items-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.item__bg {
    width: 100%;
    padding: 8px;
    border-radius: 20px;
    background-image: url(../img/card-bg.webp);
    background-position: center;
    background-size: cover;
    text-align: center;
    font-family: 'Orelega One';
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    color: #301D02;
    text-shadow: 0px 2px 4px #fff;
    display: block;
}

.item__bg span {
    font-size: 25px;
    line-height: 26px;
    display: block;
}

.item__bg .img-wrap {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.item__heading {
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item p {
    font-size: 24px;
    line-height: 140%;
    text-shadow: 0px 0px 10px #000000;
    margin: 20px 0;
}

.item__btns {
    display: flex;
    gap: 10px;
}

.btn-light {
    width: fit-content;
    border: 1px solid #fff;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    border-radius: 15px;
    background: transparent;
    padding: 0px 40px;
    font-family: 'Triod Postnaja';
    font-weight: 500;
    font-size: 34px;
    line-height: 50px;
    color: #fff;
}

.btn-light:hover {
    background-color: #fff;
    color: rgba(92, 63, 62, 1);
    text-shadow: none;
}

/*---------- section video ----------*/

.video {
    width: 100%;
    border-radius: 20px;
    background-image: url(../img/card-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.3);
    padding: 38px;
    margin: 50px 0;
}

.video-wrap {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    padding: 15px;
}

/*---------- section 3-columns ----------*/
.three-columns>.inner>.items-wrap {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    gap: 50px;


    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.three-columns>.inner>.items-wrap > * {
    flex: 0 0 calc(100% / 3 - 100px);
}

/*---------- section map ----------*/
.map {
    width: 100vw;
    background-color: #fff;
    padding: 15px 0;
    margin: 50px 0;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.6);
}

.map .map-wrap {
    height: 500px;
}

/*---------- section main-gallery ----------*/
.main-gallery {
    padding-bottom: 150px;
}

.gallery-wrap {
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    width: 100%;
    max-width: 1380px;
    height: 930px;
    padding: 15px 40px;
    margin: 0 auto;
    width: 100%;
}

.gallery-thumbs {
    width: 100%;
    max-width: 1217px;
    height: 104px;
    box-sizing: border-box;
    margin: 0 auto 20px;
}

.gallery-thumbs .swiper-wrapper {
    display: flex;
    align-items: center;
}

.gallery-thumbs .swiper-slide {
    width: 110px;
    height: 76px;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    width: 150px;
    height: 104px;
}

.gallery-bottom {
    width: 100%;
    height: 770px;
}

.gallery-bottom .swiper-slide {
    width: 100%;
    max-width: 1300px;
    height: 720px;
}

.gallery-bottom .swiper-slide.img-wrap,
.gallery-bottom .swiper-slide.img-wrap::after {
    border-radius: 0;
}

.gallery-bottom .swiper-slide img {
    margin: 0 auto;
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.gallery-bottom .swiper-slide p {
    margin-top: 20px;
    font-family: 'Orelega One';
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #975247;
}

.gallery-bottom .swiper-button-next:after,
.gallery-bottom .swiper-button-prev:after {
    display: none;
}

.swiper-container {
    position: relative;
}

.swiper-container .swiper-custom-btn {
    cursor: pointer;
    position: absolute;
    top: -110px;
}

.swiper-container .swiper-custom-btn.arrow-left {
    left: -20px;
    transform: rotate(180deg);
}

.swiper-container .swiper-custom-btn.arrow-right {
    right: -20px;
}

/*---------- footer ----------*/
footer {
    background: url(../img/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 50px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 128px;
}

.footer__top .contacts {
    max-width: 291px;
    text-wrap: wrap;
    margin-right: 150px;
}

.footer__top .contacts a,
.footer__top .contacts div {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 30px;
}

.footer__top .contacts div:last-child {
    line-height: 30px;
}

.footer__top .contacts a img {
    float: left;
    margin: 10px 20px 0 0;
    width: 50px;
    object-fit: scale-down;
}

.footer__top .contacts div img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 50px;
    object-fit: scale-down;
}

.footer__top .contacts a span {
    font-family: 'Orelega One';
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
}

.footer__top .contacts div span {
    font-weight: 400;
}

.footer__top .menu {
    max-width: 310px;
    text-wrap: wrap;
}

.footer__top .menu a {
    font-family: 'Orelega One';
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.9px;
}

.footer__top .menu .social {
    display: flex;
    gap: 30px;
    padding-top: 20px;
}

.footer__top .menu .submenu a {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
    letter-spacing: 0.9px;
}

.footer__top .menu .submenu a span {
    display: block;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}

.footer__top .menu a:hover,
.footer__top .menu .submenu a:hover {
    text-decoration: underline;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.footer__bottom a {
    text-decoration: underline;
    color: #fff;
}

/*---------- media query ----------*/
@media (max-width: 1900px) {
    /* .map-bg {
        right: -30%;
    } */

    .item__bg .img-wrap {
        height: 290px;
    }
}

@media (max-width: 1600px) {
    .map-bg {
        width: 800px;
    }

    .inner {
        max-width: 1300px;
    }

    .title>a {
        font-size: 60px;
        line-height: 70px;
    }

    .subtitle {
        font-size: 30px;
        line-height: 32px;
    }

    .header__btns {
        gap: 15px;
    }

    .btn-white {
        padding: 12px;
    }

    .btn-white.max {
        width: 280px;
    }

    .btn-white.max img {
        margin-right: 10px;
    }

    .btn-white.min {
        gap: 10px;
    }

    .btn-white.min span {
        font-size: 18px;
        line-height: 20px;
    }

    .header__bottom {
        border-radius: 10px;
    }

    .map-bg {
        /* right: -50%; */
        top: 60%;
        width: 600px;
    }

    .hero.main a {
        left: 20%;
    }

    .item p {
        font-size: 20px;
    }

    .btn-light {
        font-size: 30px;
    }

    .video {
        border-radius: 0;
    }

    .gallery-thumbs {
        max-width: 1130px;
    }

    .footer__top .contacts {
        margin-right: 0;
    }

    .footer__top .menu {
        max-width: 230px;
    }
    .three-columns>.inner>.items-wrap {
        /* grid-template-columns: repeat(2, 1fr); */
        gap: 30px;
    }
    .three-columns>.inner>.items-wrap > * {
        flex: 0 0 calc(100% / 2 - 30px);
    }
}

@media (max-width: 1450px) {
    .map-bg {
        /* right: -50%; */
        top: 60%;
    }
}

@media (max-width: 1300px) {
    .inner {
        max-width: 1100px;
    }

    .map-bg {
        /* right: -80%; */
        top: 60%;
    }

    .title>a {
        font-size: 50px;
        line-height: 60px;
    }

    .subtitle {
        font-size: 24px;
        line-height: 28px;
    }

    h4 {
        font-size: 35px;
    }

    p,
    .hero ul li {
        font-size: 22px;
        line-height: 140%;
    }

    .logo a {
        width: 220px;
    }

    .header__btns {
        flex-wrap: wrap;
    }

    .btn-white,
    .btn-white.max,
    .btn-white.min {
        width: 45%;
        padding: 12px 28px;
    }

    .location {
        flex-wrap: wrap;
        gap: 0;
    }

    .header__bottom>.img-wrap {
        height: 420px;
    }

    .header__bottom>.menu li a {
        font-size: 22px;
    }

    .header__bottom>.menu li div img {
        margin-right: 10px;
    }

    .header__bottom>.menu>li .submenu {
        bottom: 46px;
    }

    .header__bottom>.menu .submenu>li>a {
        font-size: 20px;
    }

    .header__bottom>.menu .submenu>li>a span:nth-child(1) {
        font-size: 16px;
        line-height: 19px;
    }

    .hero.main a {
        font-size: 44px;
        bottom: -40px;
        left: 20%;
    }

    a.link {
        font-size: 44px;
        margin: 100px 0 30px;
    }

    .btn-light {
        font-size: 24px;
        line-height: 44px;
        padding: 0 30px;
    }

  

    .gallery-thumbs {
        max-width: 860px;
    }

    .gallery-wrap {
        height: 770px;
    }

    .gallery-bottom {
        width: 100%;
        height: 620px;
    }

    .gallery-bottom .swiper-slide {
        height: 570px;
    }

    .footer__top .menu {
        max-width: 200px;
    }

    .footer__top .contacts a span,
    .footer__top .menu a {
        font-size: 24px;
        line-height: 26px;
    }

    .footer__top .menu .submenu a {
        font-size: 18px;
    }

    .footer__top .menu .submenu a span {
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .footer__top {
        margin-bottom: 98px;
    }
}

@media (max-width: 1200px) {
    .inner {
        max-width: 1000px;
    }

    .map-bg {
        /* right: -80%; */
        top: 60%;
    }

    .title>a {
        font-size: 45px;
        line-height: 54px;
    }

    p,
    .hero ul li {
        font-size: 20px;
        line-height: 120%;
    }

    .header__bottom>.img-wrap {
        height: 320px;
    }

    .header__bottom>.menu .submenu>li>a span:nth-child(1) {
        font-size: 14px;
        line-height: 16px;
    }

    .two-columns>.inner>.items-wrap {
        gap: 30px;
    }

    .item__bg {
        font-size: 30px;
        line-height: 34px;
    }

    .item__bg span {
        font-size: 22px;
        line-height: 24px;
    }

    .item p {
        font-size: 18px;
    }

    .gallery-wrap {
        height: 700px;
    }

    .gallery-thumbs {
        max-width: 800px;
    }

    .gallery-bottom .swiper-slide {
        height: 500px;
    }

    footer {
        padding: 50px 0;
    }

    .footer__top {
        flex-wrap: wrap;
    }

    .footer__top .contacts {
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }

    .footer__top .contacts a span {
        display: block;
    }

    .footer__top .menu {
        width: calc(100%/4 - 20px);
        margin: 0 10px;
    }
}

@media (max-width: 992px) {
    .inner {
        max-width: 840px;
    }

    .map-bg {
        display: none;
    }

    .header__top {
        gap: 20px;
    }

    .title>a {
        font-size: 44px;
        line-height: 100%;
    }

    .subtitle {
        font-size: 22px;
        line-height: 24px;
    }

    .rating,
    .location,
    .btn-white.min {
        display: none;
    }

    .header__btns {
        gap: 15px;
        align-items: flex-start;
    }

    .btn-white,
    .btn-white.max {
        width: 45%;
        padding: 12px 10px;
    }

    .btn-white.max img {
        margin-right: 0;
    }

    .header__bottom>.img-wrap {
        display: none;
    }

    .header__bottom {
        width: 74px;
        height: 65px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        padding: 12px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 5px;
    }

    .burger-menu {
        width: 100%;
        height: 100%;
        display: inline-block;
        color: #5C3F3E;
        text-shadow: 0px 0px 8px #fff;
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 14px;
        line-height: 0;
        letter-spacing: .15rem;
    }

    .burger-menu .line-1,
    .burger-menu .line-3 {
        display: block;
        height: 5px;
        width: 50px;
        background-color: #5C3F3E;
        border-radius: 1px;
    }

    .burger-menu .line-1 {
        -webkit-animation: menu-top-reverse .5s ease-in-out forwards;
        animation: menu-top-reverse .5s ease-in-out forwards;
    }

    .burger-menu .line-2 {
        display: inline-block;
        margin: 16px 0;
        -webkit-transition: .5s;
        transition: .5s;
        opacity: 1;
    }

    .burger-menu .line-3 {
        -webkit-animation: menu-bottom-reverse .5s ease-in-out forwards;
        animation: menu-bottom-reverse .5s ease-in-out forwards;
    }

    .burger-menu.clicked .line-1 {
        -webkit-animation: menu-top .4s ease-in-out forwards;
        animation: menu-top .4s ease-in-out forwards;
    }

    .burger-menu.clicked .line-2 {
        opacity: 0;
    }

    .burger-menu.clicked .line-3 {
        -webkit-animation: menu-bottom .4s ease-in-out forwards;
        animation: menu-bottom .4s ease-in-out forwards;
    }


    @-webkit-keyframes menu-top {
        0% {
            -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(20px);
            transform: rotate(0deg) translateY(19px)
        }

        to {
            -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(19px) rotate(45deg)
        }
    }

    @keyframes menu-top {
        0% {
            -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(19px);
            transform: rotate(0deg) translateY(19px)
        }

        to {
            -webkit-transform: translateY(19px) rotate(45deg);
            transform: translateY(19px) rotate(45deg)
        }
    }

    @-webkit-keyframes menu-top-reverse {
        0% {
            -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(20px);
            transform: rotate(0deg) translateY(20px)
        }

        to {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg)
        }
    }

    @keyframes menu-top-reverse {
        0% {
            -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(20px);
            transform: rotate(0deg) translateY(20px)
        }

        to {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg)
        }
    }

    @-webkit-keyframes menu-bottom {
        0% {
            -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(-19px);
            transform: rotate(0deg) translateY(-19px)
        }

        to {
            -webkit-transform: translateY(-19px) rotate(-45deg);
            transform: translateY(-19px) rotate(-45deg)
        }
    }

    @keyframes menu-bottom {
        0% {
            -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(-19px);
            transform: rotate(0deg) translateY(-19px)
        }

        to {
            -webkit-transform: translateY(-19px) rotate(-45deg);
            transform: translateY(-19px) rotate(-45deg)
        }
    }

    @-webkit-keyframes menu-bottom-reverse {
        0% {
            -webkit-transform: translateY(-19px) rotate(-45deg);
            transform: translateY(-19px) rotate(-45deg)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(-19px);
            transform: rotate(0deg) translateY(-19px)
        }

        to {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg)
        }
    }

    @keyframes menu-bottom-reverse {
        0% {
            -webkit-transform: translateY(-19px) rotate(-45deg);
            transform: translateY(-19px) rotate(-45deg)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(-19px);
            transform: rotate(0deg) translateY(-19px)
        }

        to {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg)
        }
    }

    .header__bottom>.menu {
        display: none;
        width: 500px;
        background-color: #fff;
        border-radius: 12px;
        padding: 12px 0;
        position: absolute;
        right: 0;
        top: 66px;
        z-index: 10;
        box-shadow: 0px 0px 3px #5C3F3E, inset 0px 0px 5px #5C3F3E;
    }

    .header__bottom>.menu>li {
        border-right: none;
        border-bottom: 2.5px solid transparent;
        border-image: linear-gradient(90deg, rgba(151, 82, 71, 0) 0%, rgba(151, 82, 71, 0.5) 20%, rgba(151, 82, 71, 0.5) 80%, rgba(151, 82, 71, 0) 100%);
        border-image-slice: 2;
        border-radius: 10px;
        padding: 0 12px;
        position: relative;
    }

    .header__bottom>.menu>li:hover {
        box-shadow: 0px 0px 7px #5C3F3E;
    }

    .header__bottom>.menu li a,
    .header__bottom>.menu li div {
        justify-content: space-between;
    }

    .header__bottom>.menu li div a {
        text-align: left;
        margin-left: 10px;
    }

    .header__bottom>.menu li:hover .submenu {
        display: none;
    }

    .header__bottom>.menu li.active>div>img {
        transform: none;
    }

    .header__bottom>.menu li>div>img {
        transform: rotate(180deg);
        padding: 0 10px;
    }

    .header__bottom>.menu>li .submenu {
        width: 100%;
        display: none;
        position: initial;
        padding: 0 0 10px 0;
        border-radius: 0;
    }

    .header__bottom>.menu>li.active .submenu {
        display: block;
    }

    .header__bottom>.menu .submenu>li {
        padding: 6px 0;
    }

    .header__bottom>.menu .submenu>li>a {
        position: relative;
    }

    .header__bottom>.menu .submenu>li>a>img {
        float: none;
        position: absolute;
        left: 20%;
    }

    .logo a {
        width: 100px;
    }

    .hero {
        margin-bottom: 0;
    }

    .hero__content {
        flex-direction: column;
        gap: 30px;
    }

    .left-block,
    .right-block {
        width: 100%;
    }

    .hero.main a {
        bottom: 0;
        left: 30%;
    }

    .hero.main a img {
        display: none;
    }

    .btn-light {
        font-size: 22px;
        line-height: 38px;
        padding: 0 26px;
        border-radius: 10px;
        text-stroke: initial;
        -webkit-text-stroke: initial;
        -o-text-stroke: initial;
    }

    .item__bg .img-wrap {
        height: 200px;
    }

    .map .map-wrap {
        height: 400px;
    }

    .main-gallery {
        padding-bottom: 90px;
    }

    .gallery-wrap {
        height: 630px;
    }

    .gallery-thumbs {
        max-width: 660px;
    }

    .gallery-bottom {
        height: 500px;
    }

    .gallery-bottom .swiper-slide {
        height: 427px;
    }
}

@media (max-width: 850px) {
    section {
        padding: 30px 0;
    }

    .inner {
        max-width: 740px;
    }

    .title>a {
        font-size: 38px;
    }

    .subtitle {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    a.link {
        margin: 50px 0 30px;
    }

    .btn-white,
    .btn-white.max {
        padding: 12px 0;
    }

    .btn-white.max span {
        font-size: 20px;
    }

    /* .two-columns>.inner>.items-wrap {
        grid-template-columns: repeat(1, 1fr);
    } */

    .three-columns>.inner>.items-wrap > * {
        flex: 0 0 100%;
    }

    .item__bg .img-wrap {
        height: 290px;
    }

    .map {
        margin: 50px 0 30px;
    }

    .gallery-thumbs {
        max-width: 580px;
    }
}

@media (max-width: 768px) {
    .inner {
        max-width: 500px;
    }

    .logo a {
        width: 100px;
    }

    .title>a {
        font-size: 36px;
    }

    .subtitle {
        font-size: 16px;
        line-height: 18px;
    }

    h1,
    h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    h4 {
        font-size: 28px;
    }

    p,
    .hero ul li {
        font-size: 18px;
        line-height: 120%;
    }

    .header__top {
        gap: 10px;
    }

    .btn-white,
    .btn-white.max {
        padding: 12px 10px;
    }

    .header__btns {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100vw;
        flex-direction: row;
    }

    .btn-white,
    .btn-white.max {
        width: 240px;
    }

    .btn-white img {
        width: 40px;
    }

    .btn-white:nth-child(1) img,
    .btn-white:nth-child(2) img {
        margin-top: 0;
    }

    main {
        padding-top: 50px;
    }

    .hero.main a,
    a.link {
        font-size: 32px;
    }

    a.link {
        margin: 40px 0 10px;
    }

    .item__bg {
        font-size: 22px;
        line-height: 26px;
        border-radius: 15px;
    }

    .item__bg span {
        font-size: 16px;
        line-height: 18px;
    }

    .item p {
        font-size: 16px;
    }

    .item__heading {
        height: 52px;
    }

    .item__btns {
        flex-wrap: wrap;
    }

    .three-columns>.inner>.items-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .video-wrap {
        padding: 8px 8px 4px;
        border-radius: 10px;
    }

    .gallery-wrap {
        height: 500px;
        padding: 15px;
        border-radius: 10px;
    }

    .gallery-thumbs {
        max-width: 400px;
        margin: 0 auto 10px;
    }

    .gallery-thumbs .swiper-slide {
        width: 90px;
        height: auto;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        width: 120px;
        height: auto;
    }

    .gallery-bottom {
        height: 400px;
    }

    .gallery-bottom .swiper-slide {
        height: 300px;
    }

    .footer__top .contacts {
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        margin-bottom: 30px;
    }

    .footer__top .contacts a span {
        display: block;
    }

    .footer__top .menu {
        width: calc(100%/2 - 20px);
        margin-bottom: 30px;
    }

    .footer__top {
        margin-bottom: 50px;
    }
}

@media (max-width: 520px) {
    .inner {
        max-width: 350px;
    }

    .hero {
        padding-top: 0;
    }

    .hero>.inner {
        margin-top: 30px;
    }

    .header__top {
        gap: 6px;
    }

    .logo a {
        width: 60px;
    }

    h1,
    h2,
    h4 {
        text-stroke: 1px rgba(92, 63, 62, 0.7);
        -webkit-text-stroke: 1px rgba(92, 63, 62, 0.7);
        -o-text-stroke: 1px rgba(92, 63, 62, 0.7);
    }

    .title>a {
        font-size: 26px;
        text-stroke: 0.6px rgba(92, 63, 62, 0.7);
        -webkit-text-stroke: 0.6px rgba(92, 63, 62, 0.7);
        -o-text-stroke: 0.6px rgba(92, 63, 62, 0.7);
    }

    .subtitle {
        display: none;
    }

    h1,
    h2 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    p,
    .hero ul li {
        font-size: 16px;
        line-height: 130%;
    }

    .header__btns {
        top: 60px;
    }

    .header__btns {
        gap: 10px;
    }

    .btn-white:nth-child(1) img,
    .btn-white:nth-child(2) img {
        display: none;
    }

    .btn-white,
    .btn-white.max {
        width: 43%;
        padding: 8px 0 8px 8px;
        height: 52px;
    }

    .btn-white.max span {
        font-size: 17px;
    }

    .header__bottom {
        width: 60px;
        height: 52px;
        padding: 10px 8px;
        top: 0;
    }

    .burger-menu .line-1,
    .burger-menu .line-3 {
        width: 100%;
        height: 3px;
    }

    .burger-menu .line-2 {
        margin: 13px 0;
        font-size: 12px;
    }

    @-webkit-keyframes menu-top {
        0% {
            -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(15px);
            transform: rotate(0deg) translateY(15px)
        }

        to {
            -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg)
        }
    }

    @keyframes menu-top {
        0% {
            -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(15px);
            transform: rotate(0deg) translateY(15px)
        }

        to {
            -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg)
        }
    }

    @-webkit-keyframes menu-bottom {
        0% {
            -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(-15px);
            transform: rotate(0deg) translateY(-15px)
        }

        to {
            -webkit-transform: translateY(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg)
        }
    }

    @keyframes menu-bottom {
        0% {
            -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0)
        }

        50% {
            -webkit-transform: rotate(0deg) translateY(-15px);
            transform: rotate(0deg) translateY(-15px)
        }

        to {
            -webkit-transform: translateY(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg)
        }
    }

    .header__bottom>.menu {
        width: 340px;
        right: 10px;
    }

    .header__bottom>.menu .submenu>li>a>img {
        left: 10%;
    }

    main {
        padding: 10px 0 30px;
    }

    .item__bg .img-wrap {
        height: 200px;
    }

    .item__heading {
        height: 42px;
    }

    .video {
        padding: 20px;
        margin: 30px 0;
    }

    .map .map-wrap {
        height: 350px;
    }

    .gallery-wrap {
        height: 380px;
        padding: 15px;
    }

    .gallery-thumbs {
        max-width: 220px;
    }

    .gallery-bottom .swiper-slide {
        height: 200px;
    }

    .gallery-bottom .swiper-slide p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }

    .gallery-thumbs .swiper-slide {
        width: 80px;
        height: 55px;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        width: 110px;
        height: 76px;
    }

    .footer__top .contacts {
        margin-bottom: 15px;
    }

    .footer__top .contacts a img,
    .footer__top .contacts div img {
        margin: 0 10px 0 0;
    }

    .footer__top .contacts a:nth-child(1) img,
    .footer__top .contacts a:nth-child(2) img {
        margin-right: 20px;
    }

    .footer__top .contacts a span,
    .footer__top .menu a {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.8px;
    }

    .footer__top .menu .social {
        gap: 15px;
    }
}


