.container {
	width:100%;
	padding: 0px;
	display:block;
	margin:0px;
	position:relative;

}
.left-side {
	/* position: relative; */
	position: fixed;
	width:20%;
	/* background-color:#fff; */
	background-color: #0a1957;
	/* min-height:200px; */
	min-height: 100%;
	padding:0px;
	margin:0px;
	float:left;
	/*
	box-shadow: 0px 0px 15px #555;
	border-right: 1px solid #d5d5d5;
	*/
	z-index: 1;

}
.right-side {
	position: relative;
	margin:0px;
	left:0px;
	margin-left: 20%;
	width:80%;
	top: 0px;
	background-color:#fafafa;
	padding:0px;
	display:block;
}
.right-side, .header .menu-top {

	background-image: url('/images/ten_vertikal.png');
	background-repeat:repeat-y;
	background-position:top left;


	/*
	border-left:1px solid #ccc;
	background: linear-gradient(90deg, #ccc, #fafafa, #fafafa, #fafafa,#fafafa, #fafafa,#fafafa,#fafafa,#fafafa,#fafafa,#fafafa,#fafafa,#fafafa,#fafafa,#fafafa);
	*/
}
.menu ul {
	margin:0px;
	padding:0px;
}
.mobile_icon a.mobile {
	 display:none
}
@media (min-width: 801px) and (max-width: 1100px) {
	.left-side {
		width:25%;
	}
	.right-side {
		width:75%;
		margin-left: 25%;
	}

}

@media (min-width: 1921px) {
	.left-side {
		width:15%;
	}
	.right-side {
		width:85%;
		margin-left: 15%;
	}
	#service_menu.fix{
	   width: 15%;
	}

}
@media (max-width: 767px) {
	.left-side {
		width:0%;
		display:none;
	}
	.right-side {
		width:100%;
		margin-left: 0%;
	}
	li.dropdown {
		display: block;
		border-bottom: 1px solid #4e64ab;
		padding: 0px 25px;

	}
	.nav li a, .dropbtn {
		padding: 8px 10px;
		font-size: 15px;
		text-align: left;
		width: 100%;
		margin: 0px -25px;
	}
	li.dropdown i {
		right: 7%;
		position: absolute;
	}
	nav {
		display:none;
	}
	.mobile_icon {
		/*width:100%;*/
		position:relative;
		padding: 5px 0px;
		margin:0px;
		background:#023471;

	}
	.mobile_icon a.mobile {
		display:flex;
	}
	.mobile_icon a.mobile {
		color:#fff;
		font-size: 32px;
		text-decoration:none;
		padding: 10px 20px;
		width:20%;
	}
	.home-page section {
		background-image: none;
	}

}
@media (min-width: 801px) and (max-width: 991px) {
	li.dropdown {

	}
	.nav li a, .dropbtn {
	 font-size: 13px;
	 padding: 15px 10px;
	}
}
@media (min-width: 992px) and (max-width: 1100px) {
	li.dropdown {

	}
	.nav li a, .dropbtn {
	 font-size: 16px;
	 padding: 15px 10px;
	}
}
.language, .visual_mono {
	padding:10px 0px;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
}
.language span, .visual_mono span {
	/* color: #fff; */
	color: #3857d9;
	margin-left:10px;
	padding: 5px;
	text-decoration:none;
}
.language a, .visual_mono a {

	color: #fff;
	margin-left:10px;
	padding: 5px;
	text-decoration:none;
}
.language a:hover {
	/* color: #fff; */
	color: #3857d9;
}
.language a:hover, .language span {
	/* background: #046aa5; */
	background: #fff;
	border-radius: 100%;
}
.language hr {
	/* border: 1px solid #8eccef; */
	border: 1px solid #fff;
	width:70%;
	/* margin:5px auto 10px auto; */
	margin: 10px auto 10px auto;
	padding:0px;
}

.logo {
	text-align: center;
	padding: 0px 20px 12px 20px;
	/*text-transform: uppercase;*/
	font-size:12px;
	line-height:11px;

}
.logo h3 {
	/*font: 700 14px/15px Play, Calibri;*/
	font: 700 19px/18px Play, Calibri;
	padding: 0px;
	margin: 12px 0px;
	color: #fff;
}
.logo img {
	width: 45%;
	padding: 6px 4px;
	/* background: #046aa5; */
	background: #e7eafa;
	border-radius: 100%;
}
/*
.logo img:hover {
	margin:1px;
	width: 83px;
	padding: 8px;
	background: #01598c;
	border-radius: 100%;
}
*/
.logo p, .logo a, .logo a:hover {
	color: #fff;
	text-decoration: none;
}

.logo, .language, .line_logo_bg {
	/* background-color:#0281ca; */
	background-color: #0a1957;
	color: #fff;
}
.logo {
	/*
	background-image: url('/images/ornament.png');
	background-position:top center;
	background-repeat: no-repeat;
	background-size:80%;
	*/
}

.blog_mobile {
	width:100%;
	position:relative;
	padding:10px;
	margin:25px 0px;
	float: left;
	background-color: #eee;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.blog_mobile img {
	width: 35%;
	float:left;
	position:relative;
	margin: 0px 20px 20px 10px;
}
.blog_mobile write_blog {
	text-align: center;
	padding: 12px 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.blog_mobile .write_blog span{
	padding: 0px 5px;
}


.blog_mobile .write_blog i {
	font-size:22px;
	font-weight:100;
}
.blog_mobile .write_blog a {
	/* color: #0069c2; */
  color: #3857d9;
}
.blog_mobile .write_blog a:hover {
	color: #000;
}

@media (max-width: 767px) {
	.language {
		background: #023471;
		width: 40%;
		margin:0px;
		text-align:left;
	}
	.visual_mono {
		background: #023471;
		width: 60%;
		margin: 0px;
		padding: 10px;
		top: 0px;
		float: right;
		position: absolute;
		right: 0px;
		text-align: left;

	}
	.visual_mono a i{
		font-size:15px;
	}
	.visual_mono span {
		color:#589acd;
		left: 0px;
		font-size: 10px;
		line-height:12px;
	}

	.visual_mono a {
		top: 7px;
		margin: 0px;
		right: 30px;
		position: absolute;
		padding: 2px 3px 0px 3px;
		background: #BABABA;
		color: #333;
		border-radius: 3px;
	}
	.logo {
		padding: 10px 0px;
		/*background:linear-gradient(90deg, #00629b, #0281ca);*/
	}
	.logo img {
		width: 60px;
		padding: 5px;
	}
	/*
	.logo img:hover {
		margin:0px;
		width: 60px;
		padding: 5px;
		background: #01598c;
		border-radius: 100%;
	}
*/
	.logo h3 {
		padding: 0px 10%;
	}
	.footer .bottom-bar {
		padding: 20px 10px;

	}
	.footer p {
		color:#fff;
		font-size:12px;
	}
	.footer .bottom-bar .social li {
		margin:1px;

	}
	.mediafiles_list li {
	margin:0px;
	}
	.mediafiles_list li iframe {
	width: 100%;
	height:auto;

}

}
.line_logo_bg{
	background-image: url('/images/bg_left_line.png');
	background-position:top right;
	background-repeat: no-repeat;
	min-height:100px;
}

.phone_doverie {
	padding:0px 20px;
	color:#000;
	text-align:right;
	margin: -15px 0px 10px 0px;
}
.phone_doverie h3 {
	padding: 0px;
	color: #00bf2f;
	font-size: 15px;
	line-height: 12px;
	margin: 0px 0px 10px;
}
.phone_doverie p {
	padding:0px;
	margin:0px;
	font-size: 18px;
	font-weight:700;
}

.header .menu-top {
	/* width:100%; */
	display: flex;
	justify-content: space-between;
	padding: 0px 10px 0px 35px;
	background-color: #e4e4e4;
	position: relative;
	margin: 0px;
	/* padding: 0px; */
	/* border-bottom: 1px solid #bbbbbb; */
}

@media(max-width:780px){
	.header .menu-top {
		justify-content: center;
	}
}


.header .menu-top ul {
	padding: 5px 0px;
	background-image: none;
}
.header .menu-top .info {
	float: left;
	padding:4px 20px;
	position:absolute
}

.header .header-top #today_is {
	/* position:absolute;
	top: 50px;
	left: 40px; */
	color: #446FAB;
}
.header .header-top #today_is h4 {
	font-weight:100;
	font-size: 13px;
	padding:0px;
	margin:3px;
}
.header .header-top ul {
	/* padding: 20px 10px 0px 35px; */

}
.header .header-top ul li #icon {
	color:#b97742;
	font-size:18px;
	position:relative;
	padding:0px;
}
.header .header-top ul li #link {
	position: relative;
	top: -20px;
	left: 15px;


}
.header .header-top ul li #link a{
	font-weight:400;
	font-size:13px;
}
.navbar-nav>li>a {
	padding:15px 25px;
}
.content {
	/*
	padding-left: 9%;
	padding-right: 20px;*/
	padding: 20px 20px 0px 9%;
}
h3.title {
	font-family: "Times New Roman";
	font-size: 40px;
}
.faq_answer {
	border-top: 1px dotted #7f5d3c;
	color: #7f5d3c;
	padding: 15px 0px;
	text-align:left;
	margin:10px 0px;
}
.faq_answer p {
	color: #7f5d3c;
}

.line_divider {
	width:100%;
	height:3px;
	background:#000;
}
.page-content img {
	margin: 25px 25px 25px 0px;
}
.page-content ul.images_list {
	margin:0px;
	padding:0px;
	left:0px;
}
.page-content ul.images_list img {
	margin: 0px 10px 20px -15px;
	height:200px;
	object-fit: cover;
}
.page-content table {
	overflow-x: scroll;
	width: 100%;
	margin:20px 0px;
}
.page-content table td {
	padding: 3px 7px;
	border: 2px solid #A9A095;
}
.facebook i{
	font-size: 20px;
	padding: 0px;
}
.facebook a i{
	color: #5484B7;
}
.facebook a i:hover{
	color: #1760AE;
}

.instagram i{
	font-size: 20px;
	padding: 0px;
}
.instagram a i{
	color: #6847E3;
}
.instagram a i:hover{
	color: #000;

}
.youtube i{
	font-size: 20px;
	padding: 0px;
}
.youtube a i{
	color: #FF3523;
}
.youtube a i:hover{
	color: #9A170B;
}


#service_menu {
	position: relative !important;
	padding:0px;
	margin:-18px 0px;
	/* background-color:#fff; */
	border-radius: 12px 12px 0px 0px;
}
#service_menu.fix {
		position:fixed;
		/* top:30px; */
		z-index:1;
		width:100% !important;
}
@media (min-width: 981px) {

	#service_menu.normal {
		position:relative;

	}
	#service_menu.fix {
		width:20%;
	}
}
@media (min-width: 801px) and (max-width: 980px) {
	#service_menu.fix {

		width:25%;
	}
}
@media (min-width: 1921px) {

	#service_menu.fix{
	   width: 15%;
	}
}
.news_list {
	margin: 5px 0px;
	padding: 10px 0px;
	border-top: 1px solid #dccfa6;
	position:relative;
	/*min-height: 90px;*/

}
.news_list img {
	position: relative;
	left: 0px;
	top: 0px;
	width: 75px;
	padding: 0px 10px 0px 0px;
	margin: 5px 0px 10px 0px;
		float:left;
}
.video_list {
	margin: 0px 0px 5px 0px;
	padding: 10px 0px;
	border-top: 1px solid #dccfa6;
	position:relative;
	/*float:left;*/
	min-height: 90px;
	display: flex;
	width: 100%;
}
.video_list img {

	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin:0px

}
.video_list a{
	color: #000;
	text-decoration: none;
	font-weight: 700;
}
.video_list a:hover {
	color: #000;
	text-decoration: underline;
}

.video_list .icon_video_player {
	position:absolute;
	top:30%;
	left:40%;
	font-size: 24px;
	color: #da2315;
}

@media (max-width:768px) {
	.video_list {
		display: inherit;
	}
	.video_list .icon_video_player {
		display:none;
	}
}

.show_date {
    font-size: 12px;
    color: #777;
    display: block;
    padding: 5px 0px;
    margin: 0px;

}
.mainpage_image {
	width:100%;
	position:relative;
	padding:0px;
	margin:0px;
	color:#fff;
	/*background-image:url('/images/main_photo.jpg');
	background-image:url('/images/school1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;*/

	/*height: 450px;
	height: 190px;*/
}
.mainpage_image .slide_0,
.mainpage_image .slide_1,
.mainpage_image .slide_2,
.mainpage_image .slide_3,
.mainpage_image .slide_4
 {
	width:100%;
	position:relative;
	padding:0px;
	margin:0px;

	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	height: 500px;
}



.mainpage_image .slide_2 #text,
.mainpage_image .slide_2 #text a,
.mainpage_image .slide_2 #text h2, .mainpage_image .slide_2 #text h2 a,
.mainpage_image .slide_2 #text p, .mainpage_image .slide_2 #text p a,


.mainpage_image .slide_4 #text,
.mainpage_image .slide_4 #text a,
.mainpage_image .slide_4 #text h2, .mainpage_image .slide_4 #text h2 a,
.mainpage_image .slide_4 #text p, .mainpage_image .slide_4 #text p a
{
	color:#fff;
	font: 700 18px/18px Play, Calibri, Tahoma, Arial,  Tahoma, Arial;
	text-decoration:none;
 }


 .mainpage_image .slide_3 #text,
.mainpage_image .slide_3 #text a,
.mainpage_image .slide_3 #text h2, .mainpage_image .slide_3 #text h2 a,
.mainpage_image .slide_3 #text p, .mainpage_image .slide_3 #text p a
{
	color:#fff;
	font: 700 18px/18px Play, Calibri, Tahoma, Arial,  Tahoma, Arial;
	text-decoration:none;
 }
.mainpage_image .slide_2 #text, .mainpage_image .slide_4 #text , .mainpage_image .slide_3 #text{
	position: absolute;
	max-width: 50%;
	left: 10%;
	padding: 20px;
	margin: 0px;
	top: 40px;
	/*text-transform:uppercase;*/
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5)) 0%, rgba(0, 0, 0, 0.5)) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.mainpage_image .slide_2 #text h2, .mainpage_image .slide_4 #text h2 {
	padding:0px;
	margin:15px 0px;
	font: 700 32px/24px Play, Calibri, Tahoma, Arial,  Tahoma, Arial;
	letter-spacing: -2px;
}

.mainpage_image .slide_3 #text h2{
	padding:0px;
	margin:15px 0px;
	font: 700 32px/24px Play, Calibri, Tahoma, Arial,  Tahoma, Arial;
	letter-spacing: -2px;
	line-height: 0.9em;
}

.mainpage_image .slide_2 #text h3, .mainpage_image .slide_4 #text h3 , .mainpage_image .slide_3 #text h3 {
	padding:0px;
	margin:15px 0px;
	font: 700 24px/24px Play, Calibri, Tahoma, Arial,  Tahoma, Arial;
	letter-spacing: -1px;
}
.robotix {
	width:100%;
	background: #1c3982;
	background-image:url('/images/DLR_SpaceJustin.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;

	position:relative;
	height: 450px;
	height: 125px;
	padding: 20px 0px;
	color: #fff;
	margin: 35px 0px;
	text-shadow:0px 0px 1px #000;
}

.robotix h2 {
	left: 5%;
	position: relative;
	font: 700 42px/26px Play;
	letter-spacing: -2px;

}
.robotix p {
	left: 5%;
	position: absolute;
	color: #fff;
}
.robotix h3 {
	right: 20px;
	top: 30px;
	position: absolute;
	font-weight: 100;
	font-size: 14px;
}
.robotix a {
	text-decoration:none;
	color: #ffffff;
}
.robotix a:hover {
	color: #ddd;
}
/* Slide Pro Master */

#spm-news .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#spm-news .sp-thumbnail-image {
	height: 100%;
	margin: 0px;
	width: 100%;
}

#spm-news .sp-thumbnail-text {
	width: 170px;
	width: 300px;
	width: 325px;
    float: right;
    padding: 8px 10px 0px 8px;
    /*background-color: #F0F0F0;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#spm-news .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}
#spm-news .sp-thumbnail-title span {
	padding:0px;
	margin:0px;
	font-size:10px;
}
#spm-news .sp-thumbnail-description {
	padding:0px;
	line-height:1.2;
}
#spm-news .sp-caption-container {
	position:absolute;


	background: -webkit-linear-gradient(top, rgba(1, 90, 170, 0.75) 0%, rgba(1, 90, 170, 0.75) 100%);
	background: -moz-linear-gradient(top, rgba(1, 90, 170, 0.75) 0%, rgba(1, 90, 170, 0.75) 100%);
	background: -o-linear-gradient(top, rgba(1, 90, 170, 0.75) 0%, rgba(1, 90, 170, 0.75) 100%);
	background: -ms-linear-gradient(top, rgba(1, 90, 170, 0.75) 0%, rgba(1, 90, 170, 0.75) 100%);

	bottom:30px;
	width:45%;
	padding:15px;

}
#spm-news .sp-caption-container a {
	color: #fff;
}
@media (max-width: 500px) {
	#spm-news .sp-thumbnail {
		text-align: center;
	}

	#spm-news .sp-thumbnail-image-container {
		display: none;
	}

	#spm-news .sp-thumbnail-text {
		width: 120px;
	}

	#spm-news .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#spm-news .sp-thumbnail-description {
		display: none;
	}
}

.pf_gos_uslugi {
				border-top:0px solid #5994ca;
				border-bottom:0px solid #5994ca;
				padding:20px 0px;
				margin:25px 0px;
				background-image: url('/images/bnrs/gos_uslugi.jpg');
				background-position: top left;
				background-size:cover;
				text-align:center;

}
.pf_gos_uslugi h4 {
	font-weight:700;
	padding:0px;
	margin:0px;
	color: darkblue;

}



.rk_uly_jeti {
				border-top:0px solid #5994ca;
				border-bottom:0px solid #5994ca;
				padding:40px 0px;
				margin:25px 0px;
				background-image: url('/images/uly_jeti.jpg');
				background-position: top left;
				background-size:cover;
				text-align:center;
				color: #fff;

}
.rk_uly_jeti h4 {
	font-weight:700;
	padding:0px;
	margin:0px;
	/*color: #fff;*/
	/*color: darkblue;*/

}

.rk_uly_jeti h4 a{
	color: #fff;
}


.egov_digikz {
				border-top:0px solid #5994ca;
				border-bottom:0px solid #5994ca;
				padding: 0px;
				margin:0px 0px 30px 0px;
				/*background-image: url('/images/uly_jeti.jpg');*/


}

.egov_digikz img{
	width: 100%;
	margin: 0px;
}


.egov_digikz .col-lg-12 , .egov_digikz .col-md-12{
	padding: 0px;
}

.block_gosprograms {
	padding: 0px;
	margin: 10px 0px 30px 0px;
	text-align:center;
	min-height: 50px;
	color: #000;
	position:relative;
	display: inline-flex;
	width:100%;
}
.block_gosprograms img {
	margin:0px;
	width:100%;
}
.shadow {
	border:0px solid #adcde3;
}

.block_gosprograms .col-lg-3 {

    margin: 0px 10px;
    padding: 0px 40px;
		border-radius: 8px;
		box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);

}




 .bg_white {
	background-color: #fff;

}
 .bg_blue {
	background-color: #3489cb;
}
 .bg_bluelite {
	background-color: #b0d4f1;
}
.bg_brownlite {
	background-color: #f1ede6;
}




.form_login {

	}
.form_reminder {
	position: absolute;
	width: 220px;
	border: 1px dashed #9eb7cd;
	right:30px;
	top: 60px;
	background-color:#eaf1f7;
	padding:15px;
	box-shadow: 0px 0px 20px 0px #bbb;
	border-radius:14px;
	z-index:99;
}
.form_reminder input{
	position: relative;
	width: 170px;
	height: 20px;
	border-radius: 5px;
	border: 2px solid #9eb7cd;
	background-color:#fff;
	margin-top:6px;
	margin-bottom:8px;
	padding:4px;
	color:#adadad;
	left:15px;
}
.vhod_login {
	line-height: 20px;
}
.vhod_login:hover {
	text-decoration: underline;
}
.parent_login {
	position: absolute;
	width: 340px;
	left: -20px;
	top: 20px;
	display: none;
	padding: 20px;
	z-index: 99;
	background: #fff;
	border: 10px solid #2561ab;
	z-index: 999999;
}
.parent_login form {
	margin:15px 0px;
}
.parent_login input{
	position: relative;
	width: 80%;
	border-radius: 3px;
	border: 1px solid #b4b4b4;
	padding: 4px 6px;
	left: 15px;
	margin: 5px 0px;
}
input.login_close{
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 700;
}

.close {
/*
	text-align: right;
	padding: 2px 5px;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	color: #d7827b;
*/
	margin: 0px;
	top: 7px;
	position: absolute;
	right: 10px;
}
.close:hover {

	text-decoration: none;
	color: #F00;

}
.remind {
	text-align: right;
	padding: 2px 5px;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	color: #d7827b;
}
.parent input[type=text], .parent input[type=password] {
	width: 140px;
	margin-top: 7px;
	margin-left: 35px;
	padding: 1px 5px;
	height: 20px;
}
.parent input[type=submit] {
	margin-left: 86px;
	margin-top: 7px;
	padding: 4px 10px;
}
#myTabLogin li {
	padding: 0px 0px;
	margin:0px;
}
#myTabLogin .nav-tabs > li.active {
	border-top: 1px solid #6091ba;

}
#myTabLogin li a.item {
font-size: 15px;
color: #000;
padding: 5px 10px;
}
.links {
	background: none;
	margin: 0px 0px 20px 0px !important;
	padding: 0px;
	position: relative;
	border-radius: 8px;
	box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
}
.mobile_apps {
	margin:20px 0px 20px 0px;
	padding: 0px;
	border-top:1px solid #ccc;
	font-size:11px;
}
.mobile_apps img {
	width:88px;
	margin:0px 2px 0px 0px;
}
.left_menu {
	margin: 0px 0px 25px 0px;
}
.left_menu ul li {
	list-style: none;
	margin: 15px 0px 5px -15px;
	padding:0px;
	line-height:15px;
	font: 700 13px/15px Play, Calibri, Tahoma, Arial, sans-serif;
}
.left_menu ul li a {

}
.left_menu ul li a:hover {
	color: #934522;
}
.kaurt_zheli {
	margin:0px 0px 0px 0px;
	width:100%;
	background-color:#d22300;
	background: linear-gradient(45deg,#ff2c02,#a71f00);
	/* position: relative; */
	border-radius: 8px 8px 0px 0px;
	padding: 0px 0px;

}

.kaurt_zheli_content{
	justify-content: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kaurt_zheli .icon{
	width: 45px;
	height: 45px;
	padding: 3px 5px;
	border: 3px solid #fff;
	border-radius: 100%;
	position: relative;
	/* left: 30px; */
	/* top: -3px; */
	margin: 0px 15px;

}
.kaurt_zheli .icon i {
	color: #fff;
	font-size:36px;
}
.kaurt_zheli .number {
	color: #fff;
	/* position:absolute; */
	/* left: 90px; */
	/* top:0px; */
}
.kaurt_zheli .number h2, .kaurt_zheli .number p{
	padding:0px;
	margin:0px;
	line-height: 16px;
	text-transform:uppercase;
	font: 700 11px/26px Play, Calibri, Tahoma, Arial, Tahoma, Arial;
	color: #fff;

}
.kaurt_zheli .number p{
	font-size:11px;
	color: #ffb320;
}
.kaurt_zheli .number h2 {
	line-height: 22px;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: -3px;
}
.kaurt_zheli .text{
	text-align: center;
	/* padding: 5px 15px; */
	padding: 5px 15px 5px 15px;
	background-color: #eee;
	position: relative;
	width: 100%;
	font-size: 10px;
	line-height: 10px;
	left: 0px;
	/* top: 30px; */
	color: #777;
}


.btn_telegram_share {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	margin: 10px;
    padding: 4px 10px 4px 7px;
    border: 1px solid #54aaeb;
    border-radius: 2px;
    background: #54aaeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#54aaeb), to(#54aaeb));
    background: -moz-linear-gradient(top, #54aaeb, #54aaeb);
    background: linear-gradient(to bottom, #54aaeb, #54aaeb);

    color: #ffffff;
    text-decoration: none;
}
/*.btn_telegram_share:focus*/
.btn_telegram_share:hover
 {
    border: 1px solid #61c4ff;
    background: #65ccff;
    background: -webkit-gradient(linear, left top, left bottom, from(#65ccff), to(#65ccff));
    background: -moz-linear-gradient(top, #65ccff, #65ccff);
    background: linear-gradient(to bottom, #65ccff, #65ccff);
    color: #ffffff;
    text-decoration: none;
}
.btn_telegram_share:active {
    background: #32668d;
    background: -webkit-gradient(linear, left top, left bottom, from(#32668d), to(#54aaeb));
    background: -moz-linear-gradient(top, #32668d, #54aaeb);
    background: linear-gradient(to bottom, #32668d, #54aaeb);
}
.btn_telegram_share:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("/images/icon_tg_plane.png") no-repeat left center transparent;
    background-size: 100% 100%;
}


.td_monitoring_otdel {
	margin: 50px 0px 0px 0px;
	font-size:14px;
}
.td_monitoring_otdel table{
	padding:0px;
	border: 2px solid #999;

}
.td_monitoring_otdel table td{
	padding:2px 15px;
	border: 1px solid #999;
	padding: 8px 5px 3px 15px;

}
.td_monitoring_otdel table tr.zagolovok {
	background: #f5f5f5;
}
.td_monitoring_otdel table tr.zagolovok td{
	padding: 8px 15px;
	color: #b56302;
	font-weight:bold;
}
.td_monitoring_otdel table td p {

		font-weight:700;
	}
.td_monitoring_otdel table td a {
		text-decoration:none;
	}
.td_monitoring_otdel table td a i {
		font-size: 32px;
		display: block;
		text-decoration:none;
	}
.td_monitoring_otdel table td span {
		font-size: 12px;
		display: block;
		margin: 5px 0px 0px 0px;
	}
@media (max-width: 1200px) {
	.col-lg-4 .swiper-container {
		display: none;
	}
}

.swiper-container_blog{

}

.egov_banners {
    width: 100%;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.egov_banner_lg {
    display: block;
    /*width: 50%;*/
    width: 100%;
}


/* body{
  font-family: 'Noto Sans', sans-serif;
	margin:0;
	width:100%;
	height:100vh;
  	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */

.header-top .menu-area_int-menu{
	display: none;
}

@media (max-width:780px){
.header-top .menu-area_int-menu{
	display: flex;
}
}


.header-top .menu-area_int-menu ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	justify-content: center;
}

.header-top .menu-area_int-menu ul li h3{
	font-size: 22px;
}

.header-top .menu-area_int-menu ul li h3 .btn{
	text-decoration: none;
	/* font-size: 12px; */
	padding: 5px 14px;
	border-radius: 2.25em;
	color: #3857d9;
	border: 1px solid #3857d9;
	background-color: #fff;

}

.header-top .menu-area_int-menu ul li h3 .btn:hover {
	border: 1px solid #3857d9;
	background-color: #3857d9;
	color: #fff;
}

.menu-area{
	width:100%;
	/* background:#023471; */
	background: #3857d9;
	height:60px;
	line-height:60px;
	/* border-bottom:1px solid #dddddd; */
	color: #fff;
}
.hamburger{
  background:none;
  position:absolute;
  /* top:157px; */
	top: 154px;
  right:82px;
  line-height:45px;
  padding:5px 15px 0px 15px;
  /* color:#999; */
  border:0;
  font-size:2em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

@media (max-width:780px){
		.hamburger{
			top: 396px;
			right: 15px;
		}
}


.cross{
  background:none;
  position:absolute;
  /* top:170px; */
	top: 167px;
  right:77px;
  padding:7px 15px 0px 15px;
  /* color:#999; */
  border:0;
  font-size:8em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

@media (max-width:780px){
		.cross{
			top: 409px;
			right: 10px;
		}
}


.menu{
	z-index:1000000;
	font-weight:bold;
	font-size:0.8em;
	width:100%;
	/* background:#f1f1f1; */
	background:#fff;
	/*position:absolute;*/
	text-align:center;
	font-size:13px;
	/* display:flex; */
	box-shadow: 22px 0px 23px 0px rgba(0, 0, 0, 0.3);
}
.menu ul {
	display:flex;
	justify-content: space-evenly;
	margin: 0; padding: 0;
	list-style-type: none;
	 list-style-image: none;
	 flex-wrap: wrap;
 }

 .menu ul li h3{
	 border-bottom:none !important;
		/* padding:5px 0px; */
		/* color: #000000 !important; */
		color: #333ddc !important;
	}

	.menu ul li h3 a{
		/* color: #000000 !important; */
		color: #333ddc !important;
		font-size: 20px;
	}

@media(max-width:780px){
	.menu ul {
		flex-direction:column;
	}

	.menu li  {
		display:flex;
		 padding:15px 0;
		 /* border-bottom:#dddddd 1px solid; */
	 }
	.menu ul li h3{
		border-bottom:none !important;
		 /* padding:5px 0px; */
		 color: #000000;
	 }
}
.menu li  {
	display: block;
	padding:15px 0;
}
.menu li h2{ border-bottom:#dddddd 1px solid; padding:5px 0px;}
.menu ul li ul li:hover{display: block; color:#c3c4c3;}
.menu ul li ul{display: flex; flex-direction: column;}
/* .menu ul li a { text-decoration:none;  margin: 0px; color:#666;}
.menu ul li a:hover {  color: #666; text-decoration:none;}
.menu a{text-decoration:none; color:#666;}
.menu a:hover{text-decoration:none; color:#666;} */

.menu ul li a {
	position: relative;
	color: #00a650; /*задаём цвет ссылки*/
	color: #666;
	cursor: pointer;
	line-height: 1; /*задаём высоту строки*/
	text-decoration: none; /*убираем подчёркивание*/
	font-size: 15px;
}
.menu ul li a:after {
	display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 2px; /*задаём ширину линии*/
	background-color: #00a650; /*задаём цвет линии*/
	background-color: #023471;
	background-color: #333ddc;
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}

.menu ul li h3 a:after{
	display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 2px; /*задаём ширину линии*/
	/* background-color: #00a650; /*задаём цвет линии*/
	/* background-color: #023471; */
	background-color: #ff6c04;
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}
.menu ul li a:hover:after,
.menu ul li a:focus:after, .menu ul li h3 a:hover:after, .menu ul li h3 a:focus:after {
	width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}



/* .glyphicon-home{
  color:white;
  font-size:1.5em;
  margin-top:5px;
  margin:0 auto;
} */
.menu-area{display:inline-block; font-size:12px;}
span{padding-left:20px;}
a{color:#336699;}


.menu-area .menu-area_int-menu{
	display: flex;
	width: 90%;
}

@media (max-width:780px){
		.menu-area .menu-area_int-menu{
			display: none;
		}
}

.menu-area .menu-area_int-menu ul{
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	text-decoration: none;
}

.menu-area .menu-area_int-menu ul li{
	text-decoration: none;
	list-style: none;
}

.menu-area .menu-area_int-menu ul li h3{
	font-size: 18px;
}

.menu-area .menu-area_int-menu ul li h3 a{
	/* font-size: 18px; */
	color: #fff;
	padding: 18px;
	text-decoration: none;
	border: none;
	border-radius: 0;
}
.menu-area .menu-area_int-menu ul li h3 a .fa{
	color: inherit;
	margin: 0px;
	font-size: 2.25rem;
}

.menu-area .menu-area_int-menu ul li h3 a:hover{
	/* background-color: #1b6eb3; */
	background-color: #fff;
	color: #3857d9;
}

.main-top-info{
	display: flex;
	padding: 8px 20px 8px 35px;
	justify-content: space-between;
	align-items: center;
}
@media (max-width:780px){
		.main-top-info{
			display: none;
		}
}


.main-top-info_contacs-info{
	display: flex;
	justify-content: space-between;
}

.main-top-info_contacs-info .address{
	padding: 0px 20px;
}

.main-top-info_edus_link .edus .edus-btn{
	display: flex;
	justify-content: flex-end;
}

.main-top-info_edus_link .edus .edus-btn img{
	height: 20px;
}


.org-main-title{
	margin: 10px;
}

.org-sub-title1{

}

.org-sub-title2{
	margin: 10px 0px 0px 0px;
}

.contacs-info{
	display: flex;
	flex-direction: column;
	background-color: #fff;
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 320px;
	padding: 25px 25px;
	justify-content: space-around;
}

.contacs-info .telephone{
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.contacs-info .telephone i{
	font-size: 40px;
	color: #0a1957;
}

.contacs-info .telephone .content-phone{
	position: absolute;
	left: 24%;
}

.contacs-info .address{
	display: flex;
	/*justify-content: space-around;*/
	flex-direction: row;
	align-items: center;
}

.contacs-info .address .fa{
	font-size: 40px;
	color: #0a1957;
}

.contacs-info .address .adress-main-title{
	font-size: 15px;
	margin: 0px;
	padding: 0px 15px;
}

.contacs-info .social-media{
	text-align: center;
}

.contacs-info .social-media h4{
	margin: 0px 0px 20px 0px;
}

.contacs-info .social-media .social-media-icons{
	display: flex;
	justify-content: space-evenly;
}

.contacs-info .social-media .social-media-icons a i{
	font-size: 25px;
	color: #444;
}

.contacs-info .social-media .social-media-icons a i.fa-facebook:hover{
	color: #4267b2;
	/* background-color: #3857d9; */
}

.contacs-info .social-media .social-media-icons a i.fa-instagram:hover{
	color: #dc2743;
}

.contacs-info .social-media .social-media-icons a i.fa-youtube:hover{
	color: #FF0000;
	/* background-color: #3857d9; */
}

.main-sc{
	display: flex;
	justify-content: stretch;
	align-items: stretch;
}

@media(max-width:780px){
	.main-sc{
		flex-direction: column;
	}
}

.welcome-card {
    border-radius: 8px;
    /* display: inline-block; */
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
}

.welcome-card .welcome-card-header {
		display: flex;
    padding: 5px 15px;
    width: 100% !important;
    background-position: top center;
    background-size: 100%;
    /* height: 100%; */
    background-repeat: no-repeat;
}

.welcome-card .welcome-card-header img {
    width: 100%;
		border-radius: 8px 8px 0px 0px;
		margin: 0px;
}

.welcome-card .welcome-card-body {
		display: flex;
  	padding: 5px 15px;
    position: relative !important;
    /* border-bottom: 1px dotted rgba(39, 39, 39, 0.1); */
    width: 100%;
}

.welcome-card .welcome-card-body .card-body_title{
	/* font: 700 17px/14px Calibri; */
	margin: 0px;
	padding: 8px 0px 20px 0px;
}

.welcome-card .welcome-card-body .card-body_text {
    padding: 0px;
		text-align: justify;

}


.welcome-card .welcome-card-footer{
	display: flex;
	flex-direction: row-reverse;
	padding: 10px 15px;
	position: relative !important;
	border-top: 1px dotted rgba(39, 39, 39, 0.1);
	width: 100%;
}

.welcome-card .welcome-card-footer span{
	padding: 0px;
	font-size: 12px;
	color: #fff;
}

.welcome-card .welcome-card-footer span .btn{
	text-decoration: none;
	font-size: 12px;
	padding: 5px 12px;
	border-radius: 2.25em;
	border: 1px solid #0a1957;
	background-color: #0a1957;
	color: #fff;

}

.welcome-card .welcome-card-footer span .btn:hover{
	color: #0a1957;
	border: 1px solid #0a1957;
	background-color:#fff;
}

.info-card {
    border-radius: 8px;
    /* display: inline-block; */
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
		background-color: #ff6c04;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
}

.info-card .info-card-header {
		display: flex;
    padding: 5px 15px;
    width: 100% !important;
    background-position: top center;
    background-size: 100%;
    /* height: 100%; */
    background-repeat: no-repeat;
		color: #ffffff;
}

.info-card .info-card-header img {
    width: 100%;
		border-radius: 8px 8px 0px 0px;
		margin: 0px;
}

.info-card .info-card-body {
		display: flex;
  	padding: 5px 15px;
    position: relative !important;
    /* border-bottom: 1px dotted rgba(39, 39, 39, 0.1); */
    width: 100%;
}

.info-card .info-card-body .card-body_title{
	/* font: 700 17px/14px Calibri; */
	margin: 0px;
	padding: 8px 0px 20px 0px;
}

.info-card .info-card-body .card-body_text {
    padding: 0px;
		color: #ffffff;
    /* font-size: 14px;
    line-height: 16px; */
		text-align: justify;
}


.info-card .info-card-footer{
	display: flex;
	flex-direction: row-reverse;
	padding: 10px 15px;
	position: relative !important;
	border-top: 1px dotted rgba(39, 39, 39, 0.1);
	width: 100%;
}

.info-card .info-card-footer span{
	padding: 0px;
	font-size: 12px;
	color: #fff;
}

.info-card .info-card-footer span .btn{
	text-decoration: none;
	font-size: 12px;
	padding: 5px 12px;
	border-radius: 2.25em;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;

}

.info-card .info-card-footer span .btn:hover{
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}




.ministr-card {
    border-radius: 8px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
}

.ministr-card .ministr-card_card-header {
    padding: 0px;
    width: 100% !important;
    background-position: top center;
    background-size: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ministr-card .ministr-card_card-header img {
    width: 100%;
		border-radius: 8px 8px 0px 0px;
		margin: 0px;
}

.ministr-card .ministr-card_card-body {
    padding: 15px 15px 10px 15px;
    position: relative !important;
    border-bottom: 1px dotted rgba(39, 39, 39, 0.1);
    width: 100%;
    display: block;
}

.ministr-card .ministr-card_card-body .card-body_title{
	font: 700 17px/14px Calibri;
	margin: 0px;
	padding: 8px 0px 20px 0px;
}

.ministr-card .ministr-card_card-body .card-body_text {
    padding: 0px;
    font-size: 14px;
    line-height: 16px;
}


.stat-card{
	width: 100%;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
	height: 319px;
}

.stat-card-header{
	display: flex;
	padding: 5px 15px;
	width: 100% !important;
	background-position: top center;
	background-size: 100%;
	/* height: 100%; */
	background-repeat: no-repeat;
}

.stat-card-body{
	display: flex;
	padding: 5px 15px;
	/* position: relative !important; */
	/* border-bottom: 1px dotted rgba(39, 39, 39, 0.1); */
	width: 100%;
	flex-direction: column;
	height: 100%;
	justify-content: space-evenly;
	background-color: #0a1957;
	border-radius: 8px;
}

.stat-card-body .stat-inner{
	display: flex;
	align-items: center;
	padding: 3px;
	/* justify-content: space-evenly; */
}

.stat-card-body .morng i{
	background-color:#d11f1f;
	padding: 10px;
	border-radius: 100%;
	border: 6px solid #531a1a70;
}

.stat-card-body .eveng i{
	background-color: #150d96;
	font-size: 23px !important;
	padding: 8px 8px;
	border-radius: 100%;
	border: 6px solid #382fbd85;
}

.stat-card-body .teacher i{
	background-color: #d11f1f;
	padding:10px;
	border-radius: 100%;
	border: 6px solid #531a1a70;
}

.stat-card-body .profession i{
	background-color: #150d96;
	padding:10px 8px;
	border-radius: 100%;
	border: 6px solid #382fbd85;
}

.stat-card-body .labs i{
	background-color: #d11f1f;
	font-size: 23px !important;
	padding:10px ;
	border-radius: 100%;
	border: 6px solid #531a1a70;
}

.stat-card-body .stat-inner i{
	font-size: 20px;
	color: #fff;
}

.stat-card-body .stat-inner p{
	margin: 0px;
	color: #fff;
	padding: 0px 0px 0px 20px;
}


.news-section{
/*	margin: 0px 0px 30px 0px !important;*/
	padding: 0px;
	overflow: hidden;
	margin-bottom: 0px;
	float: none !important;
	width: 100%;
	/* background-color: #fafafa; */
	background-image: none !important;
}

.news-section-blog{
	margin: 30px 0px;
}

.news-card {
    border-radius: 8px;
    /* display: inline-block; */
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
		background-color: #fff;
}

.news-card .news-card-header {
		display: block;
    padding: 0px;
    width: 100% !important;
    background-position: top center;
    background-size: 100%;
    height: 100%;
    background-repeat: no-repeat;
		color: #ffffff;
}

.news-card .news-card-header span {
	position: absolute;
	background-color: #0a1957;
	padding: 15px 5px;
	margin: 0px 15px;
	font-weight: bold;
	font-size: 12px;
}

.news-card .news-card-header img {
	width: 100%;
	border-radius: 8px 8px 0px 0px;
	margin: 0px;
	height: 200px;
	object-fit: cover;
	object-position: 0% 70%;
}

	.news-card .news-card-body {
		display: flex;
		flex-direction: column;
  	padding: 10px 15px;
    position: relative !important;
    border-bottom: 1px dotted rgba(39, 39, 39, 0.1);
    width: 100%;
}
.news-card .news-card-body small{
	font-size: 80%;
	text-align: left;
}


.news-card .news-card-body small a:hover::after, .news-card .news-card-body small a:focus::after{
    width: 100%;
}

.news-card .news-card-body small a {
	position: relative;
	color: #00a650; /*задаём цвет ссылки*/
	color: #ff6c04;
	color: #3857d9;
	cursor: pointer;
	line-height: 1; /*задаём высоту строки*/
	text-decoration: none; /*убираем подчёркивание*/
}
.news-card .news-card-body small a:after  {
	display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 2px; /*задаём ширину линии*/
	background-color: #ff6c04;/*задаём цвет линии*/
	background-color: #3857d9;
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}

.news-card .news-card-body .card-body_text {
    padding: 0px;
		/* color: #ffffff; */
    /* font-size: 14px;
    line-height: 16px; */
		text-align: justify;
}


@media (max-width:780px){
		.news-card .news-card-body .card-body_text{
			display: none;
		}
}


.news-card .news-card-footer{
	display: flex;
	flex-direction: row-reverse;
	padding: 10px 15px;
	position: relative !important;
	border-bottom: 1px dotted rgba(39, 39, 39, 0.1);
	width: 100%;
}

.news-card .news-card-footer span{
	padding: 0px;
	font-size: 12px;
	color: #fff;
}

.news-card .news-card-footer span .btn{
	text-decoration: none;
	font-size: 12px;
	padding: 5px 12px;
	border-radius: 2.25em;
	border: 1px solid #3857d9;
	background-color: #3857d9;
	color: #fff;

}

.news-card .news-card-footer span .btn:hover{
	color: #3857d9;
	border: 1px solid #3857d9;
	background-color:#fff;
}

.swiper-button-next  .fa-angle-right{
	top: 12px;
	position: absolute;
	left: 18px;
	color: #3857d9;
	font-weight: bold
}
.swiper-button-prev  .fa-angle-left{
	top: 12px;
  position: absolute;
  left: 16px;
	color: #3857d9;
	font-weight: bold
}


.news-section:hover .swiper-button-prev{
	/* display: block;
	opacity: 1;
	transition: all 0.8s ease-out; */
	left: 10px;
	transition: 0.2s;
}
 .news-section:hover  .swiper-button-next {
	 right: 10px;
	 transition: 0.2s;
 }

.video-section{
	display: flex;
	padding: 50px 130px;
	background-color: #d11f1f;
	justify-content: space-around;
	margin: 0px;
}

@media (max-width:780px){
		.video-section{
			flex-direction: column;
			padding: 20px;
		}
}


 .video-section .container{
	 padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
 }

.video-section .video-section-description{
	padding: 0px 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width:780px){
		.video-section .video-section-description{
			margin: 0px 0px 20px 0px;
			padding: 0px 10px;
		}
}


.video-section .video-section-description h4{
	color: #fff;
	font-size: 30px;
	margin: 0px 0px 10px 0px;
}

@media (max-width:780px){
		.video-section .video-section-description h4{
			font-size: 18px;
		}
}

.video-section .video-section-description p{
	color: #fff;
	text-align: justify;
	margin: -70px 0px 0px 0px;
}

@media (max-width:780px){
		.video-section .video-section-description p{
			margin: 0px 0px 10px 0px;
			display: none;
		}


.video-section .video-section-description .social-media{
		display: none;
}

}

.video-section .video-section-description .social-media h4{
	font-size: 18px;
}

@media (max-width:780px){
		.video-section .video-section-description .social-media h4{
			font-size: 15px;
		}
}

.video-section .video-section-description .social-media .social-media-icons a{
	font-size: 20px;
	color: #fff;
	padding: 0px 10px 0px 0px;
}

.video-blog .swiper-slide{
		width: 100% !important;
}

.video-blog .swiper-container .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
	padding: 7px;
}

.video-blog .swiper-container .swiper-pagination-bullet-active{
	background: #3857d9;
	opacity: 1;
}


.video-blog-area{
	width: 100%;
}


.video-blog-area h4{
	position: absolute;
	background-color: #3857d9;
	padding: 10px;
	color: #fff;
	width: 60%;
}

.video-blog .social-media{
	display: none;
}

@media (max-width:780px){
		.video-blog-area h4{
			width: 70%;
			font-size: 13px;
		}

	.swiper-container{
		width: 100%;
		height: auto;
		margin: 0px;
	}

		.video-blog .social-media{
			display: block;
		}

.video-blog .social-media h4{
			font-size: 15px;
			color: #fff;
		}

.video-blog	.social-media .social-media-icons a{
			font-size: 20px;
			color: #fff;
			padding: 0px 10px 0px 0px;
		}


}

.video-blog-area i{
	/* color: #F00; */
	color: #fff;
	font-size: 20px;
	padding: 10px 12px;
	border-radius: 100%;
	border:2px solid white;
	/* box-shadow: 0px 15px 1px 1px rgba(0, 0, 0, 0.5); */
	position: absolute;
	top: 45%;
	left: 46%;
}

@media (max-width:780px){
		.video-blog-area i{
			left: 43%;
		}
}

.video-blog-area img{
	width: 100%;
}

.sc-bnr-mob-app {
    margin: 0px 0px !important;
    background-color: #777 !important;
    background-color: #fbfafa !important;
    padding: 40px 0px !important;
}

.sc-bnr-mob-app .content  {
    padding: 0px 2.5% 0px 8%;
}

.banners-carousel .swiper-pagination_banners {
    position: relative;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.banners-carousel .swiper-pagination_banners .swiper-pagination-bullet{
	padding: 7px;
	margin: 0px 4px;
}

.banners-carousel .swiper-pagination_banners .swiper-pagination-bullet-active{
	background: #3857d9;
	opacity: 1;
}


.banners-carousel {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    /* box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    background-color: #fff; */
}

.banners-carousel .swiper-slide {
    width: 50% !important;
}

@media(max-width:780px){
	.banners-carousel .swiper-slide{
		width: 100% !important;
	}
}

.banners-carousel-card {
    width: 100%;

}


.banners-carousel .card {
    border: 0;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: none;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    padding: 20px;
}

.card .wrapper {
    background-color: #fff;
    /* min-height: 400px;
    max-height: 340px; */
    position: relative;
    overflow: hidden;
    box-shadow: none;
}

.banners-carousel-img img {
    width: 100%;
    height: 210px;
    object-fit: contain;
}

.banners-carousel-card-header {
    width: 100%;
    height: 100%;
    text-align: left;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* .banners-carousel-card .banners-carousel-card-header h4 {
    font-size: 17px;
} */
.banners-carousel-card .title {
    margin-top: 10px;
}

.example-1 .title a {
    text-decoration: none;
    color: #333;
}

.banners-carousel-card-body {
    position: relative !important;
    border-bottom: 1px dotted rgba(39, 39, 39, 0.1);
    width: 100%;
    display: block;
    text-align: left;
    margin: 10px 0px 0px 0px;
    background: #FFF;
    padding: 10px 0px;
    align-self: flex-end;
}

.banners-carousel-card .text {
    margin: 0;
    /* font-size: 15px; */
}

.banners-carousel-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 0px 0px;
}

.banners-carousel_links-button{
	padding: 0px;
}

.banners-carousel_links-button a {
	text-decoration: none;
	font-size: 12px;
	padding: 5px 12px;
	border-radius: 2.25em;
	border: 1px solid #3857d9;
	background-color: #3857d9;
	color: #fff;
}

.banners-carousel_links-button a:hover {
	color: #3857d9;
	border: 1px solid #3857d9;
	background-color: #fff;
}


.news-page-card{
	border: 0;
border-radius: 8px;
display: inline-block;
position: relative;
width: 100%;
margin-bottom: 20px;
box-shadow: none;
background-color: #fff;
overflow: hidden;
box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
padding: 20px;
}


.news-page-card .news-card-image img{
	width: 100%;
	margin: 0px;
	max-height: 200px;
	object-fit: cover;
}

@media (max-width:780px){
		.news-page-card-body p{
			display: none;
		}
}



.news-page-card-footer{
	display: flex;
	flex-direction: row-reverse;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #efe9e9;
}


.news-page-card-footer span{
	padding: 0px;
	font-size: 12px;
	color: #fff;
}

.news-page-card-footer span .btn{
	text-decoration: none;
	font-size: 12px;
	padding: 5px 12px;
	border-radius: 2.25em;
	border: 1px solid #3857d9;
	background-color: #3857d9;
	color: #fff;
}

.news-page-card-footer span .btn:hover {
    color: #3857d9;
    border: 1px solid #3857d9;
    background-color: #fff;
}


.news-right-card{
	border: 0;
	border-radius: 8px;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: none;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
	/* padding: 20px; */
	margin: 0px 0px 20px 0px;
}

.news-right-card-header{
	padding: 20px;
	background-color: #3857d9;
	color: #fff;
}

.news-right-card-header h3{
	margin: 0px 0px 0px 0px;
	font-size: 18px !important;
}

.news-right-card-body{
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.news-right-cb-content{
	padding: 10px 0px;
	border-top: 1px dashed #3857d9;
}

.ns-rght-cb-content-img img{
	margin: 0px;
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.news-right-card-footer{
	/* padding: 15px 10px 0px 10px; */
	padding: 20px;
	display: flex;
	flex-direction: row-reverse;
	border-top: 1px solid #efe9e9;
}

.news-right-card-footer span .btn {
    text-decoration: none;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 2.25em;
    border: 1px solid #3857d9;
    background-color: #3857d9;
    color: #fff;
}

.news-right-card-footer span .btn:hover {
    color: #3857d9;
    border: 1px solid #3857d9;
    background-color: #fff;
}


.question-blog-card{
	border: 0;
	border-radius: 8px;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: none;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
	/* padding: 20px; */
	margin: 0px 0px 20px 0px;
}

.question-blog-card-header{
	padding: 10px 20px;
	border-bottom: 1px solid #f4f4f4;
}

.question-blog-card .question-blog-card-header .date{
	margin: 0px;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	font: 300 13px/20px Play, Calibri, Tahoma, Arial;
}

@media (max-width:780px){
	.question-blog-card .question-blog-card-header .date{
		flex-direction: column;
		align-items: baseline;
	}

	.question-blog-card .question-blog-card-header .date span{
		padding: 0px !important;
	}

}

.question-blog-card .question-blog-card-header .date span{
	padding: 0px 10px 0px 10px;
}


.question-blog-card .question-blog-card-header .date  span:first-child{
	padding: 0px 10px 0px 0px;
	display: flex;
}

.question-blog-card .question-blog-card-header .date  span:first-child p{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.question-blog-card .question-blog-card-body{
	padding: 10px 20px;
}

.question-blog-card .question-blog-card-body h3{
	margin: 0px 0px 10px 0px;
}

.question-blog-card .question-blog-card-body p{
	/* margin: 0px; */
}

.answer-blog-card{
	border: 0;
	border-radius: 8px;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: none;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
	/* padding: 20px; */
	margin: 0px 0px 20px 0px;
}

.answer-blog-card-header{
	padding: 20px;
	background-color: #ff6c04;
	background-color: #3857d9;
	color: #fff;
	border-bottom: 1px dashed;
}

.answer-blog-card .answer-blog-card-header h4{
	margin: 0px;
}

.answer-blog-card .answer-blog-card-body{
	padding: 20px;
}

/* form{
	margin: 0px 0px 20px 0px;
} */
@media(max-width:780px){
	.welcome{
		display: flex;
		flex-direction: column;
		margin: 0px 0px 20px 0px;
	}
}


input, select, textarea{
	box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
	border-radius: 5px;
	border: 1px solid #dae0f8;
}

input[type="submit"]{
	padding: 5px 12px;
	border-radius: 2.25em;
	color: #3857d9;
	border: 1px solid #3857d9;
	background-color: #fff;
}


/* .sc-fotogallery{
	padding: 30px 0px 50px 0px !important;
} */


.sc-fotogallery .fotogallery{
	display: flex;
	justify-content: center;
}

.sc-fotogallery .fotogallery a img{
	height: 300px;
	width: 100%;
	object-fit: cover;
}

/* .sc-fotogallery .fotogallery .swiper-container_gallery .swiper-slide{
	width: 25% !important;
} */
.link_news{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height:200px;
}