@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/FuturaPT-Book.woff2) format("woff2");
}
@font-face {
    font-family: CenturySchoolbook;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/CenturySchoolbook.woff2) format("woff2");
}
@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/FuturaPT-Medium.woff2) format("woff2");
}
html {
    min-height: 100%;
}
body,
html {
    scroll-behavior: smooth;
}
body {
    font-family: FuturaPT, sans-serif;
    font-size: 1.5em;
    line-height: 1.2916666;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #696868;
    background-color: #eaded2;
    background-image: url(../img/bg.svg);
    font-weight: 400;
}
@media all and (max-width: 1199px) {
    body {
        font-size: 1em;
        line-height: 1.5;
    }
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-style: normal;
    margin: 0;
}
strong {
    font-weight: 500;
}
.heading {
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    .heading {
        margin-bottom: 30px;
    }
}
.heading h1,
.heading h2 {
    font-family: CenturySchoolbook, sans-serif;
    font-size: 64px;
    line-height: 77px;
    font-weight: 400;
    text-transform: uppercase;
    color: #c2a38d;
}
@media all and (max-width: 1400px) {
    .heading h1,
    .heading h2 {
        font-size: 56px;
        line-height: 120%;
    }
}
@media all and (max-width: 1199px) {
    .heading h1,
    .heading h2 {
        font-size: 46px;
    }
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 34px;
    }
}
.heading.heading-big h1,
.heading.heading-big h2 {
    font-size: 76px;
    line-height: 91px;
}
@media all and (max-width: 1400px) {
    .heading.heading-big h1,
    .heading.heading-big h2 {
        font-size: 56px;
        line-height: 120%;
    }
}
@media all and (max-width: 1199px) {
    .heading.heading-big h1,
    .heading.heading-big h2 {
        font-size: 46px;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-big h1,
    .heading.heading-big h2 {
        font-size: 34px;
    }
}
.heading p {
    margin-top: 40px;
}
@media all and (max-width: 1700px) {
    .heading p {
        margin-top: 24px;
    }
}
@media all and (max-width: 991px) {
    .heading p {
        margin-top: 16px;
    }
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #a17a5f;
    padding: 15px 23px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 14px;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn:hover {
    color: #fff;
    background-color: #d7986c;
}
.btn.btn-border {
    border: 1px solid #a17a5f;
    color: #a17a5f;
    background-color: transparent;
    padding: 14px 22px;
}
.btn.btn-border:hover {
    color: #fff;
    border: 1px solid #d7986c;
    background-color: #d7986c;
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !important;
        min-width: inherit !important;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
section {
    margin-bottom: 100px;
}
@media all and (max-width: 1199px) {
    section {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 575px) {
    section {
        margin-bottom: 60px;
    }
}
.mb-0 {
    margin-bottom: 0 !important;
}
section {
    margin-bottom: 80px;
}
@media all and (max-width: 1199px) {
    section {
        margin-bottom: 60px;
    }
}
.modal {
    color: #696868;
    max-width: 667px;
    width: 100%;
    border-radius: 40px 0 40px 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #e2d2c3;
    background-image: url(../img/bg_2.svg);
    padding: 80px 40px;
}
@media all and (max-width: 1700px) {
    .modal {
        padding: 60px 40px;
    }
}
@media all and (max-width: 575px) {
    .modal {
        padding: 40px 30px;
    }
}
.modal .modal__heading {
    margin-bottom: 20px;
}
.modal .modal__heading h2 {
    font-size: 48px;
    line-height: 62px;
}
@media all and (max-width: 575px) {
    .modal .modal__heading h2 {
        font-size: 32px;
        line-height: 120%;
    }
}
.modal .carousel__button.is-close {
    top: 22px !important;
    right: 22px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media all and (max-width: 575px) {
    .modal .carousel__button.is-close {
        top: 12px !important;
        right: 12px !important;
    }
}
.modal .carousel__button.is-close svg {
    width: 30px;
    height: 30px;
    stroke: #c2a38d;
}
.modal .carousel__button.is-close svg path {
    stroke-width: 2;
}
#modal-thanks .modal__heading {
    margin-bottom: 0;
}
.form__inner .form__item {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .form__inner .form__item {
        margin-bottom: 16px;
    }
}
.form__inner .form__item input,
.form__inner .form__item select,
.form__inner .form__item textarea {
    width: 100%;
    height: 60px;
    border-radius: 14px;
    border: 1px solid #bf9d85;
    background-color: transparent;
    font-size: 24px;
    color: #bf9d85;
    padding-left: 26px;
    padding-right: 14px;
}
@media all and (max-width: 575px) {
    .form__inner .form__item input,
    .form__inner .form__item select,
    .form__inner .form__item textarea {
        font-size: 16px;
    }
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item select::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #bf9d85;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #bf9d85;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item select::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
    color: #bf9d85;
    opacity: 1;
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item select::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #bf9d85;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #bf9d85;
    opacity: 1;
}
.form__inner .form__item input:-ms-input-placeholder,
.form__inner .form__item select:-ms-input-placeholder,
.form__inner .form__item textarea:-ms-input-placeholder {
    color: #bf9d85;
    opacity: 1;
}
.form__inner .form__item input::-ms-input-placeholder,
.form__inner .form__item select::-ms-input-placeholder,
.form__inner .form__item textarea::-ms-input-placeholder {
    color: #bf9d85;
    opacity: 1;
}
.form__inner .form__item input::placeholder,
.form__inner .form__item select::placeholder,
.form__inner .form__item textarea::placeholder {
    color: #bf9d85;
    opacity: 1;
}
.form__inner .form__item textarea {
    padding-top: 10px;
    height: 166px;
    resize: none;
}
@media all and (max-width: 575px) {
    .form__inner .form__item textarea {
        height: 130px;
    }
}
.form__inner .form__submit {
    position: relative;
}
.form__inner .form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.form__inner .form__policy {
    margin-bottom: 20px;
}
.form__inner .form__policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.form__inner .form__policy .policy .text p {
    color: #696868;
    font-size: 16px;
    line-height: 120%;
}
.form__inner .form__policy .policy .text p a {
    text-decoration: underline;
    color: #c2a38d;
}
.form__inner .form__policy .policy .checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap:before {
    display: none;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item {
    margin: 0;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    width: 0;
    height: 0;
    display: none;
    visibility: hidden;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label {
    background-color: #c2a38d;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label:after {
    display: block;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label {
    position: relative;
    top: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #c2a38d;
    color: transparent;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 6px;
    background-color: transparent;
}
@media all and (max-width: 575px) {
    .form__inner
        .form__policy
        .policy
        .checkbox
        span.wpcf7-form-control-wrap
        span.wpcf7-acceptance
        span.wpcf7-list-item
        span.wpcf7-list-item-label {
        top: 1px;
    }
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #be9f8a;
    background-image: url(../img/bg_1.svg);
}
header.front__page {
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    header.front__page .header__top {
        padding-top: 20px;
    }
}
header.front__page .header__top .header__logo {
    position: relative;
    z-index: 4;
}
header.front__page .header__top .header__logo:after {
    display: none;
}
header.front__page .header__top .header__logo .logo__inner {
    width: 490px;
}
@media all and (max-width: 1700px) {
    header.front__page .header__top .header__logo .logo__inner {
        width: 440px;
    }
}
@media all and (max-width: 1400px) {
    header.front__page .header__top .header__logo .logo__inner {
        width: 400px;
    }
}
@media all and (max-width: 450px) {
    header.front__page .header__top .header__logo .logo__inner {
        width: 350px;
    }
}
header.front__page .header__top .header__logo .logo__inner img {
    position: absolute;
    top: -25px;
    left: 0;
    width: 490px;
}
@media all and (max-width: 1700px) {
    header.front__page .header__top .header__logo .logo__inner img {
        top: -20px;
    }
}
@media all and (max-width: 1400px) {
    header.front__page .header__top .header__logo .logo__inner img {
        width: 400px;
        top: -16px;
    }
}
@media all and (max-width: 1199px) {
    header.front__page .header__top .header__logo .logo__inner img {
        top: -20px;
    }
}
@media all and (max-width: 450px) {
    header.front__page .header__top .header__logo .logo__inner img {
        top: -16px;
    }
}
header.page .header__top .header__conatcts::after,
header.page .header__top .header__logo::after {
    display: none;
}
header .header__top {
    padding: 15px 0;
}
@media all and (max-width: 1199px) {
    header .header__top {
        padding: 12px 0;
    }
}
header .header__top .header__logo {
    position: relative;
}
header .header__top .header__logo:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_3.svg);
    width: 550px;
    height: 111px;
    top: 0;
    bottom: 0;
    left: -120px;
    margin: auto;
    z-index: -1;
}
@media all and (max-width: 1816px) {
    header .header__top .header__logo:after {
        left: 0;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .header__logo:after {
        display: none;
    }
}
header .header__top .header__logo .logo__inner {
    position: relative;
}
header .header__top .header__logo .logo__inner img {
    width: 223px;
    height: auto;
}
@media all and (max-width: 1400px) {
    header .header__top .header__logo .logo__inner img {
        width: 200px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .header__logo .logo__inner img {
        width: 130px;
    }
}
header .header__top .header__menu {
    position: relative;
    z-index: 5;
}
@media all and (max-width: 1199px) {
    header .header__top .header__menu .menu__inner {
        display: none;
    }
}
header .header__top .header__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .header__top .header__menu .menu__inner ul li {
    position: relative;
}
header
    .header__top
    .header__menu
    .menu__inner
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    background-size: 100% 2px;
}
header .header__top .header__menu .menu__inner ul li:hover > a {
    background-size: 100% 2px;
}
header .header__top .header__menu .menu__inner ul li a {
    font-weight: 500;
    color: #fff;
    display: inline;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#fff),
        to(#fff)
    );
    background: linear-gradient(to left, #fff, #fff);
    padding: 5px 0;
    background-size: 0 2px;
    -webkit-background-position:
        0 100%,
        100% 100%;
    background-position:
        0 100%,
        100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
    transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
}
header .header__top .header__menu .menu__inner ul li.menu-item-has-children {
    position: relative;
}
header
    .header__top
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    > a {
    padding-right: 18px;
}
header
    .header__top
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/chevron-down.svg);
    width: 16px;
    height: 16px;
    top: 4px;
    bottom: 0;
    right: 0;
    margin: auto;
}
header
    .header__top
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children:hover
    > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
header
    .header__top
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu {
    position: absolute;
    top: 37px;
    left: 0;
    padding: 10px 16px;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    display: block;
    background-color: #c2a38d;
    z-index: 10;
    -webkit-box-shadow: 0 0 23px 0 rgba(82, 82, 82, 0.18);
    box-shadow: 0 0 23px 0 rgba(82, 82, 82, 0.18);
}
@media all and (max-width: 991px) {
    header
        .header__top
        .header__menu
        .menu__inner
        ul
        li.menu-item-has-children
        ul.sub-menu {
        width: 180px;
    }
}
header
    .header__top
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li:not(:last-child) {
    margin-bottom: 6px;
}
header
    .header__top
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a {
    font-size: 20px;
    line-height: 26px;
    padding: 0;
}
header
    .header__top
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    ul.sub-menu {
    left: 198px;
    top: -5px;
}
header .header__top .header__menu .header_burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 1199px) {
    header .header__top .header__menu .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__top .header__menu .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header .header__top .header__menu .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 12px;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 20px;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .header__top .header__menu .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #be9f8a;
    background-image: url(../img/bg_1.svg);
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 20px;
    top: 0;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
header .header__top .header__menu .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__top .header__menu .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .container {
    padding-left: 14px;
    padding-right: 14px;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu {
    margin-bottom: 30px;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 10px;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    background-size: 100% 2px;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    .sub-menu {
    padding-left: 18px;
    padding-top: 10px;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: inline;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#fff),
        to(#fff)
    );
    background: linear-gradient(to left, #fff, #fff);
    background-size: 0 2px;
    -webkit-background-position:
        0 100%,
        100% 100%;
    background-position:
        0 100%,
        100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
    transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    background-size: 100% 2px;
}
header .header__top .header__conatcts {
    position: relative;
    z-index: 2;
}
@media all and (max-width: 1199px) {
    header .header__top .header__conatcts {
        display: none;
    }
}
header .header__top .header__conatcts:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_4.svg);
    width: 433px;
    height: 111px;
    top: 0;
    bottom: 0;
    right: -130px;
    margin: auto;
    z-index: -1;
}
@media all and (max-width: 1960px) {
    header .header__top .header__conatcts:after {
        right: -70px;
    }
}
@media all and (max-width: 1816px) {
    header .header__top .header__conatcts:after {
        right: 0;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .header__conatcts:after {
        display: none;
    }
}
header .header__top .header__conatcts .conatcts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 65px;
}
@media all and (max-width: 1700px) {
    header .header__top .header__conatcts .conatcts__inner {
        gap: 40px;
    }
}
@media all and (max-width: 1400px) {
    header .header__top .header__conatcts .conatcts__inner {
        gap: 30px;
    }
}
header .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .social {
        margin-bottom: 20px;
    }
}
header .social li a {
    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;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #a17a5f;
}
header .social li a:hover {
    background-color: #d7986c;
}
header .social li a img {
    width: 23px;
    height: auto;
}
header .phone__address {
    color: #fff;
}
@media all and (min-width: 1199px) {
    header .phone__address {
        text-align: right;
    }
}
header .phone__address .phone {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}
header .phone__address .address {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}
@media all and (max-width: 1400px) {
    header .phone__address .address {
        font-size: 14px;
    }
}
header .header__main {
    position: relative;
    z-index: 3;
    min-height: 700px;
}
@media all and (max-width: 1816px) {
    header .header__main {
        min-height: 710px;
    }
}
@media all and (max-width: 1700px) {
    header .header__main {
        min-height: 490px;
    }
}
@media all and (max-width: 1400px) {
    header .header__main {
        min-height: 450px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main {
        min-height: inherit;
    }
}
header .header__main:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_5.svg);
    width: 550px;
    height: 773px;
    z-index: -1;
    top: 0;
    left: 0;
}
header .header__main .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
header .header__main .wrapper .main__content {
    width: 487px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 145px;
    position: relative;
}
@media all and (max-width: 1700px) {
    header .header__main .wrapper .main__content {
        padding-top: 130px;
    }
}
@media all and (max-width: 1400px) {
    header .header__main .wrapper .main__content {
        width: 400px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .main__content {
        width: auto;
    }
}
@media all and (max-width: 450px) {
    header .header__main .wrapper .main__content {
        padding-top: 110px;
    }
}
header .header__main .wrapper .main__content ul {
    list-style-type: disc;
    padding-left: 71px;
    max-width: 463px;
    width: 100%;
    margin-bottom: 40px;
}
@media all and (max-width: 1700px) {
    header .header__main .wrapper .main__content ul {
        padding-left: 50px;
    }
}
header .header__main .wrapper .main__content ul li {
    font-weight: 500;
    color: #fff;
}
header .header__main .wrapper .main__content ul li:not(:last-child) {
    margin-bottom: 22px;
}
header .header__main .wrapper .main__content .image {
    margin-top: 25px;
    margin-bottom: -67px;
    display: none;
}
header .header__main .wrapper .main__image {
    width: 100%;
}
@media all and (max-width: 575px) {
    header .header__main .wrapper .main__image {
        position: relative;
        width: calc(100% + 14px);
    }
}
header .header__main .wrapper .main__image .image__inner {
    width: 1268px;
}
@media all and (max-width: 1816px) {
    header .header__main .wrapper .main__image .image__inner {
        width: auto;
    }
}
#breadcrumbs {
    margin: 40px 0;
}
@media all and (max-width: 991px) {
    #breadcrumbs {
        margin: 30px 0;
    }
}
#breadcrumbs .breadcrumbs {
    color: #696868;
    font-weight: 500;
}
#breadcrumbs .breadcrumbs span {
    color: #c2a38d;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
    color: #696868;
    display: inline-block;
    font-weight: 400;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}
article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
}
article h3 {
    font-size: 26px;
}
article h4 {
    font-size: 22px;
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #00a8d2;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
article mark {
    padding: 0;
}
article .wp-block-table,
article table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    border-spacing: 0;
}
article table form,
article table li,
article table p,
article table ul {
    margin: 6px 0;
    padding: 0;
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}
article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    article table td,
    article table th {
        min-width: 180px;
    }
}
article table td,
article table.wp-block-table td {
    padding: 12px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}
article table.wp-block-table.is-style-stripes td {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}
body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: 0 0;
}
body span.wpcf7-not-valid-tip-no-ajax {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 12000;
}
.contact-inner-form .wpcf7-response-output {
    width: 95%;
}
body div.wpcf7-response-output {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}
body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}
body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align: center;
}
.section-image {
    margin-bottom: 140px;
}
@media all and (max-width: 1700px) {
    .section-image {
        display: none;
    }
}
.section-image .wrapper {
    position: relative;
    z-index: 4;
}
.section-image .image {
    position: absolute;
    top: -414px;
    left: 0;
}
@media all and (max-width: 1816px) {
    .section-image .image {
        top: -344px;
    }
}
@media all and (max-width: 1816px) {
    .section-image .image img {
        max-height: 400px;
    }
}
.section-about {
    position: relative;
    overflow: hidden;
}
@media all and (max-width: 1700px) {
    .section-about {
        margin-top: 80px;
    }
}
@media all and (max-width: 1199px) {
    .section-about {
        margin-top: 60px;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__content .content__inner .heading {
        margin-bottom: 0;
    }
}
@media all and (max-width: 1700px) {
    .section-about .about__content .content__inner .heading h2 {
        font-size: 64px;
        line-height: 77px;
    }
}
@media all and (max-width: 1400px) {
    .section-about .about__content .content__inner .heading h2 {
        font-size: 56px;
        line-height: 120%;
    }
}
@media all and (max-width: 991px) {
    .section-about .about__content .content__inner .heading h2 {
        font-size: 46px;
    }
}
@media all and (max-width: 575px) {
    .section-about .about__content .content__inner .heading h2 {
        font-size: 34px;
    }
}
@media all and (max-width: 1816px) {
    .section-about .about__content .content__inner .heading p {
        margin-top: 16px;
    }
}
@media all and (max-width: 1700px) {
    .section-about .about__content .content__inner .heading p {
        font-size: 20px;
    }
}
.section-about .about__image .image__inner {
    width: 1021px;
    position: relative;
    left: -71px;
}
@media all and (max-width: 1816px) {
    .section-about .about__image .image__inner {
        width: auto;
        left: 0;
    }
}
.section-contacts {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.section-contacts .contacts__content {
    position: relative;
    z-index: 2;
}
@media all and (min-width: 1199px) {
    .section-contacts .contacts__content {
        padding-right: 0;
    }
}
.section-contacts .contacts__content::after {
    position: absolute;
    content: "";
    background-color: #e5d5c6;
    background-size: 381px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_8.svg);
    top: 0;
    left: -1890px;
    width: 2000px;
    height: 100%;
    z-index: -1;
}
@media all and (max-width: 1199px) {
    .section-contacts .contacts__content::after {
        left: -500px;
    }
}
.section-contacts .contacts__content .content__inner {
    background-color: #e5d5c6;
    padding: 80px 80px 80px 0;
    border-radius: 0 0 66px 0;
}
@media all and (max-width: 1199px) {
    .section-contacts .contacts__content .content__inner {
        padding: 50px 0 40px 0;
        border-radius: 0;
    }
}
.section-contacts .contacts__content .content__inner ul {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__content .content__inner ul {
        margin-bottom: 20px;
    }
}
.section-contacts .contacts__content .content__inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
}
.section-contacts .contacts__content .content__inner ul li:not(:last-child) {
    margin-bottom: 20px;
}
.section-contacts .contacts__content .content__inner ul li .phone {
    font-weight: 500;
    font-size: 40px;
    line-height: 51px;
    color: #c2a38d;
    display: inline-block;
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__content .content__inner ul li .phone {
        font-size: 30px;
        line-height: 120%;
    }
}
.section-contacts .contacts__content .content__inner ul li .phone:hover {
    color: #d7986c;
}
.section-contacts .contacts__content .content__inner ul .address {
    font-weight: 500;
}
@media all and (min-width: 1199px) {
    .section-contacts .contacts__map {
        padding-left: 0;
    }
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__map.contacts__map-image {
        padding-left: 0;
        padding-right: 0;
    }
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__map.contacts__map-image .map__inner {
        border-radius: 0;
    }
}
.section-contacts .contacts__map .map__inner {
    height: 100%;
    width: 1021px;
    position: relative;
    z-index: 1;
    left: -61px;
}
@media all and (max-width: 1816px) {
    .section-contacts .contacts__map .map__inner {
        width: auto;
        left: 0;
    }
}
@media all and (max-width: 1199px) {
    .section-contacts .contacts__map .map__inner {
        height: 500px;
        border-radius: 10px;
        overflow: hidden;
    }
}
@media all and (max-width: 767px) {
    .section-contacts .contacts__map .map__inner {
        height: 300px;
    }
}
.section-contacts .contacts__map .map__inner #map,
.section-contacts .contacts__map .map__inner iframe {
    width: 100%;
    height: 100%;
}
.section-contacts .contacts__map .map__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 20px;
}
@media all and (max-width: 1199px) {
    #footer {
        margin-bottom: 40px;
    }
}
#footer .wrapper {
    max-width: 858px;
    width: 100%;
    margin: 0 auto;
}
#footer .wrapper .footer__logo {
    margin-bottom: 36px;
}
#footer .wrapper .footer__logo img {
    width: 280px;
    height: auto;
}
@media all and (max-width: 575px) {
    #footer .wrapper .footer__logo img {
        width: 220px;
    }
}
#footer .wrapper .footer__menu {
    margin-bottom: 20px;
}
#footer .wrapper .footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer
    .wrapper
    .footer__menu
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    background-size: 100% 2px;
}
#footer .wrapper .footer__menu ul li a {
    font-weight: 500;
    color: #696868;
    display: inline;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#696868),
        to(#696868)
    );
    background: linear-gradient(to left, #696868, #696868);
    background-size: 0 2px;
    -webkit-background-position:
        0 100%,
        100% 100%;
    background-position:
        0 100%,
        100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
    transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
}
#footer .wrapper .footer__menu ul li a:hover {
    background-size: 100% 2px;
}
#footer .wrapper .phone {
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #c2a38d;
    margin-bottom: 20px;
}
#footer .wrapper .phone:hover {
    color: #d7986c;
}
#footer .wrapper .social {
    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;
    gap: 9px;
    margin-bottom: 20px;
}
#footer .wrapper .social li a {
    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;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #a17a5f;
}
#footer .wrapper .social li a:hover {
    background-color: #d7986c;
}
#footer .wrapper .social li a img {
    width: 23px;
    height: auto;
}
.section-gallery .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
.section-gallery .swiper__nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 132px;
    height: 49px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 767px) {
    .section-gallery .swiper__nav {
        display: none;
    }
}
.section-gallery .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 49px;
    height: 49px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
.section-gallery .swiper__nav .swiper-button:hover {
    opacity: 0.7;
}
.section-gallery .swiper__nav .swiper-button:after {
    display: none !important;
}
.section-gallery .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
.section-gallery .swiper__nav .swiper-button.swiper-button-next {
    right: 0;
}
@media all and (max-width: 767px) {
    .section-gallery .wrapper {
        padding: 0 10px;
    }
}
.section-gallery .gallery__slider {
    padding-bottom: 50px;
}
.section-gallery .gallery__slider a {
    display: block;
    height: 358px;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 1400px) {
    .section-gallery .gallery__slider a {
        height: 300px;
    }
}
@media all and (max-width: 575px) {
    .section-gallery .gallery__slider a {
        height: 270px;
        border-radius: 10px;
    }
}
.section-gallery .gallery__slider a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-gallery .swiper-pagination {
    bottom: 0 !important;
}
.section-gallery .swiper-pagination span {
    width: 9px;
    height: 9px;
    background-color: #d8cabb;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.section-gallery .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #c2a38d;
}
.section-characteristics {
    padding: 80px 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #e5d5c6;
    background-image: url(../img/bg_4.svg);
}
@media all and (max-width: 1199px) {
    .section-characteristics {
        padding: 60px 0;
    }
}
.section-characteristics .characteristics__item {
    margin-bottom: 44px;
}
@media all and (max-width: 575px) {
    .section-characteristics .characteristics__item {
        margin-bottom: 36px;
    }
}
.section-characteristics .characteristics__item .item__inner .icon {
    margin-bottom: 16px;
    height: 70px;
}
@media all and (max-width: 575px) {
    .section-characteristics .characteristics__item .item__inner .icon {
        margin-bottom: 10px;
    }
}
.section-characteristics .characteristics__item .item__inner .icon img {
    max-height: 70px;
    height: auto;
}
.section-characteristics .characteristics__item .item__inner h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
}
@media all and (max-width: 1700px) {
    .section-characteristics .characteristics__item .item__inner h3 {
        font-size: 30px;
        line-height: 120%;
    }
}
@media all and (max-width: 1700px) {
    .section-characteristics .characteristics__item .item__inner p {
        font-size: 18px;
    }
}
#page .page__blog .post__item {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #page .page__blog .post__item {
        margin-bottom: 30px;
    }
}
#page .page__blog .post__item .item__inner .post__image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 20px;
    height: 345px;
    display: block;
    margin-bottom: 40px;
}
@media all and (max-width: 1700px) {
    #page .page__blog .post__item .item__inner .post__image {
        margin-bottom: 30px;
        height: 320px;
    }
}
@media all and (max-width: 575px) {
    #page .page__blog .post__item .item__inner .post__image {
        height: 250px;
        margin-bottom: 20px;
    }
}
#page .page__blog .post__item .item__inner .post__image:hover img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
#page .page__blog .post__item .item__inner .post__image .image__inner {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
}
#page .page__blog .post__item .item__inner .post__image .image__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    will-change: transform;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}
#page .page__blog .post__item .item__inner .post__content {
    padding: 0 30px;
}
@media all and (max-width: 1700px) {
    #page .page__blog .post__item .item__inner .post__content {
        padding: 0 20px;
    }
}
@media all and (max-width: 575px) {
    #page .page__blog .post__item .item__inner .post__content {
        padding: 0 10px;
    }
}
#page .page__blog .post__item .item__inner .post__content .post__date {
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #c2a38d;
    margin-bottom: 9px;
}
@media all and (max-width: 575px) {
    #page .page__blog .post__item .item__inner .post__content .post__date {
        font-size: 14px;
    }
}
#page .page__blog .post__item .item__inner .post__content .post__title {
    display: block;
    color: #696868;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #page .page__blog .post__item .item__inner .post__content .post__title {
        margin-bottom: 14px;
    }
}
#page .page__blog .post__item .item__inner .post__content .post__title:hover {
    text-decoration: underline;
}
#page .page__blog .post__item .item__inner .post__content .post__title h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    color: inherit;
}
@media all and (max-width: 1700px) {
    #page .page__blog .post__item .item__inner .post__content .post__title h3 {
        font-size: 28px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    #page .page__blog .post__item .item__inner .post__content .post__title h3 {
        font-size: 24px;
    }
}
#page .page__blog .post__item .item__inner .post__content .more {
    color: #c2a38d;
    display: inline-block;
    text-decoration: underline;
}
#page .page__blog .post__item .item__inner .post__content .more:hover {
    color: #d7986c;
}
@media all and (max-width: 575px) {
    .pagination {
        margin-top: 10px;
    }
}
.pagination a,
.pagination span {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    padding: 14.4px 11px;
    color: #a17a5f;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #a17a5f;
    border-radius: 14px;
    margin: 3px 5px;
    min-width: 60px;
    display: inline-block;
}
@media all and (max-width: 575px) {
    .pagination a,
    .pagination span {
        font-size: 18px;
        padding: 4.4px 11px;
        min-width: 40px;
        border-radius: 8px;
        margin: 3px 3px;
    }
}
.pagination a {
    color: #a17a5f;
}
.pagination span {
    border-color: #a17a5f;
    background-color: #a17a5f;
    color: #fff;
}
.article__image {
    height: 538px;
}
@media all and (max-width: 1700px) {
    .article__image {
        height: 450px;
    }
}
@media all and (max-width: 575px) {
    .article__image {
        height: 250px;
    }
}
.article__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 1199px) {
    #page .page__contacts .contacts__content {
        margin-bottom: 20px;
    }
}
#page .page__contacts .content__inner ul {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #page .page__contacts .content__inner ul {
        margin-bottom: 20px;
    }
}
#page .page__contacts .content__inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
}
#page .page__contacts .content__inner ul li:not(:last-child) {
    margin-bottom: 20px;
}
#page .page__contacts .content__inner ul li .phone {
    font-weight: 500;
    font-size: 40px;
    line-height: 51px;
    color: #c2a38d;
    display: inline-block;
}
@media all and (max-width: 575px) {
    #page .page__contacts .content__inner ul li .phone {
        font-size: 30px;
        line-height: 120%;
    }
}
#page .page__contacts .content__inner ul li .phone:hover {
    color: #d7986c;
}
#page .page__contacts .content__inner ul .address {
    font-weight: 500;
}
#page .page__contacts .contacts__form {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg_4.svg);
    border-radius: 40px 0 40px 0;
    overflow: hidden;
    padding: 70px 40px;
}
@media all and (max-width: 575px) {
    #page .page__contacts .contacts__form {
        padding: 40px 30px;
    }
}
#page .page__contacts .contacts__form .modal__heading {
    margin-bottom: 20px;
}
#page .page__contacts .contacts__form .modal__heading h2 {
    font-size: 48px;
    line-height: 62px;
}
@media all and (max-width: 575px) {
    #page .page__contacts .contacts__form .modal__heading h2 {
        font-size: 32px;
        line-height: 120%;
    }
}
#page .page__contacts .contacts__map .map__inner {
    border-radius: 100px 0 100px;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    #page .page__contacts .contacts__map .map__inner {
        height: 500px;
        border-radius: 40px 0 40px 0;
    }
}
@media all and (max-width: 575px) {
    #page .page__contacts .contacts__map .map__inner {
        height: 350px;
    }
}
#page .page__contacts .contacts__map .map__inner iframe {
    width: 100%;
    height: 100%;
}
