/*
 * import included styles
 */
@import "inc/fonts.css";
@import "inc/variables.css";
@import "inc/defaults.css";

/*
 * main styles
 */
a {
    color: #062542;
    text-decoration: none;
}

img.lazy {
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }
  
  img.loaded {
    opacity: 1;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }
  
  .lazy {
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }
  
  .lazy.background-load {
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }
  
  .lazy img {
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }
  
  .lazy img {
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }
  
  .lazy source {
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }
  
  .lazy.loaded.background-load {
    opacity: 1;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }
  
  .lazy.loaded img {
    opacity: 1;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }
  
  /* Keyframes для переливания */
  
  @-webkit-keyframes shimmer {
    0% {
      -webkit-transform: translateX(-150%);
              transform: translateX(-150%);
    }
  
    100% {
      -webkit-transform: translateX(150%);
              transform: translateX(150%);
    }
  }
  @keyframes shimmer {
    0% {
      -webkit-transform: translateX(-150%);
              transform: translateX(-150%);
    }
  
    100% {
      -webkit-transform: translateX(150%);
              transform: translateX(150%);
    }
  }

.header-desktop {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-desktop__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 20px;
}

.header-logo__img {
    max-height: 40px;
}

.header-logo__divider {
    margin-top: 6px;
}

.header-nav a {
    color: var(--color-header);
}

.header-nav a:hover {
    color: var(--color-header-hover);
}

.header-contacts__phone:hover{
    color: var(--color-header-hover);
}

.header-contacts__phone {
    color: var(--color-header);
}

.header-contacts__geo {
    color: var(--color-header);
}

.footer-logo__img {
    max-height: 40px;
}

.header-logo:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 580px;
    height: 1px;
    background: rgb(6,37,66);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#062542",endColorstr="#062542",GradientType=1);
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 55px;
    padding-bottom: 18px;
    margin-bottom: 16px;
    position: relative;
}

.header-nav__item {
    font-size: 14px;
    font-weight: 500;
    
}

.header-nav:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 1px;
    background: rgb(6,37,66);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#062542",endColorstr="#062542",GradientType=1);
}

.header-contacts {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

.header-contacts__phone {
    font-size: 17px;
    font-weight: bold;
}

.header-contacts__geo {
    font-size: 14px;
    font-weight: 300;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='14' viewBox='0 0 11 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 0C2.46552 0 0 2.35802 0 5.27419C0 10.0655 5.5 14 5.5 14C5.5 14 11 10.0655 11 5.27419C11 2.35802 8.53448 0 5.5 0ZM5.5 7.98967C3.93698 7.98967 2.66825 6.77304 2.66825 5.27419C2.66825 3.77534 3.93698 2.5587 5.5 2.5587C7.06302 2.5587 8.33175 3.77534 8.33175 5.27419C8.33175 6.77304 7.06302 7.98967 5.5 7.98967Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-position: center left;
    background-repeat: no-repeat;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    padding-left: 20px;
}

.hero {
    position: relative;
    z-index: 10;
    height: 800px;
    border-radius: 0 0 200px 0;
    overflow: hidden;
}

.hero__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(0.65);
}

.hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 20s ease;
    -o-transition: all 20s ease;
    transition: all 20s ease;
}

.hero:hover .hero__background {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hero__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 390px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

section {
    margin-bottom: 80px;
}

.hero__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 100px;
}

.hero__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero__form {
    width: 375px;
    background: rgb(255 255 255 / 90%);
    border-radius: 50px 50px 0 50px;
    position: relative;
    z-index: 1;
    padding: 35px;
}

.hero__form__image {
    max-width: 250px;
    position: absolute;
    top: -45px;
    right: -77px;
}

.hero__form__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 33px;
}

.hero__form__inputs {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
}

.main-form-label {
    display: block;
    position: relative;
}

.main-form-input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 10px 10px 0 10px;
    padding: 0 20px;
    color: #062542;
}

.main-form-input::-webkit-input-placeholder {
    color: #062542;
}

.main-form-input::-moz-placeholder {
    color: #062542;
}

.main-form-input:-ms-input-placeholder {
    color: #062542;
}

.main-form-input::-ms-input-placeholder {
    color: #062542;
}

.main-form-input::placeholder {
    color: #062542;
}

.btn {
    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;
    height: 60px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #062542;
    border-radius: 60px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    gap: 15px;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}

.btn:hover {
    opacity: .9;
}

a:hover {
    color: #0b3d6c;
}

.hero__heading {
    text-align: right;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin: auto 0 0 40px;
}

.hero__heading__title {
    font-family: var(--secondary-font-family);
    font-size: 45px;
    margin-bottom: 30px;
    color: var(--color-header);
}

.hero__heading__text {
    font-size: 24px;
    line-height: 34px;
    color: var(--color-header);
}

.futures-grid {
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding: 40px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
}

.futures-item {
    background: #F8F8F8;
    border-radius: 10px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.futures-item__icon {
    height: 52px;
    width: 52px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    margin-bottom: 20px;
}
.futures-item__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-animation: shimmer 1.5s infinite;
            animation: shimmer 1.5s infinite;
    z-index: 1;
    pointer-events: none;
  }
  
  .futures-item__icon.loaded::before {
    display: none;
  }
  
  .futures-item__icon img {
    -o-object-fit: cover;
       object-fit: cover;
       width: 100%;
       height: 100%;

  }

.futures-item__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}

.futures-item__sub-title {
    font-size: 20px;
}

.section-heading {
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px;
}

.about-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 90px;
}

.col-slider {
    overflow: hidden;
}

.about-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.about-slider {
    border-radius: 50px 50px 0 50px;
}

.swiper-button-next.about-slider-next, .swiper-button-prev.about-slider-prev {
    width: 35px;
    height: 35px;
    background-color: rgb(6 37 66 / 80%);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.about-slider-next:after, .swiper-button-prev.about-slider-prev:after {
    display: none;
}

.swiper-button-next.about-slider-next {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L8 8L2 14' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.swiper-button-prev.about-slider-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2L3 8L9 14' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.about-item__content {
    padding-top: 50px;
}

.about-item__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.about-slider-slide{
    position: relative;
    overflow: hidden;
    height: auto;
}

.about-slider-item__image {
    width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px 50px 0 50px;
  overflow: hidden;
    
    
}


  
.about-slider-item__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #F8F8F8), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F8F8F8 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-animation: shimmer 1.5s infinite;
            animation: shimmer 1.5s infinite;
    z-index: 1;
    pointer-events: none;
  }
  
  .about-slider-item__image.loaded::before {
    display: none;
  }
  
  .about-slider-item__image img {
    -o-object-fit: cover;
       object-fit: cover;
       width: 100%;
       height: 400px;
  }
/* .about-slider-item__image.loading {
    background-color: red;
    animation: none;
    
} */

.about-item__text {
    line-height: 30px;
    margin-bottom: 30px;
}

.btn.btn_border {
    border: 1px solid #062542;
    background-color: transparent;
    color: #062542;
}

.about-item__btn {
    max-width: 245px;
    margin: auto;
}

.section-planing {
    background: #F8F8F8;
    padding: 80px 0 0;
    margin-bottom: 0;
    overflow: hidden;
}

.planing-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.planing-tabs__item {
    min-width: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 42px;
    background: transparent;
    border: 1px solid #062542;
    border-radius: 60px;
    cursor: pointer;
    color: #062542;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.planing-tabs__item:hover {
    opacity: .9;
}

.planing-tabs__item.--active {
    pointer-events: none;
    cursor: default;
    background: #062542;
    color: #fff;
}

.planing-slider {
    overflow: visible;
}

.planing-slider:after, .planing-slider:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50vw;
    background: rgb(248 248 248 / 77%);
    z-index: 2;
}

.planing-slider:before {
    left: calc(-50vw - 25px);
}

.planing-slider:after {
    right: calc(-50vw - 25px);
}

.planing-item {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 27px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    position: relative;
    overflow: hidden;
}

.planing-item__title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.planing-item__gallery {
    margin-bottom: 35px;
    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;
    height: 160px;
}

.planing-item__image {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 100%;
    height: 160px;
    margin: 0 auto 35px;
    display: block;
}

  
  .planing-item__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #F8F8F8), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F8F8F8 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-animation: shimmer 1.5s infinite;
            animation: shimmer 1.5s infinite;
    z-index: 1;
    pointer-events: none;
  }
  
  .planing-item__image.loaded::before {
    display: none;
  }
  
  .planing-item__image img {
    -o-object-fit: contain;
       object-fit: contain;
       width: 100%;
       height: 100%;
  }

.planing-item__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.planing-item__options-item {
    font-size: 14px;
}

.planing-item__options-item i {
    font-style: normal;
}

.planing-item__options-item span {
    color: #9C9C9C;
}

.planing-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    color: #B6976A;
    gap: 6px;
    margin-bottom: 25px;
}

.planing-item__text:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #B6976A;
}

.planing-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}

.planing-item__tag {
    background: #F8F8F8;
    border-radius: 25px;
    padding: 5px 30px;
}

.planing-item__link {
    text-decoration: underline;
}

.planing-slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 55px;
}

.swiper-button-prev.planing-slider-prev, .swiper-button-next.planing-slider-next {
    position: relative;
    margin: 0;
    right: unset;
    left: unset;
    top: unset;
    bottom: unset;
    width: 60px;
    height: 60px;
    border: 1px solid #062542;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.planing-slider-prev:after, .swiper-button-next.planing-slider-next:after {
    display: none;
}

.swiper-button-prev.planing-slider-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2L3 8L9 14' stroke='black' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.swiper-button-next.planing-slider-next {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L8 8L2 14' stroke='black' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.planing-item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.planing-carousel {
    padding-bottom: 70px;
    border-bottom: 1px solid #C5C5C5;
}

.section-installment {
    padding: 80px 0;
    background: #F8F8F8;
    margin-bottom: 0;
}

.installment-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 100px 20px 1fr;
    grid-template-columns: 1fr 100px 1fr;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.installment-form__text {
    font-size: 20px;
    line-height: 30px;
}

.installment-item__text__desc {
    font-size: 14px;
}

.installment-form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

.installment-form__inputs > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.installment-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 90px 80px;
    max-width: 835px;
    margin: auto;
}

.installment-item {
    background: #F0F0F0;
    border-radius: 0px 75px 0px 0px;
    border-bottom: 2px solid #062542;
    padding: 35px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 150px;
}

.installment-item__value {
    font-family: var(--secondary-font-family);
    font-size: 70px;
    margin-top: -70px;
    margin-left: -3px;
    line-height: 60px;
    margin-bottom: 2px;
}

.installment-item__value small {
    font-size: 45px;
}

.installment-item__text__title {
    font-size: 20px;
    font-weight: bold;
}

.installment-item__text {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    margin-bottom: auto;
}

.installment-item__date {
    font-size: 14px;
    color: #959595;
    margin-top: auto;
}

.section-live {
    background: #F8F8F8;
    padding: 80px 0;
    margin-bottom: 0;
}

.section-image {
    margin-bottom: 0;
    overflow: hidden;
    height: 730px;
    background-attachment: fixed;
    background-size: cover;
}

.section-image__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 20s ease;
    -o-transition: all 20s ease;
    transition: all 20s ease;
}

.section-image__img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.live-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.live-item {
    background: #FFFFFF;
    border-radius: 50px 50px 0px 50px;
    overflow: hidden;
    position: relative;
}

.live-item__image {
    width: 100%;
    height: 235px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px 50px 0px 50px;
    display: block;
}
.live-item__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #F8F8F8), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F8F8F8 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-animation: shimmer 1.5s infinite;
            animation: shimmer 1.5s infinite;
    z-index: 1;
    pointer-events: none;
  }
  
  .live-item__image.loaded::before {
    display: none;
  }
  
  .live-item__image img {
    -o-object-fit: cover;
       object-fit: cover;
       width: 100%;
       height: 100%;

  }

.live-item__content {
    padding: 40px 35px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 235px);
}

.live-item__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.live-item__btn {
    width: 100%;
    margin-top: 35px;
}

.live-item__text {
    font-size: 14px;
    line-height: 24px;
}

.section-map {
    position: relative;
    width: 100%;
    height: 600px;
}

.section-map__iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#modals {
    display: none;
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #B6976A;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer-logo__divider {
    margin-top: 4px;
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 50px;
    padding-top: 4px;
}

.footer-nav__item {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-footer);
}
.footer-nav__item:hover{
    color: var(--color-footer-hover);
    
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 40px;
}

.footer-bottom__col:first-child {
    max-width: 440px;
}

.footer-bottom__text {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-footer);
    line-height: 17px;
    opacity: 0.5;
}

.footer-bottom__link {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-footer);
    text-decoration: underline;
    opacity: 0.5;

}
.footer-bottom__link:hover {
    color: var(--color-footer-hover);
    

}



.footer-bottom__contacts {
    text-align: right;
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
}

.footer-phone {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-footer);
}
.footer-phone:hover {
    color: var(--color-footer-hover);
}

.footer-phone-text {
    font-size: 14px;
    font-weight: 300;
    color: var(--color-footer);
}



.modal {
    background: #F8F8F8;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 0;
    width: 765px;
    overflow: visible;
}

.modal-present__grid {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.modal-present__form {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    padding: 20px 60px 20px 0;
}

.modal-present__image {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}

.modal-title {
    font-size: 24px;
    font-weight: bold;
}

.modal-text {
    font-size: 14px;
    line-height: 18px;
}

.modal-inputs {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
}

.modal-inputs .btn {
    max-width: 245px;
}

.modal-base__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 315px 70px 1fr;
    grid-template-columns: 315px 1fr;
    grid-gap: 70px;
}

.modal-base__image {
    border-radius: 10px;
    margin-left: -2px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

.modal-base__form {
    padding: 20px 60px 20px 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
}

.modal-planing__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 445px 5px 1fr;
    grid-template-columns: 445px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 5px;
}

.modal-planing__picture {
    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;
    padding: 20px;
}

.modal-planing__form {
    padding: 30px 30px 30px 0;
    display: -ms-grid;
    display: grid;
}

.modal-planing__form .modal-title {
    margin-bottom: 10px;
}

.modal-planing__form .modal-text {
    margin-bottom: 25px;
}

.modal-planing__form .btn {
    max-width: none;
}

.modal-planing__form .modal-inputs {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-planing {
    width: 860px;
    background: #fff;
}

.modal-planing__image {
    max-width: 100%;
    height: 295px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.modal-planing__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}

.modal-planing__data-item__title {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.modal-planing__data-item__value {
    font-weight: 500;
    font-size: 16px;
}

.modal-planing__form .modal-inputs .btn {
    height: 50px;
}

.modal-planing__data-item__value span span {
    color: #9C9C9C;
}

 /* Чекбокс */

.main-form-input{
  border-radius: 10px;
  
}
.installment-form__inputs{
  gap: 8px;
  flex-wrap: wrap;
}
.installment-form__inputs > * {
  flex: inherit;
  width: 100%;
}

@keyframes shake {
      0% { transform: translateX(0); }
      25% { transform: translateX(-4px); }
      50% { transform: translateX(4px); color: red; }
      75% { transform: translateX(-2px); }
      100% { transform: translateX(0); }
    }

     button.inactive {
      background: #9ca5b3 !important;
      cursor: not-allowed;

      &:hover{
        background: #9ca5b3 !important;
        opacity: 0.9;
      }
    }

    .checkbox-wrap {
      display: flex;
      align-items: center;
      gap: 8px;
      &:hover{
         & .checkmark {
      
      border-color: green;
    }
      }
    }

    .custom-checkbox {
      display: inline-flex;
          align-items: center;
          gap: 8px;
          font-family: sans-serif;
          cursor: pointer;
          user-select: none;
          font-size: 16px;
          background: transparent;
    }

    .custom-checkbox input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .checkmark {
     width: 16px;
          height: 16px;
          border-radius: 4px;
          border: 1px solid #AF9D89;
          position: relative;
          transition: all 0.2s ease;
          cursor: pointer;
    }

    .custom-checkbox input:checked + .checkmark {
      background-color: transparent;
      border-color: green;
    }

    .checkmark::after {
      content: "";
      position: absolute;
      display: none;
    }

    .custom-checkbox input:checked + .checkmark::after {
      display: block;
    }

    .custom-checkbox .checkmark::after {
     content: "";
          position: absolute;
          display: none;
          top: -1px;
          left: 4px;
          width: 6px;
          height: 12px;
          border: solid green;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg);
    }

    .checkbox-wrap .agreement-text {
      font-size: 10px;
      line-height: 12px;
      color: #333;
      cursor: pointer;
      display: block;
    }

    .agreement-text a {
      color: initial;
      text-decoration: underline;
      &:hover{
        opacity: 0.8;
      }
    }

    .highlighted {
      color: red !important;
      animation: shake 0.4s;
      
      & a{
        color: red !important;
      }
    }

        /* Политика   */

  .politic{
    position: fixed;
    bottom: 5%;
    margin: 0 auto;
    padding: 0 16px;
    z-index: 10;
    display: none;
  }
   .politic.active{
      display: block;
    }
    .politic__wrapper{
        border-radius: 16px;
        background-color: #FFF;
        padding: 18px 32px;
        max-width: 500px;
        display: flex;
        gap: 24px;
        width: 100%;
        position: relative;
        box-shadow: 0px 0px 18px 1px rgba(1, 1, 1, 0.1);
    }
    .politic span{
      z-index: 2;
      color: #000;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height:  13.2px;
     
    }
    .politic span a{
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height:  13.2px;
        cursor: pointer;
        text-decoration: underline;
        &:hover{
          text-decoration: none;
          opacity: 0.8;
        }
    }
    .politic button{
      z-index: 2;
      position: relative;
      color: #FFF;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 16.8px;
      text-transform: uppercase;
      border-radius: 60px;
      background: #062542;
      transition: var(--transition);
      cursor: pointer;
      padding: 12px 32px;
      &:hover{
        opacity: 0.9;
      }
    }
  @media (max-width: 768px) {
    .politic{
      bottom: 2%;
    }
     .politic__wrapper{
        text-align: center;
        padding: 24px 16px 16px;
        gap: 20px;
        flex-direction: column;
      }
     
      .politic span{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        & a{
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
        }
      }
      .politic button{
        padding: 12px 32px;
      }
  }