.hero {
    margin-bottom: 8rem
}

@media (min-width: 768px) and (max-width: 1280px) {
    .hero {
        margin-bottom: 6rem
    }
}

@media (max-width: 767px) {
    .hero {
        margin-bottom: 4rem
    }
}

.hero__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 47.5rem;
    border-radius: .6rem;
    overflow: hidden
}

@media (max-width: 1280px) {
    .hero__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: unset;
        border-radius: 1rem 1rem 0 0
    }
}

.hero__image {
    position: relative;
    width: 100%;
    height: 100%
}

@media (min-width: 768px) and (max-width: 1280px) {
    .hero__image {
        height: 42rem
    }
}

@media (max-width: 767px) {
    .hero__image {
        height: 37rem
    }
}

.hero__image img, .hero__image picture img {
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1280px) {
    .hero__image:after {
        content: "";
        position: absolute;
        background-color: rgba(0, 0, 0, .35);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1
    }
}
.hero__content {
    position: absolute;
    top: 12rem;
    left: 6rem;
    z-index: 2
}

.hero__content span {
    color: #fff
}

@media (min-width: 768px) and (max-width: 1280px) {
    .hero__content {
        /*top: 4rem;*/
        top: 10rem;
        left: 2rem;
        right: 2rem
    }
}

@media (max-width: 767px) {
    .hero__content {
        top: 10rem;
        left: 1rem;
        right: 1rem
    }
}

.hero__title {
    color: #fff;
    margin-bottom: 2rem
}
.hero__title h1 {
    display: inline;
}
.hero__title .uppercase {
    display: block;
    font-weight: 900;
    font-size: 3.6rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 120%;
}
.hero__title .normal {
    display: block;
    font-weight: 400;
    font-size: 2.7rem;
    line-height: 120%;
}
@media (max-width: 767px) {
    .hero__title .uppercase {
        font-size: 2.2rem;
    }
    .hero__title .normal {
        font-size: 1.6rem;
    }
    .hero__title{
        margin-bottom: 1.3rem;
    }
}
@media (max-width: 767px) {
    .hero__title br {
        display: none
    }
}

.hero__title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hero__subtitle {
    font-size: 2rem;
    line-height: 120%;
    color: #fff;
    background: linear-gradient(180deg, #002366 0%, #002366 60%, #001a4d 100%);
    box-shadow:
            0 4px 0 #001a4d,
            0 8px 16px rgba(0,0,0,0.35),
            inset 0 2px 3px rgba(255,255,255,0.35);
    padding: 1rem;
    width: fit-content;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .hero__subtitle {
        font-size: 2rem
    }
}

@media (max-width: 767px) {
    .hero__subtitle {
        font-size: 1.6rem;
    }
}

.hero__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-top: 4rem;
    list-style-type: none;
    padding-left: 0
}
@media (min-width: 768px) and (max-width: 1280px) {
    .hero__list{
        margin-top:2rem;
    }
}
@media (max-width: 767px) {
    .hero__list {
        margin-top: 2rem;
    }
}
.hero__list li {
    padding-left: 2.8rem;
    color: #fff;
    position: relative
}

/* КРУГ */
.hero__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

/* ГАЛОЧКА */
.hero__list li::after {
    content: "";
    position: absolute;
    left: .7rem;
    top: .35rem;
    width: .35rem;
    height: .8rem;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

.hero-form__inner {
    position: absolute;
    top: 12rem;
    right: 6rem;
    z-index: 2;
    background-color: #fff;
    border-radius: .6rem;
    padding: 2rem
}

@media (max-width: 1280px) {
    .hero-form__inner {
        border-radius: 0 0 1rem 1rem;
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        width: 100%;
        background-color: #002366
    }
}

.hero-form__title {
    font-size: 2rem;
    margin-bottom: 2rem
}

@media (max-width: 1280px) {
    .hero-form__title {
        color: #fff
    }
}

@media (max-width: 767px) {
    .hero-form__title {
        font-size: 1.8rem
    }
}

.hero-form__btn {
    width: 100%
}

.hero-form__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem
}

.hero-form__agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem
}

@media (max-width: 1280px) {
    .hero-form__agreement .checkbox__text {
        color: #fff
    }
}

.hero-form__item input:not(.checkbox__input) {
    width: 100%
}