@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Manrope-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Forum;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Forum.woff2) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Manrope-Semibold.woff2) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Manrope-Bold.woff2) format("woff2");
}
html {
    min-height: 100%;
}
body,
html {
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
}
@media all and (min-width: 1199px) {
    body,
    html {
        scroll-padding-top: 11.2rem;
    }
}
@media all and (max-width: 1199px) {
    body,
    html {
        scroll-padding-top: 70px;
    }
}
body {
    font-family: Manrope, sans-serif;
    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: #000;
    background-color: #e7dfd8;
    font-weight: 400;
}
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;
}
strong {
    font-weight: 600;
}
.heading {
    margin-bottom: 35px;
}
@media all and (min-width: 1199px) {
    .heading {
        margin-bottom: 3.5rem;
    }
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 28px;
    }
}
.heading h1,
.heading h2 {
    font-family: Forum, sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
}
@media all and (min-width: 1199px) {
    .heading h1,
    .heading h2 {
        font-size: 4rem;
    }
}
@media all and (max-width: 1199px) {
    .heading h1,
    .heading h2 {
        font-size: 34px;
    }
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 26px;
    }
}
.btn {
    display: inline-block;
    text-align: center;
    color: #000;
    background-color: #ddd6d0;
    padding-top: 16.4px;
    padding-bottom: 16.4px;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    cursor: pointer;
}
@media all and (max-width: 575px) {
    .btn {
        font-size: 14px;
    }
}
@media all and (min-width: 1199px) {
    .btn {
        padding-top: 1.64rem;
    }
}
@media all and (min-width: 1199px) {
    .btn {
        padding-bottom: 1.64rem;
    }
}
@media all and (min-width: 1199px) {
    .btn {
        padding-left: 2.6rem;
    }
}
@media all and (min-width: 1199px) {
    .btn {
        padding-right: 2.6rem;
    }
}
@media all and (min-width: 1199px) {
    .btn {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .btn {
        line-height: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    .btn {
        border-radius: 1rem;
    }
}
.btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd6d0;
}
@media all and (max-width: 575px) {
    .btn.btn-small {
        font-size: 14px !important;
    }
}
.btn.btn-small {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
}
@media all and (min-width: 1199px) {
    .btn.btn-small {
        padding-top: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .btn.btn-small {
        padding-bottom: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .btn.btn-small {
        padding-left: 1.8rem;
    }
}
@media all and (min-width: 1199px) {
    .btn.btn-small {
        padding-right: 1.8rem;
    }
}
.btn.btn-primary {
    border: none;
    font-size: 12px;
}
@media all and (min-width: 1199px) {
    .btn.btn-primary {
        font-size: 1.2rem;
    }
}
.btn.btn-primary:hover {
    background-color: #c2b5aa;
}
.btn.btn-white {
    background-color: #fff;
}
.btn.btn-white:hover {
    background-color: #9c8b7a;
    color: #fff;
    border: 1px solid #000;
}
@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: 100vh;
    min-height: 100vh;
    overflow: hidden;
}
.stop-scrolling .header__main .overlay {
    position: fixed !important;
    opacity: 1 !important;
}
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: 70px;
}
@media all and (min-width: 1199px) {
    section {
        margin-bottom: 7rem;
    }
}
@media all and (max-width: 575px) {
    section {
        margin-bottom: 60px;
    }
}
section#footer {
    margin-bottom: 0;
}
.p-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
@media all and (min-width: 1199px) {
    .p-70 {
        padding-top: 7rem;
    }
}
@media all and (min-width: 1199px) {
    .p-70 {
        padding-bottom: 7rem;
    }
}
@media all and (max-width: 991px) {
    .p-70 {
        padding: 50px 0;
    }
}
.mb-0 {
    margin-bottom: 0 !important;
}
.modal {
    color: #000;
    max-width: 560px;
    width: 100%;
    background-color: #cfc1b6;
    border-radius: 16px;
}
.modal .modal__heading {
    margin-bottom: 24px;
}
.modal .modal__heading h2 {
    font-family: Forum, sans-serif;
    font-size: 32px;
    line-height: 120%;
    font-weight: 400;
}
.modal .modal__heading p {
    font-size: 16px;
    margin-top: 10px;
}
#modal-thanks .modal__heading {
    margin-bottom: 0;
}
.form__inner .form__item {
    margin-bottom: 20px;
}
.form__inner .form__item input,
.form__inner .form__item select,
.form__inner .form__item textarea {
    width: 100%;
    height: 60px;
    color: #000;
    border: 1px solid #6c6157;
    background-color: #f3efec;
    border-radius: 15px;
    padding-left: 16px;
    padding-right: 10px;
}
.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: #000;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item select::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
    color: #000;
    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: #000;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #000;
    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: #000;
    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: #000;
    opacity: 1;
}
.form__inner .form__item input::placeholder,
.form__inner .form__item select::placeholder,
.form__inner .form__item textarea::placeholder {
    color: #000;
    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__submit .btn {
    padding: 18.4px 26px;
}
.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: #000;
    font-size: 14px;
    line-height: 110%;
}
.form__inner .form__policy .policy .text p a {
    text-decoration: underline;
    color: #000;
}
.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: #c2b6aa;
}
.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 #000;
    color: transparent;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 6px;
    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 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@-webkit-keyframes slideIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
header {
    min-height: 120px;
}
@media all and (min-width: 1199px) {
    header {
        min-height: 12rem;
    }
}
@media all and (max-width: 1199px) {
    header {
        min-height: 115px;
    }
}
@media all and (max-width: 991px) {
    header {
        min-height: 98px;
    }
}
@media all and (max-width: 575px) {
    header {
        min-height: 80px;
    }
}
header.header__fixed .header__main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: slideIn 0.5s ease-in;
    animation: slideIn 0.5s ease-in;
}
header.header__fixed .header__main .wrapper .header__contacts .cons {
    display: none;
}
header.header__fixed .header__main .wrapper .header__contacts .hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .header__top {
    padding-top: 6px;
    padding-bottom: 6px;
}
@media all and (min-width: 1199px) {
    header .header__top {
        padding-top: 0.6rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__top {
        padding-bottom: 0.6rem;
    }
}
header .header__top .wrapper {
    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 .wrapper .wrapper__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__left {
        gap: 5rem;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .wrapper__left {
        gap: 24px;
    }
}
@media all and (max-width: 991px) {
    header .header__top .wrapper .wrapper__left {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    header .header__top .wrapper .wrapper__left {
        gap: 12px;
    }
}
header .header__top .wrapper .wrapper__left .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-right: 35px;
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__left .rating {
        gap: 1.3rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__left .rating {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__left .rating {
        margin-right: 3.5rem;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .wrapper__left .rating {
        margin-right: 0;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .wrapper__left .rating {
        font-size: 8px;
    }
}
header .header__top .wrapper .wrapper__left .rating img {
    width: 25px;
    height: auto;
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__left .rating img {
        width: 2.5rem;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .wrapper__left .rating img {
        width: 14px;
    }
}
header .header__top .wrapper .wrapper__left .city,
header .header__top .wrapper .wrapper__left .worktime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__left .city,
    header .header__top .wrapper .wrapper__left .worktime {
        gap: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__left .city,
    header .header__top .wrapper .wrapper__left .worktime {
        font-size: 1.4rem;
    }
}
@media all and (max-width: 767px) {
    header .header__top .wrapper .wrapper__left .city,
    header .header__top .wrapper .wrapper__left .worktime {
        font-size: 10px;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .wrapper__left .city,
    header .header__top .wrapper .wrapper__left .worktime {
        font-size: 8px;
        gap: 5px;
    }
}
header .header__top .wrapper .wrapper__left .city img,
header .header__top .wrapper .wrapper__left .worktime img {
    width: 16px;
    height: auto;
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__left .city img,
    header .header__top .wrapper .wrapper__left .worktime img {
        width: 1.6rem;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .wrapper__left .city img,
    header .header__top .wrapper .wrapper__left .worktime img {
        width: 14px;
    }
}
header .header__top .wrapper .wrapper__right {
    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: 23px;
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__right {
        gap: 2.3rem;
    }
}
@media all and (max-width: 991px) {
    header .header__top .wrapper .wrapper__right {
        display: none;
    }
}
header .header__top .wrapper .wrapper__right .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__right .social {
        gap: 1.7rem;
    }
}
header .header__top .wrapper .wrapper__right .social li a:hover {
    opacity: 0.8;
}
header .header__top .wrapper .wrapper__right .social li a img {
    width: 33px;
    width: 33px;
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__right .social li a img {
        width: 3.3rem;
    }
}
header .header__top .wrapper .wrapper__right .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    color: #000;
    font-size: 20px;
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__right .phone {
        gap: 2rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__right .phone {
        font-size: 2rem;
    }
}
header .header__top .wrapper .wrapper__right .phone img {
    width: 21px;
    height: auto;
}
@media all and (min-width: 1199px) {
    header .header__top .wrapper .wrapper__right .phone img {
        width: 2.1rem;
    }
}
header .header__main {
    background-color: #f7f4f1;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media all and (min-width: 1199px) {
    header .header__main {
        padding-top: 1rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main {
        padding-bottom: 1rem;
    }
}
header .header__main .wrapper {
    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: 20px;
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper {
        gap: 2rem;
    }
}
header .header__main .wrapper .header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__main .wrapper .header__logo img {
    width: 160px;
    height: auto;
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__logo img {
        width: 16rem;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__logo img {
        width: 120px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .wrapper {
        gap: 14px;
    }
    header .header__main .wrapper .header__logo img {
        width: 80px;
    }
}
@media all and (max-width: 991px) {
    header .header__main .wrapper .header__menu {
        display: none;
    }
}
header .header__main .wrapper .header__menu ul {
    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;
    text-align: center;
    gap: 35px;
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__menu ul {
        gap: 3.5rem;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__menu ul {
        gap: 20px;
    }
}
header .header__main .wrapper .header__menu ul li a {
    font-size: 12px;
    line-height: 16px;
    color: #b7a392;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__menu ul li a {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__menu ul li a {
        line-height: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__menu ul li a {
        padding-top: 1rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__menu ul li a {
        padding-bottom: 1rem;
    }
}
header .header__main .wrapper .header__menu ul li a:hover {
    color: #000;
}
header .header__main .wrapper .header__menu ul li.menu-item-has-children {
    position: relative;
}
header
    .header__main
    .wrapper
    .header__menu
    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/icon_7.svg);
    width: 10px;
    height: 5px;
    top: -1px;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children:before {
        width: 1rem;
    }
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children:before {
        height: 0.5rem;
    }
}
header .header__main .wrapper .header__menu ul li.menu-item-has-children > a {
    padding-right: 13px;
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        > a {
        padding-right: 1.3rem;
    }
}
header
    .header__main
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children:hover
    > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
header
    .header__main
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    .menu-item-has-children:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_7.svg);
    width: 10px;
    height: 5px;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        .menu-item-has-children:before {
        width: 1rem;
    }
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        .menu-item-has-children:before {
        height: 0.5rem;
    }
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        .menu-item-has-children:before {
        right: 0.5rem;
    }
}
header
    .header__main
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu {
    position: absolute;
    top: 36px;
    left: 0;
    width: 320px;
    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: #faf9f7;
    z-index: 10;
    border-radius: 10px;
    text-align: left;
    padding: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 7px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 7px 0;
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        ul.sub-menu {
        top: 3.6rem;
    }
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        ul.sub-menu {
        width: 32rem;
    }
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        ul.sub-menu {
        border-radius: 1rem;
    }
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        ul.sub-menu {
        padding: 1rem;
    }
}
header
    .header__main
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li {
    display: block;
    width: 100%;
}
header
    .header__main
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li:after {
    left: 16px;
}
header
    .header__main
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a {
    display: block;
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        ul.sub-menu
        li
        a {
        padding-top: 0.5rem;
    }
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        ul.sub-menu
        li
        a {
        padding-bottom: 0.5rem;
    }
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        ul.sub-menu
        li
        a {
        padding-right: 2rem;
    }
}
header
    .header__main
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    ul.sub-menu {
    left: 300px;
    top: 0;
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        ul.sub-menu
        ul.sub-menu {
        left: 30rem;
    }
}
header .header__main .wrapper .header__contacts .cons {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
    min-width: 210px;
    border-radius: 10px;
    border: 1px solid #000;
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .cons {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .cons {
        line-height: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .cons {
        height: 5rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .cons {
        padding-top: 0.9rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .cons {
        padding-bottom: 0.9rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .cons {
        padding-left: 0.9rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .cons {
        padding-right: 0.9rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .cons {
        min-width: 21rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .cons {
        border-radius: 1rem;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__contacts .cons {
        min-width: 180px;
    }
}
@media all and (max-width: 991px) {
    header .header__main .wrapper .header__contacts .cons {
        display: none;
    }
}
header .header__main .wrapper .header__contacts .cons:hover {
    color: #fff;
    border: 1px solid #c2b6aa;
    background-color: #c2b6aa;
}
header .header__main .wrapper .header__contacts .hide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
    display: none;
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .hide {
        gap: 2.3rem;
    }
}
@media all and (max-width: 991px) {
    header .header__main .wrapper .header__contacts .hide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media all and (max-width: 575px) {
    header .header__main .wrapper .header__contacts .hide {
        gap: 10px;
    }
}
header .header__main .wrapper .header__contacts .hide .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .hide .social {
        gap: 1.7rem;
    }
}
@media all and (max-width: 575px) {
    header .header__main .wrapper .header__contacts .hide .social {
        gap: 14px;
    }
}
header .header__main .wrapper .header__contacts .hide .social li a:hover {
    opacity: 0.8;
}
header .header__main .wrapper .header__contacts .hide .social li a img {
    width: 32px;
    height: auto;
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .hide .social li a img {
        width: 3.2rem;
    }
}
@media all and (max-width: 575px) {
    header .header__main .wrapper .header__contacts .hide .social li a img {
        width: 24px;
        height: 24px;
    }
}
header .header__main .wrapper .header__contacts .hide .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    font-size: 20px;
    color: #000;
    white-space: nowrap;
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .hide .phone {
        gap: 0.7rem;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .hide .phone {
        font-size: 2rem;
    }
}
@media all and (max-width: 767px) {
    header .header__main .wrapper .header__contacts .hide .phone {
        font-size: 14px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .wrapper .header__contacts .hide .phone {
        font-size: 14px;
    }
}
header .header__main .wrapper .header__contacts .hide .phone img {
    width: 21px;
    height: auto;
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__contacts .hide .phone img {
        width: 2.1rem;
    }
}
@media all and (max-width: 991px) {
    header .header__main .wrapper .header__contacts .hide .phone img {
        display: none;
    }
}
header .header__main .wrapper .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: 991px) {
    header .header__main .wrapper .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__main .wrapper .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: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__main .wrapper .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #6b6157;
    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__main .wrapper .header_burger .burger_button span:nth-child(1) {
    top: 4px;
}
header .header__main .wrapper .header_burger .burger_button span:nth-child(2) {
    top: 12px;
}
header .header__main .wrapper .header_burger .burger_button span:nth-child(3) {
    top: 20px;
}
header .header__main .wrapper .header_burger .overlay {
    background: rgba(25, 25, 25, 0.7);
    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__main .wrapper .header_burger .menu_toggle {
    position: fixed;
    right: 0;
    width: 260px;
    bottom: 0;
    background: #f2eeeb;
    margin: 0;
    overflow: auto;
    z-index: 11;
    top: 0;
    padding-bottom: 0;
    -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__main .wrapper .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__main .wrapper .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header .header__main .wrapper .header_burger .menu_toggle .toggle__inner {
    position: relative;
    height: 100%;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    #close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/close.svg);
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .container {
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .burger__wrapper {
    padding-top: 60px;
    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;
    height: 100%;
    padding: 38px 26px;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li {
    position: relative;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-size: 16px;
    color: #b7a392;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 0;
    position: relative;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    color: #000;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    a {
    font-size: 16px;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > a {
    padding-right: 12px;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    a:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_7.svg);
    width: 10px;
    height: 5px;
    top: -1px;
    bottom: 0;
    right: 0;
    margin: auto;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > .sub-menu {
    background-color: #faf9f7;
    display: none;
    padding: 5px 0;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > .sub-menu
    li
    a {
    display: block;
    padding: 5px 20px 5px 14px;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > .sub-menu
    li
    a::before {
    -webkit-filter: brightness(0) saturate(100%) invert(0) sepia(100%)
        saturate(0) hue-rotate(21deg) brightness(97%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(0) sepia(100%) saturate(0)
        hue-rotate(21deg) brightness(97%) contrast(103%);
    right: 8px;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > .sub-menu
    li
    > a {
    color: #000;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > .sub-menu
    .sub-menu {
    background-color: #dbd4cc;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > .sub-menu
    .sub-menu
    li
    a::before {
    display: none;
    padding-right: 14px;
}
header
    .header__main
    .wrapper
    .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;
    gap: 10px;
}
header
    .header__main
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .social
    li
    a
    img {
    width: 34px;
    height: 34px;
}
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: 600;
    line-height: 120%;
    margin-bottom: 0.425em;
}
article h2 {
    font-size: 32px;
}
@media all and (min-width: 1199px) {
    article h2 {
        font-size: 3.2rem;
    }
}
@media all and (max-width: 1199px) {
    article h2 {
        font-size: 30px;
    }
}
@media all and (max-width: 575px) {
    article h2 {
        font-size: 24px;
    }
}
article h3 {
    font-size: 26px;
}
@media all and (min-width: 1199px) {
    article h3 {
        font-size: 2.6rem;
    }
}
@media all and (max-width: 575px) {
    article h3 {
        font-size: 22px;
    }
}
article h4 {
    font-size: 22px;
}
@media all and (min-width: 1199px) {
    article h4 {
        font-size: 2.2rem;
    }
}
@media all and (max-width: 575px) {
    article h4 {
        font-size: 20px;
    }
}
article h5 {
    font-size: 18px;
}
@media all and (min-width: 1199px) {
    article h5 {
        font-size: 1.8rem;
    }
}
article h6 {
    font-size: 16px;
}
@media all and (min-width: 1199px) {
    article h6 {
        font-size: 1.6rem;
    }
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #00a8d2;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
@media all and (min-width: 1199px) {
    article ul {
        padding-left: 1.5rem;
    }
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
@media all and (min-width: 1199px) {
    article ol li,
    article ul li {
        margin-bottom: 0.4rem;
    }
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
@media all and (min-width: 1199px) {
    article ol {
        padding-left: 1.5rem;
    }
}
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-main {
    background-color: #cfc1b5;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    .section-main {
        padding: 60px 0;
    }
}
.section-main .content {
    width: 50%;
    padding: 20px;
    position: relative;
    z-index: 2;
}
@media all and (min-width: 1199px) {
    .section-main .content {
        padding: 2rem;
    }
}
@media all and (max-width: 991px) {
    .section-main .content {
        width: 100%;
        padding: 0;
    }
}
.section-main .content .content__inner {
    border: 1px solid #877e76;
    padding-top: 85px;
    padding-bottom: 107px;
    padding-right: 70px;
    padding-left: 60px;
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner {
        padding-top: 6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner {
        padding-bottom: 7rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner {
        padding-right: 4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner {
        padding-left: 4rem;
    }
}
@media all and (max-width: 1400px) {
    .section-main .content .content__inner {
        padding-top: 70px;
        padding-bottom: 90px;
        padding-right: 60px;
        padding-left: 60px;
    }
}
@media all and (max-width: 1400px) and (min-width: 1199px) {
    .section-main .content .content__inner {
        padding-top: 7rem;
    }
}
@media all and (max-width: 1400px) and (min-width: 1199px) {
    .section-main .content .content__inner {
        padding-bottom: 9rem;
    }
}
@media all and (max-width: 1400px) and (min-width: 1199px) {
    .section-main .content .content__inner {
        padding-right: 6rem;
    }
}
@media all and (max-width: 1400px) and (min-width: 1199px) {
    .section-main .content .content__inner {
        padding-left: 6rem;
    }
}
@media all and (max-width: 1199px) {
    .section-main .content .content__inner {
        padding: 50px 30px;
    }
}
@media all and (max-width: 991px) {
    .section-main .content .content__inner {
        padding: 0;
        border: none;
    }
}
@media all and (max-width: 991px) {
    .section-main .content .content__inner .text {
        max-width: 400px;
    }
}
.section-main .content .content__inner .text h1 {
    font-family: Forum, sans-serif;
    font-size: 50px;
    line-height: 67px;
    font-weight: 400;
    margin-bottom: 36px;
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner .text h1 {
        font-size: 4.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner .text h1 {
        line-height: 6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner .text h1 {
        margin-bottom: 3.6rem;
    }
}
@media all and (max-width: 1400px) {
    .section-main .content .content__inner .text h1 {
        margin-bottom: 46px;
        line-height: 120%;
    }
}
@media all and (max-width: 1400px) and (min-width: 1199px) {
    .section-main .content .content__inner .text h1 {
        margin-bottom: 4.6rem;
    }
}
@media all and (max-width: 1199px) {
    .section-main .content .content__inner .text h1 {
        font-size: 40px;
    }
}
@media all and (max-width: 575px) {
    .section-main .content .content__inner .text h1 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}
.section-main .content .content__inner .text ul {
    list-style-type: disc;
    padding-left: 17px;
    margin-bottom: 48px;
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner .text ul {
        padding-left: 1.7rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner .text ul {
        margin-bottom: 4.8rem;
    }
}
@media all and (max-width: 991px) {
    .section-main .content .content__inner .text ul {
        margin-bottom: 180px;
        max-width: 350px;
    }
}
@media all and (max-width: 767px) {
    .section-main .content .content__inner .text ul {
        padding-right: 35%;
    }
}
@media all and (max-width: 575px) {
    .section-main .content .content__inner .text ul {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 100px;
    }
}
.section-main .content .content__inner .text ul li {
    font-size: 16px;
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner .text ul li {
        font-size: 1.4rem;
    }
}
.section-main .content .content__inner .text ul li:not(:last-child) {
    margin-bottom: 17px;
}
@media all and (max-width: 575px) {
    .section-main .content .content__inner .text ul li:not(:last-child) {
        margin-bottom: 12px;
    }
}
.section-main .content .content__inner .name {
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    display: block;
    margin-bottom: 10px;
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner .name {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .content .content__inner .name {
        margin-bottom: 1rem;
    }
}
@media all and (min-width: 991px) {
    .section-main .content .content__inner .name {
        display: none;
    }
}
@media all and (max-width: 575px) {
    .section-main .content .content__inner .name {
        font-size: 12px;
    }
}
@media all and (min-width: 991px) {
    .section-main .content .content__inner .features {
        display: none;
    }
}
.section-main .bg__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
@media all and (max-width: 991px) {
    .section-main .bg__image {
        width: 100%;
    }
}
.section-main .bg__image .image__inner {
    height: 670px;
}
@media all and (min-width: 1199px) {
    .section-main .bg__image .image__inner {
        height: 67rem;
    }
}
@media all and (max-width: 991px) {
    .section-main .bg__image .image__inner {
        min-height: 100%;
    }
}
.section-main .bg__image .image__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 61%;
    object-position: 50% 61%;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 991px) {
    .section-main .bg__image .image__inner img {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }
}
@media all and (max-width: 575px) {
    .section-main .bg__image .image__inner img {
        -o-object-position: 10% 50%;
        object-position: 10% 50%;
    }
}
.section-main .bg__image .image__inner .name {
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 16px;
    right: 13%;
}
@media all and (min-width: 1199px) {
    .section-main .bg__image .image__inner .name {
        font-size: 1.2rem;
    }
}
@media all and (max-width: 1199px) {
    .section-main .bg__image .image__inner .name {
        top: 26px;
    }
}
@media all and (max-width: 991px) {
    .section-main .bg__image .image__inner .name {
        display: none;
    }
}
@media all and (max-width: 991px) {
    .section-main .bg__image .image__inner .features {
        display: none;
    }
}
.section-main .features {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    height: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 95px;
}
@media all and (min-width: 1199px) {
    .section-main .features {
        left: 3rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .features {
        gap: 9.5rem;
    }
}
@media all and (max-width: 1199px) {
    .section-main .features {
        left: 20px;
    }
}
@media all and (max-width: 991px) {
    .section-main .features {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 20px;
        left: 0;
        margin-bottom: 30px;
    }
}
.section-main .request__phone  {
        display: none;
    }
@media all and (max-width: 767px) {
    .section-main .features {
        grid-template-columns: repeat(1, 1fr);
    }
    .section-main .btn  {
        background-color: #fff;
        display: none;
    }
    .section-main .request__phone  {
        display: inline-block;
    }
}
.section-main .features li {
    -webkit-box-shadow: 4px 4px 30px rgba(85, 48, 0, 0.2);
    box-shadow: 4px 4px 30px rgba(85, 48, 0, 0.2);
    border-radius: 10px;
    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: 8px;
    width: 230px;
    height: 55px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    color: #877e76;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 14px;
    padding-left: 14px;
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 1199px) {
    .section-main .features li {
        border-radius: 1rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .features li {
        gap: 0.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .features li {
        width: 23rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .features li {
        height: 5.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .features li {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .features li {
        line-height: 1.9rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .features li {
        padding-top: 0.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .features li {
        padding-bottom: 0.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .features li {
        padding-right: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-main .features li {
        padding-left: 1.4rem;
    }
}
@media all and (max-width: 1199px) {
    .section-main .features li {
        font-size: 12px;
        line-height: 16px;
        width: 200px;
    }
}
@media all and (max-width: 991px) {
    .section-main .features li {
        width: 100%;
        color: #000;
        font-size: 15px;
        line-height: 18px;
    }
}
.section-main .features li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #e5dcd8;
    opacity: 0.7;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: -1;
}
.section-main .features li:nth-child(2n + 1) {
    margin-left: 28px;
}
@media all and (min-width: 1199px) {
    .section-main .features li:nth-child(2n + 1) {
        margin-left: 2.8rem;
    }
}
@media all and (max-width: 1199px) {
    .section-main .features li:nth-child(2n + 1) {
        margin-left: 18px;
    }
}
@media all and (max-width: 991px) {
    .section-main .features li:nth-child(2n + 1) {
        margin: 0 auto;
    }
}
@media all and (max-width: 767px) {
    .section-main .features li .icon {
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
    }
}
@media all and (max-width: 767px) and (min-width: 1199px) {
    .section-main .features li .icon {
        left: 2rem;
    }
}
.section-main .features li span {
    max-width: 149px;
    width: 100%;
    display: block;
}
@media all and (min-width: 1199px) {
    .section-main .features li span {
        max-width: 14.9rem;
    }
}
.section-about {
    overflow: hidden;
}
.section-about .heading {
    margin-bottom: 42px;
}
@media all and (min-width: 1199px) {
    .section-about .heading {
        margin-bottom: 4.2rem;
    }
}
@media all and (max-width: 991px) {
    .section-about .heading {
        margin-bottom: 35px;
    }
}
@media all and (max-width: 575px) {
    .section-about .heading {
        margin-bottom: 28px;
    }
}
.section-about .about__image {
    margin-bottom: 75px;
}
@media all and (min-width: 1199px) {
    .section-about .about__image {
        margin-bottom: 7.5rem;
    }
}
@media all and (max-width: 991px) {
    .section-about .about__image {
        display: none;
        margin-top: 50px;
        margin-bottom: 70px;
    }
}
@media all and (max-width: 575px) {
    .section-about .about__image {
        margin-bottom: 50px;
    }
}
.section-about .about__image .image__inner {
    position: relative;
    height: 608px;
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner {
        height: 60.8rem;
    }
}
@media all and (max-width: 1199px) {
    .section-about .about__image .image__inner {
        width: calc(100% - 20px);
        left: 20px;
    }
}
@media all and (max-width: 991px) {
    .section-about .about__image .image__inner {
        max-width: 588px;
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    .section-about .about__image .image__inner {
        width: calc(100% - 12px);
        left: 12px;
        max-height: 400px;
    }
}
.section-about .about__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-about .about__image .image__inner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -22px;
    left: -22px;
    border: 1px solid #877e76;
}
@media all and (max-width: 575px) {
    .section-about .about__image .image__inner:after {
        top: -12px;
        left: -12px;
    }
}
.section-about .about__image .image__inner:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_14.svg);
    width: 208px;
    height: 118px;
    bottom: -45px;
    left: -60px;
    z-index: -1;
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner:before {
        width: 20.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner:before {
        height: 11.8rem;
    }
}
@media all and (max-width: 575px) {
    .section-about .about__image .image__inner:before {
        width: 180px;
        height: 90px;
        bottom: -28px;
    }
}
.section-about .about__image .image__inner img {
    position: relative;
    z-index: 2;
}
.section-about .about__image .image__inner .note {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 58px;
    max-width: 440px;
    width: 100%;
    margin: auto;
    -webkit-box-shadow: 5px 5px 30px rgba(85, 48, 0, 0.35);
    box-shadow: 5px 5px 30px rgba(85, 48, 0, 0.35);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    font-family: Forum, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6c6366;
    z-index: 2;
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note {
        bottom: 5.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note {
        max-width: 44rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note {
        border-radius: 1rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note {
        font-size: 1.6rem;
    }
}
@media all and (max-width: 575px) {
    .section-about .about__image .image__inner .note {
        font-size: 14px;
        line-height: 16px;
        width: calc(100% - 60px);
        bottom: 30px;
    }
}
.section-about .about__image .image__inner .note::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    opacity: 0.9;
    top: 0;
    left: 0;
    z-index: -1;
}
.section-about .about__image .image__inner .note .note__inner {
    position: relative;
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 39px;
    padding-right: 39px;
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner {
        padding-top: 2.9rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner {
        padding-bottom: 2.9rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner {
        padding-left: 3.9rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner {
        padding-right: 3.9rem;
    }
}
@media all and (max-width: 575px) {
    .section-about .about__image .image__inner .note .note__inner {
        padding: 20px 30px;
    }
}
.section-about .about__image .image__inner .note .note__inner::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 34px;
    height: 34px;
    top: 20px;
    left: 16px;
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner::before {
        width: 3.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner::before {
        height: 3.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner::before {
        top: 2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner::before {
        left: 1.6rem;
    }
}
@media all and (max-width: 575px) {
    .section-about .about__image .image__inner .note .note__inner::before {
        width: 20px;
        height: 20px;
        top: 10px;
        left: 10px;
    }
}
.section-about .about__image .image__inner .note .note__inner::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 34px;
    height: 34px;
    bottom: 20px;
    right: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner::after {
        width: 3.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner::after {
        height: 3.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner::after {
        bottom: 2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .about__image .image__inner .note .note__inner::after {
        right: 1.6rem;
    }
}
@media all and (max-width: 575px) {
    .section-about .about__image .image__inner .note .note__inner::after {
        width: 20px;
        height: 20px;
        bottom: 10px;
        right: 10px;
    }
}
.section-about .about__content {
    margin-bottom: 75px;
}
@media all and (min-width: 1199px) {
    .section-about .about__content {
        margin-bottom: 7.5rem;
    }
}
@media all and (max-width: 991px) {
    .section-about .about__content {
        margin-bottom: 0;
    }
}
.section-about .about__content .content__inner strong {
    font-weight: 600;
}
.section-about .about__content .content__inner .about__image {
    display: none;
}
@media all and (max-width: 991px) {
    .section-about .about__content .content__inner .about__image {
        display: block;
    }
}
.section-about .text p {
    font-size: 16px;
    margin-bottom: 25px;
}
@media all and (min-width: 1199px) {
    .section-about .text p {
        font-size: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .text p {
        margin-bottom: 2.5rem;
    }
}
@media all and (max-width: 991px) {
    .section-about .text p {
        margin-bottom: 18px;
    }
}
@media all and (max-width: 575px) {
    .section-about .text p {
        margin-bottom: 16px;
    }
}
.section-about .hide {
    display: none;
    overflow: hidden;
}
.section-about .more {
    height: 55px;
    border: none;
    background-color: #c2b5aa;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #c2b5aa;
}
@media all and (min-width: 1199px) {
    .section-about .more {
        height: 5.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .more {
        border-radius: 1rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .more {
        font-size: 1.4rem;
    }
}
.section-about .more:hover {
    border: 1px solid #000;
}
.section-about .more span {
    position: relative;
    padding-right: 30px;
}
@media all and (min-width: 1199px) {
    .section-about .more span {
        padding-right: 3rem;
    }
}
.section-about .more span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_15.svg);
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media all and (min-width: 1199px) {
    .section-about .more span:after {
        width: 2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-about .more span:after {
        height: 2rem;
    }
}
.section-about .more.active span::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media all and (max-width: 991px) {
    .section-personal .personal__list {
        margin-bottom: 20px;
    }
}
.section-personal .personal__list .list__inner .list__item {
    background: #fff;
    -webkit-box-shadow: 6px 6px 16px rgba(156, 138, 123, 0.45);
    box-shadow: 6px 6px 16px rgba(156, 138, 123, 0.45);
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 47px;
}
@media all and (min-width: 1199px) {
    .section-personal .personal__list .list__inner .list__item {
        padding: 3rem;
    }
}
@media all and (min-width: 1199px) {
    .section-personal .personal__list .list__inner .list__item {
        gap: 4.7rem;
    }
}
@media all and (max-width: 575px) {
    .section-personal .personal__list .list__inner .list__item {
        gap: 20px;
        padding: 20px;
    }
}
.section-personal .personal__list .list__inner .list__item:not(:last-child) {
    margin-bottom: 30px;
}
@media all and (min-width: 1199px) {
    .section-personal
        .personal__list
        .list__inner
        .list__item:not(:last-child) {
        margin-bottom: 3rem;
    }
}
@media all and (max-width: 991px) {
    .section-personal
        .personal__list
        .list__inner
        .list__item:not(:last-child) {
        margin-bottom: 20px;
    }
}
.section-personal .personal__list .list__inner .list__item .icon img {
    width: 60px;
    height: auto;
}
@media all and (min-width: 1199px) {
    .section-personal .personal__list .list__inner .list__item .icon img {
        width: 6rem;
    }
}
.section-personal .personal__list .list__inner .list__item .content p {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 17px;
}
@media all and (min-width: 1199px) {
    .section-personal .personal__list .list__inner .list__item .content p {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-personal .personal__list .list__inner .list__item .content p {
        line-height: 1.9rem;
    }
}
@media all and (min-width: 1199px) {
    .section-personal .personal__list .list__inner .list__item .content p {
        margin-bottom: 1.7rem;
    }
}
.section-personal .personal__content .content__inner {
    border: 1px solid #877e76;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-right: 40px;
    padding-left: 40px;
    min-height: 378px;
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 1199px) {
    .section-personal .personal__content .content__inner {
        padding-top: 3.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-personal .personal__content .content__inner {
        padding-bottom: 3.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-personal .personal__content .content__inner {
        padding-right: 4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-personal .personal__content .content__inner {
        padding-left: 4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-personal .personal__content .content__inner {
        min-height: 37.8rem;
    }
}
@media all and (max-width: 575px) {
    .section-personal .personal__content .content__inner {
        padding: 30px;
        min-height: 300px;
    }
    .section-personal .personal__content .content__inner .heading h2 {
        font-size: 22px;
    }
}
.section-personal .personal__content .content__inner:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/1.webp);
    width: 237px;
    height: 253px;
    bottom: -1px;
    right: 0;
}
@media all and (min-width: 1199px) {
    .section-personal .personal__content .content__inner:after {
        width: 23.7rem;
    }
}
@media all and (min-width: 1199px) {
    .section-personal .personal__content .content__inner:after {
        height: 25.3rem;
    }
}
@media all and (max-width: 575px) {
    .section-personal .personal__content .content__inner:after {
        width: 150px;
        height: 156px;
    }
}
.section-personal .personal__content .content__inner .heading p {
    font-size: 16px;
    line-height: 120%;
    margin-top: 30px;
    padding-right: 36%;
}
@media all and (min-width: 1199px) {
    .section-personal .personal__content .content__inner .heading p {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-personal .personal__content .content__inner .heading p {
        line-height: 1.9rem;
    }
}
@media all and (min-width: 1199px) {
    .section-personal .personal__content .content__inner .heading p {
        margin-top: 3rem;
    }
}
@media all and (max-width: 575px) {
    .section-personal .personal__content .content__inner .heading p {
        margin-top: 20px;
        padding-right: 38%;
    }
}
.section-trust {
    background-color: #c2b5aa;
    overflow: hidden;
}
.section-trust .wrapper {
    position: relative;
}
.section-trust .wrapper::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_18.svg);
    width: 148px;
    height: 84px;
    left: -30px;
    bottom: 0;
}
@media all and (min-width: 1199px) {
    .section-trust .wrapper::before {
        width: 14.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-trust .wrapper::before {
        height: 8.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-trust .wrapper::before {
        left: -3rem;
    }
}
@media all and (max-width: 1199px) {
    .section-trust .wrapper::before {
        display: none;
    }
}
.section-trust .wrapper::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_17.svg);
    width: 146px;
    height: 92px;
    top: -47px;
    right: -48px;
}
@media all and (min-width: 1199px) {
    .section-trust .wrapper::after {
        width: 14.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-trust .wrapper::after {
        height: 9.2rem;
    }
}
@media all and (max-width: 1199px) {
    .section-trust .wrapper::after {
        display: none;
    }
}
.section-trust .trust__item {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item {
        margin-bottom: 4rem;
    }
}
@media all and (max-width: 575px) {
    .section-trust .trust__item {
        margin-bottom: 30px;
    }
}
.section-trust .trust__item .item__inner {
    min-height: 272px;
    background-color: #e7dfd8;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 22px;
    padding-left: 22px;
    width: calc(100% - 1.6rem);
    margin-left: auto;
    margin-right: 0;
    position: relative;
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item .item__inner {
        min-height: 27.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item .item__inner {
        padding-top: 2.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item .item__inner {
        padding-bottom: 2.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item .item__inner {
        padding-right: 2.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item .item__inner {
        padding-left: 2.2rem;
    }
}
@media all and (max-width: 575px) {
    .section-trust .trust__item .item__inner {
        width: calc(100% - 10px);
        min-height: 230px;
    }
}
.section-trust .trust__item .item__inner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #877e76;
    top: -16px;
    left: -16px;
    z-index: -1;
}
@media all and (max-width: 575px) {
    .section-trust .trust__item .item__inner::after {
        top: -10px;
        left: -10px;
    }
}
.section-trust .trust__item .item__inner .icon {
    margin-bottom: 15px;
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item .item__inner .icon {
        margin-bottom: 3.5rem;
    }
}
.section-trust .trust__item .item__inner .icon img {
    width: 26px;
    height: auto;
}
.section-trust .trust__item .item__inner .icon p {
    display: none;
}
.section-trust .trust__item .item__inner .icon h3 {
    display: none;
}
@media all and (max-width: 767px) {
    .section-trust .trust__item .item__inner .icon {
        display: flex;
        gap: 20px;
    }
    .section-trust .trust__item .item__inner .icon img {
        width: 28px;
    }
    .section-trust .trust__item .item__inner .icon h3 {
        display: block;
        margin-bottom: 0;
    }
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item .item__inner .icon img {
        width: 2.6rem;
    }
}
.section-trust .trust__item .item__inner h3 {
    font-family: Forum, sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item .item__inner h3 {
        font-size: 2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item .item__inner h3 {
        margin-bottom: 4rem;
    }
}
@media all and (max-width: 575px) {
    .section-trust .trust__item .item__inner h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
.section-trust .trust__item .item__inner .content p {
    font-size: 16px;
    line-height: 120%;
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item .item__inner .content p {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-trust .trust__item .item__inner .content p {
        line-height: 1.6rem;
    }
}
@media all and (max-width: 767px) {
    .section-trust .trust__item .item__inner .content h3 {
        display: none;
    }
}
.section-mainform {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg.avif);
    position: relative;
    overflow: hidden;
    min-height: 550px;
}
@media all and (min-width: 1199px) {
    .section-mainform {
        min-height: 55rem;
    }
}
.section-mainform:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/2.webp);
    width: 540px;
    height: 560px;
    bottom: 0;
    right: 0;
}
@media all and (min-width: 1199px) {
    .section-mainform:after {
        width: 54rem;
    }
}
@media all and (min-width: 1199px) {
    .section-mainform:after {
        height: 56rem;
    }
}
@media all and (max-width: 1600px) {
    .section-mainform:after {
        width: 580px;
        height: 600px;
    }
}
@media all and (max-width: 1600px) and (min-width: 1199px) {
    .section-mainform:after {
        width: 58rem;
    }
}
@media all and (max-width: 1600px) and (min-width: 1199px) {
    .section-mainform:after {
        height: 60rem;
    }
}
@media all and (max-width: 1199px) {
    .section-mainform:after {
        display: none;
    }
}
@media all and (min-width: 1199px) {
    .section-mainform .content {
        width: 60%;
    }
}
.section-mainform .content .heading p {
    padding-top: 15px;
}
@media all and (min-width: 1199px) {
    .section-mainform .content .heading p {
        padding-top: 1.5rem;
    }
}
.section-mainform .content .contacts {
    margin-bottom: 42px;
}
@media all and (min-width: 1199px) {
    .section-mainform .content .contacts {
        margin-bottom: 4.2rem;
    }
}
.section-mainform .content .contacts 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;
}
@media all and (max-width: 767px) {
    .section-mainform .content .contacts ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }
}
.section-mainform .content .contacts ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (min-width: 1199px) {
    .section-mainform .content .contacts ul li a {
        font-size: 1.4rem;
    }
}
.section-mainform .content .contacts ul li .phone {
    font-size: 20px;
    line-height: 27px;
    gap: 14px;
}
@media all and (min-width: 1199px) {
    .section-mainform .content .contacts ul li .phone {
        font-size: 2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-mainform .content .contacts ul li .phone {
        line-height: 2.7rem;
    }
}
@media all and (min-width: 1199px) {
    .section-mainform .content .contacts ul li .phone {
        gap: 1.4rem;
    }
}
.section-mainform .content .contacts ul li .phone img {
    width: 29px;
    height: auto;
}
@media all and (min-width: 1199px) {
    .section-mainform .content .contacts ul li .phone img {
        width: 2.9rem;
    }
}
.section-mainform .content .contacts ul li .social__link {
    gap: 10px;
}
@media all and (min-width: 1199px) {
    .section-mainform .content .contacts ul li .social__link {
        gap: 1rem;
    }
}
.section-mainform .content .contacts ul li .social__link img {
    width: 33px;
    height: auto;
}
@media all and (min-width: 1199px) {
    .section-mainform .content .contacts ul li .social__link img {
        width: 3.3rem;
    }
}
.section-situations {
    background-color: #c2b5aa;
}
@media all and (max-width: 575px) {
    .section-situations .situations__heading .heading {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 1199px) {
    .section-situations .situations__text {
        margin-bottom: 20px;
    }
}
.section-situations .situations__text p {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 16px;
}
@media all and (min-width: 1199px) {
    .section-situations .situations__text p {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-situations .situations__text p {
        margin-bottom: 1.6rem;
    }
}
.section-situations .wrapper {
    position: relative;
    z-index: 2;
}
@media all and (max-width: 991px) {
    .section-situations .wrapper {
        text-align: center;
    }
}
.section-situations .wrapper::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_20.svg);
    width: 148px;
    height: 84px;
    left: -30px;
    bottom: -30px;
    z-index: -1;
}
@media all and (min-width: 1199px) {
    .section-situations .wrapper::before {
        width: 14.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-situations .wrapper::before {
        height: 8.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-situations .wrapper::before {
        left: -3rem;
    }
}
@media all and (min-width: 1199px) {
    .section-situations .wrapper::before {
        bottom: -3rem;
    }
}
@media all and (max-width: 1199px) {
    .section-situations .wrapper::before {
        display: none;
    }
}
.section-situations .wrapper .wrapper__inner {
    background-color: #f3efec;
    -webkit-box-shadow: 6px 6px 16px rgba(156, 138, 123, 0.45);
    box-shadow: 6px 6px 16px rgba(156, 138, 123, 0.45);
    padding-top: 46px;
    padding-bottom: 46px;
    padding-right: 60px;
    padding-left: 60px;
    position: relative;
    z-index: 2;
}
@media all and (min-width: 1199px) {
    .section-situations .wrapper .wrapper__inner {
        padding-top: 4.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-situations .wrapper .wrapper__inner {
        padding-bottom: 4.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-situations .wrapper .wrapper__inner {
        padding-right: 6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-situations .wrapper .wrapper__inner {
        padding-left: 6rem;
    }
}
@media all and (max-width: 991px) {
    .section-situations .wrapper .wrapper__inner {
        padding: 50px 30px;
    }
}
.section-situations .wrapper .wrapper__inner::after {
    position: absolute;
    content: "";
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #6c6157;
    z-index: -1;
}
.section-situations .wrapper .situations__item {
    position: relative;
}
@media all and (min-width: 991px) {
    .section-situations .wrapper .situations__item:not(:last-child)::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background-color: #6c6157;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
}
.section-situations
    .wrapper
    .situations__item:last-child
    .item__inner
    ul
    li:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 991px) {
    .section-situations .wrapper .situations__item .item__inner {
        padding-left: 28px;
    }
}
.section-situations .wrapper .situations__item .item__inner ul li {
    position: relative;
}
@media all and (min-width: 991px) {
    .section-situations
        .wrapper
        .situations__item
        .item__inner
        ul
        li:not(:last-child) {
        padding-bottom: 34px;
    }
}
@media all and (min-width: 991px) and (min-width: 1199px) {
    .section-situations
        .wrapper
        .situations__item
        .item__inner
        ul
        li:not(:last-child) {
        padding-bottom: 3.4rem;
    }
}
@media all and (max-width: 991px) {
    .section-situations
        .wrapper
        .situations__item
        .item__inner
        ul
        li::after {
        position: absolute;
        content: "";
        width: 70px;
        height: 1px;
        background-color: #6c6157;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media all and (max-width: 991px) {
    .section-situations .wrapper .situations__item .item__inner ul li {
        margin-bottom: 20px;
    }
}
.section-situations .wrapper .situations__item .item__inner ul li a {
    font-family: Forum, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
}
@media all and (min-width: 1199px) {
    .section-situations .wrapper .situations__item .item__inner ul li a {
        font-size: 1.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-situations .wrapper .situations__item .item__inner ul li a {
        line-height: 1.8rem;
    }
}
.section-situations .wrapper .situations__item .item__inner ul li a:hover {
    text-shadow:
        0 0 0.65px #000,
        0 0 0.65px #000;
}
@media all and (max-width: 575px) {
    .section-cases .cases__heading .heading {
        margin-bottom: 20px;
    }
}
.section-cases .cases__text {
    margin-bottom: 20px;
}
.section-cases .cases__text p {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 16px;
}
@media all and (min-width: 1199px) {
    .section-cases .cases__text p {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases .cases__text p {
        margin-bottom: 1.6rem;
    }
}
@-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-cases .wrapper .tabs {
    --transition-time: 0.3s;
}
.section-cases .wrapper .tabs .tabs__caption {
    font-family: Forum, sans-serif;
    font-weight: 400;
    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;
    margin-bottom: 36px;
}
@media all and (min-width: 1199px) {
    .section-cases .wrapper .tabs .tabs__caption {
        margin-bottom: 3.6rem;
    }
}
.section-cases .wrapper .tabs .tabs__caption li {
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    border: 1px solid #6c6157;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    color: #6c6157;
    background-color: #fff;
    padding: 16px;
}
@media all and (min-width: 1199px) {
    .section-cases .wrapper .tabs .tabs__caption li {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases .wrapper .tabs .tabs__caption li {
        line-height: 1.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases .wrapper .tabs .tabs__caption li {
        padding: 1.6rem;
    }
}
@media all and (max-width: 1199px) {
    .section-cases .wrapper .tabs .tabs__caption li {
        padding: 14px 6px;
    }
}
.section-cases .wrapper .tabs .tabs__caption li.active {
    color: #fff;
    background-color: #6c6157;
}
.section-cases .wrapper .tabs .tabs__select {
    width: 100%;
    height: 46px;
    background-color: #6c6157;
    color: #fff;
    margin-bottom: 40px;
    padding: 0 10px;
}
.section-cases .wrapper .tabs .note {
    color: #887a6d;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    display: none;
}
@media all and (max-width: 1199px) {
    .section-cases .wrapper .tabs .note {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.section-cases .wrapper .tabs .note img {
    width: 30px;
    height: auto;
}
.section-cases .wrapper .tabs .tabs__content {
    display: none;
    -webkit-animation: fadeIn var(--transition-time) ease-out;
    animation: fadeIn var(--transition-time) ease-out;
    position: relative;
}
.section-cases .wrapper .tabs .tabs__content.active {
    display: block;
}
.section-cases .wrapper .tabs .tabs__content .cases__slider {
    padding-bottom: 45px;
}
.section-cases .wrapper .tabs .tabs__content .cases__slider .swiper-slide {
    height: auto;
}
.section-cases .wrapper .tabs .tabs__content .cases__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
}
@media all and (min-width: 1199px) {
    .section-cases .wrapper .tabs .tabs__content .cases__slider .slide__inner {
        min-height: 28rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    font-family: Forum, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__title {
        gap: 1.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__title {
        font-size: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__title {
        line-height: 1.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__title {
        margin-bottom: 1.5rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__title.cases__title-mobile {
    font-size: 20px;
    line-height: 120%;
    display: none;
    align-items: flex-start;
    flex-direction: column;
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__title
    img {
    width: 50px;
    height: auto;
}
@media all and (max-width: 991px) {
    .section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__title
    img {
    width: 40px;
}
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__title.cases__title-desk {
        display: none;
    }
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__title.cases__title-mobile {
        display: flex;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__title
        img {
        width: 5rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper {
    background-color: #fff;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-right: 84px;
    padding-left: 84px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper {
        padding-top: 2.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper {
        padding-bottom: 2.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper {
        padding-right: 8.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper {
        padding-left: 8.4rem;
    }
}
@media all and (max-width: 1600px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper {
        padding-right: 50px;
        padding-left: 50px;
    }
}
@media all and (max-width: 1600px) and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper {
        padding-right: 5rem;
    }
}
@media all and (max-width: 1600px) and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper {
        padding-left: 5rem;
    }
}
@media all and (max-width: 991px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper {
        padding: 30px 20px;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__gallery
    .gallery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    max-width: 270px;
    width: 100%;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__gallery
        .gallery__inner {
        max-width: 27rem;
    }
}
@media all and (max-width: 991px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__gallery
        .gallery__inner {
        margin: 0 auto;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__gallery
    .gallery__inner
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__gallery
    .gallery__main {
    border: 1px solid #6c6157;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
    height: 283px;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__gallery
        .gallery__main {
        border-radius: 1rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__gallery
        .gallery__main {
        margin-bottom: 0.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__gallery
        .gallery__main {
        height: 28.3rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__gallery
    .gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__gallery
        .gallery__thumbs {
        gap: 1.3rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__gallery
    .gallery__thumbs
    a {
    display: block;
    border: 1px solid #6c6157;
    border-radius: 6px;
    overflow: hidden;
    height: 63px;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__gallery
        .gallery__thumbs
        a {
        border-radius: 0.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__gallery
        .gallery__thumbs
        a {
        height: 6.3rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__gallery
    .gallery__thumbs
    a
    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: 991px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__details
    .details__inner {
    color: #6c6157;
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__details
    .details__inner
    .case__number {
    font-size: 16px;
    line-height: 120%;
    display: block;
    margin-bottom: 22px;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__number {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__number {
        line-height: 2.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__number {
        margin-bottom: 2.2rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__details
    .details__inner
    .case__text
    h3 {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__text
        h3 {
        font-size: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__text
        h3 {
        line-height: 2.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__text
        h3 {
        margin-bottom: 2rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__details
    .details__inner
    .case__text
    p {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 18px;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__text
        p {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__text
        p {
        line-height: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__text
        p {
        margin-bottom: 1.8rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__details
    .details__inner
    .case__results {
    color: #000;
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__details
    .details__inner
    .case__results
    h4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__results
        h4 {
        gap: 1.3rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__results
        h4 {
        margin-bottom: 1rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__results
        h4 {
        font-size: 1.6rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__details
    .details__inner
    .case__results
    h4
    img {
    width: 20px;
    height: auto;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__results
        h4
        img {
        width: 2rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .cases__slider
    .slide__inner
    .cases__wrapper
    .cases__details
    .details__inner
    .case__results
    p {
    font-size: 16px;
    line-height: 120%;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__results
        p {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .cases__slider
        .slide__inner
        .cases__wrapper
        .cases__details
        .details__inner
        .case__results
        p {
        line-height: 1.6rem;
    }
}
.section-cases .wrapper .tabs .tabs__content .swiper__nav {
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (min-width: 1199px) {
    .section-cases .wrapper .tabs .tabs__content .swiper__nav {
        height: 3.5rem;
    }
}
@media all and (max-width: 1199px) {
    .section-cases .wrapper .tabs .tabs__content .swiper__nav {
        display: none;
    }
}
.section-cases .wrapper .tabs .tabs__content .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: 18px;
    height: 35px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
@media all and (min-width: 1199px) {
    .section-cases .wrapper .tabs .tabs__content .swiper__nav .swiper-button {
        width: 1.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-cases .wrapper .tabs .tabs__content .swiper__nav .swiper-button {
        height: 3.5rem;
    }
}
.section-cases .wrapper .tabs .tabs__content .swiper__nav .swiper-button:hover {
    opacity: 0.8;
}
.section-cases .wrapper .tabs .tabs__content .swiper__nav .swiper-button:after {
    display: none !important;
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .swiper__nav
    .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: -34px;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .swiper__nav
        .swiper-button.swiper-button-prev {
        left: -3.4rem;
    }
}
.section-cases
    .wrapper
    .tabs
    .tabs__content
    .swiper__nav
    .swiper-button.swiper-button-next {
    right: -34px;
}
@media all and (min-width: 1199px) {
    .section-cases
        .wrapper
        .tabs
        .tabs__content
        .swiper__nav
        .swiper-button.swiper-button-next {
        right: -3.4rem;
    }
}
.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination span {
    width: 8px;
    height: 8px;
    background-color: #c8bfb8;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #6c6157;
}
.section-stages {
    overflow: hidden;
}
.section-stages .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #cfc1b5;
    min-height: 585px;
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper {
        min-height: 58.5rem;
    }
}
@media all and (max-width: 991px) {
    .section-stages .wrapper {
        grid-template-columns: repeat(1, 1fr);
        min-height: inherit;
    }
}
.section-stages .wrapper .image {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media all and (max-width: 991px) {
    .section-stages .wrapper .image {
        max-height: 600px;
    }
}
@media all and (max-width: 575px) {
    .section-stages .wrapper .image {
        max-height: 500px;
    }
}
.section-stages .wrapper .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 (min-width: 991px) {
    .section-stages .wrapper .image img {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.section-stages .wrapper .note {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 63px;
    max-width: 525px;
    width: 100%;
    margin: auto;
    -webkit-box-shadow: 5px 5px 30px rgba(85, 48, 0, 0.35);
    box-shadow: 5px 5px 30px rgba(85, 48, 0, 0.35);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    overflow: hidden;
    font-family: Forum, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6c6366;
    z-index: 2;
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note {
        bottom: 6.3rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note {
        max-width: 52.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note {
        border-radius: 1rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note {
        font-size: 1.6rem;
    }
}
@media all and (max-width: 575px) {
    .section-stages .wrapper .note {
        font-size: 16px;
        line-height: 120%;
        width: calc(100% - 40px);
        bottom: 20px;
    }
}
.section-stages .wrapper .note p:not(:last-child) {
    margin-bottom: 1em;
}
.section-stages .wrapper .note::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    opacity: 0.9;
    top: 0;
    left: 0;
    z-index: -1;
}
.section-stages .wrapper .note .note__inner {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 58px;
    padding-left: 58px;
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner {
        padding-top: 2.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner {
        padding-bottom: 2.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner {
        padding-right: 5.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner {
        padding-left: 5.8rem;
    }
}
@media all and (max-width: 575px) {
    .section-stages .wrapper .note .note__inner {
        padding: 20px 30px;
    }
}
.section-stages .wrapper .note .note__inner::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 34px;
    height: 34px;
    top: 16px;
    left: 16px;
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner::before {
        width: 3.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner::before {
        height: 3.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner::before {
        top: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner::before {
        left: 1.6rem;
    }
}
@media all and (max-width: 575px) {
    .section-stages .wrapper .note .note__inner::before {
        width: 20px;
        height: 20px;
        top: 10px;
        left: 10px;
    }
}
.section-stages .wrapper .note .note__inner::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 34px;
    height: 34px;
    bottom: 16px;
    right: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner::after {
        width: 3.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner::after {
        height: 3.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner::after {
        bottom: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .note .note__inner::after {
        right: 1.6rem;
    }
}
@media all and (max-width: 575px) {
    .section-stages .wrapper .note .note__inner::after {
        width: 20px;
        height: 20px;
        bottom: 10px;
        right: 10px;
    }
}
.section-stages .wrapper .stages__list {
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list {
        padding: 2rem;
    }
}
@media all and (max-width: 991px) {
    .section-stages .wrapper .stages__list {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.section-stages .wrapper .stages__list .list__inner {
    border: 1px solid #877e76;
    padding-top: 60px;
    padding-bottom: 8px;
    padding-left: 50px;
    padding-right: 50px;
    height: 100%;
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .list__inner {
        padding-top: 6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .list__inner {
        padding-bottom: 0.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .list__inner {
        padding-left: 5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .list__inner {
        padding-right: 5rem;
    }
}
@media all and (max-width: 991px) {
    .section-stages .wrapper .stages__list .list__inner {
        padding: 30px 20px 0 20px;
    }
}
.section-stages .wrapper .stages__list .stages__item {
    margin-bottom: 54px;
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .stages__item {
        margin-bottom: 5.4rem;
    }
}
@media all and (max-width: 991px) {
    .section-stages .wrapper .stages__list .stages__item {
        margin-bottom: 30px;
    }
}
.section-stages .wrapper .stages__list .stages__item .item__inner .number {
    font-family: Forum, sans-serif;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e7dfd8;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .stages__item .item__inner .number {
        font-size: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .stages__item .item__inner .number {
        width: 3.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .stages__item .item__inner .number {
        height: 3.5rem;
    }
}
.section-stages .wrapper .stages__list .stages__item .item__inner h3 {
    font-family: Forum, sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .stages__item .item__inner h3 {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .stages__item .item__inner h3 {
        margin-bottom: 2.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .stages__item .item__inner h3 {
        gap: 1rem;
    }
}
.section-stages .wrapper .stages__list .stages__item .item__inner p {
    font-size: 16px;
    line-height: 120%;
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .stages__item .item__inner p {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-stages .wrapper .stages__list .stages__item .item__inner p {
        line-height: 1.6rem;
    }
}
.section-process {
    overflow: hidden;
}
.section-process .heading {
    max-width: 820px;
    width: 100%;
}
@media all and (min-width: 1199px) {
    .section-process .heading {
        max-width: 82rem;
    }
}
.section-process .wrapper {
    position: relative;
    z-index: 2;
}
.section-process .wrapper::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_17.svg);
    width: 148px;
    height: 84px;
    left: -30px;
    bottom: 40px;
    z-index: -1;
}
@media all and (min-width: 1199px) {
    .section-process .wrapper::before {
        width: 14.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-process .wrapper::before {
        height: 8.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-process .wrapper::before {
        left: -3rem;
    }
}
@media all and (min-width: 1199px) {
    .section-process .wrapper::before {
        bottom: 4rem;
    }
}
@media all and (max-width: 1199px) {
    .section-process .wrapper::before {
        display: none;
    }
}
.section-process .wrapper::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_17.svg);
    width: 146px;
    height: 92px;
    top: -45px;
    right: -48px;
    z-index: -1;
}
@media all and (min-width: 1199px) {
    .section-process .wrapper::after {
        width: 14.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-process .wrapper::after {
        height: 9.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-process .wrapper::after {
        top: -4.5rem;
    }
}
@media all and (max-width: 1199px) {
    .section-process .wrapper::after {
        display: none;
    }
}
.section-process .wrapper .process__item {
    margin-bottom: 20px;
}
@media all and (min-width: 1199px) {
    .section-process .wrapper .process__item {
        margin-bottom: 2rem;
    }
}
.section-process .wrapper .process__item .item__inner {
    background-color: #f3efec;
    -webkit-box-shadow: 6px 6px 16px rgba(156, 138, 123, 0.45);
    box-shadow: 6px 6px 16px rgba(156, 138, 123, 0.45);
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-self: center;
    gap: 22px;
}
@media all and (min-width: 1199px) {
    .section-process .wrapper .process__item .item__inner {
        padding: 4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-process .wrapper .process__item .item__inner {
        gap: 2.2rem;
    }
}
@media all and (max-width: 991px) {
    .section-process .wrapper .process__item .item__inner {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
}
@media all and (max-width: 575px) {
    .section-process .wrapper .process__item .item__inner {
        padding: 30px 20px;
    }
}
.section-process .wrapper .process__item .item__inner .content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-process .wrapper .process__item .item__inner .content h3 {
    font-family: Forum, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 16px;
}
@media all and (min-width: 1199px) {
    .section-process .wrapper .process__item .item__inner .content h3 {
        font-size: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-process .wrapper .process__item .item__inner .content h3 {
        margin-bottom: 1.6rem;
    }
}
.section-process .wrapper .process__item .item__inner .content p {
    font-size: 16px;
    line-height: 120%;
    color: #6c6157;
}
@media all and (min-width: 1199px) {
    .section-process .wrapper .process__item .item__inner .content p {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-process .wrapper .process__item .item__inner .content p {
        line-height: 1.6rem;
    }
}
.section-process .wrapper .process__item .item__inner .image {
    height: 198px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (min-width: 1199px) {
    .section-process .wrapper .process__item .item__inner .image {
        height: 19.8rem;
    }
}
.section-process .wrapper .process__item .item__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-process .box__button {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}
@media all and (min-width: 1199px) {
    .section-process .box__button {
        max-width: 40rem;
    }
}
@media all and (min-width: 1199px) {
    .section-process .box__button {
        padding-top: 1rem;
    }
}
@media all and (max-width: 991px) {
    .section-process .box__button {
        max-width: 450px;
    }
}
@media all and (max-width: 1199px) {
    .section-feedback {
        overflow: hidden;
    }
}
@media all and (max-width: 575px) {
    .section-feedback .feedback__heading .heading {
        margin-bottom: 20px;
    }
}
.section-feedback .feedback__text {
    margin-bottom: 20px;
}
.section-feedback .feedback__text p {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 16px;
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__text p {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__text p {
        margin-bottom: 1.6rem;
    }
}
.section-feedback .feedback__wrapper {
    padding-top: 28px;
    padding-right: 35px;
    padding-bottom: 28px;
    padding-left: 66px;
    min-height: 680px;
    position: relative;
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__wrapper {
        padding-top: 2.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__wrapper {
        padding-right: 3.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__wrapper {
        padding-bottom: 2.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__wrapper {
        padding-left: 6.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__wrapper {
        min-height: 68rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__wrapper {
        background-color: #fff;
        -webkit-box-shadow: 6px 6px 16px rgba(156, 138, 123, 0.45);
        box-shadow: 6px 6px 16px rgba(156, 138, 123, 0.45);
    }
}
@media all and (max-width: 1199px) {
    .section-feedback .feedback__wrapper {
        padding: 0;
    }
}
.section-feedback .feedback__wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/3.webp);
    width: 357px;
    height: 352px;
    bottom: -50px;
    left: -50px;
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__wrapper:after {
        width: 35.7rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__wrapper:after {
        height: 35.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__wrapper:after {
        left: -5rem;
    }
}
@media all and (max-width: 1199px) {
    .section-feedback .feedback__wrapper:after {
        bottom: auto;
        left: 60%;
        top: 0;
    }
}
@media all and (max-width: 575px) {
    .section-feedback .feedback__wrapper:after {
        display: none;
    }
}
@media all and (max-width: 1199px) {
    .section-feedback .platforms__list {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner {
        padding-top: 20px;
    }
}
@media all and (min-width: 1199px) and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner {
        padding-top: 2rem;
    }
}
@media all and (min-width: 575px) {
    .section-feedback .platforms__list .list__inner ul {
        max-width: 315px;
        width: 100%;
    }
}
@media all and (min-width: 575px) and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul {
        max-width: 31.5rem;
    }
}
.section-feedback .platforms__list .list__inner ul li:not(:last-child) {
    margin-bottom: 10px;
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li:not(:last-child) {
        margin-bottom: 1rem;
    }
}
.section-feedback .platforms__list .list__inner ul li a {
    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: 20px;
    padding-top: 5px;
    padding-right: 22px;
    padding-bottom: 5px;
    padding-left: 19px;
    -webkit-box-shadow: 4px 4px 30px rgba(85, 48, 0, 0.55);
    box-shadow: 4px 4px 30px rgba(85, 48, 0, 0.55);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    background-color: #f3efec;
    color: #000;
    border: 2px solid #f3efec;
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a {
        gap: 2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a {
        padding-top: 0.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a {
        padding-right: 2.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a {
        padding-bottom: 0.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a {
        padding-left: 1.9rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a {
        border-radius: 1rem;
    }
}
.section-feedback .platforms__list .list__inner ul li a:hover {
    border: 2px solid #6c6157;
}
.section-feedback .platforms__list .list__inner ul li a .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a .icon {
        gap: 2.4rem;
    }
}
.section-feedback .platforms__list .list__inner ul li a .icon img {
    width: 39px;
    height: 39px;
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a .icon img {
        width: 3.9rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a .icon img {
        height: 3.9rem;
    }
}
.section-feedback
    .platforms__list
    .list__inner
    ul
    li
    a
    .icon
    .icon__innner
    span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
@media all and (min-width: 1199px) {
    .section-feedback
        .platforms__list
        .list__inner
        ul
        li
        a
        .icon
        .icon__innner
        span {
        font-size: 1.4rem;
    }
}
.section-feedback .platforms__list .list__inner ul li a .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    font-size: 16px;
    font-weight: 700;
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a .stars {
        gap: 1.3rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a .stars {
        font-size: 1.6rem;
    }
}
.section-feedback .platforms__list .list__inner ul li a .stars img {
    width: 25px;
}
@media all and (min-width: 1199px) {
    .section-feedback .platforms__list .list__inner ul li a .stars img {
        width: 2.5rem;
    }
}
@media all and (max-width: 1199px) {
    .section-feedback .feedback__list {
        background-color: #fff;
    }
}
@media all and (max-width: 1199px) {
    .section-feedback .feedback__list .list__inner {
        padding: 20px 0;
    }
}
.section-feedback .feedback__list .list__inner .reviews__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__list .list__inner .reviews__rating {
        gap: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__list .list__inner .reviews__rating {
        margin-bottom: 3rem;
    }
}
@media all and (max-width: 575px) {
    .section-feedback .feedback__list .list__inner .reviews__rating {
        -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;
        gap: 10px;
    }
}
.section-feedback .feedback__list .list__inner .reviews__rating span {
    font-size: 12px;
    font-weight: 600;
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__list .list__inner .reviews__rating span {
        font-size: 1.2rem;
    }
}
.section-feedback .feedback__list .list__inner .reviews__rating .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__list .list__inner .reviews__rating .stars {
        gap: 0.5rem;
    }
}
.section-feedback .feedback__list .list__inner .reviews__rating .stars img {
    width: 25px;
    height: auto;
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__list .list__inner .reviews__rating .stars img {
        width: 2.5rem;
    }
}
.section-feedback .feedback__list .list__inner .reviews__rating p {
    font-size: 12px;
    font-weight: 600;
    color: #757575;
}
@media all and (min-width: 1199px) {
    .section-feedback .feedback__list .list__inner .reviews__rating p {
        font-size: 1.2rem;
    }
}
.section-feedback .feedback__list .list__inner .wrapper {
    position: relative;
}
.section-feedback .feedback__list .list__inner .wrapper .feedback__slider {
    margin-bottom: 40px;
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .feedback__slider
    .swiper-slide {
    height: auto;
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .feedback__slider
    .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (min-width: 1199px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .feedback__slider
        .slide__inner {
        min-height: 28rem;
    }
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .feedback__slider
    .slide__inner
    .feedback__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}
@media all and (min-width: 1199px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .feedback__slider
        .slide__inner
        .feedback__top {
        gap: 1.8rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .feedback__slider
        .slide__inner
        .feedback__top {
        margin-bottom: 2rem;
    }
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .feedback__slider
    .slide__inner
    .feedback__top
    .icon {
    width: 90px;
    height: 90px;
    border-radius: 15px;
    overflow: hidden;
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .feedback__slider
    .slide__inner
    .feedback__top
    .icon
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .feedback__slider
    .slide__inner
    .feedback__top
    .details
    .name {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}
@media all and (min-width: 1199px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .feedback__slider
        .slide__inner
        .feedback__top
        .details
        .name {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .feedback__slider
        .slide__inner
        .feedback__top
        .details
        .name {
        line-height: 1.6rem;
    }
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .feedback__slider
    .slide__inner
    .feedback__top
    .details
    .stars {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .feedback__slider
    .slide__inner
    .feedback__top
    .details
    .stars
    img {
    width: 25px;
    height: auto;
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .feedback__slider
    .slide__inner
    .feedback__top
    .details
    .date {
    display: block;
    font-size: 12px;
    line-height: 16px;
}
@media all and (min-width: 1199px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .feedback__slider
        .slide__inner
        .feedback__top
        .details
        .date {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .feedback__slider
        .slide__inner
        .feedback__top
        .details
        .date {
        line-height: 1.6rem;
    }
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .feedback__slider
    .slide__inner
    .feedback__main
    .text {
    height: 360px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 30px;
    padding-right: 10px;
}
@media all and (min-width: 1199px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .feedback__slider
        .slide__inner
        .feedback__main
        .text {
        height: 36rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .feedback__slider
        .slide__inner
        .feedback__main
        .text {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .feedback__slider
        .slide__inner
        .feedback__main
        .text {
        margin-bottom: 3rem;
    }
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .feedback__slider
    .slide__inner
    .feedback__main
    .platform
    img {
    max-height: 44px;
}
.section-feedback .feedback__list .list__inner .wrapper .arrows__scrollbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .arrows__scrollbar
    .swiper__nav {
    width: 110px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: auto;
}
@media all and (max-width: 575px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .arrows__scrollbar
        .swiper__nav {
        margin: 0 auto;
    }
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .arrows__scrollbar
    .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: 30px;
    height: 30px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .arrows__scrollbar
    .swiper__nav
    .swiper-button:after {
    display: none !important;
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .arrows__scrollbar
    .swiper__nav
    .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .arrows__scrollbar
    .swiper__nav
    .swiper-button.swiper-button-next {
    right: 0;
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .arrows__scrollbar
    .swiper-scrollbar {
    width: 100% !important;
    position: relative;
    height: 6px !important;
    left: 0 !important;
    background-color: #f2f2f2;
    cursor: pointer;
}
@media all and (max-width: 575px) {
    .section-feedback
        .feedback__list
        .list__inner
        .wrapper
        .arrows__scrollbar
        .swiper-scrollbar {
        display: none;
    }
}
.section-feedback
    .feedback__list
    .list__inner
    .wrapper
    .arrows__scrollbar
    .swiper-scrollbar-drag {
    height: 6px;
    top: 0;
    background-color: #007aff;
    border-radius: 0;
}
.section-map {
    overflow: hidden;
}
.section-map #map {
    height: 400px;
    width: 100%;
}
@media all and (min-width: 1199px) {
    .section-map #map {
        height: 40rem;
    }
}
.section-map iframe {
    width: 100%;
    height: 100%;
}
#footer {
    background-color: #cfc1b5;
    padding-top: 25px;
    padding-bottom: 10px;
}
@media all and (min-width: 1199px) {
    #footer {
        padding-top: 2.5rem;
    }
}
@media all and (min-width: 1199px) {
    #footer {
        padding-bottom: 1rem;
    }
}
@media all and (max-width: 991px) {
    #footer {
        text-align: center;
    }
}
#footer .footer__item {
    margin-bottom: 25px;
}
@media all and (min-width: 1199px) {
    #footer .footer__item {
        margin-bottom: 2.5rem;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__item {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__logo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
#footer .footer__logo img {
    width: 164px;
    height: auto;
}
@media all and (min-width: 1199px) {
    #footer .footer__logo img {
        width: 16.4rem;
    }
}
@media all and (min-width: 991px) {
    #footer .footer__rating iframe {
        width: 150px;
        height: 50px;
        transform: scale(1.5);
        transform-origin: 0 0;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__rating {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__menu {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
#footer .footer__menu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
#footer .footer__menu ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
@media all and (min-width: 1199px) {
    #footer .footer__menu ul li a {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__menu ul li a {
        line-height: 1.6rem;
    }
}
#footer .footer__menu ul li a:hover {
    color: #000;
}
@media all and (max-width: 991px) {
    #footer .footer__contacts {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media all and (min-width: 991px) {
    #footer .footer__contacts .contacts__inner {
        text-align: right;
    }
}
#footer .footer__contacts .contacts__inner .phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 120%;
    color: #000;
}
@media all and (min-width: 1199px) {
    #footer .footer__contacts .contacts__inner .phone {
        gap: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__contacts .contacts__inner .phone {
        margin-bottom: 0.7rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__contacts .contacts__inner .phone {
        font-size: 2.2rem;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__contacts .contacts__inner .phone {
        font-size: 18px;
    }
}
#footer .footer__contacts .contacts__inner .phone img {
    width: 20px;
    height: auto;
}
@media all and (min-width: 1199px) {
    #footer .footer__contacts .contacts__inner .phone img {
        width: 2rem;
    }
}
#footer .footer__contacts .contacts__inner .worktime {
    font-size: 14px;
}
@media all and (min-width: 1199px) {
    #footer .footer__contacts .contacts__inner .worktime {
        font-size: 1.4rem;
    }
}
#footer .footer__share {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media all and (max-width: 991px) {
    #footer .footer__share {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}
#footer .footer__share p {
    font-size: 14px;
    margin-bottom: 12px;
    color: #6c6157;
}
@media all and (min-width: 1199px) {
    #footer .footer__share p {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__share p {
        margin-bottom: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__share .ya-share2__icon {
        width: 30px;
        height: 30px;
        background-size: 2.4rem 2.4rem;
    }
}
@media all and (min-width: 1199px) and (min-width: 1199px) {
    #footer .footer__share .ya-share2__icon {
        width: 3rem;
    }
}
@media all and (min-width: 1199px) and (min-width: 1199px) {
    #footer .footer__share .ya-share2__icon {
        height: 3rem;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__share .ya-share2__icon {
        width: 36px !important;
        height: 36px !important;
        background-size: 30px 30px !important;
    }
    #footer .footer__social {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
#footer .footer__social ul {
    max-width: 210px;
    width: 100%;
}
@media all and (min-width: 1199px) {
    #footer .footer__social ul {
        max-width: 21rem;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__social ul {
        margin: 0 auto;
    }
}
#footer .footer__social ul li:not(:last-child) {
    margin-bottom: 10px;
}
@media all and (min-width: 1199px) {
    #footer .footer__social ul li:not(:last-child) {
        margin-bottom: 1rem;
    }
}
#footer .footer__social ul li a {
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 19px;
    background: #f3efec;
    border: 2px solid #f3efec;
    -webkit-box-shadow: 4px 4px 30px rgba(85, 48, 0, 0.55);
    box-shadow: 4px 4px 30px rgba(85, 48, 0, 0.55);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
}
@media all and (min-width: 1199px) {
    #footer .footer__social ul li a {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__social ul li a {
        gap: 1.9rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__social ul li a {
        border-radius: 1rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__social ul li a {
        padding-top: 0.8rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__social ul li a {
        padding-bottom: 0.8rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__social ul li a {
        padding-left: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__social ul li a {
        padding-right: 1.2rem;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__social ul li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__social ul li a img {
    width: 30px;
    height: 30px;
}
@media all and (min-width: 1199px) {
    #footer .footer__social ul li a img {
        width: 3rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__social ul li a img {
        height: 3rem;
    }
}
#footer .footer__social ul li a:hover {
    border: 2px solid #6c6157;
}
@media all and (max-width: 991px) {
    #footer .footer__policy {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}
#footer .footer__policy .policy__inner ul li {
    margin-bottom: 10px;
}
@media all and (min-width: 1199px) {
    #footer .footer__policy .policy__inner ul li {
        margin-bottom: 1rem;
    }
}
#footer
    .footer__policy
    .policy__inner
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    text-decoration: underline;
}
#footer .footer__policy .policy__inner ul li a {
    font-size: 14px;
    line-height: 120%;
    color: #000;
    font-weight: 600;
    display: inline-block;
}
@media all and (min-width: 1199px) {
    #footer .footer__policy .policy__inner ul li a {
        font-size: 1.4rem;
    }
}
#footer .footer__policy .policy__inner ul li a:hover {
    text-decoration: underline;
}
#footer .footer__policy .policy__inner p {
    font-size: 12px;
    line-height: 16px;
}
@media all and (min-width: 1199px) {
    #footer .footer__policy .policy__inner p {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__policy .policy__inner p {
        line-height: 1.6rem;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__callback {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}
#footer .footer__callback .callback__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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px;
}
@media all and (min-width: 1199px) {
    #footer .footer__callback .callback__inner {
        gap: 3rem;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__callback .callback__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
#footer .footer__callback .callback__inner .btn {
    max-width: 250px;
    width: 100%;
}
@media all and (min-width: 1199px) {
    #footer .footer__callback .callback__inner .btn {
        max-width: 25rem;
    }
}
#footer .footer__callback .webdev a {
    font-size: 14px;
    color: #9c8a7b;
}
@media all and (min-width: 1199px) {
    #footer .footer__callback .webdev a {
        font-size: 1.4rem;
    }
}
#page {
    margin-top: 40px;
}
@media all and (min-width: 1199px) {
    #page {
        margin-top: 4rem;
    }
}
#breadcrumbs .breadcrumbs {
    color: #6c6157;
    font-size: clamp(12px, 1.2rem, 100rem);
}
@media all and (max-width: 1199px) {
    #breadcrumbs .breadcrumbs {
        font-size: 14px;
    }
}
#breadcrumbs .breadcrumbs span {
    color: #6c6157;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
    color: #6c6157;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}
.section-price {
    background-color: #c2b5aa;
    padding-top: 70px;
    padding-bottom: 70px;
}
@media all and (min-width: 1199px) {
    .section-price {
        padding-top: 7rem;
    }
}
@media all and (min-width: 1199px) {
    .section-price {
        padding-bottom: 7rem;
    }
}
@media all and (max-width: 991px) {
    .section-price {
        padding: 50px 0;
    }
}
@media all and (max-width: 575px) {
    .section-price .price__heading .heading {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 1199px) {
    .section-price .price__text {
        margin-bottom: 20px;
    }
}
.section-price .price__text p {
    font-size: 14px;
    margin-bottom: 16px;
}
@media all and (min-width: 1199px) {
    .section-price .price__text p {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-price .price__text p {
        margin-bottom: 1.6rem;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.section-price .wrapper .tabs {
    --transition-time: 0.3s;
}
.section-price .wrapper .tabs .tabs__caption {
    font-family: Forum, sans-serif;
    font-weight: 400;
    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;
    margin-bottom: 36px;
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__caption {
        margin-bottom: 3.6rem;
    }
}
.section-price .wrapper .tabs .tabs__caption li {
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    border: 1px solid #6c6157;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #6c6157;
    background-color: #fff;
    padding: 16px;
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__caption li {
        font-size: 1.2rem;
    }
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__caption li {
        line-height: 1.5rem;
    }
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__caption li {
        padding: 1.6rem;
    }
}
@media all and (max-width: 1199px) {
    .section-price .wrapper .tabs .tabs__caption li {
        padding: 14px 6px;
    }
}
.section-price .wrapper .tabs .tabs__caption li.active {
    color: #fff;
    background-color: #6c6157;
}
.section-price .wrapper .tabs .tabs__select {
    width: 100%;
    height: 46px;
    background-color: #6c6157;
    color: #fff;
    margin-bottom: 40px;
    padding: 0 10px;
}
.section-price .wrapper .tabs .note {
    color: #887a6d;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    display: none;
}
@media all and (max-width: 1199px) {
    .section-price .wrapper .tabs .note {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.section-price .wrapper .tabs .note.note-white {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}
.section-price .wrapper .tabs .note img {
    width: 30px;
    height: auto;
}
.section-price .wrapper .tabs .tabs__content {
    display: none;
    -webkit-animation: fadeIn var(--transition-time) ease-out;
    animation: fadeIn var(--transition-time) ease-out;
    border: 2px solid #ac9f95;
    background-color: #e2dbd5;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 90px;
    padding-right: 90px;
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__content {
        padding-top: 6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__content {
        padding-bottom: 6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__content {
        padding-left: 9rem;
    }
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__content {
        padding-right: 9rem;
    }
}
@media all and (max-width: 1199px) {
    .section-price .wrapper .tabs .tabs__content {
        padding: 30px;
    }
}
.section-price .wrapper .tabs .tabs__content.active {
    display: block;
}
.section-price .wrapper .tabs .tabs__content ul li {
    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;
    font-size: 14px;
    line-height: 19px;
    border-bottom: 2px solid #998b7f;
    padding-bottom: 5px;
    gap: 20px;
}
.text h3 {
	font-size: 22px;
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__content ul li {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__content ul li {
        line-height: 1.9rem;
    }
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__content ul li {
        gap: 2rem;
    }
}
.section-price .wrapper .tabs .tabs__content ul li:not(:last-child) {
    margin-bottom: 10px;
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__content ul li:not(:last-child) {
        margin-bottom: 1rem;
    }
}
.section-price .wrapper .tabs .tabs__content ul li strong {
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    background-color: #e2dbd5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__content ul li strong {
        font-size: 1.6rem;
    }
}
@media all and (min-width: 1199px) {
    .section-price .wrapper .tabs .tabs__content ul li strong {
        line-height: 2.2rem;
    }
}
