/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,500,700&display=swap');
@font-face{font-family:"Fira Sans";font-display:fallback;src:url(../fonts/FiraSans-Light.ttf);font-weight:100}
@font-face{font-family:"HelveticaMedium";font-display:fallback;src:url(../fonts/HelveticaNeueCyr-Medium.ttf);font-style:normal}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    background: #fff;
    font-family: 'Fira Sans', sans-serif;
}
.body__overflow-hidden {
    overflow: hidden;
}
.svg-icon {
    display: none;
}
.hidden {
    display: none;
}
.main {
    width: 760px;
    margin: 65px auto;
    position: relative;
}
.questionnaire {
    background: #fefefe;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(179, 215, 238, .32);
            box-shadow: 0px 0px 29px 0px rgba(179, 215, 238, .32);
    position: relative;
}
.questionnaire__circle-back {
    -webkit-box-shadow: 0px 0px 29px 0px rgba(179, 215, 238, .32);
            box-shadow: 0px 0px 29px 0px rgba(179, 215, 238, .32);
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    top: -33px;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    z-index: -1;
}
.questionnaire__circle-front{
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    top: -33px;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    z-index: 0;
}
.header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.header__logo {
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__logo-link {
    width: 100%;
    font-size: 14px;
    color: #1da1f3;
    font-weight: 500;
    display: inline-block;
    margin-top: 5px;
    text-decoration: none;
}
.header__icon {
    width: 135px;
    height: 120px;
    margin: 0 43px 0 60px;
}
.header__call-back {
    width: 229px;
    text-align: center;
    margin: 0;
}
.header__phone {
    width: 100%;
    font-size: 29px;
    color: #1da1f3;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.header__information {
    font-size: 14px;
    font-weight: 300;
}
.subtitle {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 35px 0 0;
    position: relative;
}
.title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 55px;
    position: relative;
}
.title:after {
    content: '';
    width: 107px;
    height: 2px;
    background: #1da1f3;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.form {
    padding: 0 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding-bottom: 50px;
}
.form__line {
    width: 2px;
    height: 100%;
    background: #eef2f9;
    position: absolute;
    top: 0;
    left: 17px;
}
.form__row:last-child .form__line {
    display:none;
}
.form__number {
    font-size: 25px;
    font-weight: 500;
    color: #1da1f3;
    border: 2px solid #1da1f3;
    border-radius: 100%;
    padding: 2px 10px 0px 10px;
    margin-right: 45px;
    position: relative;
    background: #fff;
}
.form__title {
    margin: 5px 0 25px;
    font-size: 25px;
    font-weight: 500;
}
.form__description {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 25px;
}
.form__description_strong {
    font-weight: 500;
}
.form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 25px;
}
.label__circle {
    width: 15px;
    height: 15px;
    background: #dee7f5;
    border-radius: 100%;
    margin-right: 25px;
}
.label__text {
    font-size: 18px;
    font-weight: 500;
    color: #abb9cd;
}
.label__text:hover {
    color: #000;
    cursor: pointer;
}
.form__label_active .label__circle {
    background: #1da1f3;
}
.form__label_active .label__text {
    color: #000;
}
.callback {
    padding: 50px 45px 0;
}
.callback__title {
    color: #1da1f3;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
}
.callback__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 37px;
}
.callback__input_text {
    border: none;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    outline: none;
    padding-bottom: 13px;
    border-bottom: 1px solid #c9d5e9;
}
.callback__input_text::-webkit-input-placeholder {
    color: #000;
    font-size: 15px;
}
.callback__input_text::-moz-placeholder {
    color: #000;
    font-size: 15px;
}
.callback__input_text:-ms-input-placeholder {
    color: #000;
    font-size: 15px;
}
.callback__input_text::-ms-input-placeholder {
    color: #000;
    font-size: 15px;
}
.callback__input_text::placeholder {
    color: #000;
    font-size: 15px;
}
.callback__name {
    width: 400px;
}
.callback__phone {
    width: 220px;
}
.callback__input_submit {
    font-size: 15px;
    color: #fff;
    background: #1da1f3;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 32px;
    outline: none;
    border: 2px solid #1da1f3;
    border-radius: 5px;
}
.callback__input_submit:hover {
    color: #000;
    background: #fff;
    cursor: pointer;
}
.callback__check {
    width: 24px;
    height: 24px;
    background: #eef3fa;
    border-radius: 100%;
    position: relative;
}
.callback__check-icon {
    fill: #1da1f3;
    height: 26px;
    width: 23px;
    position: absolute;
    top: -8px;
    left: 6px;
    opacity: 0;
}
.callback-consent:checked ~ .callback__check .callback__check-icon {
    opacity: 1;
}
.callback__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.callback__text {
    margin: 0 0 0 18px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    padding-top: 5px;
    line-height: 23px;
}
.callback__text:hover {
    cursor: pointer;
}
.callback__link {
    color: #000;
    text-decoration: underline;
}
.callback__text_required {
    color: red;
}
.callback__text_required .callback__link {
    color: red;
}
.background-dark {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
}
.background-dark__container {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.modal {
    display: none;
    position: relative;
    z-index: 110;
    padding: 50px 60px;
    background: #fff;
    width: 500px;
    height: auto;
}
.modal-success-toggle {
    display: none;
}
.modal-agreement-toggle,
.modal-data-toggle {
    display: none;
    width: 800px;
    background: #fefefe;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(179, 215, 238, .32);
    box-shadow: 0px 0px 29px 0px rgba(179, 215, 238, .32);
    overflow-y: auto;
    max-height: 100%;
}
.modal-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
}
.modal__text {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 20px;
    margin-bottom: 10px;
}
.modal__list {
    padding-left: 30px;
    margin-bottom: 15px;
}
.modal__item {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 20px;
}
.modal__close, .modal__close-button {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}
.modal__close:hover, .modal__close-button:hover {
    cursor: pointer;
}
.modal__close:before, .modal__close:after, .modal__close-button:before, .modal__close-button:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.modal__close:before, .modal__close-button:before{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.modal__close:after, .modal__close-button:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.modal__title {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
}
.modal__description {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 32px;
    margin-bottom: 30px;
}
.modal__button {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #1da1f3;
    border: 2px solid #1da1f3;
    border-radius: 5px;
    padding: 10px 25px;
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.modal__button:hover {
    cursor: pointer;
    background: #fff;
    color: #1da1f3;
}
.footer {
    padding: 55px 100px 70px;
    background: #333;
    width: 100%;
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__information {
    width: 73%;
}
.footer__copyright {
    color: #989898;
    margin-bottom: 35px;
    font: 300 19px / 1.5 "Fira sans";
}
.footer__link {
    color: #fff;
    font-family: "HelveticaMedium";
    text-decoration: none;
}
.footer__callback {
    font: 300 19px / 1.5 "Fira sans";
    color: #989898;
    font-family:"Fira Sans";
}
.footer__phone {
    color: #fff;
    font-family: "HelveticaMedium";
    font-size: 24px;
}
.footer__pages {
    width: 27%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer_page-link {
    color: #fff;
    font-family: "HelveticaMedium";
    font-size: 19px;
    margin-bottom: 10px;
    text-decoration: none;
}
.footer_page-link:hover {
    cursor: pointer;
}
@media screen and (max-width: 1536px) {
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__information {
        width: 100%;
    }
    .footer__pages {
        width: 100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .footer {
        padding: 55px 50px 100px;
    }
}
@media (max-width: 800px) {
    .success, .error {
        padding: 0 15px;
    }
    .main {
        width: 100%;
        margin: 0 0 25px;
    }
    .header__icon {
        display: none;
    }
    .questionnaire__circle-back {
        display: none;
    }
    .questionnaire__circle-front {
        display: none;
    }
    .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        padding: 30px 0 0;
    }
    .header__logo {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .subtitle {
        font-size: 24px;
        margin: 20px 0 0;
    }
    .title {
        font-size: 24px;
        margin: 0 0 40px;
    }
    .form {
        padding: 0 15px;
    }
    .form__row {
        padding-bottom: 20px;
    }

    .form__number {
        margin-right: 20px;
    }
    .form__title {
        margin: 8px 0 15px;
        font-size: 20px;
    }
    .form__description {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .form__label {
        margin-bottom: 10px;
    }
    .callback {
        padding: 15px;
    }
    .callback__title {
        font-size: 20px;
        line-height: 25px;
    }
    .callback__name {
        width: 45%;
    }
    .callback__phone {
        width: 45%;
    }
    .callback__row {
        margin-top: 20px;
    }
    .footer {
        padding: 20px 15px 70px;
    }
    .footer__copyright {
        font: 300 16px / 1.5 "Fira sans";
    }
    .footer__callback {
        font: 300 16px / 1.5 "Fira sans";
    }
    .footer__phone {
        font-size: 18px;
    }
    .footer_page-link {
        font-size: 16px;
    }
    .modal-agreement-toggle,
    .modal-data-toggle {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 600px) {
    .callback__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .callback__row_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .callback__name {
        width: 100%;
        margin-bottom: 15px;
    }
    .callback__phone {
        width: 100%;
    }
    .callback__information {
        margin: 0px 0 20px;
    }
    .callback__input_submit {
        width: 100%;
        text-align: center;
    }
    .modal__row-close {
        position: relative;
        width: 100%;
    }
    .modal {
        width: 100%;
        height: 100%;
        padding: 60px 20px 0;
    }
    .modal__close, .modal__close-button {
        top: -50px;
        right: 0;
    }
    .modal__title {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .modal__description {
        margin-bottom: 20px;
    }
}