.hide-scroll {
    overflow: hidden;
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    position: fixed;
    gap: 28px;
    right: 28px;
    top: 40%;
}

.scroll-indicator a {
    width: 0;
    height: 0;
}

.scroll-indicator svg {
    cursor: pointer;
}

.modal-view {
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.25);
    opacity: 0.8;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.popup-container {
    display: inline-flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 384px;
    margin: -191px 0 0 -191px;
    border-radius: 24px;
    background: #FFF;

    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;

    color: #161925;
    text-align: center;
}

.hide-popup {
    display: none;
}

.popup-icons,
.popup-icons img:first-child {
    width: 88px;
    height: 88px;
}

.popup-icons .close-button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 32px;
    top: 32px;
}

.hover-button {
    display: none;
}

.popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.popup-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
}

.popup-description {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}

.header-container {
    padding-top: 32px;
    display: flex;
    justify-content: center;
    background: #0D5CF0;
    width: 100%;
}

.header {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.first-page,
.second-page,
.header,
.footer-content {
    width: 1296px;
}

.second-page {
    height: 100vh;
}

.first-page,
.third-page {
    height: 90vh;
}

.first-page,
.second-page,
.third-page {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.items-block1,
.items-block2,
.items-block3 {
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
}

.items-block1 {
    gap: 85px;
}

.bonuses {
    position: relative;
}

.line-img {
    position: absolute;
    top: 56px;
    left: 0;

    width: 112px;
    height: 20px;
}

.left-side {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.description-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
}

.button-next {
    background: #FFF;
    padding: 16px 32px;
    gap: 16px;
}

.button-next:hover {
    background: #D6E0EB;
}

.button-next p {
    color: #0D5CF0;
    font-size: 28px;
    line-height: 40px;
}

.button-fill,
.button-send-request {
    display: flex;
    padding: 16px 20px;
}

.button-fill {
    background: #0D5CF0;
    gap: 12px;
}

.button-send-request {
    align-self: stretch;
    gap: 16px;
}

.button-send-request p,
.button-fill p {
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
}

.valid-form-data {
    background: #0D5CF0;
}

.valid-form-data:hover,
.button-fill:hover {
    background: #5187FA;
}

.unvalidated-form-data {
    background: #CEDFFF;
    pointer-events: none;
}

._non-space {
    margin: 0;
}

.title-block {
    position: relative;
}

.people-img,
.people-img img {
    width: 525px;
    flex-shrink: 0;
}

.third-page .people-img,
.third-page .people-img img {
    width: 524px;
    height: 524px;
}

.second-page {
    flex-wrap: wrap;
    padding-top: 100px;
    gap: 80px;
    color: #262626;
}

.items-block2 {
    gap: 24px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.hyphenation {
    display: none;
}

.card-block {
    position: relative;
}

.items-block2 .card-block {
    width: 416px;
}

.content-block {
    border-radius: 24px;
    background: #FFF;
}

.title-content-block {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
}

.items-block2 .progress-block {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;

    position: absolute;
    left: 152px;
    top: -56px;

    box-shadow: 0 6px 12px 0 rgba(0, 19, 187, 0.10);
}

.progress-block img {
    width: 88px;
    height: 88px;
    flex-shrink: 0;
}

.task-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px;
    padding: 76px 20px 20px 20px;
    flex-shrink: 0;

    text-align: center;
    color: #262626;
}

.task-block p:last-child {
    height: 60px;
}

.final-block {
    display: flex;
    padding: 76px 76px 40px 76px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.final-card .card-block {
    width: 588px;
    text-align: center;
}

.final-card .progress-block {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;

    position: absolute;
    left: 238px;
    top: -56px;

    background: #FFF;
    box-shadow: 0 6px 12px 0 rgba(0, 19, 187, 0.10);
}

.get-bonus-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.items-block3 {
    gap: 136px;
}

.form-block form {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 24px;
    background: #FFF;
    width: 636px;

    box-shadow: 0 10px 12px 0 rgba(0, 19, 187, 0.10);

    color: #262626;
}

.input-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.input-block input {
    font-family: 'Stolzl-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.input-block input[type='text'] {
    border: none;
    outline: none;
    width: 100%;
    background: #ECF1F7;
    font-family: 'Stolzl-Regular';

    font-size: 16px;
    line-height: 24px;
}

input[type="checkbox"] {
    opacity: 0;
    position: absolute;

    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    cursor: pointer;
}

input[type="checkbox"]:checked + .main-checkbox {
    width: 20px;
    height: 20px;
}

.send-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.hint {
    color: #EC0035;
    font-size: 14px;
    width: 100%;
    align-content: center;
    justify-content: center;
}

.show-hint {
    display: flex;
}

.hide-hint {
    display: none;
}

.container-checkbox {
    display: flex;
    align-items: flex-start;
    word-wrap: break-word;
    gap: 10px;
    cursor: pointer;

    position: relative;
}

.main-checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #ECF1F7;
}

.checkbox-icon-show {
    display: block;
}

.checkbox-icon-hide {
    display: none;
}

.input-block svg {
    position: absolute;
    top: 0;
    left: 0;
}

.container-checkbox {
    font-size: 16px;
    line-height: 20px;
}

.container-checkbox span {
    color: #81868A;
}

.container-checkbox .path {
    color: #0D5CF0;
}

.main-input {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    align-self: stretch;
    gap: 10px;
    border-radius: 50px;
    background: #ECF1F7;
    border: 1px solid #FFF;
}

.main-input::placeholder {
    color: #81868A;
}

.footer-container {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: #262626;
}

.footer {
    display: flex;
    align-items: flex-end;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-content p,
.footer-content a {
    color: #81868A;
    font-size: 16px;
    line-height: 20px;
}

@media only screen and (max-width: 1439.98px) {
    .first-page,
    .second-page,
    .header,
    .footer-content {
        width: 100%;
    }

    .container {
        padding: 0 72px;
    }

    .footer-container {
        padding: 20px 72px;
    }
}

@media only screen and (max-width: 1390.98px) {

    .second-page {
        height: 100%;
    }

    .items-block2 {
        width: 100%;
        gap: 80px 24px;
        padding-top: 56px;
    }

    .third-page {
        padding: 136px 0 60px 0;
        height: 100%;
    }

    .items-block3 {
        flex-direction: column;
        gap: 60px;
    }
}

@media only screen and (max-width: 1130.98px) {

    .items-block1 {
        gap: 24px;
    }
}

@media only screen and (max-width: 1070.98px) {
    .people-img {
        width: 456px;
    }

    .people-img img {
        width: 456px;
        height: 456px;
    }
}

@media only screen and (max-width: 1023.98px) {

    .container {
        padding: 0 44px;
    }

    .scroll-indicator {
        gap: 28px;
        right: 20px;
    }

    .items-block1 {
        gap: 24px;
    }

    .people-img {
        width: 456px;
    }

    .people-img img {
        width: 456px;
        height: 456px;
    }

    .line-img {
        width: 63px;
        height: 11px;
        top: 36px;
    }

    .third-page .people-img {
        display: flex;
        justify-content: center;
        width: 524px;
    }

    .third-page .people-img img {
        width: 524px;
        height: 524px;
    }

    .footer-container {
        padding: 20px 44px;
    }
}

@media only screen and (max-width: 768.98px) {
    .popup-container {
        padding: 24px;
        width: 296px;
        margin: -148px 0 0 -148px;
    }

    .popup-icons,
    .popup-icons img:first-child {
        width: 64px;
        height: 64px;
    }

    .popup-icons .close-button {
        width: 24px;
        height: 24px;
        right: 24px;
        top: 24px;
    }

    .popup-content {
        gap: 8px;
    }

    .popup-description {
        font-size: 16px;
    }

    .scroll-indicator {
        gap: 28px;
        right: 8px;
    }

    .header-container {
        padding: 20px 0;
    }

    .header svg {
        width: 130px;
        height: 24px;
    }

    .container {
        padding: 0 36px;
    }

    .items-block1 {
        padding-top: 64px;
    }

    .people-img {
        width: 336px;
    }

    .left-side {
        gap: 32px;
    }

    .people-img img,
    .third-page .people-img,
    .third-page .people-img img {
        width: 336px;
        height: 336px;
    }

    .hyphenation {
        display: block;
    }

    .button-next {
        padding: 16px 24px;
    }

    .button-next svg,
    .button-fill svg {
        width: 16px;
        height: 16px;
    }

    .button-next p {
        font-size: 20px;
        line-height: 24px;
    }

    .button-fill,
    .button-send-request {
        padding: 12px 20px;
        gap: 16px;
    }

    .button-send-request {
        position: relative;
    }

    .button-send-request p,
    .button-fill p {
        font-size: 16px;
        line-height: 20px;
    }

    .second-page {
        flex-direction: column;
        padding: 144px 200px 0 200px;
        height: 100%;
    }

    .items-block2 {
        flex-direction: column;
        gap: 80px;
    }

    .items-block2 .card-block {
        display: flex;
        justify-content: center;
        width: 296px;
    }

    .items-block2 .progress-block {
        left: 104px;
        top: -44px;
    }

    .progress-block img {
        width: 64px;
        height: 64px;
    }

    .task-block {
        gap: 8px;
        width: 296px;
        padding: 56px 20px 20px 20px;
    }

    .title-content-block {
        font-size: 24px;
        line-height: 32px;
    }

    .final-block {
        padding: 56px 20px 40px 20px;
    }

    .final-card .card-block {
        width: 296px;
    }

    .get-bonus-block {
        gap: 8px;
    }

    .final-card .progress-block {
        left: 104px;
        top: -44px;
    }

    .final-card .progress-block img {
        width: 64px;
        height: 64px;
    }

    .third-page {
        padding: 0;
        height: 90vh;
    }

    .items-block3 {
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        gap: 24px;
    }

    .form-block form {
        padding: 24px;
        gap: 20px;
        width: 336px;
        flex-wrap: wrap;
        word-break: break-word;
    }

    .input-block {
        gap: 12px;
    }

    .input-block input[type='text'] {
        line-height: 20px;
    }

    .input-block input {
        line-height: 20px;
    }

    .main-input {
        padding: 12px 20px;
        gap: 20px;
    }

    .footer-container {
        padding: 20px 36px;
    }

    .footer-content svg {
        width: 14px;
        height: 12px;
    }

    .footer-content p,
    .footer-content a {
        font-size: 12px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 740.98px) {

    .popup-title {
        line-height: 32px;
    }

    .scroll-indicator {
        display: none;
    }

    .container {
        padding: 0 12px;
    }

    .first-page {
        height: 95vh;
    }

    .items-block1 {
        flex-direction: column-reverse;
        gap: 16px;
        align-items: center;
        padding: 28px 0 23px 0;
    }

    .left-side {
        align-items: center;
    }

    .button-next p {
        font-size: 20px;
        line-height: 24px;
    }

    .button-send-request p,
    .button-fill p {
        font-size: 16px;
        line-height: 20px;
    }

    .left-side {
        gap: 32px;
    }

    .second-page {
        padding: 0;
        height: 100%;
    }

    .items-block2 {
        width: 296px;
    }

    .items-block2 .progress-block {
        left: 104px;
        top: -44px;
    }

    .third-page {
        height: 100%;
        padding-bottom: 32px;
    }

    .items-block3 {
        flex-direction: column;
        padding-top: 100px;
        gap: 20px;
    }

    .footer-container {
        padding: 12px;
    }

    .footer-content {
        gap: 59px;
    }

    .footer-content p {
        flex-wrap: wrap;
        word-break: break-word;
        justify-content: flex-end;
        text-align: end;
    }

    .hint {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575.98px) {

    .first-page {
        height: 100%;
    }

    .popup-container {
        top: 40%;
        left: 50%;
        margin: 0 0 0 -148px;
    }

    .second-page {
        padding: 60px 0 80px 0;
    }

    .third-page .people-img,
    .people-img,
    .third-page .people-img img,
    .people-img img {
        width: 248px;
        height: 248px;
    }

    .description-block {
        gap: 16px;
    }

    .third-page {
        padding: 20px 0 44px 0;
    }

    .form-block form {
        padding: 24px;
        gap: 20px;
        width: 100%;
        flex-wrap: wrap;
        word-break: break-word;
    }

    .footer-container {
        padding: 12px;
    }

    .footer-content p {
        gap: 0;
    }

    .footer-content a {
        margin: 0 8px;
    }

    .footer-content p:first-child {
        white-space: nowrap;
    }
}