.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.home-hero {
    position: relative;
    left: 50%;
    width: 100vw;
    height: 690px;
    margin-left: -50vw;
    overflow: visible;
    background: #fff;
    color: #fff;
    font-family: Manrope, Arial, sans-serif;
}

.home-hero,
.home-hero * {
    box-sizing: border-box;
}

.home-hero__media,
.home-hero__gradient,
.home-hero__inner,
.home-hero__content,
.home-hero__nav,
.home-hero__title,
.home-hero__benefits,
.home-hero__benefit,
.home-hero__lead {
    position: absolute;
}

.home-hero__media,
.home-hero__gradient {
    pointer-events: none;
    user-select: none;
}

.home-hero__media {
    z-index: 1;
    top: 0;
    left: calc(50% - 600px - 203px);
    width: 1606px;
    height: 691px;
    overflow: hidden;
    border-radius: 30px;
}

.home-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__gradient {
    z-index: 2;
    top: 773px;
    left: calc(50% - 600px - 59px);
    width: 1322px;
    height: auto;
    display: block;
}

.home-hero__inner,
.home-hero__content {
    z-index: 3;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-hero__nav {
    z-index: 4;
    inset: 0;
}

.home-hero__nav-link {
    position: absolute;
    top: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease;
}

.home-hero__nav-link:nth-child(1) {
    left: calc(50% - 600px - 39px);
}

.home-hero__nav-link:nth-child(2) {
    left: calc(50% - 600px + 130px);
}

.home-hero__nav-link:nth-child(3) {
    left: calc(50% - 600px + 335px);
}

.home-hero__nav-link:nth-child(4) {
    left: calc(50% - 600px + 544px);
}

.home-hero__nav-link:nth-child(5) {
    left: calc(50% - 600px + 711px);
}

.home-hero__nav-link:nth-child(6) {
    left: calc(50% - 600px + 878px);
}

.home-hero__nav-link:nth-child(7) {
    left: calc(50% - 600px + 1027px);
}

.home-hero__nav-link:nth-child(8) {
    left: calc(50% - 600px + 1177px);
}

.home-hero__nav-link:hover,
.home-hero__nav-link:focus-visible {
    color: #009fe3;
    text-decoration: none;
}

.home-hero__title {
    z-index: 4;
    top: 151px;
    left: calc(50% - 600px - 40px);
    width: 660px;
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.35;
}

.home-hero__title strong {
    font-weight: 800;
}

.home-hero__benefits {
    z-index: 4;
    inset: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-hero__benefit {
    display: grid;
    grid-template-columns: 20px 174px;
    align-items: start;
    gap: 16px;
    top: 423px;
    width: 210px;
}

.home-hero__benefit:nth-child(1) {
    left: calc(50% - 600px - 37px);
}

.home-hero__benefit:nth-child(2) {
    left: calc(50% - 600px + 230px);
}

.home-hero__benefit:nth-child(3) {
    left: calc(50% - 600px + 497px);
}

.home-hero__benefit:nth-child(4) {
    left: calc(50% - 600px + 764px);
}

.home-hero__benefit:nth-child(5) {
    left: calc(50% - 600px + 1031px);
}

.home-hero__benefit-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.home-hero__benefit-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
}

.home-hero__benefit-text strong {
    font-weight: 800;
}

.home-hero__lead {
    z-index: 5;
    top: 516px;
    left: calc(50% - 600px - 62px);
    width: 1325px;
    height: 201px;
    border-radius: 30px;
    background: #fff;
    color: #282828;
}

.home-hero__lead-title {
    position: absolute;
    top: 25px;
    left: 27px;
    width: 560px;
    margin: 0;
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
}

.home-hero__form {
    position: absolute;
    top: 79px;
    left: 31px;
    display: grid;
    grid-template-columns: repeat(4, 1fr) 240px;
    gap: 20px;
    width: 1264px;
    margin: 0;
}

.home-hero__field {
    display: block;
    min-width: 0;
    margin: 0;
}

.home-hero__field input,
.home-hero__submit {
    width: 100%;
    height: 65px;
    border-radius: 10px;
    font-family: Manrope, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}

.home-hero__field input {
    display: block;
    border: 1px solid #848484;
    background: #fff;
    color: #000;
    padding: 0 18px;
    font-weight: 400;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.home-hero__field input::placeholder {
    color: rgba(0, 0, 0, .45);
}

.home-hero__field input:focus {
    border-color: #009fe3;
    box-shadow: 0 0 0 3px rgba(0, 159, 227, .18);
}

.home-hero__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #009fe3;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.home-hero__submit:hover,
.home-hero__submit:focus-visible {
    background: #008ed0;
}

.home-hero__submit:active {
    transform: translateY(1px);
}

@media (max-width: 1199px) {
    .home-hero__media {
        left: calc(50% - 480px - 323px);
    }

    .home-hero__nav-link {
        font-size: 12px;
    }

    .home-hero__nav-link:nth-child(1) {
        left: calc(50% - 480px + 12px);
    }

    .home-hero__nav-link:nth-child(2) {
        left: calc(50% - 480px + 133px);
    }

    .home-hero__nav-link:nth-child(3) {
        left: calc(50% - 480px + 290px);
    }

    .home-hero__nav-link:nth-child(4) {
        left: calc(50% - 480px + 451px);
    }

    .home-hero__nav-link:nth-child(5) {
        left: calc(50% - 480px + 570px);
    }

    .home-hero__nav-link:nth-child(6) {
        left: calc(50% - 480px + 689px);
    }

    .home-hero__nav-link:nth-child(7) {
        left: calc(50% - 480px + 790px);
    }

    .home-hero__nav-link:nth-child(8) {
        left: calc(50% - 480px + 890px);
    }

    .home-hero__title {
        left: calc(50% - 480px + 10px);
        width: 563px;
        font-size: 42px;
    }

    .home-hero__benefit:nth-child(1) {
        left: calc(50% - 480px + 18px);
    }

    .home-hero__benefit:nth-child(2) {
        left: calc(50% - 480px + 259px);
    }

    .home-hero__benefit:nth-child(3) {
        left: calc(50% - 480px + 500px);
    }

    .home-hero__benefit:nth-child(4) {
        left: calc(50% - 480px + 740px);
    }

    .home-hero__benefit:nth-child(5) {
        top: -136px;
        left: calc(50% - 480px + 1030px);
    }

    .home-hero__lead {
        left: calc(50% - 480px - 62px);
    }

    .home-hero__lead-title {
        left: 75px;
    }

    .home-hero__form {
        left: 73px;
        width: 935px;
        grid-template-columns: repeat(4, 1fr) 220px;
    }
}

@media (max-width: 959px) {
    .home-hero {
        height: 1030px;
        overflow: hidden;
    }

    .home-hero__media {
        top: -50px;
        left: calc(50% - 320px - 698px);
        width: 1487px;
        height: 640px;
        border-radius: 0;
    }

    .home-hero--a .home-hero__media {
        left: calc(50% - 320px - 771px);
    }

    .home-hero__gradient {
        top: 223px;
        left: calc(50% - 320px - 1013px);
        width: 1771px;
    }

    .home-hero__nav {
        display: none;
    }

    .home-hero__title {
        top: 197px;
        left: calc(50% - 320px + 39px);
        width: 563px;
        font-size: 36px;
        text-align: center;
    }

    .home-hero__benefit {
        grid-template-columns: 20px 174px;
        width: 210px;
    }

    .home-hero__benefit:nth-child(1) {
        top: 376px;
        left: calc(50% - 320px + 45px);
    }

    .home-hero__benefit:nth-child(2) {
        top: 376px;
        left: calc(50% - 320px + 377px);
    }

    .home-hero__benefit:nth-child(3) {
        top: 446px;
        left: calc(50% - 320px + 46px);
    }

    .home-hero__benefit:nth-child(4) {
        top: 446px;
        left: calc(50% - 320px + 376px);
    }

    .home-hero__benefit:nth-child(5) {
        display: none;
    }

    .home-hero__lead {
        top: 516px;
        left: calc(50% - 320px - 25px);
        width: 691px;
        height: 507px;
    }

    .home-hero__lead-title {
        top: 25px;
        left: 65px;
        width: 560px;
    }

    .home-hero__form {
        top: 79px;
        left: 40px;
        width: 610px;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 639px) {
    .home-hero__media {
        top: -48px;
        left: calc(50% - 240px - 499px);
        width: 1121px;
        height: 482px;
    }

    .home-hero--a .home-hero__media {
        top: -60px;
        left: calc(50% - 240px - 577px);
    }

    .home-hero__gradient {
        top: 40px;
        width: 2297px;
    }

    .home-hero__title {
        top: 177px;
        left: calc(50% - 240px + 42px);
        width: 397px;
        font-size: 26px;
    }

    .home-hero__benefit {
        grid-template-columns: 20px 151px;
        gap: 16px;
        width: 187px;
    }

    .home-hero__benefit-text {
        font-size: 16px;
    }

    .home-hero__benefit:nth-child(1) {
        top: 315px;
        left: calc(50% - 240px + 15px);
    }

    .home-hero__benefit:nth-child(2) {
        top: 316px;
        left: calc(50% - 240px + 267px);
        grid-template-columns: 20px 144px;
        width: 180px;
    }

    .home-hero__benefit:nth-child(3) {
        top: 385px;
        left: calc(50% - 240px + 15px);
        grid-template-columns: 20px 135px;
        width: 171px;
    }

    .home-hero__benefit:nth-child(4) {
        top: 386px;
        left: calc(50% - 240px + 267px);
        grid-template-columns: 20px 158px;
        width: 194px;
    }

    .home-hero__lead {
        top: 476px;
        left: calc(50% - 240px - 12px);
        width: 505px;
        height: 507px;
    }

    .home-hero__lead-title {
        top: 15px;
        left: 99px;
        width: 306px;
        font-size: 16px;
        text-align: center;
    }

    .home-hero__form {
        top: 82px;
        left: 23px;
        width: 460px;
    }
}

@media (max-width: 479px) {
    .home-hero {
        height: 950px;
    }

    .home-hero__media {
        top: -30px;
        left: calc(50% - 160px - 433px);
        width: 913px;
        height: 393px;
    }

    .home-hero--a .home-hero__media {
        top: -12px;
        left: calc(50% - 160px - 593px);
        width: 1021px;
        height: 439px;
    }

    .home-hero__gradient {
        top: 133px;
        left: calc(50% - 160px - 586px);
        width: 1592px;
    }

    .home-hero--a .home-hero__gradient {
        top: 40px;
        left: calc(50% - 160px - 1017px);
        width: 2297px;
    }

    .home-hero__title {
        top: 187px;
        left: calc(50% - 160px - 7px);
        width: 334px;
        font-size: 24px;
    }

    .home-hero__benefit {
        grid-template-columns: 20px 124px;
        gap: 6px;
        width: 150px;
    }

    .home-hero__benefit-icon {
        width: 19px;
        height: 19px;
    }

    .home-hero__benefit-text {
        font-size: 14px;
    }

    .home-hero__benefit:nth-child(1) {
        top: 315px;
        left: calc(50% - 160px - 8px);
    }

    .home-hero__benefit:nth-child(2) {
        top: 316px;
        left: calc(50% - 160px + 172px);
        grid-template-columns: 20px 104px;
        width: 130px;
    }

    .home-hero__benefit:nth-child(3) {
        top: 385px;
        left: calc(50% - 160px - 8px);
        grid-template-columns: 20px 124px;
        width: 150px;
    }

    .home-hero__benefit:nth-child(4) {
        top: 386px;
        left: calc(50% - 160px + 172px);
        grid-template-columns: 20px 130px;
        width: 156px;
    }

    .home-hero__lead {
        top: 448px;
        left: calc(50% - 160px - 15px);
        width: 350px;
        height: 500px;
    }

    .home-hero__lead-title {
        top: 15px;
        left: 22px;
        width: 306px;
    }

    .home-hero__form {
        top: 82px;
        left: 25px;
        width: 300px;
    }
}
