@charset "UTF-8";
a,
a:hover,
a:visited {
    text-decoration: none;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
    scroll-behavior: smooth;
    cursor: default;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus,
a:active,
a:focus {
    outline: 0;
}
aside,
footer,
header,
nav {
    display: block;
}
body,
html {
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
    font-family: inherit;
}
ol,
ul {
    list-style: none;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a:hover {
    cursor: pointer;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type="number"],
input[type="number"]:focus,
input[type="number"]:hover {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}
@font-face {
    font-family: Montserrat;
    src: url(../uploads/assets/fonts/montserrat/Montserrat-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Montserrat;
    src: url(../uploads/assets/fonts/montserrat/Montserrat-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Montserrat;
    src: url(../uploads/assets/fonts/montserrat/Montserrat-Bold.ttf);
    font-weight: 700;
}
:root {
    --width-container: 1200px;
    --body-bg-color: rgba(248, 248, 250, 0.7);
    --lihht-color: #3d5a71;
    --dark-color: #152765;
    --white-color: #ffffff;
    --line-decor-color: #dbdbdb;
    --main-title-color: var(--lihht-color);
    --main-text-color: var(--dark-color);
    --main-nav-link-color: var(--white-color);
    --button-text-color: var(--dark-color);
    --button-bg-color: #ffad32;
    --button-bg-color-hover: #ee3d48;
    --button-bg-success: green;
    --card-bg-color: rgba(255, 255, 255, 0.8);
    --card-blue-bg-color: #e5f0ff;
    --card-yellow-bg-color: #fff7eb;
    --card-border-color: #e3e3e3;
    --card-shadow-color: rgba(232, 233, 237, 0.5);
    --input-text-color: var(--lihht-color);
    --input-border-color: var(--lihht-color);
}
body {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: var(--body-bg-color);
    color: var(--dark-color);
    line-height: 117%;
}
.container {
    max-width: var(--width-container);
    margin: 0 auto;
    padding: 0;
}
.logo {
    display: block;
    width: 250px;
    flex: 0 0 250px;
}
.bread-crumbs,
.main-common__container {
    display: -webkit-box;
    display: -ms-flexbox;
}
.logo__img {
    pointer-events: none;
    width: 100%;
}
.bread-crumbs {
    display: flex;
    gap: 10px;
}
.bread-crumbs__link {
    color: var(--dark-color);
    line-height: normal;
}
.bread-crumbs__link::after {
    padding-bottom: 2px;
    content: "»";
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    display: inline-block;
    margin-left: 5px;
}
.bread-crumbs__link.active::after {
    content: none;
}
.bread-crumbs__link.active {
    opacity: 0.5;
    pointer-events: none;
}
.main-common {
    padding-top: 60px;
    padding-bottom: 60px;
}
.main-common__container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.main-block__container {
    overflow: hidden;
    padding: 2.2%;
    position: relative;
}
.main-block .main-block__card {
    padding: 2.2%;
    position: relative;
    z-index: 1;
    max-width: 570px;
    width: 100%;
    min-height: 390px;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}
.main-block .main-block__card-title {
    margin: 0;
}
.main-block .main-block__card-text {
    margin-top: auto;
}
.main-block .main-block__card-button {
    height: 65px;
    max-width: 300px;
}
.main-block .main-block__image {
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-block .main-block__image-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom 30% left 0;
    object-position: bottom 30% left 0;
}
.title-first {
    color: var(--main-title-color);
    font-size: 90px;
    line-height: 1;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.title-second {
    color: var(--main-text-color);
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
}
.title-second__strong,
.title-second_strong {
    color: var(--main-title-color);
    font-size: 50px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.advantage,
.advantages,
.button {
    display: -webkit-box;
}
.title-second_strong {
    line-height: 100%;
}
.sub-title {
    color: var(--main-text-color);
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.text-bold {
    font-weight: 700;
}
.text-nowrap {
    white-space: nowrap;
}
.button {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white-color);
    white-space: nowrap;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: var(--main-color);/*var(--button-bg-color);*/
    /*-webkit-transition: background-color 0.7s ease-in-out, color 0.7s ease-in-out;
    transition: background-color 0.7s ease-in-out, color 0.7s ease-in-out;*/
    cursor: pointer;
    transition: .7s;
}
.button:hover:not(:disabled, .button.button_white) {
    background-color: var(--two-color);/*var(--button-bg-color-hover);*/
    color: var(--three-color);
}
.button:disabled {
    cursor: not-allowed;
    color: grey;
}
.button_white {
    color: var(--dark-color);
    font-size: 25px;
    border: 2px solid #e3e3e3;
    border-radius: 10px;
    background-color: #fff;
    background-position: center center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.button_white:hover {
    color: var(--button-bg-color-hover);
    -webkit-box-shadow: 0 0 10px 3px #e3e3e3;
    box-shadow: 0 0 10px 3px #e3e3e3;
}
.cardd {
    background-color: var(--card-bg-color);
    border: 1px solid var(--card-border-color);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 var(--card-shadow-color);
    box-shadow: 0 2px 5px 0 var(--card-shadow-color);
}
.cardd:hover {
    -webkit-box-shadow: 0 0 15px 10px var(--card-shadow-color);
    box-shadow: 0 0 15px 10px var(--card-shadow-color);
}
.advantages {
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.advantage {
    list-style: none;
    padding: 17px 12px;
    max-width: 330px;
    height: 135px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advantage-img,
.advantage-img > *,
.back-fon {
    width: 100%;
    height: 100%;
}
.advantage-text,
.custom-ul {
    display: -webkit-box;
    -webkit-box-direction: normal;
}
.advantage-text,
.custom-ul,
.header__contacts {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
}
.advantage-img {
    max-width: 110px;
}
.advantage-img > * {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.advantage-text {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.advantage-title {
    line-height: 90%;
    font-size: 25px;
    margin-bottom: 10px;
}
.back-fon {
    display: none;
    position: fixed;
    z-index: 90;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    overflow-y: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.back-fon.active,
.line-decor {
    display: block;
}
.line-decor {
    background-color: var(--line-decor-color);
    height: 1px;
    margin: 0 auto;
    width: 90%;
}
.circle-info,
.circle-info__content {
    background-color: var(--button-bg-color);
    position: absolute;
}
.line-link {
    white-space: nowrap;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    color: var(--dark-color);
}
.circle-info {
    cursor: pointer;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
.circle-info__content {
    padding: 0;
    opacity: 0;
    top: 0;
    left: 0;
    width: 250px;
    z-index: -1;
    overflow: hidden;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.7s;
    transition: 0.7s;
    border-radius: 100%;
}
.circle-info:hover .circle-info__content,
.circle-info__content:hover {
    position: absolute;
    padding: 20px 12px;
    z-index: 2;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: var(--card-bg-color);
    border-radius: 4px;
}
.circle-info__content > h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 17px;
}
.circle-info__content > p {
    font-size: 14px;
}
.circle-info__content > p:not(:last-child) {
    margin-bottom: 10px;
}
.circle-info::after,
.circle-info::before {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--button-bg-color);
}
.circle-info::before {
    -webkit-animation: ring-scale 5s infinite;
    animation: ring-scale 5s infinite;
}
.circle-info::after {
    -webkit-animation: ring-scale 5s infinite 1s;
    animation: ring-scale 5s infinite 1s;
}
@-webkit-keyframes ring-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
        border-color: var(--button-bg-color-hover);
    }
}
@keyframes ring-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
        border-color: var(--button-bg-color-hover);
    }
}
.custom-ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.custom-ul li::before {
    padding-right: 7px;
    font-weight: 700;
    color: var(--button-bg-color);
    content: "✔";
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.custom-ul li:hover::before {
    padding-right: 14px;
    color: var(--button-bg-color-hover);
}
header.header {
/*    padding: 30px 2%;*/
    position: fixed;
    z-index: 95;
    left: 0;
    top: 0;
    width: 100%;
/*    padding-bottom: 20px;*/
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(transparent));
    background: linear-gradient(to bottom, #fff 50%, transparent);
    background: #f7f7f7;
}
.header.sticky .head-top,
header.header.sticky .logo {
    display: none;
}
.header.sticky{
	background: #00ADA3F2;
	box-shadow: 0 -2px 20px -8px #000;
	z-index: 999;
}
.header.sticky .head-menu {
  height: 70px;
}
.header.sticky .header__menu-item-link a {
  color: #fff;
  font-weight: 600;
}
.header__menu-item-link a {
  color: var(--dark-color);
  transition: .5s;
}
.header__menu-item-link a:hover {
  color: var(--two-color);
}
.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}
.header__menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
}
.header__menu-item-link {
    position: relative;
    color: var(--dark-color);
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    height: 100%;
    display: flex;
  	justify-content: space-between;
  	align-items: center;
}
.header__menu-item-link:hover {
    color: var(--lihht-color);
}
.header__menu-item-link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 100%;
    height: 1px;
    background-color: var(--dark-color);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.form,
.header__contacts {
    display: -webkit-box;
    -webkit-box-direction: normal;
}
.header__menu-item-link:hover.header__menu-item-link::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background-color: var(--two-color);
}
.header__contacts {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.header__contacts-phone-link {
    color: var(--button-bg-color);
    font-size: 26px;
}
.header__contacts-phone-link:hover {
    color: var(--button-bg-color-hover);
}
.header__contacts-email {
    font-size: 24px;
}
.burger {
    display: none;
    width: 34px;
    height: 28px;
    cursor: pointer;
    position: relative;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
}
.burger__line,
.burger__line::after,
.burger__line::before {
    height: 4px;
    border-radius: 2px;
    background-color: var(--button-bg-color);
    width: 100%;
}
.burger.fixed {
    top: 20px;
    right: 20px;
    position: fixed;
    z-index: 101;
}
.burger__line {
    pointer-events: none;
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.burger:hover .burger__line {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.burger__line::after,
.burger__line::before {
    content: "";
    position: absolute;
    left: 0;
}
.burger__line::before {
    top: -10px;
    -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.3s 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.3s 0.3s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.3s 0.3s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__line::after {
    bottom: -10px;
    -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 0.3s 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 0.3s 0.3s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 0.3s 0.3s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__line.active {
    background-color: transparent;
}
.burger__line.active::after,
.burger__line.active::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: var(--button-bg-color-hover);
}
.burger__line.active::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s cubic-bezier(0.68, -0.55, 0, 1.55);
    transition: top 0.3s, -webkit-transform 0.3s 0.3s cubic-bezier(0.68, -0.55, 0, 1.55);
    transition: top 0.3s, transform 0.3s 0.3s cubic-bezier(0.68, -0.55, 0, 1.55);
    transition: top 0.3s, transform 0.3s 0.3s cubic-bezier(0.68, -0.55, 0, 1.55), -webkit-transform 0.3s 0.3s cubic-bezier(0.68, -0.55, 0, 1.55);
}
.burger__line.active::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.3s cubic-bezier(0.68, -0.55, 0, 1.55);
    transition: bottom 0.3s, -webkit-transform 0.3s 0.3s cubic-bezier(0.68, -0.55, 0, 1.55);
    transition: bottom 0.3s, transform 0.3s 0.3s cubic-bezier(0.68, -0.55, 0, 1.55);
    transition: bottom 0.3s, transform 0.3s 0.3s cubic-bezier(0.68, -0.55, 0, 1.55), -webkit-transform 0.3s 0.3s cubic-bezier(0.68, -0.55, 0, 1.55);
}
.form {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}
.commercial-offer .button-offer {
    margin: 40px auto 60px;
    white-space: normal;
    height: 70px;
    width: max-content;
    padding: 0 20px;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.commercial-offer .offer-form {
    background-color: var(--white-color);
    position: relative;
    max-width: 560px;
    padding: 0;
    height: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.commercial-offer .offer-form form {
    width: 100%;
}
.commercial-offer .offer-form__title {
    text-align: center;
    margin-bottom: 35px;
}
.commercial-offer .offer-form__title span {
    display: block;
}
.accordion__item,
.commercial-offer.show {
    display: -webkit-box;
    display: -ms-flexbox;
}
.commercial-offer .offer-form .form__button {
    max-width: 100%;
}
.commercial-offer .offer-form .agree {
    text-align: center;
}
.commercial-offer .offer-form__close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    fill: var(--button-bg-color-hover);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.commercial-offer .offer-form__close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.commercial-offer .offer-form__close svg {
    pointer-events: none;
}
.commercial-offer.show {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 111;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.commercial-offer.show .button-offer {
    display: none;
}
.commercial-offer.show .offer-form {
    padding: 3% 2.6%;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.form-input,
.form__input {
    font-weight: 600;
    height: 50px;
    background-color: transparent;
}
.form-input {
    color: var(--input-text-color);
    border: 2px solid var(--input-border-color);
    border-radius: 4px;
    font-size: 18px;
}
.form__input {
    width: 100%;
    padding: 0 30px;
    color: var(--dark-color);
    border: 2px solid var(--input-border-color);
    border-radius: 4px;
}
.footer,
.footer a,
.form-file__button.active {
    color: var(--white-color);
}
.accordion__item:last-child,
.accordion__item:not(:last-child) {
    border-bottom: 1px solid var(--line-decor-color);
}
.form__button {
    max-width: 360px;
    font-size: 15px;
    padding: 15px;
}
.form__filed {
    max-width: 400px;
}
.form-file {
    position: relative;
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: start;
}
.form-file__button {
    width: 190px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 15px;
    height: 38px;
}
.form-file__button.active {
    background-color: var(--button-bg-success);
}
.form-file__input[type="file"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.agree {
    font-size: 12px;
    font-weight: 400;
}
.accordion {
    width: 100%;
}
.accordion__item {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.accordion__item:first-child {
    border-top: 1px solid var(--line-decor-color);
}
.accordion__item-button {
    background-color: transparent;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.accordion__item-button:hover > .accordion__item-title {
    text-shadow: 0 0 2px #000;
}
.accordion__item-button:active > .accordion__item-title {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}
.accordion__item-button * {
    pointer-events: none;
}
.accordion__item-title {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35;
    text-align: start;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.accordion__item-content {
    overflow: hidden;
    height: 0;
    padding: 0 0 0 10px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    line-height: 200%;
    font-weight: 400;
}
.accordion__item-content.active {
    padding-bottom: 20px;
    height: auto;
    opacity: 1;
}
.accordion__item-content ol {
    list-style-type: decimal;
}
.accordion__item-content > ol > li {
    margin-left: 25px;
}
.accordion__item-content > ol span.text-bold {
    white-space: nowrap;
}
.accordion__item-content > * {
    margin-bottom: 20px;
}
.accordion__item-close {
    position: absolute;
    top: calc(50% - 12px);
    right: 3px;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 1px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.accordion__item-close.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-slide {
    width: 100%;
    margin: 0;
}
button.swiper-button-next::after,
button.swiper-button-prev::after {
    display: none;
}
.custom-slider,
.custom-slider__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.custom-slider {
    display: flex;
    overflow: hidden;
}
.custom-slider__slides {
    padding-bottom: 40px;
    display: flex;
    z-index: 2;
}
.custom-slider__nav,
.custom-slider__nav-pagination {
    position: absolute;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
}
.custom-slider__slide {
    width: 100%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.2;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    overflow: hidden;
}
.custom-slider__slide.swiper-slide-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.custom-slider__nav {
    padding: 0 1%;
    top: calc(50% - 50px);
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.custom-slider__nav-pagination {
    z-index: 10;
    bottom: -7px;
    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: 10px;
    padding: 20px;
}
.custom-slider__nav-pagination .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: var(--button-bg-color);
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.custom-slider__nav-pagination .swiper-pagination-bullet-active {
    background-color: var(--button-bg-color-hover);
    scale: 1.1;
    -webkit-box-shadow: 0 0 10px 1px var(--button-bg-color-hover);
    box-shadow: 0 0 10px 1px var(--button-bg-color-hover);
}
.custom-slider__nav-arrow-btn {
    position: relative;
    z-index: 10;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--button-bg-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.custom-slider__nav-arrow-btn * {
    width: 100%;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.custom-slider__nav-arrow-btn:hover {
    background-color: var(--button-bg-color-hover);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.custom-slider__nav-arrow-btn:hover path {
    fill: var(--white-color);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.complete-product {
    padding-top: 100px;
    padding-bottom: 70px;
}
.complete-product__container {
    max-width: 1600px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0 auto;
}
.complete-product__items {
    list-style: none;
    margin-bottom: 70px;
    display: grid;
    gap: 20px;
    grid-template-areas: "one tex tex two two two ... ..." "one tex tex two two two thr thr" "fou fou fiv two two two thr thr" "fou fou fiv two two two thr thr" "fou fou fiv six six sev sev sev" "fou fou fiv six six sev sev sev" "fou fou fiv six six sev sev sev" "fou fou ... six six sev sev sev" "... ... btn btn ... sev sev sev";
}
.complete-product__card {
    max-width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.complete-product__card:nth-child(1) {
    grid-area: one;
}
.complete-product__card:nth-child(3) {
    grid-area: two;
}
.complete-product__card:nth-child(4) {
    grid-area: thr;
}
.complete-product__card:nth-child(5) {
    grid-area: fou;
}
.complete-product__card:nth-child(6) {
    grid-area: fiv;
}
.complete-product__card:nth-child(7) {
    grid-area: six;
}
.complete-product__card:nth-child(8) {
    grid-area: sev;
}
.complete-product__card:nth-child(2) {
    grid-area: tex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}
.complete-product__text {
    position: relative;
    margin-bottom: 0;
    max-width: 500px;
}
.complete-product__text::before {
    content: "34";
    position: absolute;
    z-index: -1;
    left: 10%;
    bottom: -15%;
    color: var(--button-bg-color);
    font-size: 300px;
    line-height: 1;
    font-weight: 700;
    opacity: 0.15;
}
.complete-product__card:nth-child(9) {
    grid-area: btn;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.complete-product__button {
    max-width: 360px;
    height: 70px;
}
.complete-product__card-img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
}
.complete-product__card-shadow {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background-color: transparent;
    border-radius: 100%;
    width: 98%;
    opacity: 0;
    -webkit-box-shadow: 2px 0 30px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 0 30px 15px rgba(0, 0, 0, 0.5);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.complete-product__card:hover {
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(-3%) scale(1.03);
    -ms-transform: translateY(-3%) scale(1.03);
    transform: translateY(-3%) scale(1.03);
}
.complete-product__card:hover .complete-product__card-shadow {
    -webkit-transform: scaleY(0.9);
    -ms-transform: scaleY(0.9);
    transform: scaleY(0.9);
    opacity: 1;
}
.clients {
    padding-top: 50px;
    padding-bottom: 50px;
}
.clients__info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.clients__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}
.clients .clients-items {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(3, auto);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.clients .clients-items .clients-items-image {
    overflow: hidden;
}
.clients .clients-items .clients-items-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.carriage-houses {
    padding-top: 50px;
    padding-bottom: 50px;
}
.carriage-houses .carriage-houses__container {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}
.carriage-houses__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 30px;
}
.carriage-houses__info .carriage-houses__title {
    grid-column: 1/3;
}
.carriage-houses__info .carriage-houses__text {
    grid-row: 2/3;
    grid-column: 1/2;
}
.carriage-houses__info .carriage-houses__button {
    align-self: center;
    justify-self: center;
    grid-row: 2/3;
    grid-column: 2/3;
    gap: 18px;
    max-width: 340px;
    min-width: 300px;
    height: 70px;
    margin-bottom: -30px;
}
.carriage-houses__info .carriage-houses__button-img {
    width: 42px;
}
.carriage-houses__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 360px));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 45px;
}
.carriage-houses__items .carriage-houses__card {
    color: var(--main-text-color);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.carriage-houses__items .carriage-houses__card * {
    pointer-events: none;
}
.carriage-houses__items .carriage-houses__card:hover {
    gap: 0;
    -webkit-transform: scale(1.05) translateY(-5%);
    -ms-transform: scale(1.05) translateY(-5%);
    transform: scale(1.05) translateY(-5%);
    -webkit-box-shadow: 0 10px 25px 2px #000;
    box-shadow: 0 10px 25px 2px #000;
}
.carriage-houses__items .carriage-houses__card:hover .carriage-houses__card-image-img {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.carriage-houses__items .carriage-houses__card-image {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/0.7;
}
.carriage-houses__items .carriage-houses__card-image-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.carriage-houses__items .carriage-houses__card-text {
    border-radius: 0 0 4px 4px;
    padding: 17px 22px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.carriage-houses__button-more {
    width: 240px;
    height: 70px;
}
.specification {
    overflow: hidden;
    padding-top: 60px;
    background-image: url(../uploads/assets/images/house-on-wheels-page/winter-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.specification__title {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    text-shadow: 1px 1px 5px #fff;
}
.specification__text {
    position: relative;
    z-index: 2;
    font-size: 18px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 5px #fff;
    line-height: 1.5;
}
.specification__image {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}
.specification__image-text-arrow {
    pointer-events: none;
    position: relative;
}
.specification__image-text-arrow::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    background-image: url(../uploads/assets/images/icons/specification-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20%;
    aspect-ratio: 1/0.7;
    display: block;
}
.specification__image-img {
    display: block;
    padding-left: 20%;
    max-width: 100%;
}
.specification__image .circle-info:nth-child(1) {
    left: 71%;
    top: 10%;
}
.specification__image .circle-info:nth-child(1) .circle-info__content {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.specification__image .circle-info:nth-child(2) {
    left: 78%;
    top: 16%;
}
.specification__image .circle-info:nth-child(2) .circle-info__content {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.specification__image .circle-info:nth-child(3) {
    left: 66%;
    top: 30%;
}
.specification__image .circle-info:nth-child(3) .circle-info__content {
    top: 0;
    right: -100px;
    left: auto;
    bottom: auto;
    width: 300px;
    -webkit-transform-origin: 66% 0;
    -ms-transform-origin: 66% 0;
    transform-origin: 66% 0;
}
.specification__image .circle-info:nth-child(4) {
    left: 70%;
    top: 53%;
}
.specification__image .circle-info:nth-child(4) .circle-info__content {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.specification__image .circle-info:nth-child(5) {
    left: 79%;
    top: 79%;
}
.specification__image .circle-info:nth-child(5) .circle-info__content {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
.specification__image .circle-info:nth-child(6) {
    left: 55%;
    top: 46%;
}
.specification__image .circle-info:nth-child(6) .circle-info__content {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.specification__image .circle-info:nth-child(7) {
    left: 46%;
    top: 37%;
}
.specification__image .circle-info:nth-child(8) {
    left: 50%;
    top: 11%;
}
.specification__image .circle-info:nth-child(9) {
    left: 41%;
    top: 68%;
}
.specification__image .circle-info:nth-child(9) .circle-info__content {
    top: auto;
    left: auto;
    width: 300px;
    bottom: 0;
    right: -160px;
    -webkit-transform-origin: 43% 100%;
    -ms-transform-origin: 43% 100%;
    transform-origin: 43% 100%;
}
.specification__image .circle-info:nth-child(10) {
    left: 22%;
    top: 51%;
}
.specification__image .circle-info:nth-child(11) {
    left: 30%;
    top: 61%;
}
.specification__image .circle-info:nth-child(11) .circle-info__content {
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.specification__image .circle-info:nth-child(12) {
    left: 36%;
    top: 35%;
}
.specification__image .circle-info:nth-child(13) {
    left: 28%;
    top: 44%;
}
.specification__image .circle-info:nth-child(14) {
    left: 25%;
    top: 31%;
}
.specification__image-fon {
    opacity: 0.8;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: -20px;
    bottom: 0;
    height: 100%;
    max-width: 100%;
}
.specification__image-fon img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    padding-left: 0;
    width: 100%;
    height: 100%;
}
.specification__button {
    font-size: 17px;
    height: 70px;
    width: 310px;
    margin: 0 auto;
}
.safe-delivery {
    padding-top: 50px;
    padding-bottom: 60px;
}
.safe-delivery__title {
    margin-bottom: 40px;
}
.safe-delivery__big-card {
    padding: 2% 3%;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.safe-delivery__big-card-text-bold {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 15px;
}
.safe-delivery__big-card-text {
    grid-column: 1/2;
    grid-row: 2/3;
}
.safe-delivery__big-card-image {
    grid-column: 2/3;
    grid-row: 1/3;
}
.safe-delivery .advantages {
    margin-top: 30px;
}
.safe-delivery .advantages .advantage {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.safe-delivery .advantages .advantage-img {
    margin-right: auto;
    width: 110px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.set-documents {
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
}
.set-documents__title {
    margin-bottom: 45px;
    text-align: center;
}
.set-documents__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__col,
.set-documents__info-text {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.set-documents .certificates__slider {
    z-index: 1;
    width: 50%;
}
.set-documents .certificates__slider .certificates__item {
    aspect-ratio: 9/16;
    height: 340px;
}
.set-documents__info {
    z-index: 2;
    width: 50%;
}
.set-documents__info-title {
    margin-bottom: 40px;
}
.set-documents__info-text {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: var(--lihht-color);
}
.footer a:hover {
    color: var(--button-bg-color-hover);
}
.footer__container {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-auto-rows: auto;
    gap: 20px;
}
.footer__col {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.footer__col a {
    white-space: nowrap;
}
.footer-sub-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.footer__contacts {
    max-width: 340px;
    gap: 30px;
}
.footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.footer__address address {
    font-style: normal;
}
.footer__info-items {
    display: grid;
    gap: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    grid-template-areas: "item1 item3" "item2 item4" "item2 item5";
}
.footer__info-items-item {
    width: 90px;
}
.footer__info-items-item img {
    width: 100%;
}
.footer__info-items-item:nth-child(1) {
    grid-area: item1;
    width: 210px;
}
.footer__info-items-item:nth-child(2) {
    grid-area: item2;
}
.footer__info-items-item:nth-child(3) {
    grid-area: item3;
}
.footer__info-items-item:nth-child(4) {
    grid-area: item4;
}
.footer__info-items-item:nth-child(5) {
    grid-area: item5;
}
.footer__info-tell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.footer__info-tell > a {
    white-space: nowrap;
    font-size: 30px;
    color: var(--button-bg-color);
}
.footer__info-tell > a:hover {
    color: var(--button-bg-color-hover);
}
.footer__info-logo {
    width: 242px;
    margin-left: auto;
}
.footer__info-logo img {
    width: 100%;
}
@media screen and (max-width: 1111px) {
    .footer__info,
    .header__menu {
        -webkit-box-direction: normal;
    }
    .header__menu {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        position: fixed;
        background-color: var(--white-color);
        z-index: 100;
        right: 0;
        top: 0;
        width: 300px;
        height: 100dvh;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
        padding: 60px 60px 8% 3%;
        -webkit-box-shadow: 0 0 5px 0 #1d1c1c;
        box-shadow: 0 0 5px 0 #1d1c1c;
    }
    .header__menu.mobile {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        overflow: auto;
        z-index: 100;
    }
    header.header.sticky .logo {
        display: block;
    }
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__container {
        grid-template-columns: repeat(3, auto);
    }
    .footer__info {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column: span 3;
    }
    .footer__info-logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 1000px) {
    footer,
    header {
        height: auto;
    }
}
@media screen and (max-width: 960px) {
    .advantage,
    .footer__col,
    .footer__info {
        -webkit-box-direction: normal;
    }
    .title-second {
        font-size: 30px;
    }
    .title-second__strong,
    .title-second_strong {
        font-size: 40px;
    }
    .sub-title {
        font-size: 20px;
    }
    .advantages {
        max-width: 700px;
        margin: 0 auto;
        gap: 10px;
    }
    .advantage {
        max-width: 180px;
        min-width: 140px;
        height: auto;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .advantage-img {
        height: 70px;
    }
    .advantage-title {
        font-size: 19px;
    }
    .complete-product__items {
        gap: 15px;
        grid-template-areas: "one tex tex two two two thr thr" "one tex tex two two two thr thr" "fou fou fiv two two two thr thr" "fou fou fiv two two two sev sev" "fou fou fiv six six ... sev sev" "fou fou fiv six six ... sev sev" "fou fou fiv six six ... sev sev" "fou fou ... six six ... sev sev" "btn btn btn btn btn btn btn btn";
    }
    .complete-product__text {
        max-width: 350px;
    }
    .complete-product__text::before {
        left: 0;
        bottom: -15%;
    }
    .carriage-houses__items {
        grid-template-columns: repeat(2, minmax(240px, 360px));
        -ms-flex-pack: distribute;
        justify-content: space-around;
        row-gap: 40px;
    }
    .safe-delivery .advantages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .safe-delivery .advantages .advantage {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    }
    .footer__container {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .footer__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .footer-sub-title {
        width: 100%;
        text-align: center;
    }
    .footer__info {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column: span 1;
    }
    .footer__info-logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
    }
}
@media screen and (max-width: 770px) {
    .header__container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 25px;
    }
    .header__contacts-phone-link {
        font-size: 20px;
    }
    .header__contacts-email {
        font-size: 18px;
    }
    .main-block__container {
        padding: 3%;
    }
    .main-block .main-block__card {
        padding: 3%;
        max-width: 470px;
        min-height: 390px;
    }
    .main-block .main-block__card-button {
        height: 60px;
    }
    .custom-slider__nav {
        display: none;
    }
    .complete-product__items {
        gap: 10px;
        grid-template-columns: repeat(8, 1fr);
        grid-template-areas: "one one one tex tex tex tex tex" "one one one tex tex tex tex tex" "thr thr fiv fiv fiv two two two" "thr thr fiv fiv fiv two two two" "thr thr fiv fiv fiv sev sev sev" "fou fou fou six six sev sev sev" "fou fou fou six six sev sev sev" "fou fou fou six six sev sev sev " "btn btn btn btn btn btn btn btn";
    }
    .products__info-title-strong {
        font-size: 33px;
    }
    .complete-product__text::before {
        font-size: 250px;
    }
    .clients__info-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px;
    }
    .clients__info {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        gap: 20px;
    }
    .safe-delivery__big-card {
        margin-bottom: 25px;
        grid-template-columns: 1fr;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .safe-delivery__big-card-text-bold {
        grid-column: 1/2;
        grid-row: 1/2;
        margin-bottom: 0;
    }
    .safe-delivery__big-card-text {
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .safe-delivery__big-card-image {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .set-documents__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 35px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .set-documents .certificates__slider {
        width: 100%;
    }
    .set-documents .certificates__slider .certificates__item {
        aspect-ratio: 9/16;
        height: 340px;
    }
    .set-documents__info {
        width: auto;
        max-width: 500px;
    }
    .set-documents__info-title {
        text-align: center;
        margin-bottom: 40px;
    }
    .set-documents__info-text {
        gap: 30px;
    }
}
@media screen and (max-width: 640px) {
    .carriage-houses__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 22px;
    }
    .carriage-houses__info .carriage-houses__title {
        margin: 0;
    }
    .carriage-houses__info .carriage-houses__text {
        max-width: 350px;
    }
    .carriage-houses__info .carriage-houses__button {
        align-self: center;
        justify-self: center;
        grid-row: 2/3;
        grid-column: 2/3;
        gap: 18px;
        max-width: 340px;
        height: 70px;
        margin-bottom: 0;
    }
    .carriage-houses__info .carriage-houses__button-img {
        width: 42px;
    }
}
@media screen and (max-width: 540px) {
    body {
        font-size: 16px;
    }
    .circle-info__content {
        width: 180px;
    }
    .circle-info__content > h4 {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .circle-info__content > p {
        font-size: 10px;
    }
    .circle-info__content > p:not(:last-child) {
        margin-bottom: 5px;
    }
    .circle-info::after,
    .circle-info::before {
        top: calc(50% - 5px);
        left: calc(50% - 5px);
    }
    @-webkit-keyframes ring-scale {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(3);
            transform: scale(3);
            opacity: 0;
            border-color: var(--button-bg-color-hover);
        }
    }
    @keyframes ring-scale {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(3);
            transform: scale(3);
            opacity: 0;
            border-color: var(--button-bg-color-hover);
        }
    }
    .header__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__contacts {
        display: none;
    }
    .title-second {
        font-size: 20px;
    }
    .title-second__strong,
    .title-second_strong {
        font-size: 26px;
    }
    .advantage-title,
    .sub-title {
        font-size: 20px;
    }
    .main-block__container {
        padding: 0;
    }
    .main-block .main-block__card {
        padding: 27px 23px 33px;
        margin: 0 4%;
        width: auto;
        min-height: 270px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .main-block .main-block__card-button {
        height: 60px;
        font-size: 16px;
    }
    .main-block .main-block__image {
        margin-top: -94px;
        position: relative;
        width: 100%;
        height: 340px;
    }
    .complete-product {
        padding-top: 75px;
        padding-bottom: 40px;
    }
    .complete-product__items {
        grid-template-areas: "tex tex tex tex tex one one one" "tex tex tex tex tex one one one" "thr thr fiv fiv fiv one one one" "thr thr fiv fiv fiv two two two" "thr thr fiv fiv fiv two two two" "fou fou fou six six six sev sev" "fou fou fou six six six sev sev" "fou fou fou six six six sev sev " "btn btn btn btn btn btn btn btn";
    }
    .products__info-title-strong {
        font-size: 26px;
    }
    .complete-product__text {
        position: relative;
        margin-bottom: 0;
        max-width: 265px;
    }
    .complete-product__text::before {
        left: -1%;
        bottom: -35%;
        font-size: 200px;
    }
    .advantages {
        position: relative;
        z-index: 150;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px;
    }
    .advantage,
    .carriage-houses__items .carriage-houses__card {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .advantage {
        max-width: 100%;
        height: auto;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .advantage-description {
        max-width: 250px;
    }
    .accordion__item-title {
        font-size: 18px;
    }
    .carriage-houses__items {
        grid-template-columns: 1fr;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 30px;
    }
    .carriage-houses__items .carriage-houses__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }
    .carriage-houses__items .carriage-houses__card:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .carriage-houses__items .carriage-houses__card:hover > * {
        -webkit-box-shadow: 0 10px 25px 2px #000;
        box-shadow: 0 10px 25px 2px #000;
    }
    .carriage-houses__items .carriage-houses__card-image {
        border-radius: 4px 24px 24px 4px;
        width: 40%;
        aspect-ratio: 1/1;
    }
    .carriage-houses__items .carriage-houses__card-text {
        border-radius: 0 24px 4px 0;
        width: 60%;
        height: 75%;
        text-align: start;
    }
    .specification__title {
        margin-bottom: 30px;
    }
    .specification__text {
        margin-bottom: 20px;
    }
    .specification__image {
        margin-bottom: 50px;
    }
    .specification__image-text-arrow {
        display: none;
    }
    .safe-delivery .advantages .advantage {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .safe-delivery .advantages .advantage-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 110px;
        margin-right: 0;
    }
    .safe-delivery .advantages .advantage-description {
        max-width: 100%;
    }
    .safe-delivery .advantages .advantage:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .footer__col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
