@font-face {
 font-family: Montserrat-Semibold; /* Имя шрифта */
 src: url(../fonts/Montserrat-Semibold.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
 font-family: Montserrat-Regular; /* Имя шрифта */
 src: url(../fonts/Montserrat-Regular.ttf); /* Путь к файлу со шрифтом */
}


@font-face {
 font-family: Museo-Sans-Cyrl-SemiBold; /* Имя шрифта */
 src: url(../fonts/Museo-Sans-Cyrl-SemiBold.otf); /* Путь к файлу со шрифтом */
}

@font-face {
 font-family: Museo-Sans-Cyrl-Bold; /* Имя шрифта */
 src: url(../fonts/Museo-Sans-Cyrl-Bold.otf); /* Путь к файлу со шрифтом */
}

@font-face {
 font-family: Museo-Sans-Cyrl-Regular; /* Имя шрифта */
 src: url(../fonts/Museo-Sans-Cyrl-Regular.otf); /* Путь к файлу со шрифтом */
}

@font-face {
 font-family: Museo-Sans-Cyrl-Thin; /* Имя шрифта */
 src: url(../fonts/Museo-Sans-Cyrl-Thin.otf); /* Путь к файлу со шрифтом */
}

p{
	margin-bottom: 0px;
}

ul{
	margin-bottom: 0px;
	padding-left: 0px;
}

li{
	list-style: none;
}

a:hover{
	text-decoration: none;
}

.header-top-line{
	height: 40px;
	background: #1B2754;
	display: flex;
	align-items: center;
}

.language-span{
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	transition: 0.3s ease-in-out;
}

.language-span:hover{
	color: #F0B323;
}

.languages-top-container, .languages-mobile-div{
	display: flex;
	justify-content: flex-end;
}

.languages-top-container .language-span:not(:first-child), 
.languages-mobile-div .language-span:not(:first-child){
	margin-left: 34px;
}

.header-top2-line{
	background: #22326E;
	padding: 17px;
	padding-bottom: 26px;
	padding-left: 0px;
	padding-right: 0px;
}

.ul-header-menu, .ul-mobile-menu{
	display: flex;
	justify-content: space-between;
}

.ul-header-menu li a, .ul-mobile-menu li a{
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.header-nav-container .row{
	display: flex;
    align-items: center;
}

.ul-header-menu li a:before{
	content: '';
	left: 0px;
	top: -27px;
	position: absolute;
	width: 100%;
	height: 0px;
	opacity: 0;
	background: #F0B323;
	transition: 0.2s;
}

.ul-header-menu li a:hover:before{
	height: 5px;
	opacity: 1;
}

.button-fill-questionnaire{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	transition: 0.3s ease-in-out;
	outline: none !important;
}

.title-about-site-main{
	font-family: Museo-Sans-Cyrl-Bold;
	font-size: 48px;
	line-height: 120%;
	color: #FFFFFF;
	position: relative;
}

.about-site-top-section{
	overflow: hidden;
	margin-bottom: 0px !important;
}

.slide-main{
	position: relative;
	padding-top: 153px;
	padding-bottom: 163px;
}

.slide-main:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: linear-gradient(95deg, #292828 0%, rgba(41, 40, 40, 0) 100%);
	mix-blend-mode: multiply;
}

.img-slide-main{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0px;
	top: 0px;
}

.row-about-site-main{
	position: relative;
	z-index: 1;
}

.default-site-text, .div-info-additional-circles ul li, .ul-club li{
	font-family: Museo-Sans-Cyrl-Regular;
	font-size: 18px;
	line-height: 140%;
}

.white-text{
	color: #FFFFFF;
}

.text-about-site-main{
	margin-top: 37px;
}

.button-fill-questionnaire{
	padding: 15px 32px;
	border-radius: 30px;
	border: 1px solid #FFFFFF;
	background: none;
	font-family: Montserrat-SemiBold;
	font-size: 16px;
	line-height: 20px;
	margin-top: 55px;
}

.black-title-section{
	color: #3D3D3D;
}


/* call to us & social */
.menu {
	filter: url("#shadowed-goo");
}

.menu-item, .menu-open-button, .call-to-us {
	border-radius: 100%;
	width: 60px;
	height: 60px;

	position: absolute;
	color: white;
	text-align: center;
	line-height: 62px;
	transform: translate3d(0, 0, 0);
	transition: transform ease-out 200ms;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.menu-item, .menu-open-button {
	background: #f5df4d;
}

#ic-float-tg {
	background-color: #229ED9;
}
#ic-float-ig {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
#ic-float-wa {
	background-color: #075E54;
}

.menu-open {
	display: none;
}

.hamburger {
	width: 25px;
	height: 3px;
	background: white;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	transition: transform 200ms;
}

.hamburger-1 {
	transform: translate3d(0, -8px, 0);
}

.hamburger-2 {
	transform: translate3d(0, 0, 0);
}

.hamburger-3 {
	transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1 {
	transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
	transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
	transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 40px;
	bottom: 40px;
	box-sizing: border-box;
	font-size: 30px;
	text-align: left;
	z-index: 100;
}

.call-to-us {
	position: fixed;
	right: 120px;
	bottom: 40px;
	font-size: 30px;
	box-sizing: border-box;
	transform: scale(1.1, 1.1) translate3d(0, 0, 0);
	z-index: 100;
	background: #79c300;
}

.call-to-us:hover {
	transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-item:hover {
	background: #285cc4;
}
.menu-item:nth-child(3) {
	transition-duration: 180ms;
}
.menu-item:nth-child(4) {
	transition-duration: 180ms;
}
.menu-item:nth-child(5) {
	transition-duration: 180ms;
}
.menu-item:nth-child(6) {
	transition-duration: 180ms;
}

.menu-open-button {
	z-index: 2;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-duration: 400ms;
	transform: scale(1.1, 1.1) translate3d(0, 0, 0);
	cursor: pointer;
}

.menu-open-button:hover {
	transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
	transition-timing-function: linear;
	transition-duration: 200ms;
	transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
	transition-duration: 190ms;
	transform: translate3d(0, -70px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
	transition-duration: 290ms;
	transform: translate3d(0, -140px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
	transition-duration: 390ms;
	transform: translate3d(0, -210px, 0);
}

@media (max-width: 500px) {
	.menu-item, .menu-open-button, .call-to-us {
		width: 45px;
		height: 45px;
		line-height: 47px;
	}

	.menu {
		right: 20px;
		bottom: 20px;
		width: 45px;
		height: 45px;
		font-size: 23px;
	}

	.call-to-us {
		right: 80px;
		bottom: 20px;
		width: 45px;
		height: 45px;
		font-size: 23px;
	}
	.menu-open:checked ~ .menu-item:nth-child(3) {
		transform: translate3d(0, -50px, 0);
	}
	.menu-open:checked ~ .menu-item:nth-child(4) {
		transform: translate3d(0, -100px, 0);
	}
	.menu-open:checked ~ .menu-item:nth-child(5) {
		transform: translate3d(0, -150px, 0);
	}
}

.conception-section{
	overflow: hidden;
}

.container-conception{
	position: relative;
}

.bg-conception{
	position: absolute;
    right: -114px;
    top: -172px;
	width: 72%;
	transform: rotate(-31deg);
}

.container-teacher-section{
	position: absolute;
}

.bg-teacher-section{
	position: absolute;
    right: -125px;
    top: -90px;
    width: 72%;
    transform: rotate(-26deg);
}

.img-conception{
	width: 100%;
}

.name-conception-line{
	display: flex;
	align-items: center;
	margin-top: 45px;
}

.name-conception-line span{
	margin-left: 16px;
}

.sub-title-main{
	font-family: Museo-Sans-Cyrl-SemiBold;
	font-size: 24px;
	line-height: 29px;
	color: #3D3D3D;
}

.black-text-1, .div-info-additional-circles ul li, .ul-club li{
	color: #7A8095;
}

.div-info-additional-circles ul{
	margin-top: 35px;
}

.div-info-additional-circles ul li:not(:first-child){
	margin-top: 10px;
}

.concept-text{
	margin-top: 34px;
}

.row-conceptions{
	margin-top: 68px;
	margin-left: -8px;
	margin-right: -8px;
}

.col-conception{
	padding-left: 8px;
	padding-right: 8px;
}

.row-conceptions-2{
	margin-top: 110px;
}

.div-conception-info{
	padding-left: 7%;
	padding-right: 7%;
}

.text-half-conception{
	margin-top: 16px;
	align-self: flex-start;
}

.half-conception-div{
	width: 50%;
	position: relative;
	display: flex;
	justify-content: center;
}

.conception-half-image{
	width: 100%;
	align-self: center;
}

.info-half-conception{
	position: absolute;
	bottom: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	padding: 38px;
	padding-top: 0px;
	width: 85%;
}

.info-conception-half-icon{
	margin-top: -47px;
}

.conceptions-bottom-divs{
	margin-top: 198px;
	display: flex;
}

.section-after-main{
	padding-top: 150px;
	overflow: hidden;
	position: relative;
}

.additional-circles-section{
	padding-top: 138px;
	padding-bottom: 215px;
}

.teacher-left-img-div{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 20%;
	max-width: 258px;
}

.div-outer-paper-left-teacher{
	width: 145%;
	max-width: 338px;
	right: -60%;
	top: 45px;
}

.education-right-img-div{
	position: absolute;
	right: 0px;
	top: 150px;
	width: 15%;
	max-width: 206px;
}

.div-outer-paper-right-education{
	width: 100%;
	max-width: 200px;
	right: 80%;
	top: -55px;
}

.additional-circles-right-img-div{
	position: absolute;
	right: 0px;
	bottom: 330px;
	width: 30%;
	max-width: 155px;
}

.div-outer-paper-right-additional-circles{
	width: 157%;
	max-width: 244px;
	right: 88%;
	top: 75px;
}

.additional-circles-left-img-div{
	position: absolute;
	width: 38.5%;
	max-width: 483px;
	top: 350px;
	left: 0px;
}

.div-outer-ball-boy{
	left: 189px;
	top: -60px;
	position: absolute;
	width: 47.5%;
	max-width: 229px;
}

.row-cols-info-additional-circles{
	position: relative;
}

.row-cols-info-additional-circles .col-md-6{
	display: flex;
	align-items: flex-start;
	padding: 22px;
}

.div-info-additional-circles{
	margin-left: 20px;
}

.row-additional-circles{
	margin-top: 195px;
	justify-content: flex-end;
	margin-left: -22px;
	margin-right: -22px;
}

.test-starts-text{
	margin-top: 36px;
}

.section-test-starts{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.test-starts-right-img{
	width: 38.3%;
	right: 0px;
	margin-left: auto;
}

.container-test-starts{
	position: absolute;
}

.col-fact{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fact-text{
	margin-top: 50px;
	text-align: center;
}

.section-facts{
	padding-top: 106px;
	padding-bottom: 95px;
	background: url("../images/bg-facts.jpg") no-repeat top;
	background-size: cover;
	margin-top: 100px;
}



.team {
	background: #FAFBFF;
	padding: 60px 0;
	position: relative;
}


.section__items-3-title {
	width: 100%;
	cursor: pointer;
}

.teamSwiper .swiper-slide {
	background: 0;
	border-radius: 12px;
	overflow: hidden;
}

.section__items-3 {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
}

.section__items-3-inner {
	position: relative;
	width: 100%;
	height: 380px;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.section__items-3:hover .section__items-3-inner {
	transform: rotateY(180deg);
}

.section__items-3-front,
.section__items-3-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section__items-3-front {
	background: #F9FBFF;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	color: #000;
}

.section__items-3-back {
	background: #22326E;
	color: white;
	transform: rotateY(180deg);
	overflow-y: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}

.section__items-3-back::-webkit-scrollbar {
	width: 5px;
}

.section__items-3-back::-webkit-scrollbar-track  {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;

}
.section__items-3-back::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 10px;

}
.section__items-3-back::-webkit-scrollbar-thumb:hover {
	background: #0d1e3f;
}

.ill-team-item-3 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section__item-3-title {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #000;
}

.section__item-3-subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #636363;
}

.section__items-3-info {
	padding: 15px;
	background: #fff;
	overflow: hidden;
	height: 125px;
}


.swiper-panel-3 {
	margin: 0 auto;
	bottom: 0;
	width: 75px;
	padding: 30px 0 0 0;
}

.swiper-btns-3 {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
}

.swiper-btn-prev-3-img:hover circle,
.swiper-btn-next-3-img:hover circle,
.swiper-btn-prev-3-img:hover circle,
.swiper-btn-next-3-img:hover circle {
	transition: 0.3s;
	fill:#17356f;
}

@media (min-width: 1350px) {
	.section__items-3-info {
		height: 200px;
	}
}





.club-section{
	margin-top: 100px;
}

.div-club{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.div-club-2{
	padding-top: 150px;
}

.container-club{
	position: absolute;
}

.club-right-img{
	width: 50%;
	margin-left: auto;
}

.row-container-club-2{
	justify-content: flex-end;
}

.education-left-img{
	width: 50%;
	margin-right: auto;
}

.container-club-2{
	margin-left: auto;
}

.text-club, .text-teacher{
	margin-top: 30px;
}

.ul-club{
	margin-top: 47px;
}

.ul-club li{
	display: flex;
	align-items: center;
}

.ul-club li:not(:first-child){
	margin-top: 20px;
}

.ul-club li img{
	margin-right: 14.5px;
}

.news-section{
	position: relative;
	margin-top: 400px;
}

.bg-news{
	position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: -30%;
}

.slide-news{
	position: relative;
	display: flex !important;
	justify-content: center;
	margin: 0 7.5px;
	border:none;
	outline: none;
	top: -40px;
}

.slide-news-div-info{
	padding: 36px 46px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: -30px;
	width: 75%;
}

.title-news{
	margin-top: 17px;
}

.date-news{
	font-family: Museo-Sans-Cyrl-Thin;
	font-size: 16px;
	line-height: 19px;
	color: #737A95;
}

.title-news{
	margin-top: 17px;
}

.news-img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.slick-news{
	margin-top: 24px;
	padding-left: 19.5%;
}

.slick-news .slick-list{
	padding:0 35% 0 0;
	padding-bottom: 35px;
}

.teacher-section{
	position: relative;
	padding-top: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding-bottom: 120px;
}

.paper-airplane-teacher{
	position: absolute;
	left: 0px;
	top: 30px;
}

.button-fill-questionnaire-teacher{
	margin-top: 50px;
	color: #3D3D3D;
	background: #F0B323;
}

.teacher-right{
	margin-left: auto;
	max-width: 569px;
	width: 44%;
	position: relative;
}

.teacher-right-mobile{
	display: none;
}

.reception-section{
	padding-top: 85px;
	padding-bottom: 60px;
	background: url("../images/bg-reception.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.row-reception{
	display: flex;
	justify-content: center;
}

.text-reception{
	margin-top: 35px;
}

.col-center-recption{
	text-align: center;
}

.button-fill-questionnaire-callback-reception{
	margin-top: 40px;
}

.button-fill-questionnaire-callback:hover, 
.button-fill-questionnaire-callback-reception:hover {
	background:#FFFFFF;
	color: #3D3D3D;
}

.button-download-presentation:hover {
	background: #f0b323;
	color: #000;
}

.text-footer{
	font-size: 16px;
	line-height: 160%;
}

.text-footer:hover{
	color: #FFFFFF;
}

.text-footer-1{
	margin-top: 36px;
}

.ul-menu-footer li a, .title-group-footer{
	font-family: Museo-Sans-Cyrl-Regular;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}

.ul-menu-footer li:not(:first-child){
	margin-top: 37px;
}

.phones-footer{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.mail-footer{
	color: #F0B323 !important;
	margin-top: 20px;
	display: flex;
}

.text-footer-time-work{
	margin-top: 80px;
}

.footer{
	padding-top: 101px;
	padding-bottom: 74px;
	background: #1B2754;
}

.row-footer{
	justify-content: space-between;
}

.col-footer{
	flex: initial;
	max-width: initial;
	width: auto;
}

.span-weekend-days{
	margin-top: 20px;
	display: flex;
}

.button-fill-questionnaire-teacher:hover{
	color: #FFFFFF;
}

.forms-overlay{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	background: #00000033;
	display: none;
}

.form-overlay{
	padding: 35px 70px;
	padding-bottom: 60px;
	background: #FFFFFF;
	display: flex;
	display: none;
	flex-direction: column;
	align-items: center;
	width: 700px;
	max-width: 100%;
	position: relative;
	transition: 0.3s ease-out;
	opacity: 0;
	position: absolute;
	top: 50%;  
    left: 50%;
    margin-top: 20%;
    transform: translate(-50%, -50%); 
}

.form-overlay.opened{
	opacity: 1;
	margin-top: 0px;
}

.close-form{
	position: absolute;
	right: 30px;
	top: 35px;
	cursor: pointer;
}

.text-form, .input-title-form, .input-form{
	font-size: 16px;
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 150%;
	color: #737A95;
}

.text-form{
	margin-top: 15px;
}

.input-title-form{
	color: #272727;
	margin-top: 0px;
}

.input-form{
	margin-top: 6px;
	border: 1px solid #737A95;
	border-radius: 6px;
	padding: 10px 10px;
	padding-left: 20px;
	width: 100%;
	box-shadow: 30px 30px 100px rgba(0, 0, 0, 0.05), inset 5px 5px 5px rgba(255, 255, 255, 0.1), inset -5px -5px 5px rgba(255, 255, 255, 0.1);
}

.col-inputs-form .input-form-div:not(:first-child){
	margin-top: 28px;
}

.row-inputs-form{
	margin-top: 37px;
}

.submit-form-overlay{
	background: #F0B323;
	border-radius: 6px;
	font-family: Montserrat-SemiBold;
	font-size: 14px;
	line-height: 17px;
	width: 100%;
	padding: 14px;
	border: none;
	outline: none;
	margin-top: 40px;
	color: #FFFFFF;
}

#input-file-form-teacher{
	width: 0px;
	height: 0px;
	opacity: 0;
	padding: 0px;
	position: relative;
	top: -26px;
    left: 32px;
}

.input-form-label-file{
	position: relative;
	cursor: pointer;
	background: #FFFFFF;
	z-index: 1;
	margin-bottom: 0px;
}

.input-form-label-file:after{
    content: "";
    width: 16px;
    height: 25px;
    background: url(../images/attach-file.svg) no-repeat center;
    top: 8px;
    right: 18px;
    position: absolute;
}

.tiny-footer-text{
	margin-top: 58px;
	font-family: Montserrat-Regular;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	opacity: 0.5;
}

.tiny-footer-text-2{
	margin-top: 64px;
}

.socials-footer{
	margin-top: 44px;
}

.socials-footer a:not(:first-child){
	margin-left: 30px;
}

.spans-hamburger{
	display: none;
}

.mobile-menu-div{
	display: none;
}

.mobile-bottom-footer{
	display: none;
}

.alert-success{
	margin-bottom: 0px;
}

.div-outer-float{
	position: absolute;
	animation: float 4s ease-in-out infinite;
}

.div-outer-float img, .img-first-in-parallax{
	position: absolute;
	width: 100%;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.slick-prev{
	left: 20px;
}

.slick-next{
	right: 20px;
}

.slick-prev:before, .slick-next:before{
	color: #edb520;
	opacity: 1;
	font-size: 35px;
}

.button-download-presentation{
	margin-left: 20px;
	border: 1px solid #f0b323;
	color: #f0b323;
}

@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1185px;
	}
}

@media screen and (max-width: 1440px){
	.bg-teacher-section{
    	right: 50px;
    	top: -50px;
    	width: 69%;
	}

	.slick-news{
		padding-left: 9%;
	}

	.div-outer-paper-left-teacher {
		top: 40px;
		right: -70%;
	}
}


@media screen and (max-width: 768px){
	.col-nav-menu-header{
		display: none;
	}

	.prometeus-logo-header{
		width: 125px;
	}

	.header-top-line{
		height: 30px;
	}

	.header-top2-line{
		padding-bottom: 17px;
	}

	.col-logo-header{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.spans-hamburger{
		display: flex;
		flex-direction: column;
	}
	
	.spans-hamburger span:nth-child(1){
		transform-origin: right top;
	}
	
	.spans-hamburger span:nth-child(3){
		transform-origin: bottom right;
	}
	
	.spans-hamburger span{
		height: 2px;
		background: #FFFFFF;
		width: 30px;
		transition: 0.3s ease-in-out;
	}

	.spans-hamburger span:not(:first-child){
		margin-top: 8.5px;
	}

	.spans-hamburger.active span:nth-child(1){
		transform: rotate(-45deg);
	}

	.spans-hamburger.active span:nth-child(2){
		opacity: 0;
	}

	.spans-hamburger.active span:nth-child(3){
		transform: rotate(45deg);
	}

	.header-top-line{
		display: none;
	}

	header{
		position: relative;
		z-index: 10;
	}

	.mobile-menu-div{
		position: fixed;
		left: 100%;
		top: 73px;
		bottom: 0px;
		width: 100%;
		background: red;
		background: #1b2754;
		display: flex;
		flex-direction: column;
		transition: 0.3s ease-in-out;
	}

	.mobile-menu-div.opened{
		left: 0px;
	}

	.ul-mobile-menu{
		margin-top: 25px;
    	flex-direction: column;
    	padding-left: 15px;
    	padding-right: 15px;
    	align-items: flex-end;
    	display: flex;
	}

	.ul-mobile-menu li{
		padding: 15px 0px;
	}

	.languages-mobile-div{
		margin-top: auto;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 40px;
	}

	.header-top2-line{
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
	}

	.about-site-top-section{
		margin-top: 73px;
	}

	.default-site-text, .div-info-additional-circles ul li, .ul-club li{
		font-size: 16px;
	}

	.slide-main {
    	padding-top: 100px;
    	padding-bottom: 100px;
	}

	.text-about-site-main {
    	margin-top: 22px;
	}

	.button-fill-questionnaire{
		font-size: 14px;
		margin-top: 28px;
	}

	.title-about-site-main{
		font-size: 28px;
	}

	.section-after-main{
		padding-top: 100px;
	}

	.row-conceptions{
		margin-top: 30px;
	}

	.row-conceptions .col-conception:not(:first-child){
		margin-top: 35px;
	}

	.name-conception-line{
		margin-top: 25px;
	}

	.concept-text{
		margin-top: 15px;
	}

	.sub-title-main{
		font-size: 22px;
	}

	.conceptions-bottom-divs{
		margin-top: 80px;
		flex-direction: column;
	}

	.half-conception-div{
		width: 100%;
	}

	.additional-circles-section{
		padding-top: 60px;
		padding-bottom: 150px;
	}

	.additional-circles-left-img {
    	top: 162px;
	}

	.row-cols-info-additional-circles{
		margin-top: 65px;
	}

	.paper-airplane-additional-circles-img {
    	right: 0px;
    	bottom: -126px;
    	width: 45%;
	}

	.container-test-starts{
		position: static;
	}

	.section-test-starts{
		flex-direction: column;
	}

	.test-starts-right-img, .club-right-img, .education-left-img{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 25px;
		height: 200px;
		object-fit: cover;
	}

	.fact-text{
		margin-top: 20px;
	}

	.row-facts .col-fact:not(:first-child){
		margin-top: 50px;
	}

	.col-fact img{
		width: 50px;
	}

	.section-facts{
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.container-club{
		position: static;
	}

	.div-club {
	    flex-direction: column-reverse;
	}

	.club-section{
		margin-top: 60px;
	}

	.news-section{
		margin-top: 150px;
	}

	.slick-news .slick-list{
		padding: 0px;
		/*padding-right : 15%;*/
	}

	.bg-news{
		top: -24%;
	}

	.slide-news-div-info {
    	padding: 15px 15px;
    }

    .title-news {
    	margin-top: 7px;
    	font-size: 16px;
	}

	.slide-news-div-info{
		width: 90%;
	}

	.slick-news {
    	padding-left: 0px;
	}

	.slick-slide img{
		object-fit: cover;
	}

	.paper-airplane-teacher {
    	top: 15px;
    	width: 45%;
	}

	.container-teacher-section{
		position: static;
	}

	.teacher-section{
		flex-direction: column;
		padding-bottom: 90px;
	}

	.teacher-right{
		display: none;
	}

	.teacher-right-mobile{
		display: block;
		right: -15px;
		top: 15px;
	}

	.bg-teacher-section {
    	right: 50px;
    	top: 200px;
    	width: 65%;
	}

	.tiny-footer-text{
		display: none;
	}

	.row-footer .col-footer:not(:first-child){
		margin-top: 45px;
	}

	.ul-menu-footer li:not(:first-child) {
    	margin-top: 25px;
	}

	.ul-menu-footer li a, .title-group-footer {
    	font-size: 20px;
    	line-height: 22px;
	}

	.text-footer-1{
		margin-top: 20px;
	}

	.text-footer-time-work {
    	margin-top: 20px;
	}

	.socials-footer{
		margin-top: 20px;
	}

	.footer {
    	padding-top: 80px;
    	padding-bottom: 80px;
	}

	.text-form, .input-title-form, .input-form{
		font-size: 14px;
	}

	.form-overlay{
		padding: 20px 15px;
	}

	.col-inputs-form .input-form-div:not(:first-child) {
    	margin-top: 15px;
	}

	.row-inputs-form .col-inputs-form:last-child{
		margin-top: 15px;
	}

	.form-overlay{
		height: 100%;
		overflow: scroll;
	}

	.close-form {
    	right: 15px;
    	top: 15px;
	}

	.row-inputs-form{
		margin-top: 25px;
	}

	.submit-form-overlay{
		margin-top: 40px;
	}

	.mobile-bottom-footer{
		display: flex;
		flex-direction: column;
		margin-top: 30px;
	}

	.mobile-bottom-footer .tiny-footer-text{
		display: block;
		margin-top: 10px;
	}

	.alert-success{
		top: 73px;
	}

	.additional-circles-left-img-div{
		display: none;
	}

	.row-additional-circles{
		margin-top: 0px;
	}

	.row-cols-info-additional-circles{
		margin-top: 30px;
	}

	.additional-circles-right-img-div{
		width: 25%;
		bottom: 185px;
	}

	.div-outer-paper-right-additional-circles{
		top: 50px;
	}

	.education-right-img-div{
		width: 28%;
		top: 85px;
	}

	.div-outer-paper-right-education{
		top: -25px;
	}

	.teacher-left-img-div{
		top: 20px;
		width: 28%;
	}

	.div-outer-paper-left-teacher {
		top: 23px;
		right: -76%;
	}

	.news-img{
		height: 270px;
	}

	.button-download-presentation{
		margin-left: 0px;
	}

	.languages-mobile-div{
		display: none;
	}
}



