@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
         url('../fonts/Manrope-Regular.woff') format('woff'),
         url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
         url('../fonts/Manrope-Medium.woff') format('woff'),
         url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
         url('../fonts/Manrope-Bold.woff') format('woff'),
         url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html,
body {
    font-family: 'Manrope', sans-serif;
    color: #242f51;
}

.-com-l {
    font-weight: 300;
}

.-com-r {
    font-weight: 400;
}

.-com-m {
    font-weight: 500;
}

.-com-sb {
    font-weight: 600;
}

/*-fs start*/
.-fs-76 {
    font-size: 76px;
}

.-fs-52 {
    font-size: 52px;
}

.-fs-42 {
    font-size: 42px;
}

.-fs-40 {
    font-size: 40px;
}

.-fs-36 {
    font-size: 36px;
}

.-fs-32 {
    font-size: 32px;
}

.-fs-30 {
    font-size: 30px;
}

.-fs-29 {
    font-size: 29px;
}

.-fs-28 {
    font-size: 28px;
}

.-fs-27 {
    font-size: 27px;
}

.-fs-26 {
    font-size: 26px;
}

.-fs-25 {
    font-size: 25px;
}

.-fs-24 {
    font-size: 24px;
}

.-fs-23 {
    font-size: 23px;
}

.-fs-22 {
    font-size: 22px;
}

.-fs-21 {
    font-size: 21px;
}

.-fs-20 {
    font-size: 20px;
}

.-fs-19 {
    font-size: 19px;
}

.-fs-18 {
    font-size: 18px;
}

.-fs-17 {
    font-size: 17px;
}

.-fs-16 {
    font-size: 16px;
}

.-fs-15 {
    font-size: 15px;
}

.-fs-14 {
    font-size: 14px;
}

.-fs-13 {
    font-size: 13px;
}

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

.-fs-11 {
    font-size: 11px;
}

/*-fs end*/

::selection {
    background: #00c4f1;
    color: #fff;
}

::-moz-selection {
    background: #00c4f1;
    color: #fff;
}

html,
body {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    max-width: 1920px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}


img {
    max-width: 100%;
}

h1,
.h1 {

    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 58px;

}

h2,
.h2 {

    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}

h3,
.h3 {

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: unset;
    outline: none;
}

p {
    margin: 0;
}

*+p {
    margin-top: 20px;
}


.wrapper {}

.main {}

.container {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
}

.section {
    padding-bottom: 60px;
}

.section_title {
    margin-bottom: 20px;
}

.section_subtitle {}

.-fullwidth {
    width: 100%;
}

.-right {
    text-align: right;
}

.-left {
    text-align: left;
}

.-center {
    text-align: center;
}

.popup {
    display: none;
    padding: 0;
    width: 100%;
    margin: 0;
    color: #fff;
}

.row-center {
    justify-content: center;
}


/*button .btn*/
.btn {
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

button:focus,
a:focus,
img:focus {
    outline: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #83d463;
    border-radius: 7px;
    box-shadow: none;
    padding: 13px 32px;
    text-decoration: none;
    font-size: 16px;
    border: none;
}

.btn-primary:focus,
.btn-primary.focus {
    outline: 0;
    color: #fff;
    background: #83d463;
    border: none;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus:hover,
.btn-primary.focus:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    color: #fff;
    border: none;
    box-shadow: none;
    background: #83d463;
}

.btn-secondary {
    color: #ffffff;
    background: #83d463;
    border-radius: 7px;
    box-shadow: none;
    padding: 13px 60px;
    text-decoration: none;
    border: none;
}

.btn-secondary:focus,
.btn-secondary.focus {
    outline: 0;
    color: #fff;
    background: #2D3033;
    border: none;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus:hover,
.btn-secondary.focus:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    color: #fff;
    border: none;
    box-shadow: none;
    background: #2D3033;
}

.form-btn .btn-form {
    background: linear-gradient(90deg, rgba(255, 121, 18, 1) 35%, rgba(255, 171, 107, 1) 100%);
    padding: 13px 0;
}

.form-btn .btn-form:hover {
    background: linear-gradient(90deg, rgba(255, 121, 18, 1) 35%, rgba(255, 121, 18, 1) 100%);
}


.btn-third {
    color: #00c4f1;
    background-color: #fcfcfc;
    border-radius: 7px;
    box-shadow: none;
    padding: 13px 32px;
    text-decoration: none;
    border: 1px solid #00c4f1;
}

.btn-third:focus,
.btn-third.focus {
    outline: 0;
    color: #fff;
    background: #00c4f1;
    border: 1px solid #00c4f1;
    box-shadow: none;
}

.btn-third:hover,
.btn-third:focus:hover,
.btn-third.focus:hover,
.btn-third:not(:disabled):not(.disabled):active,
.btn-third:not(:disabled):not(.disabled):active:focus,
.btn-third:not(:disabled):not(.disabled).active:focus {
    color: #fff;
    border: 1px solid #00c4f1;
    ;
    box-shadow: none;
    background: #00c4f1;
}

.form-control:hover,
.form-control:focus {
    outline: none !important;
    box-shadow: none;
    border: none
}

.btn-link {
    padding: 0;
}

.btn-link:hover,
.btn-link:focus:hover,
.btn-link.focus:hover,
.btn-link:not(:disabled):not(.disabled):active,
.btn-link:not(:disabled):not(.disabled):active:focus,
.btn-link:not(:disabled):not(.disabled).active:focus {
    text-decoration: none;
}










.header_row {
    align-items: center;
}

.header_logo {
    margin-top: -13px;
    max-width: 230px;
}
.header_logo img{
    max-height: 50px;
    padding-top: 10px;
}
.logo {}

.header_nav {}

.navbar {
    padding: 0;
}

.header_menu {}

.header .navbar-toggler {
    display: none;
}

.navbar-toggler .line {}

.header_menu_nav {
    width: 100%;
    justify-content: space-between;
}

.header_nav .nav-item {}

.header_nav .nav-link {
    font-size: 18px;
    color: #242f51;
    font-weight: 500;
    padding: 30px 0 27px;
    border-bottom: 3px solid transparent
}

.header_nav .nav-link:hover {
    border-bottom: 3px solid #242f51;
}

.header_right {}

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

.header_btn {
    padding-left: 44px;
    padding-left: 30px;
}

.header_contacts {
    text-align: right;
}

.header_phone {
    display: block;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
    background: #242f51;
    font-size: 16px;
}

.header_phone:hover {
    color: #83d463;
}

.header-info__title {
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
}

.header-info__text {
    margin: 0;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 400;
    color: #fff;
}

.info {
    color: #696969;
}

/* section_itop */
.section_itop {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    overflow-x: hidden;
    background-image: url(../new/header.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_row {
    position: relative;
    z-index: 2;
}

.itop_info {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 200px;
}

.header-info__button {
    font: 16px /40px 'Manrope', arial, sans-serif;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 0 35px 0 55px;
    position: relative;
    margin: 0 0 30px;
    color: #242f51;
}

.header_contacts {}

.header-info__button:before {
    content: "";
    background: url('../new/desc.png') no-repeat #83d462 center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
}

.itop_info_title {}

.section_title {
    display: block;
    margin-bottom: 19px;
    line-height: 1;
}

.section_title .-blue {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.section_title .-blue:after {
    content: '';
    background: #6bd5f5;
    width: 134px;
    height: 3px;
    margin-left: 30px;
    position: absolute;
    top: 50%;
    right: -164px;
}

.-black {
    color: #000000;
}

.-orange {
    color: #ff7912;
}

.-blue {
    color: #00c4f1;
}

.-white {
    color: white;
    font-weight: 500;

}

.-white-mini {
    font-weight: 400;
    font-size: 20px;
}

.itop_info_subtitle {
    color: #747474;
    max-width: 400px;
    margin-top: 27px;
}

.itop_info_desc {
    margin-top: 85px;
}

.itop_info_desc_row {
    justify-content: space-between;
}

.itop_info_desc_item {}

.itop_info_desc_item_title {
    color: #5cbfea;
}

.itop_info_desc_item_text {
    color: #747474;
}

.itop_calc {
    background-color: #ffffff;
    max-width: 406px;
    border-radius: 7px;
    padding-top: 46px;
    padding-bottom: 26px;
    margin-right: 0;
    margin-left: auto;
    box-shadow: 4px 8px 16px rgba(21, 152, 181, 0.5);
    position: relative;
}

.form-group {
    padding-left: 40px;
    padding-right: 40px;
}

.form-group-one {
    margin-bottom: 50px;
}

.form-group-two {
    margin-bottom: 40px;
}

.form-group-res {
    padding-top: 22px;
    padding-bottom: 22px;
    color: #595959;
}

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

label {
    margin-bottom: 0;
}

/* irs slider */
.form-group-title {
    color: #282828;
}

.range_res {
    text-align: right;
    color: #83d463;
}

.amount {
    margin-top: 24px;
}

.irs--round .irs-line {
    background: #dadada;
    top: 0;
    height: 20px;
    border-radius: 100px;
}

.calculator .irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amount .irs-bar {
    top: 0;
    display: block;
    background: #83d463;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.irs--round .irs-grid {
    top: 0;
    height: 38px;
}

.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}

.irs--round.irs-with-grid {
    height: auto;
}

.irs-shadow {
    display: none;
}

.irs-single {
    display: none;
}

.irs-grid-pol {
    display: none;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    display: none;
}

.irs-grid-pol.small {
    display: none;
}

.irs--round .irs-bar {
    height: 100%;
}

.amount .irs-handle {
    top: 0px;
    width: 20px;
    height: 20px;
    z-index: 5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: none;
    transform: scale(1.5);
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}


.form-phone {
    position: relative;
}

.form-phone .form-control {
    background-color: #f6f6f6;
    border-radius: 7px;
    height: 61px;
    padding: 31px 27px 17px 27px;
    border: none;
    line-height: 34px;
}

.phone_info {
    position: absolute;
    top: 10px;
    left: 70px;
    color: #a8a8a8;
}

.bottom_text {
    color: #a8a8a8;
    display: block;
    margin-top: 10px;
}

.section_bonuses {
    background: #fcfcfc;
    padding-top: 20px;
    padding-bottom: 0;
}

.section_bonuses .section_row {
    align-items: center;
}


.bonus_item {
    border-radius: 10px;
    position: relative;
}

.bonus_item_one:before {
    content: '';
    background: url(../i/elips.png) no-repeat center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 286px;
    background-size: contain;
    z-index: -1;
}

.bonus_item_img img {
    max-height: 620px;
}

.bonus_list {}

.bonus_list_item {
    position: relative;
    padding-left: 92px;
    margin-bottom: 60px;
}

.bonus_item_icon {
    position: absolute;
    top: 5px;
    left: 0;
    width: 53px;
    height: 53px;
}

.section_bonuses .bottom_btn {
    padding-left: 92px;
}


.bonus_item_title {
    margin-bottom: 16px;
    color: #222222;
}

.bonus_item_text {
    max-width: 300px;
    color: #383838;
}

.irs-hidden-input {
    border: none !important
}

.bottom_btn {
    margin-top: 56px;
}

.section_steps {
    padding-top: 130px;
    background-color: #fff;
    padding-bottom: 106px;
}

.section_title {
    color: #000000;
    margin-bottom: 17px;
    line-height: 1;
    font-weight: 500;
}

.section_subtitle {
    font-size: 42px;
    color: #ff7912;
    line-height: 1;
    font-weight: 500;
}

.steps_row {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.steps_row:before {
    content: '';
    background: rgba(200, 200, 200, 0.14);
    border-radius: 3px;
    height: 6px;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0
}

.steps_item {
    max-width: 230px;
}

.steps_item_num {
    color: #f7f7f7;
    line-height: 1;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.steps_item_num:after {
    content: '';
    border: 4px solid #00c4f1;
    background-color: #ffffff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    bottom: -37px;
    left: 0;
    position: absolute;
}

.steps_item_title {
    margin-top: 62px;
}

.steps_item_text {
    color: #606060;
    margin-top: 12px;
}

.steps_item:hover .steps_item_num {
    color: #ff7912;
}

.steps_item:hover .steps_item_num:after {
    border: 4px solid #ff7912;
}

.steps_points {
    max-width: 170px;
    width: 100%;
    position: relative;
    left: -56px
}

.steps_points_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}

.steps_points span {
    background-color: #d0d0d0;
    border-radius: 50%;
    display: block;
}

.steps_points span:nth-child(1) {
    width: 11px;
    height: 11px;
}

.steps_points span:nth-child(2) {
    width: 11px;
    height: 11px;
}

.steps_points span:nth-child(3) {
    width: 15px;
    height: 15px;
}

.steps_points span:nth-child(4) {
    width: 11px;
    height: 11px;
}

.steps_points span:nth-child(5) {
    width: 11px;
    height: 11px;
}

.section_repay {
    background-color: #fcfcfc;
    padding-top: 65px;
    padding-bottom: 92px;
}

.repay_info {
    max-width: 405px;
    padding-left: 16px;
}

.repay_info .section_title span {
    display: block;
}

.repay_info .section_text {
    margin-top: 29px;
    color: #000000;
}

.section_repay_row {
    align-items: center;
}

.repay_items_row {
    display: flex;
    padding-left: 61px;
}

.repay_item {
    border-radius: 10px;
    height: 406px;
    max-width: 306px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 40px 10px 40px 46px;
    margin-right: 16px;
}

.repay_item:last-child {
    margin-right: 0;
}

.repay_item_text {
    color: #fff;
    max-width: 90%;
}

.repay_text {
    margin-bottom: 27px;
    display: block;
}

.repay_item_link {
    color: #fff;
}

.link_more {
    position: relative;
    display: block;
    color: #fff;
}

.link_more:hover {
    color: #fff
}

.link_more:after {
    content: '';
    background: url(../i/right-arrow.svg) no-repeat center;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 17px;
    background-size: contain;
    vertical-align: middle;
    transition: 0.3s;
}

.link_more:hover:after {
    margin-left: 27px;
}

.footer {
    background-color: #1c1c1c;
    padding-top: 70px;
}

.footer_row {
    justify-content: space-between;
}

.logo_info {
    opacity: 0.3;
    color: #fff;
    margin-top: 22px;
    display: block;
}

.footer_nav {
    max-width: 300px;
    margin-left: auto;
    margin-right: 0;
}

.footer_menu_nav {
    display: flex;
    flex-wrap: wrap;
}

.footer_menu_nav .nav-item {
    width: 100%;
    padding-bottom: 19px;
}

.footer_menu_nav .nav-link {
    color: #fff;
    padding: 0;
}

.footer_menu_nav .nav-link:hover {
    color: #00c4f1
}

.footer_btn {
    max-width: 207px;
    margin: auto;
}

.btn_link {
    display: block;
    color: #ffffff;
    font-size: 15px;
    padding: 7px;
    border: 2px solid #ffffff;
    background: transparent;
    border-radius: 7px;
    width: 100%;
}

.btn_link:hover {
    border: 2px solid #ff7912;
    color: #ff7912;
}

.btn_link+.btn_link {
    margin-top: 7px;
}

.footer_contacts {
    color: #fff;
    padding-left: 60px;
}

.footer_phone {
    display: block;
    color: #fff;
    letter-spacing: 1px;
}

.footer_text {}

.footer_email {
    display: block;
    color: #fff;
    margin-top: 26px;
    margin-bottom: 26px;
}

.work_time {
    letter-spacing: 1px;
}

.work_time_title {}

.copyright {
    font-size: 70%;
    border-top: 1px solid #606060;
    padding-top: 18px;
    width: 100%;
    margin-top: 17px;
    opacity: 0.3;
    color: #fff;
    padding-bottom: 34px;
}

.section_lk_navbar {
    background-color: #fcfcfc;
}

.lk_menu {
    margin-left: -27px;
    margin-right: -27px;
}

.section_lk_navbar .nav-link {
    padding: 18px 27px;
}

.content_wrap {
    background-color: #f6f6f6;
    padding-top: 58px;
    padding-bottom: 47px;
}

.order_info {}

.order_item {
    background-color: #fcfcfc;
    border-radius: 15px;
    max-width: 990px;
    padding: 47px 68px;
    border-radius: 15px;
    margin-left: 20px;
    margin-bottom: 16px;
}

.order_item_title {
    color: #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 22px;
}

.order_item_info {
    margin-bottom: 34px;
}

.order_info_row {}

.order_info_title {
    color: #5a5a5a;
    margin-bottom: 16px;
}

.order_info_text {
    color: #3c3c3c;
}

.-red {
    color: #b63030;
}

.-green {
    color: #00c4f1;
}

.order_item_row:nth-child(even) {
    background-color: rgba(60, 60, 60, .05);
}

.-table .order_item_row:nth-child(even) {
    background-color: transparent
}

.order_item_list {}

.order_item_row.header_row {
    color: #5a5a5a;
    padding-top: 30px;
    padding-bottom: 26px;
}

.order_item_row {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #3c3c3c;
}

.card_list {}

.card_list_row {
    margin-bottom: 58px;
}

.card_item {
    position: relative;
    padding-left: 75px;
    height: 35px;
    display: flex;
    align-items: center;
}

.card_item:before {
    content: '';
    background: url(../i/credit-card-icon.svg) no-repeat;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
}

.card_item_close {
    background: url(../i/close.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    display: block;
    margin-left: 40px;
    cursor: pointer;
}

.order_info_bottom {}




.person_info_box {
    background-color: #fcfcfc;
    border-radius: 15px;
    max-width: 990px;
    padding: 47px 68px;
    border-radius: 15px;
    margin-left: 20px;
    margin-bottom: 16px;
}

.person_info {}

.person_info_title {
    color: #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 22px;
}

.person_info_wrap {
    margin-top: 34px;
}

.person_info_row {
    display: flex;
    flex-wrap: wrap;
}

.person_info_col:first-child {
    width: 184px;
}

.person_info_col {
    line-height: 2;
}

.person_info_bottom {
    margin-top: 47px;
}

.person_info_bottom .btn-link {
    display: block;
    text-align-last: left;
}

.docs_list {
    color: #00c4f1;
    list-style-type: none;
    padding: 0;
}

.docs_list_item {
    position: relative;
    padding-left: 36px;
    margin-bottom: 18px;
}

.docs_list_item:before {
    content: '';
    background: url(../i/document.svg) no-repeat center;
    width: 16px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
}

.docs_list_link {
    color: #00c4f1;
    text-decoration: underline;
}

.section_form {
    padding-top: 118px;
}

.form_info_title {
    max-width: 320px;
}

.form_info_title span {
    display: block;
}

.form_info_subtitle {
    margin-top: 30px;
    color: #757575;
}

.form_info_subtitle p+p {
    margin-top: 16px;
}

.form_info_progress {
    margin-top: 136px;
}

.form_info_progress_text {
    color: #757575;
    display: none;
    ;
}

.form_info_progress_text.active {
    display: block;
}

.form_info_progress_text .step {}

.form_info_progress_control {
    margin-top: 30px;
    display: block;
    width: 360px;
    height: 6px;
    background: #ececec;
    position: relative;
}

.form_info_progress_control.-step1:before {
    content: '';
    width: 73px;
    height: 6px;
    background-color: #00c4f1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.form_info_progress_control.-step2:before {
    content: '';
    width: 152px;
    height: 6px;
    background-color: #00c4f1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.form_info_progress_control.-step3:before {
    content: '';
    width: 221px;
    height: 6px;
    background-color: #00c4f1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.form_info_progress_control.-step4:before {
    content: '';
    width: 292px;
    height: 6px;
    background-color: #00c4f1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.form_info_progress_control.-step5:before {
    content: '';
    width: 100%;
    height: 6px;
    background-color: #00c4f1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.regform {
    max-width: 519px;
    margin-right: 0;
    margin-left: auto;
}

.form_group+.form_group {
    margin-top: 30px;
}

.form-control {
    background-color: #fbfbfb;
    border: none;
    padding: 13px 27px;
    color: #404040;
    border-radius: 7px;
}

input.form-control {
    border: none;
    color: #000000;
    height: 62px;
}

textarea.form-control {
    border: none;
    color: #000000;
    height: 120px;
}

.form-control:focus {
    box-shadow: none !important;
    border: none;
    background-color: #fbfbfb;
}

.form_row {
    justify-content: space-between;
}

.form_bottom {
    margin-top: 30px;
    text-align: center;
}

.input_box {
    position: relative;
    margin-bottom: 14px;
}

.form_group-title {
    margin-bottom: 18px;
}

.input_name {
    color: #8c8c8c;
    position: absolute;
    top: 50%;
    left: 26px;
    font-size: 18px;
    transform: translateY(-50%);
}

.form-control:focus+.input_name {
    display: block;
    color: #a8a8a8;
    top: 13px;
    left: 26px;
    font-size: 14px
}

.input_name.-top {
    display: block;
    color: #a8a8a8;
    top: 3px;
    left: 26px;
    font-size: 14px
}

.-error .form-control {
    background: url(../i/error.svg) #fae8e8 no-repeat 90%;
}

.-ok .form-control {
    background: url(../i/ok.svg) #fbfbfb no-repeat 90%;
}

.error_text {
    color: #e15050;
    font-size: 14px;
    font-family: "Gilroy-Medium";
}

.form_radio_btn {
    display: inline-block;
}

.form_radio_btn input[type=radio] {
    display: none;
}

.form_radio_btn label {
    cursor: pointer;
    background-color: #f6f6f6;
    color: #8c8c8c;
    padding: 0px 15px;
    user-select: none;
    height: 62px;
    width: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

.form_radio_btn_label_auto {
    height: auto !important;
    width: auto !important;
}

.form_radio_btn input[type=radio]:checked+label {
    background-color: #00c4f1;
    color: #fff;
}

.form_radio_btn label:hover {
    color: #fff;
    background-color: #00c4f1;
}

.form_radio_btn input[type=radio]:disabled+label {
    background-color: #f6f6f6;
    color: #8c8c8c;
}

.input_box+.input_box {
    margin-left: 11px;
}

.step_box {}

.step_box_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f6f6f6;
    margin-top: 43px;
    padding-top: 34px;
}

input#birth_date {
    width: 170px;
    margin-right: 11px;
}

input#birthplace {
    width: 327px;
}

#street,
#reg-street {
    width: 300px;
}

#house,
#reg-house {
    width: 96px;
}

#flat,
#reg-flat {
    width: 100px;
}

.regform .form-control {
    width: 250px;
}

.regform .-fullwidth .form-control {
    width: 100%;
}

.check {
    position: relative;
    margin-bottom: 24px;
}

.check_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

input[type="checkbox"] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

input[type="checkbox"]+label:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #f6f6f6;
    border: 3px solid #f6f6f6;
    transition: color ease .3s;
    border-radius: 5px;
    margin-right: 14px;
}

input[type="checkbox"]:checked+label:before {
    content: "\2714";
}

.form_file_item+.form_file_item {
    margin-top: 37px;
}

.form_file_item p {
    margin-bottom: 17px;
}

.input_file {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.input_file+.js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.input_file+.js-labelFile .icon:before {
    content: "\f093"
}

.input_file+.js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #5AAC7B
}

.section_mobil_phone {
    display: none;
}

.col-mobil {
    display: none;
}

.header_mobil_nav {
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.5s;
    background: #fff;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.header_mobil_nav.active {
    left: 0;
}

.main_form_top {
    display: none;
}

.section_lk_navbar_toggle {
    display: none;
}

.mtitle {
    display: none;
}

.mobil_row {
    display: none;
}

.regform select.form-control {
    padding: 0 27px;
    border: 1px solid #ccc;
}

select.form-control:focus+.input_name,
select+.input_name.-top {
    top: -10px;
}

.head_3 {
    font: bold 42px 'Manrope', arial, sans-serif;
    text-align: center;
}

.light_text {
    font: 300 18px 'Manrope', arial, sans-serif;
    color: #616368;
    margin: 0 px;
}

.i_block {
    text-align: center;
    font: 500 20px 'Manrope', arial, sans-serif;
    margin-bottom: 110px;
}

.plus_wrap .col-lg-4:nth-child(even) img {
    background: #83d463;
}

.i_block img {
    width: 90px;
    background: #e2eaed;
    height: 90px;
    border-radius: 100%;
    padding: 20px;
    margin: 0 0 30px;
}

.s1 {
    padding: 180px 0 70px;
}

.s2 {
    background: #f4fff8;
    padding: 150px 0;
    padding-bottom: 50px;
}

.plus_wrap {
    padding: 70px 0 0;
}

.tel_img {
    width: 630px;
    margin: -100px 0 0 -180px;
    max-width: none;
}

.tabs>input {
    display: none;
    position: absolute;
}

#tab1:checked~#content-tab1,
#tab2:checked~#content-tab2,
#tab3:checked~#content-tab3,
#tab4:checked~#content-tab4 {
    display: block;
}

.tab {
    position: relative;
    z-index: 2;
    padding: 60px 165px 0 0;
}

.tabs>label {
    font: bold 42px 'Manrope', arial, sans-serif;
    color: #e2eaed;
    padding: 0 0 8px;
    cursor: pointer;
}

.head_4 {
    font: 600 20px 'Manrope', arial, sans-serif;
}

.get_list p {
    color: #616368;
    font: 300 15px 'Manrope', arial, sans-serif;
    margin: 0px;
}

.get_list .num {
    font: bold 76px /85px 'Manrope', arial, sans-serif;
    color: #fff;
    background: #83d463;
    min-width: 85px;
    height: 85px;
    border-radius: 100%;
    text-align: center;
    margin: 0 30px 0 0;
}

.tabs>.tab {
    display: none;
}

.img_wrap {
    min-width: 90px;
    max-height: 90px;
    width: 90px;
    height: 90px;
    padding: 20px;
    background: #2bb600;
    border-radius: 100%;
    margin: 0 30px 0 0;
}

.button {
    color: #fff;
    background: #242f51;
    padding: 15px 40px;
    font: 600 16px 'Manrope', arial, sans-serif;
    border-radius: 5px;
}

.tabs>input:checked+label {
    color: #242f51;
    padding: 0 0 4px;
    border-bottom: 4px solid #83d463;
}

.first_tab {
    margin: 0 40px 0 0;
}

.get_list li {
    display: flex;
    align-items: center;
    margin: 0 0 70px;
}

#reviews .r_top img {
    width: 95px;
    min-width: 95px;
    height: 95px;
    max-height: 95px;
    border-radius: 100%;
    margin: 0 30px 0 0;
}

.r_top {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.head_4 {
    font: 600 20px 'Manrope', arial, sans-serif;
}

.r_place {
    font: 16px 'Manrope', arial, sans-serif;
    color: #616368;
}

.stars {
    margin: 0 0 15px;
}

.slick-slide.item {
    box-shadow: 0 0 15px rgb(43 113 18 / 10%);
    padding: 40px;
    margin: 30px 15px;
    border-radius: 5px;
}

.slick-arrow.slick-prev,
.slick-arrow.slick-next {
    background: #fff;
    color: #83d463;
    font: 300 50px /50px 'Manrope', arial, sans-serif;
    border: 1px solid #83d463;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 999;
}

.slick-arrow.slick-prev span,
.slick-arrow.slick-next span {
    position: relative;
    top: -4px;
}

.slick-arrow.slick-prev:hover,
.slick-arrow.slick-next:hover {
    background: #83d463;
    color: #fff;
}

.slick-arrow.slick-prev {
    right: auto;
    left: -10px;
}

.s3 {
    padding: 170px 0;
}

.q_item {
    background: #fff;
    box-shadow: 0 0 15px rgb(43 113 18 / 10%);
    padding: 15px 75px 15px 45px;
    margin: 0 0 15px;
    position: relative;
}

.q_item .answer.active{
    /*display: block;*/
}
.answer{
    padding: 25px 0;
}
ul {
    margin: 0 px;
    padding: 0 px;
    list-style: none;
}

.quest {
    font: 600 20px 'Manrope', arial, sans-serif;
}

.answer {
    display: none;
    font: 300 16px 'Manrope', arial, sans-serif;
}

.questions {
    padding: 75px 0 0;
}

.q_open {
    /* position: absolute;
    text-indent: -9999px;
    right: 45px;
    top: 30px;
    width: 20px;
    height: 20px; */
}

.q_open:before {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    right: 20px;
    top: 30px;
    background: #242f51;
    cursor: pointer;
    transition: 0.5s;
}

.q_open:after {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    right: 20px;
    top: 30px;
    background: #242f51;
    transform: rotate(90deg);
    cursor: pointer;
    transition: 0.5s;
}
.q_open.active::after{
    transform: rotate(135deg);
}
.q_open.active::before {
    transform: rotate(45deg);
}
@media (max-width: 1600px) {
    .section_itop:after {
        right: -10%;
    }

}

@media (max-width: 1199px) {
    .header_btn {
        padding-left: 0;
    }

    .section_title {
        position: relative;
        z-index: 2;
    }

    .-fs-32 {
        font-size: 26px;
    }

    .-fs-22 {
        font-size: 18px;
    }

    .bonus_item_title {
        font-size: 22px;
    }

    .steps_points {
        max-width: 130px;
    }

    .repay_item {
        padding: 40px 20px;
    }

    .repay_item_text {
        max-width: 100%;
    }

    .footer_contacts {
        padding-left: 16px;
    }

    .footer_nav {
        padding-left: 40px;
    }

    .person_info_box {
        margin-left: 0;
    }

    .section_itop:after {
        right: -20%;
    }



}

@media (max-width: 991px) {
    .header_right_row {
        justify-content: flex-end;
    }

    .header_btn {
        margin-right: 40px;
    }

    .header-col-logo {
        order: 10;
    }

    .header-col-nav {
        order: 30;
    }

    .header-col-contact {
        order: 20;
    }

    .header_menu_nav {
        padding-top: 20px;
        justify-content: center;
    }

    .header_menu_nav .nav-item {
        padding: 0 15px;
    }

    .itop_info:after {
        right: 0;
        top: -27px
    }

    .itop_info_desc {
        margin-top: 34px;
        position: relative;
        z-index: 2;
    }

    .itop_calc {
        margin: 40px auto;
        max-width: 80%;
    }

    .bonus_item {
        max-width: 600px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .bottom_btn {
        margin-top: 0;
    }

    .section_bonuses {
        padding-top: 60px;
    }

    .section_itop {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .section_steps {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .steps_item {
        max-width: 190px;
    }

    .section_repay {
        padding-top: 60px;
    }

    .footer {
        margin-top: 0;
    }

    .steps_points {
        display: none;
    }

    .section_title {
        font-size: 36px;
    }

    .section_subtitle {
        font-size: 32px;
    }

    .-fs-26 {
        font-size: 20px;
    }

    .repay_info {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .repay_info .section_text {
        margin-top: 16px;
    }

    .repay_items_row {
        justify-content: center;
    }

    .repay_item {
        margin: auto;
    }

    .footer-col-nav {
        order: 10
    }

    .footer-col-logo {
        order: 20
    }

    .footer-col-btn {
        order: 30
    }

    .footer-col-contacts {
        order: 40
    }

    .footer_nav {
        max-width: 100%;
        padding-left: 0;
    }

    .footer_menu_nav .nav-item {
        width: auto;
        max-width: 100%;
    }

    .footer_menu_nav {
        justify-content: space-between;
        width: 100%;
    }

    .footer_contacts {
        padding-left: 24px;
    }

    .footer {
        padding-top: 60px;
    }

    .section_lk_navbar .nav-link {
        padding: 0 0 5px 0;
    }

    .lk_menu {
        margin-left: 0;
        margin-right: 0;
    }

    .person_info_wrap {
        font-size: 15px;
    }

    .person_info_box {
        padding: 44px;
    }

    .form_info_title {
        max-width: 100%;
    }

    .form_info_progress {
        margin-top: 60px;
    }

    .regform {
        margin: 60px auto 0 0
    }

    .section_itop:after {
        opacity: 0.4;
        background: url(../i/top_full.png)no-repeat;
    }

    .repay_items_row {
        padding-left: 0;
    }

    .repay_item {
        margin: 0 15px;
    }

    .section_repay_row>div:first-child {
        order: 20
    }

    .section_repay_row>div:last-child {
        order: 10
    }

}

@media (max-width: 768px) {
    .header_btn .btn-primary {
        padding: 4px 32px;
    }

    .header_right_row {
        justify-content: flex-end;
    }

    .header_contacts {
        order: 10
    }

    .header_btn {
        order: 20
    }

    .-fs-48 {
        font-size: 30px
    }

    .-fs-52 {
        font-size: 30px
    }

    .itop_info_subtitle {
        position: relative;
        z-index: 2;
    }

    .itop_info:after {
        top: -60px;
        width: 304px;
        background-size: contain;
    }

    .steps_item {
        max-width: 156px;
    }

    .repay_item {
        height: 300px;
    }

    .footer_menu_nav {
        display: block;
        text-align: center;
        padding: 14px 0;
    }

    .footer_menu_nav .nav-item {
        padding-bottom: 20px;
        font-size: 16px;
        font-weight: 300;
    }

    .footer-col-logo {
        order: 8
    }

    .footer_logo {
        text-align: center;
    }

    .logo_info {
        margin-top: 12px;
    }

    .footer-col-nav {
        min-height: 38px;
    }

    .footer_contacts {
        padding-left: 55px;
    }

    .card_item {
        margin-bottom: 20px;
    }

    .lk_menu .nav-item {
        width: 100%;
    }

    .lk_menu .nav-link {
        display: block;
    }

    .header_btn {
        margin-right: 0;
    }

    .bonus_item_one {
        display: none;
    }


}

@media (max-width: 576px) {
    .header_logo {
        text-align: center;
    }

    .header_menu_nav .nav-item {
        padding: 0 6px;
    }

    .header_nav .nav-link {
        font-size: 16px;
    }

    .-fs-48,
    .-fs-52 {
        font-size: 23px;
    }

    .section_title span {
        margin-bottom: 10px;
    }

    .itop_info:after {
        opacity: 0.4;
    }

    .itop_info_subtitle {
        color: #000
    }

    .itop_calc {
        max-width: 100%;
    }

    .form-group {
        padding-left: 24px;
        padding-right: 24px;
    }

    .btn-secondary {
        padding: 13px 40px;
    }

    .bonus_item {
        padding: 30px;
    }

    .phone_info {
        left: 52px;
    }

    .section_title,
    .section_subtitle {
        font-size: 26px;
    }

    .steps_item {
        max-width: 100%;
    }

    .steps_item_num {
        margin: auto
    }

    .steps_item {
        margin-bottom: 20px;
        text-align: center;
    }

    .steps_item_title {
        margin-top: 20px;
    }

    .steps_row {
        margin-top: 40px;
    }

    .repay_item {
        margin-bottom: 20px;
    }

    .footer_contacts {
        padding-left: 0;
    }

    .footer_phone {
        text-align: center;
        margin-top: 20px;
    }

    .footer_text {
        text-align: center;
        display: block;
    }

    .footer_contacts {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    h1,
    .h1 {
        font-size: 26px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    .person_info_box {
        padding: 34px 16px;
    }

    .order_item_info {
        margin-bottom: 20px;
    }

    .order_info_title {
        margin-bottom: 6px;
    }

    .order_item_row.header_row {
        padding-top: 0;
    }

    .card_list_row {
        padding-bottom: 28px;
    }

    .section_form {
        padding-top: 60px;
    }

    .form_info_progress_control {
        width: 100%;
    }

    .regform {
        max-width: 100%;
    }

    .regform input.form-control {
        width: 100% !important;
    }

    .regform .form_row {
        display: block;
        width: 100%;
    }

    label {
        width: 100%;
    }

    .input_box+.input_box {
        margin-left: 0;
    }

    .header_logo {
        min-width: 118px;
        margin-left: -15px;
    }

    .header .navbar-toggler {
        background: transparent;
        width: 23px;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        border: none;
        margin-left: 0;
        outline: none;
    }

    .header .navbar-toggler .line {
        width: 21px;
        background: #b5b5b5;
        color: #b5b5b5;
        height: 2px;
        display: block;
        margin-bottom: 3px;
    }

    .header_phone {
        font-size: 12px;
    }

    .header_phone+.info {
        display: none;
    }

    .header_right_row {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .header_btn .btn-primary {
        padding: 4px;
        width: 100%;
        top: 0;
    }

    .header_menu {
        display: none;
    }

    .itop_info_title .-blue:after {
        display: none;
    }

    .itop_info_title {
        text-align: center;
        font-size: 17px;
    }

    .itop_info_title .-black {
        font-size: 30px;
    }

    .itop_info_title .-orange {
        display: none;
    }

    .itop_info_subtitle {
        text-align: center;
        color: #747474;
        font-weight: 300;
        font-size: 16px;
    }

    .itop_info_desc_item_title {
        font-size: 20px;
    }

    .itop_info_desc_item_text {
        font-size: 12px;
    }

    .itop_info_desc {
        margin-top: 51px;
    }

    .section_itop:after {
        display: none;
    }

    .itop_calc {
        margin-top: 101px;
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .itop_calc:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: -73px;
        background-size: cover;
        width: 426px;
        left: -76px;
        height: 533px;
    }

    .section_itop {
        padding-top: 36px;
    }

    .itop_calc:after {
        right: -10px;
        bottom: 10px;
    }

    .itop_calc .form_row {
        flex-wrap: nowrap;
    }

    .form-group-title {
        font-size: 12px;
    }

    .range_res {
        font-size: 20px;
        white-space: nowrap;

    }

    .amount {
        margin-top: 20px;
    }

    .form-group-one,
    .form-group-two {
        margin-bottom: 56px;
    }

    .irs--round .irs-grid {
        height: 30px;
    }

    .irs--round .irs-grid-text {
        font-size: 10px;
    }

    .form-group-res {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 24px;
    }

    .res_title {
        font-size: 12px;
    }

    .res_info_data,
    .res_info_sum {
        font-size: 14px;
    }

    .form-btn .btn-form {
        font-size: 16px;
        padding: 9px 0;
    }

    .bottom_text {
        font-size: 10px;
    }

    .form-group.form-btn {
        margin-bottom: 0;
    }

    .bonus_item_icon {
        width: 28px;
        height: 28px;
    }

    .bonus_list_item {
        padding-left: 54px;
    }

    .bonus_item {
        padding: 0;
    }

    .bonus_item_title {
        font-size: 18px
    }

    .bonus_item_text {
        font-size: 12px;
    }

    .bonus_item_title {
        margin-bottom: 9px;
    }

    .bonus_list_item {
        margin-bottom: 36px;
    }

    .section_bonuses .bottom_btn {
        padding-left: 54px;
    }

    .btn {
        font-size: 14px;
    }

    .section.section_steps {
        font-size: 30px;
        text-align: center;
    }

    .section_steps .section_title {
        margin-bottom: 0;
    }

    .steps_row:before {
        display: none;
    }

    .steps_item {
        max-width: 180px;
        margin: auto;
        margin-bottom: 35px;
    }

    .steps_item_num span {
        border-left: 3px solid #f4f4f4;
        height: 100%;
        padding-left: 30px;
        font-size: 55px;
    }

    .steps_item_num {
        display: inline-block;
    }

    .steps_item_num:after {
        bottom: 40%;
        left: -6px;
        width: 16px;
        height: 16px;
    }

    .steps_item_title {
        font-size: 16px;
        color: #000000;
        font-weight: 500;
    }

    .steps_item_text {
        font-size: 12px;
    }

    .repay_info {
        text-align: center;
    }

    .repay_info .section_title {
        font-size: 30px;
        line-height: 37px;
    }

    .section_text {
        font-size: 16px;
        color: #747474;
    }

    .steps_item:last-child {
        margin-bottom: 0;
    }

    .repay_items_row {
        flex-wrap: wrap
    }

    .repay_item {
        height: 267px;
        width: 100%;
        margin: 10px 0;
    }

    .footer_logo {
        max-width: 160px;
        margin-left: auto;
        margin-right: auto;
    }

    .section_mobil_phone {
        display: block;
        padding-top: 30px;
        padding-bottom: 25px;
        text-align: center;
    }

    .section_mobil_phone .footer_phone {
        color: #ff7912;
        margin-top: 0;
    }

    .section_mobil_phone .footer_text {
        color: rgba(24, 24, 24, 0.4);
    }

    .footer_contacts .footer_phone,
    .footer_contacts .footer_text {
        display: none;
    }

    .footer-col-btn {
        order: 30
    }

    .footer-col-contacts {
        order: 20
    }

    .footer_contacts {
        margin-bottom: 40px;
    }

    .footer_btn {
        margin-bottom: 25px;
    }

    .header-col-contact {
        padding-left: 0;
    }

    .col-mobil {
        display: block;
    }

    .header_mobil_nav .nav-link {
        font-size: 16px;
        color: #000000;
        line-height: 34px;
        margin-bottom: 20%;
        padding: 0;
    }

    .header_menu_nav {
        flex-direction: column;
    }

    .header_mobil_contacts,
    .mobil_menu {
        padding-left: 38px;
    }

    .header_mobil_line {
        height: 43px;
        background-color: #f5f5f5;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 10px;
    }

    .close {
        background: url(../i/x-mark-svg.svg) no-repeat center right;
        width: 30px;
        height: 30px;
        display: block;
    }

    .header_mobil_contacts {
        display: block;
        margin-top: 45px;
        position: relative;
        top: -4px;
    }

    .header_btn .btn-primary {
        position: relative;
    }

    .header_mobil_phone {
        display: block;
    }

    .header_mobil_info {
        display: block;
        font-size: 14px;
        color: #696969;
    }

    .mobil_menu {
        padding-left: 40px;
    }

    .mobil_menu .nav-link {
        padding-left: 0;
    }

    .header_logo {
        top: 0;
    }

    .header_btn .btn-primary {
        line-height: 1.2;
        padding: 5px 2px;
    }

    .form_info_title {
        font-size: 18px;
    }

    .form_info_title,
    .form_info_subtitle,
    .form_info_progress {
        text-align: center;
    }

    .form_info_subtitle {
        font-size: 15px;
        line-height: 34px;
    }

    .form_info_subtitle p+p {
        margin: 0;
    }

    .form_info_subtitle {
        margin-top: 14px;
    }

    .form_info_progress {
        margin-top: 55px;
    }

    .main_form_top {
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 18px;
        text-align: center;
        color: #ffffff;
        background-color: #00c4f1;
        height: 47px;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .form_radio_btn label {
        width: 100%;
        height: 60px;
    }

    .form_radio_btn {
        width: 49%;
    }

    .form_group-title {
        display: none;
    }

    .section_lk_navbar_toggle {
        color: #00c4f1;
        font-size: 15px;
        padding-top: 16px;
        padding-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .lk_menu {
//        display: none;
    }

    .section_lk_navbar_toggle:after {
        content: '';
        background: url(../i/arrow-down.svg) no-repeat center;
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        background-size: contain;
        transform: translateY(-50%);
    }

    .header_row {
        display: none;
    }

    .order_item_col {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .mtitle {
        display: block;
    }

    .order_item_info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .mobil_row {
        color: #00c4f1;
        font-size: 15px;
        padding-top: 16px;
        padding-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .mobil_row:after {
        content: '';
        background: url(../i/arrow-down.svg) no-repeat center;
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        background-size: contain;
        transform: translateY(-50%);
    }

    .-mhide {
        display: none;
    }

    .header_row {
        display: none;
    }

    .-mhide+.-mhide {
        border-top: 1px solid rgba(60, 60, 60, 0.2);
        padding-top: 20px;
    }

    .person_info_col:first-child {
        width: 100%;
    }

    .person_info_row+.person_info_row {
        margin-top: 16px;
    }

    .person_info_col:last-child {
        color: #808080;
    }

    .card_list_row {
        margin-bottom: 0;
    }
}
@media (max-width: 576px){
    .header-info__button {
        font-size: 12px;
    }
    .header-info__title{
        text-align: left;
    }
    .header-info__text{
        text-align: left;
    }
    .itop_info{
        padding-bottom: 50px;
    }
    .header_logo{
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        margin: auto;
    }
    .header_btn{
        font-size: 12px;
    }
}

