.modal-form:has(.form-thanks__title) {
    padding: 50px 0 0;
    border-radius: 24px;
    overflow: hidden;
    @media (max-width: 600px) {
        max-width: 100%;
    }
    .form {
        margin-bottom: 0;
    }
    .fancybox-close-small:after {
        color: #666a70;
        font-weight: 300;
        font-size: 45px;
        top: 16px;
        right: 16px;
    }
}

.form-thanks__title {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #1e2025;
    text-align: center;
    margin-bottom: 10px;
}
.form-thanks__subtitle {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #232529;
    margin-bottom: 30px;

}
.form-thanks__list {
    padding: 0 40px;
}
.form-thanks__item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
.form-thanks__item-icon {
    width: 90px;
    min-width: 90px;
    img {
        width: 100%;
        height: auto;
    }
}

.form-thanks__item-text {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: #666a70;
}

.form-thanks__footer {
    padding: 30px 94px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #e0f3f3;
}
.form-thanks__footer-qr {
    min-width: 70px;
    img {
        width: 100%;
        height: auto;
    }
}
.form-thanks__footer-link {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #232529;
    span {
        color: #46c0c0;
    }
}

@media (max-width: 600px) {
    .form-thanks__title {
        font-size: 24px;
    }
    .form-thanks__subtitle {
        font-size: 14px;
    }
    .form-thanks__list {
        padding: 0 15px;
    }
    .form-thanks__item {
        gap: 15px;
    }
    .form-thanks__item-icon {
        width: 50px;
        min-width: 50px;
        img {
            width: 100%;
            height: auto;
        }
    }
    .form-thanks__item-text {
        font-size: 14px;
    }
    .form-thanks__footer {
        gap: 15px;
        padding: 20px 15px;
    }
    .form-thanks__footer-qr {
        min-width: 50px;
        width: 50px;
    }
    .form-thanks__footer-link {
        font-size: 14px;
    }
}
