.pc {
    display: block;
}

.hero__cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.hero__card {
    border-radius: 20px;
    padding: 15px 30px;
    width: fit-content;
    font-weight: 500;
    font-size: 18px;
    color: #534496;
    backdrop-filter: blur(40px);
    background: #e5e1f9;
}

.hero__controls form {
    background: #604fac;
    border-radius: 20px;
    max-width: 840px;
    padding: 18px;
}

.form-offer__title {
    font-weight: 400;
    font-size: 22px;
    line-height: 118%;
    color: #fff;
}

.form-offer__description {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 10px 0 20px;
    max-width: 380px;
}

.form-offer__wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.form-offer .form-offer__wrap input[type='email'],
.form-offer .form-offer__wrap input[type='tel'] {
    background-color: #fff !important;
    border-radius: 100px;
    padding: 19px 20px;
    width: 100%;
    max-width: 245px;
    height: 60px;
}

.form-offer .form-offer__wrap input[type='submit'] {
    width: 100%;
    max-width: 285px;
    height: 60px;
}

.form-offer__acceptance + span {
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    margin: 10px 0 0 9px;
}

.form-offer .checkbox + span:before {
    background-color: #ffffff;
    border-radius: 5px;
    height: 20px;
    left: -2px;
    position: absolute;
    width: 20px;
}

.form-offer .checkbox:checked + span:before {
    background-color: #e86f2a;
    background-image: url(../images/front-page/offer/check.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
}

.form-offer__checkboxes {
    margin-top: 10px;
}

.form-offer__wrap .iti__country-container {
    left: 14px !important;
}

.hero__controls {
    margin: 40px 0px 0px;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

@media (max-width: 1315px) {
    .hero .hero__info {
        max-width: 765px;
    }
}

@media (max-width: 1200px) {
    .hero__controls form {
        max-width: 535px;
    }
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .hero__controls {
        margin: 0;
    }

    .hero .hero__info {
        padding: 20px;
    }

    .hero .hero__title {
        font-size: 20px;
    }

    .hero__description {
        display: none;
    }

    .form-offer__title {
        font-size: 16px;
    }

    .form-offer__description {
        font-size: 14px;
    }

    .form-offer .form-offer__wrap input[type='email'],
    .form-offer .form-offer__wrap input[type='tel'] {
        padding: 12px 20px;
        width: 100%;
        max-width: 100%;
        height: 40px;
    }

    .form-offer .form-offer__wrap input[type='submit'] {
        max-width: 100%;
        height: 50px;
        padding: 5px 20px;
    }

    .form-offer__wrap {
        gap: 10px;
    }

    .hero__cards {
        gap: 10px;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .hero__card {
        font-size: 10px;
        padding: 8px 15px;
        border-radius: 8px;
    }

    .hero .hero__image {
        max-width: 320px;
        margin: 0 auto 20px;
    }
}


