.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1e5d9d;
    padding: 1.8rem 4rem;
    border-radius: 1.6rem;
    cursor: pointer;
    transition: all .3s ease;
    border: none;
}

.btn span {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
}

.btn--primary {
    border: 1px solid #1E5D9D;
    background-color: #1E5D9D;
}

.btn--primary:hover {
    border: 1px solid #F1117E;
    background-color: #F1117E;
}

.btn--bordered-white {
    border: 1px solid #fff;
    background-color: transparent;
}

.section__title {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 115.99999999999999%;
    margin-bottom: 1.5rem;
}

.section__title--white {
    color: #fff;
}

.section__subtitle {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
    margin-bottom: 4rem;
}

.section__subtitle--white {
    color: #fff;
}

.section__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem
}

.section__actions-text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 100%;
    text-align: center;
    color: #0000004D;
}

.hero {
    margin-bottom: 10rem;
}

.hero__wrapper {
    position: relative;
}

.hero__bg {
    width: 100%;
    height: 58rem;
    border-radius: 3rem;
    overflow: hidden;
}

.hero__bg picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero__bg picture img,
.hero__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 64px 60px;
}

.hero__title {
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 100%;
    color: #fff;
    margin-bottom: 2rem;
    margin-top: 0;
}

.hero__subtitle {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
    color: #fff;
    margin-bottom: 3rem;
}

.hero-benefits {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
}

.hero-benefit {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .8rem;
}

.hero-benefit__ico {
    width: 4.4rem;
    height: 4.4rem;
}

.hero-benefit__ico svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-benefit__title {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
    color: #fff;
}

.hero-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
}

.advantages {
    margin-bottom: 10rem;
}

.advantages-slider {
    margin-bottom: 4rem;
}

@media (min-width: 768px) {
    .advantages-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem
    }
}

.advantages-item {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #f8f8f8;
    border-radius: 3rem;
    padding: 2.5rem;
    gap: 5.6rem;
    height: 27.1rem;
    overflow: hidden;
}

.advantages-item__title {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 110.00000000000001%;
}

.advantages-item__image {
    position: absolute;
    bottom: -3.1rem;
    right: 0;
    z-index: 1;
    width: 24.3rem;
    height: 24.3rem;
}

.advantages-item__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.advantages-item__image picture img,
.advantages-item__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brands {
    margin-bottom: 10rem;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 4rem;
    gap: 1.96rem;
}

.brands-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E5D9D;
    border-radius: 1.6rem;
    border: 1px solid #EAEAEB;
    cursor: pointer;
    transition: all .3s ease;
    height: 12rem;
}

.brands-item:hover {
    background-color: #F1117E;
}

.brands-item__image {
    width: 16rem;
    height: 5.3rem;
}

.brands-item__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.brands-item__image picture img,
.brands-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.models {
    margin-bottom: 10rem;
    overflow-x: hidden;
}

.models__title {
    margin-bottom: 4rem;
}

.models-slider {
    overflow: hidden;
    position: relative;
}

.models-list:not(.swiper-wrapper) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.models-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 27.3rem;
    position: relative;
    cursor: pointer;
}

.models-item__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #F8F8F8;
    padding: 3rem 3rem;
    border-radius: 1.6rem;
    margin-top: auto;
    z-index: 1;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 115.99999999999999%;
    height: 13.3rem;
    max-height: 13.3rem;
}

.models-item__image {
    width: 100%;
    height: 22rem;
    position: absolute;
    top: 0;
    z-index: 2;
}

.models-item__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.models-item__image picture img,
.models-item__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.models-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.models-pagination:not(.swiper-pagination-lock) {
    margin-top: 4rem;
}

.models-empty {
    display: none;
    font-size: 1.6rem;
    color: #0000004D;
    text-align: center;
}

.conditions {
    margin-bottom: 2rem;
}

.conditions__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    background-color: #1E5D9D;
    border-radius: 3rem;
    padding: 3rem;
}

.conditions__left {
    display: flex;
    flex-direction: column;
}

.conditions__subtitle {
    margin-bottom: 0;
}

.conditions-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 11.4rem;
}

.conditions-benefit {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .8rem;
}

.conditions-benefit__ico {
    width: 4.4rem;
    height: 4.4rem;
    flex: 0 0 auto;
}

.conditions-benefit__ico svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.conditions-benefit__title {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
    color: #fff;
}

.conditions-advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.conditions-advantage {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 3rem;
    padding: 2.5rem;
    gap: 4rem;
}

.conditions-advantage__percent {
    font-weight: 500;
    font-size: 7rem;
    line-height: 100%;
    color: #1E5D9D;
}

.conditions-advantage__percent span {
    font-weight: 500;
    font-size: 4rem;
    line-height: 100%;
    color: #1E5D9D;
}

.conditions-advantage__title {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 115.99999999999999%;
}

.partners {
    margin-bottom: 10rem;
}

.partners__subtitle {
    margin-bottom: 0;
}

.partners__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.partners__left {
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-radius: 3rem;
    padding: 3rem;
}

.partners__image {
    width: 100%;
    height: 100%;
    border-radius: 3rem;
    overflow: hidden;
}

.partners__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.partners__image picture img,
.partners__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partners-form {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}

.partners-form__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.partners-form__item:nth-child(1),
.partners-form__item:nth-child(2) {
    width: calc(50% - .5rem);
    height: 5.5rem;
}

.partners-form__item:last-child {
    width: 100%;
}

.partners-form__btn {
    margin-bottom: 1.5rem;
}

.partners-form__item input {
    height: 5.5rem;
    width: 100%;
}

.form .partners-form__item textarea {
    resize: none;
    height: 14rem;
    overflow-y: auto;
}

.partners-form__agreement {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.partners-form__agreement a {
    text-decoration: underline;
}

.popup {
    background-color: #F4F4F4;
    border-radius: 1.6rem;
    padding: 3rem;
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    width: 60rem;
}

.popup__message {
    align-items: center;
    justify-content: center;
}

.popup.visible {
    display: flex !important;
}

.popup__body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.popup-form {
    display: flex;
    flex-direction: column;
}

.popup__title {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: .5rem;
}

.popup__subtitle {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
}

.popup__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    cursor: pointer;
}

.popup__close svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup-form__items {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    margin: 1.5rem 0;
}

.popup-form__item input {
    height: 5.5rem !important;
}

.popup-form__item textarea {
    min-height: 14rem;
    resize: none;
}

.popup-form__agreement {
    margin-top: 1.5rem;
}

.popup-form__agreement {
    font-size: 1.2rem;
}

.popup__ico {
    width: 8rem;
    height: 8rem;
    margin-bottom: 1.5rem;
}

.popup__ico svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup-message {
    width: 60rem;
    height: 31.9rem;
}

.popup-message .popup__body {
    justify-content: center;
    align-items: center;
}

.popup-message .popup__subtitle {
    text-align: center;
}

#overlay {
    display: none;
    position: fixed;
    z-index: 1;
    background-color: rgba(0, 0, 0, .25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#overlay.visible {
    display: block;
}

.hero_h1__wrapper h1{
    display: inline;
}

@media (max-width: 1280px) {
    .section__title br,
    .section__subtitle br {
        display: none;
    }

    .hero__content {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        padding: 2.731rem 0;
    }

    .hero__title,
    .hero__subtitle {
        color: #272727;
    }

    .hero__title br,
    .hero__subtitle br {
        display: none;
    }

    .hero-benefit__ico svg rect {
        fill: #1E5D9D;
    }

    .hero-benefit__ico svg path {
        stroke: #fff;
    }

    .hero-benefit__title {
        color: #272727;
        font-size: 2.389rem;
    }

    .conditions__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .conditions-benefits {
        margin-top: 4.096rem;
        gap: 2.56rem;
    }

    .partners__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .partners-form__item:nth-child(1), .partners-form__item:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 0 2.56rem !important;
    }

    .popup {
        width: calc(100% - 2.56rem);
    }
}

@media (min-width: 991px) and (max-width: 1280px) {
    .hero__bg {
        height: 50rem;
    }

    .conditions-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .hero__bg {
        height: 25.088rem;
    }

    .conditions-benefits {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .advantages-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .hero {
        margin-bottom: 13.653rem;
    }

    .hero__wrapper {
        background-color: #F8F8F8;
        padding: 2.731rem;
        border-radius: 3.413rem;
    }

    .hero__content {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        padding: 2.731rem 0;
    }

    .hero__title {
        font-size: 4.437rem;
        margin-bottom: 2.048rem;
    }

    .hero__subtitle {
        font-size: 2.731rem;
        margin-bottom: 3.413rem;
    }

    .hero-benefit__ico {
        width: 6.485rem;
        height: 6.485rem;
    }

    .hero-benefits {
        gap: 2.048rem;
        margin-bottom: 3.413rem;
    }

    .hero-benefit {
        gap: 1.365rem;
    }

    .btn {
        padding: 3.072rem 6.827rem;
        border-radius: 2.731rem;
        gap: 1.707rem;
    }

    .btn span {
        font-size: 2.731rem;
        line-height: 3.413rem;
    }

    .hero-actions {
        flex-direction: column;
        gap: 2.56rem
    }

    .hero-action {
        width: 100%;
    }

    .btn--bordered-white {
        border: 1px solid #1e5d9d;
    }

    .btn--bordered-white span {
        color: #1e5d9d;
    }

    .advantages {
        margin-bottom: 13.653rem;
        overflow-x: hidden;
    }

    .section__title {
        font-size: 4.096rem;
        margin-bottom: 2.048rem;
    }

    .section__subtitle {
        font-size: 2.731rem;
        margin-bottom: 4.096rem;
    }

    .advantages-slider {
        margin-bottom: 4.096rem;
    }

    .advantages-item {
        border-radius: 5.12rem;
        padding: 4.267rem;
        height: 46.251rem;
    }

    .advantages-item__title {
        font-size: 2.731rem;
        max-width: 90%;
    }

    .advantages-item__image {
        width: 41.472rem;
        height: 41.472rem;
        bottom: -5.291rem;
    }

    .section__actions {
        gap: 2.048rem;
    }

    .section__action {
        width: 100%;
    }

    .brands {
        margin-bottom: 13.653rem;
    }

    .brands-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 4.096rem;
        gap: 2.048rem;
    }

    .brands-item {
        border-radius: 2.731rem;
        padding: 4.096rem;
    }

    .brands-item:last-child {
        grid-column: 1 / -1;
    }

    .section__actions-text {
        font-size: 2.389rem;
    }

    .models__title {
        margin-bottom: 4.096rem;
    }

    .models-item__title {
        height: 16.042rem;
        max-height: 16.042rem;
        padding: 2.731rem 5.12rem;
        font-size: 3.072rem;
    }

    .models-item {
        height: 32.597rem;
    }

    .conditions {
        margin-bottom: 3.413rem;
    }

    .conditions__wrapper {
        gap: 3.413rem;
        padding: 3.413rem;
    }

    .conditions-benefit {
        gap: 1.365rem;
    }

    .conditions-benefit__ico {
        width: 6.485rem;
        height: 6.485rem;
    }

    .conditions-benefit__title {
        font-size: 2.389rem;
    }

    .conditions-advantages {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.365rem;
    }

    .conditions-advantage {
        min-height: 24.235rem;
        padding: 2.731rem;
        border-radius: 3.413rem;
    }

    .conditions-advantage__percent {
        font-size: 11.947rem;
    }

    .conditions-advantage__percent span {
        font-size: 6.827rem;
    }

    .conditions-advantage__title {
        font-size: 2.389rem;
    }

    .partners {
        margin-bottom: 3.413rem;
    }

    .partners__wrapper {
        gap: 3.413rem
    }

    .partners__left {
        padding: 2.731rem;
        border-radius: 5.12rem;
    }

    .partners__subtitle {
        margin-bottom: 0;
    }

    .partners-form {
        margin-top: 4.096rem;
    }

    .partners-form__items {
        gap: 2.731rem;
        margin-bottom: 2.731rem;
    }

    .partners-form__item:nth-child(1), .partners-form__item:nth-child(2) {
        height: 9.387rem;
    }

    .form .partners-form__item textarea {
        height: 23.893rem;
    }

    .partners-form__agreement {
        font-size: 2.389rem;
        line-height: 3.072rem;
    }

    .partners__image {
        height: 34.133rem;
        border-radius: 5.12rem;
    }

    .models-empty {
        font-size: 2.731rem;
    }

    .popup__close {
        width: 3.413rem;
        height: 3.413rem;
    }

    .popup-form__item input {
        height: 9.387rem !important;
    }

    .popup__title {
        font-size: 4.096rem !important;
        margin-bottom: 0.853rem;
    }

    .popup__subtitle {
        font-size: 2.731rem;
        margin-bottom: 0.853rem;
        text-align: center;
    }

    .popup-form__agreement,
    .popup-form__agreement a {
        font-size: 2.048rem;
    }
}





























