@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
	margin:0;
	color: #253858;
}
#wrapper{
	overflow: hidden;
	width: 100%;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a,:after,:before, .owl-nav> div, input, svg path, svg rect, .btn{transition: ease 0.3s all;}
.toggle_mnu {
	display: none;
	cursor: pointer;
	  width: 40px;
	  height: 40px;
	  position: relative;
	  z-index: 8;
	  border: none; }
	.sandwich {
	  width: 28px;
	  height: 28px;
	  position: absolute;
	  top: 8px;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  z-index: 200; }
	.sw-topper {
	  position: relative;
	  top: 0;
	  width: 28px;
	  height: 3px;
	  background: #0052CC;
	  border: none;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  display: block; }
	.sw-bottom {
	  display: block;
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 6.6px;
	  background: #0052CC;
	  border: none;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  -webkit-transition-delay: 0.2s, 0s;
	          transition-delay: 0.2s, 0s; }
	.sw-footer {
	  display: block;
	  position: relative;
	  width: 15px;
	  height: 3px;
	  top: 13.5px;
	  background: #0052CC;
	  border: none;
	  -webkit-transition: all 0.5s;
	          transition: all 0.5s;
	  -webkit-transition-delay: 0.1s;
	          transition-delay: 0.1s; }
	.sandwich.active .sw-topper {
	  top: 9px;
	  -webkit-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	          transform: rotate(-45deg); }
	.sandwich.active .sw-bottom {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	          transform: rotate(45deg); }
	.sandwich.active .sw-footer {
	  opacity: 0;
	  top: 0;
	  -webkit-transform: rotate(180deg);
	      -ms-transform: rotate(180deg);
	          transform: rotate(180deg); }
.top-head-bx{
	background: #F5F5F5;
}
.top-head-bx .wrap{
	padding: 28px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mnu{
	display: flex;
	position: absolute;
	left: 220px;
	top: -61px;
}
.mnu>li{
	position: relative;
	margin-right: 30px;
}
.mnu>li:last-child{
	margin-right: 0px;
}
.mnu>li>a{
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	color: #253858;
	display: flex;
	align-items: center;
}
.mnu>li>a:hover,.mnu>li:hover>a{text-decoration: underline;}
.mnu>li:hover .drop-mnu{
	display: block;
}
.mnu>li>a img{margin-left: 4px;}
.drop-mnu{
	background: #fff;
	width: 200px;
	position: absolute;
	top: 100%;
	left: 0;
	box-shadow: 0px 4px 4px rgb(77 91 197 / 38%);
	z-index: 5;
	padding: 5px 0;
	display: none;
}
.drop-mnu a{
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	color: #253858;
	text-decoration: none;
}
.drop-mnu a:hover{
	background: #F5F5F5;
}
.top-head-bx .form-wr{
	display: flex;
}
.search-form input[type='text']{
	width: 320px;
	height: 44px;
	background: #fff url(../img/search.svg) 16px 50% no-repeat;
	outline: 0;
	padding-left: 45px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	border: 0;
}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.lk-btn{
	background: #0052CC;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
}
.lk-btn:hover{
	background: #253858;
}
.mnu-head-bx .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #F5F5F5;
	position: relative;
}
.nav{
	display: flex;
}
.nav>li{
	margin-right: 30px;
}
.nav>li:last-child{
	margin-right: 0px;
}
.nav>li>a{
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}
.nav>li>a:hover,
.nav>li:hover>a{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(77, 91, 197, 0.38);
}
.nav>li>a .s1{
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #0052CC;
	display: block;
}
.nav>li>a .s2{
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: #AEB4BA;
}
.btn-translit{
	border: 1px solid #253858;
	width: 156px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	color: #253858;
}
.btn-translit svg{margin-right: 20px;}
.btn-translit:hover{
	border-style: dashed;
}
.nav-drop-bx{
	padding: 35px 50px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(77, 91, 197, 0.38);
	z-index: 5;
	left: 0;
	top: calc(100% - 10px);
	width: 100%;
	position: absolute;
	display: none;
}
.nav>li:hover .nav-drop-bx{
	display: block;
}
.nav-drop-bx .links li{
	margin-bottom: 10px;
}
.nav-drop-bx .links a{
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	color: #253858;
}
.nav-drop-bx .links a:hover{
	color: #0052CC;
}
.nav-drop-bx .bx{
	margin-bottom: 50px;
}
.nav-drop-bx .bx .links{
	margin-left: 20px;
}
.nav-drop-bx .h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
}
.nav-drop-bx .h3 a{
	color: #0052CC;
	text-decoration: none;
}
.nav-drop-bx .h3 a:hover{
	color: #253858;
}
.hint-overlay{
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
.hint-item{
	position: absolute;
	z-index: 11;
	width: 450px;
	padding-left: 75px;
	padding-top: 50px;
	top: 70px;
	left: 0;
	display: none;
}
.hint-item .arr{
	position: absolute;
	left: 0;
	top: 0;
}
.hint-item .t{
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.hint-item .bt{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	padding: 11px 27px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #FFFFFF;
}
.hint-item .bt:hover{
	background: #fff;
	color: #000;
}
.form-wr .form-bx{
	position: relative;
}
.search-hint-active{
	position: relative;
	z-index: 11;
}
.nav-hint-active > li > a .s1{
	color: #fff;
}
.nav-hint-active > li > a .s2{
	color: #AEB4BA;
}
.nav-hint-active{
	position: relative;
	z-index: 11;
}
.hint-nav{
	top: 80px;
	left: 100px;
}
/*
nav-hint-active
search-hint-active
lk-hint-active
translit-hint-active
*/
.hint-right-arr{
	padding-left: 0;
	padding-right: 75px;
}
.lk-btn-bx{
	position: relative;
}
.hint-right-arr .arr{
	left: auto;
	right: 0;
}
.hint-lk{
	left: auto;
	right: 5px;
}
.lk-hint-active{
	position: relative;
	z-index: 11;
}
.translit-hint-active{
	position: relative;
	z-index: 11;
	border-color: #fff;
	color: #fff;
}
.translit-hint-active svg path{
	fill: #fff;
}
.hint-translit{
	right: 60px;
	left: auto;
	top: 90px;
}
.top-box .wrap{
	text-align: center;
	position: relative;
	padding: 80px 0;
	background: url(../img/tb-bg2.svg) 90% 40px no-repeat;
}
.top-box .wrap .img{
	left: -100px;
	bottom: -1px;
	position: absolute;
}
.top-box .wrap .img img{
	display: block;
}
.top-box .h3{
	font-weight: 500;
	font-size: 36px;
	line-height: 150%;
	color: #253858;
	margin-bottom: 50px;
}
.btn{
	display: inline-block;
	padding: 11px 43px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	color: #0052CC;
	border: 1px solid #0052CC;
	cursor: pointer;
}
.btn:hover{
	background: #0052CC;
	color: #fff;
}
.top-box{
	border-bottom: 1px solid #AEB4BA;
}
.vid-course-bx{
	padding: 80px 0;
}
.vid-course-bx .wrap{
	display: flex;
	align-items: center;
}
.vid-course-bx .img{
	min-width: 50%;
	text-align: center;
}
.vid-course-bx .text .h3{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	color: #253858;
}
.vid-course-bx .text .h3 img{
	margin-right: 20px;
}
.vid-course-bx .text p{
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 30px;
	color: #253858;
}
.method-help-bx{
	margin-bottom: 100px;
}
.method-help-bx .wrap{
	padding: 50px 120px;
	background: #F5F5F5 url(../img/help-bg.svg) 95% 50% no-repeat;
	box-shadow: 0px 4px 4px rgba(77, 91, 197, 0.38);
}
.method-help-bx .h3{
	font-weight: 500;
	font-size: 36px;
	line-height: 150%;
	text-align: center;
	margin-bottom: 50px;
	color: #253858;
}
.links-list{
	display: flex;
	flex-wrap: wrap;
}
.links-list li{
	width: 50%;
	margin-bottom: 20px;
}
.links-list a{
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-decoration: none;
	color: #0052CC;
}
.links-list a:hover{
	color: #253858;
}
.main{
	padding-bottom: 100px;
}
.sprav-bx .h3{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	color: #253858;
}
.sprav-bx .h3 img{margin-right: 20px;}
.sprav-bx .links-list{
	margin-bottom: 30px;
}
.sprav-bx .wrap{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.sprav-bx .text{
	width: 660px;
}
.sprav-bx .img{
	margin-left: 20px;
}
.faq-list li{
	margin-bottom: 10px;
}
.faq-list li:last-child{
	margin-bottom: 0px;
}
.faq-list .panel-bx{
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #253858;
	padding: 10px;
	background: #F5F5F5;
	box-shadow: 0px 4px 4px rgba(77, 91, 197, 0.38);
	display: flex;
	align-items: center;
}
.faq-list .panel-bx img{
	margin-right: 15px;
}
.footer{
	background: #F5F5F5;
}
.foot-top{
	padding: 40px 0;
	border-bottom: 1px solid #AEB4BA;
}
.num-list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.num-list li{
	text-align: center;
}
.num-list .ico{
	margin-bottom: 15px;
}
.num-list .t1{
	font-weight: 700;
	font-size: 40px;
	line-height: 150%;
	color: #253858;
	margin-bottom: -10px;
}
.num-list .t2{
	font-size: 16px;
	line-height: 150%;
	color: #253858;
}
.foot-bot{
	padding: 40px 0;
}
.copy-bx{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
}
.copy-bx .copy{
	width: 285px;
	order: 1;
	font-size: 14px;
	line-height: 150%;
	color: #253858;
}
.copy-bx .copy b{
	text-transform: uppercase;
}
.copy-bx .links{
	display: flex;
	order:2;
}
.copy-bx .links li{
	margin-right: 20px;
}
.copy-bx .links a{
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-decoration: none;
	color: #0052CC;
}
.copy-bx .links a:hover{
	color: #253858;
}
.btn-up{
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 10px;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #253858;
}
.btn-up img{margin-left: 10px;}
.count-bx .count{
	width: 285px;
}
.count-bx{
	display: flex;
	align-items: center;
}
.count-bx .proj{
	font-size: 12px;
	line-height: 150%;
	color: #253858;
	width: 400px;
}
.count-bx .proj a{
	font-weight: 700;
	text-decoration: none;
	color: #0052CC;
}
.count-bx .proj a:hover{
	color: #253858;
}
.overlay{
	position:fixed;
	background:rgba(0,0,0,0.7);
	height:100%;
	left:0;
	top:0;
	width:100%;
	z-index:10;
	display: none;
}
.popup{
	left:50%;
	top:50px;
	margin-left:-275px;
	position:fixed;
	z-index:11;
	width:550px;
	background:#fff;
	padding: 40px 90px;
	display: none;
}
.popup .close{
	position:absolute;
	top:10px;
	right:10px;
}
.popup .close:hover{
	cursor:pointer;
}
.popup .h3{
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	color: #253858;
	margin-bottom: 40px;
}
.default-form input[type='text'],
.default-form input[type='number'],
.default-form input[type='password']{
	background: #F5F5F5;
	border: 0;
	outline: 0;
	height: 44px;
	padding: 0 15px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #253858;
	width: 100%;
}
.default-form .btn{
	background: #0052CC;
	border: 0;
	width: 100%;
	cursor: pointer;
	font-weight: 700;
	color: #fff;
	height: 44px;
	margin-bottom: 25px;
}
.default-form .btn:hover{
	background: #253858;
}
.default-form .links{
	padding-bottom: 25px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	border-bottom: 1px solid #F5F5F5;
}
.default-form .links a{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	color: #0052CC;
}
.default-form .links a:hover{
	color: #253858;
}
.default-form .sc-wr{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.default-form .sc-wr .t{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #253858;
}
.default-form .enter{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	color: #0052CC;
}
.default-form .enter:hover{
	color: #253858;
}
.sc-list{
	display: flex;
}
.sc-list li{
	margin-right: 10px;
	position: relative;
}
.sc-list li:last-child{
	margin-right: 0px;
}
.sc-list li:hover{
	top: 1px;
}
.close-nav{
	right: 0;
	top: 0;
	position: absolute;
	display: none;
	z-index: 3;
}
.breadcrumbs{
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 150%;
	color: #AEB4BA;
}
.breadcrumbs li:after{
	content: ' > ';
	color: #0052CC;
	margin-right: 4px;
}
.breadcrumbs li:last-child:after{
	content: ' ';
}
.breadcrumbs a{
	color: #AEB4BA;
	text-decoration: none;
}
.breadcrumbs a:hover{
	color: #253858;
}
.page-h1{
	margin: 20px 0 50px;
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	color: #253858;
}
.page-h1 span{
	color: #0052CC;
}
.categories-bx .links li{
	margin-bottom: 10px;
}
.categories-bx .links a{
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	color: #253858;
}
.categories-bx .links a:hover{
	color: #0052CC;
}
.categories-bx .bx{
	margin-bottom: 50px;
}
.categories-bx .bx .links{
	margin-left: 20px;
}
.categories-bx .h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
}
.categories-bx .h3 a{
	color: #0052CC;
	text-decoration: none;
}
.categories-bx .h3 a:hover{
	color: #253858;
}
.doc-item{
	background: #F5F5F5;
	box-shadow: 0px 4px 4px rgba(77, 91, 197, 0.38);
	padding: 15px;
	padding-right: 160px;
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.doc-item .format{
	background: #0052CC;
	width: 63px;
	min-width: 63px;
	margin-right: 15px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
}
.doc-item .name{
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #253858;
}
.doc-item .name a{
	color: #253858;
	text-decoration: none;
}
.doc-item .name a:hover{
	text-decoration: underline;
}
.doc-item .load{
	position: absolute;
	top: 20px;
	display: flex;
	align-items: center;
	right: 15px;
}
.doc-item .load .t{
	font-size: 14px;
	line-height: 150%;
	color: #AEB4BA;
	margin-right: 15px;
}
.doc-item .load a img{display: block;}
.btn-cc{
	display: flex;
	justify-content: center;
}
.docs-bx .h3{
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 30px;
	color: #253858;
}
.doc-inner-bx{
	margin-bottom: 75px;
}
.doc-inner-bx .doc-info{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.doc-inner-bx .doc-info .sep{
	margin: 0 10px;
	font-size: 14px;
	line-height: 17px;
}
.doc-inner-bx .doc-info .date{
	font-size: 14px;
	line-height: 17px;
	color: #253858;
}
.doc-inner-bx .doc-info .load{
	display: flex;
	align-items: center;
}
.doc-inner-bx .doc-info .load .t{
	font-size: 14px;
	line-height: 150%;
	color: #AEB4BA;
	margin-right: 15px;
}
.doc-inner-bx .doc-info .load a img{display: block;}
.tag-bx{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.tag-bx .t{
	font-size: 14px;
	line-height: 17px;
	margin-right: 10px;
	color: #253858;
}
.tags{
	display: flex;
	flex-wrap: wrap;
}
.tags li{
	margin: 2px 5px 2px 0;
}
.tags a{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	padding: 5px 12px;
	background: #F5F5F5;
	color: #0052CC;
	display: inline-block;
}
.doc-inner-bx .doc > img{max-width: 100%;}
.doc-inner-bx .doc{margin-bottom: 30px;}
.share-bx{
	display: flex;
	align-items: center;
}
.share-bx .t{
	font-size: 14px;
	line-height: 17px;
	margin-right: 10px;
	color: #253858;
}
.translate_form textarea {
    width: 100%;
    padding: 5px;
    font-family: tahoma,arial;
    font-size: 14px;
    border: 1px solid #e4e9ee;
    margin: 10px 0px;
}
.button_key{
	text-align: center;
	margin-bottom: 30px;
}
.translater-bx .text-bx{
	padding: 24px 34px;
	background: #F5F5F5;
	box-shadow: 0px 4px 4px rgba(77, 91, 197, 0.38);
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: #253858;
	margin-bottom: 50px;
}
.translater-bx .text-bx a{
	color: #0052CC;
	text-decoration: none;
}
.translater-bx .text-bx a:hover{
	text-decoration: underline;
}
.translater-bx .text-bx .ico{
	margin-right: 37px;
}
.search-form-wide{
	margin-bottom: 40px;
}
.search-form-wide input[type='text']{
	width: 100%;
	height: 44px;
	background: #fff url(../img/search.svg) 98% 50% no-repeat;
	outline: 0;
	padding: 0 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	border: 1px solid #AEB4BA;
}
.search-list{
	margin: 0;
	padding: 0;
	counter-reset: section; /*Создаёт новый счётчик для каждого тега <ol>*/
  list-style-type: none;
}
.search-list li{
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #0052CC;
	padding-left: 60px;
	position: relative;
}
.search-list li a{
	color: #0052CC;
	text-decoration: none;
}
.search-list li a:hover{
	text-decoration: underline;
}
.search-list li span{
	color: #2DCD50;
}
.search-list li::before{
	counter-increment: section; /*Инкрементируется только счётчик текущего уровня вложенности*/
  content: counters(section,".") " ";
  position: absolute;
  left: 0;
  top:-10px;
  background: #F5F5F5;
  width: 44px;
  height: 44px;
  font-weight: 700;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	color: #253858;
}
.lang-switcher{
	margin-bottom: 50px;
	display: flex;
}
.lang-switcher .bt{
	display: inline-block;
	margin-right: 10px;
	padding: 7px 35px;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-decoration: none;
	color: #AEB4BA;
	border-bottom: 1px solid #AEB4BA;
}
.lang-switcher .bt.act{
	background: #F5F5F5;
	box-shadow: 0px 4px 4px rgba(77, 91, 197, 0.38);
	border-bottom-color: #F5F5F5;
	color: #0052CC;
}
.about-bx .text{
	font-size: 18px;
	line-height: 150%;
	color: #253858;
}
.about-bx .text p{
	margin: 0 0 20px;
}
.about-bx .text p span{
	color: #0052CC;
}
.about-bx .text p a{
	color: #0052CC;
	text-decoration: none;
}
.about-bx .text p a:hover{
	text-decoration: underline;
}
.about-bx .text .sep{
	border-top: 1px solid #AEB4BA;
	margin: 30px 0;
}
.doc-inner-bx .text-bx{
	padding: 24px 34px;
	background: #F5F5F5;
	box-shadow: 0px 4px 4px rgba(77, 91, 197, 0.38);
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: #253858;
	margin-bottom: 50px;
}
.doc-inner-bx .text-bx a{
	color: #0052CC;
	text-decoration: none;
}
.doc-inner-bx .text-bx a:hover{
	text-decoration: underline;
}
.doc-inner-bx .text-bx .ico{
	margin-right: 37px;
}
.doc-btns-bx{
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.doc-btns-bx .btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 236px;
	margin-right: 10px;
	padding: 10px ;
}
.doc-btns-bx .btn:last-child{
	margin-right: 0;
}
.doc-btns-bx .btn svg{
	margin-right: 10px;
}
.doc-btns-bx .btn:hover svg path{
	fill:#fff;
}
.doc-inner-bx .h3{
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 30px;
	color: #253858;
}
.two-columns {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.two-columns .aside{
	width: 359px;
	min-width: 359px;
	margin-left: 20px;
}
.two-columns .content{
	width: 100%;
}
.text-frame{
	padding: 80px 45px 20px;
	position: relative;
	border: 1px solid #AEB4BA;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 150%;
	color: #253858;
}
.text-frame .n{
	font-weight: 700;
	font-size: 16px;
	line-height: 44px;
	width: 44px;
	height: 44px;
	text-align: center;
	background: #F5F5F5;
	color: #253858;
	position: absolute;
	left: 0;
	top: 0;
}
.text-frame p{margin: 0;}
.text-frame p .marked{
	background: rgb(0 82 204 / 20%);
}
.aside-grey-bx{
	padding: 20px;
	background: #F5F5F5;
	box-shadow: 0px 4px 4px rgba(77, 91, 197, 0.38);
	margin-bottom: 40px;
}
.aside-grey-bx .h4{
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #253858;
	padding-bottom: 15px;
	border-bottom: 1px solid #AEB4BA;
	margin-bottom: 30px;
}
.aside-grey-bx .h4 img{
	margin-left: 10px;
}
.glosary-list li{
	margin-bottom: 30px;
}
.glosary-list li:last-child{
	margin-bottom: 0;
}
.glosary-list .t1{
	font-size: 16px;
	line-height: 150%;
	color: #253858;
	margin-bottom: 10px;
}
.glosary-list .t1 img{
	margin-left: 5px;
}
.glosary-list .t2{
	font-size: 16px;
	line-height: 150%;
	color: #253858;
	padding: 4px 12px;
	background: #fff;
	display: inline-block;
}
.aside-grey-bx .btn{
	width: 100%;
}
.banner-state-bx{
	padding: 30px 15px 26px 22px;
	background: #0052CC url('../img/st.svg') 50% no-repeat;
	margin: 0 0 40px;
}
.banner-state-bx .t1{
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 18px;
	color: #FFFFFF;
}
.banner-state-bx .t2{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.doc-list li{
	padding-left: 30px;
	background: url(../img/dc.svg)  0 0 no-repeat;
	margin-bottom: 30px;
}
.doc-list li:last-child{
	margin-bottom: 0;
}
.doc-list a{
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-decoration: none;
	color: #253858;
}
.doc-list a:hover{
	text-decoration: underline;
}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom scrollbars styles */
.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.scrollable-area-wrapper .hscrollbar,
.scrollable-area-wrapper .vscrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.scrollable-area-wrapper .hscroll-left,
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .hscroll-right,
.scrollable-area-wrapper .vscroll-down {
	background: #777;
	width: 5px;
	height: 5px;
	float: left;
	display: none;
}
.scrollable-area-wrapper .hscroll-line,
.scrollable-area-wrapper .vscroll-line {
	background: #e1e1e1;
	width: 5px;
	float: left;
}
.scrollable-area-wrapper .hscroll-slider,
.scrollable-area-wrapper .vscroll-slider {
	background: #253858;
	width: 5px;
	height: 5px;
}
.scrollable-area-wrapper .hscrollbar {
	position: static;
	height: 5px;
	top: auto;
}
.scrollable-area-wrapper .hscroll-line {
	height: 5px;
	width: auto;
}
.aside-grey-bx .scrollable-area{
	height: 260px;
}
.aside-grey-bx .scrollable-area-wrapper{
	margin-bottom: 30px;
}
