body{
	font-family: Manrope;
}
.pb-50{
	padding-bottom:50px;
}
header{
	background: #101129;
	color: #fff;
	padding: 12px 0;
}
header a{
	color: #fff;text-decoration: none;
}
header .logo{
	display: block;
	width: 230px;
	text-align: center;
}
.logo img{
	width: 160px;
}
header .block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
header .block>*{
	margin: auto;
}
header .block{
	border-radius: 10px;
	background: rgba(99,99,99, 0.1);
	border:1px solid rgba(255,255,255, 0.1);
	height: 60px;
}
header .mes a{
	display: inline-block;
}
header ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
header .kl{
	width: 404px;
}
header .mes a{
	width: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
header .phone{
	width: 200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 18px;
	font-weight: bold;
}
header .phone span{
	margin: auto;
	display: block;
}
header .button, .modal .button{
	width: 210px;
	color:#fff;
	background: #3E1283;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	height: 60px;
	line-height: 60px;
	font-weight: 800;
}
.button:hover{
	background: #310e69;
}
header .toggler{
	width: 60px;
	cursor: pointer;
}
header .row{
	margin: 0 -6px;
}
header .row>div{
	padding: 0 6px;
}
header .kl li a:hover{
	color: #ccc;
}
#menu{
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	width: 320px;
	z-index: 4;
	background: #101129;
	padding: 20px;
	overflow-y: auto;
	margin-right: -320px;
	transition:0.3s ease all;
}
#menu.active{
	margin-right: 0;
}
#menu .l{
	width: 150px;
	display: block;
}
#menu .justify-content-between{
	margin-bottom: 20px;
}
#menu .close{
	width: 25px;
	height: 25px;
	position: relative;
	transform: rotate(45deg);
	cursor: pointer;
}
#menu .close>div:first-child{
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -1px;
}
#menu .close>div:last-child{
	width: 2px;
	height: 100%;
	background: #fff;
	left: 50%;
	top: 0;
	position: absolute;
	margin-left: -1px;
}
#menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu ul li{
	margin-bottom: 5px;
}
#menu ul li a{
	text-decoration: none;
	color: #fff;
}
#menu ul li a:hover{
	text-decoration: underline;
}
.p-50{
	padding: 50px 0;
}
#block-1 .title{
	font-size: 40px;
	font-weight: bold;
}
#block-1 .sub{
	font-size: 16px;
	max-width: 700px;
	margin-bottom: 30px;
	color: #101129;
}
#block-1 .categories ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: normal;
	flex-wrap: wrap;
	gap:8px;
}
#block-1 .categories ul li a:hover{
	color: #fff;
	background: #565DC9;
	border-color:#565DC9;
}
#block-1 .categories ul li a{
	display: block;
	color: #666666;
	border:1px solid #C1D0DA;
	text-decoration: none;
	border-radius: 30px;
	padding: 8px 15px;
	font-size: 16px;
}
#block-1 .container{
	position: relative;
}
#block-1 .container:after{
	content: '';
	display: block;
	border-bottom: 1px solid #E3E3E3;
	position: absolute;
	right: 12px;
	left: 12px;
	bottom: -50px;
}
#search input[type="text"]{
	border:1px solid #C1D0DA;
	border-radius: 30px;
	height: 45px;
	padding: 0 15px;
	padding-left: 45px;
	background: url("../images/search.svg") left 15px center no-repeat;
}
#articles .block{
	margin-bottom: 24px;
	line-height: 1.3;
}
#articles .block a{
	display: block;
	text-decoration: none;
}
#articles .block img{
	border-radius: 15px;
}
#articles .block .cts{
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
}
#articles .block .cts ul{
	padding: 0;
	margin: 0;
	list-style: none;
	color: #C1D0DA;
	text-transform: uppercase;
}
#articles .block .cts ul li{
	display: inline-block;
}
#articles .block .cts ul li:after{
	content: '🞄';
	padding: 0 4px 0 8px;
}
#articles .block .cts ul li:last-child:after{
	display: none;
}
#articles .block .tit{
	font-weight: bold;
	font-size: 22px;
	color: #020519;
}
#articles .block .w{
	padding: 10px;
}
#articles .block .intro{
	color: #666;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 0;
}
#articles .block .intro p{
	padding:0;
	margin:0;
}
#articles .block .date{
	color: #C1D0DA;
	font-size: 12px;
	font-weight: bold;
}
footer {
	background: #333;
	color: #fff;
	padding: 50px 0;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .f-logo{
	margin-bottom: 30px;
	width: 300px;
}
footer .left .tit{
	color: #333;
	margin-bottom: 6px;
}
footer .left .soc{
	margin-bottom: 20px;
}
footer .wrap a{
	color:#333;
}
footer .bot{
	border-top: 1px solid #666;
	padding-top: 30px;
	margin-top: 30px;
	color: #666;
	font-size: 13px;
	line-height: normal;
}
footer .soc a{
	color: #fff;
	margin-right: 5px;
}
footer .soc a img{
	width: 35px;
}
footer .tit{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
footer ul li{
	margin-bottom: 5px;
}
footer ul li a:hover{
	text-decoration:underline;
}
footer ul li a{
	color: #333;
}
.modal-content{
	border-radius: 0;
	padding: 15px;
}
.modal .form-control{
	border-radius: 30px;
	padding: 0 20px;
	height: 50px;
}
.modal .button{
	width: 100%;
	text-align: center;
	border:none;
	padding: 15px;
	line-height: normal;
	height: auto;
	border-radius: 30px;
}
#article{
	padding: 30px 0 0;
}
.breadcrumbs{
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 14px;
}
.breadcrumbs li{
	display: inline-block;
}
.breadcrumbs li:after{
	content: '>';
	color: #C1D0DA;
	padding: 0 4px;
}
.breadcrumbs li:nth-child(3):after{
	display: none;
}
.breadcrumbs li a{
	text-decoration: none;
	color: #C1D0DA;
}
.breadcrumbs li a:hover{
	text-decoration: underline;
}
.a-top {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.a-top .wrap{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0, 0.4);
	backdrop-filter: blur(8px);
	padding: 30px;
}
.a-top .cts ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.a-top .cts ul li {
	display: inline-block;
	margin-right: 6px;
}
.a-top .cts ul li a{
	display: block;
	color: #565DC9;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	background: #fff;
	padding: 4px 10px;
	border-radius: 30px;
}
.a-top .cts ul li a:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #565DC9;
	margin-right: 7px;
	position: relative;
	top: 2px;
}
.a-top h1.title{
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	margin: 10px 0;
}
.a-top .date{
	color: #C1D0DA;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.a-top .bot{
	border-top: 1px solid #C1D0DA;
	padding-top: 20px;
	color: #C1D0DA;
}
.a-top .author{
	display: table;
	font-size: 14px;
}
.a-top .author>div{
	display: table-cell;
	vertical-align: middle;
}
.a-top .author img{
	border-radius: 50%;
	margin-right: 15px;
}
.a-top .soc a{
	text-decoration: none;
	display: inline-block;
	margin: 0;
	margin-left: 5px;
}
.cont{
	padding: 30px 0 0;
}
.page .cont{
	padding-top:0;
}
.cont h2, .cont h3{
	font-weight: bold;
}
.cont a{
	color: #0061A7;	
}
.cont img{
	margin-bottom:15px;
}
.banner img{
	margin-bottom:0;
}
.table-1{
	width: 100%;
}
.table-1 td{
	vertical-align: top;
	padding: 10px;
}
.table-1 tr{
	border-bottom: 1px solid #E4E2E4;
}
.banner{
	border-radius:15px;
	background: #C8F252;
	padding: 30px 40px;
	margin: 30px 0;
}
.banner .tit{
	font-weight: bold;
	color: #020519;
	font-size: 30px;
	line-height: normal;
	margin-bottom: 20px;
}
.banner .button{
	background: #fff;
	text-decoration: none;
	color: #333;
	border-radius: 10px;
	display: inline-block;
	padding: 15px 80px;
	font-weight: bold;
	font-size: 18px;
}
.table-striped{
	border-radius: 10px;
	overflow: hidden;
}
.table-striped th{
	font-weight: bold;
	background: #5A5D6C;
	color: #fff;
}
.table-striped th, .table-striped td{
	padding: 10px;
}
.table-striped tr:nth-child(odd){
	background: #F5F5F5;
}
.cont ul{
	list-style: none;
	padding: 0;
}
.cont ul li{
	padding-left: 25px;
	position: relative;
}
.cont ul li:before{
	content: '';
	width: 15px;
	height: 1px;
	background: #565DC9;
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
}
.cont blockquote{
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
}
.cont blockquote:before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	background: #565DC9;
	left: 0;
	top: 0;
	bottom: 0;
}
#articles .title{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
}
.wpcf7-not-valid-tip{
	font-size:12px;
	margin:0 15px;
	margin-top:-10px;
}
.wpcf7-spinner{
	display:none;
}
.rel{
	margin-top:30px;
}
.rel .tit{
	font-size:22px;
	font-weight:600;
}
.rel ul{
	padding:0;
	margin:0;
	list-style:none;
}
.rel ul li{
	padding:-right:30px;
	background:url("../ images/rr.svg") center center no-repeat;
	border-bottom:1px solid rgba(0,0,0, 0.3);
	padding:10px 0;
}
.rel ul li a{
	color:#666;
	text-decoration:none;
}
.rel ul li .date{
	font-size:12px;
	color:#C1D0DA;
}
footer .wrap{
	padding:40px;
	border-radius:25px;
	background:#c8f252;
	color:#333;
	margin:0 30px;
}
@media(max-width:1400px){
	header .kl{
		width: 280px;
	}
	header .button{
		width: 180px;
	}
	header .logo{
		width: 190px;
	}
	.a-top .cts ul li a{
		font-size: 10px;
	}
	.a-top .cts ul li a:before{
		width: 10px;
		height: 10px;
		top: 1px;
	}
	.a-top .bot{
		padding: 15px 0 0;
	}
	.a-top .date{
		font-size: 12px;
	}
	.banner .tit{
		font-size: 25px;
	}
	#article .a-top .title{
		font-size: 25px;
	}
}
@media(max-width:1200px){
	header .block{
		height: 50px;
	}
	header .button{
		line-height: 50px;
		height: 50px;
	}
	header{
		padding: 6px 0;
	}
	header .phone{
		font-size: 16px;
		width: 160px;
	}
	header .button{
		font-size: 14px;
		width: 160px;
	}
	header .toggler, header .mes a{
		width: 50px;
	}
	header .kl{
		font-size: 14px;
		width: 204px;
	}
	header .mes a img{
		width: 20px;
	}
	.p-50{
		padding: 40px 0;
	}
	#block-1 .title{
		font-size: 35px;
	}
	#block-1 .sub{
		margin-bottom: 15px;
		font-size: 15px;
	}
	#block-1 .categories ul li a{
		font-size: 14px;
		padding: 5px 10px;
	}
	#block-1 .container:after{
		bottom: -40px;
	}
	#articles .block .cts{
		font-size: 10px;
		padding: 5px 0;
	}
	#articles .block .tit{
		font-size: 18px;
		margin: 0;
	}
	#articles .block .intro{
		padding:5px 0;
		font-size: 14px;
	}
	footer .f-logo{
		width: 170px;
	}
	footer .left .tit, footer .tit{
		font-size: 14px;
	}
	footer ul li{
		margin-bottom: 3px;
	}
	footer ul li a{
		font-size: 14px;
	}
	footer{
		padding-bottom: 25px;
	}
	footer .bot{
		padding-top: 15px;
		margin-top: 15px;
		font-size: 11px;
	}
	.a-top .wrap{
		padding: 20px;
	}
	.a-top .bot .soc a img{
		width: 30px;
	}
	.banner .tit{
		font-size: 22px;
	}
}
@media(max-width:992px){
	header .logo{
		width: 120px;
	}
	header .logo img{
		width: 90px;
	}
	header .block{
		height: 40px;
	}
	header .kl{
		font-size: 12px;
		width: 150px;
	}
	header .mes a, header .toggler {
		width: 40px;
	}
	header .phone{
		font-size: 13px;
		width: 120px;
	}
	header .button{
		height: 40px;
		line-height: 40px;
		font-size: 10px;
		width: 114px;
	}
	header .mes a img{
		width: 15px;
	}
	#search input[type="text"]{
		height: 40px;
		font-size: 15px;
	}
	#block-1 .categories ul{
		gap:3px;
	}
	footer .soc a img{
		width: 30px;
	}
	.breadcrumbs{
		font-size: 12px;
		margin-bottom: 10px;
	}
	#article{
		padding-top: 15px;
	}
	.a-top .wrap{
		padding: 15px;
	}
	.a-top .cts ul li a{
		font-size: 9px;
		padding: 2px 5px;
	}
	.a-top .bot{
		padding-top: 10px;
	}
	.a-top .date{
		font-size: 10px;
	}
	.cont h2{
		font-size: 22px;
	}
	.cont h3{
		font-size: 18px;
	}
	#article .a-top .title{
		font-size: 22px;
	}
	.banner{
		padding: 30px;
	}
	.banner .tit{
		font-size: 18px;
	}
	.banner .button{
		font-size: 16px;
		padding: 10px 40px;
	}
}
@media(max-width:768px){
	header{
		position:sticky;
		top: 0;
		z-index: 5;
	}
	.p-50{
		padding: 30px 0;
	}
	#block-1 .title{
		font-size: 28px;
	}
	#block-1 .sub{
		font-size: 14px;
	}
	#block-1 .categories{
		margin-bottom: 15px;
	}
	#block-1 .container:after{
		bottom: -30px;
	}
	footer .block{
		margin-bottom: 20px;
	}
	footer .block .tit{
		margin-bottom: 5px;
	}
	footer .bot{
		font-size: 10px;
	}
	.breadcrumbs{
		font-size: 11px;
		padding: 0;
		margin-bottom: 15px;
	}
	.a-top .bot .author{
		font-size: 12px;
	}
	.a-top .bot .author img{
		width: 30px;
	}
	.a-top .date{
		margin-bottom: 5px;
	}
	.a-top .bot .soc a img{
		width: 20px;
	}
	#article .a-top .title{
		font-size: 20px;
	}
	.cont h2{
		font-size: 20px;
	}
	.cont h3{
		font-size: 18px;
	}
	.banner .tit{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.banner .button{
		font-size: 13px;
	}
	.cont{
		font-size: 14px;
	}
	#articles .title{
		font-size: 20px;
		margin-bottom: 15px;
	}
}
@media(max-width:576px){
	#menu{
		width: 100%;
		margin-right: -100%;
	}
	#block-1 .title{
		font-size: 25px;
	}
	#block-1 .categories ul li a{
		font-size: 12px;
	}
	footer .left{
		margin-bottom: 20px;
	}
	footer{
		text-align: center;
	}
	footer .bot .b{
		margin-bottom: 5px;
		font-size: 11px;
	}
	footer .bot .b br{
		display: none;
	}
	.a-top .img-fluid{
		min-height: 310px;
		object-fit: cover;
	}
	#article .a-top .title{
		font-size: 18px;
	}
	.a-top .bot .author{
		font-size: 10px;
	}
	.banner .img-fluid{
		display: block;
		margin-top: -60px;
	}
}