html {
    scroll-behavior: smooth;
}
body {
    font-family: 'VelaSans', sans-serif;
    background-color: rgba(242, 242, 242, 1);
    color: rgba(18, 18, 18, 1);
}
:root {
    --primary: #4f46e5;
    --primary-light: #6366f1;
    --gray: #6b7280;
    --gray-light: #e5e7eb;
    --gray-dark: #4b5563;
    --red: #ef4444;
}
a,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a {
    transition: all .3s;
}
a:hover {
    color: rgba(239, 133, 1, 1) !important;
    text-decoration: none;
    outline: none;
}
a.grey {
  color: #818181;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  margin: 46px 0 26px 0;
  color: #333;
  color: var(--white_text_black);
}
h1,
h2,
h3,
h4 {
  letter-spacing: normal;
}
@font-face {
    font-family: 'VelaSans';
    src: url('fonts/VelaSans/VelaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VelaSans';
    src: url('fonts/VelaSans/VelaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VelaSans';
    src: url('fonts/VelaSans/VelaSans-SemiBold.woff') format('woff');
    font-weight: 600; /* полужирный */
    font-style: normal;
}

@font-face {
    font-family: 'VelaSans';
    src: url('fonts/VelaSans/VelaSans-Light.woff') format('woff');
    font-weight: 300; /* светлый */
    font-style: normal;
}

@font-face {
    font-family: 'VelaSans';
    src: url('fonts/VelaSans/VelaSans-Medium.woff') format('woff');
    font-weight: 500; /* средний */
    font-style: normal;
}

@font-face {
    font-family: 'VelaSans';
    src: url('fonts/VelaSans/VelaSans-ExtraBold.woff') format('woff');
    font-weight: 800; /* экстра жирный */
    font-style: normal;
}

@font-face {
    font-family: 'VelaSans';
    src: url('fonts/VelaSans/VelaSans-ExtraLight.woff') format('woff');
    font-weight: 200; /* экстра светлый */
    font-style: normal;
}
.no-scroll {
    overflow: hidden;
}
.container-base {
    width: 100%;
    max-width: 1840px;
    padding-left: 34px;
    padding-right: 34px;
    margin: 0 auto;
}
.bannerMain {
    position: relative;
    background: -o-linear-gradient(280deg, rgb(220, 233, 151) 0%, rgb(197, 210, 128) 36%, rgb(177, 190, 108) 100%);
    background: linear-gradient(170deg, rgb(220, 233, 151) 0%, rgb(197, 210, 128) 36%, rgb(177, 190, 108) 100%);
    margin: 30px 30px 100px 30px;
    border-radius: 25px;
    overflow: hidden;
    height: 800px;
}
.header {
    position: relative;
    z-index: 2;
    padding-top: 34px;
    transition: all .3s ease;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-top: 0;
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
    border-radius: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}
.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 45px;
}
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}
.header__logo a {
    display: flex;
    align-items: center;
}
.header__phone a {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: rgba(18, 18, 18, 1);
    display: flex;
    align-items: center;
}
.header__phone a svg {
    margin-right: 14px;
}
.header__info {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header__social {
    display: flex;
    gap: 12px;
}
.headerMenu__wrapper {
    display: flex;
    gap: 36px;
}
.headerMenu__item a {
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.bannerMain__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.bannerMain__bg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.bannerMain__wrapper {
    position: absolute;
    bottom: 64px;
    z-index: 2;
    max-width: 706px;
    margin-left: 30px;
}
.bannerMain__overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(70deg,rgba(21, 32, 38, 1) 0%, rgba(21, 32, 38, 0) 60%);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.bannerMain__title {
    font-size: 56px;
    font-weight: 500;
    line-height: 66px;
    margin-bottom: 18px;
    color: white;
}
.bannerMain__subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
    color: white;
}
.mainTitle {
    display: flex;
    margin-bottom: 40px;
}
.mainTitle__label {
    min-width: 312px;
    text-transform: uppercase;
    color: rgba(239, 133, 1, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.mainTitle__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.mainTitle__title {
    font-size: 34px;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: -2%;
    color: rgba(18, 18, 18, 1);
    max-width: 748px;
}
.mainTitle__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(86, 86, 86, 1);
    max-width: 597px;
}
.about {
    margin-bottom: 120px;
}
.about__wrapper {
    display: flex;
    gap: 24px;
}
.about__left {
    flex: 0 0 calc(50% - 24px);
}
.about__right {
    flex: 1 0 calc(50% - 24px);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.about__banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.about__banner-img {
    height: 100%;
    max-height: 600px;
}
.about__banner-img img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.about__item {
    flex: 1 0 calc(50% - 24px);
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 66px;
    justify-content: space-between;
}
.about__item-num {
    font-size: 76px;
    font-weight: 500;
    line-height: 82px;
    color: rgba(239, 133, 1, 1);
}
.about__item-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(18, 18, 18, 1);
}
.about__item-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 52px;
    color: rgba(18, 18, 18, 1);
    margin-bottom: 8px;
}
.about__item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(86, 86, 86, 1);
}
.catalog {
    margin-bottom: 120px;
}
.catalog__wrapper {
    padding: 64px;
    background-color: white;
    border-radius: 25px;
}
.catalog__filter {
    margin-bottom: 40px;
}
.catalog__filter form {
    width: 100%;
    display: flex;
    gap: 12px;
}
.custom-select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    flex: 1 0 calc(33.33% - 12px);
}
.select-wrapper {
    cursor: pointer;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    background-color: rgba(240, 240, 240, 1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select-wrapper.disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.7;
    border-color: #ddd;
}
.select-display {
    display: flex;
    color: #333;
    align-items: center;
    justify-content: space-between;
}
.select-display.disabled {
    color: #999;
}
.custom-options {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: 5px;
    max-height: 200px;
    overflow-y: auto;
}
.custom-options.visible {
    display: block;
}
.option {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}
.option:hover {
    background-color: #f0f7ff;
}
.custom-select-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 6px;
    color: black;
}
.catalogSlider {
    margin-bottom: 50px;
}
.catalogSlider__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.catalogSlider__item {
    height: auto !important;
}
.catalogSlider__item a {
    border: 1px solid rgba(222, 222, 222, 1);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.catalogSlider__labels {
    position: absolute;
    top: 24px;
    left: 20px;
    right: 0;
    z-index: 1;
    display: flex;
    gap: 8px;
}
.catalogSlider__label {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 60px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 500;
    color: black;
    display: flex;
    height: 28px;
    justify-content: center;
    align-items: center;
}
.catalogSlider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 20px;
}
.catalogSlider__bottom {
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.catalogSlider__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 18px;
    color: black;
}
.catalogSlider__price {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 12px;
    color: rgba(239, 133, 1, 1);
}
.catalogSlider__item button {
    width: 100%;
}
.catalogSlider__navigation {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 116px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0 !important;
    left: auto !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: 0 !important;
    left: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
    position: relative;
    width: 52px !important;
    height: 52px !important;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(239, 133, 1, 1);
    border-radius: 10px;
    font-size: 14px;
}
.documentsModal-prev, .documentsModal-next {
    position: relative;
    width: 52px !important;
    height: 52px !important;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(239, 133, 1, 1);
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}
.documentsModal-next:after, .documentsModal-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 14px !important;
    color: white !important;
}
.documentsModal-prev:after {
    content: 'prev';
}
.documentsModal-next:after {
    content: 'next';
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px !important;
    color: white !important;
}
.form-container {
    background: linear-gradient(90deg,rgba(44, 123, 181, 1) 0%, rgba(33, 110, 166, 1) 50%, rgba(14, 76, 120, 1) 100%);
    border-radius: 20px;
    padding: 46px;
    width: 100%;
    margin-top: 80px;
}
.form-container.white-form {
    background: white;
    margin-top: 0;
}
.form-title {
    font-size: 46px;
    font-weight: 500;
    line-height: 52px;
    color: white;
    margin-bottom: 24px;
    text-align: left;
}
.white-form .form-title {
    color: rgba(18, 18, 18, 1);
}
.form-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: white;
    margin-bottom: 24px;
}
.white-form .form-description {
    color: rgba(86, 86, 86, 1);
}
.form-group {
    position: relative;
    flex: 0 1 25%;
}
.white-form .form-group {
    flex: 0 1 33.33%;
}
.form-label {
    display: block;
    font-size: 14px;
    color: #374151;
    margin-bottom: 6px;
    font-weight: 500;
}
.form-input {
    width: 100%;
    padding: 9px 16px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(86, 86, 86, 1);
    transition: all 0.2s ease;
    outline: none;
    background-color: #ffffff;
}
.white-form .form-input {
    background-color: rgba(240, 240, 240, 1);
}
.form-input:focus {
    border-color: var(--primary-light);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}
.form-input::placeholder {
    color: rgba(86, 86, 86, 1);
    opacity: 1;
}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    opacity: 1;
}
.custom-select {
    position: relative;
    width: 100%;
    user-select: none;
}
.select-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 16px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(86, 86, 86, 1);
    cursor: pointer;
    background-color: #ffffff;
    transition: all 0.2s ease;
}
.select-header:hover {
    border-color: var(--gray);
}
.select-header.active {
    border-color: var(--primary-light);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}
.select-header .placeholder {
    color: rgba(86, 86, 86, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.select-header .arrow {
    transition: transform 0.2s ease;
}
.select-header.active .arrow {
    transform: rotate(180deg);
}
.select-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: max-height 0.3s ease, opacity 0.2s ease;
    opacity: 0;
    z-index: 10;
}
.select-options.active {
    max-height: 300px;
    opacity: 1;
    overflow-y: auto;
}
.select-option {
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}
.select-option:hover {
    background-color: #f3f4f6;
}
.select-option.selected {
    background-color: #eef2ff;
    color: var(--primary);
    font-weight: 500;
}
.select-option .check-icon {
    margin-left: auto;
    display: none;
    color: var(--primary);
}
.select-option.selected .check-icon {
    display: block;
}
.checkbox-group {
    display: flex;
    gap: 24px;
}
.checkbox-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: white;
    user-select: none;
    margin-bottom: 0;
}
.white-form .checkbox-label {
    color: rgba(86, 86, 86, 1);
}
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
    border: none;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.white-form .checkmark {
    background-color: rgb(187, 187, 187);
}
.checkbox-label:hover .checkmark {
    border-color: var(--primary-light);
}
.checkbox-label input:checked ~ .checkmark {
    border-color: var(--primary);
}
.white-form .checkbox-label input:checked ~ .checkmark {
    background-color: rgba(0, 75, 144, 1);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-label .checkmark:after {
    left: 5px;
    top: 0px;
    width: 6px;
    height: 14px;
    border: solid black;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.white-form .checkbox-label .checkmark:after {
    border: solid white;
    left: 5px;
    top: 0px;
    width: 6px;
    height: 14px;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.form-button:hover {
    background-color: var(--primary-light);
}
.form-button:disabled {
    background-color: #d1d5db;
    cursor: not-allowed;
}
.error-message {
    color: var(--red);
    font-size: 12px;
    margin-top: 4px;
    display: none;
}
.input-error {
    border-color: var(--red) !important;
}
.input-error:focus {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}
.error-show {
    display: block !important;
}
.form-container form {
    display: flex;
    gap: 12px;
}
.offers {
    margin-bottom: 120px;
}
.offersSlider {
    margin-bottom: 40px;
}
.offersSlider__item {
    height: auto !important;
}
.offersSlider__item a {
    background-color: white;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    justify-content: space-between;
}
.offersSlider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 20px;
    max-height: 255px;
    margin-bottom: 24px;
}
.offersSlider__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 14px;
    color: black;
}
.offersSlider__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(86, 86, 86, 1);
}
.offersSlider__description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(86, 86, 86, 1);
}
.offersSlider__item button {
    width: 100%;
}
.offersSlider__navigation {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 116px;
}
.reviews {
    margin-bottom: 120px;
}
.reviewsSlider {
    margin-bottom: 50px;
}
.reviewsSlider__item {
    height: auto !important;
}
.reviewsSlider__item {
    background-color: white;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    padding: 24px;
    justify-content: space-between;
}
.reviewsSlider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 20px;
    max-height: 255px;
    margin-bottom: 20px;
}
.reviewsSlider__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    color: rgba(37, 40, 48, 1);
    margin-bottom: 32px;
}
.reviewsSlider__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    color: rgba(37, 40, 48, 1);
}
.reviewsSlider__date {
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    color: rgba(37, 40, 48, 1);
    margin-bottom: 12px;
}
.reviewsSlider__item button {
    width: 100%;
}
.reviewsSlider__navigation {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 116px;
}
.reviewsSlider__text {
    max-height: 155px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: rgba(37, 40, 48, 1);
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding-right: 5px; /* Для отступа от многоточия */
}
.reviewsSlider__text.collapsed {
    mask-image: linear-gradient(to bottom, 
                               black calc(100% - 2em), 
                               transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, 
                                      black calc(100% - 2em), 
                                      transparent 100%);
}
.reviewsSlider__text.expanded {
    max-height: 1000px;
    mask-image: none;
    -webkit-mask-image: none;
}
.reviewsSlider__text-link {
    color: rgba(58, 73, 153, 1);
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
.reviewsSlider__review .reviewsSlider__top {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 16px;
}
.reviewsSlider__top-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.reviewsSlider__top-info .reviewsSlider__date {
    margin-bottom: 0;
}
.reviewsSlider__avatar {
    width: 56px;
    height: 56px;
    background-color: rgba(0, 75, 144, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
}
.steps {
    margin-bottom: 120px;
}
.steps__wrapper {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    padding: 64px;
}
.steps__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: scaleX(-1) scale(1);
    /* object-position: -180px 0px; */
}
.steps__content {
    position: relative;
    background-color: white;
    border-radius: 20px;
    padding: 36px;
    display: inline-block;
    z-index: 3;
}
.steps__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 52px;
    color: rgba(18, 18, 18, 1);
    margin-bottom: 12px;
}
.steps__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: rgba(86, 86, 86, 1);
    margin-bottom: 24px;
}
.steps__icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(240, 240, 240, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
}
.steps__items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}
.steps__item {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
}
.steps__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.steps__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: rgba(18, 18, 18, 1);
}
.steps__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: rgba(86, 86, 86, 1);
}
.steps__content button {
    width: 100%;
}
.steps__overlay {
    background: linear-gradient(110deg,rgba(21, 32, 38, 1) 0%, rgba(21, 32, 38, 0) 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.contacts {
    margin-bottom: 120px;
}
.contacts__wrapper {
    display: flex;
    gap: 24px;
}
.contacts__left {
    flex: 0 0 37%;
    background-color: white;
    border-radius: 20px;
    padding: 36px;
    position: relative;
}
.contacts__left button {
    width: 100%;
}
.contacts__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 18px;
}
.contacts__info {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 26px;
}
.contacts__address {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: rgba(18, 18, 18, 1);
}
.contacts__address svg {
    margin-right: 8px;
}
.contacts__mail a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: rgba(18, 18, 18, 1);
}
.contacts__mail svg {
    margin-right: 8px;
}
.contacts__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 538px;
    overflow: auto;
    position: relative; /* Для позиционирования градиента */
    margin-bottom: 26px;
}
.contacts__content {
    flex: 1; /* Позволяет содержимому занимать доступное пространство */
}
.gradient {
    height: 50px; /* Высота градиента */
    background: linear-gradient(to bottom, white, transparent);
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    pointer-events: none; /* Чтобы не мешать прокрутке */
    opacity: 1; /* Начальная видимость */
    transition: opacity 0.3s; /* Плавный переход */
    transform: rotate(180deg);
}
.contacts__items.at-end+.gradient {
    opacity: 0; /* Градиент скрыт, когда достигнут конец списка */
}
.contacts__item {
    border: 1px solid rgba(222, 222, 222, 1);
    padding: 20px;
    border-radius: 15px;
}
.contacts__top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 12px;
}
.contacts__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}
.contacts__phone a {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    color: rgba(239, 133, 1, 1);
}
.contacts__work {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.contacts__work svg {
    margin-right: 8px;
}
.contacts__work-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.contacts__phone {
    display: flex;
    flex-direction: column;
}
.footer {
    margin-bottom: 40px;
}
.footer__wrapper {
    background: linear-gradient(90deg,rgba(44, 123, 181, 1) 0%, rgba(33, 110, 166, 1) 50%, rgba(14, 76, 120, 1) 100%);
    padding: 70px 64px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 158px;
}
.footer__logo {
    margin-bottom: 24px;
}
.footer__social {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}
.social__item a {
    background-color: rgba(239, 133, 1, 1);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.social__item a:hover {
    background-color: rgba(255, 190, 108, 1);
}
.footer__left button {
    width: 100%;
}
.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.footer__contact-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: white;
    margin-bottom: 10px;
    opacity: 0.6;
}
.footer__contact--phone a {
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.footer__contact--address {
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.footer__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.footer__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    width: 100%;
}
.footer__menu-item {
    flex: 0 1 calc(33.33% - 28px);
}
.footer__menu-item a {
    color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
}
.footer__links {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    color: white;
}
.footer__links a {
    color: white;
}
.footer__left {
    width: 100%;
    flex: 1 0 27%;
}
.prioritet a {
    display: flex;
    align-items: center;
    gap: 12px;
}
.logo__morph span {
    text-wrap: nowrap;
}
.logoMorph {
    position: relative;
    display: inline-block;
    height: 17px;
    width: 93px;
}
.logoMorph__wrap {
    position: absolute;
    top: -50%;
    height: 40px;
    width: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logoMorph__wrap svg {
    fill: white;
}
.contacts__right {
    width: 100%;
}
.map {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}
.btn {
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    transition: all .3s;
}
.btn:hover {
    color: white;
}
.btn--blue {
    background-color: rgba(0, 75, 144, 1);
}
.btn--blue:hover {
    background-color: rgba(45, 154, 233, 1);
}
.btn--orange {
    background-color: rgba(239, 133, 1, 1);
}
.btn--orange:hover {
    background-color: rgba(255, 190, 108, 1);
}
.btn--gray {
    background-color: rgba(240, 240, 240, 1);
    color: rgba(18, 18, 18, 1);
}
.btn--gray:hover {
    background-color: rgba(0, 75, 144, 1);
    color: white;
}
.btn--white {
    background-color: white;
    color: rgba(18, 18, 18, 1);
}
.btn--white:hover {
    background-color: rgba(0, 75, 144, 1);
    color: white;
}
.modal .modal-dialog {
  max-width: 600px;
}
@media (max-width: 600px) {
  .modal .modal-dialog {
    margin: 0 15px;
  }
}
.modal .modal-content {
  background-color: transparent;
  border: none;
}
.modal .modal-body {
  background-color: #fff;
  border-radius: 25px;
  padding: 35px 25px 40px;
}
@media screen and (min-width: 768px) {
  .modal .modal-body {
    padding: 45px 45px 50px;
  }
}
.modal .modal-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .modal .modal-title {
    font-size: 46px;
    line-height: 120%;
  }
}
.modal .modal-subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 25px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .modal .modal-subtitle {
    font-size: 16px;
  }
}
.modal .modal-header {
  border: none;
  padding: 1rem 8px;
}
.modal .modal-header .btn-close {
  background-color: #fff;
  opacity: 1;
  background: white var(--bs-btn-close-bg) center/14px auto no-repeat;
}
.modal .btn {
  width: 100%;
  margin-bottom: 17px;
}
.modal .svg-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 31px;
}
.modal .svg-checkbox label {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}
.modal .svg-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal .svg-checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #3A4999;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .svg-checkbox:hover input ~ .svg-checkmark {
  border-color: #5a67d8;
  box-shadow: none;
}
.modal .svg-checkbox input:checked ~ .svg-checkmark {
  background-color: #3A4999;
  border-color: #3A4999;
}
.modal .check-svg {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease;
}
.modal .svg-checkbox input:checked ~ .svg-checkmark .check-svg {
  opacity: 1;
  transform: scale(1);
}
@keyframes checkAnim {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.modal .svg-checkbox input:checked ~ .svg-checkmark .check-svg {
  animation: checkAnim 0.3s ease;
}
.modal .form-check-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #000000;
}
.modal .checkbox {
  display: flex;
  gap: 17px;
  flex-direction: column;
}
.modal .checkbox__error {
  display: none;
  font-size: 15px;
  line-height: 20px;
  color: #EF3232;
  padding-left: 24px;
}

#catalogModal .modal-dialog {
  max-width: 1530px;
}
#catalogModal .modal-content {
  background-color: transparent;
  border: none;
}
#catalogModal .modal-body {
  background-color: #fff;
  border-radius: 25px;
  padding: 2rem;
}
#catalogModal .modal-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #catalogModal .modal-title {
    font-size: 38px;
    line-height: 120%;
  }
}
#catalogModal .modal-subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #catalogModal .modal-subtitle {
    font-size: 16px;
  }
}
#catalogModal .modal-header {
  border: none;
  padding: 1rem 8px;
}
#catalogModal .modal-header .btn-close {
  background-color: #fff;
  opacity: 1;
  background: white var(--bs-btn-close-bg) center/14px auto no-repeat;
}
#catalogModal .btn {
  width: 100%;
  margin-bottom: 17px;
}
#catalogModal .svg-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 31px;
}
#catalogModal .svg-checkbox label {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}
#catalogModal .svg-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#catalogModal .svg-checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #3A4999;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#catalogModal .svg-checkbox:hover input ~ .svg-checkmark {
  border-color: #5a67d8;
  box-shadow: none;
}
#catalogModal .svg-checkbox input:checked ~ .svg-checkmark {
  background-color: #3A4999;
  border-color: #3A4999;
}
#catalogModal .check-svg {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease;
}
#catalogModal .svg-checkbox input:checked ~ .svg-checkmark .check-svg {
  opacity: 1;
  transform: scale(1);
}
@keyframes checkAnim {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#catalogModal .svg-checkbox input:checked ~ .svg-checkmark .check-svg {
  animation: checkAnim 0.3s ease;
}
#catalogModal .form-check-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #000000;
}
#catalogModal .checkbox {
  display: flex;
  gap: 17px;
  flex-direction: column;
}
#catalogModal .checkbox__error {
  display: none;
  font-size: 15px;
  line-height: 20px;
  color: #EF3232;
  padding-left: 24px;
}

#documentsModal .modal-dialog {
  max-width: 1196px;
}
#documentsModal .modal-content {
  background-color: transparent;
  border: none;
}
#documentsModal .modal-body {
  background-color: #fff;
  border-radius: 25px;
  padding: 2rem;
}
#documentsModal .modal-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #documentsModal .modal-title {
    font-size: 38px;
    line-height: 120%;
  }
}
#documentsModal .modal-subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #documentsModal .modal-subtitle {
    font-size: 16px;
  }
}
#documentsModal .modal-header {
  border: none;
  padding: 1rem 8px;
}
#documentsModal .modal-header .btn-close {
  background-color: #fff;
  opacity: 1;
  background: white var(--bs-btn-close-bg) center/14px auto no-repeat;
}
#documentsModal .btn {
  width: 100%;
  margin-bottom: 17px;
}
#documentsModal .svg-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 31px;
}
#documentsModal .svg-checkbox label {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}
#documentsModal .svg-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#documentsModal .svg-checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #3A4999;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#documentsModal .svg-checkbox:hover input ~ .svg-checkmark {
  border-color: #5a67d8;
  box-shadow: none;
}
#documentsModal .svg-checkbox input:checked ~ .svg-checkmark {
  background-color: #3A4999;
  border-color: #3A4999;
}
#documentsModal .check-svg {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease;
}
#documentsModal .svg-checkbox input:checked ~ .svg-checkmark .check-svg {
  opacity: 1;
  transform: scale(1);
}
@keyframes checkAnim {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#documentsModal .svg-checkbox input:checked ~ .svg-checkmark .check-svg {
  animation: checkAnim 0.3s ease;
}
#documentsModal .form-check-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #000000;
}
#documentsModal .checkbox {
  display: flex;
  gap: 17px;
  flex-direction: column;
}
#documentsModal .checkbox__error {
  display: none;
  font-size: 15px;
  line-height: 20px;
  color: #EF3232;
  padding-left: 24px;
}
#documentsModal .modal-body {
    display: flex;
    justify-content: center;
    background-color: rgba(240, 240, 240, 1);
    padding: 0;
}
#documentsModal .modal-body img {
    border-radius: 25px;
}
#documentsModal .modal-footer {
    border-top: none;
    justify-content: start;
    padding-left: 0;
    padding-right: 0;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-backdrop {
  --bs-backdrop-bg: #152026;
}
form {
  margin-bottom: 15px;
}
form input {
  outline: none;
}
form .form-field--has-error .form-control {
  border: 1px solid red;
}
form .form-field--has-error .form-control:focus {
  border: 1px solid red;
}
form .form-field--has-error .form-field__error {
  opacity: 1;
  color: red;
}
form .form-field__error {
  opacity: 0;
}
form .form-control {
  border: none;
  background-color: #F0F4F7;
  border-radius: 10px;
  padding: 12px 12px 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #818990;
  border: 1px solid #F0F4F7;
}
form .form-control:focus {
  box-shadow: none;
  background-color: #F0F4F7;
  border: 1px solid #F0F4F7;
}
.bannerMain__btns {
    display: flex;
    gap: 12px;
}
.header__menu-burger {
    background-color: rgba(240, 240, 240, 1);
    border-radius: 10px;
    padding: 8px 12px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: rgba(0, 75, 144, 1);
}
@media screen and (min-width: 1281px) {
  .header__menu-burger {
    display: none;
  }
}
.header__menu-burger .icon {
  width: 40px;
  height: 40px;
}
.header__menu-burger svg {
  fill: white;
  margin-left: 6px;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: -200%; /* Start off-screen */
  width: 100%;
  height: 100vh;
  background-color: white;
  transition: left 0.3s ease; /* Smooth transition */
  z-index: 1000; /* Ensure it is above other content */
}
.menu-mobile .footer__right {
  flex-direction: column;
}
.menu-mobile #close-button {
  cursor: pointer;
}
.menu-mobile__header {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px 30px;
  align-items: center;
}
.menu-mobile__header-right {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.menu-mobile__body {
    overflow: auto;
}
.menu-mobile.active {
  left: 0; /* Slide in */
}
.menu-mobile .footer__menu {
    flex-direction: column;
}
.menu-mobile .footer__menu-item a {
    color: rgba(18, 18, 18, 1);
}
.menu-mobile .footer__links a {
    color: rgba(18, 18, 18, 1);
}
.menu-mobile .copyright {
    color: rgba(18, 18, 18, 1);
}
.menu-mobile .logoMorph__wrap svg {
    fill: rgba(18, 18, 18, 1);
}
.menu-mobile .footer__contact-title {
    color: rgba(18, 18, 18, 1);
}
.menu-mobile .footer__contact--phone a {
    color: rgba(18, 18, 18, 1);
}
.menu-mobile .footer__contact--address {
    color: rgba(18, 18, 18, 1);
}
.menu-mobile .footer__contacts {
    padding-bottom: 36px;
}
.menu-mobile .footer__social {
    margin-bottom: 0;
}
.menu-mobile #close-button {
    background-color: rgba(240, 240, 240, 1);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: rgba(0, 75, 144, 1);
    padding: 8px 12px;
}
.menu-mobile #close-button svg {
    margin-left: 13px;
}
.catalogModal__body {
    display: flex;
    gap: 20px;
}
.catalogModal__left {
    flex: 0 1 50%;
    height: 100%;
}
.catalogModal__right {
    flex: 0 1 50%;
}
.catalogModal__slide img {
    width: 100%;
}
.catalogModal__navigation {
    width: 120px;
    position: relative;
    display: inline-block;
}
.catalogModal__slider {
    width: 100%; /* Ограничиваем ширину контейнера */
    overflow: hidden; /* Скрываем переполнение */
}

.catalogModal__slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 20px;
}

.catalogModal__slider .swiper-wrapper {
    width: 100% !important;
}

.catalogModal__slider .swiper-slide {
    width: 100% !important;
    height: auto;
    flex-shrink: 0;
}

.catalogModal__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
.catalogModal__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 12px;
    color: rgba(18, 18, 18, 1);
}
.catalogModal__price {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 23px;
    color: rgba(239, 133, 1, 1);
}
.catalogModal__propertys {
    padding: 24px;
    border-radius: 20px;
    background-color: rgba(242, 242, 242, 1);
    margin-bottom: 23px;
}
.catalogModal__propertys-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
    color: rgba(18, 18, 18, 1);
}
.catalogModal__propertys-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.catalogModal__propertys-item {
    display: flex;
    justify-content: space-between;
}
.catalogModal__propertys-left {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: rgba(86, 86, 86, 1);
}
.catalogModal__propertys-right {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: rgba(18, 18, 18, 1);
    text-align: right;
}
.catalogModal__remark {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: rgba(86, 86, 86, 1);
}
.catalogModal__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.catalogModal__current-index {
    font-size: 46px;
    font-weight: 600;
    line-height: 52px;
    color: rgba(18, 18, 18, 1);
}
.catalogModal__pagination-divider, .catalogModal__total-slides {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: rgba(222, 222, 222, 1);
}
.offersSlider__link {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    color: rgba(0, 75, 144, 1);
    transition: all .3s;
    display: flex;
    align-items: center;
}
.offersSlider__link:hover {
    color: rgba(239, 133, 1, 1);
}
.offersSlider__link svg {
    margin-left: 8px;
}
.reviewsSlider__link {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    color: rgba(0, 75, 144, 1);
    transition: all .3s;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.reviewsSlider__link:hover {
    color: rgba(239, 133, 1, 1);
}
.reviewsSlider__link svg {
    margin-left: 8px;
}
.reviewsSlider__info button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviewsSlider__info button svg {
    margin-left: 8px;
    fill: #004B90;
}
.reviewsSlider__info button:hover svg {
    fill: white;
}
.about__banner-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 40px;
}
.about__banner-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    color: white;
}
.about__banner-overlay {
    background: linear-gradient(0deg,rgba(21, 32, 38, 1) 0%, rgba(21, 32, 38, 0) 70%);
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.modal .modal-subname {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: rgba(18, 18, 18, 1);
    margin-bottom: 24px;
}
.page_error_block {
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}
.page_error_block .btn {
    margin-top: 30px;
}
#cookie_notification {
    bottom: 30px;
    width: 100%;
    padding: 25px;
    background: linear-gradient(90deg,rgba(44, 123, 181, 1) 0%, rgba(33, 110, 166, 1) 50%, rgba(14, 76, 120, 1) 100%);
    z-index: 1000;
    color: white;
    position: fixed;
    max-width: 772px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    justify-content: space-between;
    gap: 30px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s linear;
    display: none;
}

#cookie_notification .btn {
    width: 100%;
}

@media (max-width: 833px) {
    #cookie_notification {
        transform: initial;
        left: 10px;
        right: 10px;
        width: auto;
        flex-direction: column;
    }
}

#cookie_notification.show {
    opacity: 1;
    visibility: visible;
    display: flex;
}

#cookie_notification p {
    margin: 0;
    font-size: 14px;
    text-align: left;
}

#cookie_notification a {
    color: white;
    text-decoration: underline;
}
#cookie_notification a:hover {
    text-decoration: none;
}

.cookie_accept {
    background: white;
    color: #333;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    max-width: 150px;
}
@media (max-width: 480px) {
    .cookie_accept {
        max-width: 100%;
    }
}

@media (max-width: 1480px) {
    .headerMenu__wrapper {
        gap: 15px;
    }
    .headerMenu__item a {
        font-size: 14px;
    }
    .header__logo svg {
        max-width: 135px;
    }
    .header__phone a {
        font-size: 14px;
    }
    .header__right {
        gap: 15px;
    }
    .header__info {
        gap: 14px;
    }
}
@media (max-width: 1280px) {
    .headerMenu {
        display: none;
    }
    .btn {
        padding: 8px 12px;
    }
    .header {
        padding-top: 20px;
    }
    .container-base {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bannerMain {
        margin: 15px 15px 50px 15px;
        height: 500px;
    }
    .bannerMain__title {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 8px;
    }
    .bannerMain__subtitle {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 32px;
    }
    .bannerMain__wrapper {
        max-width: 487px;
        bottom: 40px;
        margin-left: 20px;
    }
    .mainTitle__wrapper {
        flex-direction: column;
        gap: 16px;
    }
    .mainTitle__label {
        min-width: 296px;
    }
    .mainTitle__title {
        font-size: 26px;
        line-height: 42px;
    }
    .about__wrapper {
        flex-direction: column;
    }
    .about__banner {
        height: 404px;
    }
    .about__right {
        overflow: scroll;
        flex-wrap: nowrap;
    }
    .about__item {
        flex: 1 0 calc(40% - 24px);
    }
    .mainTitle__wrapper.nosub {
        flex-direction: row;
    }
    .mainTitle__wrapper.nosub .mainTitle__title {
        
        
    }
    .catalog__wrapper {
        padding: 36px 20px;
    }
    .catalogSlider__title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .catalogSlider__price {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 6px;
    }
    .catalogSlider__item a {
        gap: 16px;
    }
    .catalogSlider__bottom {
        padding: 0 16px 20px;
    }
    .catalogSlider__labels {
        top: 20px;
        left: 17px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 36px !important;
        height: 36px !important;
    }
    .catalogSlider__navigation {
        width: 84px;
    }
    .catalogSlider {
        margin-bottom: 40px;
    }
    .form-container {
        padding: 26px;
    }
    .form-title {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .form-description {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }
    .form-input {
        padding: 4px 16px;
    }
    .select-header {
        padding: 4px 16px;
    }
    /* form {
        margin-bottom: 0;
    } */
    .offersSlider__navigation.desctop {
        display: none;
    }
    .steps__wrapper {
        padding: 36px 20px;
    }
    .steps__bg img {
        /* object-position: -100px 0px; */
    }
    .steps__content {
        padding: 24px;
    }
    .steps__title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .steps__subtitle {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 24px;
    }
    .steps__items {
        gap: 16px;
        margin-bottom: 32px;
    }
    .steps__name {
        font-size: 14px;
        line-height: 120%;
    }
    .steps__info {
        gap: 8px;
    }
    .reviewsSlider__navigation.desctop {
        display: none;
    }
    .contacts__wrapper {
        flex-direction: column;
    }
    .contacts__items {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .contacts__item {
        flex: 1 0 calc(50% - 16px);
    }
    .map {
        height: 500px;
    }
    .footer__wrapper {
        padding: 36px 20px;
    }
    .footer__bottom {
        flex-direction: column;
        gap: 42px;
    }
    .footer__left {
        display: flex;
        justify-content: space-between;
    }
    .footer__menu {
        margin-bottom: 36px;
    }
    .footer__links {
        border-top: 1px solid rgba(185, 185, 185, 1);
        padding-top: 36px;
    }
    .footer__menu-item a {
        font-size: 16px;
        line-height: 22px;
    }
    .footer__links a {
        font-size: 12px;
        line-height: 22px;
    }
    .copyright {
        font-size: 12px;
        line-height: 22px;
    }
    .reviewsSlider__navigation {
        width: 84px;
    }
    .offersSlider__navigation {
        width: 84px;
    }
    .about {
        margin-bottom: 80px;
    }
    .catalog {
        margin-bottom: 80px;
    }
    .offers {
        margin-bottom: 80px;
    }
    .steps {
        margin-bottom: 80px;
    }
    .reviews {
        margin-bottom: 80px;
    }
    .contacts {
        margin-bottom: 80px;
    }
    .about__banner-title {
        font-size: 26px;
        line-height: 42px;
    }
}
@media (max-width: 1024px) {
    .catalogModal__body {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .mainTitle {
        flex-direction: column;
    }
    .mainTitle.nosub {
        flex-direction: row;
    }
    .about__item-num {
        font-size: 56px;
        line-height: 62px;
    }
    .about__item {
        gap: 40px;
        padding: 30px;
        flex: 1 0 calc(45% - 24px);
    }
    .about__item-desc {
        font-size: 16px;
        line-height: 28px;
    }
    .about__item-title {
        font-size: 22px;
        line-height: 36px;
    }
    .about__item-text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .form-container form {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
    .form-group {
        flex: 1 0 calc(50% - 12px);
        margin-bottom: 0;
    }
    .white-form .form-group {
        flex: 1 0 calc(33% - 12px);
    }
    .checkbox-group {
        gap: 12px;
        flex-direction: column;
    }
    .steps__content {
        width: 100%;
    }
    .contacts__top {
        flex-direction: column;
        gap: 8px;
    }
    .contacts__work {
        align-items: start;
        flex-direction: column;
    }
    .footer__logo svg {
        max-width: 202px;
    }
    .footer__left {
        margin-bottom: 24px;
    }
    .offersSlider__title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .offersSlider__description p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .offersSlider__item a {
        padding: 14px;
    }
    .reviewsSlider__item {
        padding: 14px;
    }
    .about {
        margin-bottom: 70px;
    }
    .catalog {
        margin-bottom: 70px;
    }
    .offers {
        margin-bottom: 70px;
    }
    .steps {
        margin-bottom: 70px;
    }
    .reviews {
        margin-bottom: 70px;
    }
    .contacts {
        margin-bottom: 70px;
    }
    #catalogModal .modal-body {
        padding: 1rem;
    }
    .about__banner-content {
        padding: 24px;
    }
    .about__banner-title {
        line-height: 39px;
    }
}
@media (min-width: 1279px) {
    .reviewsSlider__navigation.mobile {
        display: none;
    }
    .offersSlider__navigation.mobile {
        display: none;
    }
}
@media (max-width: 740px) {
    .header__info {
        display: none;
    }
}
@media (max-width: 480px) {
    .bannerMain {
        margin: 0 0 50px;
        border-radius: 0 0 25px 25px;
    }
    .header {
        padding-top: 0;
    }
    .header .container-base {
        padding-left: 0;
        padding-right: 0;
    }
    .header__wrapper {
        border-radius: 0;
    }
    .header__btn {
        display: none;
    }
    .bannerMain__wrapper {
        top: 40px;
        position: relative;
        margin-left: 0;
    }
    .container-base {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bannerMain__btns {
        flex-direction: column;
    }
    .bannerMain__title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 8px;
    }
    .bannerMain__subtitle {
        line-height: 24px;
    }
    .mainTitle__label {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .mainTitle__title {
        font-size: 22px;
        line-height: 35px;
    }
    .mainTitle {
        margin-bottom: 24px;
    }
    .about__item {
        flex: 1 0 calc(85% - 24px);
    }
    .mainTitle__wrapper.nosub {
        flex-direction: column;
    }
    .catalog__filter form {
        flex-direction: column;
    }
    .form-container form {
        flex-direction: column;
    }
    .mainTitle.nosub {
        flex-direction: column;
    }
    .contacts__items {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .footer__left {
        flex-direction: column;
        margin-bottom: 0;
    }
    .footer__menu {
        flex-direction: column;
        gap: 8px;
    }
    .footer__links {
        flex-direction: column;
        align-items: start;
    }
    .footer__contact--phone a {
        font-size: 16px;
        line-height: 22px;
    }
    .footer__contact-title {
        font-size: 14px;
    }
    .footer__contact--address {
        font-size: 16px;
        line-height: 22px;
    }
    .contacts__left {
        padding: 36px 20px;
    }
    .contacts__info {
        flex-direction: column;
        gap: 8px;
        align-items: start;
    }
    .contacts__title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .contacts__name {
        font-size: 14px;
        line-height: 130%;
    }
    .contacts__phone a {
        font-size: 16px;
        line-height: 130%;
    }
    .contacts__work-item {
        font-size: 14px;
        line-height: 140%;
    }
    .form-title {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .footer .container-base {
        padding-left: 0;
        padding-right: 0;
    }
    .footer {
        margin-bottom: 0;
    }
    .footer__wrapper {
        border-radius: 25px 25px 0 0;
    }
    .footer__wrapper {
        gap: 40px;
    }
    .about__banner-content {
        padding: 20px 20px 37px;
    }
    .about__banner-title {
        font-size: 20px;
        line-height: 26px;
    }
}
/* Убираем grid когда включён Swiper — но не ставим block */
.catalogSlider.is-swiper .catalogSlider__wrapper {
    grid-template-columns: none;
    gap: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
/* Каждый слайд — фиксируем поведение для flex */
.catalogSlider.is-swiper .catalogSlider__item {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
}
/* Навигацию показываем только на мобилке */
.catalogSlider__navigation { display: none; }
@media (max-width:1024px) {
    .catalogSlider__navigation { display:flex; }
}
[id^="wait_comp_"] {
    display: none !important;
}