/*body{ zoom: 75%}*/

.header-bot, .faq-intem img, .load-bot {
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;  
}

/* Обычный */
@font-face {
	font-family: 'CommissionerBlack'; 
	src: url(/lending/Commissioner/Commissioner-Black.ttf); 
}
 
/* Жирный */
@font-face {
	font-family: 'CommissionerBold'; 
	src: url(/lending/Commissioner/Commissioner-Bold.ttf); 
}
 
/* Жирный */
@font-face {
	font-family: 'CommissionerMedium'; 
	src: url(/lending/Commissioner/Commissioner-Medium.ttf); 
}

/* Жирный */
@font-face {
	font-family: 'CommissionerRegular'; 
	src: url(/lending/Commissioner/Commissioner-Regular.ttf); 
}

body {
    margin: 0;
    padding: 0;
}

header {
    background: #E0E8FD url(/lending/images/ld_bg_header.webp) no-repeat center center;
    height: 1080px;
}

h1{
    font-family: CommissionerMedium;
    font-size: 64px;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
    margin: 86px 0 40px 0;
}

.row {
    max-width: 1000px;
    margin: 0 auto;
}

.header-top {
    display: flex;
    padding-top: 30px;

}

.header-p {
    font-size: 21px;
    font-family: CommissionerRegular;
    line-height: 36px;
}

.fix-bot {
    background: #2B68F3;
    border-radius: 45px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    color: #fff;
    padding: 20px 25px;
    font-size: 20px;
    text-decoration: none;
    z-index: 9;
}

.fix-bot:hover {background: #1F4BB2;}

/* .menu {margin-left: auto} */

.menu nav {margin-top: 15px}

.menu ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.menu ul li {
    list-style-type: none;
}

.menu ul li:last-child a {color: #2b68f3; font-weight: 600}

.menu ul li a {
    font-family: CommissionerRegular;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    margin-right: 30px;

}

.menu ul li a:hover {
    text-decoration: underline;
}

.logo {width: 135px}

.header-prem {
    font-family: CommissionerMedium;
    font-size: 18px;
    color: #000;
}

.header-prem img {position: relative; top: 3px;}

.header-prem span {
    margin-right: 48px;
} 

.header-bot {
    background: #2B68F3;
    font-family: CommissionerMedium;
    color: #fff;
    font-size: 18px;
    padding: 30px 50px;
    border: 0;
    margin: 50px 0 0 0;
    cursor: pointer;
}

.header-bot:hover {
    background: #2252C1;
}

.block1 {
    background: #F7F7F5;
    padding: 70px;
}

.block1-form {
    display: flex;
    position: relative;
    z-index: 1;
}

.block1-form span {
    font-family: CommissionerMedium;
    font-size: 26px;
}

.block1-img {
    margin: 8px 48px;
    height: fit-content;
}

.block1 p {
    font-family: CommissionerRegular;
    font-size: 21px;
    line-height: 36px;
    max-width: 820px;
    position: relative;
    z-index: 1;
}

.block1 .row {position: relative;}

.block1 .row::before{
    content: '';
    position: absolute;
    background: url(/lending/images/ld_block1.webp) no-repeat center center;
    width: 553px;
    height: 550px;
    top: -37px;
    right: -15px;
    z-index: 0;
}

.keis h2 {
    font-family: CommissionerMedium;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 125px 0 45px;
}

.keis-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;  
    justify-content: space-between; 
    align-items: baseline;
    position: relative;
    
}

.keis-cont::after {
    content: "";
    width: 373px;
    height: 319px;
    /*background: url(/lending/images/ld_keis_bg.webp) no-repeat center center;*/
    position: absolute; 
    bottom: 140px;
    right: -80px;
    z-index: 1;
}

.otziv-img  {text-align: center}

.otziv-img img{
max-height: 200px;
}

.keis-type-2 .keis-b2::after {display: none}

.keis-b1, .keis-b2, .keis-b3{
    box-sizing: border-box;
    padding: 15px 25px 25px;
    margin: 25px;
    flex-basis: calc(50% - 25px);
    border-radius: 5px;
}

.keis-b1 {
    background: #E2DFFF;
    margin-left: 0!important;  
    position: relative;
}

.keis-b1::after {
    content: "";
    width: 270px;
    height: 69px;
    background: url(/lending/images/ld_strelka.webp) no-repeat center center;
    position: absolute; 
    top: -20px;
    right: -180px;
    z-index: 1;
}

.keis-b2 {
    background: #FFDBB0;
    margin-right: 0!important;
    position: relative;
    top: 50px;
}

.keis-b2::after {
    content: "";
    width: 270px;
    height: 69px;
    background: url(/lending/images/ld_strelka.webp) no-repeat center center;
    position: absolute; 
    bottom: -130px;
    left: -120px;
    z-index: 1;
    -webkit-transform: rotate(115deg);
    -moz-transform: rotate(115deg);
    -o-transform: rotate(115deg);
    -ms-transform: rotate(115deg);
    transform: rotate(115deg);
}

.keis-b3 {
    background: #D5F4E9;
    margin-left: 0!important;
    position: relative;
    top: -55px;
}

.keis-cont h3 {
    font-family: CommissionerMedium;
    font-size: 26px;
    margin: 15px 0 0 0;
}

.keis-cont h3 span {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    line-height: 58px;
    height: 60px;
    position: relative;
    text-align: center;
    font-weight: 200;
    left: -20px;
    z-index: 0;
}

.keis-cont h3 b {
    position: relative;
    z-index: 1;
    font-weight: 200;
}

.keis-cont p {
    font-family: CommissionerRegular;
    font-size: 16px;
    line-height: 24px;
}

.keis-dt {
    font-family: CommissionerMedium;
    font-size: 18px;
    margin-top: 50px;
    margin: 40px 0 10px 0;
    display: block;
}

.zarabotok h2 {
    font-family: CommissionerMedium;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 20px 0 45px;
}

.zarabotok p {
    font-family: CommissionerMedium;
    font-size: 26px;  
    line-height: 48px; 
}

.otziv h2 {
    font-family: CommissionerMedium;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 20px 0 45px;
}

.img-marker {
    position: relative;
    margin: 0 15px 0 17px;
    top: 2px;
}

.zarabotok-block {
    display: flex;
    box-sizing: border-box;
    margin-top: 70px;
}

.zarabotok-prace {
    font-family: CommissionerMedium;
    font-size: 26px;
    background: #fff;
    display: inline-block;
    border-radius: 45px;
    padding: 10px 20px;
    margin: 0 0 28px 0;
}

.zarabotok-b2, .zarabotok-b3 {
    background: #81C3FF;
    border-radius: 5px;
    padding: 30px 10px 30px 40px;
}

.zarabotok-b2 img, .zarabotok-b3 img {
    position: relative;
    left: -20px;
    width: 100%;
}

.zarabotok-b3 {position: relative; top: 50px}

.zarabotok-block p {
    font-family: CommissionerRegular;
    font-size: 21px;
    margin: 15px 0;
    line-height: 36px;
}

.zarabotok-b2 {
    margin: 0 20px;
}

.zarabotok-strelka {
    float: right;
    position: relative;
    top: -10px;
    right: -25px;
}

.zarabotok {position: relative}

.zarabotok .row::after {
    content: "";
    width: 254px;
    height: 119px;
    background: url(/lending/images/ld_zarabotok.webp) no-repeat center center;
    position: absolute; 
    top: 80px;
    right: 50px;
}

.prace {
    padding: 60px 0 40px 0;
    background: url(/lending/images/ld_prace_bg.webp) no-repeat top center;
    margin-top: 110px;
}

.prace h2 {
    font-family: CommissionerMedium;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 20px 0 45px;
}

.prace p {
    font-family: CommissionerMedium;
    font-size: 26px;
}

.prace-intem {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    margin-top: 200px;
}

.intem {
flex-basis: calc(33% - 25px);
    display: flex;
    align-items: end;
}

.intem p {
    font-family: CommissionerRegular;
    font-size: 21px;
    line-height: 36px;
    padding-right: 15px;
}

.intem img {margin-top: 15px}

.prace-p {
    position: relative;
}

.prace-p::after {
    content: '';
    width: 82px;
    height: 33px;
    background: url(/lending/images/ld_prace_p.webp) no-repeat center center;
    position: absolute;
    top: 5px;
    left: -90px;
}

.znac {
    background: #F7F7F5;
    padding: 20px 0 70px;
margin-top: 40px;
}

.znac .row {position: relative;}
.znac .row::before {
    content: '';
    width: 623px;
    height: 399px;
    background: url(/lending/images/ld_znac_bg.webp) no-repeat;
    position: absolute;
    bottom: -70px;
    left: -200px;
    z-index: 0;
}

.znac-intem h3 {
    font-family: CommissionerMedium;
    font-size: 26px;
    line-height: 38px;
}

.znac-flex {
    display: flex;
    box-sizing: border-box;
}

.znac-intem {
    flex-basis: 33%;
    position: relative;
    z-index: 1;
}

.znac-intem-center {margin: 0 50px 0 50px;}

.znac-intem p {
    font-family: CommissionerMedium;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0 5px 25px;
}

.znac-intem ul {margin: 0; padding: 0}

.znac-intem li {
    font-family: CommissionerRegular;
    font-size: 21px;
    line-height: 36px;
    background: url(/lending/images/ld_znac_li.webp) no-repeat 0px 7px;
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
    list-style-type: none;
}

.znac-hb1 {
    padding: 25px 0 0px 50px;
    background: url(/lending/images/ld_znac_1.webp) no-repeat 0px 10px;
}

.znac-hb2 {
    padding: 25px 0 0px 50px;
    background: url(/lending/images/ld_znac_2.webp) no-repeat 0px 16px;
}

.znac-hb3 {
    padding: 25px 0 0px 50px;
    background: url(/lending/images/ld_znac_3.webp) no-repeat 0px 15px;
}

.znac-prace {
    background: #90F0E1;
    display: inline-block;
    border-radius: 30px;
    padding: 15px 20px;
    margin: 10px 0 10px 25px;
}

.znac-prace div {
    font-family: CommissionerMedium;
    font-size: 14px;
    text-transform: uppercase;
}

.znac-prace span {
    font-family: CommissionerMedium;
    font-size: 26px;  
}

.zapis_phone {
    background: url(/lending/images/ld_zapis_phone.webp) no-repeat center center;
    height: 120px;
}

.zapis {
    background: url(/lending/images/ld_zapis_bg.webp) no-repeat center center;
    min-height: 566px;
}

.zapis .row {position: relative;}

.zapis .row::after {
    content: '';
    background: url(/lending/images/ld_zapis_1.webp) no-repeat center center;
    width: 502px;
    height: 591px;
    position: absolute;
    top: -23px;
    right: -15px;
}

.zapis h2 {
    font-family: CommissionerMedium;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200;
    padding: 120px 0 50px;
    margin: 0;
}

.zapis-flex {
    display: flex;
    position: relative;
    z-index: 1;
}

.zapis-flex a {
    text-decoration: none;
    padding: 10px 20px 20px;
    margin-right: 25px;
    display: inline-block;
    border: 1px solid #000;
}

.zapis-flex a img {
    position: relative;
    top: 4px;
}

.zapis-flex span {
    font-family: CommissionerRegular;
    font-size: 21px;
    color: #000;
    border-bottom: 2px solid #2B68F3;
    padding: 0 0 5px 0;
}

.mishlenie {
    padding-bottom: 40px;
}

.mishlenie h2 {
    font-family: CommissionerMedium;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200;
    padding: 80px 0 20px;
    margin: 0;
}

.mishlenie h3 {
    font-family: CommissionerMedium;
    font-size: 26px;
    font-weight: 200;
    margin: 35px 0 55px;
}

.mishlenie p {
    font-family: CommissionerRegular;
    font-size: 21px;
    line-height: 36px;
    max-width: 800px;
}

.mishlenie .row {
    position: relative;
}

.mishlenie .row::after {
    content: '';
    position: absolute;
    background: url(/lending/images/ld_mishlenie.webp) no-repeat center center;
    width: 523px;
    height: 529px;
    bottom: -200px;
    right: 0px;
}

.preim {
    background: #F7F7F5;
    padding: 40px 0 20px 0;
}

.preim h3 {
    font-family: CommissionerMedium;
    font-size: 26px;
    font-weight: 200;
    margin: 35px 0 70px;
}

.preim-flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.preim-intem {
    flex-basis: calc(50% - 50px);
    margin-right: 50px;
}

.preim-intem p {
    display: block;
    font-family: CommissionerRegular;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 45px 0;
}

.ld_txt {
    background: url(/lending/images/ld_txt.webp) no-repeat center center;
    height: 117px;
}

.number {
    display: inline-block;
    background: #2B68F3;
    color: #fff;
    font-family: CommissionerRegular;
    font-size: 21px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center;
}

.dlya h2 {
    font-family: CommissionerMedium;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200;
    padding: 80px 0 20px;
    margin: 0;
}

.dlya h3 {
    font-family: CommissionerMedium;
    font-size: 26px;
    font-weight: 200;
    margin: 35px 0 70px;
}

.dlya h3 img {
    position: relative;
    top: 4px;
    left: 15px;
}

.dlya h4 {
    font-family: CommissionerMedium;
    font-size: 26px;
    font-weight: 200;
    margin: 20px 0;
}

.dlya p {
    font-family: CommissionerRegular;
    font-size: 21px;
    line-height: 36px;
}

.dlya-rabota {
    background: #FFDBB0;
    padding: 30px 40px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.dlya-rabota ul {
    margin: 0; padding: 0;
}

.dlya-rabota ul li {
    font-family: CommissionerMedium;
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    background: url(/lending/images/ld_ico_3.webp) no-repeat 0px 6px;
    margin: 5px 0 25px 0;
    padding: 0 0 10px 25px;
    list-style-type: none;
}

.dlya-rabota-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    box-sizing: border-box;
}

.dlya-rabota-flex-intem {
    margin-right: 25px;
    flex-basis: calc(33% - 25px);
}

.pochemu-af {position: relative;}

.pochemu-af::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 71px;
    background: url(/lending/images/ld_ico_1.webp) no-repeat center center;
    top: -14px; 
    left: -50px;
}

.dlya-b1 {
    background: #FFDBB0 url(/lending/images/ld_bg_1.webp) no-repeat right 80px bottom;
}

.dlya-b2 {
    background: #D5F4E9 url(/lending/images/ld_hr2.webp) no-repeat left 160px top 65px!important ;
}

.dlya-b3 {position: relative;} 

.dlya-b3::after {
    content: '';
    position: absolute;
    width: 71px;
    height: 73px;
    background: url(/lending/images/ld_bg_2.webp) no-repeat center center;
    bottom: -25px;
    right: 450px;
}

.dlya-b3 {
    background: #E2DFFF!important;
}

.faq h2, .otzic h2 {
    font-family: CommissionerMedium;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200;
    padding: 80px 0 20px;
    margin: 0;
}

.faq-intem {
    border-bottom: 2px solid #000;
}

.faq-intem > div {
    cursor: pointer;
    font-family: CommissionerMedium;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 200;
    display: flex;
    padding: 25px 0;
}

.faq-intem img {
    margin-left: auto; 
    width: 44px;
    height: 44px;
}


.faq-intem p {
    display: none;
    font-family: CommissionerRegular;
    font-size: 21px;
    line-height: 36px;
    padding: 0;
    margin: -10px 0 30px 0;
}

.img-drag {
       -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav {
    display: none;
    margin-left: auto;
    height: 40px;
    margin: 15px 15px 0 auto;
}

.load-wrap {
display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
align-items: stretch;
margin: 60px 0;
}

.load h2 {
    font-family: CommissionerMedium;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 125px 0 45px;
}


.load-intem {
    border-radius: 10px;
    flex-basis: calc(33% - 14px);
    margin: 0 25px 0 0;
    padding: 30px 30px 45px;
    box-sizing: border-box;
}

.load-intem-b1 {
background: #B9DDFF;
}

.load-intem-b2 {
background: #C7F7F0;
}

.load-intem-b3 {
background: #F9DFD6;
margin-right: 0!important;
}

.load-intem-top {
display: flex;
margin: 15px 0;
}

.load-intem-top-b1 {
font-family: CommissionerMedium;
font-size: 18px;
font-weight: 200;
}

.load-intem-top-b2 {
margin-left: auto;
    background: #FFF705;
    border-radius: 50%;
    padding: 5px 25px;
    font-weight: 200;
    font-family: CommissionerMedium;
    font-size: 18px;
}

.load-intem-text {
font-weight: 400;
    font-family: CommissionerMedium;
    font-size: 26px;
}

.load-bot {
background: #2B68F3;
    font-family: CommissionerMedium;
    color: #fff;
    font-size: 18px;
    padding: 20px 30px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    margin: 0 auto;
    display: table;
}

.load-bot:hover {
background: #1F4BB2;
}

.zapis p {
    font-family: CommissionerMedium;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0 5px 0;
    position: relative;
    z-index: 1;
}

.otziv-slick {margin: 50px 0 100px 25px;}

.obrazovanie {
    background: #F9DFD6;
}

.obrazovanie-intem h3 {
    font-family: CommissionerMedium;
    font-size: 26px;
    line-height: 36px;
}

.obrazovanie-intem p {
    font-family: CommissionerRegular;
    font-size: 16px;
    line-height: 24px;
}

.obrazovanie h2 {
    font-family: CommissionerMedium;
    font-size: 64px;
    line-height: 62px;
    text-transform: uppercase;
    font-weight: 200;
}

.obrazovanie-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    box-sizing: border-box;
}

.obrazovanie-intem {
    flex-basis: calc(50% - 25px);
}

.hr {
    width: 100px;
    background: #000;
    height: 2px;
    margin-bottom: 20px;
}

.obrazovanie .row {
    padding: 50px 0;
    background: url(/lending/images/obraz_bg.webp) no-repeat top 50px right;
}

.priznan h2 {
    font-family: CommissionerMedium;
    font-size: 64px;
    line-height: 62px;
    text-transform: uppercase;
    font-weight: 200;
}

.priznan p {
    font-family: CommissionerRegular;
    font-size: 16px;
    line-height: 24px;
}

.priznan a {text-decoration: none; color: #2B68F3}
.priznan a:hover {color: #1A3D91}

.priznan {
    background: #B9DDFF;
}

.priznan .row {
    padding: 60px 0;
    background: url(/lending/images/priznan_bg.webp) no-repeat top 50px right;
}

.priznan .hr {margin-bottom: 5px;}

footer {
    background: #242424;
}

.menu-footer nav ul {
    display: flex;
    margin: 0;
    padding: 70px 0;
}


.menu-footer nav ul li {
    font-family: CommissionerRegular;
    font-size: 18px;
    line-height: 36px;
    list-style-type: none;
}

.menu-footer nav ul li a {
    text-decoration: none;
    color: #FFFFFF;  
    margin-right: 44px;
}

.menu-footer nav ul li a:hover {color: #BCBCBC}

.menu-footer nav ul li:last-child a {margin: 0!important;}

.footer-b1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    box-sizing: border-box;
}

.footer-b1 h4 {
    font-family: CommissionerRegular;
    font-size: 21px;
    line-height: 6px;
    color: #fff;
    font-weight: 200;
}

.footer-b1 p {
    font-family: CommissionerRegular;
    font-size: 16px;
    line-height: 26px;
    color: #BCBCBC;
}

.f-img-prem {position: relative;}
.f-img-prem img {position: absolute; top: -70px; right: 0;}

.footer-b1-left {background: url(/lending/images/f_ico1.webp) no-repeat top 19px left; padding: 0 0 0 30px;}

.footer-b1-right {background: url(/lending/images/f_ico2.webp) no-repeat top 22px left; padding: 0 0 0 30px;}

.f-text {
    text-align: center;
    font-family: CommissionerRegular;
    font-size: 13px;
    color: #BCBCBC;
    padding: 50px 0;
}

.f-copy {
    font-family: CommissionerRegular;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.f-linke {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    box-sizing: border-box;
    font-size: 13px;
    color: #BCBCBC;
    padding: 10px 0 50px 0;
    font-family: CommissionerRegular;
}

.nav {cursor: pointer}

.menu-hover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    color: #000;
    z-index: 999999;
    padding: 20px;
}

.menu-hover ul {margin: 0; padding: 0}

.menu-hover ul li {
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-family: CommissionerRegular;
    font-size: 18px;
}

.menu-hover ul li a {
    text-decoration: none;
    color: #444;
}

.close {
    color: red;
    font-size: 26px;
    position: fixed;
    top: 15px;
    right: 15px;
    font-family: CommissionerRegular;
    cursor: pointer;
}

#load {display: none}

.otziv-slick img {
    width: calc(100% - 15px);
}

.otziv-bot {
    margin-bottom: 50px;
}


.keis .slick-prev {
    top: -80px;
    left: 270px;
}

.keis .slick-next {
    top: -80px;
    left: 350px;
}


@media only screen and (max-width:1430px){
    .keis-cont::after{right: 10px;}
    .otziv-slick {
        margin: 50px 0 100px 95px;
        width: calc(100% - 180px);
    }
    
    .otziv-slick img {width: calc(100% - 15px)}
    
}


@media only screen and (max-width:1300px){
.row{padding: 0 15px}
.menu {display: none}
.nav {display: block}
header {background: #E0E8FD url(/lending/images/ld_bg_header.webp) no-repeat top right 40%;}
.zapis .row::after {right: 0;}
.obrazovanie .row, .priznan .row {background: none; padding: 50px 15px}
.menu-footer {display: none}
.footer-b1 {padding-top: 30px;}
}


@media only screen and (max-width:1220px){
    .zarabotok-block {display: block}
    .zarabotok-b2 {margin: 0;}
    .zarabotok-strelka, .zarabotok .row::after, .mishlenie .row::after {display:  none;}
    .zarabotok-b2 img, .zarabotok-b3 img {display: block;}
    .zapis-flex a {padding: 15px 15px 30px;}
}


@media only screen and (max-width:1100px){
    .block1-form, .block1-form span {display: block;}
    .footer-b1, .f-linke {display: block}
    .f-img-prem img {position: relative; top: 0}
}

@media only screen and (max-width:1060px){
    .zapis .row::after{display: none}
    
}

@media only screen and (max-width:1000px){
    header {height: auto; background: #E0E8FD url(/lending/images/ld_bg_header.webp) no-repeat bottom right; background-size: 80% auto;}
    .zapis .row::after {right: 0}
    .block1 .row::before {display: none}
    .block1-img {margin: 12px 0px;}
}



@media only screen and (max-width:900px){
    h1, .keis h2, .zarabotok h2, .prace h2, .mishlenie h2, .dlya h2, .faq h2, .otzic h2, .zapis h2, .load h2, .obrazovanie h2, .priznan h2 {font-size: 42px; margin: 26px 0 20px 0;}
    header {height: 700px;}   
    .keis .slick-prev {
        top: -45px;
        left: 200px;
    }
    .keis .slick-next {
        top: -45px;
        left: 280px;
    }
}


@media only screen and (max-width:800px){
    .znac-flex {display: block}
    .znac-intem-center {margin: 0}
    .znac .row::before {display: none}

    
}

@media only screen and (max-width:760px){
    header {height: auto; background: #E0E8FD;} 
    .header-bot {margin: 30px 0} 
    .header-top a img {width: 70%} 
}

@media only screen and (max-width:740px){
    /* .dlya-rabota-flex{display: block;} */
    .dlya-b1 {background: #FFDBB0;}
    .dlya-b2 {background: #D5F4E9!important;}
    
}

@media only screen and (max-width:700px){
    .prace {background: none; margin-top: 50px;}
}


@media only screen and (max-width:600px){
    
    .zapis-flex, .preim-flex {display: block;}
    .zapis-flex a {display: block; margin: 5px 0;}
    .zapis h2 {padding: 30px;}
    .zapis_phone, .ld_txt {background-size: 600px; height: 40px;}
    .mishlenie h2, .dlya h2, .faq h2, .otzic h2 {padding: 40px 0 20px}
    .faq-intem div {font-size: 22px;}
    .faq-intem img {width: 22px; height: 22px; position: relative; top: 5px}
    .obrazovanie-flex {display: block}
    .obrazovanie .row, .priznan .row {padding: 20px 15px;}
    /* .slick-prev, .slick-next {display: none!important} */
    .otziv-slick {
        margin: 20px 0 20px 0;
        width: calc(100% + 15px);
    }
    .fix-bot {display: none}
}


@media only screen and (max-width:580px){
    .header-prem span {display: block; margin: 10px 0}
    .prace-intem {display: block}
    
}


@media only screen and (max-width:560px){
    .keis-b1::after, .keis-cont::after, .keis-b2::after {display: none}
    .keis-cont {display: block;}
    .keis-b1, .keis-b2, .keis-b3 {margin: 5px!important; flex-basis: 100%; top: 0}
    
}

@media only screen and (max-width:540px){
    .block1, .keis {padding: 25px 0;}
    .zarabotok p {font-size: 22px;line-height: 38px;}
    .zarabotok-b2 img, .zarabotok-b3 img {width: 100%;}
    .zarabotok-b3 {top: 20px;}
    .zarabotok-prace {font-size: 21px;}
    .zarabotok p {font-size: 20px;}
    .zarabotok-block {margin-top: 20px;}
    .prace {margin-top: 0px;}
    .footer-b1 h4 {line-height: 30px;}

}

@media only screen and (max-width:400px){
    .header-top a img {width: 60%} 
    h1, .keis h2, .zarabotok h2, .prace h2, .mishlenie h2, .dlya h2, .faq h2, .otzic h2, .zapis h2, .load h2, .obrazovanie h2, .priznan h2 {font-size: 26px;}
    .header-p {font-size: 22px;}

    .dlya-rabota-flex-intem {
        margin-right: 0;
        flex-basis: auto;
    }
}


