/* GLOBAL START */
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Manrope-Regular.woff2) format("woff2");
}
@font-face {
    font-family: TikTokSansExpanded;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/TikTokSansExpanded-Regular.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: TikTokSansExpanded;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/TikTokSansExpanded-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: TikTokSansExpanded;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/TikTokSansExpanded-Bold.woff2) format("woff2");
}
@font-face {
    font-family: TikTokSansExpanded;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/TikTokSansExpanded-ExtraBold.woff2) format("woff2");
}
html {
    min-height: 100%;
}
body,
html {
    scroll-behavior: smooth;
}
body {
    font-family: Manrope, sans-serif;
    font-size: 1em;
    line-height: 1.375;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.75);
    background-color: #0b0704;
    font-weight: 400;
}
.body_page{
	overflow:hidden;
}
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: 600;
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 32px;
}
.heading h1,
.heading h2 {
    font-family: TikTokSansExpanded, sans-serif;
    font-size: 60px;
    line-height: 112%;
    font-weight: 400;
    text-transform: uppercase;
}
@media all and (max-width: 1199px) {
    .heading h1,
    .heading h2 {
        font-size: 50px;
    }
}
@media all and (max-width: 991px) {
    .heading h1,
    .heading h2 {
        font-size: 40px;
    }
}
.heading h1 strong,
.heading h2 strong {
    color: #fff;
    font-weight: 800;
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #7e5845;
    padding: 11px 27px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    border-radius: 23px;
}
.btn:hover {
    color: #fff;
    background-color: #75513f;
}
.btn.btn-white {
    background-color: #fff;
    color: #0b0502;
}
.btn.btn-white:hover {
    color: #fff;
    background-color: #75513f;
}
.btn.btn-border {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background-color: transparent;
    color: #fff;
    padding: 10.4px 26px;
}
.btn.btn-border:hover {
    color: #fff;
    background-color: #75513f;
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
section {
    margin-bottom: 120px;
}
@media all and (max-width: 1600px) {
    section {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1199px) {
    section {
        margin-bottom: 80px;
    }
}
.mb-0 {
    margin-bottom: 0 !important;
}
.row-12 {
    margin-left: -6px;
    margin-right: -6px;
}
.row-12 .box-12 {
    padding-left: 6px;
    padding-right: 6px;
}
.modal {
    color: rgba(255, 255, 255, 0.75);
    background-color: #7e5845;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
}
#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: 46px;
    padding-left: 20px;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.4);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.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: rgba(255, 255, 255, 0.4);
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item select::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
    color: rgba(255, 255, 255, 0.4);
    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: rgba(255, 255, 255, 0.4);
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    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: rgba(255, 255, 255, 0.4);
    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: rgba(255, 255, 255, 0.4);
    opacity: 1;
}
.form__inner .form__item input::placeholder,
.form__inner .form__item select::placeholder,
.form__inner .form__item textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}
.form__inner .form__item textarea {
    resize: none;
}
.form__inner .form__item select {
    color: #fff;
}
.form__inner .form__item select::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item select::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item select::-ms-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item select::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item select::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item select:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item select::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item select::placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item select option {
    color: #000;
    background-color: #fff;
}
.form__inner .form__submit {
    position: relative;
    margin-bottom: 20px;
}
.form__inner .form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.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: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 100%;
}
form .text p a {
    text-decoration: underline;
    color: #fff;
}
.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: #fff;
}
.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 #fff;
    color: transparent;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 1px;
    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 #7e5845;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sw-reviews-rating {
    min-width: 80px;
}

/* animation start (есть связанный js - обратите внимание перед редактировании данного css) */

.animation-for-children > *,
.animation-for-grandchildren > * > *{
    opacity: 0;
	position: relative;
	top: -10px;
    transition: opacity .2s ease-out, top .2s ease-out;
}

.animation-for-children.animation-start > *,
.animation-for-grandchildren.animation-start > * > * {
    opacity: 1;
	top: 0;
}

.animation-show {
	opacity: 0;
	transition: opacity 1s ease-out;
}

.animation-show.animation-start {
	opacity: 1;
}

.animation-show-left-right {
	-webkit-mask-image: linear-gradient(to right, white 0, white 95.238%, transparent 100%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: -1000px 0;
	-webkit-mask-size: 105% 100%;
	mask-image: linear-gradient(to right, white 0, white 95.238%, transparent 100%);
	mask-repeat: no-repeat;
	mask-position: -1000px 0;
	mask-size: 105% 100%;
    transition: mask-position 3s;
    transition-delay: var(--delay);
}
.animation-show-left-right.animation-start {
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
}

.animation-show-bottom-top{
	opacity: 0;
	position: relative;
	top: 10px;
    transition: opacity .8s ease-out, top .8s ease;
	transition-delay: 1s
}

.animation-show-bottom-top.animation-start{
    opacity: 1;
	top: 0;
}

.animation-show-from-left {
	position: relative;
	opacity: 0;
	left: -50px;
	transition: opacity .5s ease-out, left .5s ease-out;
}

.animation-show-from-left.animation-start {
    opacity: 1;
	left: 0;
}

.animation-show-from-right {
	position: relative;
	opacity: 0;
	right: -50px;
	transition: opacity 0.5s ease-out, right 0.5s ease-out;
	transition-delay: .1s;
}

.animation-show-from-right.animation-start {
    opacity: 1;
	right: 0;
}

.delay-for-children > * {
	transition-delay: calc( 1s + var(--i) * 0.2s);
}

.delay-for-grandchildren > * > * {
	transition-delay: calc( .5s + var(--i) * 0.1s);
}

.delay-for-grandchildren .animation-show-left-right {
	transition: all 0.5s ease;
	transition-delay: calc( .5s + var(--i) * 0.1s);
}

/* animation end */

.benefits {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: max(min(1.62vw, 32px), 20px);
}

.benefits__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: min(1.58vw, 31px);
    width: 100%;
    min-width: 416px;
}

.benefits__benefit {
    text-align: left;
    width: 33.33%;
    padding: 0 min(1.58vw, 31px);
    font-size: clamp(
        12px,
        calc(12px + (16 - 12) * ((100vw - 438px) / (1980 - 438))),
        16px
    );
}

.benefits__benefit-inner {
    display: flex;
    align-items: start;
    gap: 8%;
    height: 100%;
}

.benefits__flex .benefits__benefit:not(:last-child):not(:nth-child(3n)) {
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.benefits__img-benefit {
    aspect-ratio: 1 / 1;
    width: 20%;
    min-width: 31px;
    margin-bottom: calc(1em * .25);
}

/* GLOBAL END */

header {
    position: relative;
    z-index: 2;
}
header:not(.page) {
    min-height: 100vh;
    min-height: 100svh;
}
header.page {
    margin-bottom: 80px;
    background-color: #4b2e1e;
}

@media all and (max-width: 1600px) {
    header.page {
        margin-bottom: 60px;
    }
}
header.page .bg__image {
    display: none;
}
header.page .header__top {
    position: relative;
    top: 0;
    padding: 16px 0;
}
header .bg__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
header .bg__image:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b0704;
    opacity: 0.2;
    display: none;
}
@media all and (max-width: 1600px) {
    header .bg__image:after {
        display: block;
    }
}
@media all and (max-width: 991px) {
    header .bg__image:after {
        opacity: 0.4;
    }
}
@media all and (max-width: 767px) {
    header .bg__image:after {
        display: none;
    }
}
header .bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    width: 100%;
}
@media all and (max-width: 991px) {
    header .bg__image img {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
		height: 100%;
    }
}
header .header__top {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
}

header .header__top .header__logo img {
    width: 184px;
    height: auto;
}
@media all and (max-width: 991px) {
    header .header__top .header__logo img {
        width: 156px;
    }
}
@media all and (max-width: 991px) {
    header .header__top .header__menu {
        display: none;
    }
}
header .header__top .header__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    text-align: center;
}
header .header__top .header__menu .menu__inner ul li a {
    color: rgba(255, 255, 255, 0.75);
    display: inline;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(255, 255, 255, 0.75)),
        to(rgba(255, 255, 255, 0.75))
    );
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0.75),
        rgba(255, 255, 255, 0.75)
    );
    background-size: 0 1px;
    -webkit-background-position:
        0 100%,
        100% 100%;
    background-position:
        0 100%,
        100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
    transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
}
header .header__top .header__menu .menu__inner ul li a:hover {
    background-size: 100% 1px;
}
header .header__top .header__contacts .contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 32px;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .contacts__inner {
        gap: 22px;
    }
}
header .header__top .header__contacts .contacts__inner .phone {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .contacts__inner .phone {
        font-size: 13px;
    }
}
header .header__top .header__contacts .contacts__inner .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .contacts__inner .social {
        display: none;
    }
}
header .header__top .header__contacts .contacts__inner .social li a:hover {
    opacity: 0.8;
}
header .header__top .header__contacts .contacts__inner .social li a img {
    width: 44px;
    height: 44px;
}
header .header__top .header__contacts .contacts__inner .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__top .header__contacts .contacts__inner .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button {
    position: relative;
    width: 18px;
    height: 18px;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button
    span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 12px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0b0704;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 50px;
    top: 0;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .container {
    padding-left: 12px;
    padding-right: 12px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu {
    margin-bottom: 30px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 10px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    color: rgba(255, 255, 255, 0.75);
    display: inline;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(255, 255, 255, 0.75)),
        to(rgba(255, 255, 255, 0.75))
    );
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0.75),
        rgba(255, 255, 255, 0.75)
    );
    background-size: 0 1px;
    -webkit-background-position:
        0 100%,
        100% 100%;
    background-position:
        0 100%,
        100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
    transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    background-size: 100% 1px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .header__main {
    min-height: 100vh;
    min-height: 100svh;
}
header .header__main .location-mobile {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}
@media all and (max-width: 991px) {
    header .header__main .location-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__main .container {
    min-height: 100vh;
    min-height: 100svh;
}
header .header__main .content {
    max-width: 943px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    min-height: 100vh;
    min-height: 100svh;
}
@media all and (max-width: 991px) {
    header .header__main .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 76px;
        padding-bottom: 60px;
    }
}
header .header__main .content h1 {
    font-family: TikTokSansExpanded, sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 112%;
    margin-bottom: 12px;
    text-transform: uppercase;
}
@media all and (max-width: 991px) {
    header .header__main .content h1 {
        font-size: 60px;
    }
}
header .header__main .content h1 strong {
    font-weight: 800;
    color: #fff;
}
header .header__main .content p {
    margin-bottom: 32px;
}

header .header__main .content .content__bottom {
    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: 24px;
}
header .header__main .content .content__bottom .box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}
header .header__main .content .content__bottom .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
@media all and (max-width: 991px) {
    header .header__main .content .content__bottom .location {
        display: none;
    }
}
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: 700;
    line-height: 120%;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
}
article h3 {
    font-size: 26px;
}
article h4 {
    font-size: 22px;
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #00a8d2;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
article mark {
    padding: 0;
}
article .wp-block-table,
article table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    border-spacing: 0;
}
article table form,
article table li,
article table p,
article table ul {
    margin: 6px 0;
    padding: 0;
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}
article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
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;
}
@media all and (min-width: 991px) {
    .section-video {
        margin-top: -120px;
        position: relative;
        z-index: 3;
    }
}

/* SECTION-VIDEO START */

/* default start */
.video-box {
	opacity: 0;
	position: relative;
    width: 100%;
    pointer-events: none;
}

.video-box.animation-start {

}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-box--desktop {
    aspect-ratio: 16 / 9;
}

.video-sound-btn  {
	background: #7E5845;
	cursor: pointer;
	transition: opacity .5s;
	
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	
	transition: border-radius .2s;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	aspect-ratio: 1 / 1;
	width: 44px;
	
	user-select: none;
}

.video-sound-btn-img {
	aspect-ratio: 22 / 16;
	width: 50%;
	display: none;
}

.video-sound-btn-img.active {
	display: block;
}

video.full-screen {
	border-radius: 0 !important;
}

.video-sound-btn.full-screen {
	border-radius: 0 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

.video-sound-btn * {
    pointer-events: none;
}

.video-box--mobile {
	opacity: 1;
    aspect-ratio: 9 / 16;
}
/* default end */

/* animation start */
.animation-video .video-box--desktop {
    transform: translateX(100px);
}
.animation-video .video-box--desktop.animation-start {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1s;
	z-index: 11;
}
/* animation end */

/* SECTION-VIDEO END */
.section-advantages .advantages__slider {
    padding: 3.5px;
}
@media all and (min-width: 991px) {
    .section-advantages .advantages__slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: auto;
        height: auto;
    }
}
@media all and (max-width: 991px) {
    .section-advantages .advantages__slider .swiper-wrapper {
        margin-bottom: 30px;
    }
}
.section-advantages .advantages__slider .swiper-slide {
    height: auto;
    position: relative;
}
@media all and (min-width: 991px) {
    .section-advantages .advantages__slider .swiper-slide {
        width: auto !important;
    }
}
.section-advantages .advantages__slider .swiper-slide:nth-child(1) {
    z-index: 2;
}
.section-advantages .advantages__slider .swiper-slide:nth-child(4) {
    z-index: 5;
}
.section-advantages
    .advantages__slider
    .swiper-slide:nth-child(4):before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #faf3f0;
    bottom: -3.5px;
    right: -3.5px;
    z-index: 2;
}
.section-advantages .advantages__slider .swiper-slide:nth-child(5) {
    z-index: 4;
}
.section-advantages .advantages__slider .swiper-slide:nth-child(6) {
    z-index: 3;
}
.section-advantages
    .advantages__slider
    .swiper-slide:nth-child(6):before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #faf3f0;
    bottom: -3.5px;
    right: -3.5px;
    z-index: 2;
}
.section-advantages
    .advantages__slider
    .swiper-slide:nth-child(2):after {
    display: none;
}
.section-advantages
    .advantages__slider
    .swiper-slide:nth-child(3):after {
    display: none;
}
.section-advantages .advantages__slider .swiper-slide .slide__inner {
    border: 1px solid #1f1f1f;
    min-height: 320px;
    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;
    gap: 30px;
    padding: 32px;
    position: relative;
}
.section-advantages .advantages__slider .swiper-slide:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #faf3f0;
    top: -3.5px;
    right: -3.5px;
    z-index: 2;
}
.section-advantages .advantages__slider .swiper-slide .slide__inner .icon img {
    width: 36px;
    height: 36px;
}
.section-advantages
    .advantages__slider
    .swiper-slide
    .slide__inner
    .content
    h3 {
    font-family: TikTokSansExpanded, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 112%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}
.section-advantages .swiper-scrollbar {
    width: 100% !important;
    position: relative;
    height: 8px !important;
    left: 0 !important;
    background-color: #1f1f1f;
    cursor: pointer;
    margin-bottom: 10px;
}
@media all and (min-width: 991px) {
    .section-advantages .swiper-scrollbar {
        display: none;
    }
}
.section-advantages .swiper-scrollbar-drag {
    height: 8px;
    top: 0;
    background-color: #faf3f0;
    border-radius: 0;
}

.steps {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: min(1.62vw, 32px);
}

.steps__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: min(1.58vw, 31px);
    width: 100%;
}

.steps__step {
    text-align: left;
    width: 25%;
    padding: 0 min(1.58vw, 31px);
    display: flex;
    flex-direction: column;
    font-size: clamp(
        12px,
        calc(12px + (16 - 12) * ((100vw - 438px) / (1980 - 438))),
        16px
    );
}

.steps__img-step {
    aspect-ratio: 1 / 1;
    width: 20%;
    min-width: 31px;
    margin-bottom: 1.37em;
}

a.steps_phone {
    color: #fff;
    text-decoration: underline;
}

.quiz__header {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 3%;
    background-color: #4d4037;
    border-radius: 2vw 2vw 0 0;
    font-size: min(30px, max(2vw, 12px));
}

.quiz__count {
    font-size: .75em;
}

.quiz__main {
    background: #2d2a2a;
    padding: 3%;
    overflow: hidden;
    box-sizing: border-box;
    transition: height 0.35s ease;
    font-size: clamp(12px, calc(12px + (16 - 12) * ((100vw - 438px) / (1980 - 438))), 16px);
}

.quiz__progress-bar {
    height: 5px;
    width: 0;
    background: #6d5a4c;
    border-radius: 999px;
    transition: width 0.3s ease;
}

.quiz__main-inner {
    height: 100%;
    background: #4d4037;
    padding: 5%;
    border-radius: 2.5vw;
    box-shadow:
    0 4px 12px rgba(0,0,0,.75),
    inset 0 0 10px rgba(0,0,0,0.2);
}

.quiz__quest {
    margin-bottom: 5%;
    opacity: 1;
    font-size: 1.5em;
}

.quiz__answers {
    display: grid;
    width: fit-content;
    gap: max(10%, 15px);
    opacity: 1;
    align-items: center;
    align-content: center;
}

.quiz__quest,
.quiz__answers {
    transition: opacity 0.5s ease;
    transition-delay: .1s;
}

.quiz__quest.is-fading-out,
.quiz__answers.is-fading-out {
    opacity: 0;
}

.quiz__quest.is-fading-in,
.quiz__answers.is-fading-in {
    opacity: 1;
}

.quiz__answers--have-imgs {
    grid-template-columns: repeat(4, 1fr);
    width: auto;
}

.quiz__answer {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.quiz__answers--have-imgs .quiz__answer{
    flex-direction: column;
}

.quiz__answer-img {
    display: none;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 1vw;
    box-shadow:
    0 4px 12px rgba(0,0,0,.75);
}

.quiz__answers--have-imgs .quiz__answer-img{
    display: block;
}

.quiz__radio,
.quiz__checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.quiz__custom-check {
    background: wheat;
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.quiz__answers--have-imgs .quiz__custom-check{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-25%, -25%) scale(1.25);
}

.quiz__radio:checked + .quiz__custom-check::after,
.quiz__checkbox:checked + .quiz__custom-check::after {
    content: '✔';
    width: 100%;
    height: 100%;
    background: #4d4037;
    border-radius: 50%;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9em;
}


.quiz__answers--have-imgs .quiz__custom-check {
    display: none;
}

.quiz__answers--have-imgs .quiz__radio:checked + .quiz__custom-check {
    display: block;
}

.quiz__phone-input {
    background: none;
    padding: 1%;
    border-radius: 1vw;
    color: rgba(255, 255, 255, 0.75);;
}

.quiz__agree {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2.5%;
}

.quiz__honeypot {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


.quiz__footer {
    background: #2d2a2a;
    padding: 3%;
    display: flex;
    justify-content: space-between;
}

.quiz__btn-previous,
.quiz__btn-next {
    padding: 1%;
    background: #4d4037;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.75);
    box-shadow:
    0 4px 12px rgba(0,0,0,.75),
    inset 0 0 10px rgba(0,0,0,0.2);
}

.section-cases {
    background-color: #4d4037;
    padding: 120px 0;
}
@media all and (max-width: 1600px) {
    .section-cases {
        padding: 100px 0;
    }
}
@media all and (max-width: 1199px) {
    .section-cases {
        padding: 80px 0;
    }
}
.section-cases .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px 20px;
}
@media all and (max-width: 991px) {
    .section-cases .heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.section-cases .cases__item {
    margin-bottom: 12px;
}
.section-cases .cases__item .item__inner {
    padding: 4px;
    background-color: #fff;
    color: #0b0704;
}
.section-cases .cases__item .item__inner:hover {
    color: #7e5845;
}
.section-cases .cases__item .item__inner:hover .image .image__front {
    opacity: 0;
    visibility: hidden;
}
.section-cases .cases__item .item__inner:hover .image .image__back {
    opacity: 1;
    visibility: visible;
}
.section-cases .cases__item .item__inner:hover .title img {
    -webkit-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
}
.section-cases .cases__item .item__inner .image {
    height: 340px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 4px;
    position: relative;
}
.section-cases .cases__item .item__inner .image .image__front {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.45s all;
    transition: 0.45s all;
}
.section-cases .cases__item .item__inner .image .image__back {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.45s all;
    transition: 0.45s all;
}
.section-cases .cases__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-cases .cases__item .item__inner .title {
    padding: 12px;
    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;
}
.section-cases .cases__item .item__inner .title h3 {
    font-family: TikTokSansExpanded, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 112%;
    text-transform: uppercase;
    color: inherit;
}
.section-cases .cases__item .item__inner .title img {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    will-change: transform;
}
.section-cases .cases__request {
    margin-bottom: 12px;
}
.section-cases .cases__request .request__inner {
    background: radial-gradient(
        100% 100% at 0 0,
        rgba(255, 255, 255, 0.24) 0,
        rgba(255, 255, 255, 0) 100%
    );
    border: 1px solid #7c726b;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    min-height: 238px;
}
.section-cases .cases__request .request__inner h3 {
    font-family: TikTokSansExpanded, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 112%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}
.section-cases .cases__request .request__inner p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 32px;
}

/* SECTION-ABOUT START */
.section-about .wrapper {
    min-height: 720px;
    position: relative;
    z-index: 2;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media all and (max-width: 1600px) {
    .section-about .wrapper {
        min-height: 640px;
    }
}
@media all and (max-width: 1199px) {
    .section-about .wrapper {
        display: grid;
    }
}
.section-about .wrapper .bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-about .wrapper .bg__image:after {
	content: '';
	position: absolute;
	inset: 0;
	background: #000;
	opacity: .5;
}

.section-about .wrapper .bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 1199px) {
    .section-about .wrapper .content {
        height: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media all and (min-width: 1199px) {
    .section-about .wrapper .content .row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media all and (max-width: 1199px) {
    .section-about .wrapper .content .row {
        height: 100%;
    }
}
.section-about .wrapper .content .about__heading .heading {
    margin-bottom: 0;
}

@media all and (max-width: 1199px) {
    .section-about .wrapper .content .about__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.about__photo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.about__photo {
    width: 50%;
    aspect-ratio: 1 / 1;
    margin-bottom: 8px;
    transition-delay: 1.5s;
    border-radius: 10%;
    object-fit: cover;
    object-position: 50% 25%;
}

.about__name {
    text-align: center;
}

.about__text .text p {
    hyphens: auto;
}

/* SECTION-ABOUT END */
#footer {
    margin-bottom: 0;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/21.avif);
}
@media all and (max-width: 991px) {
    #footer .footer__content {
        text-align: center;
    }
}
#footer .footer__content .content__inner .heading p {
    margin-top: 16px;
}
@media all and (max-width: 991px) {
    #footer .footer__form {
        margin-bottom: 40px;
    }
}
#footer .footer__contacts {
    margin-bottom: 50px;
}
#footer .company__details {
    margin-bottom: 50px;
}
@media all and (max-width: 1600px) {
    #footer .footer__contacts {
        /* margin-bottom: 150px; */
    }
}
@media all and (max-width: 991px) {
    #footer .footer__contacts {
        text-align: center;
    }
}
#footer .footer__contacts .contacts__inner ul li:not(:last-child) {
    margin-bottom: 24px;
}
#footer .footer__contacts .contacts__inner ul li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
@media all and (max-width: 991px) {
    #footer .footer__contacts .contacts__inner ul li .title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__contacts .contacts__inner ul li .title h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
}
#footer .footer__contacts .contacts__inner ul li a,
#footer .footer__contacts .contacts__inner ul li p {
    font-weight: 600;
    font-size: 18px;
    line-height: 112%;
    color: #fff;
}
#footer .footer__policy {
    margin-bottom: 24px;
}
#footer .footer__policy ul li a {
    display: inline-block;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.5);
}

@media all and (max-width: 767px) {
    .benefits__benefit-inner {
        flex-direction: column;
    }
}

@media all and (max-width: 575px) {
    body {
        font-size: 0.9375em;
        line-height: 1.25;
    }

    .heading {
        margin-bottom: 20px;
    }

    .heading h1,
    .heading h2 {
        font-size: 25px;
    }

    .btn {
        font-size: 15px;
        padding: 10px 27px;
    }

    .btn.btn-border {
        padding: 9.4px 25px;
    }

    .btn-100 {
        max-width: none !important;
        width: 100% !important;
        min-width: inherit !important;
    }

    header.page {
        margin-bottom: 50px;
    }

    header .header__main .content h1 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    header .header__main .content p {
        margin-bottom: 24px;
    }

    article table td,
    article table th {
        min-width: 180px;
    }

    .section-advantages .heading h2 strong {
        display: block;
    }

    .section-advantages .advantages__slider .swiper-slide .slide__inner {
        min-height: 260px;
        padding: 20px;
    }

    .section-advantages
        .advantages__slider
        .swiper-slide
        .slide__inner
        .icon
        img {
        width: 32px;
        height: 32px;
    }

    .section-advantages
        .advantages__slider
        .swiper-slide
        .slide__inner
        .content
        h3 {
        font-size: 18px;
    }

    .section-cases .cases__item {
        margin-bottom: 8px;
    }

    .section-cases .cases__item .item__inner .image {
        height: 180px;
    }

    .section-cases .cases__item .item__inner .title h3 {
        font-size: 18px;
    }

    .section-cases .cases__request {
        margin-bottom: 8px;
    }

    .section-cases .cases__request .request__inner h3 {
        font-size: 20px;
    }

    .section-cases .cases__request .request__inner p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .section-about .wrapper {
        padding: 20px;
    }
}