
/* Обычный */
@font-face {
	font-family: 'Montserrat Alternates'; 
	src: url(/static/MontserratAlternates-Regular.ttf); 
}
/* Жирнй */
@font-face {
	font-family: 'Montserrat Alternates bold'; 
	src: url(/static/MontserratAlternates-Bold.ttf); 
}

/*ДЕСКТОП*/
body{
	font-family: 'Montserrat'; 
	color: #262626;
	font-size: 14px;
}
h1{
	font-family: 'Montserrat Alternates bold';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    color: #262626;
	line-height: 35px;
}
h2{
	font-family: 'Montserrat Alternates bold';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    color: #262626;
	line-height: 35px;
}
footer{
	background: #131313;
	padding: 50px 0 50px 0;
}

ul li::marker {
	color: #FF8C00;
    font-size: 20px;
}
ul{
    font-family: Montserrat;
    line-height: 25px;
	margin-bottom: 0;
}
ul li{
	margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
}

footer p{
	color: #FFFFFF;
    opacity: 0.5;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
}
footer .logo_footer{
	font-family: 'Montserrat Alternates bold';
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 30px;
    line-height: 37px;
	margin-bottom: 4px;
    text-align: center;
}
footer .logo_footer_second{
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;	
	color: #7E7E7E;
}
footer .logo_footer_block{
	display: flex;
	justify-content: center;
    align-items: center;
    flex-direction: column;
}
hr{
	background-color: #ff8c00;
    height: 3px!important;
    border: 0;
    opacity: 1;
    width: 30%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

#Documents{
	margin-bottom: 70px;
}
#Documents .documents_block{
	background-color: #E5E5E5;
    padding: 40px 50px 40px 50px;
	border-radius: 12px;
}
#Documents .documents_block .documents_block_item{
	background: #FFFFFF;
    box-shadow: 10px 24px 54px rgb(0 0 0 / 5%);
    border-radius: 28px;
    padding: 37px 60px 37px 60px;
	min-height: 485px;
}
#Documents .documents_block .documents_block_item .p_title{
	font-family: 'Montserrat Alternates bold';
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-bottom: 3px solid #FF8C00;
    padding-bottom: 15px;
	margin-bottom: 25px;
}

#Documents .documents_block .documents_block_item_img{
	display: flex;
    justify-content: flex-end;
}




#Advantage{
	margin-bottom: 70px;
}

#Advantage .advantage_block_item{
	
}
#Advantage .advantage_block_item .p_title{
	font-family: 'Montserrat bold';
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding-bottom: 15px;
}


#Advantage .advantage_block_item_img_left{
	display: flex;
    justify-content: flex-start;
}
#Advantage .advantage_block_item_img_right{
	display: flex;
    justify-content: flex-end;
}



#Zaem{
	margin-bottom: 0px;
}
#Zaem .row{
	display: flex;
    justify-content: center;
    align-items: center;
}
#Zaem .zaem_block_item{
	padding: 0 50px 0 50px;
}
#Zaem .zaem_block_item_img img{
	width: 80%;
}

#Zaem hr {
	margin: 0;
    margin-bottom: 30px;
	
}

#Digital{
	
}
#Digital .digital_item{
	background: #ECECEC;
	box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.05);
	border-radius: 28px;
	padding: 30px;
    position: relative;
	min-height: 202px;
}
#Digital .digital_item .digital_title{
    text-align: center;
    font-family: 'Montserrat Alternates bold';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 35px;
    color: #262626;
}
#Digital .digital_item .img_left{
	position: absolute;
    top: -43px;
    left: 20px;
}
#Digital .digital_item .img_right{
	position: absolute;
    top: -43px;
    right: 0;
}
#WhyBlock{
	background-color: #131313;
    background-size: 100%;
	color: #FFFFFF;
	padding: 60px 0 60px 0;
}
#WhyBlock .whyblock_item .whyblock_item_title{
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
#WhyBlock h2{
	color: #fff;
}
#WhyBlock h2 span,
header .top_logo span,
#Banki h2 span{
	color: #FF8C00;
}
#Banki h1 span{
	color: #FF8C00;
}
#WhyBlock .whyblock_img{
	display: block;
	margin: 0 auto;
}
#Banki {
	margin-top: 100px;
	padding-bottom: 25px;
}
#Banki .nav-pills .nav-link {
	background: #F2F2F2;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
	color: #585858;
	text-transform: uppercase;
}
#Banki .nav-pills .nav-link:hover{
	background: #FF8C00;
	color: #ffffff;
}
#Banki .nav-pills .nav-item {
	margin-right: 15px;
}
#Banki .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: #FF8C00;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	color: #ffffff;
}
#Banki .banki_tabs {
	background: #F2F2F2;
	border-radius: 10px;
	padding: 20px;
}

#Banki .bank_title{
	margin-bottom: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
	/* line-height: 10px;*/
    color: #262626;
    font-family: 'Montserrat Alternates bold';
}
#Banki .bank_subtitle{
	font-weight: 600;
    /*font-size: 12px;*/
    line-height: 16px;
    color: #808080;
    padding-bottom: 0;
    margin-bottom: 0;
	padding-left: 7px;
}
#Banki hr{
	height: 3px!important;
	width: 298px;
}
#Banki .bank_img,
#Banki .bank_item .attachment-post-thumbnail{
	width: 100%;
	height: auto;
}
#Banki .bank_more{
	display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
	margin-bottom: 14px;
}
#Banki .bank_more .bank_point{
	background: #FF8C00;
    border-radius: 50%;
    padding: 5px;
}
#Banki .bank_more .bank_txt{
	width: 35%;
    margin-left: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    /*font-size: 10px;
    line-height: 10px;*/
    color: #808080;
}
.bank_check{
	float: none;
    margin-right: 0px;
}
#Banki .bank_more .bank_summa{
    width: 57%;
    text-align: right;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    color: #262626;
}
#Banki .bank_item{
	background: #FFFFFF;
    box-shadow: 10px 24px 54px rgb(0 0 0 / 5%);
    border-radius: 28px;
    padding: 25px;
	margin-bottom: 25px;
	min-height: 350px;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#Banki .bank_item hr{
    width: 100%;
	
}
#Banki .bank_item .bank_button{
	background: #FF8C00;
    border-radius: 100px;
    text-align: center;
    padding: 4px;
    width: 65%;
    margin: 0 auto;
}
#Banki .bank_item .bank_button a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 3px;
}
#Banki .bank_item .bank_button:hover{
	background-color: #262626;
}
#Banki .bank_item .lic {
    font-size: 11px;
    display: flex;
    justify-content: left;
    margin-top: 10px;
    color: gray;
}
#MainSlider{
	margin: 30px 0 30px 0;
}
#MainSlider .mainslider_img{
	width: 100%;
}
#MainSlider .row{
	display: flex;
    align-items: center;
}
#MainSlider .mainslider_title_1{
	font-family: 'Montserrat Alternates bold';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #262626;
}
#MainSlider .mainslider_title{
	font-family: Montserrat Alternates;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #262626;
	
}
#MainSlider .mainslider_button{
    background-color: #FF8C00;
    border-radius: 100px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
	margin-top: 50px;
	width: 50%;
	cursor: pointer;
}
#MainSlider .mainslider_button:hover{
	background-color: #262626;
}
#MainSlider  .slick-dots li button:before {
    font-size: 12px;
}
#MainSlider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #585858;
}
#MainSlider  .next, #MainSlider  .next {
	display: inline;
    position: absolute;
    bottom: 0;
    right: 43%;
    z-index: 9999;
    cursor: pointer;
}
#MainSlider  .prev, #MainSlider  .prev {
	display: inline;
    position: absolute;
    bottom: 0;
    left: 43%;
    z-index: 9999;
    cursor: pointer;
}
header{
	background: #F5F5F4;
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	padding: 40px 0 40px 0;
}
header .top_logo{
    font-family: 'Montserrat Alternates bold';
    font-weight: bold;
    font-size: 18.5px;
    color: #262626;
}
header .top_logo_second{
	font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #595959;
}
header .top_logo_second span{
	color: #FF8C00;
}
header .top_button{
    background: #FF8C00;
    border-radius: 100px;
    padding: 10px;
    font-weight: 600;
    color: #FFFFFF;
	cursor: pointer;
	width: 153px;
}
header .top_button:hover{
	background-color: #262626;
}
header .top_menu{
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
    align-items: center;
    justify-content: center;
    align-content: center;
}
header .top_menu li{
	/*width: 33%;*/
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
	margin-right: 70px;
}
header .top_menu li a{
	font-weight: 500;
	font-size: 16px;
	color: #262626;
	text-decoration: none;	
	font-weight: bold;
	margin-bottom: 0;
    padding-bottom: 0;
	
}
header .top_menu li a hr{
	opacity: 0;
	margin-bottom: 0;
	width: 38px;
}
header .top_menu li a:hover hr{
    background-color: #ff8c00;
    height: 3px!important;
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
	opacity: 1;
	
}

.order_button{
	background: #FF8C00;
    border-radius: 100px;
    margin: 55px auto;
    width: 35%;
}

.order_button a{
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 14px;
}
.order_button:hover{
	background-color: #262626;
}
.txt_banki{
	font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-bottom: 33px;
}
.slick-dots {
    bottom: 6px;
}
#mobile_block{
	display:none;
}
#desktop_block{
	display:block;
}
#desktop_block .but_more_link{
    color: #585858;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 7px;
}
#desktop_block .but_more_link:hover{
	color: #585858;
}
#desktop_block .ul_tab_first{
	margin-bottom: 0!important;
}

.all_banki_button{
	color: #585858;
	background: #FFF;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 24px;    
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    border: 2px solid #FF8C00;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
}
.all_banki_button:hover,
.all_banki_button.collapsed{
	background: #FF8C00;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 24px;
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    border: 2px solid #FF8C00;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
}



.all_banki_button.collapsed2{
	color: #585858;
	background: #FFF;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 24px;    
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    border: 2px solid #FF8C00;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
}
.all_banki_button.collapsed2:hover,
.all_banki_button{
	background: #FF8C00;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 24px;
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    border: 2px solid #FF8C00;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
}



.noshow{
	display: none;
}
.show2{
	display: block;
}
.paddin_0{
	padding: 0;
}
.row_flex{
	display: flex;
    justify-content: center;
    align-items: center;
}
.rowflex{
	display: flex;
	align-items: center;
	    padding-bottom: 10px;
}
/*End ДЕСКТОП*/



/*МОБИЛКА*/
@media screen and (max-width: 991px) {
	h2 {
		font-size: 23px;
		text-align: center;
	}
	
	#Documents .documents_block {
		background-color: #fff;
		padding: 0;
		border-radius: 0;
	}
	
	#Documents .documents_block .documents_block_item {
		padding: 20px 10px 20px 10px;
		min-height: auto;
		margin-bottom:25px;
	}
	#Zaem hr {
		margin: 0 auto;
		margin-bottom: 30px;		
	}
	#Zaem .zaem_block_item {
		padding: 0;
	}
	#Zaem .zaem_block_item_img img{
		width: 100%;
	}
	#Zaem .order2{
		order: 2;
	}
	#Zaem .order1{
		order: 1;
	}
	#Zaem{
		margin-bottom: 10px;
		border-bottom: 1px solid #ecebeb;
	}
	#Digital{
		margin-top: 25px;
	}
	#Digital .digital_item {
		min-height: auto;
		margin-bottom: 30px;
	}
	#Digital .digital_item .img_right {
		display: none;
	}
	#Digital .digital_item .img_left {
		display: none;
	}
	#WhyBlock .whyblock_img{
		width: 100%;
	}
	#MainSlider .mainslider_title_1 {
		font-weight: bold;
		font-size: 30px;
		text-align: center;
		line-height: 36px;
	}
	#MainSlider .mainslider_title {
		/*font-weight: bold;
			font-size: 20px;
		text-align: center;*/
		
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		margin-bottom: 40px;
		line-height: 30px;
	}
	#MainSlider .mainslider_button {
		width: 80%;
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
		cursor: pointer;
		display: none;
	}
	#MainSlider .mainslider_img {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		display: none;
	}
	#Banki {
		margin-top: 50px;
		background-color: #f2f2f296;
	}
	header {
		background: #F5F5F4;
		box-shadow: 0px 3px 50px rgb(0 0 0 / 10%);
		border-radius: 24px;
		padding: 10px 0 20px 0;
	}
	header .top_menu {
		display: flex;
		flex-wrap: nowrap;
		list-style: none;
		margin-left: 0;
		padding-left: 0;
		padding-top: 10px;
		align-items: center;
		justify-content: space-around;
		margin-bottom: 20px;
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 8px;
	}
	header .top_button {
		background: #FF8C00;
		border-radius: 100px;
		padding: 10px;
		font-weight: 600;
		color: #FFFFFF;
		width: 81%;
		margin: 0 auto;
		cursor: pointer;
	}
	#Banki .nav-pills .nav-item {
		margin-right: 5px;
		width: 48%;
	}
	#Banki .nav-pills .nav-link {
		font-size: 9px;
		line-height: 20px;
		width: 100%;
		font-weight: 600;
	}
	.order_button{
		background: #FF8C00;
		border-radius: 100px;
		margin: 40px auto;
		width: 100%;
	}
	header .top_menu li {
		margin-right: 0;
	}
	#Banki hr {
		width: 100%;
	    margin-bottom: 5px;
	}
	#Banki .banki_tabs {
		background: none;
		border-radius: 10px;
		padding: 0;
	}
	#mobile_block{
		display:block;
	}
	#desktop_block{
		display:none;
	}
	#mobile_block .but_more_link{
		color: #585858;
		text-decoration: none;
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
		font-weight: bold;
	}
	#mobile_block .but_more_link:hover{
		color: #585858;
	}
	#mobile_block .ul_tab_first{
		margin-bottom: 0!important;
	}
	#Banki .bank_item{
		min-height: auto;
		padding: 10px;
		margin-bottom: 10px;
	}
	#Banki .bank_item .bank_button a {
		font-family: Montserrat;
		font-style: normal;
		font-weight: 800;
		font-size: 14px;
		line-height: 25px;
		color: #FFFFFF;
		text-align: center;
		text-decoration: none;
		display: block;
		padding: 6px;
	}
	#Banki .bank_item .bank_button {
		width: 100%;
	}
	#Banki .bank_more {
		margin-bottom: 5px;
	}
	#Banki .bank_more .bank_summa {
		font-size: 14px;
	}
	#Banki .bank_subtitle {
		padding-right: 7px;
	}
}
/*End МОБИЛКА*/
/*
     FILE ARCHIVED ON 11:06:05 Apr 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:09:54 Sep 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.447
  exclusion.robots: 0.014
  exclusion.robots.policy: 0.007
  esindex: 0.01
  cdx.remote: 26.39
  LoadShardBlock: 157.212 (3)
  PetaboxLoader3.datanode: 247.051 (5)
  load_resource: 926.859
  PetaboxLoader3.resolve: 141.657
  loaddict: 51.436
*/