.form-messages {
color: #000;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
}

.input-submit::after {
    transition: .3s all;
    border: 1px solid var(--blue);
}
.input-submit:hover::after {
    background-color: transparent;
    background-image: url("../images/am_febr/icon-arrow-b.svg");
}

.hero-imgs-mob {
    display: none;
}

.h3 {
    position: relative;
    z-index: 22;
}

.input-item input {
    -webkit-appearance: none;
    border-radius: 0;
}

.input-item input[type="radio"] {
    -webkit-appearance: auto;
    font-size: 14px;
    margin-right: 15px;
}

.input-radio label {
    margin-right: 20px;
}

.form-messages {
    color: #000!important; 
}

.spealers {
    margin-top: 121px;
}

@media screen and (max-width: 993px) {
    .speaker::after {
        display: block;
        bottom: 117px;
        right: 40px;
    }

    .spealers {
        margin-top: 50px;
    }
}

@media screen and (max-width: 812px) {
    .speaker::after { 
        bottom: 144px;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .why-item--large:not(.why-item--standup)::after {
        width: 247px;
        height: 138px;
        display: block;
    }

    .speaker::after {
        left: 50%;
        width: auto;
        bottom: 117px;
        right: 15px;
    }

    .why-item--standup::after {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        width: auto;
    }
}
@media screen and (max-width: 576px) {
    .hero {
        flex-direction: column;
    }

    .hero-imgs-mob {
        display: block;
        position: relative;
        margin: 87px 0 0;
        height: 282px;
        border-radius: 32px;
        overflow: hidden;
    }

    .hero-imgs-mob img {
        height: 100%;
    }

    .hero-imgs-mob span:nth-child(2) {
        position: absolute;
        background-image: url(../images/am_febr/hero1bg.png);
        width: 186px;
        height: 58px;
        z-index: 22;
        top: 23px;
        right: 20px;
        padding: 22px 20px;
        font-size: 19px;
        font-weight: 600;
    }

    .hero-imgs-mob span:nth-child(3) {
        position: absolute;
        height: 144px;
        width: 285px;
        background-image: url(../images/am_febr/hero2bg.png);
        bottom: 17px;
        right: 17px;
        z-index: 23;
        font-size: 19px;
        font-weight: 600;
        padding: 21px;
        line-height: 1.4
    }
    .hero-imgs-mob span:nth-child(4) {
        position: absolute;
        z-index: 25;
        bottom: 41px;
        right: 66px;
        font-size: 19px;
        font-weight: 600;
    }

    .hero-imgs-mob span:nth-child(3):after {
        position: absolute;
        content: ''; 
        bottom: 1px; 
        left: 3px;
        width: 40px;
        height: 40px;
        background: url("../images/am_febr/icon-like.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
    }

    .why-item--large:not(.why-item--standup)::after {
        display: block;
        top: auto;
        bottom: 0;
    }

    .why-content .why-item:first-child .text {
        max-width: 74%;
        width: 100%;
    }

    .speaker::after { 
        display: none;
    }

    .speaker--img {
        position: relative;
    }

    .speaker--img img {
        height: auto;
        max-height: 300px;
    }
    .speaker--img:after {
        position: absolute;
        content: "";
        background-color: var(--blue);
        width: 200px;
        height: 65px;
        border-radius: 35px;
        z-index: -1;
        right: 0;
        bottom: 5px;
    }

    .input-submit input {
        border-radius: 32px;
    }

}