html {
	scroll-behavior: smooth;
}
body {
	background-color: #EAEAEA;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
  
 /* - background: url(/sm.aspx?guid=157673) no-repeat;
      background-attachment: fixed;background-position: top;- */
}


ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	color: #0f233a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input, button {
	outline:none;
}


.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scrollbar::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

/* Responsive */
/* --------------------------------------- */
.responsive-iframe,
.responsive-video,
.responsive-object,
.responsive-embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background-color: #000;
}
.responsive-image img {
	width: 100%;
}
.responsive-iframe iframe, 
.responsive-video video, 
.responsive-object object, 
.responsive-embed embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	min-height: 100%;
	height: auto; 
}
/* --------------------------------------- */

/* Aspect Ratio */
/* --------------------------------------- */
.aspect-raito {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
.aspect-raito img {
	height: 100%;
	object-fit: cover;
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.w1-h1 {
	padding-top: 100%; /* 1:1 Aspect Ratio */
}
.w3-h2 {
	padding-top: 66.66%; /* 3:2 Aspect Ratio */
}
.w4-h3 {
	padding-top: 75%; /* 4:3 Aspect Ratio */
}
.w8-h5 {
    padding-top: 62.5%; /* 8:5 Aspect Ratio */
}
.w16-h9 {
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.w16-h10 {
	padding-top: 62.5%; /* 16:10 Aspect Ratio */
}
/* --------------------------------------- */

/* Arrow */
/* --------------------------------------- */
.arrow-5 {
    background: #b7394e;
    text-align: center;
    color: #fff;
    padding: 10px;
	display: inline-block;
	height: 18px;
}
.arrow-5-top,
.arrow-5-bottom,
.arrow-5-right,
.arrow-5-left {
    position: relative;
    z-index: 10;
}
.arrow-5-top::after,
.arrow-5-bottom::after,
.arrow-5-right::after,
.arrow-5-left::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
}
.arrow-5-top::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    left: 50%;
    border-bottom: 10px solid #b7394e;
    top: -10px;
}
.arrow-5-bottom::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    left: 50%;
    border-top: 10px solid #b7394e;
    bottom: -10px;
}
.arrow-5-right::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-left: 10px solid #b7394e;
    left: auto;
    right: -10px;
}
.arrow-5-left::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-right: 10px solid #b7394e;
    left: -10px;
}
/* --------------------------------------- */

.left-selection {
	float: left;
}

.right-selection {
	float: right;
}

#logo {
	float: left;
}

#logo span {
	clear: both;
	display: block;
	margin: 20px 0 10px 10px;
	width: 130px;
	font-size: 10px;
	text-align: center;
}

.logo {
	width: 90px;
	height: 90px;
	border-radius: 50%;
    box-shadow: 0 0 5px #666;
	margin: 20px 0 10px 30px;
	float: left;
}

.logo img {
	width: 90px;
	height: 90px;
}

#logo2 {
	float: right;
}

.logo2 {
	width: 100px;
	height: 100px;
	border-radius: 50%;
        box-shadow: 0 0 5px #666;
	margin-top: 20px;
        margin-right: 20px;
	float: right;
}

.logo2 img {
	width: 100px;
	height: 100px;
}

@media (max-width: 1000px) {
	#logo {
		display: none;
	}
        #logo2 {
		display: none;
	}
}

#target {
	height: 120px;
	float: left;
	margin: 20px 10px 20px 0;
}

#target img {
	height: 120px;
}

@media (max-width: 1050px) {
	#target {
		display: none;
	}
}

#target2 {
	height: 120px;
	float: left;
	margin: 20px 10px 20px 0;
}

#target2 img {
	height: 120px;
}

@media (max-width: 1050px) {
	#target2 {
		display: none;
	}
}

.name {
	margin: 20px 10px;
	float: left;
	
}

.name p {
	margin: 0;
	padding: 0;
	line-height: 28px;
	font-size: 26px;
	color: #2A4C6E;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 710px;
}

.name p:first-child {
	font-size: 16px;
	color: #3d3d3d;
	font-weight: normal;
}

@media (max-width: 992px) {
	.name {
		width: calc(100% - 20px);
		text-align: center;
	}
	.name p {
		width: auto;
	}
}

.hmc-header-banner-area {
	overflow: auto;
	float: left;
	margin: 0 0 20px 10px;
}

.header-info-item {
	padding-top: 10px;
	overflow: auto;
	float: left;
	margin-right: 30px;
}

.header-info-item i {
	background-color: #294a70;;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	float: left;
}

.info-inner-wrap {
	padding-left: 10px;
	float: left;
	display: inline-block;
	font-size: 12px;
}

.info-inner-wrap span {
	color: #0f233a;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.max_width {
	width : auto;
	margin : 0 auto;
}
.open_menu {
	display : none;
}
.h_menu_over {
	position : relative;
	width : 100%;
	margin-top : 0;
	z-index : 4;
	clear : both;
}
.h_menu_in {
	background : #294a70;
}
.h_menu_in ul, .h_menu_in li {
	margin : 0;
	padding : 0;
	list-style-type : none;
}
.h_menu_in ul {
	padding-left : 20px;
	display : inline-block;
}
.h_menu_in li {
	display : inline-block;
	color : #FFF;
	height : 54px;
}
.h_menu_in li i {
	padding: 5px;
}
.h_menu_in li a {
	display : inline-block;
	color : #FFF;
	font-size : 15px;
	height : 48px;
	line-height : 48px;
	padding : 0 10px;
	text-decoration : none;
	border-top : 3px solid #294a70;
	border-bottom : 3px solid #294a70;
}
.h_menu_in li a:hover {
	border-top : 3px solid #294a70;
	border-bottom : 3px solid #b7394e;
	text-decoration : none;
}
.h_menu_in li:hover > ul {
	display : block;
}
.h_menu_in li ul {
	z-index : 9;
	background : #6F95C4;
	border : 0;
	position : absolute;
	display : none;
	z-index : 9999;
	margin : 0;
	padding : 0;
	list-style : none;
	width : 180px;
}
.h_menu_in li ul li ul {
	margin-left : 180px;
	top : 0;
	display : none;
}
.h_menu_in li ul li:hover ul {
	display : block;
}
.h_menu_in li ul li {
	float : none !important ;
	width : 180px;
	height : auto !important ;
	background : none !important ;
	margin : 0 !important ;
	padding : 0 !important ;
	position : relative;
}
.h_menu_in li ul a {
	color : #FFF;
	display : block;
	height : auto;
	line-height : normal;
	padding : 7px 9px;
	border : 0;
}
.h_menu_in li ul a:hover {
	color : #000;
	text-decoration : none;
	border-bottom : 0;
	background-color : #e7e7e7;
	border : 0;
}
.h_menu_in .uWithSubmenu a {
	background-position : right 23px;
	background-repeat : no-repeat;
	padding-right : 14px;
}
.h_menu_in .uWithSubmenu li a {
	background-image : none !important ;
}
.overflow_menu {
	overflow : hidden;
}
.overflow_menu_in {
	width : 100%;
}
.h_profile {
	background-color : #EB8F40;
	height : 54px;
	line-height : 54px;
	float : right;
	padding : 0 20px;
	font-size : 13px;
	color : rgb(255, 255, 255, 0.5);
}
.h_profile a {
	color : #FFF;
	text-decoration : none;
}
.h_profile a:hover {
	color : #FFF;
	text-decoration : none;
}
.h_search {
	float : right;
	width : 250px;
	background : #305075;
}
.h_search_in {
	padding : 0 20px;
}
.h_search .s_query {
	display : inline-block;
	color : #FFF;
	padding : 0;
	width : 80%;
	margin : 0;
	background : transparent;
	border : 0;
	font-size : 13px;
	height : 54px;
}
@media only screen and (min-width: 960px) {
	.h_menu_hidden {
		display : block !important ;
	}
}
@media only screen and (max-width: 960px) {
	.max_width {
		width : 100%;
	}
	.h_menu_over {
		position : static;
		z-index : 99999;
		margin-top : 0;
	}
	.h_profile, .eye-block {
		display : none;
	}
	.open_menu {
		display : block;
		color : #FFF;
		padding : 20px 20px;
	}
	.open_menu:hover {
		color : #FFF;
		text-decoration : none;
		background-color : #000;
	}
	.open_menu i {
		float: right;
	}
	.h_menu_in {
		height : auto;
	}
	.h_menu_in ul {
		padding-left : 0 !important ;
		display : block !important ;
		position : static !important ;
		width : 100% !important ;
		margin : 0 !important ;
	}
	.h_menu_in li {
		height : auto !important ;
		line-height : normal !important ;
		display : block !important ;
		width : 100% !important ;
	}
	.h_menu_in li a {
		display : block !important ;
		height : auto !important ;
		line-height : normal !important ;
		padding : 20px !important ;
		border : 0;
		background-image : none !important ;
		background-color : #3d4a52 !important ;
		color : #FFF !important ;
	}
	.h_menu_in li a:hover {
		border-bottom : 0 !important ;
		background-color : #000 !important ;
		color : #FFF !important ;
		border : 0;
	}
	.h_menu_hidden {
		display : none;
	}
	.h_search {
		float : none;
		display : none;
	}
	.overflow_menu {
		width : auto;
	}
	.overflow_menu_in {
		width : auto;
	}
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
        /*margin-top: 36px;*/
}
@media (max-width: 1200px) {
	#wrapper {
		width: 100%;
	}
}

#s-panel {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
@media (max-width: 1200px) {
	#s-panel  {
		width: 100%;
	}
}

#notice {
	background-color: #294a70;
	font-size: 15px;
	height: 38px;
}

.notice-news {
	display: inline-block;
	width: 9999px;
	margin-left: 120px;
	font-size: 13px;
	height: 38px;
	overflow: hidden;
}

.notice-news div {
	line-height: 38px;
}

.notice-news a {
	color: #FFF;
}

#top, #bottom {
	background-color: #f1f1f1;
	color: #0f233a;
	font-size: 12px;
	line-height: 20px;
	overflow: auto;
	clear: both;
}

@media (max-width: 992px) {
	#top, #bottom {
		text-align: center;
	}
	#top .right-selection, #bottom .right-selection {
		float: none;
	}
}

#tdate, #bdate {
	padding: 8px;
	display: inline-block;
}

@media (max-width: 992px) {
	#tdate, #bdate {
		clear: both;
		margin-left: 10px;
	}
}

.top-menu {
	margin: 0;
	display: inline-block;
}

.top-menu li {
	padding: 0 10px;
	line-height: 12px;
	display: inline-block;
	border-left: 1px solid #fff;
}

@media (max-width: 992px) {
	.top-menu {
		clear: both;
	}
	.top-menu li:first-child {
		border-left: none;
	}
}

.social {
	font-size: 14px;
	margin: 0;
	display: inline-block;
	padding: 8px;
}

.social li {
	display: inline-block;
	border-left: 1px solid #fff;
}

.social li a {
	padding: 0 10px;
	line-height: 12px;
}

.social li .telegram {
	font-size: 13px;
}

.social li:first-child {
	border-left: none;
}

.social li .vk:hover {
	color: #4C75A3;
}

.social li .facebook:hover {
	color: #3F5793;
}

.social li .twitter:hover {
	color: #41ABE1;
}

.social li .youtube:hover {
	color: #FF0000;
}

.social li .telegram:hover {
	color: #30AAE1;
}

@media (max-width: 992px) {
	.social {
		clear: both;
		margin-top: 5px;
	}
}

#qrcode {
	float: right;
	width: 100px;
	height: 100px;
	margin: 30px 20px 30px 20px;
}

@media (max-width: 1200px) {
	#qrcode {
		display: none;
	}
}

#primary {
	padding: 20px;
	width: calc(100% - 350px);
	float: left;
}
@media (max-width: 768px) {
	#primary {
		width: calc(100% - 30px);
		padding-top: 0px;
		padding: 0 15px 20px 15px;
	}
}
#secondary {
	padding: 25px 15px;
	width: 280px;
	float: left;
}
@media (max-width: 768px) {
	#secondary {
		width: auto;
	}
}

#secondary section {
	margin-bottom: 20px;
}

#secondary section:last-child {
	margin-bottom: 0;
}

#footline {
	background-color: #294a70;
	clear: both;
	overflow: auto;
	color: #fff;
	font-size: 12px;
}

#footline span {
	padding: 10px;
	display: block;
}

#footline a {
	color: #fff;
}

@media (max-width: 992px) {
	#footline .left-selection, #footline .right-selection {
		float: none;
	}
	#footline .left-selection span {
		padding-bottom: 0;
	}
}

#mid-footer {
	margin: 20px 10px;
	overflow: auto;
}

.mid-col {
	float: left;
	width: calc(25% - 15px);
	margin-left: 20px;
}

.mid-col:first-child {
	margin-left: 0;
	margin-top: 0;
}

@media (max-width: 992px) {
	.mid-col {
		width: calc(50% - 10px);
		margin-top: 20px;
	}
	.mid-col:nth-child(2) {
		margin-top: 0;
	}
	.mid-col:nth-child(2n + 1) {
		clear: both;
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.mid-col {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.mid-col:nth-child(2) {
		margin: 20px 0 0 0;
	}
}

.widget-title {
	border: none;
	color: #fff;
	background: #b7394e;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 8px 20px;
	position: relative;
	text-transform: uppercase;
}

.textwidget {
	line-height: 1.6;
	font-weight: inherit;
	vertical-align: baseline;
	color: #3d3d3d;
	font-size: 13px;
margin: 0 5px;
}

.textwidget p {
	padding: 0 0 15px 0;
	margin: 0;
}

/* Breadcrumbs */
/* --------------------------------------- */
#breadcrumbs {
	clear: both;
	padding: .5em 0;
	margin: 0;
	font-size: 16px;
	color: #222;
	
	border-bottom: 1px solid #ddd;
	overflow: auto;
}
#breadcrumbs li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
#breadcrumbs li:before {
	content: "/";
	margin: 0 7px;
}
#breadcrumbs li:first-child:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f07c";
	margin-left: 0;
}
#breadcrumbs li a {
	color: #2A4C6E;
	text-decoration: none;
	font-size: 0.8rem;
	transition: all 0.1s ease;
}
#breadcrumbs li a:hover {
	color: #404040
}
/* --------------------------------------- */

.content {
	margin: 15px 0;
	font-size: 15px;
	clear: both;
}

.content table {
	margin: 7px 0;
}

.content p {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
    padding: 7px 0;
}

.content ul li {
	list-style-type: disc;
	margin: 0 0 10px 30px;
}

.content ol {
	padding: 0;
}

.content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 30px;	
}

#title h4 {
	clear: both;
	color: #3d3d3d;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin: 20px 0 10px 0;
	padding: 0;
}

#featured-news ul li {
	margin-bottom: 20px;
	border-left: 2px solid #294a70;
	padding-left: 20px;
}

#featured-news ul li:last-child {
	margin-bottom: 0px;
}

#featured-news ul li i {
	font-size: 10px;
	display: inline-block;
}

#featured-news ul li span {
	font-size: 12px;
	margin-left: 5px;
	position: relative;
	top: 1px;
	display: inline-block;
}

#featured-news ul li a {
	display: block;
	margin-top: 5px;
}

#sidebar-menu ul li {
	padding: 3px;
}

#sidebar-menu ul li:first-child {
	padding-top: 0;
}

#sidebar-menu ul li:last-child {
	padding-bottom: 0;
}

#sidebar-menu ul li i {
	margin-right: 10px;
}

#google_translate_element {
	float:right;
}
.goog-te-gadget-icon {
	margin: 0 !important;
	padding: 0 !important;
	width: 0 !important;
	height: 0 !important;
}
.goog-te-gadget-simple {
	padding: 6px 3px 7px 3px !important;
}

@media (max-width: 992px) {
	#google_translate_element {
		display: none;
	}
}

.entry-title {
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 20px;
    margin: 10px 0;
}

.entry-meta span {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-right: 15px;
    text-transform: capitalize;
    color: #767676;
    font-style: normal;
    transition: all .5s ease;
}

.entry-meta .posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.entry-content {
    margin: 15px 0 0;
}

.entry-list {
	border: 1px solid #f1f1f1;
	padding: 0 10px 10px 10px;
	margin-top: 20px;
}

.entry-list:first-child {
	margin-top: 0;
}

.webflow-style-input {
	height: 0;
	position: relative;
	float: left;
}

.webflow-style-input {
	position: relative;
    display: inline-block;
    clear: both;
    float: right;
    bottom: 54px;
	height: 0;
}

.webflow-style-input input {
    padding: 18px 10px;
    font-size: 14px;
    background: rgba(0,0,0,.2);
    color: #fff;
    width: 200px;
    border: 1px solid rgba(0,0,0,.3);
}

@media only screen and (max-width: 960px) {
	.webflow-style-input {
		bottom: 57px;
		margin-right: 54px;
	}
	.webflow-style-input input {
		padding: 19px 10px;
	}
}

/* Scroll up */
/* --------------------------------------- */
#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
#scroll-up i {
	font-size: 40px;
	color: #294A70;
	padding: 10px;
}
#scroll-up:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
/* --------------------------------------- */

.section-title {
	font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
	margin: 0;
}

.section-title span {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
	font-weight: bold;
}

.section-title span:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #ed9532;
    left: 50%;
    transform: translateX(-50%);
}

.blog-posts {
	padding: 20px 10px;
padding-bottom: 5px;
font-size: 15px;
}

.blog-posts .entry-list {
	border-right: none;
}

.blog-posts .entry-list {
	padding-top: 10px;
	margin: 0;
}

.blog-posts .entry-list a img {
	transition: all 0.3s ease;
}
.blog-posts .entry-list a img:hover {
	width: 150%;
	left: -25%;
}

.blog-posts .entry-title {
	font-size: 15px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 5px;
}

.blog-posts .entry-content {
	height: 120px;
    overflow: hidden;
}

#blog-news {
	border-right: 1px solid #f1f1f1;
}

.slick-next {
	z-index: 10;
}

.slick-prev {
	z-index: 10;
}

.slick-next:before, .slick-prev:before {
	color: #000 !important;
}

.slick-dots li {
	margin: 0 5px !important;
}

/* Slider */
/* --------------------------------------- */
#slider {
    height: 295px;
    padding: 10px;
    padding-bottom: 0;
    position: relative;
}
@media (max-width: 768px) {
	#slider {
		padding: .8em;
	}
}
.slider2 {
	height: inherit;
	overflow: hidden;
	position: relative;
	width: inherit;
}
.slides {
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
	transform: scale(1.5);
	transition: transform ease-in-out .5s, opacity ease-in-out .5s;
}
#slide1:checked ~ .slider2 > .slides:nth-child(1),
#slide2:checked ~ .slider2 > .slides:nth-child(2),
#slide3:checked ~ .slider2 > .slides:nth-child(3),
#slide4:checked ~ .slider2 > .slides:nth-child(4),
#slide5:checked ~ .slider2 > .slides:nth-child(5),
#slide6:checked ~ .slider2 > .slides:nth-child(6),
#slide7:checked ~ .slider2 > .slides:nth-child(7),
#slide8:checked ~ .slider2 > .slides:nth-child(8),
#slide9:checked ~ .slider2 > .slides:nth-child(9),
#slide10:checked ~ .slider2 > .slides:nth-child(10),
#slide11:checked ~ .slider2 > .slides:nth-child(11),
#slide12:checked ~ .slider2 > .slides:nth-child(12) {
	opacity: 1;
	z-index: 1;
	transform: scale(1);
}
#slider > input {
	display: none;
}
#slider .controls {
	position: absolute;
	z-index: 25;
	bottom: 8px;
}
@media (max-width: 768px) {
	#slider .controls {
		bottom: 22px;
	}
}
#slider label {
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 25px 0 0 16px;
	position: relative;
	width: 30px;
	transition: background ease-in-out .5s;
}
#slider label:hover, 
#slide1:checked ~ .controls label:nth-of-type(1),
#slide2:checked ~ .controls label:nth-of-type(2),
#slide3:checked ~ .controls label:nth-of-type(3),
#slide4:checked ~ .controls label:nth-of-type(4),
#slide5:checked ~ .controls label:nth-of-type(5),
#slide6:checked ~ .controls label:nth-of-type(6),
#slide7:checked ~ .controls label:nth-of-type(7),
#slide8:checked ~ .controls label:nth-of-type(8),
#slide9:checked ~ .controls label:nth-of-type(9),
#slide10:checked ~ .controls label:nth-of-type(10),
#slide11:checked ~ .controls label:nth-of-type(11),
#slide12:checked ~ .controls label:nth-of-type(12) {
	background-color: rgba(255,255,255,1);
}
#slider label:after {
	content: " ";
	display: block;
	height: 12px;
	position: absolute;
	width: 30px;
	background-color: rgba(255,255,255,.7);
}
#slider .slide-featured {
	width: 65%;
	float: left;
}
#slider .slide-featured .aspect-raito {
	padding-top:40%;
}
@media (max-width: 1200px) {
	#slider .slide-featured {
		width: 50%;
	}
	#slider .slide-featured .aspect-raito {
		padding-top: 70%;
	}
	#slider .slide-featured .aspect-raito img {
		width: 130%;
		left: -15%;
	}
}
@media (max-width: 992px) {
	#slider .slide-featured {
		display: none;
	}
}
#slider .slide-content {
	width: calc(35% - 50px);
	float: left;
	padding: 20px;
	border-left: 10px solid #FFFFFF;
	background: linear-gradient(to right bottom, #294A70, #4780C1);
	height: 260px;
	position: relative;
}
@media (max-width: 1200px) {
	#slider .slide-content {
		width: calc(50% - 50px);
	}
}
@media (max-width: 992px) {
	#slider .slide-content {
		width: calc(100% - 40px);
		border-left: none;
	}
}
#slider .slide-content h2 {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #FFFFFF;
	
	display: inline;
	padding: 0 0 .1em;
	margin: 0;
	word-wrap: break-word;
	clear: both;
}
#slider .slide-content h2 a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease
}
#slider .slide-content p {
	margin-top: 30px;
	color: #fff;
}
#slider .slide-content .button {
    font-size: 0.8125rem;
    position: absolute;
    bottom: 25px;
	color: #fff;
}
@media (max-width: 1200px) {
	#slider .slide-content .button {
		right: 15px;
		bottom: 17px;
	}
}
@media (max-width: 576px) {
	#slider .slide-content .button {
		display: none;
	}
}
/* --------------------------------------- */

#banners {
	padding: 10px 0 10px 10px;
	background-color: #F2F2F2;
}

#banners div {
	margin-right: 10px;
}


#banners img {
	height: 60px;
	background-color: #fff;
}

.actual {
	padding: 20px 10px;
padding-bottom: 5px;
}

.actual .actual-item {
	width: 120px;
	border: 1px solid #f1f1f1;
}

.actual .actual-item img {
	width: 120px;
	transition: all 0.3s ease;
}

.actual .actual-item img:hover {
	width: 120%;
	left: -10%;
}

.scientific {
	padding: 20px 10px;
padding-bottom: 5px;
}

#scientific .scientific-item {
	margin: 0 10px;
}

#scientific .scientific-item img {
	transition: all 0.3s ease;
}

#scientific .scientific-item img:hover {
	width: 120%;
	left: -10%;
}

#scientific .scientific-item .scientific-name {
	background-color: #0f233a;
	line-height: 20px;
	padding: 7px 12px;
}

#scientific .scientific-item .scientific-name h4 {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

#scientific .scientific-item .scientific-name h4 span {
	color: #FFF;
	margin: 0;
	font-size: 15px;
}

#scientific .scientific-item .scientific-info {
	padding: 7px 10px;
	border: 1px solid #f1f1f1;
}

#scientific .scientific-item .scientific-info p {
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 16px;
}


/*   Запись    */



.collapse {
	margin-top: 10px;
	border: 1px solid #555;
}

.collapse:first-chold {
	margin-top: 0;
}

.collapsible {
  background-color: #555;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible.color{
  background-color: #4d90fe;
}

.collapsible.color:hover{
  background-color: #9dd1ff;
}

.active, .collapsible:hover {
  background-color: #ccc;
  color: #000;
}

.collapsible:after {
  content: '\02795';
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; 
}

.collapsible-content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.hmc-container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

.hmc-container:before {
    content: '';
    display: table;
}

.hmc-single-service {
    top: 0;
    float: left;
    position: relative;
    background-color: #fff;
    transition: all .3s cubic-bezier(0,.01,.27,1);
	height: 275px !important;
}

#scient .hmc-single-service {
	height: 250px !important;
}

#milset .hmc-single-service {
	height: 80px !important;
}

.hmc-service-wrapper {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.hmc-service-wrapper .icon_alignment {
    max-width: 50px;
    width: 100%;
    margin-right: 10px;
}

.hmc-service-wrapper .icon_alignment+.service-content {
    max-width: calc(100% - 60px);
    margin-left: auto;
}

.hmc-service-wrapper .service-title {
    padding: 0;
    margin-top: 0;
    color: inherit;
    font-weight: 700;
    margin-bottom: 5px;
}

.hmc-service-wrapper p {
    margin-bottom: 10px;
}

.hmc-service-wrapper .icon_alignment i {
    font-size: 40px;
    color: inherit;
}

.service-content {
	font-size: 15px;
}

.service-title a {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.service-title a:hover {
	color: orange;
}

#projects .scientific-item {
	margin: 0 10px;
}

#projects .scientific-item img {
	transition: all 0.3s ease;
}

#projects .scientific-item img:hover {
	width: 120%;
	left: -10%;
}


/* Увеличение картинки */
.scale {
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
}
.scale img {
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
}
.scale img:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
}

.event {
	margin:0; padding:0; list-style-type:none;
}
.even li {
	padding:0 0px 5px;
	margin:0;
	margin-bottom:20px;
	clear:both;
	border-bottom:1px dashed #ebebeb;
}
.event li time {
	font-size:11px;
	line-height:15px;
}
.event li time em {
	float:left;
	font-style:normal;
	background-color:#767676;
	color:#fff;
	padding:4px 5px 2px 5px;
}
.event li time small {
	font-size:11px;
	float:left;
	background-color:#f77a11;
	color:#fff;
	padding:4px 5px 2px 5px;
	margin:0 0 0 3px;
}
.event li a {
padding: 5px 0;
	display:block;
	clear:both;
    font-size:14px;
	text-decoration:none;
border-bottom: 1px dashed #ebebeb;
margin-bottom: 5px;
}
}
.event li a {
	color:#33a7b5;
}
.event li a:hover { 
	text-decoration:underline;
}

.act {
border: 3px solid #f1f1f1;
}

.act div div {
overflow-y: scroll;
height: 240px;
}

.act div div h3 {
padding: 0;
margin: 0 20px 20px 20px;
}

.act div div ul {
padding: 0 20px;
}

.table-container {
     width: 100%;
     overflow: auto;
     -webkit-overflow-scrolling: touch;
}

.table-container::-webkit-scrollbar
{
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

.control {
position: relative;
top: -38px;
height: 0;
float: right;
}

.control a {
display: block;
line-height: 38px;
height: 38px;
width: 38px;
text-align: center;
color: #FFF;
background-color: #b7394e;
float: left;
}

.control a:hover {
background-color: rgb(241, 241, 241);
color: #0f233a;
}

/* Красивые таблицы в содержании */
.content .tbl {margin: 0.5em auto; vertical-align: middle; }
.content .tbl thead {background-color: #E2F3FF; border-bottom: solid 2px #d1ecff; }
.content .tbl td {border:1px solid #d1ecff; padding: 5px; vertical-align: middle; }
/*.content .tbl tr:nth-of-type(even) {background-color: #E2F3FF;}*/
/*.content .tbl tr:hover{background:#F7F1C8;}*/
.content .tbl caption {margin-bottom: 5px;}

.collapsible-content .tbl {margin: 0.5em auto; vertical-align: middle; }
.collapsible-content .tbl thead {background-color: #E2F3FF; border-bottom: solid 2px #d1ecff; }
.collapsible-content .tbl td {border:1px solid #d1ecff; padding: 5px; vertical-align: middle; }
/*.collapsible-content .tbl tr:nth-of-type(even) {background-color: #E2F3FF;}*/
/*.collapsible-content .tbl tr:hover{background:#F7F1C8;}*/
.collapsible-content .tbl caption {margin-bottom: 5px;}

.refer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.refer div {
    background-position: center top;
    background-repeat: no-repeat;
}

.refer div:nth-child(1) {
    width: 40%;
}

.refer div:nth-child(2) {
    width: 40%;
}


/* Всплывающее окно Cookie */
.cookie-alert{
    position: fixed;
    background-color: #294a70;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    font-size: 12px;
    transform: translateY(100%);
    transition: all .3s ease-in;
}

.is-show {
    transform: translateY(0);
    transition: all .3s ease-in;
}

.cookie-alert-container{
    max-width: 1200px;
    margin: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cookie-alert-left p{
    color: #fff;
    text-align: justify;
    margin: 0;
}

.cookie-alert-left p a{
    color: #99b1d9;
}

@media (max-width: 640px) {
   .cookie-alert-container{
       flex-wrap: wrap;
       gap: 0px;      
   }
}

.button-cookie {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #294a70;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fafafa;
    transition: all .5s;
}

.button-cookie-text {
    font-size: 15px;
    color: #0f233a;
}

.button-cookie-text:hover {
    text-decoration: underline;
}

/* Участники конкурса Педагогический дебют */
.debut {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-bottom: 5px;
}

.column_contest{
    flex: 50%;
    text-align: center;
}

.column_contest > h2{
    font-size: 15px;
}

.debut-logo > img{
    display: block;
    width: 400px;
}

@media (max-width: 1150px) {
    .debut-party > p > iframe{
       width: 500px;
       height: 280px;
    }
}

@media (max-width: 1050px) {
    .debut-party > p > iframe{
       width: 450px;
       height: 253px;
    }
}

@media (max-width: 953px) {
    .debut-party > p > iframe{
       width: 430px;
       height: 240px;
    }

    .column_contest > h2{
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .debut-party > p > iframe{
       width: 400px;
       height: 225px;
    }
}

@media (max-width: 850px) {
    .debut{
        flex-wrap: wrap;
    }
    .debut-party > p > iframe{
        width: 560px;
        height: 315px;
    }
}

@media (max-width: 600px) {
    .debut-party > p > iframe{
        max-width: 95%;
        height: 300px;
    }
}

@media (max-width: 500px) {
    .debut-party > p > iframe{
       height: 260px;
    }
}

@media (max-width: 400px) {
    .debut-party > p > iframe{
       height: 200px;
    }
}

.portfolio-images-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.portfolio-images-container2{
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
    gap: 30px;
    padding-top: 30px;
}

.portfolio-image{
    height: 139px;
}

.portfolio-image2{
    width: 100%;
    height: auto;
    transition: 1s;
    display: block;
}
.portfolio-image2:hover{
    transform: scale(1.1);
}

.portfolio-image3{
    height: 272px;
}

.portfolio-image4{
    height: 210px;
}

.portfolio-image5{
    height: 335px;
}

@media (max-width: 1195px) {
    .portfolio-image{
        height: 132px;
    }

    .portfolio-image3{
        height: 262px;
    }

    .portfolio-image4{
        height: 200px;
    }

    .portfolio-image5{
        height: 322px;
    }
}

@media (max-width: 1139px) {
    .portfolio-image{
        height: 126px;
    }

    .portfolio-image3{
        height: 252px;
    }

    .portfolio-image4{
        height: 192px;
    }
    
    .portfolio-image5{
        height: 309px;
    }
}

@media (max-width: 1096px) {
    .portfolio-image{
        height: 120px;
    }

    .portfolio-image3{
        height: 242px;
    }

    .portfolio-image4{
        height: 184px;
    }
    
    .portfolio-image5{
        height: 296px;
    }
}

@media (max-width: 1056px) {
    .portfolio-image{
        height: 114px;
    }

    .portfolio-image3{
        height: 232px;
    }

    .portfolio-image4{
        height: 176px;
    }

    .portfolio-image5{
        height: 283px;
    }
}

@media (max-width: 1015px) {
    .portfolio-image{
        height: 200px;
    }

    .portfolio-image3{
        height: 210px;
    }

    .portfolio-image4{
        height: 165px;
    }

    .portfolio-image5{
        height: 260px;
    }
}

@media (max-width: 945px) {
    .portfolio-image3{
        height: 200px;
    }

    .portfolio-image4{
        height: 155px;
    }

    .portfolio-image5{
        height: 245px;
    }
}

@media (max-width: 883px) {
    .portfolio-image{
        height: 180px;
    }

    .portfolio-image3{
        height: 180px;
    }

    .portfolio-image4{
        height: 140px;
    }

    .portfolio-image5{
        height: 222px;
    }
}

@media (max-width: 797px) {
    .portfolio-image{
        height: 170px;
    }

    .portfolio-image3{
        height: 170px;
    }

    .portfolio-image4{
        height: 135px;
    }

    .portfolio-image5{
        height: 210px;
    }
}

@media (max-width: 768px) {
    .portfolio-images-container{
        gap: 15px;
    }
    .portfolio-image{
        width: 100%;
        height: auto;
    }

    .portfolio-images-container2{
        flex-wrap: wrap;
    }

    .portfolio-image3{
        width: 100%;
        height: auto;
    }

    .portfolio-image4{
        width: 100%;
        height: auto;
    }

    .portfolio-image5{
        width: 100%;
        height: auto;
    }
}


/* Модальное окно выбора даты */
.date-modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Затемнение фона */
    display: flex;
    justify-content: center;
    align-items: center;
}

.date-modal-content {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.date-modal-content h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #333;
}

/* Стили для кнопок в модальном окне */
.modal-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.confirm-button, .cancel-button {
    padding: 8px 12px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.confirm-button {
    color: #ffffff;
    background-color: #007bff;
    border: none;
}

.confirm-button:hover {
    background-color: #0056b3;
}

.cancel-button {
    color: #ff4b4b;
    background: none;
    border: 2px solid #ff4b4b;
}

.cancel-button:hover {
    background-color: #ff4b4b;
    color: #ffffff;
}

/*        Новый год          */
.new-year-img {
position: fixed;
z-index: 999;
bottom: 0px;
left: 0px;
}

.new-year-img-right {
position: fixed;
z-index: 999;
top: 0px;
right: 0px;
transform: rotateY(180deg);
}

@media (max-width: 768px) {
    .new-year-img{
        display: none;
    }
    .new-year-img-right{
        display: none;
    }
}

/*
#garland {
  position: absolute;
  top: -36px;
  left: 0;
  background-image: url('http://imapo.ru/img/christmas.png');
  height: 36px;
  width: 100%;
  overflow: hidden;
  z- index: 99
}

#nums_1 {
  padding: 100px
}

.garland_1 {
  background-position: 0 0
}

.garland_2 {
  background-position: 0 -36px
}

.garland_3 {
  background-position: 0 -72px
}

.garland_4 {
  background-position: 0 -108px
}
*/

/*body{position:relative;z-index:0;margin:0;padding:0 0 1em 0;text-align:center;}*/
.b-page_newyear{position: sticky; top:0; z-index:1000;}
.b-page__content{min-height:90px}
.b-head-decor{display:none}
.b-page_newyear .b-head-decor{position:absolute;top:0;left:0;display:block;height:115px;width:100%;overflow:hidden;background:url(sm_full.aspx?guid=205713) repeat-x 0 0}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:115px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-115px;left:0;z-index:3;height:115px;display:block;width:100%;box-shadow:0 15px 30px rgba(0,0,0,0.75)}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}
.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(sm_full.aspx?guid=205803) no-repeat}
.b-ball_n2 .b-ball__i{background:url(sm_full.aspx?guid=205793) no-repeat}
.b-ball_n3 .b-ball__i{background:url(sm_full.aspx?guid=205783) no-repeat}
.b-ball_n4 .b-ball__i{background:url(sm_full.aspx?guid=205773) no-repeat}
.b-ball_n5 .b-ball__i{background:url(sm_full.aspx?guid=205763) no-repeat}
.b-ball_n6 .b-ball__i{background:url(sm_full.aspx?guid=205753) no-repeat}
.b-ball_n7 .b-ball__i{background:url(sm_full.aspx?guid=205743) no-repeat}
.b-ball_n8 .b-ball__i{background:url(sm_full.aspx?guid=205733) no-repeat}
.b-ball_n9 .b-ball__i{background:url(sm_full.aspx?guid=205723) no-repeat}
.b-ball_i1 .b-ball__i{background:url(sm_full.aspx?guid=205863) no-repeat}
.b-ball_i2 .b-ball__i{background:url(sm_full.aspx?guid=205853) no-repeat}
.b-ball_i3 .b-ball__i{background:url(sm_full.aspx?guid=205843) no-repeat}
.b-ball_i4 .b-ball__i{background:url(sm_full.aspx?guid=205833) no-repeat}
.b-ball_i5 .b-ball__i{background:url(sm_full.aspx?guid=205823) no-repeat}
.b-ball_i6 .b-ball__i{background:url(sm_full.aspx?guid=205813) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{position:absolute;width:100%;height:100%;transform-origin:50% 0;transition:all .3s ease-in-out;pointer-events:none}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:9}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{transform:rotate(-1.5deg)}

/*     Кнопки СМК      */
.smk-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 25px;
}

.smk-button-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    text-align: center;
    font-family: inherit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: 0.5s;
    border-radius: 15px;
}

.smk-button-section {
    background-color: #fff;
    border: 2px solid #294a70;
    flex-basis: 250px;
    min-width: 200px;
    height: 90px;
}

.smk-button-section-anketa {
    border: 2px solid #b7394e;
}

a.smk-button-section {color: #000; }
a.smk-button-section:hover {color: #000; background-color: #d6e3f1; text-decoration: none;}
a.smk-button-section-anketa:hover {background-color: #f5e1e5;}

/*    Кнопки воспитатели    */
.container-vosp{
    display: flex;
    gap: 10px;
}

.container-vosp img {
    flex: 1;
    max-width: 100%;
}

@media (max-width: 768px) {
    .container-vosp {
        flex-direction: column;
    }
}

.images-container-row{
    display: flex;
    justify-content: space-between;
}

.images-container-row img {
  width: 20%;
  height: auto;
}