/*=================================== Adaptive ===================================*/
@media (max-width: 1500px){
    .b-promo_inside{
      background-position-x: -60px;
    }
    .b-promo_inside-single{
        background-position-x: 0;
    }

    .b-promo_inside{

    }

    .b-promo_image-mobile{
        background-size: 1700px auto;
        background-position: left -200px center;
    }
}
@media (max-width: 1300px){
    .b-jobs .b-decor img{
        width: 90%;
    }
}

@media (max-width: 1199px){

    .b-btn{
        font-size: 12px;
    }
    .b-btn_big{
        font-size: 16px;
    }

    .header__top > .container > .row-flex{
        margin: -10px;
    }
    .header__top > .container > .row-flex > .col{
        padding: 10px;
    }
    .header__top > .container > .row-flex > .col > .row-flex{
        margin: -10px;
    }
    .header__top > .container > .row-flex > .col > .row-flex > .col{
        padding: 10px;
    }
    .header__bottom > .container  .row-flex{
        margin: -10px;
    }
    .header__bottom > .container  .row-flex  .col{
        padding: 10px;
    }


    .b-top-menu__list > li > a{
        font-size: 14px;
    }
    .b-top-menu__list > li.menu-item-has-children > a{
        padding-right: 15px;
    }
    .b-top-menu__list > li.menu-item-has-children > a:after{
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #000;
    }

    .b-logo img{
        width: 105px;
    }

    .b-choice-region__title{
        margin-right: 15px;
    }

    .b-action a:first-child{
        margin-right: 20px;
    }

    .b-small-contacts__item_phone{
        font-size: 20px;
    }
    .b-small-contacts__item_txt{
        font-size: 13px;
    }

    .b-menu__list li a{
        font-size: 13px;
    }

    .b-promo_inside-single{
        background-position-x: -85px ;

    }
    .b-promo__content{
        margin-left: -20px;
        margin-bottom: 30px;
    }
    .b-promo_main .section__header{
        margin-left: -140px;
        margin-top: -50px;
    }
    .b-promo_main .b-promo__header p{
        margin-bottom: 5px;
    }

    .b-promo__header{
        padding: 30px 30px;
    }
    .b-promo_main .b-promo__header{
        padding: 25px 25px;
    }

    .b-proposition__list > .row-flex{
        margin: -10px;
    }
    .b-proposition__list > .row-flex > .col{
        padding: 10px;
    }
    .b-proposition__item{
        padding: 0 20px 20px 20px;
    }
    .b-proposition__item-content p{
        margin: 0 0 10px 0;
    }
    .b-proposition__item-title{
        margin: 0 -20px;
        font-size: 19px;
    }
    .b-proposition__item-content{
        padding: 15px 0;
    }

    .b-promo_inside{
        min-height: 700px;
    }

    .b-info__content-list > .row-flex{
        margin: 0 -15px;
    }
    .b-info__content-list > .row-flex > .col{
        padding: 10px;
    }

    .b-form__content .b-btn{
        font-size: 15px;
        padding: 12px 10px;
    }
    .b-form_simple .b-form__content .b-btn{
        padding: 20px 25px;
    }
    .b-form_realty .b-btn{
        padding: 20px 10px;

    }

    .b-credit .b-form_get-now{
        padding: 40px 35px;
    }
    .b-credit .b-form_get-now h2{
        font-size: 22px;
    }
    .b-credit .b-form_get-now .input-text{
        padding: 16px 14px;
    }
    .b-credit .b-form__content .b-btn{
        padding: 20px 25px
    }

    .b-examples__item{
        padding: 10px 25px;
    }
    .b-examples__item_nopadding{
        padding: 0;
    }

    .b-jobs .b-decor{
        right: -110px;
    }
    .b-jobs .b-decor img{
        width: 80%;
    }
    .b-jobs__right-part .b-btn{
        padding: 20px 25px;
        width: 100%;
    }

    #footer .b-logo img {
        width: 190px;
    }
    .footer__content > .row-flex {
        margin: -10px;
    }
    .footer__content > .row-flex > .col {
        padding: 10px;
    }
    .b-footer-menu__list {
        margin: 0 -5px;
    }
    .b-footer-menu__list li {
        padding: 2px 5px;
    }
}
@media (max-width: 991px){
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }


    .section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section__header{
        margin-bottom: 30px;
    }

    .header__top,
    .header__bottom{
        padding: 15px 0 15px 0;
    }
    .header__top > .container > .row-flex > .col_right{

    }

    .b-choice-region{
        display: block;
    }
    .b-choice-region__title{
        margin-right: 0;
        font-size: 12px;
    }


    .b-small-contacts__item_txt {
        font-size: 12px;
    }
    .b-small-contacts__item_phone{
        font-size: 19px;
    }
    /*
    #header .b-small-contacts__item_phone span{
        display: none;
    }
    #header .b-small-contacts__item_phone{
        margin-bottom: 0;
    }
    #header .b-small-contacts__item_phone a{
        width: 50px;
        height: 50px;
        border-radius: 0;
        background: #ffffff;
        border: 1px solid #000000;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-bottom: 0;
    }
    #header .b-small-contacts__item_phone i{
        color: #000000;
    }*/


    .b-menu__list{
        margin: 0 -5px 0 -5px;
    }
    .b-menu__list li{
        padding: 0 5px 0 5px;
    }
    .b-menu__list li a{
        font-size: 11px;
        border-bottom-width: 2px;
        padding-bottom: 15px;
    }


    .b-promo .section__header{
        margin-left: 0;
    }
    .b-promo_inside{
        min-height: auto;
        background-size: 1140px;
        background-position-y: bottom;
    }
    .b-promo_inside-single{
        background-position-x: -60px;
    }
    .b-promo_inside.section{
        padding: 30px 0 90px 0;
    }
    .b-promo__header{
        padding: 20px;
    }
    .b-promo__content{
        margin-bottom: 0;
        margin-right: -140px;
    }
    .b-promo__header-title{
        font-size: 20px;
    }
    .b-promo__header-subtitle span{
        font-size: 28px;
    }
    .b-promo__header p{
        font-size: 15px;
    }
    .b-promo .section__header ul li:before{
        font-size: 15px;
        top: 2px;
    }
    .b-promo .section__header ul li{
        font-size: 15px;
        padding-left: 25px;
    }
    .b-promo_inside .row-flex{
        min-height: 450px;
    }
    .b-promo_main .slick-list{
        padding-bottom: 40px;
    }
    .b-promo_main .col_img .b-promo__content{
        margin-top: 0;
        margin-bottom: -15px;
    }

    .b-proposition__list{
        margin-top: 0;
    }
    .b-proposition__list > .row-flex{
        margin: -25px -15px;
    }
    .b-proposition__list > .row-flex > .col{
        padding: 25px 15px;
    }
    .b-proposition__item{
        padding: 0 30px 20px 30px;
    }
    .b-proposition__item-title{
        font-size: 20px;
        margin: 0 -30px;
    }
    .b-proposition__item-content{
        padding: 20px 0;
    }
    .b-proposition__item-content p{
        margin: 0 0 15px 0;
        font-size: 14px;
    }
    .b-proposition__item-action .b-btn{
        font-size: 14px;
    }

    .b-advantages h2{
        padding-bottom: 30px;
    }
    .b-advantages .section__header{
        text-align: left;
    }
    .b-advantages .section__header h2{
        text-align: left;
    }
    .b-advantages .text-center:after{
        margin-left: 0;
        margin-right: 0;
    }
    .b-advantages__item-info{
        font-size: 15px;
    }

    .b-small-info__content{
        font-size: 16px;
    }
    .b-small-info__content-img{
        top: -30px;
        right: -55px;
    }
    .b-small-info__content-img img{
        width: 120px;
    }

    .b-partners h2{
        padding-bottom: 30px;
    }
    .b-partners .section__header{
        text-align: left;
    }
    .b-partners .section__header h2{
        text-align: left;
    }
    .b-partners .text-center:after{
        margin-left: 0;
        margin-right: 0;
    }

    .b-feedback h2{
        padding-bottom: 25px;
    }

    .b-feedback-cart__top-img{
        width: 80px;
        height: 80px;
    }
    .b-feedback-cart__middle{
        font-size: 13px;
    }
    .b-feedback-cart__bottom{
        font-size: 12px;
    }


    .b-info .section__header{
        text-align: left;
        margin-bottom: 30px;
    }
    .b-info .section__header h2{
        text-align: left;
        padding-bottom: 15px;

    }
    .b-info .text-center:after{
        margin-left: 0;
        margin-right: 0;
    }
    .b-info__nav{
        display: block;
    }

    .b-questions__content-img{
        width: 150px;
        height: 150px;
    }
    .b-questions__content-img .icon{
        font-size: 100px;
    }

    .b-form_question{
        padding: 20px 30px;
    }
    .b-form_question .input-text{
        padding: 14px;
        font-size: 16px;
    }
    .b-form_question .b-btn{
        padding: 10px 14px;
        font-size: 14px;
        min-width: 100px;
    }
    .b-form_request-calculation{
        width: 500px;
        margin: auto;
        max-width: 100%;
    }
    .b-form_request-calculation .b-btn_big{
        padding: 24px 25px;
    }

    .b-form_realty{
        width: 500px;
        margin: auto;
        max-width: 100%;
    }
    .b-form_realty .b-btn{
        padding: 21px 25px;
    }

    .b-article .section__header{
        margin-bottom: 30px;
    }

    .b-credit .b-form_get-now{
        padding: 25px 15px;
    }
    .b-credit .b-form_get-now h2{
        font-size: 18px;
    }
    .b-credit .b-form_get-now .input-text{
        padding: 12px 14px;
        font-size: 16px;
    }
    .b-credit .b-form__action{
        margin-top: 10px;
    }
    .b-credit .b-form__content .b-btn{
        padding: 16px 25px
    }

    .b-advantages-small{
        padding: 25px 15px;
    }
    .b-advantages-small .section__header{
        display: block;
    }
    .b-advantages-small .section__header h2{
        width: auto;
        font-size: 26px;
        text-align: center;
    }
    .b-advantages-small__item-img{
        width: 90px;
        height: 90px;
    }
    .b-advantages-small__item-img img{
        width: 55px;
    }
    .b-advantages-small__item-info{
        font-size: 14px;
    }

    .b-compare__content table thead td{
        font-size: 22px;
    }
    .b-compare__content-img{
        width: 25px;
    }

    .b-compare__content table tbody td{
        font-size: 15px;
    }

    .b-faq__list-item{
        font-size: 15px;
    }

    .b-steps__img{
        margin-top: -70px;
        padding: 0;
        text-align: center;
    }

    .b-necessary-doc__content{
        width: 720px;
    }
    .b-necessary-doc__circle{
        width: 150px;
        height: 150px;
    }
    .b-necessary-doc__circle img{
        width: 100px;
    }
    .b-necessary-doc__info{
        padding: 0 20px;
    }
    .b-necessary-doc__info-title{
        font-size: 19px;
    }

    .b-examples__item{
        width: 100%;
    }

    .b-object__item-img{
        width: 140px;
        height: 140px;
    }
    .b-object__item-action .b-btn{
        min-width: 100%;
        padding:  18px 15px;
    }

    .b-necessary-doc__circle_svg img{
        width: 50%;
    }

    .b-jobs .b-decor{
        bottom: -50px;
        right: -175px;
    }
    .b-jobs .b-decor img{
        width: 75%;
    }
    .b-jobs__item{
        font-size: 18px;
    }
    .b-jobs__item:before{
        font-size: 20px;
        right: 0;
    }

    .b-single-job__header-item-info{
        font-size: 22px;
    }
    .b-single-job__main-info-txt-title-big{
        font-size: 22px;
    }
    .b-single-job__footer-title{
        font-size: 22px;
    }

    .b-contacts__address-item{
        padding: 15px;
    }
    .b-contacts__address table{
        font-size: 15px;
    }
    table.b-contacts__address-work-time{
        margin-top: -15px;
    }
    .b-contacts__map{
        height: 300px;
    }

    .b-footer-menu__list li a{
        font-size: 14px;
    }

    .footer__content > .row-flex > .col:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    .footer__content .b-logo{
        display: inline-block;
        vertical-align: top;
    }
    .footer__content > .row-flex > .col:nth-child(2) {
        width: 70%;
    }
    .footer__content > .row-flex > .col:nth-child(3) {
        width: 30%;
        text-align: center;
    }

    .b-promo_image-mobile{
        background-size: 1300px auto;
        background-position: left -200px center;
    }
}
@media (max-width: 767px){
    #container{
        padding-top: 75px;
    }

    .b-btn_big{
        padding: 20px 25px;
    }

    #header{
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
    }
    #header .b-logo img{
        width: 80px;
    }
    #header .b-btn_small{
        min-width: 110px;
        font-size: 10px;
    }
    #header .b-btn_transparent{
        min-width: 110px;
        font-size: 10px;
    }
    #header .col_middle{
        display: none;
    }
    .header__top,
    .header__bottom{
        padding: 10px 0 10px 0;
    }
    #header .b-small-contacts__item_phone a{
        width: auto;
        height: auto;
        border: none;
    }
    .header__bottom {
        display: none;
    }
    .header__top .col_mob-menu{
        display: block;
    }
    #header .b-small-contacts__item_phone{
        margin-bottom: 5px;
    }
    #header .b-small-contacts__item_phone span{
        display: block;
    }
    #header .b-small-contacts__item_txt{
        display: block;
    }
    #header .b-small-contacts__item_phone i{
        margin-right: 8px;
    }

    #mobile-menu .selectric .label{
        line-height: 1;
    }

    .section{
        padding: 30px 0 30px 0;
    }


    .b-top-menu{
        display: none;
    }


    .b-promo.section{
        padding-top: 20px;
    }
    body:not('.services-template-friend') .b-promo_inside.section:not(.b-promo_image-mobile){
        background: #ebebeb !important;
    }
    .b-promo_image-mobile.section{
        padding-top: 300px !important;
        background-size: auto 300px !important;
        background-position: -25% top !important;
    }
    body.services-template-friend .b-promo_inside{
        margin-bottom: 30px;
        padding-top: 300px !important;
        background-size: auto 300px;
        background-position: 0% 20%;
    }
    .b-promo_inside .row-flex{
        min-height: 0;
    }
    .b-promo .section__header{
        margin-right: 15px;
        margin-top: 0;
    }
    .b-promo .section__header:before{
        top: 15px;
        right: -15px;
        bottom: -15px;
        left: 15px;
    }
    .b-promo_main h1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .b-promo__content{
        margin: 0 -80px 0 0;
    }
    .b-promo_main .b-promo__header{
        padding: 15px 18px;
    }
    .b-promo__header-title{
        font-size: 18px;
    }
    .b-promo__header-subtitle{
        font-size: 16px;
    }
    .b-promo__header-subtitle span{
        font-size: 18px;
    }
    .b-promo__header p{
        font-size: 14px;
    }
    .b-promo_main.section{
        padding-top: 0;
    }
    .b-promo_main .slick-list{
        padding-top: 20px;
        padding-bottom: 80px;
    }
    .b-promo_main h1,
    .b-promo_main .h1{
        font-size: 24px;
    }
    .b-promo_main .col_img .b-promo__content {
        margin-bottom: 0;
    }
    .b-promo_main .b-promo__item > .container > .row-flex{
        align-items: flex-start;
        align-content: flex-start;
    }
    .b-promo_main .b-promo__item > .container > .row-flex > .col:first-child{
        align-self: flex-end;
    }
    .b-promo_main .slick-list{
        padding-bottom: 40px;
    }
    .b-promo_main .slider .slick-dots{
        padding-bottom: 20px;
    }

    .b-small-info__content{
        width: 600px;
        padding: 20px 25px 20px 25px;
    }
    .b-proposition.section{
        padding-top: 30px;
    }



    .b-questions__content > .row-flex > .col:first-child{
        display: none;
    }

    .b-full-feedback .b-feedback-cart__top-img{
        width: 90px;
        height: 90px;
    }
    .b-full-feedback  .b-feedback-cart__top-title-name{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .b-full-feedback .b-feedback-cart__middle{
        font-size: 14px;
    }

    .b-certificate{
        padding-bottom: 40px;
    }


    .b-credit{
        margin-bottom: 30px;
    }
    .b-credit .b-form_get-now h2{
        font-size: 22px;
    }
    .b-credit .b-form_get-now .input-text{
        padding: 16px 14px;
    }
    .b-credit .b-form__content .b-btn{
        padding: 20px 25px;
    }


    .b-breadcrumbs + .section:not(.b-promo){
        padding-top: 0;
    }
    .b-advantages-small__item-img{
        width: 120px;
        height: 120px;
    }
    .b-advantages-small__item-img img {
        width: 70px;
    }
    .b-advantages-small__item-info {
        font-size: 18px;
        width: 250px;
        max-width: 100%;
        margin: auto;
    }

    .b-expert .section__header{
        margin-bottom: 30px;
    }

    .b-compare__content table thead td{
        font-size: 18px;
    }
    .b-compare__content table tr{
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: space-between;
    }
    .b-compare__content table thead  td{
        text-align: center;
    }
    .b-compare__content table thead td:first-child{
        display: none;
    }
    .b-compare__content table tbody td{
        font-size: 14px;
    }
    .b-compare__content table thead td{
        width: 50%;
    }
    .b-compare__content table tbody tr td{
        width: 50%;
      /*  text-align: center;*/
    }
    .b-compare__content table tbody tr:nth-child(odd){
        background: #faf9f9;
    }
    .b-compare__content table tbody tr:nth-child(even) td{
        background: transparent;
    }
    .b-compare__content table tbody tr td:first-child{
        width: 100%;
        text-align: center;
        padding-bottom: 0;
    }

    .b-necessary-doc__content{
        width: 570px;
    }
    .b-necessary-doc__info p{
        font-size: 14px;
    }
    .b-necessary-doc__content_border .b-necessary-doc__circle-wrapper{
        vertical-align: top;
    }

    .b-faq__list-item{
        font-size: 14px;
    }
    .b-faq__list > .row-flex{
        margin: -10px;
    }
    .b-faq__list > .row-flex > .col{
        padding: 10px;
    }
    .b-faq__list-item-nav{
        font-size: 16px;
    }

    .b-form_simple{
        width: 570px;
    }
    .b-form_simple h2{
        font-size: 28px;
    }
    .b-form_simple p{
        font-size: 16px;
    }
    .b-form_simple .b-btn{
        min-width: 10px;
    }

    .b-documents__item{
        padding: 30px 10px 30px 25px;
    }
    .b-documents__item-title{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .b-documents__item ul li{
        padding: 7px 0 7px 25px;
        font-size: 16px;
    }

    .b-contacts__map{
        height: 250px;
    }
    .b-contacts__address table{
        font-size: 14px;
    }

    .b-jobs .b-decor{
        display: none;
    }
    .b-jobs__right-part .b-btn{
        padding: 20px 20px;
        width: auto;
    }

    .b-single-job__header-item-info{
        font-size: 18px;
    }
    .b-single-job__main-info-txt-title-big{
        font-size: 18px;
    }
    .b-single-job__footer-title{
        font-size: 18px;
    }

    .b-steps__img{
        margin-top: -35px;
    }
    .b-steps__img img{
        max-width: 70%;
    }

    .b-modal_take-friend{
        background: #fff;
    }
    .b-take-friend .col_info{
        background: url(../images/friend.jpeg) right bottom no-repeat #fff;
        background-size: auto 190px;
        padding-bottom: 30px;
        min-height: 200px;
    }
    .b-take-friend > .row-flex > .col:nth-child(2){
        padding-top: 0;
    }

    #footer .col_social {
        width: auto;
    }
    .footer__content > .row-flex > .col:nth-child(2) {
        display: none;
    }
    .footer__content > .row-flex > .col:nth-child(3) {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 600px){

    .section{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .b-promo_main.section{
        padding-bottom: 25px;
    }
    .b-promo:before{
        display: none;
    }
    .b-promo .row-flex .col{
        width: 100%;
    }
    .b-promo__content{
        margin: 0;
    }
    .b-promo .section__header{
        margin-left: 0;
        margin-top: -90px;
    }
    .b-promo__header{
        padding: 35px 20px;
    }
    .b-promo__header-title{
        font-size: 26px;
    }
    .b-promo__header-subtitle{
        font-size: 26px;
    }
    .b-promo__header-subtitle span{
        font-size: 32px;
    }
    .b-promo__header p{
        font-size: 20px;
    }
    .b-promo_inside .section__header{
        text-align: center;
        margin: 0;
    }
    .b-promo_inside .section__header ul li{
        font-size: 16px;
    }
    .b-promo_inside.section{
        padding-bottom: 40px;
    }
    .b-promo_image-mobile.section{
        padding-top: 200px !important;
        background-size: 180% auto !important;
        background-position: left 5% top -10% !important;
    }

    .b-advantages__item-info{
        font-size: 17px;
    }

    .b-steps__img{
        margin-top: -35px;
    }

    .b-single-step__circle-wrapper{
        width: 60px;
    }
    .b-single-step__circle{
        width: 60px;
        height: 60px;
        font-size: 38px;
    }
    .b-single-step__info{
        font-size: 14px;
    }


    .b-proposition_inside{
        padding-top: 30px;
    }
    .b-proposition__list{
        margin-top: 0;
    }
    .b-proposition__list > .row-flex > .col{
        width: 100%;
    }
    .b-proposition__item-content p{
        font-size: 20px;
    }

    .b-feedback-cart{
        padding: 20px 10px;
    }

    .b-form_question{
        padding: 20px 15px;
    }
    .b-form_question h2{
        font-size: 30px;
    }
    .b-form__header-subtitle{
        font-size: 26px;
    }
    .b-form_simple .row-flex > .col{
        width: 100%;
    }

    .b-messenger ul li a{
        width: 35px;
        height: 35px;
    }

    .b-small-contacts__item_phone{
        font-size: 17px;
    }
    .b-small-contacts__item_txt{
        font-size: 11px;
    }

    .b-expert .section__header{
        margin-bottom: 30px;
    }

    .b-small-info__content{
        font-size: 18px;
    }

    .b-form_request-calculation{
        padding: 25px 25px;
    }
    .b-form_realty{
        padding: 25px 25px;
    }


    .b-necessary-doc__content{
        width: 450px;
    }

    .b-documents__item{
        width: 100%;
        padding: 20px 10px 20px 25px;
    }
    .b-documents__content .b-documents__item-action{
        margin-top: 20px;
    }
    .b-documents__item-img{
        bottom: 80px;
    }

    .b-contacts__address{
        padding: 0;
        box-shadow: none;
    }
    .b-contacts__address > table{
        display: block;
        line-height: 1.5
    }
    .b-contacts__address > table > tbody{
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        align-content: stretch;
        justify-content: flex-start;
    }
    .b-contacts__address > table > tbody > tr{
        display: block;
        width: calc(50% - 10px);
        box-shadow: 0 5px 29.4px 0.6px rgba(0, 0, 0, 0.06);
        margin: 5px;
        padding: 5px;
    }
    .b-contacts__address .b-contacts__address-cell{
        width: 100%;
        display: block;
        padding: 5px 10px;
    }
    .b-contacts__address table tr:nth-child(even) td{
        background: transparent;
    }

    .b-single-job__header{
        display: block;
    }
    .b-single-job__header-item{
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .b-single-job__header-item-title{
        margin: 0 10px 0 0;
    }
    .b-single-job__header{
        padding-bottom: 15px;
    }
    .b-single-job__main{
        padding-top: 15px;
    }


    .b-take-friend .col_info{
        background-size: auto 150px;
        min-height: 180px;
    }


    .whatsapp{
        display: block;
    }
}
@media (max-width: 480px){
    #container{
        padding-top: 61px;
    }


    h1{
        font-size: 22px;
    }
    h2{
        font-size: 18px;
    }
    .b-btn_big{
        font-size: 12px;
        padding: 16px 20px;
        min-width: 230px;
        width: 260px;
    }
    .slick-arrow{
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .title-border:after{
        width: 60px;
        margin: 15px 0 0 0;
    }

    .section__header{
        margin-bottom: 30px;
    }

    #header{
        position: fixed;
        box-shadow: none;
    }
    #header .b-logo img{
        width: 58px;
    }
    .header__top,
    .header__bottom{
        padding: 10px 0;
    }
    .header__top > .container > .row-flex > .col > .row-flex{
        margin: -5px;
    }
    .header__top > .container > .row-flex > .col > .row-flex > .col{
       padding: 5px;
    }
    .header__top > .container > .row-flex{
        margin: -5px;
    }
    .header__top > .container > .row-flex > .col{
        padding: 5px;
    }


    #header .b-btn_transparent{
        padding: 10px 10px;
    }
    #header .b-btn_small{
        padding: 12px 10px;
        min-width: 90px;
    }

    .b-menu-icon{
        width: 35px;
        height: 35px;
        padding: 7px;
    }
    .selectric .label{
        line-height: 26px;
        font-size: 13px;
    }
    .selectric .label:after{
        bottom: 3px;
    }

    .b-promo .section__header{
        margin-top: -50px;
    }
    .b-promo__content{
        text-align: center;
    }
    .b-promo__content img{
        max-width: 230px;
    }
    .b-promo_main .b-promo__content img{
        margin: auto;
    }
    .b-promo__header{
        padding: 15px;
    }
    .b-promo__header-title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .b-promo__header-subtitle{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .b-promo__header-subtitle span{
        font-size: 20px;
    }
    .b-promo .section__header ul{
        margin-bottom: 10px;
    }
    .b-promo .section__header ul li:before{
        font-size: 16px;
        top: 7px;
    }
    .b-promo__header p{
        font-size: 14px;
    }
    .b-promo_main h1{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .b-promo_main.section{
        padding-top: 20px;
    }
    .b-promo_inside.section{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .b-promo_image-mobile.section{
        padding-top: 150px !important;
        background-position-y: top !important;
    }
    .b-promo_inside .section__header{
        margin-top: 0;
    }
    .b-promo_inside h1{
        margin-bottom: 10px;
    }
    .b-promo_inside .b-promo__header{
        padding: 15px;
    }
    .b-promo_inside .b-promo__header p{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .b-promo_inside .section__header ul{
        margin-bottom: 15px;
    }
    .b-promo_inside .section__header ul li{
        font-size: 12px;
        margin-bottom: 5px;
    }

    .b-proposition__list > .row-flex{
        margin: -15px;
    }
    .b-proposition__list > .row-flex > .col{
        padding: 15px;
    }
    .b-proposition__item-title{
        font-size: 18px;
        min-height: 65px;
        padding: 10px 15px;
    }
    .b-proposition__item-content p{
        margin: 0 0 15px 0;
        font-size: 14px;
    }

    .b-advantages__item-info{
        font-size: 14px;
    }
    .b-advantages__nav.slider-nav{
        top: -50px;
    }

    .b-feedback__nav.slider-nav{
        top: -15px;
    }

    .b-partners__nav.slider-nav{
        top: -50px;
    }


    .b-info .section__header{
        margin-bottom: 20px;
    }
    .b-info__nav.slider-nav{
        top: -20px;
    }

    .b-form{
        border-width: 5px;
    }
    .b-form__content-section > .row-flex > .col{
        width: 100%;
    }
    .b-form_question .b-btn{
        width: 100%;
        padding: 16px 14px;
    }
    .b-form_question .input-text{
        padding: 10px 14px;
    }
    .b-form_question h2{
        font-size: 22px;
    }
    .b-form__header-subtitle{
        font-size: 22px;
    }
    .b-form_request-calculation .b-form__header{
        font-size: 20px;
    }
    .b-form_request-calculation .input-text{
        padding: 14px;
        font-size: 14px;
    }
    .b-form_request-calculation .b-btn_big{
        padding: 19px 25px;
        font-size: 12px;
    }
    .b-form_request-calculation .b-form__action{
        margin-top: 0;
    }
    .b-form_request-calculation .b-form__action .b-btn_big{
        min-width: 200px;
        width: 100%;
    }
    .b-form_simple{
        padding: 15px 15px;
    }
    .b-form_simple h2{
        font-size: 23px;
    }
    .b-form_simple p{
        font-size: 14px;
    }
    .b-form_realty .b-form__action{
        margin-top: 0;
    }
    .b-form_realty .b-btn{
        width: 100%;
    }
    .b-form_realty .b-form__header{
        font-size: 20px;
    }
    .b-form_realty .input-text{
        padding: 14px;
        font-size: 14px;
    }
    .b-form_realty .b-btn{
        padding: 19px 25px;
        font-size: 12px;
    }
    .b-form_calculation-realty{
        padding: 15px 15px;
    }
    .b-form_calculation-realty .b-form__header{
        font-size: 23px;
    }
    .b-form_calculation-realty .b-btn{
        padding: 19px 20px;
    }
    .b-form_calculation-realty .input-text{
        font-size: 14px;
        padding: 14px;
    }
    .b-form__content + .b-form__footer{
        margin-top: 10px;
    }

    .b-object__item-img{
        width: 120px;
        height: 120px;
        margin: 0 auto 5px;
    }
    .b-object__item-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .b-object__item-action .b-btn{
        padding: 15px 15px;
    }

    .b-questions__content-info > .icon{
        display: none;
    }


    .b-article .section__header{
        margin-bottom: 25px;
    }
    .b-article__content p{
        font-size: 14px;
        margin: 0 0 10px 0;
    }


    .b-expert h2{
        padding-bottom: 25px;
    }
    .b-expert .section__header{
        margin-bottom: 10px;
    }
    .b-expert__list .slick-dots{
        padding: 0;
    }
    .b-expert__nav.slider-nav{
        top: -20px;
    }

    #footer{
        padding: 10px 0;
    }


    .b-footer-menu__list li a{
        font-size: 14px;
    }


    .b-steps__img img{
        max-width: 100%;
    }

    .b-messenger ul li a{
        width: 30px;
        height: 30px;
    }
    .b-messenger ul li a i{
        font-size: 16px;
    }

    .b-full-feedback.section{
        padding-top: 20px;
    }
    .b-full-feedback .b-feedback-cart__middle{
        font-size: 13px;
    }
    .b-full-feedback .b-feedback-cart__top-img{
        width: 80px;
        height: 80px;
    }
    .b-full-feedback .b-feedback-cart__top-title-name{
        font-size: 16px;
    }
    .b-credit .b-form__content .b-btn{
        min-width: 100%;
        padding: 16px 25px;
    }


    .b-advantages-small .section__header{
        margin-bottom: 30px;
    }
    .b-advantages-small .section__header h2{
        font-size: 18px;
    }
    .b-advantages-small__item-img{
        width: 90px;
        height: 90px;
        margin-bottom: 15px;
    }
    .b-advantages-small__item-info{
        font-size: 14px;
    }
    .b-advantages-small__item-img img{
        width: 55px;
    }
    .b-advantages-small__list > .row-flex{
        margin: -10px;
    }
    .b-advantages-small__list > .row-flex > .col{
        padding: 10px;
    }

    .b-certificate h2{
        padding-bottom: 25px;
    }
    .b-certificate__nav.slider-nav{
        top: -40px;
    }

    .b-credit .b-form_get-now h2{
        font-size: 18px;
    }
    .b-credit .b-form_get-now .input-text{
        padding: 12px 14px;
    }

    .b-compare__content{
        padding: 15px;
    }
    .b-compare__content table thead td{
        font-size: 16px;
        padding: 10px;
    }
    .b-compare__content table tbody td{
        padding: 10px;
        font-size: 12px;
    }

    .b-small-info__content-img{
        display: none;
    }
    .b-small-info__content{
        padding: 10px;
        border-width: 5px;
        font-size: 14px;
    }


    .b-steps__content > .row-flex{
        margin: -7px;
    }
    .b-steps__content > .row-flex > .col{
        width: 100%;
        padding: 7px;
    }
    .b-steps__wrapper{
        margin-bottom: -15px;
    }
    .b-single-step__circle-wrapper{
        width: 50px;
    }
   .b-single-step{
       width: 100%;
       padding-bottom: 15px;
   }
    .b-single-step__circle{
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
    .b-single-step_block{
        display: table;
        padding-bottom: 0;
    }
    .b-single-step_block .b-single-step__circle-wrapper{
        display: table-cell;
        width: 50px;
    }
    .b-single-step_block .b-single-step__info{
        display: table-cell;
        text-align: left;
        padding: 0 15px;
    }


    .b-faq__list-item-nav{
        font-size: 14px;
        padding-top: 18px;
        width: 40px;
    }
    .b-faq__list-item-header{
        padding: 15px 40px 15px 15px;
    }

    .b-necessary-doc__content{
        width: 360px;
    }
    .b-necessary-doc__circle{
        width: 100px;
        height: 100px;
    }
    .b-necessary-doc__circle img{
        width: 65px;
    }
    .b-necessary-doc__circle_svg img{
        width: 50%;
    }
    .b-necessary-doc__info{
        padding: 0 15px;
    }
    .b-necessary-doc__info-title{
        font-size: 14px;
        padding-bottom: 10px;
    }
    .b-necessary-doc_content-action .b-btn{
        padding: 13px 10px;
    }
    .b-necessary-doc__content_border{
        border-width: 5px;
        padding: 15px 5px;
    }

    .b-examples__item{
        padding: 10px 10px;
    }
    .b-examples__item_nopadding{
        padding: 0;
    }
    .b-examples__item table td{
        font-size: 14px;
        padding: 5px;
    }

    .b-documents__item{
        width: 100%;
        padding: 15px;
    }
    .b-documents__item-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .b-documents__item ul li{
        padding: 5px 0 5px 25px;
        font-size: 14px;
    }
    .b-documents__content .b-documents__item-action{
        margin-top: 15px;
    }
    .b-documents__item-img{
        width: 100px;
        bottom: 110px;
    }

    .b-credit-sum .section__header p{
        font-size: 14px;
    }

    .b-contacts__address-work-time ul{
        column-count: 2;
    }

    .b-jobs__list{
        padding: 15px;
    }
    .b-jobs__item{
        font-size: 16px;
    }
    .b-jobs__item:before{
        font-size: 16px;
    }
    .b-jobs__right-part .b-btn{
        width: 100%;
    }
    .b-jobs__right-part .input-text{
        font-size: 12px;
        padding: 14px 14px;
    }
    .b-jobs__right-part .b-btn{
        font-size: 12px;
    }

    .mm-navbars-top .mm-navbar-size-1{
        height: 60px;
    }
    .mm-hasnavbar-top-1 .mm-panels{
        top: 60px;
    }
    .mm-panels>.mm-panel.mm-hasnavbar{
        padding: 0 15px
    }
    #mobile-menu .b-action{
        width: 100%;
    }

    .b-modal .b-form__action .b-btn{
        padding: 15px 25px;
    }

    .b-single-job{
        font-size: 14px;
    }
    .b-single-job__content{
        padding: 15px;
        margin-bottom: 30px;
    }
    .b-single-job__header-item-info{
        font-size: 16px;
    }
    .b-single-job__main-info-img{
        padding: 0;
        margin-bottom: 10px;
        float: none;
        width: 100%;
    }
    .b-single-job__main-info-txt-title-big{
        font-size: 16px;
    }
    .b-single-job__footer{
    padding: 15px;
    }
    .b-single-job__footer-title{
        font-size: 16px;
    }

    .b-take-friend .col_info{
        background-position: center bottom;
        background-size: auto 120px;
        padding-bottom: 120px;
        min-height: 0;
    }

    #footer .footer__bottom{
        font-size: 10px;
    }
}
@media (max-width: 400px){
    .b-promo_main .b-promo__header{
        padding: 12px;
    }
    .b-promo__header p {
        font-size: 12px;
    }

    .b-footer-menu__list li a{
        font-size: 12px;
    }
    .b-modal{
        padding: 35px 20px;
    }

    .b-compare__content table thead td{
        font-size: 14px;
        padding: 10px;
    }
    .b-compare__content table tbody td{
        padding: 10px;
        font-size: 12px;
    }

    .b-necessary-doc__content{
        width: 290px;
    }
    .b-necessary-doc__circle{
        width: 80px;
        height: 80px;
        box-shadow: none;
    }
    .b-necessary-doc__info{
        padding: 0 5px;
    }
    .b-necessary-doc__info-title{
        font-size: 12px;
    }
    .b-necessary-doc__info p{
        margin-bottom: 10px;
        font-size: 12px;
    }

    .b-examples__item table td{
        font-size: 12px;
    }

    .b-form_simple h2{
        font-size: 18px;
    }
    .b-form_simple p{
        font-size: 13px;
    }
    .b-form_simple .b-form__header{
        margin-bottom: 15px;
    }

    .b-form_simple .b-form__content .b-btn{
        padding: 14px 25px;
    }
    .b-form_simple .input-text{
        padding: 10px 14px;
        font-size: 13px;
    }

    .b-object__item-img{
        width: 100px;
        height: 100px;
    }
    .b-object__item-action .b-btn{
        padding: 10px 10px;
        font-size: 11px;
    }

    .b-contacts__map{
        height: 200px;
    }

    .b-choice-region_inside{
        margin-bottom: 20px;
    }

    .b-jobs__item{
        font-size: 14px;
        padding: 7px 50px 7px 0;
    }
    .b-jobs__item:before{
        font-size: 12px;
    }
    .b-jobs__list{
        padding: 20px;
    }

    #footer .footer__bottom{
        font-size: 9px;
    }
}