@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: #004FC5;
	--blue-link: #004FC5;
}
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: #00183B;
}
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: #fff;
    color: #004FC5;
    z-index: 3;
}

.header2 {
	background: #004FC5;
	color: #fff;
}

/* .border {
	border-right: 1px solid #FFFFFF;
	padding-right: 17px;
} */

.header-menu {
    float: right;
}
.header-menu ul {
    list-style: none;
    font-size: 0;
    text-align: right;
	padding: 0;
	display: flex;
	align-items: center;
}
.header-menu ul li {
    display: inline-block;
    font-size: 15px;
	text-transform: uppercase;
    margin-left: 28px;
}
.header-menu ul li a {
    color: #004FC5;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.header2 .header-menu ul li a {
    color: #fff;
}

.header-menu-bold {
	font-weight: 800;
}

.header-menu-button  {
	text-align: center;
    padding: 10px 20px;
    background: #fff;
	border: 2px solid #004FC5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
} 

.header2 .header-menu-button  {
    background: #004FC5;
	border: 2px solid #fff;
} 

.header-menu-button:not([disabled]):hover,
.header-menu-button:not([disabled]):active {
	color: #00183B;
	border: 2px solid #00183B;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-menu-button:not([disabled]):hover a{
	color: #00183B;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-menu ul li a:hover,
.header-menu ul li a.active {
    color: #00183B;
}
.header-logo-blue {
    width: 152px;
    height: 76px;
    float: left;
    background: url('img/logo-blue.png') no-repeat;
    background-position: center left;
    background-size: contain;
    background-color: transparent;
}


.header-logo {
    width: 152px;
    height: 76px;
    float: left;
    background: url('img/logo.png') no-repeat;
    background-position: center left;
    background-size: contain;
    background-color: transparent;
}

.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 4px;
	padding-bottom: 4px;
}

h1 {
    font-size: 32px;
    line-height: 140%;
    color: #00183B;
	text-transform: uppercase;
    /*letter-spacing: -1.4px;*/
    /*font-family: 'Verdana';*/
	/*font-weight: bold;*/
}
h2 {
    font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
    /*font-family: 'Verdana';*/
	font-weight: bold;
}
.photo h2 {
	text-align: center;
}
main {
   /* margin-top: 99px;*/
}

.content-block {
	margin-top: 96px;
}

/* раздел с объявлением собрания*/
.meeting-block {
  background: #0257D8;
  background: linear-gradient(90deg,rgba(2, 87, 216, 1) 0%, rgba(0, 57, 142, 1) 100%);
  color: #fff;
  padding: 38px 0 28px 0;
}

.meeting-block .container {
	display: grid;
	gap: 24px;
	grid-template-columns: 3fr 1fr;
	align-items: center; 
}

.meeting-block h1 {
  color: #fff;
  margin: 0;
}

.meeting-date {
  display: inline-block;
  border-radius: 8px;
  padding: 6px 16px;
  font-weight: bold;
  font-size: 20px;
  border: 2px solid #fff;
  align-self: center;
}

.meeting-text p {
	font-size: 14px;
}

.meeting-text-top {
	display: flex;
	gap: 16px;
	margin-bottom: 8px;
}

.meeting-btn {
  display: inline-block;
  background: #fff;
  color: #004FC5;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 32px;
  line-height: 120%;
  border-radius: 100px;
  text-align: center;
  align-self: center;
}

.meeting-btn:hover {
	background: none;
	color: #fff;
	border: 2px solid #fff;
}

/* главный раздел с фото*/

.main-block {
    position: relative;
    padding: 82px 0;
    z-index: 2;
    height: auto;
    overflow: hidden;
}

.main-block:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ECF4FF;
	background: linear-gradient(90deg,rgba(236, 244, 255, 1) 13%, rgba(236, 244, 255, 0.2) 100%);
    z-index: -1;
}

/* Слайдер фонов */

.image-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fade 20s infinite;
  z-index: -2;
}

.bg1 { background-image: url('img/bg-1.jpg'); animation-delay: 0s; }
.bg2 { background-image: url('img/bg-3.jpg'); animation-delay: 5s; }
.bg3 { background-image: url('img/bg-4.jpg'); animation-delay: 10s; }
.bg4 { background-image: url('img/bg-7.jpg'); animation-delay: 15s; }

/* Анимация плавной смены */
@keyframes fade {
  0%   { opacity: 0; }
  8%   { opacity: 1; }
  25%  { opacity: 1; }
  33%  { opacity: 0; }
  100% { opacity: 0; }
}

.main-block h1 {
	margin: 0 0 4px 0;
}

.main-block h2 {
	text-transform: none !important; 
	font-size: 21px !important;
	font-weight: 400;
	margin-bottom: 2px;
}

.h2-blue {
	font-weight: 600 !important;
	color: #004FC5;
	margin-bottom: 20px;
}

.video-buttons {
    display: flex;
    gap: 8px;
    margin: 18px 0 68px 0;
	flex-wrap: wrap;
}

.video-btn {
    background: #fff;
    color:#004FC5;
    padding: 4px 20px;
    border-radius: 20px;
	border: 1px solid #004FC5;
    font-size: 16px;
    text-decoration: none;
}

.video-btn:hover {
	color: #00183B;
	border: 1px solid #00183B;
}

.video-preview {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.video-preview h2 {
	margin: 64px 0 24px 0;
	font-size: 18px !important;
	text-transform: none !important; 
}

.video-preview img {
	width: 282px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.questions .video-btn {
	 display: inline-block;
	margin: 8px 0 24px 0;
}

/*Важные даты и события*/

.content-block-h2 {
	text-align: center;
	margin-bottom: 40px;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

.blue-link {
	text-decoration: underline;
	color: #004FC5 !important;
}

.p-bold-blue {
	font-weight: bold;
	color: #004FC5;
}

.events-grid li:not(:last-child) {
	margin-bottom: 8px;
}

.events-grid ul{
	margin: 0;
}

.events-grid-item {
	padding: 32px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #E4EFFF;
}

.events-grid-item-image {
	display: flex;
	gap: 12px;
}

.events-grid-item-image img {
	max-height: 176px;
	max-width: 100%;
}

/*сетка новостей на гридах, чтобы можно было подстроить любой контент*/
.events-grid {
	display: flex;
    gap:24px;
    justify-content: space-between; 
    align-items: stretch; 
    flex-wrap: wrap; 
    align-content: stretch;
}

.events-grid-item {
	box-sizing: border-box;
}

.item-1 {
	flex: 0 1 588px;
}

.item-2 {
	flex: 0 1 588px;
}

.item-3 {
	flex:1 1 auto;
}

/* блок как попасть в группу*/
.instruction-step-num {
	display: flex;
	color:#004FC5;
	font-size: 18px;
	font-weight: 600;
	min-width: 40px;
	min-height: 40px;
	border-radius: 50%;
	-moz-border-radius:  50%;
	-webkit-border-radius:  50%;
	background-color: #E4EFFF;
	text-align: center;
	justify-content: center;
    align-items: center;
}

.instruction-step {
	display: flex;
	gap: 20px;
	align-items: center;
}

.how-to p {
	margin: 0;
}

.how-to-instruction {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.how-to-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: center;
}

.how-to-works {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr; 
    gap: 24px;
}

.how-to-works img {
	width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

/* наши преимущества*/

.advantages-block {
    padding: 96px 0;
    background: #E4EFFF;
}

.advantages-grid {
    display: flex;
	gap: 40px 24px;
	flex-wrap: wrap;
	justify-content: center;
}

.advantage-item {
    text-align: center;
	flex: 1 1 30%;
    min-width: 240px;
}

.advantage-item img {
    width: 48px;
    height: 48px;
}

.advantage-item p {
    margin: 12px 0 0 0;
}


.news {
	padding: 15px 0;
	background: #004FC5;
	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 {
	font-size: 14px;
}
.cursname {
	color: #004FC5;
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.directions .cursname {
	margin-bottom: 2px;
}

.n0, .n1, .n2, .n3 {
	margin: 12px 0 0 0;
	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.svg);
}
.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: #004FC5;
	border-color: #004FC5;
	cursor: pointer;
	color: white;
}
.ah {
	background: #004FC5;
	border-color: #004FC5;
	color: white;
}
.mal {
	 opacity: 0.3;
}
.num {
	width: 30px;
	height: 26px;
	display: inline-block;
	text-align: center;
	background: #004FC5;
	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: #004FC5; 
	color: white;	
	text-align: center;
	display: inline-block;
	margin: 0.4% 0.1%;
	vertical-align: middle;
	border: 2px solid #004FC5;
	outline-offset: -10px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
	/*color: #004FC5;*/
	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: #004FC5;
    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 #004FC5;
}

.spisok {
	width: 50%;
	vertical-align: top;
}
.curst {
	height: 36px;
    width: 36px;
	background: #004FC5;
	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: #004FC5; 
}
.noblue {
	background: none; 
	color: #282828;
}
.blue {
	background: #004FC5; 
	color: #fff;
}
.nobord {
	background: #004FC5; 
	color: white;
}
.bord {
	background: none;
	color: #004FC5; 
	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: #E4EFFF;
	padding: 0 10px 5px;
	margin-top: 0;	
}



#l0 p, #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: calc(50% - 24px);
	vertical-align: top;
	margin-left: 24px;
}
.verh {
	text-align: center;
	font-weight: bold;
}
.button {
	text-align: center;
}

.default-button {
	display: inline-block;
	text-align: center;
    padding: 10px 32px;
	margin-top: 10px;
	/*margin-right: 5px;*/
    text-transform: uppercase;
    font-size: 20px;
    /*font-family: 'Verdana';*/
    background: #004FC5;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -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: #00183B;
	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: #004FC5 url(img/graphic.png) no-repeat;
	background-size: contain;
}
.prog {
	background: #004FC5 url(img/prog.png) no-repeat;
	background-size: contain;
}
.int {
	background: #004FC5 url(img/int.png) no-repeat;
	background-size: contain;
}
.all{
	background: #004FC5 url(img/all.png) no-repeat;
	background-size: contain;
}
.set p {
	margin-top: 9px;
	vertical-align: left;
}
.set:hover {
	background: #004FC5;
	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: #004FC5;
	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: #004FC5;
	cursor: pointer;
}
.wins {
	color: #004FC5;
}
.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: #004FC5;
}
.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: 1200px;
  overflow: hidden;
}
.map {
	display: inline-block;
	width: 45%;
	height: 400px;
	vertical-align: top;
}
.cont {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-left: 24px;
}
.icon {
	width: 30px;
	float: left;
}
.contacts {
	padding-bottom: 120px;
	min-height: 100%;
}
.footer {
	padding: 24px 0;
	background: #004FC5;
	color: white;
	width: 100%;
}
.footer p {
	margin: 0;
}

.footer a {
	text-decoration: none;
	color: #fff;
}

.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: #004FC5;
}
.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: 1280px) {
 /*
  .border {
	  padding-right: 6px;
  }
	  */
  .header-menu ul li {
	  margin-left: 20px;
  }
  .age {
	  width: 9%;
  }

  .container {
    width: 936px;
  }

  .item-1 {
    flex: 1 1 300px;
}

.item-2 {
    flex: 1 1 540px;
}
}

@media (max-width: 1024px) {
  #slider_box>ul>li {
	width: 5% !important;
	}
  .teacher-item {
	  height: 550px;
  }
  .container {
    width: 85%;
  }
  /* main {
    margin-top: 79px;
  }*/
  .header-logo {
	width: 112px;
    height: 56px;
  }
  .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 ul li a {
    color: #fff;
}
  .header-menu {
	margin: 0;
	position: fixed;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 80px;
    background-color: rgba(0, 79, 197, 1);
    z-index: 1000;
    overflow: auto;
  }

  .header-menu-button {
	background: none;
	border: 0px;
  }

  .meeting-block {
	padding: 28px 0 28px 0;
	}
  

  .meeting-block .container {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: center; 
	}

	.meeting-btn {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	h1 {
		font-size: 26px;
	}

	.meeting-date {
		font-size: 18px;
		}

	.default-button {
    font-size: 18px;
	}

.main-block:after {
	background: linear-gradient(90deg,rgba(236, 244, 255, 1) 20%, rgba(236, 244, 255, 0.4) 100%);
}

.events-grid {
}



.how-to-works {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr; 
    gap: 24px;
}

.how-to-works img {
    height: 100px;
}

.how-to-works img:last-child {
    display: none;
}

.curses {
	margin-left: 0;
}

  .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;
		margin-top: 4px;
	}

	.menu-icon svg path {
    	fill: #004FC5;
	}

	.header2 .menu-icon svg path {
    	fill: #fff;
	}
	
	.about {
		padding-top: 1px;
	}
	.about p, .about h1, .news h1, .news p {
		width: 100%;
	}
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 22px;
	}

	.container h2 {
		font-size: 22px !important;
	}
	.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%;
		margin-left: 0;
		margin-top: 24px;
	}

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

@media (max-width: 600px) {

	.container {
    	width: 92%;
  }

	.meeting-text-top {
		flex-direction: column;
		gap: 8px;
		text-align: center;
	}

	.meeting-text p {
		text-align: center;
	}

	.main-block {
		text-align: center;
		padding: 56px 0;
	}

	.video-buttons {
		justify-content: center;
	}

	.main-block h2 {
    font-size: 18px !important;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 20px;
	}

	.container h2 {
		font-size: 20px !important;
	}

	.events-grid {
		flex-direction: column;
}

.how-to-works {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr; 
    gap: 16px;
}

.how-to-works img {
    height: 80px;
}

.how-to-works img:last-child {
    display: block;
}

.how-to-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.advantage-item img {
    width: 40px;
    height: 40px;
}

.events-grid-item-image {
	flex-direction: column;
}

.item-1 {
	flex:1 1 auto;
}

.item-2 {
	flex:1 1 auto;
}

.item-3 {
	flex:1 1 auto;
}

}

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

.nabor a{
	color: #ffff81;
}

.courses a{
	color: #000;
}

.curses tab{
	background: #004FC5;
    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;
	margin-bottom: 56px;
}

.directions .dir{
	cursor: pointer;
}

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

.directions .dir a.active{
	background-color: #004FC5;
	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;
	display: flex;
	gap: 16px;
	justify-content: center;
}

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


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%;
	color: #fff !important;
	margin-top: 24px;
}

.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;
		margin: 0 auto;
		margin-top: 48px;
		width: 80%;
	}
}

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


