@font-face {
	font-family: 'OwnFont';
	src: url('../fonts/lin.eot');
	src: url('../fonts/lin.woff2') format('woff2'), url('../fonts/lin.eot?#iefix') format('embedded-opentype'), url('../fonts/lin.woff') format('woff'), url('../fonts/lin.ttf') format('truetype'), url('../fonts/lin.svg#OwnFont') format('svg');
	font-weight: normal;
	font-style: normal;
}
.content2{
  background-color: #f2ffe2;
}
.test-box {
    text-align: center;
}
.test-box a{
	display: block;
	margin: 0 -15px;
	font-size: 25px;
    padding: 90px 30px 0;
	height: 250px;
}
.test-box:nth-child(even) a{
    background: #f4f8ff;
	color: #073a88;
}
.test-box:nth-child(odd) a{
    background: #073a88;
    color: white;
}
.test-box:nth-child(odd) a:hover {
    background: #FFEB3B;
	   color: #073a88;
}
.test-box:nth-child(even) a:hover {
    background: #23b329;
		 color: white;
}
/* RTOZ */
body{
	font-family: "system-ui";
}
body, header, footer{
	color: #fff;
	background: #022a67;
	background: -moz-linear-gradient(45deg, #022a67 0%, #1a73f9 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #022a67), color-stop(100%, #1a73f9));
	background: -webkit-linear-gradient(45deg, #022a67 0%, #1a73f9 100%);
	background: -o-linear-gradient(45deg, #022a67 0%, #1a73f9 100%);
	background: -ms-linear-gradient(45deg, #022a67 0%, #1a73f9 100%);
	background: linear-gradient(45deg, #022a67 0%, #1a73f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022a67', endColorstr='#1a73f9', GradientType=1 );			
}
header{
	z-index: 9999;
	width: 100%;

}
div.content, div.content-head{
	background: #fff;
	color: #000;
}
ul.menu, ul.menu-footer{
	padding:0;
	margin:0;
	list-style: none;
}
ul.menu li, ul.menu-footer li{
	display: inline-block;
}
ul.menu li a, ul.menu-footer li a{
	font-size: 15px;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
ul.menu li a.active, ul.menu li a:hover{

	text-decoration: none;
}
ul.menu li a.active{
	background: white;
    color: #032e6f;
    font-weight: bold;
	border-left: 4px double #186cea;
    border-right: 4px double #186cea;
}
	
ul.menu li a::after{
	content: "";
	width: 0;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transition: width 300ms;
	transition-property: left;
}
ul.menu li a::before{
	content: "";
	width: 0;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: 10px;
	right: 50%;
	transition: width 300ms;
	transition-property: left;
}
ul.menu li a:hover::after,ul.menu li a:hover::before{
	width: calc(50% - 10px);
	transition: width 300ms;
}

ul.menu li a.active:hover{
	text-decoration: none;
}
.padding-top-bottom-30{
	padding: 30px 0;
}
.padding-top-bottom-60{
	padding: 60px 0;
}

.up-button{
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #1a73f9;
	cursor: pointer;
	border-radius: 5px;
	display: none;

}
.up-button div.arrow-block{
	display: flex;
}		
.up-button span.arrow{
	box-sizing: border-box;
	height: 20px;
	width: 20px;
	border-style: solid;
	border-color: white;
	border-width: 3px 0px 0px 3px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
	margin: 19px 15px 11px 15px;

}
h3.title{
	margin-bottom: 0;
	color: #000;
	padding: 10px;
	text-align: center;
}
.news-boxes{
	border: 1px solid #ddd;
	margin-bottom: 15px;
	box-shadow: 2px 2px 0px #eee;

}
.news-boxes h6{
	font-weight: bold;
	padding: 15px 15px 10px;
	border-bottom: 1px solid #ddd;
	background-color: #f1f1f1;
}
.news-boxes p{
	padding: 5px 15px;

}
.loader-area{
	width: 100vw;
	height: 100vh;
	background: #fff;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;

}

.cssload-loader {
	position: relative;
	left: calc(50% - 31px);
	width: 100px;
	height: 100px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 780px;
	top: calc(50% - 100px);
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
		-o-animation: cssload-rotate-one 1.15s linear infinite;
		-ms-animation: cssload-rotate-one 1.15s linear infinite;
		-webkit-animation: cssload-rotate-one 1.15s linear infinite;
		-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 5px solid #357ae0;
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
		-o-animation: cssload-rotate-two 1.15s linear infinite;
		-ms-animation: cssload-rotate-two 1.15s linear infinite;
		-webkit-animation: cssload-rotate-two 1.15s linear infinite;
		-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 5px solid #357ae0;
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
		-o-animation: cssload-rotate-three 1.15s linear infinite;
		-ms-animation: cssload-rotate-three 1.15s linear infinite;
		-webkit-animation: cssload-rotate-three 1.15s linear infinite;
		-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 5px solid #357ae0;
}

@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}


#map{
	height: 700px;
}

.phone{
	color: #000;
	font-weight: bold;

}
.phone:hover{
	color: #333;
	text-decoration: none;
}
.phone::before {
	content: "";
	background-image: url(../img/contact/phone.png);
	width: 18px;
	height: 18px;
	background-size: contain;
	display: inline-block;
	margin-right: 8px;
	background-repeat: no-repeat;

}
.mail-icon::before {
	content: "";
	background-image: url(../img/contact/mail.png);
	width: 18px;
	height: 18px;
	background-size: contain;
	display: inline-block;
	margin-right: 8px;
	background-repeat: no-repeat;
}
.mail-icon{
	color: #000;
	font-weight: bold;
	white-space: nowrap;
}
.mail-icon:hover{
	color: #333;
	text-decoration: none;
}
.bold{
	font-weight: bold;
}
.logo-desc{
	padding: 15px 0 0 0;
}

.menu-row{
	border-top: 1px solid #fff;
}
.period::before{
	content: "ROK";
	font-size: 15px;
	POSITION: absolute;
	top: -5px;
}
.period{
	color: #0c48a4;
}
a.pdf, a.ppt{
	display: block;
	min-height: 200px;
	padding: 30px 10px 0px 10px;
}
a.pdf::before{
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	background-image: url(../img/pdf.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.list-footer{
	list-style: none;
}
.list-footer a.pdf{
	min-height: 0;
}
.list-footer a.pdf::before{
	display: inline-block;
	margin: -5px auto;
	width: 30px;
	height: 30px;
}
.panel-programs h2.two{
	padding: 70px 0;
	line-height: 50px;
}
.panel-programs{
	background-color: #ffffff;
	color: #000000;
}
.panel-programs a{
	color: #000000;
	text-decoration: none;
}
.panel-programs h2{
	color: #fff;
}
.panel-programs h2,.panel-programs a{
	font-weight: bold;
}
.list-group-item{
	padding: 0;
}
.list-group-item a{
	display: block;
	padding: .75rem 1.25rem;
}
.list-group-item a:hover{
	background-color: #357ae0;
	color: #fff;

}
.program-desc{
	display:none;
	padding: 5px 15px 30px;
}
.program-title.active{
	background-color: #eaf1fc;
}

.about-us-img {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-us-img.about-us-img-2{
	background-image: url(../img/about_us/onas2.png);
}
.about-us-img.about-us-img-kids{
    background-image: url(../img/about_us/onas.jpg);
}

.pdf-download,
.ppt-download,
.pic-download,
.yt-download{
	position: relative;
	padding-left: 24px;
	display: block;
}

.pdf-download::after,
.ppt-download::after,
.pic-download::after,
.yt-download::after{
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.pdf-download::after{
    background-image: url(../img/pdf.png);
}

.ppt-download::after{
    background-image: url(../img/ppt.png);
}
.yt-download::after{
    background-image: url(../img/yt.png);
}
.pic-download::after{
    background-image: url(../img/pic.png);
}

.small-img{
	width: 100%;
    height: 150px;
    object-fit: cover;
}

.ptb-img-group{
	padding-top: 10px;
    padding-bottom: 10px;
}

#lightcase-info #lightcase-title {
    font-size: 11px;
}
#lightcase-info {
    padding-top: 3px;
}

.img-max-width{
	max-width: 100%;
}

.w100{
	width: 100%;
}
#menu-button{
    min-width: 50px;
    height: 40px;
    border: 2px solid #fff;
	position: relative;
	cursor: pointer;
    margin: 5px 0;
}
#menu-button span,
#menu-button span::before,
#menu-button span::after{
	border-bottom: 2px solid #fff;
    width: 29px;
    display: block;
    position: absolute;

}
#menu-button span{
    top: 17px;
    left: 9px;
}
#menu-button span::before{
    content: "";
    bottom: 6px;
    left: 0px;
}

#menu-button span::after{
    content: "";
    top: 8px;
    left: 0px;
}

.menu-area{
	width: 100%;
	background: #23b329;
	position: absolute;
    left: 0;
    z-index: 999;
    top: 66px;
}
.menu-area ul.menu li{
	display: block;
}
.menu-area ul.menu li a{
	width: 100%;
	display: block;
}

.menu-area ul.menu li:not(:last-child){
	border-bottom: 1px solid #1564da;
}

.menu-area ul.menu li a.active{
	background: none;
    color: white;
    font-weight: normal;
    border-left: 0;
    border-right: 0;
    background: #032e6f;
}

.menu-area{
	background: #083c8c;
	display:none;
}

.menu-area ul.menu li a::before,.menu-area ul.menu li a::after{
	height: 0;
}

.menu-area .col-sm-12 {
	padding-right: 0;
    padding-left: 0;
}
.logo-header{
    width: 150px;
    object-fit: cover;
    object-position: top center;
   
}
.logo-footer{
	border-radius: 50%;
    box-shadow: 0px 0px 3px 0px #002358;
	width: 190px;
}

@media (max-width: 575px) { 

}

@media (max-width: 767px) { 
	.small-center, .small-center .text-right{
		text-align: center !important;
	}
	.hide-small{
		display: none;
	}
	
	.text-center-small{
		text-align: center;
	}
	.logo-footer{
		width: 150px;
	}
}

@media (max-width: 991px) { 
	.menu-row,.logo-desc{
		display: none;
	}
	.menu-navbar{
		display: block;
	}

	.logo-header{
		width: 86px;
		height: 66px;
		margin: 0;
		object-position: center -4px;
	}
}

@media (min-width: 992px){ 
	ul.menu li a {
		font-size: 14px;
	}
	.menu-navbar{
		display: none;
	}
}

