@media (prefers-reduced-motion: no-preference) {
    :root {
    scroll-behavior: smooth;
    }
}

@font-face {
		font-family: "Colus-Regular";
		src: url("../fonts/Colus-Regular.woff");
}

@font-face {
		font-family: "Commissioner-Regular";
		src: url("../fonts/Commissioner-Regular.woff");
}

@font-face {
		font-family: "Commissioner-Bold";
		src: url("../fonts/Commissioner-Bold.woff");
}

.Colus_regular {
	font-family: Colus-Regular;
}

.Commissioner_bold {
	font-family: Commissioner-Bold;
}

.Commissioner_regular {
	font-family: Commissioner-Regular;
}

.promo {
	background: #B2E3FC;
	border-radius: 10px;
	border: 2px solid #FFFFFF;
	color: #21429F;
	font: 16pt Commissioner-Bold;
	position: fixed;
	padding: 0px;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	z-index: 300;
}

body {
	background: url("../images/body_bg.png");
	cursor: url("../images/cat_cursor.cur"), pointer;
	padding: 0;
	margin: 0;
}

.mobile-html {
	display: none;
}

.desktop-html {
	display: block;
}

.site {
	background: #FFFFFF;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 1000px;
}

#header {
	background-color: #B2E3FC;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: srace-between;
	font-size: 12pt;
	margin: 0;
	width: 100%;
}

#header_part1 {
	display: block;
	padding: 0 0 0 100px;
}

#header_part2 {
	display: block;
	text-align: left;
	padding: 0 0 0 168px;
}

#header_part2 p img {
	height: ;
	width : ;
}

#header_part3 button {
	display: block;
	color: #EBEAEA;
	cursor: pointer;
	background-color: #21429F;
	border: none;
	border-radius: 8px;
	font: 12pt Commissioner-Bold;
	height: 30px;
	margin: 24px 0 0 22px;
	width: 150px;
}

#header_part3 button:hover {
	background-color: #345CA3;
}

.mobile-header {
	background: #B2E3FC;
	display: none;
}



#section01 {
	background-color: #FFF;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0px;
}

#section01, #title_container, #title_img_wrapper {
	background: url(../images/title_bg.png);
	background-repeat: repeat;
}

#title_container {
	margin: 0px 0 0px 0;
	padding: 5% 0 0 10%;
}

#title_logo, #title_logo img {
	height: 151px;
	width : 130px;
	margin: 0 auto 2% auto;
}

#brandname p {
	color: #21429F;
	font: 32pt Colus-Regular;
	text-align: center;
	margin: 0;
}

#slogan p {
	color: #403E3E;
	font: 16pt Colus-Regular;
	text-align: center;
}

#title_button, #title_button button {
	cursor: pointer;
	height: 30px;
	width: 150px;
	margin: 0 auto 0 auto;
	color: #EBEAEA;
	background-color: #21429F;
	border: none;
	border-radius: 8px;
	font: 14pt Commissioner-Bold;
}

#title_button button:hover {
	background-color: #00B0F2;
}

#title_img_wrapper, #title_img_wrapper img {
	height: 368px;
	width: 426px;
}

#title_img_wrapper {
	margin-top: 150px;
}

#section02 {
	color: #403E3E;
	background: url("../images/why_bg_1000.png");
	background-repeat: no-repeat;
	height: 564px;
	width: 100%;
}

h1 {
	color: #403E3E;
	font: 32pt Commissioner-Bold;
	font-weight: 400;
	margin: 0;
	padding: 24px 0 0 0;
	text-align: center;
}

#why_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 800px;
	margin: 30px auto 0 auto;
}

.why_text {
	margin: 20px 0;
	height: 60px;
	width: 260px;
}

.why_text p {
	color: #403E3E;
	font: 12pt Commissioner-Regular;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 12pt;
}

.cell img {
	height: 60px;
	margin: 0 0 0 100px;
	width: 60px;
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	padding: 10px;
}

.blank {
	display: none;
}

#section03 {
	color: #403E3E;
	background: url("../images/title_bg.png");
	background-repeat: repeat;
}

.services_article_bg {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: #B2E3FC;
	border-radius: 20px;
	width: 800px;
	margin: 28px auto 0 auto;
}

.services_article_img, .services_article_img img {
	height: ;
	width: 362px;
	margin: auto 0 auto 0;
	padding: 0 20px;
}

.services_article_contents {
	width: 500px;
	margin: 28px 10px;
}

.services_article_contents h2 {
	color: #403E3E;
	font: 16pt Commissioner-Bold;
	text-align: left;
}

.services_article_contents p {
	color: #403E3E;
	font: 14pt Commissioner-Regular;
	font-weight: 400;
	line-height: 16pt;
	text-align: left;
}

.services_button {
	color: #EBEAEA;
	cursor: pointer;
	background-color: #21429F;
	border: none;
	border-radius: 8px;
	font: 16pt Commissioner-Bold;
	height: 40px;
	margin: 0 0 16px 10px;
	width: 190px;
}

.services_button:hover {
	background-color: #3E5480;
}

#section04 {
	background-image: url("../images/lessons_atmosphere_bg_1000.png");
	color: #403E3E;
	background-repeat: no-repeat;
	padding: 0 0 28px 0;
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;	
}

#slider_container {
	border: none;
	border-radius: 0px;
	margin: 50px auto 50px auto;
	height: 560px;
	width: 800px;
}

#section05 {
	color: #403E3E;
	background-color: #B2E3FC;
	border-top: none;
	border-radius: 0px;
	width: 100%;
	margin-top: -28px;
	padding: 30px 0;
}

#section05_content_container {
	background-color: #B2E3FC;
	width: 800px;
	border: 6px solid #fff;
	border-radius: 28px;
	margin: 28px auto 28px auto;
	padding: 20px 10px;
}

#section05_content_container h3 {
	color: #403E3E;
	font: 20pt Commissioner-Bold;
	text-align: left;
}

#section05_content_container p {
	color: #403E3E;
	font: 14pt Commissioner-Regular;
	text-align: left;
}

#teacher_photo_container, #teacher_photo_container img  {
	height: 230px;
	width: 230px;
}

#teacher_photo_container img {
	height: 230px;
	width: 230px;
}

#teacher_photo_container {
	margin: -72px 0 0 630px;
}

#teacher_text_container {
	margin-top: -190px;
	width: 610px;
}

#section06 {
	color: #403E3E;
	background: url("../images/contacts_bg_1000.png");
	background-repeat: no-repeat;
	padding: 50px 0 50px 0;
}

#cat_traces {
	padding: 0px 0 0 916px;
}

#cat_traces img {
	height: 106px;
	width: 81px;
}

#contacts_bg {
	background-color: #B2E3FC;
	width: 820px;
	padding: 10px 0;
	margin: -132px auto 0 auto;
	border-radius: 38px;
}

#contacts_container {
	width: 780px;
	border: 6px solid #fff;
	border-radius: 28px;
	margin: 4px auto 4px auto;
	padding: 0 10px;
}

.yandex_maps {
	padding: 28px 0;
	border-radius: 28px;
}

#contact_info_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;	
}

#contact_info p {
	color: #403E3E;
	font: 14pt Commissioner-Regular;
	text-align: left;
	width: 400px;
}

p img {
	height: 16px;
	width: 48px;
}

#tel_no {
	font: 16pt Commissioner-Regular;
	margin: -30px 0 0 0;
}

#club_entrance {
	padding: 10px;
}

#club_entrance img {
	width: 320px;
}

#footer {
	color: #403E3E;
	background-color: #E2E2E2;
	font-size: 14pt;
	padding: 20px 0;
	height:;
	width: 100%;
	text-align: center;
}

#order_form {
	visibility: hidden;
	position: fixed;
	top: -100px;
	left: 395px;
	border: 6px solid #fff;
	border-radius: 28px;
	font-size: 18pt;
	margin: 260px auto 0 auto;
	background-color: #B2E3FC;
	height: 388px;
	width: 558px;
	padding: 8px 0 0 56px;
	z-index: 1000;
}

#close_cross {
	cursor: pointer;
	height: 30px;
	width: 30px;
	margin: -10px 0 0 -50px;
}

#form_logo {
	height: 84px;
	width: 72px;
	margin: 0 0 0 478px;
}

form {
	margin: -84px 0 0 0;
}

input {
	font-size: 18pt;
}

input[type="submit"] {
	margin-top: 18px;
	font-size: 16pt;
	color: #EBEAEA;
	cursor: pointer;
	background-color: #21429F;
	border: none;
	border-radius: 8px;
	height: 40px;
	width: 190px;
}

input[type="submit"]:hover {
	background-color: #345CA3;
}

#feedbacks_section {
	background: #C0E2FB;
	border-radius: 16px;
	padding: 0 0 48px 0;
}