.hero-formation {
    color: var(--white);
    padding-inline: 8px;
}

@media screen and (min-width: 992px) {
    .hero-formation {
        padding-inline: 32px;
    }
}

.hero-formation--container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .hero-formation--container {
        gap: 8px;
        border-radius: 24px;
    }
}

.hero-formation--image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.hero-formation--image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-formation--image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(132, 218, 255, 0.26) 0%, rgba(132, 218, 255, 0.26) 100%), linear-gradient(0deg, rgba(1, 19, 90, 0.34) 0%, rgba(1, 19, 90, 0.34) 100%);
    background-blend-mode: multiply, normal, normal;
}

.hero-formation--content {
    padding: 80px 24px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 1536px;
    margin-inline: auto;
}

@media screen and (min-width: 992px) {
    .hero-formation--content {
        padding: 188px 24px 40px 48px;
    }
}

.hero-formation--inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 800px) {
    .hero-formation--inner {
        max-width: clamp(100px, 56vw, 810px);
    }
}

.hero-formation--inner h1 {
    font-size: 2.5rem;
}

@media screen and (min-width: 992px) {
    .hero-formation--inner h1 {
        font-size: 5rem;
    }
}

.hero-formation--notice {
    color: var(--accent-1);
    background: var(--white);
    border-radius: 16px;
    padding: 24px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media screen and (min-width: 992px) {
    .hero-formation--notice {
        position: absolute;
        right: 24px;
        bottom: 0;
    }
}

.hero-formation--notice>div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-formation--notice .notice-stars {
    display: flex;
    gap: 1px;
}

.hero-formation--notice .notice-stars img {
    height: 12px;
    width: 12px;
    -o-object-fit: contain;
    object-fit: contain;
}

.hero-formation--notice .number {
    font-family: var(--aileron);
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: block;
    position: relative;
}

.hero-formation--notice .number::after {
    content: '';
    height: 8px;
    width: 100%;
    border-top: 1px solid var(--accent-1);
    background: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
}

.hero-formation--notice .legend {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
}

.hero-formation--search {
    padding: 0 8px 8px;
    width: 100%;
    max-width: 1536px;
    margin-inline: auto;
}

@media screen and (min-width: 992px) {
    .hero-formation--search {
        padding: 0 24px 24px;
    }
}

.hero-formation--form {
    background: linear-gradient(90deg, #009CDE 0%, #0057B8 100%);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 992px) {
    .hero-formation--form {
        border-radius: 16px;
        padding: 48px;
    }
}

.hero-formation--form .title {
    font-family: var(--aileron);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (min-width: 992px) {
    .hero-formation--form .title {
        font-size: 1.75rem;
    }
}

.hero-formation .formation-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 992px) {
    .hero-formation .formation-form {
        flex-direction: row;
        flex-wrap: wrap;
        gap: clamp(12px, 4.44vw, 64px);
        justify-content: space-between;
    }
}

.hero-formation .formation-form--input {
    width: 100%;
    max-width: 414px;
}

.hero-formation .formation-form--input input {
    width: 100%;
}

.hero-formation .formation-form>div {
    flex: 1 1 1;
    display: flex;
    gap: 4px;
    flex-direction: column;
    justify-content: space-between;
}

.hero-formation .formation-form .form-title {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
}

.hero-formation .formation-form label {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

.hero-formation .formation-form .input-container {
    padding: 8px 44px 8px 16px;
    background: var(--white);
    border-radius: 4px;
    position: relative;
    border: 1px solid var(--medium-blue);
    transition: all .3s ease;
}

.hero-formation .formation-form .input-container::after {
    content: '';
    width: 24px;
    height: 24px;
    -webkit-mask: url("../images/search.svg") no-repeat center;
    mask: url("../images/search.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--accent-1);
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.hero-formation .formation-form .input-container:hover,
.hero-formation .formation-form .input-container:has(input:focus) {
    border-color: var(--accent-1);
}

.hero-formation .formation-form .input-container input {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    color: var(--accent-3);
}

.hero-formation .formation-form .input-container input::-webkit-input-placeholder {
    opacity: .6;
}

.hero-formation .formation-form .input-container input::-moz-placeholder {
    opacity: .6;
}

.hero-formation .formation-form .input-container input:-ms-input-placeholder {
    opacity: .6;
}

.hero-formation .formation-form .input-container input::-ms-input-placeholder {
    opacity: .6;
}

.hero-formation .formation-form .input-container input::placeholder {
    opacity: .6;
}

.hero-formation .formation-form .checkbox-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 992px) {
    .hero-formation .formation-form .checkbox-container {
        flex-direction: row;
        gap: 32px;
    }
}

.hero-formation .formation-form .checkbox-container div {
    display: flex;
    gap: 12px;
}

.hero-formation .formation-form .checkbox-container label {
    cursor: pointer;
}

.hero-formation .formation-form .checkbox-container input {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
    border: 1px solid var(--medium-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.hero-formation .formation-form .checkbox-container input::before {
    content: '';
    background: linear-gradient(90deg, #009CDE 0%, #0057B8 100%);
    height: 16px;
    width: 16px;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
}

.hero-formation .formation-form .checkbox-container input:hover {
    border-color: var(--accent-1);
}

.hero-formation .formation-form .checkbox-container input:checked {
    border-color: var(--accent-1);
}

.hero-formation .formation-form .checkbox-container input:checked::before {
    opacity: 1;
}

.hero-formation .formation-form button {
    margin-top: auto;
}