body,
p {
    font-family: 'Cera Thin';
}
strong {
    font-family: 'Cera Bold';
}
h2 {
    font-family: 'Cera Bold';
    font-size: 38px;
}
.btn {
    font-family: 'Cera Regular';
 }
.b-form {
    font-family: 'Cera Light'!important;
}
.listDefault {
    padding-left: 25px;
}
.listDefault li {
    list-style: disc;
}
.wrapper {
    max-width: 1200px;
}
.b-header {
    display: none;
}
#bf .b-product_promo.b-freebg-content > .wrapper {
    margin-left: 0;
    margin-top: -40px;
}
.b-product_promo .b-mainpromo_cont {
    padding: 10px 0;
}
.b-product_promo__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.b-product_promo__order .btn {
    width: 180px;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'Cera Bold';
}
.b-product_promo {
    width: 1200px;
    height: 500px;
}
.wrapBackrundBanner {
    background-image: url(img/background-banner-d.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#bf .b-mainpromo_cont .l-mainpromo_title {
    font-family: 'Cera Bold';
}
#bf .subtitle {
    font-family: 'Cera Regular';
}
#bf .btn {
    font-family: 'Cera Medium';
    border-radius: 10px;
    font-size: 16px;
    height: 46px;
}
#bf .b-product_promo.b-freebg-content .b-mainpromo_cont {
    row-gap: 100px;
    max-width: 496px;
}
#bf .b-mainpromo_cont .l-mainpromo_title {
    margin: 0;
}
#bf .b-mainpromo_cont .l-mainpromo_title {
    font-size: 42px;
}
.hitSteps h2,
#rko-form h2 {
    margin: 0 0 12px 0;
}
.b-product_promo.b-freebg-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.imgBanner {
    position: absolute;
    bottom: 0;
    right: 0;
}
.imgLogo {
    width: 220px;
}
.wrBannerContent,
.wrBannerTxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.wrBannerContent {
    row-gap: 40px;
}
.wrBannerTxt {
    row-gap: 20px;
}
.wrapper.b-product_promo__detail {
    width: 100%;
}
.subtitle {
    font-size: 24px;
}
#tabsSteps {
    margin-top: 60px;
}
#tabsSteps .ui-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
#tabsSteps .ui-state-default a {
    font-family: 'Cera Medium';
    font-size: 20px;
    color: #98ABC4;
    position: relative;
}
#tabsSteps .ui-state-default.ui-state-active a {
    color: #001A34;
}
#tabsSteps .ui-state-default.ui-state-active a:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    background-color: #5A4FFF;
    width: 100%;
    bottom: -6px;
}
.typeFileIco {
    width: 24px;
    margin-right: 7px;
}
.wrapTarifs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    column-gap: 72px;
}
.wrapTarifs > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px;
}
#usloviya {
    padding-bottom: 100px;
}
.col-1 > h3 {
    margin-top: 60px;
    font-family: 'Cera Medium';
    font-size: 30px;
}
.wrapTarifs a {
    font-family: 'Cera Medium';
    font-size: 16px;
    color: #000;
    position: relative;
}
.fileSize {
    position: absolute;
    left: 31px;
    bottom: -9px;
    color: #7E94B4;
    font-size: 12px;
}
.social img {
    width: 40px;
    height: 40px;
}
.wrapFooter {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "tkblogo infotkb    tkboffice"
                         "itblogo infoitb    itboffice"
                         "social  footPhones copiright";
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    -ms-grid-columns: 19.67%;
    grid-template-columns: 19.67%;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 80px 0;
}
.tkblogo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: tkblogo;
}
.itblogo {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: itblogo;
}
.social {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: social;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 225px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.infotkb {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: infotkb;
}
.infoitb {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: infoitb;
}
.footPhones {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: footPhones;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tkboffice {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: tkboffice;
}
.itboffice {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: itboffice;
}
.copiright {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: copiright;
}
.wrapFooter > div {
    color: #fff;
}
.footPhones > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 5px;
}
.wrapFooter p {
    font-family: 'Cera Regular';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.wrapFooter strong {
    font-family: 'Cera Medium';
    font-size: 20px;
    line-height: normal;
}
.wrapFooter .footPhones span {
    font-family: 'Cera Regular';
    font-size: 12px;
}
.logotipy {
    width: 225px;
}
.wrapFooter > div:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}
.wrapFooter > div:nth-child(2) > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.info--ns {
    position: relative;
}
.hint_btn {
    width: 12px;
    height: 12px;
    line-height: 9px;
    font-size: 8px;
    color: unset;
    border: unset;
    display: inline-block;
}
.fourBlocks .hint_btn img {
    width: 12px;
    height: 12px;
}
#bf .hint + .notice {
    left: 50%;
    bottom: -95px;
    border: unset;
    background-color: #7E94B4;
    color: #fff;
    font-family: 'Cera Regular';
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.hint + .notice::before {
    border: 11px solid #7E94B4;
    border-color: transparent transparent #7E94B4 transparent;
    top: -22px;
    bottom: auto;
    left: 52%;
}
.notice {
    border: unset;
    background-color: #7E94B4;
    color: #fff;
    font-family: 'Cera Regular';
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 200px;
}
.noticetstyle {
    border: 11px solid #7E94B4;
    border-color: transparent transparent #7E94B4 transparent;
    width: 0px;
    display: none;
    border-radius: 0;
    padding: 0;
}
.hint + .notice::after {
    display: none;
}
.cityGrid .city__list:not(:first-child) .city__item:nth-child(1) {
    margin-bottom: 5px;
}
.cityGrid .city__list .city__item {
    font-family: 'Cera Regular';
}
.cityGrid .city__list .city__item strong {
    font-family: 'Cera Bold';
    font-size: 18px;
}
.cityGrid .city__list:nth-child(1) .city__item strong {
    font-family: 'Cera Medium';
}
.blockBtns {
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}


@media all and (max-width: 1600px) {
    #bf .b-product_promo.b-freebg-content > .wrapper {
        margin-left: 12.5%;
    }
    .b-product_promo {
        width: 100%;
    }
    .imgBanner {
        right: 12.5%;
    }
}
@media all and (max-width: 1321px) {
    #bf .b-product_promo.b-freebg-content > .wrapper {
        margin-left: 5.5%;
    }
    .imgBanner {
        right: 2%;
    }
}
@media all and (max-width: 1200px) {
    .titleBlock {
        padding: 0 25px;
        box-sizing: border-box;
    }
    .hitSteps > .wrapper,
    #rko-form > .wrapper,
    #footerLanding > .wrapper,
    .twoBlock {
        padding: 0 25px;
    }
}
@media all and (max-width: 1168px) {
    #bf .b-product_promo.b-freebg-content > .wrapper {
        margin-left: 2.5%;
    }
    .imgBanner {
        right: 2.5%;
    }
}
@media all and (max-width: 1147px) {
    .wrapBackrundBanner {
        background-image: linear-gradient(103.91deg, rgba(0, 185, 205, 0.5) 11.44%, #00B9CD 57.04%, #584FFF 103.79%);
    }
    .b-product_promo {
        height: 320px;
    }
    .imgBanner {
        width: 250px;
        right: 16.5%;
    }
    #bf .b-product_promo.b-freebg-content .b-mainpromo_cont {
        row-gap: 30px;
    }
    .wrBannerTxt {
        row-gap: 10px;
    }
}
@media all and (max-width: 1139px) {
    .infoitb br {
        display: none;
    }
}
@media all and (max-width: 1116px) {
    .infotkb br {
        display: none;
    }
}
@media all and (max-width: 1047px) {
    .wrapFooter {
        -ms-grid-columns: 23%;
        grid-template-columns: 23%;
    }
}
@media all and (max-width: 1046px) {
    .wrapFooter {
        gap: 60px;
    }
    .wrapFooter > div:nth-child(2) > div br {
        display: none;
    }
}
@media all and (max-width: 1016px) {
    .wrapFooter {
        -ms-grid-columns: 223px 350px 240px;
        grid-template-columns: 223px 350px 240px;
    }
}
@media all and (max-width: 990px) {
    .imgBanner {
        right: 2%;
    }
}
@media all and (max-width: 983px) {
    .wrapFooter {
        grid-row-gap: 60px;
        grid-column-gap: 20px;
    }
}
@media all and (max-width: 980px) {
    .imgBanner {
        right: 5.5%;
    }
}
@media all and (max-width: 936px) {
    .wrapFooter {
        grid-template-areas:
        "tkblogo   infotkb    tkboffice"
        "itblogo   infoitb    itboffice"
        "social    footPhones footPhones"
        "copiright copiright  copiright";
    }
}
@media all and (max-width: 903px) {
    .wrapFooter {
        -ms-grid-columns: 223px 260px 240px;
        grid-template-columns: 223px 260px 240px;
    }
}
@media all and (max-width: 895px) {
    #bf .b-product_promo.b-freebg-content {
        background-color: unset!important;
    }
    .wrapBackrundBanner {
        background: linear-gradient(
                103.91deg, rgba(0, 185, 205, 0.5) 11.44%, #00B9CD 57.04%, #584FFF 103.79%);
    }
    #bf .b-product_promo.b-freebg-content .b-mainpromo_cont {
        width: auto;
        border-radius: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        max-width: 488px;
        row-gap: 20px;
        text-align: left;
        margin: unset;
    }
    .b-product_promo .b-mainpromo_cont {
        margin: 0;
        top: auto;
        left: auto;
        position: relative;
        transform: none;
        width: 60%;
        text-align: left;
    }
    .b-mainpromo_btn {
        margin: unset;
    }
    #bf .b-freebg-content .b-product_promo__order {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        gap: 40px;
    }
}
@media all and (max-width: 871px) {
    .imgBanner {
        right: 2%;
    }
}
@media all and (max-width: 839px) {
    #bf .b-product_promo.b-freebg-content .b-mainpromo_cont {
        margin-top: 5%;
    }
    #bf .b-freebg-content .b-product_promo__order {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .b-product_promo {
        height: 400px;
    }
}
@media all and (max-width: 830px) {
    .wrapFooter {
        -ms-grid-columns: 208px 208px 208px;
        grid-template-columns: 208px 208px 208px;
    }
    .imgLogo {
        width: 208px;
    }
    .copiright {
        width: 208px;
    }
}
@media all and (max-width: 790px) {
    .imgBanner {
        right: 2.5%;
    }
}
@media all and (max-width: 768px) {
    .titleBlock,
    #bf #deposit-calc {
        padding: 0px 60px!important;
    }
    #footerLanding > .wrapper {
        padding: 0 60px;
    }
    #preimuszhestva .wrapper {
        padding: 50px 60px!important;
    }
    h2 {
        font-size: 24px;
    }
    .titleBlock h2 {
        margin-top: 0px;
    }
    #bf .b-product_promo.b-freebg-content > .wrapper {
        margin-left: 60px;
    }
    .imgBanner {
        right: 60px;
    }
    #bf .b-freebg-content .b-product_promo__order {
        gap: 20px;
    }
    .b-product_promo {
        height: 340px;
    }
    #bf .b-product_promo.b-freebg-content .b-mainpromo_cont {
        width: 45%;
    }
    .imgLogo {
        width: 200px;
    }
    #bf .b-mainpromo_cont .l-mainpromo_title {
        font-size: 26px;
    }
    .b-product_promo__order .btn {
        box-sizing: border-box;
    }
    .subtitle {
        font-size: 16px;
    }
    .imgLogo {
        width: 160px;
    }
    .social img {
        width: 34px;
        height: 34px;
    }
    .wrapFooter {
        margin: 40px 0;
        grid-row-gap: 40px;
    }
    .wrapFooter p {
        font-size: 12px;
        line-height: 14px;
    }
    .wrapFooter strong {
        font-size: 18px;
    }
    .social {
        gap: 30px;
        width: 160px;
    }
    .copiright {
        padding: 0 0px;
        bottom: 4px;
    }
    .footPhones {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-column-gap: 25%;
        -moz-column-gap: 25%;
        column-gap: 20%;
    }
    #usloviya .col-1 > h3 {
        margin-top: 30px;
    }
    .wrapTarifs {
        column-gap: 40px;
        margin-top: 20px;
    }
    .wrapTarifs > div {
        gap: 15px;
    }
    #usloviya {
        padding-bottom: 60px;
    }
}
@media all and (max-width: 731px) {
    .wrapTarifs {
        flex-flow: column;
        gap: 15px;
    }
}
@media all and (max-width: 730px) {
    .imgBanner {
        right: 40px;
    }
}
@media all and (max-width: 718px) {
    .imgBanner {
        right: 40px;
    }
}
@media all and (max-width: 713px) {
    .wrapFooter {
        -ms-grid-columns: 180px 180px 180px;
        grid-template-columns: 180px 180px 180px;
    }
    .imgLogo {
        width: 180px;
    }
    .copiright {
        bottom: 0;
        padding: 0;
    }
}
@media all and (max-width: 682px) {
    #bf .b-product_promo.b-freebg-content > .wrapper {
        margin-left: 4%;
    }
    .imgBanner {
        right: 2%;
    }
}
@media all and (max-width: 679px) {
    .wrBannerContent {
        row-gap: 20px;
    }
    #bf .b-product_promo_cont,
    .wrapper.b-product_promo__detail {
        padding: 0;
    }
}
@media all and (max-width: 654px) {
    .wrapTarifs > div {
        width: 100%;
    }
    .footPhones {
        -webkit-column-gap: 14%;
        -moz-column-gap: 14%;
        column-gap: 14%;
    }
}
@media all and (max-width: 652px) {
    .fileSize {
        bottom: -13px;
    }
}
@media all and (max-width: 640px) {
    .imgBanner {
        width: 43%;
    }
    #bf .b-product_promo.b-freebg-content > .wrapper {
        margin-top: 30px;
    }
    #bf .b-product_promo.b-freebg-content .b-mainpromo_cont {
        margin-top: -2%;
    }
}
@media all and (max-width: 630px) {
    .wrapFooter {
        grid-template-areas:
                            "tkblogo   infotkb    infotkb"
                            "tkblogo   tkboffice  tkboffice"
                            "itblogo   infoitb    infoitb"
                            "itblogo   itboffice  itboffice"
                            "social    footPhones footPhones"
                            "copiright copiright  copiright";
    }
    .wrapFooter {
        -ms-grid-columns: 180px 30% 30%;
        grid-template-columns: 180px 30% 30%;
        grid-row-gap: 20px;
    }
    .footPhones {
        column-gap: 20px;
    }
    .copiright {
        width: 100%;
    }
}
@media all and (max-width: 629px) {
    #bf .b-product_promo.b-freebg-content .b-mainpromo_cont {
        width: 53%;
    }
    .imgBanner {
        width: 250px;
    }
}
@media all and (max-width: 600px) {
    .imgBanner {
        width: 240px;
        right: 20px;
    }
}
@media all and (max-width: 580px) {
    #bf .b-product_promo.b-freebg-content .b-mainpromo_cont {
        width: 100%;
    }
    #bf .btn {
        height: 40px;
    }
}
@media all and (max-width: 575px) {
    .wrapFooter {
        grid-template-areas:
                            "tkblogo"
                            "infotkb"
                            "tkboffice"
                            "itblogo"
                            "infoitb"
                            "itboffice"
                            "social"
                            "footPhones"
                            "copiright";
    }
    .wrapFooter {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}
@media all and (max-width: 580px) {
    #bf .b-product_promo.b-freebg-content > .wrapper {
        margin-top: 0;
    }
    #bf .b-product_promo .b-mainpromo_cont {
         padding: 0px 0 10px;
    }
    #bf .l-mainpromo_slide.b-freebg-content,
    #bf .b-product_promo.b-freebg-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }
    .imgBanner {
        position: relative;
        bottom: -7px;
        right: 20px;
    }
    .b-product_promo {
        height: 250px;
    }
    #bf .b-product_promo.b-freebg-content > .wrapper {
        width: 279px;
        min-width: 279px;
    }
    #bf .b-mainpromo_cont .l-mainpromo_title {
        font-size: 30px;
    }
    .subtitle {
        font-size: 16px;
    }
    .b-product_promo__actions {
        display: none;
    }
    .titleBlock, #bf #deposit-calc {
        padding: 0px 10px!important;
    }
    #footerLanding > .wrapper {
        padding: 0 20px;
    }
    #bf .b-product_promo.b-freebg-content > .wrapper {
        margin-left: 20px;
        padding: 0;
    }
    .titleBlock h2 {
        margin-top: 30px;
    }
    .logotipy {
        width: auto;
    }
    .wrapFooter {
        grid-row-gap: 30px;
    }
    .btn {
        line-height: 40px;
        height: 40px;
    }
}
@media all and (max-width: 553px) {
    .wrapFooter {
        grid-row-gap: 20px;
    }
}
@media all and (max-width: 538px) {
    .imgBanner {
        bottom: -8px;
    }
}
@media all and (max-width: 536px) {
    .imgBanner {
        bottom: -9px;
    }
}
@media all and (max-width: 534px) {
    .imgBanner {
        bottom: -10px;
    }
}
@media all and (max-width: 531px) {
    .imgBanner {
        bottom: -11px;
    }
}
@media all and (max-width: 529px) {
    .imgBanner {
        bottom: -12px;
    }
}
@media all and (max-width: 527px) {
    .imgBanner {
        bottom: -13px;
    }
}
@media all and (max-width: 525px) {
    .imgBanner {
        bottom: -14px;
    }
}
@media all and (max-width: 523px) {
    .imgBanner {
        bottom: -15px;
    }
}
@media all and (max-width: 521px) {
    .imgBanner {
        bottom: -16px;
    }
}
@media all and (max-width: 520px) {
    .imgBanner {
        bottom: -25px;
        width: 200px;
    }
}
@media all and (max-width: 499px) {
    #bf .b-product_promo.b-freebg-content > .wrapper {
        width: 267px;
        min-width: 267px;
    }
}
@media all and (max-width: 489px) {
    .wrapper.b-product_promo__detail {
        width: auto;
        margin: 0;
    }
}
@media all and (max-width: 484px) {
    .imgBanner {
        bottom: -26px;
    }
}
@media all and (max-width: 482px) {
    .imgBanner {
        bottom: -27px;
    }
}
@media all and (max-width: 480px) {
    .imgBanner {
        bottom: -28px;
    }
}
@media all and (max-width: 477px) {
    .imgBanner {
        bottom: -29px;
    }
}
@media all and (max-width: 475px) {
    .imgBanner {
        bottom: -30px;
    }
}
@media all and (max-width: 472px) {
    .imgBanner {
        bottom: -31px;
    }
}
@media all and (max-width: 470px) {
    .imgBanner {
        bottom: -32px;
    }
}
@media all and (max-width: 468px) {
    .imgBanner {
        bottom: -33px;
    }
}
@media all and (max-width: 467px) {
    .imgBanner {
        bottom: -42px;
        width: 160px;
    }
}
@media all and (max-width: 461px) {
    .b-form label span {
        display: block;
    }
}
@media all and (max-width: 444px) {
    .imgBanner {
        bottom: -43px;
    }
}
@media all and (max-width: 442px) {
    .imgBanner {
        bottom: -44px;
    }
}
@media all and (max-width: 440px) {
    .imgBanner {
        bottom: -45px;
    }
    #bf .btn {
        font-size: 14px;
    }
    .wrapTarifs > div {
        width: 100%;
        gap: 10px;
    }
    .wrapTarifs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
    .social img {
        width: 34px;
        height: 34px;
    }
}
@media all and (max-width: 437px) {
    .imgBanner {
        bottom: -46px;
    }
}
@media all and (max-width: 435px) {
    .imgBanner {
        bottom: -47px;
    }
}
@media all and (max-width: 433px) {
    .imgBanner {
        bottom: -48px;
    }
}
@media all and (max-width: 430px) {
    .imgBanner {
        bottom: -49px;
    }
}
@media all and (max-width: 428px) {
    .imgBanner {
        bottom: -50px;
    }
}
@media all and (max-width: 426px) {
    .imgBanner {
        bottom: -51px;
    }
}
@media all and (max-width: 423px) {
    .imgBanner {
        bottom: -52px;
    }
}
@media all and (max-width: 421px) {
    .imgBanner {
        bottom: -53px;
    }
}
@media all and (max-width: 419px) {
    .imgBanner {
        bottom: -54px;
    }
}
@media all and (max-width: 417px) {
    #bf .b-product_promo.b-freebg-content .b-mainpromo_cont {
        width: auto;
    }
    #bf .b-product_promo.b-freebg-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    #bf .b-product_promo.b-freebg-content > .wrapper {
        margin-top: 24px;
        margin-left: 0;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .b-product_promo {
        height: 370px;
    }
    .imgBanner {
        bottom: 15px;
        margin: 0 auto;
        right: unset;
    }
}
@media all and (max-width: 400px) {
    .footPhones {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        row-gap: 30px;
    }
    .social {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        grid-area: social;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
    }
}
@media all and (max-width: 383px) {
    .b-product_promo {
        height: 360px;
    }
}
@media all and (max-width: 382px) {
    #bf .b-product_promo.b-freebg-content > .wrapper,
    #footerLanding > .wrapper {
        padding: 0 10px;
    }
    .titleBlock,
    #bf #deposit-calc {
        padding: 0!important;
    }
}