.footer4__wrapper-col.links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer4__wrapper-col.links a {
    width: fit-content;
}
@media screen and (max-width: 991px) {
    .footer4__wrapper-col.links {
        align-items: end;
    }
}
@media screen and (max-width: 520px) {
    .footer4__wrapper-col.links {
        align-items: start;
    }
}
/***/
@media (min-width: 1100px) {
    .how__wrapper-slider-slide img {
        aspect-ratio: 1;
        width: auto;
    }
}
@media (max-width: 560px) {
    .index__wrapper-slider-slide .slider2 .index__wrapper-slider-slide-block {
        display: flex;
        align-items: center;
    }
    .index__wrapper-slider-slide .slider2 {
        padding-top: 0;
        height: 272px;
    }
    .index__wrapper-slider-slide .slider1 {
        margin-bottom: 24px;
    }
    .index__wrapper-slider-slide-block-button.button1.icon_phone.callPopup a {
        display: inline-flex;
    }
    .how__wrapper-slider-slide {
        height: auto;
    }
    .how__wrapper-slider .swiper-pagination {
        margin-top: 0;
        position: absolute;
        top: 100%;
    }
    .how__wrapper-slider .swiper-container {
        padding-bottom: 18px;
    }
    .how__wrapper-slider .swiper-container .swiper-wrapper {
        height: auto !important;
        align-items: stretch;
    }
    .how__wrapper-slider-slide {
        height: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .how__wrapper-slider-slide picture {
        line-height: 0;
    }
    .how__wrapper-slider-slide img {
        height: auto;
        aspect-ratio: 1;
    }
}
@media (min-width: 1100px) {
    .slider2 img {
        width: 500px;
        height: auto;
    }
}

.single__wrapper-text {
    h1 {
        line-height: 130%;
    }
}
.terms {
    font-family: DINPro;
    line-height: 120%;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    margin: 10px 0;
    input[type="checkbox"] {
        margin-top: 2px;
    }
    a {
        text-decoration: none;
        color: #2568a6;
    }
    input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        background-color: transparent;
        margin: 0;
        border-radius: 0.25rem;
        width: 18px;
        min-width: 18px;
        height: 18px;
        padding: 0;
        border: 2px solid #2568a6;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        cursor: pointer;
    }
    input[type="checkbox"]:checked {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23ffffff'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
        background-color: #2568a6;
    }
    @media (max-width: 767px) {
        justify-content: flex-start;
        text-align: left;
        font-size: .875rem;
    }
}