@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

:root {
    --height: 54px;
    --input-font-size: 18px
}

@media (max-width: 780px) {
    :root {
        --height: 50px;
        --input-font-size: 16px
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    width: 100%;
    height: 100%;
    font-size: 14px
}

body, html {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.banner, footer, header, main {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 100px;
    background: #f5f6f8;
    padding-bottom: 40px
}

.content {
    max-width: 724px
}

.container, .content {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.container {
    max-width: 1170px
}

.header {
    position: relative;
    height: 42px;
    -webkit-box-shadow: 0 5px 6px #e9eaec;
    box-shadow: 0 5px 6px #e9eaec
}

.header .content {
    height: 100%
}

.header .content, .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    gap: 8px;
    text-decoration: none
}

.header__logo span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .15em;
    color: #000
}

.header__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-top: 36px
}

.top {
    margin-bottom: 40px
}

.top__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top__content, .top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

h1.h1 {
    font-weight: 300;
    font-size: 37.4639px;
    line-height: 42px;
    color: #000;
    margin: 0
}

.title__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #000
}

.title__desc a {
    text-decoration: none;
    color: #158e60
}

.form {
    width: 100%;
    min-height: 300px;
    background: #fff;
    -webkit-box-shadow: 0 5px 6px #e9eaec;
    box-shadow: 0 5px 6px #e9eaec;
    border-radius: 20px;
    padding: 40px
}

.form .form__title {
    font-weight: 600;
    font-size: 23.7351px;
    line-height: 22px;
    color: #000008;
    margin-bottom: 11px
}

.form .form__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px
}

.form .form__desc a, .form .form__desc span {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4b3c87
}

.form__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px
}

.form__input {
    width: 100%;
    max-width: 692px
}

.form__btn {
    width: 100%;
    max-width: 188px
}

.form__text {
    margin-top: 24px
}

.form__label, .form__text {
    padding-left: 15px;
    border-left: 5px solid #fdaa2d;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3b3f42
}

.form__label {
    margin-bottom: 25px
}

input, textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    outline: none;
    color: #212121;
    padding: 10px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-weight: 400;
    font-size: 15.3px;
    line-height: 20px;
    background: #f5f6f7;
    border-radius: 8px
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8c8484
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8c8484
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8c8484
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #8c8484
}

input::placeholder, textarea::placeholder {
    color: #8c8484
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

input:focus::placeholder, textarea:focus::placeholder {
    color: rgba(0, 0, 0, 0)
}

input.input__error, textarea.input__error {
    border: 1px solid #dd1818;
    color: #dd1818
}

input.input__error::-webkit-input-placeholder, textarea.input__error::-webkit-input-placeholder {
    color: #dd1818
}

input.input__error::-moz-placeholder, textarea.input__error::-moz-placeholder {
    color: #dd1818
}

input.input__error:-ms-input-placeholder, textarea.input__error:-ms-input-placeholder {
    color: #dd1818
}

input.input__error::-ms-input-placeholder, textarea.input__error::-ms-input-placeholder {
    color: #dd1818
}

input.input__error::placeholder, textarea.input__error::placeholder {
    color: #dd1818
}

textarea {
    height: 122px
}

.input__error ~ .error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input__error ~ .exumple {
    display: none
}

.error {
    line-height: 19px;
    color: #dd1818;
    display: none
}

.error, .exumple {
    margin-top: 15px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exumple {
    line-height: 14px;
    color: #4d1b3c
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    outline: none;
    border: none;
    text-align: center;
    height: 56px;
    background: #1ab248;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    gap: 10px
}

.btn:hover {
    border: 2px solid #0165b1;
    background: #004c85
}

.btn__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #7cc3f5;
    border-radius: 20px;
    height: 40px;
    min-width: 216px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-decoration: none
}

.btn__info img {
    margin-right: 7px
}

.checkbox {
    margin-top: 30px;
    margin-bottom: 30px
}

.checkbox input.checkbox-input {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.checkbox input.checkbox-input + label.checkbox-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.checkbox input.checkbox-input + label.checkbox-label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin-right: 8px;
    background: #fff;
    border: 1.5px solid #e6eaf5;
    border-radius: 4px
}

.checkbox input.checkbox-input + label.checkbox-label span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #3b3b33
}

.checkbox input.checkbox-input + label.checkbox-label span a {
    color: #1ab248
}

.checkbox input.checkbox-input:checked + label.checkbox-label {
    color: #2a8adb
}

.checkbox input.checkbox-input:checked + label.checkbox-label:before {
    background-color: #fff;
    background-image: url(../images/check.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.bottom {
    margin-top: 80px
}

.bottom p, .bottom ul {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000
}

.bottom ul {
    padding-left: 20px
}

.post {
    margin-top: 32px
}

.post__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 46px;
    color: #212121;
    margin-bottom: 20px;
    text-transform: uppercase
}

.post__content {
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post__content, .post__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.post__item {
    width: 100%;
    max-width: 260px;
    gap: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #4d4d54
}

.post__a {
    width: 70px;
    height: 70px;
    background: #f2c524;
    border-radius: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-logo__content, .post__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.post-logo__content {
    row-gap: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-logo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.title {
    font-size: 40px;
    line-height: 46px
}

.desck, .title {
    font-weight: 700;
    color: #4c4c5d
}

.desck {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.03em;
    margin-top: 9px
}

.done {
    margin-top: 87px;
    margin-bottom: 53px
}

.done__content {
    background: #fff;
    -webkit-box-shadow: 0 5px 6px #e9eaec;
    box-shadow: 0 5px 6px #e9eaec;
    border-radius: 20px;
    padding: 40px 77px
}

.done__content, .done__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.done__left {
    width: 100%;
    gap: 23px
}

.done__left .btn {
    margin: 20px 0
}

.done__title {
    font-weight: 600;
    font-size: 23.7351px;
    line-height: 22px;
    color: #000008
}

.done__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #403e47
}

.done ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 23px
}

.done ul, .done ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.done ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #000
}

.done .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.done__right {
    width: 100%;
    max-width: 320px
}

.logo {
    margin-right: 55px
}

._hide-desc {
    display: none
}

.footer {
    padding: 20px 0
}

.footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

.footer .logo__img img {
    width: 28px;
    height: 28px
}

.footer .logo__text {
    color: #353432;
    font-size: 12px;
    font-weight: 800;
    line-height: 116.667%
}

.footer__top {
    padding: 35px 0
}

.footer__top .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__left {
    gap: 13px
}

.footer__left, .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 43px
}

.footer__nav a {
    text-decoration: none;
    color: #4b4646;
    text-align: center;
    font-weight: 700
}

.footer__copy, .footer__nav a {
    font-size: 14px;
    line-height: normal
}

.footer__copy {
    color: #8b8b8b;
    font-weight: 400
}

.footer__phone {
    font-size: 24px
}

.footer__mail, .footer__phone {
    color: #4b4646;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    text-decoration: none
}

.footer__mail {
    font-size: 14px
}

.footer__bottom {
    padding: 16px 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #4d4d54
}

.footer__bottom a {
    color: #4d4d54
}

@media (max-width: 815px) {
    .post__content {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width: 780px) {
    .content {
        padding: 0 20px
    }

    .header {
        height: 86px
    }

    .header .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    main {
        padding-top: 33px
    }

    .top {
        margin-bottom: 16px
    }

    .top__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .top__content img {
        width: 70px
    }

    .top__left {
        gap: 32px
    }

    h1.h1 {
        font-size: 22px;
        line-height: 32px
    }

    .title__desc {
        font-size: 14px
    }

    .form {
        padding: 26px
    }

    .form .form__title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .form .form__desc {
        margin-bottom: 20px
    }

    .form .form__desc a, .form .form__desc span {
        font-size: 12px;
        line-height: 20px
    }

    .form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form__btn, .form__input {
        max-width: none
    }

    .form__text {
        margin-top: 16px
    }

    .form__label, .form__text {
        font-size: 11px;
        line-height: 16px;
        border-left: 3px solid #fdaa2d;
        padding-left: 8px
    }

    .form__label {
        margin-bottom: 16px
    }

    input {
        padding: 10px 20px
    }

    .btn, input {
        height: 56px;
        font-size: 14px;
        line-height: 16px
    }

    .bottom {
        margin-top: 60px
    }

    .bottom p, .bottom ul {
        font-size: 14px;
        line-height: 20px
    }

    .post {
        margin-top: 20px
    }

    .post__content {
        row-gap: 8px;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .post__item {
        max-width: 140px;
        gap: 5px
    }

    .post__item img {
        width: 40px;
        height: 40px
    }

    .post__name {
        font-size: 12px;
        line-height: 14px
    }

    .checkbox {
        margin-top: 20px;
        margin-bottom: 0
    }

    .checkbox input.checkbox-input + label.checkbox-label span {
        font-size: 10px;
        line-height: 16px
    }

    .checkbox input.checkbox-input + label.checkbox-label span br {
        display: none
    }

    .checkbox input.checkbox-input + label.checkbox-label:before {
        margin-right: 5px
    }

    .done {
        margin-top: 0
    }

    .done__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 26px
    }

    .done__left {
        max-width: none;
        gap: 6px
    }

    .done__right {
        display: none
    }

    .done__title {
        font-size: 20px;
        line-height: 22px
    }

    .done__desc {
        font-size: 12px;
        line-height: 16px
    }

    .done ul {
        gap: 14px;
        margin-top: 14px
    }

    .done ul li {
        font-size: 14px;
        line-height: 16px
    }

    .done ul li img {
        width: 34px;
        height: 34px
    }

    .done__left .btn {
        margin-top: 33px;
        margin-bottom: 25px
    }

    .footer {
        padding: 0
    }

    .footer__top {
        padding: 14px 0;
        gap: 30px
    }

    .footer__nav, .footer__top .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__nav {
        gap: 12px
    }

    .footer__nav a {
        font-size: 10px
    }

    .footer__right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__phone {
        font-size: 16px
    }

    .footer__copy, .footer__mail {
        font-size: 10px
    }

    .footer__copy {
        color: #4b4646;
        font-weight: 700;
        margin-top: 50px;
        margin-bottom: -50px
    }

    .footer__bottom {
        padding: 18px 0 20px;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px
    }
}

@media (max-width: 430px) {
    .post__content {
        row-gap: 8px;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px
    }
}