@charset "UTF-8";
@font-face {
    font-family: Switzer;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Switzer-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Baskerville;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Baskervville-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Inter-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Poppins-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Baskerville;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Baskervville-Italic.woff2) format("woff2");
}
@font-face {
    font-family: Switzer;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Switzer-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Baskerville;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Baskerville-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Switzer;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Switzer-Semibold.woff2) format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2");
}
html {
    min-height: 100%;
}
body,
html {
    scroll-behavior: smooth;
}
body {
    font-family: Switzer, sans-serif;
    font-size: 1em;
    line-height: 1.375;
    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: #2f2f2f;
    background-color: #fff;
    font-weight: 400;
    -webkit-font-feature-settings:
        "pnum" on,
        "lnum" on;
    font-feature-settings:
        "pnum" on,
        "lnum" on;
}
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: 700;
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 64px;
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 48px;
    }
}
.heading hr {
    border: none;
    max-width: 100px;
    width: 100%;
    height: 1px;
    background-color: #979389;
    margin-top: 32px;
    margin-bottom: 32px;
}
.heading p {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #a3a19c;
    margin-bottom: 24px;
}
.heading h1,
.heading h2 {
    font-family: Baskerville, sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.02em;
}
@media all and (max-width: 767px) {
    .heading h1,
    .heading h2 {
        font-size: 32px;
    }
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 26px;
    }
}
.heading.heading-white h1,
.heading.heading-white h2 {
    color: #f5f0ec;
}
.heading.heading-big h1,
.heading.heading-big h2 {
    font-size: 64px;
    line-height: 120%;
}
@media all and (max-width: 767px) {
    .heading.heading-big h1,
    .heading.heading-big h2 {
        font-size: 56px;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-big h1,
    .heading.heading-big h2 {
        font-size: 28px;
    }
}
.heading.heading-article p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #2f2f2f;
    margin-top: 32px;
    margin-bottom: 0;
    text-transform: none;
}
.heading p.post__excerpt {
    font-family: Baskerville, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}
@media all and (max-width: 991px) {
    .heading p.post__excerpt {
        font-size: 20px;
    }
}
.heading .date {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #979389;
    display: block;
    margin-top: 48px;
}
.heading.heading-post {
    max-width: 946px;
    width: 100%;
}
h3 {
    font-size: 24px;
    line-height: 120%;
}
@media all and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}
h4 {
    font-size: 20px;
    line-height: 120%;
}
@media all and (max-width: 575px) {
    h4 {
        font-size: 18px;
    }
}
.btn {
    display: inline-block;
    text-align: center;
    color: #f5f0ec;
    background-color: #2f2f2f;
    padding: 13px 28px;
    font-size: 12px;
    line-height: 120%;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn:hover {
    color: #979389;
    background-color: #2f2f2f;
}
.btn.btn-border {
    border: 1px solid #f2eee5;
    background-color: transparent;
    padding: 12.3px 28px;
}
.btn.btn-border:hover {
    border: 1px solid #979389;
}
.btn.btn-white {
    background-color: #d5d1c8;
    color: #2f2f2f;
}
.btn.btn-white:hover {
    color: #2f2f2f;
    background-color: #979389;
}
.btn-more {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #f5f0ec;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    cursor: pointer;
}
.btn-more.btn-more-black {
    color: #979389;
}
.btn-more.btn-more-black:hover {
    color: #2f2f2f;
}
.btn-more.btn-more-black:hover span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(29%)
        saturate(22%) hue-rotate(70deg) brightness(98%) contrast(86%);
    filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(22%)
        hue-rotate(70deg) brightness(98%) contrast(86%);
}
.btn-more.btn-more-black span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(9%)
        saturate(319%) hue-rotate(5deg) brightness(82%) contrast(82%);
    filter: brightness(0) saturate(100%) invert(71%) sepia(9%) saturate(319%)
        hue-rotate(5deg) brightness(82%) contrast(82%);
}
.btn-more:hover {
    color: #979389;
}
.btn-more:hover span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(59%) sepia(9%)
        saturate(292%) hue-rotate(5deg) brightness(98%) contrast(86%);
    filter: brightness(0) saturate(100%) invert(59%) sepia(9%) saturate(292%)
        hue-rotate(5deg) brightness(98%) contrast(86%);
}
.btn-more span {
    position: relative;
    padding-right: 25px;
}
.btn-more span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_1.svg);
    width: 15px;
    height: 11px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.btn-180 {
    min-width: 180px;
}
@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;
}
: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%;
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}
.stop-scrolling header .overlay {
    position: fixed !important;
    opacity: 1 !important;
    min-height: 100vh;
    min-height: 100svh;
}
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 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.modal {
    color: #2f2f2f;
    max-width: 580px;
    width: 100%;
    background-color: #f6f4f2;
    padding: 32px;
}
.modal .modal__heading {
    margin-bottom: 20px;
}
.modal .modal__heading h2 {
    font-family: Baskerville, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #2f2f2f;
}
@media all and (max-width: 575px) {
    .modal .modal__heading h2 {
        font-size: 20px;
    }
}
#modal-thanks .modal__heading {
    margin-bottom: 0;
}
#modal-thanks .modal__heading .btn {
    margin-top: 32px;
}
.form__inner.form__inner-white form .wpcf7-response-output {
    color: #979389;
}
.form__inner.form__inner-black .form__item input,
.form__inner.form__inner-black .form__item select,
.form__inner.form__inner-black .form__item textarea {
    color: #2f2f2f;
}
.form__inner.form__inner-black .form__item input::-webkit-input-placeholder,
.form__inner.form__inner-black .form__item select::-webkit-input-placeholder,
.form__inner.form__inner-black .form__item textarea::-webkit-input-placeholder {
    color: #2f2f2f;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::-moz-placeholder,
.form__inner.form__inner-black .form__item select::-moz-placeholder,
.form__inner.form__inner-black .form__item textarea::-moz-placeholder {
    color: #2f2f2f;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::-ms-placeholder,
.form__inner.form__inner-black .form__item select::-ms-placeholder,
.form__inner.form__inner-black .form__item textarea::-ms-placeholder {
    color: #2f2f2f;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::-webkit-input-placeholder,
.form__inner.form__inner-black .form__item select::-webkit-input-placeholder,
.form__inner.form__inner-black .form__item textarea::-webkit-input-placeholder {
    color: #2f2f2f;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::-moz-placeholder,
.form__inner.form__inner-black .form__item select::-moz-placeholder,
.form__inner.form__inner-black .form__item textarea::-moz-placeholder {
    color: #2f2f2f;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input:-ms-input-placeholder,
.form__inner.form__inner-black .form__item select:-ms-input-placeholder,
.form__inner.form__inner-black .form__item textarea:-ms-input-placeholder {
    color: #2f2f2f;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::-ms-input-placeholder,
.form__inner.form__inner-black .form__item select::-ms-input-placeholder,
.form__inner.form__inner-black .form__item textarea::-ms-input-placeholder {
    color: #2f2f2f;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::placeholder,
.form__inner.form__inner-black .form__item select::placeholder,
.form__inner.form__inner-black .form__item textarea::placeholder {
    color: #2f2f2f;
    opacity: 1;
}
.form__inner .form__item {
    margin-bottom: 10px;
}
.form__inner .form__item input,
.form__inner .form__item select,
.form__inner .form__item textarea {
    width: 100%;
    height: 38px;
    border: none;
    border-bottom: 1px solid #d5d1c8;
    border-radius: 0;
    font-size: 16px;
    color: #979389;
    background-color: transparent;
}
.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: #979389;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #979389;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item select::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
    color: #979389;
    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: #979389;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #979389;
    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: #979389;
    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: #979389;
    opacity: 1;
}
.form__inner .form__item input::placeholder,
.form__inner .form__item select::placeholder,
.form__inner .form__item textarea::placeholder {
    color: #979389;
    opacity: 1;
}
.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-top: 28px;
    margin-bottom: 24px;
}
.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: #979389;
    font-size: 13px;
    line-height: 140%;
}
.form__inner .form__policy .policy .text p a {
    color: #979389;
}
.form__inner .form__policy .policy .text p a:hover {
    text-decoration: underline;
}
.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: #979389;
}
.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: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #979389;
    color: transparent;
    width: 24px;
    height: 24px;
    display: block;
    background-color: transparent;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.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 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header {
    position: relative;
    z-index: 20;
}
header:not(.page) {
    min-height: 100vh;
    min-height: 100svh;
    background-color: #2f2f2f;
}
header .bg__image {
    background-color: #2f2f2f;
}
header.page .bg__image {
    display: none;
}
header.page .top__wrapper {
    position: relative;
}
header .top__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 30;
}
header .top__menu {
    background-color: #d5d1c8;
    padding: 4px 0;
}
@media all and (max-width: 991px) {
    header .top__menu {
        display: none;
    }
}
header .top__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;
}
header .top__menu ul li.current-menu-item:not(.menu-item-object-custom) > a {
    color: #f5f0ec;
}
header .top__menu ul li a {
    display: inline-block;
    color: #2f2f2f;
    font-size: 13px;
}
header .top__menu ul li a:hover {
    color: #f5f0ec;
}
header .header__top {
    padding: 10px 0;
    mix-blend-mode: normal;
    position: relative;
}
header .header__top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(20, 16, 13, 0.5);
    mix-blend-mode: normal;
    z-index: -1;
}
header .header__top .header__logo img {
    width: 43px;
    height: auto;
}
@media all and (max-width: 991px) {
    header .header__top .header__logo img {
        width: 38px;
    }
}
@media all and (max-width: 991px) {
    header .header__top .header__menu {
        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;
    gap: 27px;
}
header
    .header__top
    .header__menu
    .menu__inner
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    color: #979389;
}
header .header__top .header__menu .menu__inner ul li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
header .header__top .header__menu .menu__inner ul li a:hover {
    color: #979389;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts {
        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: 27px;
    }
}
header .header__top .header__contacts .contacts__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: 27px;
}
header .header__top .header__contacts .contacts__inner .phone {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #f5f0ec;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
}
header .header__top .header__contacts .contacts__inner .phone:hover {
    color: #979389;
}
@media all and (max-width: 1199px) {
    header .header__top .header__contacts .contacts__inner .btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media all and (max-width: 575px) {
    header .header__top .header__contacts .contacts__inner .btn {
        display: none;
    }
}
header .header__top .header__contacts .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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__top .header__contacts .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 40px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__top .header__contacts .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f5f0ec;
    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__contacts
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 12px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 20px;
}
header
    .header__top
    .header__contacts
    .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__contacts
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__top
    .header__contacts
    .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__contacts .header_burger .overlay {
    background: rgba(1, 1, 1, 0.6);
    mix-blend-mode: normal;
    top: 0;
    left: 0;
    opacity: 1;
    outline: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: 0;
    -webkit-transition:
        background 0.15s linear,
        opacity 0.15s linear;
    transition:
        background 0.15s linear,
        opacity 0.15s linear;
}
header .header__top .header__contacts .header_burger .menu_toggle {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #000;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 50px;
    min-height: 100vh;
    min-height: 100svh;
    top: 0;
    padding-bottom: 40px;
    -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%);
    width: 80%;
}
header .header__top .header__contacts .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__top .header__contacts .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner {
    height: 100%;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .container {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    height: 100%;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__content
    .custom-logo-link {
    display: block;
    margin-bottom: 40px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__content
    .custom-logo-link
    img {
    width: 60px;
    height: 60px;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(4%)
        saturate(7071%) hue-rotate(277deg) brightness(111%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7071%)
        hue-rotate(277deg) brightness(111%) contrast(96%);
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 24px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    color: #979389;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-family: Baskerville, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #f5f0ec;
    display: inline-block;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    color: #979389;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .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: 16px;
    margin-bottom: 40px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .social
    a:hover {
    -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(10%)
        saturate(265%) hue-rotate(5deg) brightness(92%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(62%) sepia(10%) saturate(265%)
        hue-rotate(5deg) brightness(92%) contrast(87%);
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .social
    img {
    width: 40px;
    height: 40px;
}
header .header__main {
    min-height: 100vh;
    min-height: 100svh;
}
header .header__main .container {
    min-height: 100vh;
    min-height: 100svh;
}
header .header__main .container .row {
    min-height: 100vh;
    min-height: 100svh;
}
@media all and (max-width: 575px) {
    header .header__main.header__main-page .main__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
header .header__main.header__main-page .main__content .content__inner .btn {
    margin-top: 8px;
}
header .header__main .breadcrumbs {
    color: #15263e;
    font-size: 13px;
    line-height: 140%;
    color: #f5f0ec;
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    header .header__main .breadcrumbs {
        margin-bottom: 32px;
    }
}
header .header__main .breadcrumbs span {
    color: #979389;
    display: inline-block;
}
header .header__main .breadcrumbs span a {
    color: #f5f0ec;
    display: inline-block;
}
header .header__main .breadcrumbs span a span {
    color: inherit;
}
header .header__main .main__content {
    color: #f5f0ec;
    padding-top: 150px;
}
@media all and (max-width: 991px) {
    header .header__main .main__content {
        padding-top: 130px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .main__content {
        padding-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
header .header__main .main__content .content__inner .title {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #d5d1c8;
    margin-bottom: 32px;
}
header .header__main .main__content .content__inner .content {
    margin-bottom: 32px;
}
header .header__main .main__content .content__inner .content h1 {
    font-family: Baskerville, sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
}
@media all and (max-width: 1199px) {
    header .header__main .main__content .content__inner .content h1 {
        font-size: 56px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .main__content .content__inner .content h1 {
        font-size: 28px;
        margin-bottom: 36px;
    }
}
header .header__main .main__content .content__inner .content h3 {
    margin-bottom: 32px;
    font-weight: 500;
}
@media all and (max-width: 575px) {
    header .header__main .main__content .content__inner .content h3 {
        font-size: 18px;
        margin-bottom: 36px;
    }
}
header .header__main .main__content .content__inner .content p {
    max-width: 660px;
    width: 100%;
}
header .header__main .main__content .content__inner .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 63px;
}
@media all and (max-width: 575px) {
    header .header__main .main__content .content__inner .wrapper {
        gap: 27px;
    }
}
header .header__main .main__content .content__inner .wrapper .item span {
    font-family: Baskerville, sans-serif;
    display: block;
    font-weight: 400;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
}
@media all and (max-width: 575px) {
    header .header__main .main__content .content__inner .wrapper .item span {
        font-size: 24px;
    }
}
header .header__main .main__content .content__inner .wrapper .item p {
    color: #d5d1c8;
}
@media all and (max-width: 575px) {
    header .header__main .main__content .content__inner .wrapper .item p {
        font-size: 13px;
    }
}
header .header__main .main__content .content__inner .btn {
    margin-top: 48px;
}
@media all and (min-width: 575px) {
    header .header__main .main__content .content__inner .btn {
        display: none;
    }
}
header .header__main .main__form {
    padding-top: 10%;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media all and (max-width: 575px) {
    header .header__main .main__form {
        display: none !important;
    }
}
header .header__main .main__form .form__inner {
    background: rgba(20, 16, 13, 0.5);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 32px;
}
@media all and (max-width: 991px) {
    header .header__main .main__form .form__inner {
        max-width: 400px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
    }
}
header .header__main .main__form .form__inner .form__heading {
    margin-bottom: 24px;
}
header .header__main .main__form .form__inner .form__heading h3 {
    font-family: Baskerville, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
}
#breadcrumbs {
    padding-top: 57px;
    padding-bottom: 40px;
}
@media all and (max-width: 991px) {
    #breadcrumbs {
        padding-top: 70px;
    }
}
@media all and (max-width: 575px) {
    #breadcrumbs {
        padding-top: 40px;
    }
}
#breadcrumbs .breadcrumbs {
    color: #15263e;
    font-size: 13px;
    line-height: 140%;
    color: #2f2f2f;
}
#breadcrumbs .breadcrumbs span {
    color: #a3a19c;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
    color: #2f2f2f;
    display: inline-block;
}
#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: 1px 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-onestop {
    background-color: #f5f0ec;
}
.section-onestop .onestop__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media all and (max-width: 991px) {
    .section-onestop .onestop__content {
        margin-bottom: 115px;
    }
}
@media all and (max-width: 575px) {
    .section-onestop .onestop__content {
        margin-bottom: 64px;
    }
}
.section-onestop .onestop__content .content__inner {
    max-width: 552px;
    width: 100%;
}
.section-onestop .onestop__content .content__inner .heading {
    margin-bottom: 32px;
}
.section-onestop .onestop__content .content__inner .text {
    margin-bottom: 72px;
}
@media all and (max-width: 575px) {
    .section-onestop .onestop__content .content__inner .text {
        margin-bottom: 48px;
    }
}
.section-onestop .onestop__content .content__inner .text p {
    margin-bottom: 32px;
}
.section-onestop .onestop__content .onestop__list {
    padding-left: 114px;
}
@media all and (max-width: 1199px) {
    .section-onestop .onestop__content .onestop__list {
        padding-left: 60px;
    }
}
@media all and (max-width: 575px) {
    .section-onestop .onestop__content .onestop__list {
        padding-left: 0;
    }
}
.section-onestop .onestop__content .onestop__list ul {
    counter-reset: custom-counter;
}
.section-onestop .onestop__content .onestop__list ul li {
    counter-increment: custom-counter;
    border-bottom: 1px solid #d5d1c8;
    padding: 14px 0;
    font-family: Baskerville, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    font-style: italic;
    position: relative;
    padding-left: 52px;
}
@media all and (max-width: 767px) {
    .section-onestop .onestop__content .onestop__list ul li {
        font-size: 20px;
        border: none;
    }
}
.section-onestop .onestop__content .onestop__list ul li:first-child {
    border-top: 1px solid #d5d1c8;
}
@media all and (max-width: 767px) {
    .section-onestop .onestop__content .onestop__list ul li:first-child {
        border: none;
    }
}
.section-onestop .onestop__content .onestop__list ul li:before {
    position: absolute;
    content: "[" counter(custom-counter) "] ";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    font-family: Switzer, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #a3a19c;
}
.section-onestop .onestop__image {
    text-align: right;
}
@media all and (max-width: 991px) {
    .section-onestop .onestop__image {
        height: 734px;
    }
}
@media all and (max-width: 575px) {
    .section-onestop .onestop__image {
        height: 490px;
    }
}
.section-onestop .onestop__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-services {
    position: relative;
}
.section-services .services__item {
    margin-bottom: 18px;
}
.section-services .services__item .item__inner {
    padding: 24px;
    background: rgba(1, 1, 1, 0.4);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 70px;
    min-height: 270px;
    color: #f5f0ec;
}
@media all and (max-width: 575px) {
    .section-services .services__item .item__inner {
        gap: 53px;
    }
}
.section-services .services__item .item__inner:hover .content .btn-more {
    color: #979389;
}
.section-services
    .services__item
    .item__inner:hover
    .content
    .btn-more
    span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(59%) sepia(9%)
        saturate(292%) hue-rotate(5deg) brightness(98%) contrast(86%);
    filter: brightness(0) saturate(100%) invert(59%) sepia(9%) saturate(292%)
        hue-rotate(5deg) brightness(98%) contrast(86%);
}
.section-services .services__item .item__inner .number {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #979389;
    display: block;
}
.section-services .services__item .item__inner .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
}
.section-services .services__item .item__inner .content .content__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.section-services .services__item .item__inner .content .content__inner h3 {
    font-family: Baskerville, sans-serif;
    color: inherit;
    font-style: italic;
    margin-bottom: 16px;
    font-weight: 500;
}
.section-services .services__item .item__inner .content .content__inner p {
    color: inherit;
}
.jx-knightlab {
    display: none !important;
}
.section-gallery .wrapper {
    position: relative;
    margin-bottom: 20px;
}
@media all and (min-width: 575px) {
    .section-gallery .wrapper {
        padding: 0 60px;
    }
}
@media all and (max-width: 575px) {
    .section-gallery .wrapper {
        margin-bottom: 40px;
    }
}
.section-gallery .wrapper .swiper__nav {
    height: 36px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section-gallery .wrapper .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: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f5f0ec;
}
.section-gallery .wrapper .swiper__nav .swiper-button:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
    width: 21px;
    height: 14px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section-gallery .wrapper .swiper__nav .swiper-button:hover {
    background-color: #979389;
}
.section-gallery .wrapper .swiper__nav .swiper-button:after {
    display: none !important;
}
.section-gallery .wrapper .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
@media all and (max-width: 575px) {
    .section-gallery .wrapper .swiper__nav .swiper-button.swiper-button-prev {
        left: 10px;
    }
}
.section-gallery .wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: 0;
}
@media all and (max-width: 575px) {
    .section-gallery .wrapper .swiper__nav .swiper-button.swiper-button-next {
        right: 10px;
    }
}
@media all and (min-width: 991px) {
    .section-gallery .gallery__slider {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
.section-gallery .gallery__slider .swiper-slide {
    position: relative;
}
@media all and (min-width: 991px) {
    .section-gallery .gallery__slider .swiper-slide {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.section-gallery .gallery__slider .swiper-slide .beer-slider:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d5d1c8;
    z-index: 100;
    opacity: 0.6;
    visibility: visible;
}
@media all and (max-width: 991px) {
    .section-gallery .gallery__slider .swiper-slide .beer-slider:after {
        display: none;
    }
}
.section-gallery
    .gallery__slider
    .swiper-slide:not(.swiper-slide-active)
    .beer-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section-gallery
    .gallery__slider
    .swiper-slide:not(.swiper-slide-active)
    .beer-slider .beer-handle {
    opacity: 0;
}
.section-gallery .gallery__slider .swiper-slide-active {
    z-index: 2;
}
@media all and (min-width: 991px) {
    .section-gallery .gallery__slider .swiper-slide-active {
        -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
    }
}
.section-gallery .gallery__slider .swiper-slide-active .beer-slider:after {
    opacity: 0;
    visibility: hidden;
}
.section-designjourney {
    padding-top: 40px;
}
.section-designjourney .designjourney__item {
    margin-bottom: 23px;
}
.section-designjourney .designjourney__item .item__inner {
    min-height: 297px;
    background-color: #f5f0ec;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}
.section-designjourney .designjourney__item .item__inner .number {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #979389;
    display: block;
}
.section-designjourney .designjourney__item .item__inner .content h3 {
    font-family: Baskerville, sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 18px;
}
.section-designjourney .designjourney__image {
    margin-bottom: 23px;
}
.section-designjourney .designjourney__image .image__inner {
    height: 297px;
}
.section-designjourney .designjourney__image .image__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-cost {
    position: relative;
}
.section-cost .heading {
    margin-bottom: 32px;
}
@media all and (min-width: 1199px) {
    .section-cost .heading {
        max-width: 510px;
        width: 100%;
    }
}
.section-cost .text {
    margin-bottom: 72px;
}
@media all and (min-width: 1199px) {
    .section-cost .text {
        max-width: 660px;
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    .section-cost .text {
        margin-bottom: 64px;
    }
}
.section-cost .text p {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #f5f0ec;
}
@media all and (min-width: 575px) {
    .section-cost .content {
        padding-left: 115px;
    }
}
.section-cost .content hr {
    border: none;
    max-width: 226px;
    width: 100%;
    height: 1px;
    background-color: #979389;
    margin-bottom: 27px;
}
@media all and (max-width: 575px) {
    .section-cost .content hr {
        max-width: 200px;
    }
}
.section-cost .content ul {
    margin-bottom: 36px;
}
.section-cost .content ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #f5f0ec;
    position: relative;
    padding-left: 36px;
}
.section-cost .content ul li:not(:last-child) {
    margin-bottom: 8px;
}
.section-cost .content ul li::after {
    position: absolute;
    content: "—";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.section-cost .content ul li a {
    color: #f5f0ec;
}
.section-cost .content .btn {
    margin-top: 64px;
}
@media all and (max-width: 575px) {
    .section-cost .content .btn {
        margin-top: 48px;
    }
}
.section-trust {
    background-color: #f5f0ec;
}
@media all and (max-width: 767px) {
    .section-trust {
        padding-bottom: 36px;
    }
}
@media all and (min-width: 1199px) {
    .section-trust .heading {
        max-width: 540px;
        width: 100%;
    }
}
.section-trust .trust__item {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .section-trust .trust__item {
        margin-bottom: 16px;
    }
}
.section-trust .trust__item .item__inner {
    min-height: 133px;
    position: relative;
    padding-left: 20px;
}
@media all and (max-width: 575px) {
    .section-trust .trust__item .item__inner {
        min-height: 148px;
    }
}
.section-trust .trust__item .item__inner::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background-color: #a3a19c;
    top: 0;
    left: 0;
}
.section-trust .trust__item .item__inner h3 {
    font-family: Baskerville, sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 18px;
}
#footer {
    background-color: #000;
    padding-top: 72px;
}
@media all and (max-width: 575px) {
    #footer {
        text-align: center;
    }
}
#footer .footer__top .footer__item {
    margin-bottom: 130px;
}
@media all and (max-width: 1199px) {
    #footer .footer__top .footer__item {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__item {
        margin-bottom: 64px;
    }
}
#footer .footer__top h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #979389;
    margin-bottom: 16px;
}
#footer .footer__top .footer__menu ul li:not(:last-child) {
    margin-bottom: 8px;
}
#footer
    .footer__top
    .footer__menu
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    color: #979389;
}
#footer .footer__top .footer__menu ul li a {
    font-size: 13px;
    line-height: 140%;
    color: #f5f0ec;
    display: inline-block;
}
#footer .footer__top .footer__menu ul li a:hover {
    color: #979389;
}
#footer .footer__top .footer__contacts .contacts__inner p {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 140%;
    color: #f5f0ec;
}
#footer .footer__top .footer__contacts .contacts__inner p a {
    color: #f5f0ec;
}
#footer .footer__top .footer__contacts .contacts__inner p a:hover {
    color: #979389;
}
#footer .footer__top .footer__contacts .contacts__inner .social {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__contacts .contacts__inner .social {
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__top .footer__contacts .contacts__inner .social a:hover {
    -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(10%)
        saturate(265%) hue-rotate(5deg) brightness(92%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(62%) sepia(10%) saturate(265%)
        hue-rotate(5deg) brightness(92%) contrast(87%);
}
#footer .footer__top .footer__contacts .contacts__inner .social img {
    width: 32px;
    height: 32px;
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__contacts .contacts__inner .social img {
        width: 40px;
        height: 40px;
    }
}
#footer .footer__bottom {
    border-top: 1px solid #a3a19c;
    padding-top: 24px;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom {
        margin-top: 36px;
    }
}
#footer .footer__bottom .footer__item {
    margin-bottom: 8px;
}
#footer .footer__bottom .footer__copyright p {
    font-size: 13px;
    line-height: 140%;
    color: #a3a19c;
}
#footer .footer__bottom .footer__links .links__inner ul {
    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: 8px 14px;
}
@media all and (max-width: 575px) {
    #footer .footer__bottom .footer__links .links__inner ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#footer
    .footer__bottom
    .footer__links
    .links__inner
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    color: #f5f0ec;
}
#footer .footer__bottom .footer__links .links__inner ul li a {
    font-size: 13px;
    line-height: 140%;
    color: #a3a19c;
    display: inline-block;
}
#footer .footer__bottom .footer__links .links__inner ul li a:hover {
    color: #f5f0ec;
}
#footer .footer__image {
    margin-top: 120px;
}
@media all and (max-width: 1199px) {
    #footer .footer__image {
        margin-top: 90px;
    }
}
.section-designbuild {
    background-color: #f5f0ec;
}
@media all and (max-width: 991px) {
    .section-designbuild .designbuild__content {
        margin-bottom: 48px;
    }
}
.section-designbuild .designbuild__content .heading {
    margin-bottom: 32px;
}
.section-designbuild .designbuild__content .text {
    margin-bottom: 32px;
}
@media all and (min-width: 1199px) {
    .section-designbuild .designbuild__content .text {
        max-width: 552px;
        width: 100%;
    }
}
.section-designbuild .designbuild__list .list__inner ul li {
    padding: 16px 0 16px 44px;
    border-bottom: 1px solid #d5d1c8;
    position: relative;
    font-family: Baskerville, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #2f2f2f;
}
@media all and (max-width: 575px) {
    .section-designbuild .designbuild__list .list__inner ul li {
        font-size: 20px;
        padding-left: 20px;
    }
}
.section-designbuild .designbuild__list .list__inner ul li:first-child {
    border-top: 1px solid #d5d1c8;
}
.section-designbuild .designbuild__list .list__inner ul li::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #979389;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.section-ourmission {
    position: relative;
    min-height: 800px;
}
@media all and (min-width: 1199px) {
    .section-ourmission .heading {
        max-width: 545px;
        width: 100%;
    }
}
.section-ourmission .text {
    color: #f5f0ec;
}
@media all and (min-width: 1199px) {
    .section-ourmission .text {
        max-width: 611px;
        width: 100%;
    }
}
.section-experience {
    background-color: #d5d1c8;
}
.section-experience .content {
    max-width: 666px;
    width: 100%;
    margin: 0 auto;
}
.section-experience .heading {
    margin-bottom: 48px;
}
.section-experience .text {
    margin-bottom: 72px;
}
@media all and (max-width: 767px) {
    .section-experience .text {
        margin-bottom: 64px;
    }
}
@media all and (max-width: 575px) {
    .section-experience .experience__item:not(:last-child) {
        margin-bottom: 48px;
    }
}
.section-experience .experience__item .item__inner span {
    font-family: Baskerville, sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.02em;
    display: block;
    margin-bottom: 8px;
}
@media all and (max-width: 767px) {
    .section-experience .experience__item .item__inner span {
        font-size: 32px;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.section-reviews .reviews__filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 55px;
    border-bottom: 1px solid #a3a19c;
    margin-bottom: 64px;
}
@media all and (max-width: 575px) {
    .section-reviews .reviews__filter {
        margin-bottom: 48px;
    }
}
.section-reviews .reviews__filter .filter-btn {
    font-size: 13px;
    line-height: 140%;
    border: none;
    background-color: #fff;
    padding: 8px 0;
}
.section-reviews .reviews__filter .filter-btn.active {
    color: #979389;
}
.section-reviews .reviews-container .reviews__item {
    display: none;
}
.section-reviews .reviews-container .reviews__item.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn 0.4s ease-out forwards;
    animation: fadeIn 0.4s ease-out forwards;
}
.reviews__item {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .reviews__item {
        margin-bottom: 10px;
    }
}
.reviews__item .item__inner {
    background-color: #f7f5f2;
    padding: 24px;
}
.reviews__item .item__inner .reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.reviews__item .item__inner .reviews__top .stars {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.reviews__item .item__inner .reviews__top .icon img {
    width: 24px;
    height: auto;
}
.reviews__item .item__inner .reviews__content .rating {
    display: block;
    margin-bottom: 5px;
}
.reviews__item .item__inner .reviews__content .based {
    font-size: 13px;
    line-height: 140%;
    color: #a3a19c;
    margin-bottom: 16px;
}
.reviews__item .item__inner .reviews__content .text {
    margin-bottom: 40px;
}
.reviews__item .item__inner .reviews__content .user h4 {
    font-weight: 500;
    margin-bottom: 10px;
}
.reviews__item .item__inner .reviews__content .user p {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #a3a19c;
}
.section-remodel {
    position: relative;
    overflow: hidden;
    background-color: #f7f5f2;
}
.section-remodel .remodel__content .content__inner {
    padding: 100px 70px 100px 0;
}
@media all and (max-width: 767px) {
    .section-remodel .remodel__content .content__inner {
        padding-right: 0;
    }
}
@media all and (max-width: 575px) {
    .section-remodel .remodel__content .content__inner {
        padding: 64px 0;
    }
}
.section-remodel .remodel__content .content__inner .heading {
    margin-bottom: 32px;
}
.section-remodel .remodel__content .content__inner .remodel__text {
    margin-bottom: 72px;
}
@media all and (max-width: 575px) {
    .section-remodel .remodel__content .content__inner .remodel__text {
        margin-bottom: 64px;
    }
}
.section-remodel .remodel__content .content__inner .form__inner {
    padding-left: 115px;
    padding-right: 20px;
}
@media all and (max-width: 1400px) {
    .section-remodel .remodel__content .content__inner .form__inner {
        padding-left: 106px;
    }
}
@media all and (max-width: 991px) {
    .section-remodel .remodel__content .content__inner .form__inner {
        padding-left: 94px;
        padding-right: 0;
    }
}
@media all and (max-width: 575px) {
    .section-remodel .remodel__content .content__inner .form__inner {
        padding-left: 0;
    }
}
.section-remodel .remodel__image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 50%;
}
@media all and (max-width: 991px) {
    .section-remodel .remodel__image {
        position: relative;
        width: 100%;
        height: 488px;
    }
}
@media all and (max-width: 575px) {
    .section-remodel .remodel__image {
        height: 360px;
    }
}
.section-remodel .remodel__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#page,
#page-services {
    padding-top: 0;
    background-color: #e9e6dd;
}
#page-services.page-white,
#page.page-white {
    background-color: #fff;
}
#page-services.page-gray,
#page.page-gray {
    background-color: #d5d1c8;
}
#page .contacts__list,
#page-services .contacts__list {
    margin-top: 48px;
}
#page .contacts__list ul li:not(:last-child),
#page-services .contacts__list ul li:not(:last-child) {
    margin-bottom: 16px;
}
#page .contacts__list ul li a,
#page-services .contacts__list ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #2f2f2f;
}
@media all and (max-width: 575px) {
    #page .contacts__list ul li a,
    #page-services .contacts__list ul li a {
        font-size: 18px;
    }
}
#page .contacts__list ul li a:hover,
#page-services .contacts__list ul li a:hover {
    color: #979389;
}
#page .contacts__list ul li a img,
#page-services .contacts__list ul li a img {
    width: 41px;
    height: 41px;
}
#page .post__image,
#page-services .post__image {
    margin-bottom: 100px;
    max-width: 1130px;
    width: 100%;
    height: 598px;
}
@media all and (max-width: 991px) {
    #page .post__image,
    #page-services .post__image {
        height: 447px;
    }
}
@media all and (max-width: 767px) {
    #page .post__image,
    #page-services .post__image {
        width: auto;
        height: auto;
    }
}
@media all and (min-width: 767px) {
    #page .post__image img,
    #page-services .post__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: 767px) {
    #page .post__image img,
    #page-services .post__image img {
        height: auto;
    }
}
#page .article-small,
#page-services .article-small {
    max-width: 672px;
    width: 100%;
    margin: 0 auto;
}
@media all and (max-width: 575px) {
    #page .container-mobile,
    #page-services .container-mobile {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
}
#page .category__wrapper,
#page-services .category__wrapper {
    margin-bottom: 100px;
}
#page .category__wrapper .note__swipe,
#page-services .category__wrapper .note__swipe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 32px;
    display: none;
}
@media all and (max-width: 1199px) {
    #page .category__wrapper .note__swipe,
    #page-services .category__wrapper .note__swipe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media all and (max-width: 575px) {
    #page .category__wrapper .note__swipe,
    #page-services .category__wrapper .note__swipe {
        padding-right: 20px;
    }
}
#page .category__wrapper .nav__slider,
#page-services .category__wrapper .nav__slider {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}
#page .category__wrapper .nav__slider.swiper-initialized,
#page-services .category__wrapper .nav__slider.swiper-initialized {
    opacity: 1;
    visibility: visible;
}
#page .category__wrapper .nav__slider .swiper-slide,
#page-services .category__wrapper .nav__slider .swiper-slide {
    width: auto !important;
}
#page .category__wrapper .nav__slider .swiper-slide.is-active .slide__inner,
#page-services
    .category__wrapper
    .nav__slider
    .swiper-slide.is-active
    .slide__inner {
    color: #979389;
}
#page .category__wrapper .nav__slider .slide__inner,
#page-services .category__wrapper .nav__slider .slide__inner {
    width: 151px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 18px;
    color: #2f2f2f;
}
@media all and (max-width: 1400px) {
    #page .category__wrapper .nav__slider .slide__inner,
    #page-services .category__wrapper .nav__slider .slide__inner {
        width: 133px;
    }
}
@media all and (max-width: 575px) {
    #page .category__wrapper .nav__slider .slide__inner,
    #page-services .category__wrapper .nav__slider .slide__inner {
        font-size: 13px;
        width: 70px;
    }
}
#page .category__wrapper .nav__slider .slide__inner:hover,
#page-services .category__wrapper .nav__slider .slide__inner:hover {
    color: #979389;
}
#page .category__wrapper .nav__slider .slide__inner .category__image,
#page-services .category__wrapper .nav__slider .slide__inner .category__image {
    width: 151px;
    height: 151px;
    border-radius: 50%;
    overflow: hidden;
}
@media all and (max-width: 1400px) {
    #page .category__wrapper .nav__slider .slide__inner .category__image,
    #page-services
        .category__wrapper
        .nav__slider
        .slide__inner
        .category__image {
        width: 133px;
        height: 133px;
    }
}
@media all and (max-width: 575px) {
    #page .category__wrapper .nav__slider .slide__inner .category__image,
    #page-services
        .category__wrapper
        .nav__slider
        .slide__inner
        .category__image {
        width: 62px;
        height: 62px;
    }
}
#page .category__wrapper .nav__slider .slide__inner .category__image img,
#page-services
    .category__wrapper
    .nav__slider
    .slide__inner
    .category__image
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.wrapper__small {
    max-width: 1126px;
    width: 100%;
}
.post__image-below {
    text-align: center;
    height: 765px;
}
@media all and (max-width: 1400px) {
    .post__image-below {
        height: 680px;
    }
}
@media all and (max-width: 991px) {
    .post__image-below {
        height: auto;
    }
}
@media all and (max-width: 575px) {
    .post__image-below {
        display: none;
    }
}
@media all and (min-width: 991px) {
    .post__image-below img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        width: 100%;
        height: 100%;
    }
}
.service__item {
    margin-bottom: 64px;
}
.service__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}
.service__item .item__inner .service__image {
    display: block;
    height: 318px;
    overflow: hidden;
    width: 100%;
}
.service__item .item__inner .service__image:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.service__item .item__inner .service__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.85s all;
    transition: 0.85s all;
    will-change: transform;
}
.service__item .item__inner .service__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.service__item .item__inner .service__content .content__inner .date {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #a3a19c;
    display: block;
    margin-bottom: 20px;
}
.service__item .item__inner .service__content .content__inner .service__title {
    display: block;
    margin-bottom: 20px;
    color: #2f2f2f;
}
.service__item
    .item__inner
    .service__content
    .content__inner
    .service__title:hover {
    color: #979389;
}
.service__item
    .item__inner
    .service__content
    .content__inner
    .service__title
    h3 {
    font-weight: 500;
    color: inherit;
}
.box__pagination {
    text-align: center;
}
.box__pagination a,
.box__pagination span {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding: 3.5px 10px;
    color: #2f2f2f;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 3px 5px;
    min-width: 30px;
    display: inline-block;
}
@media all and (max-width: 575px) {
    .box__pagination a,
    .box__pagination span {
        margin: 3px 3px;
    }
}
.box__pagination a {
    color: #2f2f2f;
}
.box__pagination span {
    border-color: #979389;
    color: #979389;
}
.section-remodeling .wrapper .remodeling__item:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-remodeling .wrapper .remodeling__item:not(:last-child) {
        margin-bottom: 48px;
    }
}
@media all and (max-width: 991px) {
    .section-remodeling .wrapper .remodeling__item .remodeling__content {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    .section-remodeling .wrapper .remodeling__item .remodeling__content {
        margin-bottom: 16px;
    }
}
.section-remodeling
    .wrapper
    .remodeling__item
    .remodeling__content
    .content__inner {
    background-color: #f7f5f2;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 382px;
}
@media all and (max-width: 575px) {
    .section-remodeling
        .wrapper
        .remodeling__item
        .remodeling__content
        .content__inner {
        min-height: 340px;
        padding: 20px;
    }
}
.section-remodeling
    .wrapper
    .remodeling__item
    .remodeling__content
    .content__inner
    .number {
    font-family: Baskerville, sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: rgba(151, 147, 137, 0.7);
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    .section-remodeling
        .wrapper
        .remodeling__item
        .remodeling__content
        .content__inner
        .number {
        margin-bottom: 32px;
    }
}
.section-remodeling
    .wrapper
    .remodeling__item
    .remodeling__content
    .content__inner
    h3 {
    font-weight: 500;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .section-remodeling
        .wrapper
        .remodeling__item
        .remodeling__content
        .content__inner
        h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }
}
.section-remodeling
    .wrapper
    .remodeling__item
    .remodeling__image
    .image__inner {
    height: 100%;
}
@media all and (max-width: 991px) {
    .section-remodeling
        .wrapper
        .remodeling__item
        .remodeling__image
        .image__inner {
        height: 382px;
    }
}
@media all and (max-width: 575px) {
    .section-remodeling
        .wrapper
        .remodeling__item
        .remodeling__image
        .image__inner {
        height: 340px;
    }
}
.section-remodeling
    .wrapper
    .remodeling__item
    .remodeling__image
    .image__inner
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-ourapproach .ourapproach__item {
    margin-bottom: 20px;
}
.section-ourapproach .ourapproach__item .item__inner {
    background-color: #f7f5f2;
    min-height: 246px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.section-ourapproach .ourapproach__item .item__inner hr {
    border: none;
    max-width: 100px;
    width: 100%;
    height: 1px;
    background-color: #a3a19c;
    margin-bottom: 30px;
}
.section-ourapproach .ourapproach__item .item__inner h3 {
    font-family: Baskerville, sans-serif;
    font-style: italic;
    font-size: 26px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    .section-ourapproach .ourapproach__item .item__inner h3 {
        font-size: 20px;
        line-height: 120%;
    }
}
.section-ourapproach .ourapproach__item .item__inner p {
    font-size: 14px;
}
#page-contacts {
    background-color: #e9e6dd;
    position: relative;
    overflow: hidden;
}
#page-contacts .contacts__details .details__inner {
    padding: 100px 120px 100px 0;
}
@media all and (max-width: 1199px) {
    #page-contacts .contacts__details .details__inner {
        padding-right: 60px;
    }
}
@media all and (max-width: 767px) {
    #page-contacts .contacts__details .details__inner {
        padding-right: 0;
    }
}
@media all and (max-width: 575px) {
    #page-contacts .contacts__details .details__inner {
        padding: 64px 0;
    }
}
#page-contacts .contacts__details .details__inner .contacts__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 158px;
    margin-bottom: 48px;
}
@media all and (max-width: 1199px) {
    #page-contacts .contacts__details .details__inner .contacts__top {
        gap: 48px;
    }
}
@media all and (max-width: 575px) {
    #page-contacts .contacts__details .details__inner .contacts__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#page-contacts
    .contacts__details
    .details__inner
    .contacts__top
    .contacts__item.contacts__item-address {
    width: 210px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#page-contacts
    .contacts__details
    .details__inner
    .contacts__top
    .contacts__item
    h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #a3a19c;
    margin-bottom: 16px;
}
#page-contacts
    .contacts__details
    .details__inner
    .contacts__top
    .contacts__item
    .social
    li:not(:last-child) {
    margin-bottom: 10px;
}
#page-contacts
    .contacts__details
    .details__inner
    .contacts__top
    .contacts__item
    .social
    li
    a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #2f2f2f;
}
#page-contacts
    .contacts__details
    .details__inner
    .contacts__top
    .contacts__item
    .social
    li
    a:hover {
    color: #979389;
}
#page-contacts
    .contacts__details
    .details__inner
    .contacts__top
    .contacts__item
    .social
    li
    a:hover
    img {
    -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(0)
        saturate(7003%) hue-rotate(319deg) brightness(92%) contrast(81%);
    filter: brightness(0) saturate(100%) invert(62%) sepia(0) saturate(7003%)
        hue-rotate(319deg) brightness(92%) contrast(81%);
}
#page-contacts
    .contacts__details
    .details__inner
    .contacts__top
    .contacts__item
    .social
    li
    a
    img {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#page-contacts #map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 50%;
}
@media all and (max-width: 991px) {
    #page-contacts #map {
        position: relative;
        width: 100%;
        height: 460px;
    }
}
@media all and (max-width: 575px) {
    #page-contacts #map {
        width: calc(100% + 30px);
        left: -15px;
    }
}
#page-contacts #map iframe {
    width: 100%;
    height: 100%;
}
.section-seo {
    background-color: #f7f5f2;
}
.section-seo.bg-white {
    background-color: #fff;
}
@media all and (max-width: 991px) {
    .section-seo .seo__heading .heading {
        margin-bottom: 32px;
    }
}
.section-seo .seo__content .content__inner .btn {
    margin-top: 8px;
}
.section-seo .seo__content .hide__text {
    display: none;
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.section-faq .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 16px;
}
.section-faq .faq_tabs .tabs_item .title {
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 24px 50px 24px 24px;
    background-color: #e9e6dd;
    border-radius: 4px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    .section-faq .faq_tabs .tabs_item .title {
        padding: 13px 45px 13px 16px;
    }
}
.section-faq .faq_tabs .tabs_item .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.svg);
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}
.section-faq .faq_tabs .tabs_item .title.active {
    background-color: #f5f0ec;
}
.section-faq .faq_tabs .tabs_item .title.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.section-faq .faq_tabs .tabs_item .tab_content {
    display: none;
    padding: 36px 24px 4px 24px;
}
@media all and (max-width: 575px) {
    .section-faq .faq_tabs .tabs_item .tab_content {
        padding: 36px 16px 4px 16px;
    }
}
