@font-face {
    font-family: 'Arial';
    font-weight: 400; 

    src: url('../fonts/ArialRegular.woff') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-weight: 700; 

    src: url('../fonts/ArialBold.woff') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-weight: 900; 

    src: url('../fonts/ArialBold.woff') format('woff2');
}

:root {
    --color-violet: #615edc;
    --color-violet-hover: #604dd7;
    --color-violet-click: #615edc;
    --color-green: #5edca0;
    --color-dark: linear-gradient(262.07deg, rgba(43, 42, 48, .12) 8.21%, #0a061b 92.62%), #070d16;
}

* {
    box-sizing: border-box;
}

a,
input,
select,
textarea {
    text-decoration: none;
}
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

input,
textarea,
button {
    font-family: 'Arial', sans-serif; 
    box-shadow: none;

       -moz-appearance: textfield;
    -webkit-appearance: none;
}

button:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
            transition: background-color 5000s ease-in-out 0s; 

    -webkit-text-fill-color: var(--color-black);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1 {
    max-width: 870px; 
    font-family: 'Intro';
    font-size: 50px;
    line-height: 70px;
    letter-spacing: .020em;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    h1 {
        font-size: 33px;
        line-height: 43px;
    }
}
h1 span {
    color: var(--color-green);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.container.p-r {
    position: relative;
}
@media (max-width: 991px) {
    .container {
        padding: 0 36px;
    }
}

.wrapper {
    overflow: hidden; 
    height: 100%;
    min-height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400; 
    background: #fff;
}
@media (max-width: 575px) {
    body {
        font-size: 14px;
    }
}

.header-item {
    padding: 25px 0;
}
.header-item__logo img {
    display: block; 
    width: 100%;

    object-fit: contain;
}
.header-item__link {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #02173e;
    transition: .4s ease; 
    text-align: center;
}
.header-item__link:hover {
    text-decoration: underline;
}
.header-item__content {
    display: grid;

    grid: auto / 1fr 120px 1fr;
    align-items: center;
}
@media (max-width: 991px) {
    .header-item__content {
        grid: auto / 1fr 96px 1fr;
    }
}
@media (max-width: 575px) {
    .header-item__content {
        grid: auto / 1fr 64px 1fr;
    }
}

.main-section {
    background: linear-gradient(180deg, #fff 65.66%, #f6faff 100%), linear-gradient(0deg, #fff, #fff), radial-gradient(50% 50% at 50% 50%, #001336 0%, #031c4a 100%);
}
.main-section__subtitle {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #0d4494;
}
@media (max-width: 991px) {
    .main-section__subtitle {
        display: none;
    }
}
.main-section__inner {
    text-align: center;
}
.main-section__title {
    display: block;
    padding: 16px 0 25px 0;
    font-size: 64px;
    font-weight: bold;
    line-height: 64px;
    color: #0d4494;
}
@media (max-width: 991px) {
    .main-section__title {
        display: none;
    }
}
.main-section__arrow {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}
@media (max-width: 575px) {
    .main-section__arrow {
        display: none;
    }
}
.main-section__group {
    position: relative;
}
@media (max-width: 991px) {
    .main-section__group {
        max-width: 504px;
        margin: 0 auto;
    }
}
.main-section__group span {
    display: block;
    padding-top: 16px; 
    font-size: 14px;
    line-height: 14px;
    color: #1a1c34;
    text-align: center;
}
.main-section__group span.indent {
    position: relative;
    top: -22px; 
    padding: 0;
}
.main-section__subhead {
    position: relative;
    top: -7px; 
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #0d4494;
}
@media (max-width: 575px) {
    .main-section__subhead {
        display: none;
    }
}
.main-section__group {
    display: grid;

    align-items: center;
    grid: auto /96px 1fr 96px;
    grid-gap: 50px;
}
@media (max-width: 575px) {
    .main-section__group {
        grid: auto / 1fr 1fr;
    }
}
.main-section__youtube {
    display: block;
    width: 120px; 
    margin: 0 auto;
}
.main-section__post {
    display: block;
    width: 64px; 
    margin: 0 auto;
}
.main-section__wrap {
    padding-top: 60px;
}
@media (max-width: 991px) {
    .main-section__wrap {
        padding-top: 72px; 

        order: 2;
    }
}
@media (max-width: 575px) {
    .main-section__wrap {
        padding-top: 30px;
    }
}
.main-section__row {
    display: grid;

    grid: auto / 490px 1fr;
    grid-gap: 67px;
}
@media (max-width: 991px) {
    .main-section__row {
        display: flex;
        flex-direction: column; 

        grid-gap: 0;
    }
}
.main-section__mobile {
    display: none; 
    text-align: center;
}
.main-section__mobile-arrow {
    display: block;
    margin: 8px auto;
}
.main-section__mobile-subtitle {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #1a1c34;
}
.main-section__mobile-title {
    display: block;
    padding: 12px 0 14px 0; 
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #1a1c34;
}
.main-section__mobile-desc {
    font-size: 16px;
    line-height: 16px;
    color: #1a1c34;
}
.main-section__mobile-text {
    display: block;
    padding-top: 41px;
    font-size: 14px;
    line-height: 14px;
    color: #1a1c34;
}
@media (max-width: 575px) {
    .main-section__mobile {
        display: block;
    }
}
.main-section__box {
    display: flex;
    flex-direction: column; 
    margin-top: 58px;

    align-items: center;
    justify-content: center;
}
@media (max-width: 575px) {
    .main-section__box {
        margin-top: 26px;
    }
}
.main-section__box span {
    padding-top: 16px;
    font-size: 18px;
    line-height: 18px;
    color: #0d4494; 
    text-align: center;
}
@media (max-width: 575px) {
    .main-section__box span {
        display: none;
    }
}
.main-section__button {
    display: flex;
    max-width: fit-content;
    padding: 0 36.5px;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    border: none;
    border-radius: 30px;
    background: #e51c27;
    box-shadow: 0 8px 4px -3px rgba(200, 0, 11, .3);
    text-shadow: 0 4px 5px rgba(255, 255, 255, .21);
    cursor: pointer;
    transition: .4s ease; 

    align-items: center;
    justify-content: center;
}
@media (max-width: 575px) {
    .main-section__button {
        padding: 0 17px;
        font-size: 14px; 
        line-height: 40px;
    }
}
.main-section__button:hover {
    border-color: transparent !important; 
    background: #ff434d !important;
    box-shadow: 0 2px 6px rgba(223, 27, 38, .32) !important;
}
.main-section__img {
    display: block;
    width: 100%;

    object-fit: cover;
}
@media (max-width: 991px) {
    .main-section__img {
        max-width: 564px;
        margin: 0 auto; 

        order: 1;
    }
}
@media (max-width: 575px) {
    .main-section__img {
        width: 100%;
        max-width: 100%;
    }
}

.prizes-item {
    position: relative;
    z-index: 10;
    z-index: 10; 
    padding: 100px 0 0 0;
    background: linear-gradient(0deg, #f7faff, #f7faff), #fff;
}
.prizes-item:before {
    position: absolute;
    z-index: 20;
    top: -180px;
    left: 0;
    display: block;
    width: 115%;
    height: 200px;
    background: #f7fafe url('../img/after-line-10.svg') center no-repeat;
    background-size: cover; 
    content: '';
}
@media (max-width: 991px) {
    .prizes-item:before {
        top: -30px;
        top: -70px; 
        height: 140px;
    }
}
@media (max-width: 575px) {
    .prizes-item:before {
        top: -30px; 
        height: 80px;
    }
}
.prizes-item__title {
    display: block;
    padding-bottom: 116px;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #ffc702; 
    text-align: center;
}
@media (max-width: 991px) {
    .prizes-item__title {
        padding-bottom: 66px;
    }
}
@media (max-width: 575px) {
    .prizes-item__title {
        padding-bottom: 40px; 
        font-size: 32px;
        line-height: 32px;
    }
}
.prizes-item__row {
    display: grid;

    align-items: center;
    grid: auto / 300px 1fr;
}
@media (max-width: 1199px) {
    .prizes-item__row {
        grid: auto / 150px 1fr;
    }
}
@media (max-width: 991px) {
    .prizes-item__row {
        display: block;
    }
}
.prizes-item__grid {
    display: grid;

    align-items: center;
    grid: auto / 1fr 1fr 1fr;
    grid-gap: 16px;
}
@media (max-width: 767px) {
    .prizes-item__grid {
        grid: auto / 1fr;
    }
}
@media (max-width: 1199px) {
    .prizes-item__grid {
        grid-gap: 0;
    }
}
.prizes-item__price {
    position: relative;
    z-index: 20;
    padding-top: 15px;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #052f6c;
}
@media (max-width: 991px) {
    .prizes-item__price {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .prizes-item__price {
        font-size: 24px;
        line-height: 24px;
    }
}
.prizes-item__place {
    font-size: 18px;
    line-height: 18px;
    color: #052f6c; 
    text-align: center;
}
.prizes-item__more {
    position: absolute;
    z-index: 320;
    top: 120px;
    right: 65px; 
    max-width: 130px;
}
@media (max-width: 991px) {
    .prizes-item__more {
        top: 70px;
        right: 45px;
    }
}
@media (max-width: 767px) {
    .prizes-item__more {
        top: 100px; 
        right: 80px;
    }
}
.prizes-item__box {
    position: relative;
}
@media (max-width: 767px) {
    .prizes-item__box {
        width: 300px;
        margin: 0 auto;
        margin-bottom: -40px;
    }
    .prizes-item__box:first-child {
        margin-top: -40px;
    }
}
.prizes-item__box img {
    position: relative;
    top: 20px;
}
@media (max-width: 991px) {
    .prizes-item__box img {
        position: static;
        top: 0;
        width: 230px;
    }
}
@media (max-width: 767px) {
    .prizes-item__box img {
        width: 300px;
    }
}
.prizes-item__block {
    position: relative; 
    display: flex;
    flex-direction: column;
    height: 363px;

    justify-content: space-between;
}
@media (max-width: 991px) {
    .prizes-item__block {
        flex-direction: row; 
        height: auto;
    }
}
.prizes-item__block img {
    position: absolute;
    right: -140px; 
    bottom: 0;
}
@media (max-width: 991px) {
    .prizes-item__block img {
        position: static;
        display: none;
    }
}
.prizes-item__block span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #976cf7;
}
@media (max-width: 1199px) {
    .prizes-item__block span {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 575px) {
    .prizes-item__block span {
        flex: 0 0 120px;
        font-size: 18px;
        line-height: 18px;
    }
}
.prizes-item__block span.red {
    color: #e51c27;
}
.prizes-item__mobile {
    display: none;
}
@media (max-width: 991px) {
    .prizes-item__mobile {
        display: block;
        width: 100%;
        margin: 30px auto 0;
    }
}
@media (max-width: 575px) {
    .prizes-item__mobile {
        margin: 0;
    }
}

.project-item {
    position: relative;
    padding: 55px 0 210px 0;
}
@media (max-width: 991px) {
    .project-item {
        padding: 50px 0;
    }
}
@media (max-width: 575px) {
    .project-item {
        margin-bottom: -30px;
    }
}
.project-item__arrows {
    position: absolute;
    z-index: 100;
    right: 350px;
    bottom: -260px;
}
@media (max-width: 991px) {
    .project-item__arrows {
        right: 150px; 
        bottom: -120px;
    }
}
@media (max-width: 767px) {
    .project-item__arrows {
        display: none;
    }
}
.project-item__title {
    padding-bottom: 32px; 
    font-size: 120px;
    font-weight: 900;
    line-height: 120px;
    color: #976cf7;
}
@media (max-width: 575px) {
    .project-item__title {
        font-size: 56px;
        line-height: 56px;
    }
}
.project-item__content {
    padding-left: 350px;
}
@media (max-width: 991px) {
    .project-item__content {
        padding-top: 100px; 
        padding-left: 20px;
    }
}
@media (max-width: 575px) {
    .project-item__content {
        padding-top: 40px;
        padding-left: 40px;
    }
}
.project-item__block {
    position: relative;
    left: -70px;
    display: grid;

    grid: auto / 120px 1fr;
    grid-gap: 50px;
    align-items: center;
}
@media (max-width: 575px) {
    .project-item__block {
        left: -100px;
        width: calc(100% + 100px); 

        grid-gap: 0;
    }
}
.project-item__block img {
    width: calc(100% + 80px);
}
@media (max-width: 575px) {
    .project-item__block img {
        width: 100%;
    }
}
.project-item__text {
    max-width: 90%; 
    font-size: 18px;
    line-height: 23px;
    color: #052f6c;
}
@media (max-width: 575px) {
    .project-item__text {
        position: relative;
        left: -20px;
        width: calc(100% + 120px); 
        font-size: 16px;
        line-height: 21px;
    }
}
.project-item__eco {
    position: absolute;
    top: 100px;
    right: 0;
    width: 250px;
}
@media (max-width: 991px) {
    .project-item__eco {
        width: 200px;
    }
}
@media (max-width: 575px) {
    .project-item__eco {
        top: 50px;
        width: 100px;
    }
}
.project-item__shar {
    position: absolute;
    z-index: -1;
    top: -40px;
    left: 0;
    display: block;
    width: 500px;

    object-fit: contain;
}
@media (max-width: 1199px) {
    .project-item__shar {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .project-item__shar {
        width: 200px;
    }
}
@media (max-width: 575px) {
    .project-item__shar {
        top: -120px; 
        width: 200px;
    }
}
.project-item__subhead {
    font-size: 32px;
    line-height: 42px;
    color: #052f6c;
}
@media (max-width: 575px) {
    .project-item__subhead {
        font-size: 18px;
        line-height: 23px;
    }
}
.project-item__subhead span {
    font-size: bold; 
    color: #976cf7;
}

.question-item {
    position: relative; 
    width: 100%;
    padding: 189px 0 225px 0;
}
@media (max-width: 767px) {
    .question-item {
        padding: 130px 0 140px 0;
    }
}
@media (max-width: 575px) {
    .question-item {
        padding: 120px 0 120px 0;
    }
}
.question-item:after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg-3.svg') center no-repeat;
    background-size: cover; 
    content: '';
}
.question-item__box {
    padding: 25px;
    border-radius: 6px; 
    background: #fff;
}
@media (max-width: 575px) {
    .question-item__box {
        padding: 16px;
    }
}
.question-item__box .plus {
    display: block;
    animation: fade-item .4s ease;
}
@media (max-width: 575px) {
    .question-item__box .plus {
        width: 26px;
        height: 26px;
    }
}
.question-item__box .minus {
    display: none;
}
@media (max-width: 575px) {
    .question-item__box .minus {
        width: 26px;
        xheight: 26px;
    }
}
.question-item__box.active .plus {
    display: none;
}
.question-item__box.active .minus {
    display: block;
    animation: fade-item .4s ease;
}
.question-item__box.active .question-item__text {
    display: block; 
    animation: fade-item .4s ease;
}
.question-item__block {
    display: flex;
    cursor: pointer;
    transition: .4s ease;

    align-items: center;
    justify-content: space-between;
}
.question-item__block:hover {
    opacity: .9;
}
.question-item__head {
    display: block;
    width: calc(100% - 50px);
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    color: #0d4494; 
    text-align: left;
}
@media (max-width: 575px) {
    .question-item__head {
        font-size: 18px;
        line-height: 22px;
    }
}
.question-item__text {
    display: block;
    display: none; 
    padding-top: 17px;
    font-size: 18px;
    line-height: 23px;
    color: #052f6c;
    text-align: left;
}
@media (max-width: 575px) {
    .question-item__text {
        font-size: 16px;
        line-height: 19px;
    }
}
.question-item__row {
    display: grid;
    margin-top: 35px; 

    grid: auto / 1fr;
    grid-gap: 16px;
}
.question-item__content {
    position: relative;
    z-index: 1;
    text-align: center;
}
.question-item__title {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}
@media (max-width: 575px) {
    .question-item__title {
        font-size: 24px;
        line-height: 24px;
    }
}

@keyframes fade-item {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.footer-item {
    padding: 160px 0 37px 0; 
    background: #0d295c;
}
@media (max-width: 767px) {
    .footer-item {
        padding: 140px 0 50px 0;
    }
}
@media (max-width: 575px) {
    .footer-item {
        padding: 120px 0 50px 0;
    }
}
.footer-item__link {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    transition: .4s ease; 

    text-decoration-line: underline;
}
@media (max-width: 767px) {
    .footer-item__link {
        font-size: 15px;
        line-height: 15px;
    }
}
@media (max-width: 575px) {
    .footer-item__link {
        margin-bottom: 48px;
    }
    .footer-item__link:last-child {
        margin: 0;
    }
}
.footer-item__link:hover {
    opacity: .8;
}
.footer-item__block {
    display: flex;

    align-items: center;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .footer-item__block {
        flex-direction: column;
    }
}
.footer-item__text {
    display: block;
    padding-top: 39px;
    font-size: 12px;
    line-height: 12px;
    color: #fff; 
    text-align: center;
}
@media (max-width: 575px) {
    .footer-item__text {
        padding-top: 66px;
    }
}

.do-item {
    position: relative;
    margin-bottom: -120px; 
    padding: 159px 0 0 0;
    background: #eef3f6;
}
@media (max-width: 991px) {
    .do-item {
        margin: 0;
    }
}
@media (max-width: 575px) {
    .do-item {
        padding: 90px 0 0 0;
    }
}
.do-item__img {
    position: relative; 
    z-index: 20;
    width: 500px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
@media (max-width: 991px) {
    .do-item__img {
        display: none;
    }
}
.do-item__text {
    display: block;
    padding-top: 63px;
    padding-left: 80px;
    font-size: 18px;
    line-height: 23px;
    color: #0d4494;
}
@media (max-width: 991px) {
    .do-item__text {
        padding-top: 52px;
    }
}
@media (max-width: 575px) {
    .do-item__text {
        padding: 40px 0 0  0;
    }
}
.do-item__row {
    position: relative;
    top: -40px;
    display: grid;

    grid: auto / 420px 1fr;
    grid-gap: 40px;
}
@media (max-width: 991px) {
    .do-item__row {
        display: block;

        grid-gap: 0;
    }
}
.do-item__block {
    position: relative;
    z-index: 10;
}
.do-item__nav {
    margin-top: 80px;
}
@media (max-width: 991px) {
    .do-item__nav {
        margin-top: 97px; 
        padding-left: 40px;
    }
}
@media (max-width: 575px) {
    .do-item__nav {
        padding: 0;
    }
}
.do-item__nav ul {
    display: grid;

    grid: auto / 1fr 1fr;
    grid-gap: 16px;
}
@media (max-width: 991px) {
    .do-item__nav ul {
        margin: 0; 
        padding: 0;
    }
}
@media (max-width: 575px) {
    .do-item__nav ul {
        grid: auto / 1fr;
    }
}
.do-item__nav ul li {
    display: flex;
    font-size: 24px;
    line-height: 31px;
    color: #052f6c;

    align-items: center;
}
.do-item__nav ul li img {
    display: block; 
    width: 18px;
    margin-right: 18px;
}
.do-item__title {
    position: relative;
    z-index: 30;
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #0d4494; 
    text-align: center;
}
@media (max-width: 575px) {
    .do-item__title {
        font-size: 24px;
        line-height: 24px;
    }
}

.get-item {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 161px 0 26px 0;
    background: #0d295c;
}
@media (max-width: 575px) {
    .get-item {
        padding: 100px 0 25px 0;
    }
}
.get-item:before {
    position: absolute;
    z-index: 20;
    top: -5px;
    left: -50px;
    display: block;
    width: 115%;
    height: 150px;
    background: url('../img/after-line-8.svg') center no-repeat;
    background-size: cover; 
    content: '';
}
@media (max-width: 991px) {
    .get-item:before {
        top: -30px;
    }
}
@media (max-width: 575px) {
    .get-item:before {
        top: -30px;
    }
}
.get-item:after {
    position: absolute;
    z-index: 10;
    bottom: -140px;
    left: -50px;
    display: block;
    width: 110%;
    height: 150px;
    background: url(../img/bg-5.svg) center no-repeat;
    background-size: cover;
    content: '';
}
@media (max-width: 575px) {
    .get-item:after {
        bottom: -50px;
        width: 115%; 
        height: 60px;
    }
}
.get-item__content {
    position: relative;
    z-index: 1;
    text-align: center;
}
.get-item__row {
    display: grid;
    margin-top: 69px; 

    grid: auto / 1fr 1fr;
    grid-gap: 80px;
}
@media (max-width: 991px) {
    .get-item__row {
        margin-top: 42px; 

        grid: auto / 1fr;
        grid-gap: 50px;
    }
}
@media (max-width: 575px) {
    .get-item__row {
        grid-gap: 70px;
    }
}
.get-item__text {
    font-size: 18px;
    line-height: 23px;
    color: #fff; 
    text-align: left;
}
@media (max-width: 575px) {
    .get-item__text {
        font-size: 16px;
        line-height: 21px;
    }
}
.get-item__text a {
    color: #fff; 
    transition: .4s ease;
    text-decoration: underline;
}
.get-item__text a:hover {
    opacity: .9;
}
.get-item__title {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}
@media (max-width: 575px) {
    .get-item__title {
        font-size: 24px;
        line-height: 24px;
    }
}

.form-item {
    position: relative;
    padding-top: 20px;
    background: #fff;
}
@media (max-width: 767px) {
    .form-item {
        padding: 0;
    }
}
.form-item:after {
    position: absolute;
    z-index: 10;
    bottom: -125px;
    left: -10px;
    display: block;
    width: 115%;
    height: 150px;
    background: url('../img/after-line-3.svg') center no-repeat;
    background-size: cover; 
    content: '';
}
@media (max-width: 575px) {
    .form-item:after {
        bottom: -110px; 
        height: 130px;
    }
}
.form-item__inner {
    position: relative;
    z-index: 100; 
    top: 70px;
}
@media (max-width: 767px) {
    .form-item__inner {
        top: 40px;
    }
}
.form-item__inner span {
    display: block;
    padding-bottom: 27px;
    font-size: 22px;
    line-height: 22px;
    color: #0d4494;
}
@media (max-width: 575px) {
    .form-item__inner span {
        font-size: 16px;
        line-height: 16px;
    }
}
.form-item__social ul {
    margin: 9px; 
    padding: 0;
    list-style-type: none;
}
@media (max-width: 575px) {
    .form-item__social ul {
        display: flex;

        align-items: center;
        justify-content: space-between;
    }
}
.form-item__social ul li {
    display: inline-block;
    margin-right: 64px;
}
@media (max-width: 767px) {
    .form-item__social ul li {
        margin-right: 55px;
    }
}
@media (max-width: 575px) {
    .form-item__social ul li {
        margin-right: 0;
    }
}
.form-item__social ul li:last-child {
    margin-right: 0;
}
.form-item__social ul li a img {
    width: 48px;
    height: 48px;
    transition: .4s ease;
}
@media (max-width: 575px) {
    .form-item__social ul li a img {
        width: 32px;
        height: 32px;
    }
}
.form-item__social ul li a img:hover {
    transform: scale(1.1);
}
.form-item__title {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #0d4494; 
    text-align: center;
}
@media (max-width: 575px) {
    .form-item__title {
        font-size: 24px;
        line-height: 24px;
    }
}
.form-item__main {
    margin-top: 63px;
}
@media (max-width: 767px) {
    .form-item__main {
        max-width: 356px;
        margin: 43px auto 0;
    }
}
@media (max-width: 575px) {
    .form-item__main {
        max-width: 100%; 
        margin: 24px auto 0;
    }
}
.form-item__group {
    display: grid;

    grid: auto/repeat(3, 1fr);
    grid-gap: 26px;
}
@media (max-width: 767px) {
    .form-item__group {
        grid-gap: 16px;
        grid: auto/repeat(1, 1fr);
    }
}
.form-item__input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border: 1px solid #1a1c34;
    border-radius: 2px;
    transition: .4s ease;
}
.form-item__input:focus {
    border-color: #0d4494;
}
.form-item__input::placeholder {
    color: #9c9c9c;
}
.form-item__block {
    display: flex;
    margin-top: 22px; 

    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .form-item__block {
        flex-direction: column;
        margin-top: 18px;
    }
}
.form-item__text {
    font-size: 12px;
    line-height: 16px;
    color: #052f6c; 
    text-align: right;
}
@media (max-width: 767px) {
    .form-item__text {
        position: relative;
        width: calc(100% + 60px);
        padding-top: 20px; 
        text-align: center;

        order: 2;
    }
}
@media (max-width: 575px) {
    .form-item__text {
        width: 100%;
    }
}
.form-item__text a {
    color: #052f6c;
    transition: .4s ease; 
    text-decoration: underline;
}
.form-item__text a:hover {
    opacity: .8;
}
.form-item__textarea {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    padding: 11px 15px;
    font-size: 16px;
    color: #000;
    border: 1px solid #1a1c34;
    border-radius: 2px;
    transition: .4s ease;
}
.form-item__textarea:focus {
    border-color: #0d4494;
}
.form-item__textarea::placeholder {
    color: #9c9c9c;
}
.form-item__button {
    display: flex;
    width: 100%;
    max-width: fit-content;
    max-width: 254px;
    margin-left: 26px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    border: none;
    border-radius: 28px;
    background: #1b4e9b;
    cursor: pointer;
    transition: all .3s; 

    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .form-item__button {
        order: 1;
    }
}
.form-item__button:hover {
    background: #2660b8;
    box-shadow: 0 2px 6px #11418a52;
}

.partner-item {
    position: relative;
    z-index: 10;
    padding: 145px 0 50px 0;
    background: #fff;
}
@media (max-width: 991px) {
    .partner-item {
        padding: 70px 0 0 0;
    }
}
.partner-item:before {
    position: absolute;
    z-index: 10;
    top: -40px;
    left: -50px;
    display: block;
    width: 110%;
    height: 150px;
    background: url('../img/after-line-6.svg') center no-repeat;
    background-size: cover; 
    content: '';
}
@media (max-width: 575px) {
    .partner-item:before {
        top: -20px; 
        height: 80px;
    }
}
.partner-item:after {
    position: absolute;
    z-index: 10;
    bottom: -110px;
    left: 0;
    display: block;
    width: 100%;
    height: 116px;
    background: url('../img/after-line.svg') center no-repeat;
    background-size: cover; 
    content: '';
}
@media (max-width: 575px) {
    .partner-item:after {
        bottom: -75px; 
        height: 80px;
    }
}
.partner-item__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #0d4494; 
    text-align: center;
}
@media (max-width: 575px) {
    .partner-item__title {
        font-size: 24px;
        line-height: 24px;
    }
}
.partner-item__row {
    display: flex;
    margin-top: 64px;

    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .partner-item__row {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.partner-item__row span {
    display: block;
    max-width: 305px;
    font-size: 18px;
    line-height: 23px;
    color: #052f6c; 
    text-align: center;
}
@media (max-width: 991px) {
    .partner-item__row span {
        max-width: 90%;
    }
}
@media (max-width: 575px) {
    .partner-item__row span {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .partner-item__box {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 52px;
    }
    .partner-item__box:last-child {
        margin: 0;
    }
}
@media (max-width: 575px) {
    .partner-item__box {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 45px;
    }
}
.partner-item__box:last-child .partner-item__overlay {
    height: 103px;
}
.partner-item__box:last-child .partner-item__overlay img {
    top: 50%;
    height: 55px;
    transform: translate(0, -50%);
}
.partner-item__box:last-child .partner-item__overlay::before {
    padding-bottom: 55px;
}
.partner-item__overlay {
    position: relative;
    margin-bottom: 14px;
}
.partner-item__overlay::before {
    display: block;
    padding-bottom: 103px; 
    content: '';
}
.partner-item__overlay img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.promo-item {
    position: relative;
    z-index: 10;
    padding: 100px 0 50px 0;
    background: linear-gradient(0deg, #f7faff, #f7faff), #fff;
}
@media (max-width: 575px) {
    .promo-item {
        padding: 50px 0;
    }
}
.promo-item:after {
    position: absolute;
    z-index: 10;
    bottom: -220px;
    left: -50px;
    display: block;
    width: 110%;
    height: 262px;
    background: url('../img/bg-2.svg') center no-repeat;
    background-size: cover; 
    content: '';
}
@media (max-width: 575px) {
    .promo-item:after {
        bottom: -100px; 
        width: 115%;
        height: 120px;
    }
}
.promo-item__row {
    position: relative;
    z-index: 20; 
    display: grid;

    grid: auto / 1fr 50px 480px;
    grid-gap: 40px;
}
@media (max-width: 991px) {
    .promo-item__row {
        grid: auto / 1fr;
        grid-gap: 50px;
    }
}
@media (max-width: 575px) {
    .promo-item__row {
        overflow: hidden;
    }
}
.promo-item__arrows {
    position: absolute;
    z-index: 100;
    right: 350px;
    bottom: -200px;
}
@media (max-width: 767px) {
    .promo-item__arrows {
        display: none;
    }
}
.promo-item__nav {
    position: relative;
    z-index: 10;
}
.promo-item__nav ul {
    margin: 0; 
    padding: 0;
    list-style-type: none;
}
.promo-item__nav ul li {
    display: block;
    margin-bottom: 16px; 
    font-size: 18px;
    line-height: 23px;
    color: #052f6c;
}
.promo-item__nav ul li a {
    color: #28009f;
    transition: .4s ease; 

    text-decoration-line: underline;
}
.promo-item__nav ul li a:hover {
    opacity: .9;
}
.promo-item__nav ul li:last-child {
    margin: 0;
}
.promo-item__circle.first {
    position: absolute;
    z-index: 0;
    top: -100px;
    left: -60px;
    width: 100%;
}
@media (max-width: 767px) {
    .promo-item__circle.first {
        display: block; 
        width: 80%;
    }
}
@media (max-width: 575px) {
    .promo-item__circle.first {
        top: -60px;
        left: -10px; 
        width: 100%;
    }
}
.promo-item__circle.second {
    position: absolute;
    z-index: 0;
    top: -100px;
    left: -45px;
    width: 110%;
}
@media (max-width: 991px) {
    .promo-item__circle.second {
        z-index: -10;
        display: none;
    }
}
@media (max-width: 767px) {
    .promo-item__circle.second {
        left: 200px;
        display: block; 
        width: 80%;
    }
}
@media (max-width: 575px) {
    .promo-item__circle.second {
        top: -90px;
        left: -20px; 
        display: block;
        width: 120%;
    }
}
.promo-item__box {
    position: relative;
    z-index: 10;
}
@media (max-width: 991px) {
    .promo-item__box.indent {
        padding-left: 250px;
    }
}
@media (max-width: 767px) {
    .promo-item__box.indent {
        padding-left: 150px;
    }
}
@media (max-width: 575px) {
    .promo-item__box.indent {
        padding: 0;
    }
}
.promo-item__span {
    position: relative;
    z-index: 10;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #0d4494; 

    align-items: center;
}
@media (max-width: 991px) {
    .promo-item__span {
        padding: 30px 0; 

        justify-content: center;
    }
}
@media (max-width: 575px) {
    .promo-item__span {
        padding: 20px 0 0 0;
    }
}
.promo-item__title {
    position: relative;
    z-index: 10;
    display: block;
    min-height: 48px;
    padding-bottom: 34px; 
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
@media (max-width: 575px) {
    .promo-item__title {
        min-height: inherit; 
        padding-bottom: 19px;
        font-size: 18px;
        line-height: 18px;
    }
}
.promo-item__title.red {
    padding-bottom: 58px; 
    color: #e51c27;
}
@media (max-width: 575px) {
    .promo-item__title.red {
        padding-bottom: 19px;
    }
}
.promo-item__title.violet {
    color: #976cf7;
}

.offer-item {
    position: relative; 
    width: 100%;
    padding-top: 224px;
    padding-bottom: 243px;
}
@media (max-width: 991px) {
    .offer-item {
        padding-bottom: 300px;
    }
}
@media (max-width: 575px) {
    .offer-item {
        padding: 110px 0 60px 0;
    }
}
.offer-item:after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg-1.svg') center no-repeat;
    background-size: cover; 
    content: '';
}
.offer-item__arrows {
    position: absolute;
    z-index: 100;
    bottom: -280px; 
    left: -60px;
}
@media (max-width: 991px) {
    .offer-item__arrows {
        bottom: -350px;
    }
}
@media (max-width: 767px) {
    .offer-item__arrows {
        display: none;
    }
}
.offer-item__eco {
    position: absolute;
    z-index: 100000; 
    top: 0;
    right: 0;
}
@media (max-width: 575px) {
    .offer-item__eco {
        width: 98px;
    }
}
.offer-item__image {
    position: absolute;
    z-index: 100; 
    right: 70px;
    bottom: 90px;
    width: 596px;
}
@media (max-width: 991px) {
    .offer-item__image {
        right: 0;
        bottom: 10px; 
        width: 500px;
    }
}
@media (max-width: 575px) {
    .offer-item__image {
        position: relative; 
        z-index: 10;
        top: 0;
        left: 0;
        display: block;
        display: none;
        width: 100%;
    }
}
.offer-item__mobile {
    display: none;
}
@media (max-width: 575px) {
    .offer-item__mobile {
        position: relative;
        z-index: 10; 
        display: block;
        width: 100%;
    }
}
.offer-item__block {
    position: relative;
    left: -30px;
    display: grid;
    margin-top: 15px;

    grid: auto / 120px 1fr;
    grid-gap: 30px;
    align-items: center;
}
@media (max-width: 575px) {
    .offer-item__block {
        left: -80px;

        grid-gap: 0;
    }
}
.offer-item__block img {
    width: calc(100% + 80px);
}
@media (max-width: 575px) {
    .offer-item__block img {
        width: 100%;
    }
}
.offer-item__text {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
}
@media (max-width: 575px) {
    .offer-item__text {
        position: relative;
        left: -20px;
        width: calc(100% + 120px); 
        font-size: 16px;
        line-height: 21px;
    }
}
.offer-item__subtitle {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
}
@media (max-width: 575px) {
    .offer-item__subtitle {
        font-size: 24px;
        line-height: 24px;
    }
}
.offer-item__content {
    position: relative;
    z-index: 10;
    max-width: 644px;
}
.offer-item__title {
    padding: 22px 0 10px 0;
    font-size: 120px;
    font-weight: 900;
    line-height: 120px;
    color: #ff7a00;
}
@media (max-width: 575px) {
    .offer-item__title {
        padding: 8px 0; 
        font-size: 56px;
        line-height: 56px;
    }
}
.offer-item__subhead {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}
@media (max-width: 575px) {
    .offer-item__subhead {
        font-size: 18px;
        line-height: 23px;
    }
}
.offer-item__subhead span {
    font-size: bold; 
    color: #ff7a00;
}
