.burger {
    position: absolute;
    padding: 8px;
    right: 7px;
    top: 5px;
    cursor: pointer;
    display: none;
}

@media (max-width: 992px) {
    .burger {
        display: block;
        z-index: 99
    }
}

.burger span {
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-bottom: 3px;
}

.burger span:last-child {
    margin: 0
}

.hero {
    background: #2174d9 url("../../../../zaima/img/test_img/bgnew.png") 50% no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .hero {
        margin-bottom: 40px
    }
}

.hero_tail {
    background: transparent url("../../../../zaima/img/test_img/round_bg.png") 50% no-repeat;
    background-size: cover;
    height: 54px
}

header {
    padding: 28px 0;
    margin-bottom: 62px;
}

@media (max-width: 992px) {
    header {
        margin-bottom: 22px
    }
}

header .container {
    position: relative
}

.hero_title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-bottom: 56px;
}

@media (max-width: 992px) {
    .hero_title {
        font-size: 22px;
        line-height: 28px
    }
}

.nav-container {
    padding-top: 4px;
    text-align: right;
    overflow: hidden;
    visibility: visible;
}

@media (max-width: 992px) {
    .nav-container {
        position: absolute;
        right: 15px;
        visibility: hidden;
        z-index: -99;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background-color: #fff;
        transition: .2s
    }
    .nav-container.is_active {
        visibility: visible;
        z-index: 1;
        -webkit-transform: translateX(16px);
        transform: translateX(16px);
        transition: .2s
    }
}

.nav_listing {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    z-index: 1;
}

.nav_listing li {
    float: left;
}

@media (max-width: 992px) {
    .nav_listing li {
        float: none;
        display: block
    }
}

.nav_listing a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 4px 16px;
    font-size: 14px;
}

@media (max-width: 992px) {
    .nav_listing a {
        color: #9a78fb
    }
}

.nav_listing a:hover, .nav_listing a:focus, .nav_listing a:visited, .nav_listing a:active {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 992px) {
    .nav_listing a:hover, .nav_listing a:focus, .nav_listing a:visited, .nav_listing a:active {
        color: #9a78fb
    }
}

.logos_block {
    margin-bottom: 14px;
}

@media (max-width: 992px) {
    .logos_block {
        display: none
    }
}

.logos_block ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 500px;
}

.logos_block ul li {
    float: left;
    padding: 0 16px
}

.main_slider_block {
    max-width: 970px;
    padding: 0 15px;
    margin: 0 auto 54px;
}

@media (max-width: 992px) {
    .main_slider_block {
        padding: 0
    }
}

@media (max-width: 768px) {
    .main_slider_block {
        margin-bottom: 0
    }
}

.main_slider_block .mp_slider_result {
    position: relative;
}

.main_slider_block .mp_slider_result:nth-child(2):before {
    content: '+'
}

.main_slider_block .mp_slider_result:nth-child(3):before {
    content: '='
}

.main_slider_block .mp_slider_result:before {
    position: absolute;
    color: #a9b3bd;
    font-size: 14px;
    font-size: 22px;
    top: 6px;
    left: -50%;
    -webkit-transform: translateX(56px);
    transform: translateX(56px);
}

@media (max-width: 768px) {
    .main_slider_block .mp_slider_result:before {
        display: none
    }
}

.main_slider_block #slider {
    margin-bottom: 66px
}

.main_slider_block .ui-slider-handle {
    top: -14px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #9a78fb;
    border: 0 none;
}

.main_slider_block .ui-slider-handle:before {
    content: '||';
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding-left: 10px;
    letter-spacing: 3px
}

.main_slider_block .ui-slider-handle:focus, .main_slider_block .ui-slider-handle:active {
    outline: none;
    background-color: #9a78fb
}

.main_slider_block .ui-slider-horizontal {
    height: 4px;
    border: 0 none;
    background-color: #e9eef3
}

.main_slider_block .ui-widget-header {
    position: absolute;
    height: 100%;
    background-color: #9a78fb
}

.main_slider_block .feed_col_center {
    text-align: center
}

.main_slider_block .bg_wrap {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .main_slider_block .bg_wrap {
        padding-top: 40px
    }
}

.main_slider_block .slider_text_type_medium {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    position: relative
}

.main_slider_block .slider_text_type_large {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    position: relative
}

.main_slider_block .slide {
    background-color: #fff;
    overflow: hidden;
}

.main_slider_block .slide .btn-primary {
    padding: 13px 12px
}

.main_slider_block .slide i {
    font-style: normal;
    color: #a9b3bd;
    font-size: 14px;
    line-height: 16px
}

.main_slider_block .slide .col_padding_top {
    padding-top: 4px
}

.main_slider_block .slide .left, .main_slider_block .slide .right {
    padding-bottom: 16px
}

.main_slider_block .slide .left .slider_text_type_medium {
    text-align: left
}

.main_slider_block .slide .right .slider_text_type_medium {
    text-align: right;
}

.main_slider_block .slide .right .slider_text_type_medium b {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    position: absolute;
    right: 70px;
    top: -8px
}

.main_slider_block .slide .inside_container {
    padding: 0 35px 56px
}

.main_slider_block .circle {
    font-style: normal;
    position: absolute;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 28px;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

.main_slider_block .header_btns {
    list-style-type: none;
    margin: 0 0 44px 0;
    padding: 0;
    width: 100%;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

@media (max-width: 992px) {
    .main_slider_block .header_btns {
        display: none
    }
}

.main_slider_block .header_btns li {
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding: 26px 30px;
    background-color: #e9eef3;
    position: relative;
    color: #a9b3bd;
    width: calc(100% / 3);
    text-align: center;
}

.main_slider_block .header_btns li span {
    position: relative
}

.main_slider_block .header_btns li:first-child {
    background-color: #fff;
    color: #9a78fb;
}

.main_slider_block .header_btns li:first-child .circle {
    background-color: #9a78fb;
    color: #fff
}

.main_slider_block .header_btns li:last-child:after {
    content: '';
    position: absolute;
    height: calc(100% - 2px);
    width: 1px;
    left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d6dce3
}

body.form_page .hero + .container {
    padding-top: 130px
}

body.form_page .main_slider_block {
    margin-bottom: -160px;
    position: relative;
    z-index: 99;
}

body.form_page .main_slider_block .bg_wrap {
    box-shadow: 0 14px 80px rgba(47, 64, 125, 0.2)
}

.content_block h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 22px
}

.content_block p {
    font-size: 14px;
    line-height: 20px;
    color: #a9b3bd;
    margin-bottom: 50px
}

.content_title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 56px;
    margin-top: 0;
}

@media (max-width: 768px) {
    .content_title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 28px
    }
}

.features_block {
    margin-bottom: 116px;
}

.features_block > div {
    text-align: center;
}

@media (max-width: 992px) {
    .features_block > div {
        margin-bottom: 20px
    }
    .features_block > div:nth-child(3), .features_block > div:nth-child(4) {
        margin: 0
    }
}

.features_block img {
    margin-bottom: 24px
}

.features_block span {
    display: block;
    width: 100%;
    text-align: center
}

.main_page_offers {
    padding-bottom: 106px;
}

@media (max-width: 768px) {
    .main_page_offers {
        padding-bottom: 40px
    }
}

.main_page_offers .thumbnail_wrap {
    background-size: cover;
}

@media (max-width: 992px) {
    .main_page_offers .thumbnail_wrap {
        text-align: center !important;
        margin-bottom: 20px
    }
    .main_page_offers .thumbnail_wrap:last-child {
        margin-bottom: 0
    }
}

.main_page_offers .thumbnail_wrap:first-child .header {
    background: #000 url("../../../../zaima/img/test_img/thumb1.jpg") 50% no-repeat
}

.main_page_offers .thumbnail_wrap:nth-child(2) .header {
    background: #000 url("../../../../zaima/img/test_img/thumb2.jpg") 50% no-repeat
}

.main_page_offers .thumbnail_wrap:nth-child(3) .header {
    background: #000 url("../../../../zaima/img/test_img/thumb3.jpg") 50% no-repeat
}

.main_page_offers .thumbnail {
    max-width: 335px;
    display: inline-block;
    text-align: center;
    padding: 0;
    overflow: hidden;
    transition: .2s;
    margin-bottom: 0;
}

.main_page_offers .thumbnail h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400
}

.main_page_offers .thumbnail p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #a9b3bd
}

.main_page_offers .thumbnail .header {
    height: 184px
}

.main_page_offers .thumbnail .body {
    padding: 26px 34px 40px
}

.main_page_offers .thumbnail .footer {
    padding: 0 34px 40px;
    border: 0 none;
}

.main_page_offers .thumbnail .footer .type_thumbnail_btn {
    background-color: #fff;
    color: #9a78fb
}

.main_page_offers .thumbnail:hover {
    box-shadow: 0 15px 40px rgba(24, 48, 82, 0.15);
    transition: .2s;
}

.main_page_offers .thumbnail:hover .footer {
    padding: 0 34px 40px;
}

.main_page_offers .thumbnail:hover .footer .type_thumbnail_btn {
    background-color: #9a78fb;
    color: #fff
}

.date_range {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.date_range li {
    float: left;
    margin-left: 10px;
}

.date_range li:first-child {
    margin: 0
}

.date_range label {
    position: relative;
    display: inline-block;
    margin: 0;
}

.date_range label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 33;
    margin: 0;
    height: 100%;
}

.date_range label input + span {
    background-color: #e9eef3;
    display: inline-block;
    height: 100%;
    padding: 10px 12px;
    border-radius: 4px;
    color: #a9b3bd;
    cursor: pointer;
    font-weight: 300
}

.date_range label input:checked + span {
    background-color: #9a78fb;
    color: #fff
}

.feed_container {
    max-width: 940px;
    margin: 0 auto 60px
}

.feed_item {
    padding: 50px 60px;
    border: 1px solid #e9eef3;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: .2s;
}

.feed_item:hover {
    box-shadow: 0 0 20px rgba(47, 64, 125, 0.15);
    transition: .2s
}

.feed_item:last-child {
    margin-bottom: 0
}

.feed_item .title {
    font-size: 18px;
    font-weight: 400;
    color: #9a78fb;
    display: block;
    margin-bottom: 20px
}

.feed_item span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #afb9c2
}

.feed_item i, .feed_item b {
    font-size: 18px;
    line-height: 22px;
    font-style: normal
}

.feed_item .action_btn {
    padding: 8px 12px
}

.feed_item .custom_padding {
    padding-top: 40px
}

.footer {
    padding: 50px 0;
    border-top: 1px solid #e3e3e3;
}

.footer .footer-menu a {
    display: block
}

@media only screen and (max-width: 620px) {
    -item:not(:last-child) {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 620px) {
    -item:nth-of-type(1) {
        width: 30%
    }
}

@media only screen and (min-width: 620px) {
    -item:nth-last-of-type(1) {
        width: 40%
    }
}

-menu a {
    display: block;
    margin-bottom: 5px
}

.social {
    margin: 10px 0 20px;
}

.social a {
    text-decoration: none;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    margin-right: 8px;
    font-size: 15px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    color: #222;
    opacity: .6;
    cursor: pointer;
}

.social a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.credit-form .agreement_block label {
    color: #a9b3bd;
    font-weight: 300;
}

.credit-form .agreement_block label input {
    margin-right: 10px
}

.credit-form .agreement_block a {
    color: #9a78fb;
    font-weight: 300
}

.credit-form .mb-20 {
    margin-bottom: 20px
}

.credit-form .sn_block {
    padding-top: 28px;
}

.credit-form .sn_block .radio {
    margin: 0
}

.credit-form .special_notice {
    font-weight: 600;
}

.credit-form .special_notice span {
    color: #a9b3bd;
    font-weight: 300
}

.credit-form input, .credit-form button {
    outline: none !important
}

.credit-form .range_holder {
    margin-bottom: 22px
}

.credit-form .title-2 {
    font-size: 26px;
    line-height: 30px
}

.credit-form .title_small {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    width: 100%
}

.credit-form .form-progress {
    margin-bottom: 16px
}

.credit-form .form-progress-text {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0
}

.form-style {
    position: relative;
    min-height: 55px;
    margin-bottom: 25px;
    padding-top: 15px;
}

.form-style:not(.completed) .form-label {
    font-size: 16px;
    color: $ color4;
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
    transition: font-size .2s, -webkit-transform .2s;
    transition: transform .2s, font-size .2s;
    transition: transform .2s, font-size .2s, -webkit-transform .2s
}

.form-style:not(.completed) .form-input {
    font-size: 16px;
}

.form-style:not(.completed) .form-input:focus ~ .form-label {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 12px
}

.form-style textarea {
    outline: none;
    padding-top: 7px;
    resize: vertical;
    min-height: 40px;
    transition: min-height .2s;
}

.form-style textarea.textarea-height {
    min-height: 100px
}

.credit-form {
    padding: 50px 80px;
    margin: 0 auto;
    box-shadow: 0 20px 30px #dbe1e9;
}

.credit-form .form-label {
    font-size: 12px !important;
    font-weight: 300;
    color: #a9b3bd
}

.credit-form input[type="text"] {
    border-bottom: 2px solid #a9b3bd;
}

.credit-form input[type="text"]:focus, .credit-form input[type="text"]:active {
    border-color: #9a78fb
}

.credit-form .loan-term-label {
    font-size: 14px;
    line-height: 18px;
    color: #a9b3bd
}

.credit-form .btn {
    width: 100%;
}

.credit-form .btn.btn-primary-revers {
    background-color: #fff;
    color: #9a78fb;
    border-color: #9a78fb
}

.credit-form-control .btn {
    padding: 11px 30px
}

.credit-form .loan-term-2 {
    padding-top: 20px;
    margin-bottom: 50px;
}

.credit-form .loan-term-2 .btn {
    margin-bottom: 8px;
    font-size: 16px
}

.credit-form .col {
    margin-right: 20px;
}

.credit-form .col:nth-last-of-type(1) {
    margin-right: 0
}

.credit-form-question .btn-1 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px
}

.credit-form-question .title-2 {
    margin-bottom: 30px
}

.credit-form-question .row {
    margin-left: -10px;
    margin-right: -10px;
}

.credit-form-question .row [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.credit-form-control {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.credit-form-step {
    height: 260px
}

.form-progress {
    margin-bottom: 40px;
}

.form-progress-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: $ color4;
}

.form-progress-text-item {
    position: relative;
}

.form-progress-text-item:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 24px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-radius: 50%;
    background: $ color3
}

.form-progress-text-item:first-child:before {
    background: $ color2;
    left: 0
}

.form-progress-text-item:last-child:before {
    left: auto;
    right: 0
}

.form-progress-bar {
    position: relative;
    height: 2px;
    background: $ color3;
}

.form-progress-bar:after {
    right: 0
}

.form-progress-fill {
    width: 0;
    height: 2px;
    background: $ color2
}

#formCarousel {
    padding-bottom: 75px
}

.form-group {
    margin-bottom: 15px
}

.form-input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 2px solid $ color3;
    background: none;
    font-size: 16px
}

.form-label {
    margin-bottom: 0;
    font-size: 12px;
    color: $ color4;
    position: absolute;
    left: 0;
    top: 2px
}

.form-group {
    position: relative
}

.carousel-item {
    display: none;
}

.carousel-item.active {
    display: block
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.btn-primary {
    background-color: #9a78fb;
    border-color: #9a78fb;
    font-size: 16px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:visited, .btn-primary:active {
    background-color: #9a78fb;
    border-color: #9a78fb
}

.width_full {
    width: 100%
}

.title_block {
    margin-bottom: 36px;
}

.title_block .hero_title {
    margin-bottom: 0;
}

.title_block .hero_title + .subtitle {
    color: #fff
}

.title_block .content_title {
    margin-bottom: 0
}

.title_block .subtitle {
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    text-align: center
}

/*# sourceMappingURL=styles.css.map */
@media (max-width: 992px) {
    .title_block .hero_title {
        margin-bottom: 12px
    }
    .title_block .subtitle {
        line-height: 22px;
    }

}

.thumbnail_feed .wrap {
    max-width: 284px;
    margin: 0 auto;
    border-radius: 3px;
    border: 2px solid #e9eef2;
    text-align: center;
    padding: 12px 32px;
}

.thumbnail_feed .wrap:hover {
    border: 2px solid #3584ef
}

.thumbnail_feed .feed_logo {
    height: 90px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.thumbnail_feed .feed_logo a {
    display: inline-block;
    width: 100%;
    text-align: center
}

.thumbnail_feed .feed_logo img {
    display: inline-block
}

.thumbnail_feed .feed_title {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.thumbnail_feed .feed_title a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #3584ef;
    display: inline-block;
    word-break: break-all;
}

.thumbnail_feed .feed_title a:hover, .thumbnail_feed .feed_title a:focus, .thumbnail_feed .feed_title a:active {
    color: #3584ef;
    text-decoration: none
}

.thumbnail_feed .info_listing {
    list-style-type: none;
    padding: 0;
    margin: 0 0 24px;
}

.thumbnail_feed .info_listing li {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.thumbnail_feed .info_listing span {
    font-size: 16px;
    line-height: 36px
}

.thumbnail_feed .action_btn {
    display: inline-block;
    width: 100%;
    color: #fff;
    background-color: #3584ef;
    border-radius: 3px;
    padding: 10px 8px;
    margin-bottom: 20px;
    font-weight: 300;
}

.thumbnail_feed .action_btn:hover, .thumbnail_feed .action_btn:focus, .thumbnail_feed .action_btn:active {
    text-decoration: none
}

.thumbnail_feed .wrap {
    margin-bottom: 44px;
    transition: .2s;
    position: relative;
}

.thumbnail_feed .wrap:hover {
    transition: .2s;
}

.thumbnail_feed .wrap:hover .action_btn {
    background-color: #2571d9
}

.thumbnail_feed .link_wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
}

@media (max-width: 768px) {
    .hero_tail {
        display: none;
    }
    .hero {
        margin-bottom: 20px;
    }
    .thumbnail_feed .wrap {
        margin-bottom: 14px;
    }
    header {
        margin-bottom: 0;
    }
}

.promo-feed__header {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 50px;
}

.promo-feed__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 200px;
    height: auto;
    border-radius: 50%;
}

.promo-feed__logo img {
    max-width: 100%;
}

.promo-feed__logo--big {
    width: 280px;
}

.promo-feed__banner {
    position: relative;
    background: #7C6AD6;
    padding: 30px;
    border-bottom-left-radius: 50px;
    margin: 0 -20px;
}

.promo-feed__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.promo-feed__title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
}

.promo-feed__title--p-6 {
    width: 100%;
    line-height: 1.2;
}

.promo-feed__subtitle {
    font-size: 18px;
}

.promo-feed__subtitle--p-6 {
    font-size: 14px;
    line-height: 1.3;
}

.promo-feed__content {
    padding: 10px 0 30px;
}

.promo-feed__content--p-6 {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .promo-feed__header {
        padding-top: 50px;
    }
    .promo-feed__header--t-left {
        text-align: left;
    }

    .promo-feed__header--t-top {
        padding: 0;
    }
    .promo-feed__banner {
        padding: 30px 50px 30px 150px;
        border-radius: 50px;
        margin: 0;
    }
    .promo-feed__icon {
        position: absolute;
        width: 65px;
        height: 65px;
        left: 4%;
        top: 25%;
        margin: 0;
    }
    .promo-feed__title {
        margin: 30px auto 20px;
        line-height: 1.4;
    }
    .promo-feed__title--p-6 {
        text-align: left;
    }
    .promo-feed__subtitle--p-6 {
        text-align: left;
        font-size: 18px;
    }
    .promo-feed__content {
        padding: 50px 0;
    }
}

@media (min-width: 1024px) {
    .promo-feed__title {
        font-size: 46px;
        width: 860px;
    }
    .promo-feed__title--width {
        width: 1000px;
    }
}

@media (max-width: 1024px) {
    .promo-feed__title--p-6 {
        font-size: 25px;
    }
}

/*New Index*/
.container--feed {
    width: 1310px;
    max-width: 100%;
}
.index-header {
    position: relative;
    background: #FFEBDD;
    margin: 0;
}
.index-header__icon {
    display: block;
    margin: 0 auto;
}
.index-header--full{
    padding: 0 0 40px 0;
}

.index-header .container {
    height: auto;
}
.picture-item {
    display: none;
}
.index-header__menu {
    display: flex;
    padding: 20px 10px;
}
.index-header__menu .logo {
    margin: 0;
    position: unset;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.index-header__menu .logo img {
    width: 200px;
}
.index-header__menu .logo:hover {
    text-decoration: none;
}
.index-header__row {
    padding-top: 10px;
}
.phone-item__title, .phone-item__subtitle {
    text-align: center;
    margin-bottom: 20px;
}
.phone-item__subtitle {
    font-size: 18px;
}
.phone-item__title {
    font-weight: bold;
    font-size: 33px;
    line-height: 1.3;
}
.phone-item__wrapper {
    background: #fff;
    padding: 15px 15px 15px 40px;
    border-radius: 10px;
}
.phone-item__form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.phone-item__field {
    border: none;
    flex: 1;
    width: 100%;
    font-weight: 500;
}
.phone-item__field:focus-visible {
    outline: none;
}
.main-btn {
    background: #EC5C55;
    color: #fff;
    border-radius: 6px;
    padding: 7px 10px;
    border: none;
    box-shadow: 0 5px 10px rgb(255 79 77 / 31%);
}
.main-btn:hover {
    color: #fff;
    background: #ec5c55d4;
    transition: background 0.2s;
    text-decoration: none;
}
.main-btn:active {
    transform: scale(0.9);
}
.main-btn:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}
.phone-item__button {
    margin-left: 15px;
    font-size: 13px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
}

.phone-item__button--disabled {
    background: #9f9a99;
    box-shadow: none;
    transition: 0.2s;
    cursor: not-allowed!important;
}
.phone-item__button--disabled:active {
    transform: none;
}
.phone-item__button--disabled:hover {
    background: #9f9a99;
}
.phone-item__wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 576px;
    box-shadow: 0 10px 15px rgb(23 19 16 / 10%);
}
.phone-item__wrapper:before {
    content: '';
    position: absolute;
    top: 23px;
    left: 10px;
    width: 22px;
    height: 22px;
    background: url("../img/phone-icon.svg") 0 0 no-repeat;
    background-size: 15px;
}
.main-content {
    padding: 30px 0;
    background: #fff url("../img/patern.png") 0 0 no-repeat;
}
.main-content__title {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}
.main-content__subtitle {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 20px;
}
.main-content__title,
.main-content__subtitle {
    text-align: center;
}
.main-content__icon {
    margin-bottom: 15px;
}
.main-content__footer {
    margin-top: 30px;
}
.content-footer__text {
    margin-bottom: 10px;
}
.font {
    color: #78BF6F;
}
.main-content__icon {
    margin: 0 auto 15px;
    display: none;
}
.main-content__icon--show {
    display: block;
}

@media(min-width: 480px){
    .index-header__menu {
        padding: 20px;
    }
}

@media(min-width: 1024px){
    .index-header__icon {
        display: none;
    }
    .index-header--full {
        padding-bottom: 0;
    }
    .index-header__phone:before {
        content: '';
        position: absolute;
        left: 100px;
        top: -160px;
        width: 124px;
        height: 130px;
        background: url("../img/decoration.svg") 0 0 no-repeat;
    }
    .index-header__row {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding-top: 30px;
        background: url("../img/index-full.png") no-repeat;
    }
    .index-header__row--size {
        background-position: bottom right;
        min-height: 475px;
    }

    .index-header__phone {
        position: relative;
        flex: 1 1 100%;
    }
    .phone-item__field {
        margin-left: 20px;
    }
    .picture-item {
        display: flex;
        align-items: flex-end;
    }
    .phone-item__title {
        font-size: 40px;
        text-align: left;
        line-height: 1.4;
        max-width: 400px;
        margin-top: 50px;
    }
    .phone-item__subtitle {
        font-size: 21px;
        text-align: left;
        max-width: 430px;
        line-height: 1.4;
    }
    .phone-item__wrapper {
        margin: 0 0 20px 0;
        max-width: 476px;
    }
    .phone-item__wrapper:before {
        top: 23px;
        left: 20px;
        background-size: unset;
    }
    .main-content {
        padding: 70px 0;
    }
    .main-content__footer {
        margin-top: 50px;
    }
    .main-content__title,
    .main-content__subtitle {
        text-align: left;
    }
    .main-content__icon {
        margin: 0 0 15px;
    }
    .main-content__icon--show {
        display: block;
    }
}
@media(min-width: 1200px){
    .phone-item__title {
        font-size: 44px;
    }
    .phone-item__title {
        max-width: 500px;
    }
    .phone-item__wrapper {
        max-width: 576px;
    }
}
