/*common*/
body {
    background: #FFFFFF;
    color: #333333;
}
input {
    -webkit-appearance: none !important;
}
body, button, textarea, input {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
textarea, input {
    font-weight: 400;
}
button  {
    font-weight: 600;
    cursor: pointer;
}
a {
    text-decoration: none;
}
.content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}
.page-wrap {
    position: relative;
    overflow: hidden;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.va-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-full-size {
    object-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
}
.d-ib {
    display: inline-block;
}
.hidden {
    display: none !important;
}
.menu-btn,
.mobile-visible {
    display: none;
}
.blue-btn {
    display: inline-block;
    padding: 12px 32px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: #3C72FF;
    border-radius: 4px;
}
.blue-btn:hover {
    background: #023dd7;
}
.white-btn {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #333333;
    padding: 15px 47px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
}
.white-btn:hover {
    background: none;
    color: #FFFFFF;
}
h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 138%;
    text-align: center;
}
/*end common*/

/*icons*/
.advantage__icon .svg-icon {
    width: 80px;
    height: 80px;
}
.icon-check {
    width: 10px;
    height: 11px;
}
.icon-faq-arrow {
    width: 15px;
    height: 9px;
}
.icon-popup-close {
    width: 36px;
    height: 36px;
    stroke: #E0E0E0;
}
.icon-slider-next,
.icon-slider-prev {
    width: 24px;
    height: 25px;
    fill: #3C72FF;
}
.icon-star {
    width: 18px;
    height: 19px;
}
.icon-thank {
    width: 65px;
    height: 64px;
}
/*end icons*/

/*header*/
.header {
    padding-top: 8px;
    padding-bottom: 8px;
}
.logo > * {
    display: inline-block;
    vertical-align: middle;
}
.logo__icon {
    background: url('../images/logo.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 97px;
    height: 93px;
}
.logo span {
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    margin-left: 16px;
}
.header__right {
    width: 68.91%;
}
.nav {
    width: 58.76%;
}
.logo span,
.header__login,
.nav__link {
    font-size: 16px;
    line-height: 24px;
}
.nav__link {
    text-transform: uppercase;
    color: #333333;
}
.header__login:hover,
.nav__link:hover {
    color: #3c72ff;
    text-decoration: underline;
}
.header__control {
    font-size: 0;
}
.header__control > * {
    display: inline-block;
    vertical-align: middle;
}
.header__login {
    font-weight: 600;
    color: #333333;
    margin-right: 24px;
}
/*end header*/

/*main*/
.main {
    background: url('../images/bg/main-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 158px;
    padding-bottom: 265px;
    color: #FFFFFF;
}
.main:after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.main .content {
    position: relative;
    z-index: 5;
}
.main__btn {
    margin-top: 55px;
    font-size: 18px;
    line-height: 27px;
    padding: 16px 48px;
}
.main__left {
    max-width: 750px;
}
h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 128%;
}
.main__desc {
    margin-top: 25px;
    font-size: 24px;
    line-height: 150%;
}
/*end main*/

/*diff*/
.diff {
    padding-top: 120px;
}
.diff__wrap {
    margin-top: 40px;
}
.diff__list,
.diff__photo {
    width: 47.33%;
}
.diff__list {
    margin-right: 5.34%;
    margin-bottom: -30px;
}
.diff__photo {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.diff__item {
    padding: 20px;
    box-sizing: border-box;
    background: #E5F8FF;
    border-radius: 24px;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.diff__item:nth-child(2n) {
    margin-right: 0;
}
.diff__item-title {
    margin-top: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.diff__item-number {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 19px;
    color: #1C7EFF;
}
/*end diff*/

/*app*/
.app {
    margin-top: 120px;
}
.app h2 {
    text-align: left;
}
.app__wrap {
    background: #1972E7;
    border-radius: 24px;
    padding: 64px;
    position: relative;
    overflow: hidden;
}
.app__left,
.form {
    position: relative;
    z-index: 5;
}
.app__left {
    max-width: 563px;
    width: 100%;
    color: #FFFFFF;
}
.form {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
    max-width: 418px;
    box-sizing: border-box;
}
.app__wrap:after {
    content: '';
    position: absolute;
    background: url('../images/bg/form-decor.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 1015px;
    height: 237px;
    bottom: 0; right: 0;
}
.app__price {
    margin-top: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #3C72FF;
    padding: 16px 40px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
}
.app__desc {
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.form-result {
	color: orangered;
    margin-top: 25px;
}
.form__field.red {
	border: 1px solid red;
} 
.form__field {
    width: 100%;
    background: #F6F6F6;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    height: 51px;
    padding-left: 19px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 16px;
}
.form__field::placeholder {
    color: #828282;
    opacity: 1;
}
.form__field:-ms-input-placeholder {
    color: #828282;
}
.privacy {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 32px;
}
.privacy input {
    position: absolute;
    left: -10000px;
}
.privacy__desc {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01em;
}
.privacy__desc a {
    text-decoration-line: underline;
    color: #3C72FF;
}
.privacy__desc a:hover {
    text-decoration: none;
}
.privacy__btn {
    background: #E5F8FF;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0; top: 0; bottom: 0;
    margin: auto;
}
.privacy__btn .svg-icon {
    top: -2px;
    display: none;
}
.privacy input:checked + .privacy__btn .svg-icon {
    display: block;
}
.form__btn {
    margin-top: 40px;
    font-size: 18px;
    line-height: 27px;
    padding: 16px 48px;
}
/*end app*/

/*advantages*/
.advantages {
    margin-top: 120px;
    padding-top: 100px;
    background: #F6F6F6;
    padding-bottom: 98px;
}
.advantages__list {
    margin-top: 40px;
    margin-bottom: -1.76%;
}
.advantage {
    width: 32.16%;
    margin-right: 1.76%;
    margin-bottom: 1.76%;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 38px 32px 40px;
    box-sizing: border-box;
}
.advantage:nth-child(3n) {
    margin-right: 0;
}
.advantage__top {
    text-align: right;
    padding-right: 8px;
    position: relative;
}
.advantage__top:after {
    content: '';
    position: absolute;
    left: -32px;
    right: 75px;
    height: 2px;
    background: #D9D9D9;
    top: -4px;
    bottom: 0;
    margin: auto;
}
.advantage__number {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #D9D9D9;
}
.advantage__icon {
    display: block;
    margin-top: 36px;
}
.advantage__title {
    margin-top: 22px;
    font-size: 18px;
    line-height: 150%;
}
/*end advantages*/

/*free*/
.free {
    text-align: center;
    color: #FFFFFF;
    background: #1972E7;
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}
.free .content {
    position: relative;
    z-index: 10;
}
.free:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 425px;
    height: 425px;
    background: rgba(255, 255, 255, 0.2);
    top: -162px;
    left: -176px;
}
.free h2 {
    color: #FFFFFF;
}
.free__desc {
    margin-top: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}
.free__link {
    margin-top: 40px;
}
/*end free*/

/*faq*/
.faq {
    padding-top: 120px;
}
.faq__list {
    margin-top: 48px;
}
.faq__item {
    background: #E5F8FF;
    border-radius: 8px;
    margin-bottom: 24px;
}
.faq__item-drop {
    display: none;
}
.faq__item:last-child {
    margin-bottom: 0;
}
.faq__item-top {
    position: relative;
    cursor: pointer;
    padding: 34px 96px 34px 87px;
}
.faq__item-number {
    position: absolute;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #3C72FF;
    height: 24px;
    top: 0; bottom: 0;
    left: 24px;
    margin: auto;
}
.icon-faq-arrow {
    stroke: #1C7EFF;
}
.faq__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
}
.faq__item-top:hover .faq__item-title {
    color: #1C7EFF;
}
.faq__item-btn {
    width: 48px;
    height: 48px;
    background: #FAFAFA;
    position: absolute;
    right: 24px;
    top: 0; bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.faq__item.open .icon-faq-arrow {
    transform: rotate(-180deg);
}
.faq__link {
    width: 168px;
    height: 48px;
    border: 1px solid #3C72FF;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    margin: 48px auto 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3C72FF;
    padding: 11px 31px;
}
.faq__link:hover {
    background: #3C72FF;
    color: #FFFFFF;
}
.faq__item-drop {
    padding: 15px 24px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4F4F4F;
    position: relative;
}
.faq__item-drop:after {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    background: #588CD9;
    height: 1px;
}
.faq__item-drop p {
    margin-bottom: 15px;
}
.faq__item-drop p:last-child {
    margin-bottom: 0;
}
/*end faq*/

/*reviews*/
.reviews {
    padding-top: 120px;
    padding-bottom: 168px;
}
.reviews__top {
    flex-wrap: nowrap;
}
.reviews__top h2 {
    text-align: left;
    padding-right: 20px;
}
.reviews__control {
    font-size: 0;
}
.reviews__prev {
    margin-right: 24px;
}
.reviews__prev,
.reviews__next {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    background: #E5F8FF;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.reviews__prev:hover,
.reviews__next:hover {
    background: #3C72FF;
}
.reviews__prev:hover .svg-icon,
.reviews__next:hover .svg-icon {
    fill: #ffffff;
}
.reviews__slider {
    margin-top: 40px;
}
.review {
    background: #F6F6F6;
    border-radius: 0 96px 0 0;
    padding: 64px 40px 68px;
    box-sizing: border-box;
}
.review_rb {
    border-radius: 0 0 96px 0;
}
.review__photo {
    font-size: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.rating__list {
    font-size: 0;
}
.rating > *,
.rating__list > * {
    display: inline-block;
    vertical-align: middle;
}
.review__user {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-left: 24px;
}
.rating__list .svg-icon {
    margin-right: 7px;
}
.rating__list .svg-icon:last-child {
    margin-right: 0;
}
.rating__date {
    margin-left: 12px;
    position: relative;
    top: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #4F4F4F;
}
.rating {
    margin-top: 15px;
}
.review__text {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #4F4F4F;
}
.reviews .owl-stage {
    display: flex;
}
.review {
    height: 100%;
    box-sizing: border-box;
}
.reviews .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 0;
    bottom: -48px;
    text-align: center;
}
.reviews button.owl-dot {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    width: 8px;
    height: 8px;
    background: #E4E4E4;
    border-radius: 50%;
    position: relative;
}
.reviews button.owl-dot:hover,
.reviews button.owl-dot.active {
    background: #1972E7;
}
.reviews button.owl-dot:hover:after,
.reviews button.owl-dot.active:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -4px;
    top: -4px;
    border: 2px solid #E4E4E4;
    border-radius: 50%;
    box-sizing: border-box;
}
.reviews button.owl-dot:last-child {
    margin-right: 0;
}
/*end reviews*/

/*question*/
.question {
    background: #F7F7F7;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.question .content {
    position: relative;
    z-index: 5;
}
.question__form {
    max-width: 536px;
    margin-left: auto;
    position: relative;
    z-index: 5;
}
.question__form h2 {
    text-align: left;
}
.question__bg {
    width: 49.12%;
    position: absolute;
    top: 0; bottom: 0; left: 0;
}
.question__desc {
    margin-top: 24px;
    margin-bottom: 48px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.question .form__field {
    background: #FFFFFF;
}
.form__field_text {
    height: 140px;
    resize: none;
    padding: 15px 19px;
}
.personal {
    display: block;
    padding-left: 36px;
    position: relative;
    padding-top: 3px;
    padding-bottom: 4px;
    cursor: pointer;
}
.personal__btn {
    position: absolute;
    left: 0; top: 0;
    border: 2px solid #3C72FF;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 50%;
}
.personal input:checked + .personal__btn:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: auto;
    background: #3C72FF;
}
.personal input {
    position: absolute;
    left: -10000px;
}
.personal__desc {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #333333;
}
.personal__desc a {
    color: #3C72FF;
    text-decoration: underline;
}
.personal__desc a:hover {
    text-decoration: none;
}
.question__btn {
    margin-top: 40px;
    font-size: 18px;
    line-height: 27px;
    padding: 16px 48px;
}
/*end question*/

/*footer*/
.footer {
    color: #FFFFFF;
    background: #333333;
}
.footer__top {
    padding-top: 40px;
    padding-bottom: 48px;
}
.footer__logo-icon {
    background: url('../images/footer-logo.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 98px;
    height: 94px;
}
.footer__logo span {
    margin-left: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.footer__nav-link {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 45px;
}
.footer__nav-link:hover {
    text-decoration: underline;
}
.footer__nav-link:last-child {
    margin-right: 0;
}
.copyright,
.privacy-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}
.privacy-link {
    text-decoration: underline;
}
.privacy-link:hover {
    text-decoration: none;
}
.footer__bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #4E4E4E;
}
/*end footer*/

/*popups*/
.overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: auto;
    box-sizing: border-box;
    z-index: 100;
    display: none;
}
.popup {
    display: none;
    margin: 50px auto;
    background: #FFFFFF;
    padding: 80px;
    box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    max-width: 469px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.popup__close {
    position: absolute;
    cursor: pointer;
    top: 24px;
    right: 24px;
    width: 36px;
    height: 36px;
    font-size: 0;
}
.popup__close:hover .icon-popup-close {
    stroke: #3B72FF;
}
.popup__title {
    margin-top: 24px;
    font-weight: 600;
    font-size: 40px;
    line-height: 138%;
}
.popup__desc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.question__bg-mobile,
.diff__photo-mobile {
    display: none;
}
/*end popups*/








@media all and (max-width: 1200px) {
    .diff__item-title {
        font-size: 14px;
        line-height: 20px;
    }
    .app__left {
        max-width: 58%;
    }
    .form {
        max-width: 38%;
    }
    .question__form {
        max-width: 47%;
    }
}

@media all and (max-width: 1100px) {
    .logo span, .header__login, .nav__link {
        font-size: 15px;
    }
    .nav {
        width: 61%;
    }
    .main {
        padding-top: 80px;
        padding-bottom: 90px;
    }
    h1 {
        font-size: 40px;
    }
    .main__desc {
        font-size: 21px;
    }
    .main__left {
        max-width: 650px;
    }
    .main__btn {
        margin-top: 30px;
    }
    h2 {
        font-size: 36px;
    }
    .app__desc {
        margin-top: 24px;
        font-size: 14px;
        line-height: 150%;
    }
    .app__desc br {
        display: none;
    }
    .advantage__title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media all and (max-width: 980px) {
    .header {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .header__right {
        display: none;
    }
    .menu-btn,
    .icon-menu,
    .icon-menu-close {
        width: 36px;
        height: 36px;
    }
    .menu-btn {
        display: block;
        cursor: pointer;
        position: relative;
    }
    .icon-menu-close {
        display: none;
    }
    .logo__icon {
        width: 41px;
        height: 40px;
    }
    .logo span {
        font-size: 14px;
        line-height: 20px;
        margin-left: 3px;
    }
    h1 {
        font-size: 32px;
    }
    .main__desc {
        font-size: 20px;
    }
    h2 {
        font-size: 32px;
    }
    .diff__list {
        margin-bottom: 0;
    }
    .diff__item {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
        padding: 16px 20px 16px 76px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        border-radius: 24px;
        min-height: 72px;
    }
    .diff__item-number {
        position: absolute;
        top: 0; bottom: 0;
        left: 20px;
        margin: auto;
    }
    .diff__item:last-child {
        margin-bottom: 0;
    }
    .diff {
        padding-top: 60px;
    }
    .diff__wrap {
        margin-top: 32px;
    }
    .app {
        margin-top: 60px;
    }
    .diff__item-title {
        margin-top: 0;
    }
    .app__left {
        max-width: 50%;
    }
    .form {
        max-width: 48%;
    }
    .app__price {
        font-size: 14px;
        line-height: 20px;
        padding: 16px 29px;
    }
    .app__wrap {
        padding: 48px 20px;
    }
    .advantages {
        margin-top: 63px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .advantages__list {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .advantage {
        margin-bottom: 16px;
    }
    .advantage:nth-child(3n),
    .advantage {
        width: 48%;
        margin-right: 4%;
        padding: 23px 32px 24px;
    }
    .advantage:nth-child(2n) {
        margin-right: 0;
    }
    .advantage__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 72px;
        position: relative;
        min-height: 48px;
    }
    .advantage__icon {
        position: absolute;
        top: 0; bottom: 0; left: 0;
        width: 48px;
        height: 48px;
    }
    .advantage__icon .svg-icon {
        width: 48px;
        height: 48px;
    }
    .advantage__icon,
    .advantage__title {
        margin-top: 0;
    }
    .advantage__wrap {
        margin-top: 37px;
    }
    .reviews,
    .faq {
        padding-top: 60px;
    }
    .reviews {
        padding-bottom: 98px;
    }
    .question {
        padding-top: 0;
        padding-bottom: 0;
    }
    .form__field_text {
        height: 99px;
    }
    .question__form {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .question__desc {
        font-size: 14px;
        line-height: 150%;
        margin-top: 16px;
        margin-bottom: 30px;
    }
    .personal__btn {
        width: 16px;
        height: 16px;
        top: 1px;
    }
    .personal input:checked + .personal__btn:after {
        width: 8px;
        height: 8px;
    }
    .personal {
        padding-left: 26px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .question__btn {
        margin-top: 30px;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 48px;
    }
    .logo,
    .menu-btn {
        position: relative;
        z-index: 50;
    }
    .menu {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        padding: 144px 20px 40px;
        overflow: auto;
        box-sizing: border-box;
        z-index: 40;
        background: #FFFFFF;
        left: 0;
        text-align: center;
    }
    .menu:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 64px;
        background: #E0E0E0;
        height: 1px;
    }
    .header__registration {
        padding: 8px 20px;
    }
    .header__login {
        font-size: 16px;
        margin-right: 32px;
    }
    .nav {
        width: 100%;
        margin-bottom: 80px;
        display: block;
    }
    .nav__link {
        display: block;
        font-size: 16px;
        margin-bottom: 32px;
    }
    .menu-btn.open .icon-menu {
        display: none;
    }
    .menu-btn.open .icon-menu-close {
        display: block;
    }
    .overlay {
		display: none;
        /* display: block; */
    }
    .popup {
        display: block;
        top: 0;
        opacity: 1;
        padding: 32px;
        border-radius: 24px;
    }
    .icon-thank {
        width: 48px;
        height: 48px;
    }
    .popup__close {
        top: 16px;
        right: 16px;
    }
    .popup__close,
    .popup__close .svg-icon {
        width: 24px;
        height: 24px;
    }
    .popup__title {
        font-size: 24px;
        line-height: 36px;
        margin-top: 16px;
    }
    .popup__desc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px;
    }
}

@media all and (max-width: 767px) {
    .main__left {
        max-width: inherit;
        margin: 0 auto 0;
        text-align: center;
    }
    .main {
        padding-top: 0;
        padding-bottom: 0;
        background: #E5F8FF;
    }
    .main .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    h1 br {
        display: none;
    }
    h1 span {
        display: inline-block;
    }
    h1 {
        font-size: 28px;
        line-height: 36px;
        color: #333333;
    }
    h2 {
        font-size: 27px;
        line-height: 36px;
    }
    .main__desc {
        font-size: 14px;
        line-height: 20px;
        color: #4F4F4F;
        margin-top: 16px;
    }
    .main__btn {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 48px;
        margin-top: 32px;
    }
    .main__bg {
        background: url('../images/bg/main-bg-mobile.jpg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        display: block;
        padding-top: 76.66%;
    }
    .diff__list {
        width: 100%;
        margin-right: 0;
    }
    .diff__photo-desktop {
        display: none;
    }
    .diff__photo-mobile {
        display: block;
    }
    .diff__photo {
        margin-top: 30px;
        padding-top: 89.06%;
        width: 100%;
    }
    .app__wrap:after {
        display: none;
    }
    .form,
    .app__left {
        width: 100%;
        max-width: inherit;
    }
    .app h2,
    .app__left {
        text-align: center;
    }
    .form {
        margin-top: 30px;
        padding: 30px 20px;
    }
    .form__field {
        font-size: 14px;
        line-height: 17px;
    }
    .form__btn {
        margin-top: 30px;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 48px;
    }
    .advantage:nth-child(3n),
    .advantage {
        width: 100%;
        margin-right: 0;
    }
    .advantage__title {
        padding-right: 4px;
    }
    .advantage:last-child {
        margin-bottom: 0;
    }
    .free__desc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 24px;
    }
    .free__link {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 48px;
    }
    .free:after {
        width: 271px;
        height: 271px;
        top: -136px;
        left: -136px;
    }
    .faq__list {
        margin-top: 30px;
    }
    .faq__item {
        margin-bottom: 16px;
    }
    .faq__item-number {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        left: 16px;
        top: 16px;
        bottom: auto;
    }
    .faq__item-top {
        padding: 16px 64px 16px 52px;
    }
    .faq__item-title {
        font-size: 14px;
        line-height: 150%;
    }
    .faq__item-btn {
        width: 32px;
        height: 32px;
        top: 16px;
        right: 16px;
        bottom: auto;
    }
    .icon-faq-arrow {
        width: 10px;
        height: 6px;
    }
    .faq__item-drop {
        padding: 16px;
        font-size: 14px;
        line-height: 150%;
    }
    .faq__item-drop:after {
        left: 16px;
        right: 16px;
    }
    .faq__link {
        margin-top: 32px;
    }
    .reviews__control {
        display: none;
    }
    .reviews__slider {
        margin-top: 19px;
    }
    .review {
        border-radius: 0 50px 0 0;
        padding: 40px 20px 32px;
    }
    .review__user {
        width: calc(100% - 104px);
    }
    .review__text {
        font-size: 14px;
        line-height: 130%;
    }
    .reviews .owl-dots {
        bottom: -38px;
    }
    .question__form {
        max-width: inherit;
    }
    .question__desc,
    .question__form h2 {
        text-align: center;
    }
    .question__bg {
        position: relative;
        display: block;
    }
    .question__bg-desktop {
        display: none;
    }
    .question__bg-mobile {
        display: block;
    }
    .question__bg {
        padding-top: 86.94%;
        width: 100%;
    }
    .footer__top .content,
    .footer__bottom .content {
        display: block;
        text-align: center;
    }
    .footer__nav-link {
        display: block;
    }
    .footer__logo-icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 54px;
        height: 52px;
    }
    .footer__logo {
        display: inline-block;
    }
    .footer__logo span {
        margin-left: 0;
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }
    .footer__nav-link {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer__nav-link:last-child {
        margin-bottom: 0;
    }
    .footer__nav {
        margin-top: 48px;
    }
    .copyright {
        margin-bottom: 8px;
    }
    .copyright, .privacy-link {
        font-size: 12px;
        line-height: 18px;
    }
    .footer__bottom {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media all and (max-width: 350px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .app__price {
        padding-left: 30px;
        padding-right: 30px;
    }
}

















































