@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root{
	--yellow-link: #ffff81;
	--std-blue: rgb(40, 125, 155);
}
html {
    height: 100%;
    min-height: 100%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
    position: relative;
    min-height: 100%;
    /*font-family:   "Verdana", sans-serif;*/
    font-family:  "Open Sans", "Verdana", sans-serif;
    
    background: #fff;
    overflow-x: hidden;
	line-height: 1.42857143;
	color: #282828;
}
p {
	/*font-size: 16px;*/
	margin: 0 0 10px;
}
img {
  border: 0;
}
a,
a:hover,
a:active,
a:focus, 
a:visited {
    text-decoration: none;
	outline: 0;
}
p a:link,
p a:visited,
.verh a:link,
.verh a:visited {
	color: inherit;
}
.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(40, 125, 155);
    color: #fff;
    z-index: 3;
}

.border {
	border-right: 1px solid #FFFFFF;
	padding-right: 17px;
}
.header-menu {
    margin-top: 60px;
    float: right;
}
.header-menu ul {
    list-style: none;
    font-size: 0;
    text-align: right;
	padding: 0;
}
.header-menu ul li {
    display: inline-block;
    font-size: 15px;
	text-transform: uppercase;
    margin-left: 17px;
}
.header-menu ul li a {
    color: #fff;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.header-menu ul li a:hover,
.header-menu ul li a.active {
    color: #282828;
}
.header-logo {
    width: 200px;
    height: 100px;
    float: left;
    background: url('img/logo.png') no-repeat;
    background-position: center left;
    background-size: contain;
    background-color: transparent;
}
h1 {
    font-size: 26px;
    margin: 10px 0;
    color: rgb(40, 40, 40);
    /*letter-spacing: -1.4px;*/
    /*font-family: 'Verdana';*/
	/*font-weight: bold;*/
}
h2 {
    font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
    color: rgb(40, 40, 40);
    /*font-family: 'Verdana';*/
	font-weight: bold;
}
.photo h2 {
	text-align: center;
}
main {
   /* margin-top: 99px;*/
}
.news {
	padding: 15px 0;
	background: rgb(40, 125, 155);
	color: white;
}
.news h1, .photo h1 {
	margin: 0;
}
.news h1 {
	font-size: 28px;
}
.about {
    position: relative;
    padding: 50px 0;
    font-size: 18px;
    background: url('img/header-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    z-index: 2;
}
.about p, .about h1, .news h1, .news p {
	/*width: 760px;*/
    color: #fff;
}
.about p {
	font-size: 18px;
}
.news {
	font-size: 14px;
}
.about:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(40, 40, 40, 0.7);
    z-index: -1;
}
.about p {
    margin: 35px 0 10px 0;
}
.courses {
	margin-top: 30px;
	font-size: 14px;
}
.cursname {
	color: rgb(40, 125, 155);
	margin: 5px 0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}
.n0, .n1, .n2, .n3 {
	text-align: center;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.courses ul, .questions ul, .konts ul {
    list-style-image: url(img/blue.png);
}
.courses ul li ul, .questions ul li ul, .konts ul li ul {
    list-style-image: url(img/black.png);
}
.ages {
	text-align: center;
	margin-bottom: 10px;
	font-size: 0;
}
.ages h1,
.sets h1,
.prices h1,
.photo h1,
.works h1 {
	margin-bottom: 0;
}
.courses h1 {
	font-size: 22px;
}
.age {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(40, 40, 40, 0.3);
	color: rgba(40, 40, 40);
	display: inline-block;
	margin: 10px 5px 0;
	font-weight: bold;
	font-size: 14px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.age p {
	margin-top: 9px;
}
.age:hover {
	background: rgb(40, 125, 155);
	border-color: rgb(40, 125, 155);
	cursor: pointer;
	color: white;
}
.ah {
	background: rgb(40, 125, 155);
	border-color: rgb(40, 125, 155);
	color: white;
}
.mal {
	 opacity: 0.3;
}
.num {
	width: 30px;
	height: 26px;
	display: inline-block;
	text-align: center;
	background: rgb(40, 125, 155);
	color: white;
	font-weight: bold;
	padding-top: 3px;
}
.price {
	margin: 5px 0;
	vertical-align: middle;
}
.price p {
	display: inline;
	margin-bottom: 0;
}
.tabs {
	text-align: center;
}
.tab {
	width: 15%;
	background: rgb(40, 125, 155); 
	color: white;	
	text-align: center;
	display: inline-block;
	margin: 0.4% 0.1%;
	vertical-align: middle;
	border: 2px solid rgb(40, 125, 155);
	outline-offset: -10px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
	/*color: rgb(40, 125, 155);*/
	cursor: pointer;
}
.courses p {
	vertical-align: middle;
}
.tab p {
	font-size: 22px;
	margin: 9px 0;
	font-family: Verdana;
	font-weight: bold;
	vertical-align: middle;
}
/*.tab:hover,
.tab:active,
.tab:focus {
	background: none;
}*/



.tab:hover{
	cursor: pointer;
}
.strela {
    background: rgb(40, 125, 155);
    position: relative;
    width: 4%; 
	height: 15px;
	display: inline-block;
	margin-left: 2%;
	margin-right: 5%;
	vertical-align:middle;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.strela::after {
    content: ''; 
    position: absolute;
    right: -35px; 
	top: -7.5px;
    border: 15px solid transparent;
    border-left: 20px solid rgb(40, 125, 155);
}

.spisok {
	width: 50%;
	vertical-align: top;
}
.curst {
	height: 36px;
    width: 36px;
	background: rgb(40, 125, 155);
	text-align: center;
	color: white;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	
}
.curst p {
	font-weight: bold;
	line-height: 36px;
}
.curs p {
	display: inline;
	margin: 0;
}
.curs {
	width: 100%;
	margin-top: 4px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.curs.first {
	margin-top: 0;
}
.curs:hover,
.curs:active,
.curs:focus {
	background: rgb(40, 125, 155); 
}
.noblue {
	background: none; 
	color: #282828;
}
.blue {
	background: rgb(40, 125, 155); 
	color: #fff;
}
.nobord {
	background: rgb(40, 125, 155); 
	color: white;
}
.bord {
	background: none;
	color: rgb(40, 125, 155); 
	border-top-color: white;
}
.block {
	display: block;
}
.curs:hover, .curs:active,
.curs:focus .curst p {
	color: white;
}

/*#B, #BV, #BS, #BM, #D, #M, #N, #P, #IS, #GM, #W, #C, #VC, #GS, #CS, #R, #SB, #CO, #AI, #FT {
	display: none;
	background: rgba(40, 125, 155, 0.2);
	padding: 0 10px 5px;
	margin-top: 0;
}*/
.curs-info{
	display: none;
	background: rgba(40, 125, 155, 0.2);
	padding: 0 10px 5px;
	margin-top: 0;	
}



#l1 p, #l2 p, #l3 p {
	font-size: 16px;
}
.q0:hover {
	cursor: pointer;
}
#wn2, #wn3, #wn4, #wn5, #wn6, #photo2, .winners {
	display: none;
}
.to {
	margin-top: 5px;
}
.bel {
	color: white;
}
.curses {
	width: 50%;
	vertical-align: top;
}
.verh {
	text-align: center;
	font-weight: bold;
}
.button {
	text-align: center;
}
.default-button {
	display: inline-block;
	text-align: center;
    padding: 10px 30px;
	margin-top: 10px;
	margin-right: 5px;
    text-transform: uppercase;
    font-size: 20px;
    /*font-family: 'Verdana';*/
    background: rgb(40, 125, 155);
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.default-button:not[disabled]:hover,
.default-button:not[disabled]:active,
.default-button2:not[disabled]:hover,
.default-button2:not[disabled]:active {
	color: #fff;
	background: rgb(40, 40, 40);
	cursor: pointer;
}

.default-button2 {
	display: inline-block;
	text-align: center;
    padding: 10px 30px;
	margin-top: 10px;
	margin-right: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Verdana';
    background: rgb(84, 147, 169);
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* 16/05/2025 */
.news .default-button {
  background: #ffff81;
  border: 2px solid #ffff81;
  color: #282828;
  transition: all 0.3s ease;
  box-shadow: none;
}

.news .default-button:hover {
  background: #ffec40;
  border-color: #ffd700;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-decoration: none;

}

.news .default-button:active {
  background: #ffe55a;
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}




.gray {
	color: #fff;
	background: rgb(40, 40, 40);
}
.sets {
	text-align: left;
}
.set {
	display: inline-block;
	margin: 5px 10px 0;
	padding: 0 8px;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
	vertical-align: top;
	text-align: center;
}
.png {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block;
}
.graphic {
	background: rgb(40, 125, 155) url(img/graphic.png) no-repeat;
	background-size: contain;
}
.prog {
	background: rgb(40, 125, 155) url(img/prog.png) no-repeat;
	background-size: contain;
}
.int {
	background: rgb(40, 125, 155) url(img/int.png) no-repeat;
	background-size: contain;
}
.all{
	background: rgb(40, 125, 155) url(img/all.png) no-repeat;
	background-size: contain;
}
.set p {
	margin-top: 9px;
	vertical-align: left;
}
.set:hover {
	background: rgb(40, 125, 155);
	cursor: pointer;
	color: white;
}
.questions .default-button {
	float: none;
}
.questions h1,
.prices h1, .konts h1 {
	font-size: 28px;
	margin: 20px 0 0;
}
.questions div div, .konts, .photo p {
	
}
.photo p {
	margin: 0 auto;
}

.tri {
	margin: 0;
	font-size: 22px;
	color: rgb(40, 125, 155);
	display: inline-block;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bel {
	color: white;
}
.work {
	padding-bottom: 10px;
}
.one {
	width: 100%;
	height: 320px; 
}
.two {
	width: 400px;
	height: 300px;
}
.by {
	display: inline-block;
	width: 400px;
	vertical-align: top;
}
.triv {
    -moz-transform: rotate(90deg); 
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
   }
.teachers, .works, .photo, .contacts {
    margin-top: 20px;
}
.teachers h1, .photo h1, .contacts h1 {
    padding-top: 20px;
}
.sets h1,
.teachers h1,
.photo h1,
.contacts h1 {
    text-align: center;
}
.imgs {
	width: 850px;
	margin-bottom: 20px;
}
 #photo1 {
	  margin: 0 auto;
 }
 #vc1 {
	 margin: 0 auto;
 }
.nol {
	font-size: 0;
	display: inline;
}
.win {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.win:hover, .winner:hover {
	color: rgb(40, 125, 155);
	cursor: pointer;
}
.wins {
	color: rgb(40, 125, 155);
}
.winner {
	display: inline-block;
	padding-right: 30px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
	font-weight: bold;
}
.video {
	display: inline-block;
	margin-right: 30px;
	text-align: center;
}
.main-carousel {
    margin-top: 30px;
    height: 500px;
}
.carousel-inner .teacher-item {
    position: relative;
    width: 25%;
    height: 450px;
    color: #fff;
    float: left;
    overflow: hidden;
	background-color: rgb(40, 125, 155);
}
.teacher-item img {
    margin: 0 auto;
    width: 100%;
	background-size: contain;
}
.teacher-title {
    line-height: 100%;
    font-size: 30px;
	font-weight: Bold;
	padding-top: 5px;
}
.teacher-text {
    position: absolute;
    left: 20px;
    line-height: 24px;
    font-size: 16px;
}
.container {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
}
.map {
	display: inline-block;
	width: 45%;
	height: 400px;
	vertical-align: top;
}
.cont {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	/*margin-left: 35px;*/
}
.icon {
	width: 30px;
	float: left;
}
.contacts {
	padding-bottom: 120px;
	min-height: 100%;
}
.footer {
	background: rgb(40, 125, 155);
	color: white;
	width: 100%;
}
.footer p {
	margin: 0;
}
.menu-icon svg g {
	fill: #FFFFFF;
}
.menu-icon {
	text-align: right;
	display: none;
}
.sets {
	vertical-align: top;
}
#slider * {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.teacher-item {
    position: relative;
    width: 100%;
    height: 500px;
    color: #fff;
    float: left;
    overflow: hidden;
	background-color: rgb(40, 125, 155);
}
.teacher-item img {
    margin: 0 auto;
    width: 100%;
	background-size: contain;
}
.teacher-title {
    line-height: 100%;
    font-size: 24px;
	font-weight: Bold;
	padding-top: 5px;
}
.teacher-text {
    position: absolute;
    left: 20px;
    line-height: 24px;
    font-size: 18px;
}
#slider_box>ul>li {
    float: left;
    display: block;
	width: 2.5% !important;
}
#slider_box>ul {
    overflow: hidden;
    width: 1000%;
	padding: 0;
}
#slider_box {
    overflow: hidden;
    position: relative;
	margin: 0 auto;
}
#left_nav {
    float: left;
	background: url('img/left-arrow.png') no-repeat;
    background-position: center center;
	position: relative;
	right: 50px;
	top: -300px;
}
#nav_slider>div {
    background-color: rgba(40, 40, 40, 0.2);
    width: 60px;
    height: 60px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#nav_slider>div:hover {
    background-color: rgba(40, 40, 40, 0.4);
	cursor: pointer;
}	
#right_nav {
    float: right;
	background: url('img/right-arrow.png') no-repeat;
    background-position: center center;
	position: relative;
	left: 50px;
	top: -300px;
}
#slider {
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 1240px) {
  .border {
	  padding-right: 6px;
  }
  .header-menu ul li {
	  margin-left: 6px;
  }
  .age {
	  width: 9%;
  }
  .container {
    width: 77%;
  }
}
@media (max-width: 1050px) {
  #slider_box>ul>li {
	width: 5% !important;
	}
  .teacher-item {
	  height: 550px;
  }
  .container {
    width: 80%;
  }
  main {
    /*margin-top: 79px;*/
  }
  .header-logo {
	width: 160px;
    height: 80px;
  }
  .header-menu ul {
	display: none;
	padding: 0;
  }
  .header-menu ul li {
    display: block;
	text-align: center;
	padding: 9px 0;
	margin: 0;
	font-size: 21px;
  }
  .header-menu {
	margin: 0;
	position: fixed;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 80px;
    background-color: rgba(40, 125, 155, 0.9);
    z-index: 1000;
    overflow: auto;
  }
  .curses h1 {
	  margin:0;
  }
	.border {
		border-right: none;
		border-bottom: 0.5px solid rgba(255,255,255,0.4);
		padding-right: 0;
	 }
	.menu-icon {
		display: block;
		padding-top: 30px;
	}
	.about {
		padding-top: 1px;
	}
	.about p, .about h1, .news h1, .news p {
		width: 100%;
	}
	h1 {
		font-size: 26px;
	}
	.about p {
		font-size: 16px;
		margin-top: 0px;
	}
  .spisok, .curses {
	  /*display: block;
	  width: 100%;*/
  }
  
  .age {
	  width: 40px;
  }
  .imgs {
	  display: none;
  }
  .map {
	display: block;
	width: 100%;
	height: 400px;
	}
	.cont {
		display: block;
		width: 100%;
	}

	.footer {
			/*margin-top: 365px;*/
		}
}

.quar{
	font-size: 25px;
	color: #35e991 !important;
}

.nabor a{
	color: #ffff81;
}

.courses a{
	color: #000;
}

.curses tab{
	background: rgb(40, 125, 155);
    color: white;
}



.spisok .view-source a{
	display: flex;
	align-items: baseline;
	/*flex-wrap: wrap;*/
	flex-direction: row;
	margin-bottom: 10px;

}

.spisok a .curst{
	flex-shrink: 0;
}

a.blue{
	color: #fff;
}

.spisok p{
	margin: 0;

}

.curst{
	margin-right: 5px;
}

.news a, .about a{
	color: var(--yellow-link);
}

.questions .blue, .konts .blue  {
	background: transparent;
}

.news h2{
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}

.courses .container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.courses .container .spisok{
	order: -1;
}


.directions{
	font-size: 16px;
}

.directions .dir{
	cursor: pointer;
}

.directions .dir a{
	display: block;
	padding: 10px;
}

.directions .dir a.active{
	background-color: rgb(40, 125, 155);
	color: #fff;
}

.directions h2{
	text-transform: uppercase;
}

.question {
	margin: 10px 0;
}

a.question__header, .question__header::before{
	color: var(--std-blue);
	font-size: 18px;
	font-weight: bold;	
}

.question__header::before{
	content: ' ► ';	
	transition: all .3s ease;
}

.active .question__header::before{
	content: ' ▽ ';
	transition: all .3s ease;
}

.question__body{
	width: 80%;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease;

}

.active .question__body {
	transition: all .3s ease;
	padding: 20px;
}

a.question__header{
	text-decoration: none;
}

.konts li a{
	color: var(--std-blue);
	text-decoration: underline;
}

.konts li a:hover{
	text-decoration: none;
}

.container h4{
	font-size: 20px;
}


.container h3{
	font-size: 22px;
	text-transform: uppercase;
}

.container h2{
	font-size: 24px;
	text-transform: uppercase;
}

.cont h4{
	margin: 0;
}

.contacts h3{
	text-align: center;
}

.spisok .view-source{
	margin-bottom: 20px;
}


section{
	scroll-margin-top: 100px;
	padding-bottom: 20px;
}





.dir a::before{
	content: '◯';
	margin-right: 10px;
	color: var(--std-blue);
}

.dir a.active::before{
	content: '✓';
	color: #fff;
}

.konts{
	padding-top: 10px;
}

.btn-appl{
	display: inline-block;
	margin: 0 auto;
	width: 40%;
}

.news h2{
	text-transform: none;
	margin-bottom: 0;
}


.news-section{
	padding: 0 0 20px 0;
}


.news{
	font-family:  "Source Sans 3", "Verdana", sans-serif;
	font-size: 20px;
}

.news a:hover{
	text-decoration: underline;
}

.panel{
	background-color: rgb(18 86 110);
	padding: 10px;
	border-radius: 8px;
}

@media (max-width: 1024px) {
	.courses .container .spisok{
		width: 100%;
	}
	.courses .container .curses{
		width: 100%;
	}

	.btn-appl{
		display: block;
		width: 80%;
	}
}

@media (max-width: 575px){
	h2.cursname{
		font-size: 1.2em;
	}
}


