@charset "utf-8";
@import "fonts.css";
@import "preloader.css";
@import "../scrollup/css/themes/image.css";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img, object, embed, video {
	max-width: 100%;
	vertical-align: bottom;
}

html {
   	height: 100% !important;
    margin: 0;
    padding: 0;
}
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;

}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
header {
}
ol,ul {
	/*list-style: none;*/
	padding-left: 50px;
}

a {
	text-decoration: none;
	color: #FFF;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 330px;
	text-align: right;
}
strong {
font-weight: bold;
}
/* Main CSS */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


/*Общие стили*/

/*Сервисные классы*/
input::-ms-clear {
   display: none;
}
input::-webkit-input-placeholder {
    color: #A9A9A9 !important;
	opacity: 1;
	font-weight: normal;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
input:focus::-webkit-input-placeholder {
	color: #A9A9A9;
	opacity: 0.5;
}
input:-ms-input-placeholder {
    color: #A9A9A9 !important;
	opacity: 1;
	font-weight: normal;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
input:focus:-ms-input-placeholder {
	color: #A9A9A9;
	opacity: 0.5;
}
input::-moz-placeholder {
    color: #A9A9A9 !important;
	opacity: 1;
	font-weight: normal;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;

}
input:focus::-moz-placeholder {
	color: #A9A9A9;
	opacity: 0.5;
}
input:-moz-placeholder {
    color: #A9A9A9 !important;
	opacity: 1;
	font-weight: normal;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
input:focus:-moz-placeholder {
	color: #A9A9A9;
	opacity: 0.5;
}

.focus-transition::-webkit-input-placeholder {
    color: #a9a9a9;
	opacity: 1;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.focus-transition:focus::-webkit-input-placeholder {
    color: rgba(169, 169, 169);
	opacity: 0.5;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.focus-transition:-ms-input-placeholder {
    color: #a9a9a9;
	opacity: 1;
	transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}
.focus-transition:focus:-ms-input-placeholder {
    color: rgba(169, 169, 169);
	opacity: 0.5;
	transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}
.focus-transition::-moz-placeholder {
    color: #a9a9a9;
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.focus-transition:focus::-moz-placeholder {
    color: rgba(169, 169, 169);
	opacity: 0.5;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.focus-transition:-moz-placeholder {
    color: #a9a9a9;
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.focus-transition:focus:-moz-placeholder {
    color: rgba(169, 169, 169);
	opacity: 0.5;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.transition {
	-webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
.noselected,
.noselected > * {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.noselected::selection {
	background: transparent;
}
.noselected::-moz-selection {
	background: transparent;
}
.overflow-hidden {
	overflow: hidden !important;
}
.vert-m {
	vertical-align: middle !important;
}
.vert-t {
	vertical-align: top !important;
}
.vert-b {
	vertical-align: bottom !important;
}
.vert-center:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.t_al_l {
	text-align: left !important;
}
.t_al_r {
	text-align: right !important;
}
.t_al_c {
	text-align: center !important;
}
.pos-absol {
	position: absolute;
}
.pos-rel {
	position: relative;
}
/*Сервисные классы конец*/

h1 {
	font-size: 3.5em;
}
h2 {
	font-size: 3em;
}
h3 {
	font-size: 2.5em;
}
h4 {
	font-size: 2em;
}
h5 {
	font-size: 1.5em;
}
h6 {
	font-size: 1em;
}

.header {
	background-color: transparent;
	padding: 2em 0;
	border-bottom: 3px solid #353535;
    border-top: 3px solid #353535;
	width: 80%;
    margin: 2em auto;

}
.header > .hideScrollbar > h2 {
	padding: 0 20px 20px;
}
.general_header {
	position: relative;
	font-size: 3.5em;
}
.order_service {
	text-align: center;
	font-size: 1em;
	padding: 1.5em 0 2em;
}
.order_service__link {
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #405ea0;
	border-radius: 3px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;

	font-size: 1.4em;
	font-weight: 600;
    color: #FFFFFF;
    border: none;
	outline: none;
}
.fixed_menu_panel {
	position: fixed;
	color: #FFF;
	text-align: center;
	right: 1.4em;
	bottom: 0.6em;
	padding: 0.8em 0.6em;
	background: #637cb3;
	z-index: 333;
}
.fixed_menu_panel__inner {
	width: 700px;
}
.fixed_menu_panel__messengers {
	font-size: 1.4em;
    color: #FFF;
}
.fixed_menu_panel__messengers__links {
	color: #FFF;
	font-size: 2em;
	text-align: center;
	padding: 0.4em 0 0;
}
.fixed_menu_panel__messengers__links > .fab {
	margin: 0 0.15em;
}
.fixed_menu_panel__messengers__links > .fab:hover {
	color: #a8c1f7;
}
.fixed_menu_panel__phone_wrapp {
	display: none;
}
.fixed_menu_panel__phone_wrapp > .fa-phone {
	transform: rotateY(180deg);
	margin-right: 0.2em;
}
.main_navigation {
	font-size: 1.4em;
	text-align: center;
	background-color: #839acc;
}
.main_navigation.fixed {
	position: fixed;
	width: 100%;
	z-index: 200;
}
.main_navigation-list {
	padding: 0.25em 1.2em;
	list-style: none;
}
.main_navigation-list > li {
	display: inline-block;
	margin: 0 0.5em;
}
.main_navigation-list > li > a {
	display: inline-block;
	
}
.main_navigation-list > li > a:hover {
	color: #cadbff;
	
}

#wrapper {
	margin-top: 0%;
	margin-bottom: -136px;
	min-height: 100%;
    height: 100%;
	height: auto !important;
    /* margin-bottom: -106px; /* отрицательный нижний отступ на высоту футера */
    padding: 0 10em;	
}

.main_container {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	padding: 4em 2em;
    font-size: 0.6em;
}
.main_container > h2 {
	text-align: center;
	margin-bottom: 0.6em;
	line-height: 1;
}
.main_container > .page_header_icon {
	display: block;
	font-size: 4em;
	margin: auto;
	text-align: center;
	color: #71afdc;
	margin-bottom: 0.6em;
}
.main_container > .page_header_icon.fa-pencil-ruler {
	color: #925d37;
}
.main_container > .page_header_icon.timer:before {
	display: inline-block;
	-webkit-animation: timer 3s infinite;
	-moz-animation: timer 3s infinite;
	-o-animation: timer 3s infinite;
	animation: timer 3s infinite;
}

@keyframes timer {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.main_container > article {
	font-size: 1.4em;
	font-family: 'Roboto', sans-serif;
}
.main_container > article > p {
	text-indent: 1.4em;
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 0.5em;
	color: #353535;
}
.main_container > article ul {
	padding-left: 2.8em;
	font-size: 1.1em;
	line-height: 1.6em;
}
.main_container > article q {
	font-style: italic;
	color: #000000;
	quotes: "«" "»";
}
.main_container > article q:before {
	content: open-quote;
}
.main_container > article q:after {
	content: close-quote;
}

/*Header*/
.sitename {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 900;
  max-width: 100%;
  color: #2f2c28;
}
.sitename sup {
	font-size: 20px;
	vertical-align: top;
}
.tagline {
	text-align: center;
	color: #2f2c28;
	font-size: 1.3em;
	padding: 0 1em;

	font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}



/*Основная страница*/
.block1 {
	display: table;
    width: 80%;
    min-height: 586px;
    font-size: 1.2em;
    text-align: center;
    position: relative;
    padding: 0;
    bottom: 0;
    left: 0;
    margin: 2em auto;
}
.order_button_wrapp {
	margin-top: 3em;
}
.order_button_wrapp > .order_button {
	display: inline-block;
	padding: 1em 4em;
	font-size: 1em;
	background: linear-gradient(180deg, #7ebd03 0%, #577302 100%);
	border-radius: 3px;
	max-height: 3.1599111em;
}
.order_button_wrapp > .order_button:active {
	padding-top: 1.1em;
}
.block_wrapp {
	display: table-cell;
	vertical-align: middle;
}
.block1 h1 a {
	color: inherit;
}
.block1 h2 a {
	color: #8e5319;
}
.block1 h2 .phone_number {
	color: #637cb3;
}
.email_img {
  display: inline-block;
  margin-top: 40px;
}
.block1 img {
	width: 100%;
	margin: 0;
}

/*Page 404*/
.page_404 {
	padding: 4em 1em;
	font-size: 1em !important;
}
.page_404 > article > p {
	font-size: 1.2em;
	text-align: center;
	text-indent: 0;
}
.page_404 a {
	color: #353535;
}
.page_404 a:hover {
	text-decoration: underline;
}
/*Page 404 end*/

/*Page services*/
.services_wrapp {
	text-align: center;
	font-family: Russia;
}
[class*='services_wrapp__service_'] {
	display: inline-block;
	text-align: center;
	margin: 1em auto;
	cursor: pointer;
}
[class*='services_wrapp__service_'] > .button {
	display: inline-block;
	color: #323232;
	border: 2px solid;
	padding: 0.3em 1.4em;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: ease-in-out 0.1s;
    -moz-transition: ease-in-out 0.1s;
    -o-transition: ease-in-out 0.1s;
    -ms-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;
}
[class*='services_wrapp__service_']:hover > .button {
	color: #FFFFFF;
}
.border_color_1 {
	border-color: #00BCD4 !important;
}
.border_color_2 {
	border-color: #ffa500 !important;
}
.border_color_3 {
	border-color: #839acc !important;
}
.border_color_4 {
	border-color: #8BC34A !important;
}
.border_color_5 {
	border-color: #ff5200 !important;
}
.services_wrapp__text_service {
	display: block;
	border-radius: 50%;
	border: 0.2em solid;
	padding: 0em;
	margin: 0.4em 0.5em;
	font-size: 1.6em;
	width: 6.5em;
	height: 6.5em;
	text-align: center;
	vertical-align: top;
	-webkit-transition: ease-in-out 0.1s;
    -moz-transition: ease-in-out 0.1s;
    -o-transition: ease-in-out 0.1s;
    -ms-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;
}
.services_wrapp__text_service > .text {
	display: inline-block;
	line-height: 1;
	width: 90%;
}
.services_wrapp__service_1:hover > .border_color_1 {
	background-color: #00BCD4;
	color: #FFFFFF;
}
.services_wrapp__service_2:hover > .border_color_2 {
	background-color: #ffa500;
	color: #FFFFFF;
}
.services_wrapp__service_3:hover > .border_color_3 {
	background-color: #839acc;
	color: #FFFFFF;
}
.services_wrapp__service_4:hover > .border_color_4 {
	background-color: #8BC34A;
	color: #FFFFFF;
}
.services_wrapp__service_5:hover > .border_color_5 {
	background-color: #ff5200;
	color: #FFFFFF;
}
.services_wrapp__service_1 .services_wrapp__text_service > .text {
	font-size: 0.9em;
}
.services_wrapp__service_2 .services_wrapp__text_service {
	font-size: 1.8em;
}
.services_wrapp__service_3 .services_wrapp__text_service {
	font-size: 2em;
}
.services_wrapp__service_3 .services_wrapp__text_service > .text {
	font-size: 0.88em;
}
.services_wrapp__service_4 .services_wrapp__text_service {
	font-size: 1.3em;
}
.services_wrapp__service_5 .services_wrapp__text_service {
	font-size: 1.6em;
}
.services_wrapp__service_5 .services_wrapp__text_service > .text {
	font-size: 0.8em;
}

/*Page services end*/

/*Page price*/
.service_packages_wrapp {
	font-family: Russia;
	padding: 1em 0;
	text-align: center;
	font-size: 1.3em;
}
.service_packages__one_package {
	display: inline-block;
	text-align: center;
	border: 3px solid #909090;
	padding: 0.6em 1.6em;
	border-radius: 3%;
	margin: 0.6em;
	color: #909090;
	cursor: pointer;
	-webkit-transition: ease-in-out 0.1s;
    -moz-transition: ease-in-out 0.1s;
    -o-transition: ease-in-out 0.1s;
    -ms-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;
}
.service_packages__one_package:hover,
.service_packages__one_package:focus,
.service_packages__one_package:active {
	color: #8BC34A;
	border-color: #8BC34A;
}
.service_packages__one_package > h3 > span {
	display: block;
	font-size: 0.6em;
}
.service_packages__one_package > .package_cost {
	font-size: 1em;
}
.service_packages__one_package > .package_order {
	display: block;
	color: #323232;
	padding: 0.2em 0.6em;
	margin-top: 0.6em;
	background-color: #9a9a9a;
	color: #FFF;
	-webkit-transition: ease-in-out 0.1s;
	-moz-transition: ease-in-out 0.1s;
	-o-transition: ease-in-out 0.1s;
	-ms-transition: ease-in-out 0.1s;
	transition: ease-in-out 0.1s;
}
.service_packages__one_package:hover > .package_order {
	background-color: #8BC34A;
}
.service_packages__one_package:focus > .package_order,
.service_packages__one_package:active > .package_order,
.service_packages__one_package > .package_order:active {
	background-color: #74a040;
}
/*Page price end*/

/*Подвал*/
.footer-push {
  height: 136px;
  margin: 0;
  padding-left: 5em;
  padding-right: 5em;
}
.footer {
	/* height: 106px; */
	background-color: transparent;
	margin: 2em auto;
	border-bottom: 3px solid #353535;
    border-top: 3px solid #353535;
	width: 80%;
	/*opacity: 0.7;*/
	-moz-transition: 0.3s; /* Для Firefox */
	-ms-transition: 0.3s; /* Для IE */
	-webkit-transition: 0.3s; /* Для Safari, Chrome, iOS */
	-o-transition: 0.3s; /* Для Opera */
	transition: 0.3s;
	z-index: 100;
  }
.footer:hover {
opacity: 1;
z-index: 100;
}
.footer a {
	color: #868686;
}
.footer a:hover{
text-decoration: none;
}
.footer__inner_content {
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}
.contacts {
  position: relative;
  font-size: 1.5em;
  color: #FFF;
  display: inline-block;
  margin: 1.4em 3%;
  vertical-align: top;
}
.contacts div {
  padding-bottom: 0.5em;
  font-size: 0.9em;
}
.contacts div:last-of-type {
	padding: 0;
}
.contacts__unit__name {
	color: #353535;
}
.contacts__unit > a {
	font-family: 'Roboto', sans-serif;

	font-weight: 700;
}
.c_telephone {
	width: 150px;
}
/*Контактная форма*/
.contact_form {
	margin: 3em auto auto;
	padding: 0.8em;
	font-size: 1.4em;
	width: 38%;
	border: 2px solid #c2d0ef;
	background-color: #FFFFFF;
	text-align: center;
	color: #323232;
}
.contact_form > header {
	color: #637cb3;
	font-size: 1.5em;
}
.contact_form > .close_button {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.5em;
	color: #9e9e9e !important;
	padding: 0.4em 0.4em;
	cursor: pointer;
}
.contact_form > .close_button:hover {
	color: #737373 !important;
}
.contact_form > button {
	font-size: 1em;
	border: none;
	padding: 0.4em 0.8em;
	background-color: #637cb3;
	border-radius: 4px;
	color: #FFF;
	margin: 0.8em auto;
	cursor: pointer;
	outline: none;
}
.contact_form > button:active {
	background-color: #425d9a;
}
.contact_form__field_wrapp {
	margin: 0.6em auto;
	text-align: left;
}
.contact_form__field_wrapp > label {
	display: block;
	margin-bottom: 0.4em;
	color: #757575;
}
.contact_form__field_wrapp > input,
.contact_form__field_wrapp > textarea {
	display: block;
	border-radius: 2px;
	border: 2px solid #cccccc;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #323232;
	padding: 0.2em 0.5em;
}
.contact_form__field_wrapp > input.error {
	border-color: #ef0909;
}
.contact_form__field_wrapp > textarea {
	resize: none;
	max-width: 100%;
	min-height: 150px;
	font-size: 0.8em;
	font-weight: normal;
	padding: 1em;
}
.contact_form__field_wrapp.lessons_quantity {
	display: none;
}
.contact_form__field_wrapp .lessons_quantity__text_block > [class*='text_'] {
	display: inline-block;
}
.contact_form__field_wrapp .lessons_quantity__text_block > .text_quantity {
	margin-left: 0.4em;
	font-size: 1.6em;
	color: #FF9800;
}
.contact_form__field_wrapp.check_is_human {
	margin-top: 1.2em;
}
.contact_form__field_wrapp.check_is_human > label {
	display: inline-block;
	vertical-align: top;
}
.contact_form__field_wrapp.check_is_human > .fa-user-alt {
	margin-left: 0.6em;
	color: #8BC34A;
	vertical-align: top;
}
.contact_form__field_wrapp.check_is_human input + .custom_checkbox {
	background: url("../img/checkbox-disabled-green.svg") no-repeat;
}
.contact_form__field_wrapp.check_is_human input:checked + .custom_checkbox {
	background: url("../img/checkbox-enabled-green.svg") no-repeat;
}
.check_is_human__click_block > .contact_form__field_error {
	font-size: 0.7em;
	font-family: 'Roboto', sans-serif;

	font-weight: 600;
}
.check_is_human__click_block__inner {
	display: inline-block;
	position: relative;
}
.check_is_human__click_block__inner > input {
	position: relative;
	font-size: 32px;
	width: 1em;
	height: 1em;
	vertical-align: bottom;
	margin: 0 0 0px 0.3em;
	padding: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}
.check_is_human__click_block__inner > .preloader {
	position: absolute;
	height: 0.8em;
	width: 0.8em;
	right: -34px;
	top: 13px;
	font-size: 6px;
	margin: 0;
}
.contact_form__field_error {
	display: none;
	color: #ef0909;
	font-size: 0.8em;
	padding: 0.2em 0;
}
.lesson_form_block {
	padding: 0 0 0.4em;
}
.lesson_form_block__type {
	display: inline-block;
	position: relative;
	margin-right: 2rem;
	font-size: 0;
	text-align: right;
}
.lesson_form_block__type > label {
	cursor: pointer;
	font-size: 1.7rem;
	padding-right: 0.4em;
}
.lesson_form_block__type input[type=radio] {
	position: relative;
	width: 1em;
	height: 1em;
	cursor: pointer;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 32px;
	vertical-align: bottom;
	z-index: 1;
}
.custom_checkbox,
.lesson_form_block__type__custom_checkbox {
	position: absolute;
	width: 1em;
    height: 1em;
    bottom: 0;
    right: 0;
    background-position: center center !important;
    background-size: 100% 100% !important;
    font-size: 32px;
	z-index: 0;
}
input + .custom_checkbox {
	background: url("../img/checkbox-disabled.svg") no-repeat;
}
input:checked + .custom_checkbox {
	background: url("../img/checkbox-enabled.svg") no-repeat;
}
.lesson_form_block__type input[type=radio] + .lesson_form_block__type__custom_checkbox {
	background: url("../img/checkbox-disabled.svg") no-repeat;
}
.lesson_form_block__type input[type=radio]:checked + .lesson_form_block__type__custom_checkbox {
	background: url("../img/checkbox-enabled.svg") no-repeat;
}
.final_notification_wrapp {
	height: 100%;
	text-align: center;
}
.final_notification {
	display: inline-block;
	position: relative;
	color: #323232;
	font-size: 30px;
	width: 450px;
	padding: 1.5em 1em;
	background-color: #FFFFFF;
}
.final_notification .error {
	color: #ef0909;
}
.final_notification__text_2 {
	font-size: 0.84em;
}
.final_notification a {
	color: #637cb3;
}
.final_notification__phone {
	display: inline-block;
	margin: 0.5em 0;
}
.final_notification__phone + div {
	font-size: 0.7em;
}
.final_notification__close {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	padding: 12px;
	text-align: right;
	color: #9e9e9e !important;
	cursor: pointer;
}
.final_notification__close:hover {
	color: #737373 !important;
}
.modal_window_form {
	height: 100%;
	text-align: center;
	font-size: 16px;
	padding: 0 1em;
}
.modal_window_form > form {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0;
	border: 0 none;
	padding: 1.8em 1.8em 0.8em 1.8em;
}
.modal_window_form > form .close_button {
	display: block;
}
.modal_window_form > form .contact_form__field_wrapp.message {
	display: none !important;
}
.modal_window_form > form.pricePage .contact_form__field_wrapp.lessons_quantity {
	display: block;
}
.modal_window_form > .contact_form .lesson_form_block__type > label {
	font-size: 1.5rem;
}

/*Адаптированные стили*/
@media screen and (max-width: 320px) {
	.block_wrapp {
		font-size: 10px !important;
	}
	.final_notification {
		position: absolute;
		top: 30%;
		left: 50%;
		margin-left: -50%;
		width: 100% !important;
	}
}

@media screen (min-width: 321px) and (max-width: 400px) {
	.final_notification {
		width: 280px !important;
	}
}
@media screen and (max-width: 400px) {
	#wrapper {
		margin-bottom: -117px;
	}
	
	.block1 {
		/* padding: 0 20px 20px 20px !important; */
	}
	.block1 h1,
	.block1 h2 {
		font-size: 2.4em !important;
	}
	.email_img {
		margin-top: 30px !important;
	}
	.block_wrapp {
		font-size: 12px;
	}
	.contact_form {
		font-size: 1.8em;
	}
	.modal_window_form > .contact_form {
		font-size: 1rem;
	}
	.contacts {
		font-size: 1.28em;
	}
}
@media screen and (max-width: 480px) {
	.fixed_menu_panel__phone_wrapp,
	.fixed_menu_panel__messengers {
		display: block !important;
		width: 100% !important;
		padding: 0 !important;
	}
	.fixed_menu_panel__phone_wrapp,
	.fixed_menu_panel__messengers__links {
		text-align: center !important;
	}
	.fixed_menu_panel__phone_wrapp {
		margin-bottom: 0.5em;
	}
	.final_notification {
		font-size: 22px;
		width: 320px;
	}
	.main_navigation-list > li {
		margin: 0.25em 0.5em;
	}
	.modal_window_form > form {
		padding: 1.8em 0.8em 0.8em 0.8em;
	}
	.check_is_human__click_block__inner > label {
		display: block;
	}
	.check_is_human__click_block__inner > input {
		margin-top: 0.4em;
		margin-left: 0;
	}
	.check_is_human__click_block__inner > .preloader {
		right: auto;
		top: auto;
		left: 12em;
		bottom: 2em;
	}
	.check_is_human__click_block__inner .custom_checkbox {
		right: auto;
		left: 0;
	}
}
@media screen and (min-width: 481px) {
	.main_navigation-list {
		padding: 0.32em 1.5em;
	}
	.main_container {
		padding: 4em 3em;
	}
}
@media screen and (max-width: 540px) {
	#wrapper {
		padding: 0;
	}
	.block1 {
		font-size: 14px !important;
	}
	.block1 img	{
		/* width: 50% !important; */
	}
	.email_img {
		font-size: 0.8em;
	}
	.fixed_menu_panel__phone_wrapp {
		font-size: 20px !important;
	}
	.fixed_menu_panel__messengers__links {
		font-size: 1.6em !important;
	}
	.lesson_form_block__type > label {
		font-size: 1.4rem;
	}
	.modal_window_form > .contact_form .lesson_form_block__type > label {
		font-size: 1.2rem;
	}
	.main_container {
		padding: 4em;
	}
}
@media screen and (min-width: 541px) {
	.main_navigation {
		font-size: 1.6em;
	}
}
@media (min-width: 481px) and (max-width: 540px) {
	#wrapper {
		padding: 0;
	}
	.fixed_menu_panel__phone_wrapp {
		width: 55% !important;
	}
	.fixed_menu_panel__messengers {
		width: 45% !important;
	}
}
@media screen and (max-width: 768px) {
	.block1 h1 {
		font-size: 2.6em !important;
	}
	.contact_form {
		width: 100%;
	}
	.modal_window_form > .contact_form {
		width: 96%;
	}

	.fixed_menu_panel__inner {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.contact_form {
		width: 66%;
	}
	.modal_window_form > .contact_form {
		width: 70%;
	}
	.main_container {
		font-size: 0.8em;
	}
	.main_container > article {
		font-size: 1.3em;
	}
}

@media (min-width: 541px) and (max-width: 799px) {
	#wrapper {
		padding: 0;
	}

	.block1 {
		font-size: 16px !important;
	}
}

@media screen and (min-width: 800px) {
	.sitename {
		font-size: 3.7em;
    	font-weight: 900;
    	color: #2f2c28;
	}
	.tagline {
		font-size: 12px;
	}
}

@media screen and (max-width: 1000px) {

	.header {
		font-size: 12px;
	}
	.block1 {
		min-height: 0;
		font-size: 17.5px;
		/* padding: 0 40px 40px 40px; */
	}
	.block1 img {
		/* width: 40%; */
	}
	
	.fixed_menu_panel {
		position: relative;
		bottom: auto;
		right: auto;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
	}
	.fixed_menu_panel.fixed {
		position: fixed;
	}
	.fixed_menu_panel__inner_1 {
		padding: 1em;
	}
	.fixed_menu_panel__inner {
		font-size: 0;
		margin: auto;
	}
	.fixed_menu_panel__phone_wrapp,
	.fixed_menu_panel__messengers {
		display: inline-block;
		width: 50%;
		font-size: 24px;
		vertical-align: middle;
	}
	.fixed_menu_panel__phone_wrapp {
		text-align: left;
		padding-left: 0.5em;
	}
	.fixed_menu_panel__messengers {
		padding-right: 0.5em;
	}
	.fixed_menu_panel__messengers__header {
		display: none;
	}
	.fixed_menu_panel__messengers__links {
		padding: 0;
		text-align: right;
	}
	.order_service {
		padding: 1.8em 0 0.8em;
	}
}

@media screen and (min-width: 1001px) {
	.contact_form,
	.modal_window_form > .contact_form {
		width: 56%;
	}
	.fixed_menu_panel__inner_1 {
		width: auto !important;
		max-width: none !important;
	}
	.fixed_menu_panel__inner {
		width: auto;
	}
	.main_navigation {
		font-size: 1.4em;
	}
	.main_container {
		font-size: 1em;
	}
	.main_container > article {
		font-size: 1.2em;
	}
}

@media screen and (min-width: 1201px) {
	#wrapper {
		width: 80%;
    	margin-left: auto;
    	margin-right: auto;
	}
	.block1 img {
		/* width: 20%; */
	}
	.contact_form {
		width: 50%;
	}
	.modal_window_form > .contact_form {
		width: 46%;
	}
}

@media screen and (min-width: 1360px) {
	.main_navigation {
		font-size: 1.6em;
	}
	.contact_form {
		width: 44%;
	}
	.modal_window_form > .contact_form {
		width: 40%;
	}
	.main_container {
		font-size: 1.2em;
	}
	.main_container > article {
		font-size: 1em;
	}
	.page_404 {
		font-size: 1.4em !important;
	}
}
@media screen and (min-width: 1480px) {
	.block1 img {
		/* width: 17%; */
		margin: 0.5em 0 1em;
	}
	
	.contact_form {
		width: 40%;
	}
	
	.modal_window_form > .contact_form {
		width: 38%;
	}
}

@media screen and (max-width: 1600px) {
	.block1 h1 {
		font-size: 3em;
	}
	.block1 h2 {
		font-size: 2.5em;
	}
}
@media screen and (min-width: 1601px) {
	.contact_form {
		width: 34%;
	}
}

@media screen and (min-width: 1681px) {
	.modal_window_form > .contact_form {
		width: 32%;
	}
}