body {  
	margin: 0; 
	padding: 0;
	font-family: 'Gotham_Pro', sans-serif;
	overflow-x: hidden;
	background-color: #F6F6F6;
}
p{
	margin:0px;
	padding: 0px;
}
header{
	max-width: 1240px;
	margin: 0 auto;
}
.priv_arrow{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 100;
	background-image: url("../images/arL.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.next_arrow{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 100;
	background-image: url("../images/arR.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.slider{
	width: 100%;
	height: 300px;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
}
.sliderSlide{
	width: 100%;
	height: 300px;
}
.sS1{
	background-image: url("../images/fonSlide.jpg");
	background-size: cover;
	background-position: center;
}
header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 10px;
}
.navHeader{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 1 auto;
	            flex: 0 1 auto;
}
.navHeader_item_p{
	text-align: center;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	border-bottom: 0px solid black;
	margin-bottom: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.navHeader_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	color:#000;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.navHeader_item:hover .navHeader_item_p{
	border-bottom: 2px solid black;
	margin-bottom: 0px;
}
.logo{
	width: 150px;
}
.socialHeader{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 100%;
	        flex: 0 1 100%;
}
.socialHeader img{
	width: 36px;
	height: 36px;
	margin: 0px 5px;

}
.socialHeader .openListNum{
	width: 12px;
	height: 7px;
	margin-left: 5px;
	cursor: pointer;
}
.socialHeader .telephones_Wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}
.socialHeader .telephones_Wrap .telephones {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}
.socialHeader .telephones_Wrap .telephones a {
	color:#000;
	text-decoration:none;

}
.socialHeader .telephones_Wrap .telephones a:not(:first-child) {
	display: none;
}

header {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 10px 10px 30px 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lang_switcher {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0 15px 0 0;
}
.headerWrap {
	width: 100%;
	margin-right: 15px;
	border-left: 3px solid black;
}
.lang_switcher li {
	list-style: none;
	margin-right: 10px;
	opacity:0.65;
}
.lang_switcher li.current-lang, .lang_switcher li:hover {
	opacity:1;
}
.lang_switcher li a {text-decoration:none;}
.lang_switcher li span {
	margin-right:2px !important;
	margin-left: 2px !important;
	font-size: 14px;
	color: #000;
	text-transform:uppercase;
	margin-left:0.3em;
}

.lang_switcher li.current-lang span,
.lang_switcher li:hover a span,
.lang_switcher li:hover span {
	font-weight:600;
}
.navHeader_item{
	margin: 0px 10px;
}
.navHeader_item:nth-child(1) .navHeader_item_img{
	width: 42px;
	margin-bottom: 3px;
}
.navHeader_item:nth-child(2) .navHeader_item_img{
	width: 60px;
	margin-bottom: 2px;
}
.navHeader_item:nth-child(3) .navHeader_item_img{
	width: 50px;
}
.navHeader_item:nth-child(4) .navHeader_item_img{
	width: 48px;
}
.navHeader_item:nth-child(5) .navHeader_item_img{
	width: 48px;
}
.hederLeft{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.named_and_num{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	
	width: 100%;
}
.named_and_num_p{
	font-weight: bold;
	font-size: 26px;
	color:#323232;
	text-decoration:none;
}
.named_and_num, .named_and_num_p {
	padding-left: 10px;
}
.rowZag{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1240px;
	margin: 20px auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rowZag_img{
	width: 50px;
}
.rowZag_p{
	font-size: 28px;
	font-weight: bold;
	margin-left: 20px;
}
.itemsRow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1240px;
	margin: 0 auto;
}
.item{
	width: 33.3%;
	max-height: 320px;
	height: 320px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	margin: 2%;
	position: relative;
}
.item{
	background-size: cover;
	background-position: center top;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.2);
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.itemBG{
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(transparent , rgba(0,0,0,.0));
	background: -webkit-gradient(linear , left top, left bottom , from(transparent) , to(rgba(0,0,0,.0)));
	background: linear-gradient(transparent , rgba(0,0,0,.0));
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.item:hover .menuToShow{
	bottom: -50%;
}
.item:hover .itemBG, .sliderSlide:hover .itemBG{
	background: -o-linear-gradient(transparent , rgba(0,0,0,.5));
	background: -webkit-gradient(linear , left top, left bottom , from(transparent) , to(rgba(0,0,0,.5)));
	background: linear-gradient(transparent , rgba(0,0,0,.5));
}
.item:hover .menuHidden{
	bottom: 0px;
}
.item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menuToShow{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menuHidden{
	position: absolute;
	bottom: -50%;
	left: 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.menuToShow_p{
	color: #ffffffe0;
	font-size: 14px;
}
.menuToShow_price{
	background-color: #DC3545;
	font-weight: bold;
	padding: 15px 10% 15px 8%;
	border-radius: 30px 0px 0px 0px;
	color: white;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
	text-align: center;
}
.menuToShow{
	background-color: rgba(0,0,0,.5);
}
.menuHidden_more{
	color: white;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menuHidden_more img{
	margin-right: 10px;
}
.menuHidden_price{
	color: white;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #DC3545;
	border-radius: 30px 0px 0px 0px;
}
.menuHidden_price img{
	margin-right: 10px;
}
.menuHidden_more img{
	width: 30px;
}
.sale{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #6FCF97;
	padding: 10px 20px;
	border-radius: 0px 0px 0px 20px;
	color: white;
	font-weight: bold;
}

.sertSect_once_left{
	width: 470px;
	height: 300px;
	background-position: center;
	background-size: cover;
}
.sertSect_once_button_gif{
	width: 40px;
	height: 30px;
	padding-bottom: 20px;
}
.sertSect{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1240px;
	margin: 20px auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.sertSect_once{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 30px;
	margin-right: 30px;
	cursor: pointer;
	text-decoration:none;
	color:#000;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.sertSect_once:hover {
	color:#f5373d;
}
.sertSect_once_button_p{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 400px;
}
.sertSect_once_button{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ebe7e3;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mainInfo{
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:60px;
}
.mainInfo_left{
	background-color: white;
	border-radius: 30px;
	width: 63%;
	padding-bottom: 30px;
}
.mainInfo_left_foto{
	background-position: center;
	background-size: cover;
	background-image: url("../images/bgItem.jpg");
	border-radius: 30px;
	overflow: hidden;
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 20px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainInfo_right{
	width: 35%;
}
.mainInfo_left_foto_h{
	font-size: 40px;
	font-family: "Gotham_Pro_Medium";
	color: white;
	margin:0;
	font-weight:400;
}
.mainInfo_left_foto_bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-top: 20px;
}
.mainInfo_left_foto_bottom_img{
	margin-right: 10px;
	width: 25px;
}
.mainInfo_left_foto_bottom_p{
	font-size: 16px;
	color: #fff;
}
.mainInfo_left_foto_button{
	position: relative;
	margin:30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}
.mainInfo_left_foto_button_left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 40px;
	border-radius: 15px;
	background-color: #DC3545;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: "Gotham_Pro";
	font-weight: bold;
	color: white;
	background: -o-linear-gradient(top, #FF954A -51.45%, #DC3545 -51.44%, #DC3545 48.55%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-51.45%, #FF954A), color-stop(-51.44%, #DC3545), color-stop(48.55%, #DC3545));
	background: linear-gradient(180deg, #FF954A -51.45%, #DC3545 -51.44%, #DC3545 48.55%);
	-webkit-box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.2);
	/*cursor:pointer;*/
	text-decoration:none;
}
.mainInfo_left_foto_button_left_img{
	margin-right: 25px;
	width: 20px;
}
.mainInfo_left_foto_button_right{
	position: relative;
	left: -20px;
	background: -o-linear-gradient(top, rgba(255, 149, 74, 0.7) -51.45%, rgba(220, 53, 69, 0.7) -51.44%, rgba(220, 53, 69, 0.7) 48.55%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-51.45%, rgba(255, 149, 74, 0.7)), color-stop(-51.44%, rgba(220, 53, 69, 0.7)), color-stop(48.55%, rgba(220, 53, 69, 0.7)));
	background: linear-gradient(180deg, rgba(255, 149, 74, 0.7) -51.45%, rgba(220, 53, 69, 0.7) -51.44%, rgba(220, 53, 69, 0.7) 48.55%);
	border-radius: 0px 20px 20px 0px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 40px;
}
.mainInfo_right_item{
	width: 100%;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 200px;
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 10px;
}
.mri1{
	background-image: url("../images/MoreItem.jpg");
}
.mri2{
	background-image: url("../images/MoreItem.jpg");
}
.mainInfo_right_item_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	color: white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainInfo_right_item_row_p{
	font-family: "Gotham_Pro";
	font-weight: bold;
	color: #ffffff;
	
}
.mainInfo_right_item_row_button{
	background-color: #dc3545b8;
	border-radius: 20px 0px 0px 0px;
	font-weight: bold;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}
.mainInfo_right_item_row_p, .mainInfo_right_item_row_button {
	padding: 10px 15px;
}
.mainInfo_left_p{
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainInfo_left_p p {
	margin-bottom:1em;
}
.mainInfo_left_p p:last-child {
	margin-bottom:0;
}
.mainInfo_right_tel{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #FFE5E5;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50px;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	color: black;
	text-decoration: none;
}
.mainInfo_right_tel_img{
	width: 50px;
	margin-right: 15%;
}
.mainInfo_right_tel_p{
	font-family: "Gotham_Pro_Bold";
	font-size: 22px;
}
.menuTop{
	display: none;
}
.hederLeft > a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
}

.popUpMenu_bg{
	width: 100%;
	height: 100%;
	background-color: #ffffff00;
	position: absolute;
	z-index: 10001;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.popUpMenu{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 10000;
}
.popUpMenu_menu{
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
	z-index: 100000;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	right: -100px;
	background-color: white;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.close{
	width: 30px;
	margin: 30px 0px;
}
.popUpMenu_menu .navHeader_item{
	margin-bottom: 20px;
}
.popUp_img1{
	width: 30px !important;
}
.popUp_img5{
	width: 40px;
}


/* call back */
.call_back_wrapper {
	background-color: #022c46;
	padding: 40px 15px;
}
.call_back {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.call_back_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.call_back_left p {
	font-size: 35px;
	color: white;
	margin-left: 20px;
}

.call_back_left img {
	width: 110px;
}

.call_back_right_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input_num {
	width: 300px;
	font-size: 20px;
	color: #888;
	padding: 15px;
}

.submit_num {
	background-color: #dc3545;
	padding: 15px;
	font-size: 20px;
	color: white;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.alfacrm-title {
	display: none;
}

.alfacrm-success {
	margin: 20px;
	color: #dc3545;
}
.main__page_text {
	margin-bottom:30px;
	padding:0 15px;
}
.main__page_text p {
	margin-bottom:15px;
}



.reviews_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 40px 0;
	background-color: #dc3545;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.reviews_header p {
	color: white;
	font-size: 50px;
	margin: 0;
}

.reviews_header .reviews_header_h {
	font-size: 3em;
	color: white;
	font-weight: 900;
}

.review_item {
	border-radius: 85px 20px 20px 85px;
	border: #dc3545 solid 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 5%;
}

.photo img {
	width: 150px;
	margin: 8px 15px 4px 11px;
	border-radius: 85px;
}

.google_reviews .name {
	text-align: center;
	font-size: 1.2em;
	margin: 10px 0;
}

.google_reviews .name a {
	text-decoration: none;
	color: black;
	font-weight: 900;
}

.rate img {
	width: 19px;
	height: 19px;
}

.reviews_header .rate img {
	width: 30px;
	height: 30px;
}

.rate {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.google_reviews .comment {
	margin: 10px 30px;
	font-size: 16px;
}
.block {
	background: transparent;
	border-radius: 10px;
	position: relative;
	color: #fff;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.block::after {
	content: '';
	position: absolute;
	/* Абсолютное позиционирование */
	left: 20px;
	bottom: -79px;
	border: 40px solid transparent;
	border-top: 40px solid #dc3545;
}

.open_all {
	display: none;
}

.moreTeachers {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0px;
}

.reviews_but {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0;
}

.moreTeachers_text {
	padding: 20px 40px;
	color: #dc3545;
	border-radius: 20px;
	border: 3px solid #dc3545;
	font-family: 'Montserrat', sans-serif;
	;
	-webkit-transition: .3s;
	;
	-o-transition: .3s;
	;
	transition: .3s;
	cursor: pointer;
	position: relative;
	transition: .3s;
	bottom: 0px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.moreTeachers_text:hover {
	background-color: #fdfdfd;
	color: #b5212f;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	bottom: 3px;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.reviews_open {
	display: none;
}

.teachers_close,
.reviews_close {
	display: none;
}
.mainInfo_left_foto, .mainInfo_right_item {
	position:relative;
	z-index:1;
}
.mainInfo_left_foto .foto_bg,
.mainInfo_right_item .foto_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background-color: #0000003b;
	z-index: -1;
}
.mainInfo_left_foto .text_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: rgba(0,0,0,.5);
	z-index: -1;
}
.post__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*Footer*/
footer {
	background-color: #011a29;
	color: #fff;
}
.footer__center {
	max-width:1240px;
	margin:0 auto;
	padding: 35px 15px 25px;
}
.footer__center, .socialFooter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__bottom {
	padding: 0 25px;
	text-align: center;
	height: 70px;
	line-height:70px;
}
.socialFooter {
	margin-top:10px;
}
.socialFooter a {
	margin:0 7px;
}
.socialFooter a img {
	width: 28px;
	height: auto;
}
.footer__bottom a {
	color:#fff;
	position:relative;
	text-decoration:none;
	/*display: inline-block;*/
}
/*.footer__bottom a::before  {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:1px;
	background-color:#fff;
}*/
.footer__center_right .footer_telephones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer__center_right .footer_telephones a {
	color:#fff;
	text-decoration:none;
}
.footer__center .footer__title {
	font-weight:600;
	padding-bottom:5px;
}
.footer__center_right > div {
	margin-bottom: 15px;
}

.navFooter_item {
	cursor:pointer;
	margin-bottom: 8px;
	color:#fff;
	text-decoration:none;
	display:block;
}
.footer__center_right .footer_telephones a, .navFooter_item, .footer__bottom a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.footer__center_right .footer_telephones a:hover, .navFooter_item:hover, .footer__bottom a:hover {
	color:#f5373d;
}

.navHeader_item .navHeader_item_img {
	height:50px;
	width:auto !important;
	margin:0 !important;
}

.sert_places {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}


.univeral-sert .sliderSlide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	position:relative;
}
.univeral-sert .sliderSlide h2 {
	background-color: rgba(0,0,0,.5);
    margin: 0;
    padding: 20px 0;
	color:#fff;
	font-size:40px;
	text-align:center;
	font-weight:600;
	width:100%;
	z-index: 99;
}
.univeral-sert .sliderSlide a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 9;
}

@media screen and (max-width: 1024px) {
	/*header{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}*/
	.navHeader, .socialHeader{
		margin-top: 8px;
	}
	.named_and_num_p {
		font-size:24px;
		margin-bottom: 0px;
	}
	.logo {
		width:125px;
	}
	.socialHeader .telephones_Wrap {
		width:100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.socialHeader {
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media screen and (min-width: 769px) { 
	.navHeader_item {
		height: 75px;
	}
}

@media screen and (max-width: 768px) { 
	.named_and_num_p{
		font-size: 16px;
	}
	.socialHeader img{
		width: 20px;
		height: 20px;
	}
	.socialHeader p{
		font-size: 14px;
	}
	.navHeader_item:nth-child(1) .navHeader_item_img{
		width: 32px;
		margin-bottom: 3px;
	}
	.navHeader_item:nth-child(2) .navHeader_item_img{
		width: 50px;
		margin-bottom: 2px;
	}
	.navHeader_item:nth-child(3) .navHeader_item_img{
		width: 40px;
	}
	.navHeader_item:nth-child(4) .navHeader_item_img{
		width: 38px;
	}
	.navHeader_item:nth-child(5) .navHeader_item_img{
		width: 38px;
	}
	.navHeader_item_p{
		font-size: 10px;
	}
	.headerWrap {
		border:none;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.slider{
		height: 170px;
	}
	.menuTop{
		display: block;
		width: 20px;
	}
	.socialHeader p{
		display: none;
	}
	.call_back_left p {
		font-size: 26px;
	}
	.call_back_right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 20px;
	}
	.call_back_right form {
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.call_back_right form .input_num,
	.call_back_right form .submit_num{
		padding: 10px;
		font-size: 16px;
		width:auto;
	}
	.named_and_num{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.named_and_num_p{
		font-size: 12px;
	}
	.menuTop{
		margin-left: 5%;
	}
	.navHeader{
		display: none;
	}
	.logo{
		width: 70px;
	}
	.named_and_num_p{
		font-size: 10px;
		margin-bottom: 0px;
	}
	.rowZag_img{
		width: 35px;
	}
	.rowZag_p{
		font-size: 22px;
	}
	.rowZag{
		margin-top: 20px;
	}
	.itemsRow{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.item{
		width: 90%;
		margin: 20px auto;
		margin-top: 0px;
		height: 80vw;
	}
	.slider{
		width: 90%;
	}
	header{
		position: fixed;
		padding: 15px 20px;
		top: 0px;
		left: 0px;
		z-index: 1000;
		background-color: white;
	}
	.menuToShow_price{
		font-size: 12px;
	}
	.sertSect{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sertSect_once{
		width: 100%;
		margin-bottom: 20px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.sertSect_once_button_p{
		font-size: 12px;
	}
	.menuHidden_price{
		font-size: 12px;
	}
	.menuHidden_price img{
		width: 20px;
	}
	.menuHidden_more{
		font-size: 12px;
	}
	.menuHidden_more img{
		width: 20px;
	}
	body{
		margin-top: 100px;
	}
	.sale{
		font-size: 12px;
	}
	.mainInfo{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.mainInfo_left{

		-webkit-box-ordinal-group: 2;

		    -ms-flex-order: 1;

		        order: 1;
	}
	.mainInfo_right{

		-webkit-box-ordinal-group: 3;

		    -ms-flex-order: 2;

		        order: 2;
	}
	.mainInfo_right{
		width: 90%;
		margin: 0 auto;
	}
	.mainInfo_left{
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom:20px;
	}
	.mainInfo_right_item_row_p{
		font-size: 12px;
		font-weight: 100;
	}
	.mainInfo_left_foto_button_right {
		padding: 0px 20px 0 30px;
	}
	.mainInfo_right_item_row_button{
		font-size: 14px;
	}
	.mainInfo_right_item{
		height: 40vw;
	}
	.mainInfo_right_tel_p{
		font-size: 16px;
	}
	.mainInfo_right_tel_img{
		width: 30px;
	}
	.mainInfo_right_tel{
		padding: 7px;
	}
	.mainInfo_left_foto{
		padding: 20px 30px;
	}
	.mainInfo_left_foto_h{
		font-size: 6vw;
	}
	.mainInfo_left_foto_bottom_p{
		/*font-size: 3.5vw;*/
	}
	.mainInfo_left_foto_bottom_img{
		width: 5vw;
	}
	.mainInfo_left_foto_button{
		margin: 30px 0px;
		
	}
	.mainInfo_left_foto_button_left{
		margin-left:15px;
	}
	.mainInfo_right_tel{
		display: none;
	}
	.mainInfo_left_p{
		font-size: 14px;
		padding: 0 15px;
	}
	.review_item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-radius: 85px 20px 20px 20px;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.socialHeader {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		/*margin-top: -18px;*/
		-webkit-box-pack: left;
		    -ms-flex-pack: left;
		        justify-content: left;
	}
	header {
		padding:0;
		width: 100%;
	}
	.named_and_num{
		/*margin-top: -30px;*/
	}
	.named_and_num {
		border:none;
		padding-left:0;
	}
	.named_and_num_p {
		font-size: 11px;
		margin-bottom: 0px;
		line-height:12px;
		text-align: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 155px;
		flex: 0 1 155px;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		
		/*display:none;*/
	}
	.socialHeader .telephones_Wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		min-height: 40px;
		margin-left:0;
	}
	.menuTop {
		margin-left: 0;
		-ms-flex-item-align: end;
		    align-self: flex-end;
		margin-bottom: 10px;
	}
	.logo {
		width: 110px;
		height:auto;
		margin-left:5px !important;
	}
	.hederLeft {
		/*-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		padding-top:0;*/
	}
	.lang_switcher {
		position:absolute;
		right: 5px;
		top:10px;
		margin:0px;
		z-index:999;
	}
	.socialHeader img {
		width: 28px;
		height: 28px;
	}
	.lang_switcher li {
		margin-right: 6px;
	}
	.lang_switcher li a span {
		font-size:12px;
	}
	.call_back_left img {
		width: 70px;
	}
	.footer__center, .footer__center_left {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		/*align-items: center;*/
	}
	.footer__center > div {
		margin:10px;
		
	}
	.footer__center_left {
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
	}
	.socialFooter {
		margin-top: 0;
	}
	.univeral-sert .sliderSlide {
		height:170px;
	}
	.univeral-sert .sliderSlide h2 {
		font-size:24px;
		padding: 15px 0;
	}
]

}
@media screen and (min-width: 577px) and (max-width:767px) {
	.named_and_num {
		padding-left: 25px;
	}
}
@media screen and (max-width: 576px) {
	.univeral-sert .sliderSlide h2 {
		font-size: 20px;
	}
	.mainInfo_left_foto{
		height: 75vw;
	}
	.mainInfo_left_foto .text_bg {
		height:125px;
	}
}

@media screen and (max-width: 500px) {
	.named_and_num_p {
		display:none;
	}
	.socialHeader .telephones_Wrap, .socialHeader {
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}
	.lang_switcher li span {
		display:none;
	}
	.menuToShow {
		padding-left: 20px;
	}
	.menuToShow_price {
		flex: 0 0 60px;
		padding: 15px 25px;
	}
}

@media screen and (max-width: 376px) { 
	.named_and_num_p {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100px;
		flex: 0 1 100px;
	}
	.logo {
		margin-left:0px;
		padding-bottom: 0px;
		margin-left:0px;
	}

	.lang_switcher {
		top:10px;
	}
	.socialHeader img {
		width: 24px;
		height: 24px;
		margin:0 4px;
	}
	.lang_switcher li a span {
		font-size: 11px;
	}
	.mainInfo_right_item_row_button, .mainInfo_right_item_row_p {
		padding:10px 15px;
	}

	.univeral-sert .sliderSlide h2 {
		font-size: 18px;
		padding:10px 0;
	}
}
@media screen and (max-width: 320px) { 
	.logo {
		width:90px;
	}
}
.headerWrap h1 {
	margin:0;
}
.solo_main_site_link {
	background-color: #DC3545;
	border:1px solid #DC3545;
	text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    margin-left: 20px;
	transition: all .3s ease;
}
.solo_main_site_link:hover {
	background:unset;
	color:#DC3545;
	transition: all .3s ease;
} 
@media screen and (max-width: 991px) { 
	.solo_main_site_link {
		margin-left:7px;
		margin-bottom:10px;
		margin-top:5px;
	}
}