@font-face {
	font-family: "Manrope-Bold";
	font-display: swap;
	src: url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Manrope-Light";
	font-display: swap;
	src: url("../fonts/Manrope-Light.woff") format("woff"), url("../fonts/Manrope-Light.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Manrope-ExtraBold";
	font-display: swap;
	src: url("../fonts/Manrope-ExtraBold.woff") format("woff"), url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Manrope-Regular";
	font-display: swap;
	src: url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Manrope-Semibold";
	font-display: swap;
	src: url("../fonts/Manrope-Semibold.woff") format("woff"), url("../fonts/Manrope-Semibold.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Manrope-Medium";
	font-display: swap;
	src: url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Manrope-Thin";
	font-display: swap;
	src: url("../fonts/Manrope-Thin.woff") format("woff"), url("../fonts/Manrope-Thin.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
 @-webkit-keyframes modal-video {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @keyframes modal-video {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @-webkit-keyframes modal-video-inner {
 from {
 -webkit-transform: translate(0, 100px);
 transform: translate(0, 100px);
}
 to {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @keyframes modal-video-inner {
 from {
 -webkit-transform: translate(0, 100px);
 transform: translate(0, 100px);
}
 to {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
a {
	color: #DF912E;
	transition: all 0.2s linear;
}
a:hover {
	color: #DF912E;
}
.popap-form input[name="n-message"].n-message {
display: block;
    width: 5px;
    padding: 0;
    height: 3px;
    margin-bottom: -3px;
    border: none;
    opacity: 0.01;
}
.gold {
	background: #ffd879;
}
.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000000;
	cursor: pointer;
	opacity: 1;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-name: modal-video;
	animation-name: modal-video;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.modal-video-close {
	opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
}
.modal-video-body {
	max-width: 940px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
}
.modal-video-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.modal-video-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #333;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-name: modal-video-inner;
	animation-name: modal-video-inner;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-video-close-btn {
	position: absolute;
	z-index: 2;
	top: -35px;
	right: -35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: transparent;
}
.modal-video-close-btn:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-video-close-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	background: #fff;
	border-radius: 5px;
	margin-top: -6px;
}
html, body {
	overflow-y: visible;
	position: relative;
	overflow-x: hidden;
}

body {
	font-family: "Manrope-Regular";
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
p {
	margin-bottom: 0;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
header {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header_row {
	display: flex;
	justify-content: space-between;
}
.top-header {
	background: #464646;
}
.adress p {
	color: #fff;
}
.email a {
	color: #fff;
}
.email a:hover {
	color: #fff;
	text-decoration: none;
}
.number1 {
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}
.number1:hover {
	color: #fff;
	text-decoration: none;
}
.soc a {
	display: block;
	margin-left: 7px;
	width: 41px;
	height: 41px;
}
.menu {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.menu ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul a {
	color: #6C6C6C;
	font-weight: 800;
	font-family: "Manrope-Bold";
}
.menu ul a:hover, .menu ul li.active a {
	text-decoration: none;
	color: #DF912E;
	border-bottom: 1px solid #DF912E;
}
.popup-a {
	background: #CC2428;
	padding: 21px 30px;
	color: #fff;
	font-family: "Manrope-Bold";
	font-size: 16px;
	line-height: 12px;
	display: inline-block;
	z-index: 3;
	position: relative;
}
.popup-a:hover {
	color: #fff;
}
header .popup-a {
	width: 100%;
	text-align: center;
}
.fon {
	padding: 70px 0;
	background-image: url(../img/fon_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
	height: calc(100vh - 176px);
	min-height: 600px;
	max-height: 960px;
}
.fon h1 {
	font-weight: 800;
	font-size: 40px;
	line-height: 54px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000000;
	font-family: "Manrope-Bold";
	margin-bottom: 35px;
}
.fon h1 span {
	color: #DF912E;
}
.fon-p {
	margin-bottom: 45px;
}
.fon-p p {
	font-size: 16px;
	line-height: 24px;
}
.fon-p p span {
	font-weight: 800;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	display: block;
	margin-top: 20px;
	color: #000000;
	font-family: "Manrope-ExtraBold";
}
.arrow-down {
	pointer-events: none;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.thumb img {
	-webkit-filter: grayscale(0);
	filter: none;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}
.thumb img:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.thumb {
	padding: 5px;
}
.arrow-down a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url(../img/arrow-fon.png);
	background-repeat: no-repeat;
	width: 100%;
	max-width: 740px;
	height: 180px;
	position: relative;
	top: 85px;
}
.arrow-down a svg {
	position: relative;
	top: 55px;
}
.h2 {
	font-weight: 800;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #333333;
	font-family: "Manrope-Bold";
}
.about-item p {
	margin-top: 30px;
	color: #333333;
}
.hr-main {
	width: 100%;
	height: 2px;
	background: #464646;
	margin-bottom: 80px;
	border: none;
}
.service {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 456px;
	padding: 0 30px 20px 30px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}
.service_11 {
	background-image: url(../img/service_11.jpg);
}
.service_12 {
	background-image: url(../img/service_12.jpg);
}
.service_13 {
	background-image: url(../img/service_13.jpg);
}
.service_14 {
	background-image: url(../img/service_14.jpg);
}
.service h3 {
	font-weight: 800;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #333333;
	font-family: "Manrope-ExtraBold";
	position: relative;
	z-index: 2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 10px;
}
.service.service_cat p, .service.service_cat h3 {
	color: #333 !important;
}
.service.service_cat .desc_service {
	background: rgba(255,255,255,0.9);
}
.service p {
	position: relative;
	z-index: 2;
	color: #333333;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.service ul {
	padding: 10px 0 0 16px;
	margin: 0;
}
.service ul li {
	color: #333333;
}
.service ul li span {
	font-family: "Manrope-ExtraBold";
}
.service span.more_programs {
	color: #DF912E;
	display: block;
	margin-top: 0px;
	font-weight: bold;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}
.service .desc_service  a.button {
    background: #DF912E;
    padding: 21px 30px;
    color: #fff;
    font-family: "Manrope-Bold";
    font-size: 16px;
    line-height: 12px;
    display: inline-block;
    z-index: 3;
    position: relative;
}
button:focus {
	outline: 1px dotted;
	outline: none;
}
.service:hover .service-fon {
	opacity: 0;
	z-index: 0;
}
.service:hover span.more_programs {
	opacity: 1;
	margin-top: 30px;
}
.service:hover p, .service:hover h3 {
	color: #fff;
}
.service_box .service:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	opacity: 0;
	transition: all 0.2s linear;
}
.service_box .service:hover:before {
	opacity: 1;
}
.service_box {
	margin-bottom:30px;
}
.list_price {
	color: #DF912E;
	font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
	font-family: "Manrope-ExtraBold";
	margin-bottom: 10px;
}
.service-fon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.button-orange {
	text-align: center;
	background: #DF912E;
	padding: 25px 35px;
	color: #fff;
	font-family: "Manrope-ExtraBold";
	margin: 0 auto;
	display: inline-block;
}
.button-orange:hover {
	color: #fff;
}
.price_wrap .button-orange {
	margin: 0;
}
.button-green {
	background-color: green;
}
.price_box span {
	margin-left: 10px;
	font-size: 24px;
}
.price_box_wrap {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.author-text {
	position: relative;
	top: 60px;
}
.author-text span {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
	display: block;
	margin-bottom: 50px;
}
.author-text p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 50px;
}
.author-img3 {
	height: 800px;
}
.video-main img {
	height: 700px;
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border: none;
}
.discount {
	padding: 43px 15px 43px 80px;
	border-radius: 0 105px 105px 0;
	background-image: url(../img/discount.png);
	background-repeat: no-repeat;
	position: relative;
	top: -105px;
	background-color: #fff;
	-webkit-box-shadow: -3px 4px 30px rgba(0, 0, 0, 0.1);
	box-shadow: -3px 4px 30px rgba(0, 0, 0, 0.1);
}
.in_programms_wrap .discount {
	margin-bottom: 3rem!important;
	top: 0;
}
.author-img2 {
	height: 384px;
}
.rating-img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.h2-v2 {
	font-weight: 800;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #333333;
	font-family: "Manrope-Bold";
}
.author-img3 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.author-img2 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.discount-text h2 {
	margin-bottom: 15px;
	font-weight: 800;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #333333;
	font-family: "Manrope-ExtraBold";
}
.about-text2 {
	top: 0;
}
.about-text2 p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.discount-count {
	height: 100%;
	text-align: center;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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;
	font-weight: 800;
	font-size: 100px;
	line-height: 60px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "Manrope-ExtraBold";
}
.contact-foto {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 40px 25px 40px;
	background-image: url(../img/foto2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 470px;
}
#wrap, #wrap2, #wrap3 {
	display: none;
	opacity: 0.8;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	background-color: rgba(1, 1, 1, 0.725);
	z-index: 100;
	overflow: auto;
}
#window, #window2, #window3 {
	width: 96%;
	max-width: 1150px;
	margin: 50px auto;
	display: none;
	background: #fff;
	z-index: 200;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*height: 640px;*/
}
#window img, #window2 img, #window3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.close {
	right: 18px;
	top: 22px;
	cursor: pointer;
	position: absolute;
	z-index: 10;
}
#window h2, #window2 h2, #window3 h2{
	font-weight: 800;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-family: "Manrope-ExtraBold";
	color: #333333;
	margin-bottom: 30px;
}
.alert.alert-info {
	color: #333333 !important; 
    border: 0px solid #fff !important;
    padding: 0 !important;
	background: #fff !important;
}
.popap-form input[type=text], #block_pay_pal input[type=text]{
	display: block;
	border: 2px solid rgba(223, 145, 46, 0.1);
	padding: 15px 30px;
	font-size: 16px;
	line-height: 16px;
	color: #58380F;
	width: 100%;
	margin-bottom: 20px;
}
.popap-form textarea{
	display: block;
	border: 2px solid rgba(223, 145, 46, 0.1);
	padding: 15px 30px;
	font-size: 16px;
	line-height: 16px;
	color: #58380F;
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
	resize: none;
}
.popap-form p{
	font-size: 12px;
	line-height: 18px;
	margin-top: 24px;
	color: #999999;
}
.yur_ingo {
    font-size: 12px;
    line-height: 18px;
    margin-top: 24px;
    color: #999999;
}
.popap-form button, #block_pay_pal input[type="button"] {
	background: #CC2428;
    padding: 29px 30px;
	width: 100%;
    color: #fff;
	font-family: "Manrope-ExtraBold";
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: block;
	text-align: center;
    z-index: 3;
	cursor: pointer;
    position: relative;
	border: none;
}
.popap-form input[type=text]:focus, .popap-form textarea:focus{
	border: 2px solid #DF912E;
	outline: none;
}

.price-ps2 a {
	cursor: pointer;
}
.close::after, .close::before {
	content: "";
	width: 30px;
	background: #333333;
	height: 3px;
	display: block;
	border-radius: 4px;
}
.close::before {
	position: relative;
	transform: rotate(45deg);
	top: 3px;
}
.close::after {
	position: relative;
	transform: rotate(-45deg);
	top: 0;
}
.contact-foto .popup-a {
	width: 100%;
	text-align: center;
}
.contact-adress {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.contact-email {
	color: #DF912E;
	text-decoration: underline;
}
.contact-email:hover {
	color: #DF912E;
}
.contact-number {
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	font-family: "Manrope-ExtraBold";
}
.contact-number:hover {
	color: #000;
}
.contact-wt {
	height: 28px;
}
.contact-soc a {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.contact-soc a img {
	width: 100%;
	height: 100%;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-menu a {
	color: #333333;
	display: block;
	margin-bottom: 8px;
}
.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-menu ul li {
	width: 50%;
}
.footer-menu2 a {
	font-weight: 800;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #333333;
	font-family: "Manrope-ExtraBold";
	margin-bottom: 10px;
	display: block;
}
.teacher img{
	/*width: 100%;
	height: 360px;
	object-fit: cover;*/
}
.teacher h2{
	margin: 30px 0;
	font-size: 22px;
	font-family: "Manrope-ExtraBold";
	line-height: 32px;
	padding: 0 10px 0 0;
}
.img_full {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	max-width: 360px;
	margin-right: 30px;
}
.content_page {
    clear: both;
}
.menu_programs_wrap {
	background: #DF912E;
}
.menu_programs ul {
	padding: 0;
	margin: 0;
}
.menu_programs ul li ul {
	white-space: nowrap;
	position: absolute;
	background: #DF912E;
	z-index: 100;
	display: none !important;
}
.menu_programs ul li ul li {
	
}
.menu_programs ul li ul li a {
	padding-right: 35px;
	text-transform: none;
}
.menu_programs ul li:hover ul {
	display: block !important;
}
.menu_programs ul li {
	list-style-type: none;
	height: 54px;
	line-height: 54px;
	margin-right: 30px;
}
.menu_programs ul li:last-child {
	margin-right: 0;
}
.menu_programs ul li a {
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
	display: block;
	text-decoration: none;
	position: relative;
	padding-left: 35px;
	background-position: 0 center;
	background-repeat: no-repeat;
}
.menu_programs ul li a.id_11 {
	background-image:url(../img/p_1.png);
}
.menu_programs ul li a.id_12 {
	background-image:url(../img/p_2.png);
}
.menu_programs ul li a.id_13 {
	background-image:url(../img/p_3.png);
}
.menu_programs ul li a.id_14 {
	background-image:url(../img/p_4.png);
}
.menu_programs ul li a.id_64, .menu_programs ul li a.id_70 {
	background-image:url(../img/p_64.png);
}
.menu_programs ul li a.id_76 {
	background-image:url(../img/p_76.png);
}
.menu_programs ul li a:hover, .menu_programs ul li.active a, .menu_programs ul li.active ul li.active a, .menu_programs ul li.active ul li a:hover {
	color: #ffd879;
}
.menu_programs ul li.active ul li a {
	color: #fff;
}
.menu_programs ul li.active a:before {
	width: 	60px;
	height: 3px;
	background: #ffd879;
	position: absolute;
	bottom: 0;
	left: 35px;
	content: '';
}
.news_list a {
	
}
.programs_box {
    width:calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 30px;
}
.programs_box:nth-child(2n+2) {
	margin-right: 0;
}
.programs_box .service {
	padding: 0;
}
.service_desc {
	transition: all 0.2s linear;
	background: rgba(255,255,255,0.5);
	padding: 20px 30px 20px 30px;
}
.programs_box .service-fon {
	background: rgba(255,255,255,0);
}
.programs_box .service:hover p, .programs_box .service:hover h3 {
	color:#333333;
}
.programs_box .service:hover .service_desc {
	background: rgba(255,255,255,0.9);
}
.introtext {
	line-height: 30px;
	font-size: 20px;
	font-family: "Manrope-ExtraBold";
	font-weight: 800;
}
.introtext ul {
	font-family: "Manrope-Regular";
	font-weight: normal;
}
.introtext ul li span {
	font-family: "Manrope-ExtraBold";
}
.in_program ol {
	padding: 0;
	margin: 0;
	position: relative;
}
.in_program ol:before {
	position: absolute;
	left: 14px;
	top: 3px;
	height: calc(100% - 6px);
	width: 2px;
	background: #e8e8e8;
	content: '';
}
.in_program ol li,
.in_program ul li {
	margin-bottom: 15px;
	list-style-type: none;
	position: relative;
	line-height: 36px;
	font-size: 16px;
	padding-left: 50px;
}
.in_program ol li:before,
.in_program ul li:before{
	position: absolute;
	left: 0;
	top: 3px;
	background: #CC2428;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	content: '';
}

.in_program ol li:nth-child(1):before,
.in_program ul li:nth-child(1):before{
	content: '1';
}
.in_program ol li:nth-child(2):before,
.in_program ul li:nth-child(2):before{
	content: '2';
}
.in_program ol li:nth-child(3):before,
.in_program ul li:nth-child(3):before{
	content: '3';
}
.in_program ol li:nth-child(4):before,
.in_program ul li:nth-child(4):before{
	content: '4';
}
.in_program ol li:nth-child(5):before,
.in_program ul li:nth-child(5):before{
	content: '5';
}
.in_program ol li:nth-child(6):before,
.in_program ul li:nth-child(6):before{
	content: '6';
}
.in_program ol li:nth-child(7):before,
.in_program ul li:nth-child(7):before{
	content: '7';
}
.in_program ol li:nth-child(8):before,
.in_program ul li:nth-child(8):before{
	content: '8';
}
.in_program ol li:nth-child(9):before,
.in_program ul li:nth-child(9):before {
	content: '9';
}
.in_program ol li:nth-child(10):before,
.in_program ul li:nth-child(10):before {
	content: '10';
}
.in_program ol li:nth-child(11):before,
.in_program ul li:nth-child(11):before {
	content: '11';
}
.in_program ol li:nth-child(12):before,
.in_program ul li:nth-child(12):before {
	content: '12';
}
.in_program ol li:nth-child(13):before,
.in_program ul li:nth-child(13):before {
	content: '13';
}
.in_program ol li:nth-child(14):before,
.in_program ul li:nth-child(14):before {
	content: '14';
}
.in_program ol li:nth-child(15):before,
.in_program ul li:nth-child(15):before {
	content: '15';
}
.in_program ol li:nth-child(16):before,
.in_program ul li:nth-child(16):before {
	content: '16';
}
.in_program ol li:nth-child(17):before,
.in_program ul li:nth-child(17):before {
	content: '17';
}
.in_program ol li:nth-child(18):before,
.in_program ul li:nth-child(18):before {
	content: '18';
}
.in_program ol li:nth-child(19):before,
.in_program ul li:nth-child(19):before {
	content: '19';
}
.in_program ol li:nth-child(20):before,
.in_program ul li:nth-child(20):before {
	content: '20';
}
.in_program h4 {
	margin:40px 0 35px;
	font-size: 20px;
	font-family: "Manrope-Bold";
}
.in_benefit ol, .in_benefit ul, .in_result ul, .in_result ol {
	padding: 0;
	margin: 0;
}
.in_benefit ol li, .in_benefit ul li {
	margin-bottom: 15px;
	list-style-type: none;
	position: relative;
	line-height: 36px;
	font-size: 16px;
	padding-left: 50px;
}
.in_benefit ol li:before, .in_benefit ul li:before {
	position: absolute;
	left: 0;
	top: 3px;
	background: #CC2428;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	content: '\2714';
}

.in_result ol li, .in_result ul li {
	margin-bottom: 15px;
	list-style-type: none;
	position: relative;
	line-height: 36px;
	font-size: 16px;
	padding-left: 50px;
}
.in_result ol li:before, .in_result ul li:before {
	position: absolute;
	left: 0;
	top: 3px;
	background: green;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	content: '\2714';
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch
}

.gallery a {
	width: calc(33.33% - 10px);
	margin-right: 15px;
	margin-bottom: 15px;
	display: flex;

	position: relative;
}
.gallery a.video_case {
	display: flex;
	justify-content: center;
	background-color: #000;
}
.gallery a:nth-child(3n+3) {
	margin-right: 0;
}
.gallery a .video-fluid {
	background-color: rgba(255,255,255,0.5);
	background-image: url(../img/play.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
}
.gallery a img {
	display: block;
    object-fit: cover;
	object-position:center top;
}
.content_page p {
	margin: 10px 0;
}
.popap-form {
	margin-bottom: 0;
}
.burger{
	display: none;
	position: absolute;
	right: 30px;
	top: 33px;
	z-index: 2;
}
.burger span{
	width: 30px;
	height: 2px;
	background: #DF912E;
	display: block;
	margin-bottom: 5px;
	position: relative;
	transition: 0.5s;
}
.burger.active-burger span:nth-child(1) {
	transform: rotate(225deg);
	top: 7px;
}
.burger.active-burger span:nth-child(2) {
	opacity: 0;
}
.burger.active-burger span:nth-child(3) {
	transform: rotate(315deg);
	top: -7px;
}
.mobile-menu.active-menu {
	right: 0;
}
.mobile-menu{
	display: none;
	text-align: right;
	background: #f5f5f5;
	padding: 75px 30px 20px 0;
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 1;
	width: 100%;
	transition: 1s;
	
}
.mobile-menu a{
	font-size: 24px;
    line-height: 34px;
	margin-bottom: 10px;
	display: block;
}
.mobile-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mobile-menu .service_menu {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DF912E;
	margin-left: 30px;
}
.mobile-menu .service_menu a {
    padding-right: 40px;
	background-position: right center;
	background-repeat: no-repeat;
}
.mobile-menu .service_menu a.id_11 {
    background-image: url(../img/p_1.png);
}
.mobile-menu .service_menu a.id_12 {
    background-image: url(../img/p_2.png);
}
.mobile-menu .service_menu a.id_13 {
    background-image: url(../img/p_3.png);
}
.mobile-menu .service_menu a.id_14 {
    background-image: url(../img/p_4.png);
}
header a.logo {
    height: 100%;
    display: flex;
}
footer a.logo div {
	width:100%;
	max-width:255px;
}
.price_box {
	display: flex;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	align-items: flex-end;
}
.price_wrap .price_box {
	margin-bottom: 0;
	border-bottom: none;
}
.title_price {
	margin-bottom: -5px;
	width: 100%;
}
.title_price a {
	text-decoration: none;
	padding: 0 20px 0 0;
	background: #fff;
}
.title_price a:hover {
	text-decoration: underline;
}
.num_price {
	background: #fff;
	padding: 0 20px;
	margin-bottom: -5px;
	white-space: nowrap;
}

@media (max-width: 1199px) {
	.number1 {
		font-size: 17px;
	}
	.discount-text h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.discount {
		background-position: 65% 0;
	}
	.modal-video-close-btn {
		top: -60px;
		right: 5px;
	}
}
@media (max-width: 991px) {
	.popup-a {
		padding: 18px 14px;
		font-size: 14px;
	}
	.author-text{
		top: 10px;
	}
	.discount-count{
		font-size: 60px;
	}
	.discount {
    	padding: 40px 15px 40px 50px;
	    background-image: none;
	}
	.discount-count{
		color: #df912e;
	}
	#window h2, #window2 h2 {
		font-weight: 800;
		font-size: 24px;
		line-height: 34px;
	}
}
@media (max-width: 767px) {
	.top-header{
		display: none;
	}
	.menu_programs_wrap{
		display: none;
	}
	.burger{
		display: block;
	}
	.mobile-menu{
		display: block;
	}
	.arrow-down a{
		background-position: center 20px;
	}
	.arrow-down a svg{
		top: 60px;
	}
	.discount{
		border-radius: 0;
		padding: 40px;
	}
	.contact-foto {
    	background-position: bottom;
	}
	.author-img3{
		height: 500px;
		margin-bottom: 40px;
	}
	.gold{
		background: none;
	}
.fon {
    background-image: url(../img/fon_2_mob.jpg);
}
}
@media (max-width: 575px) {
	.logo svg{
		max-width: 200px;
	}
	.burger {
    	top: 35px;
	}
	.fon h1{
		font-size: 33px;
		line-height: 45px;
	}
	.service{
		height: 350px;
	}
	.mobile-order{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		
	}
	.mobile-order .col-sm-6:nth-child(1){
		order: 2;
	}
	.mobile-order .col-sm-6:nth-child(1){
		order: 1;
	}
	.author-text{
		top: 0; 
	}
	.about-text2{
		margin-bottom: 20px;
	}
	.programs_box{
		width: 100%;
		margin-right: 0;
	}
	.gallery a{
		width: calc(50% - 15px);
		
	}
	.gallery a:nth-child(3n+3){
		margin-right: 15px;
	}
	#window h2, #window2 h2{
		padding-right: 20px;
	}
	.img_full{
		float: none;
	}
	footer a.logo div {
		width:100%;
		max-width:100%;
	}
	footer .logo svg {
		max-width: 100%;
	}
}

.form_info {
	padding: 0 0 20px 0;
}
.form_info label {
	display: grid;
	grid-template-columns: 20px auto;
	gap: 10px;
}
.form_info label input[type="checkbox"] {
	width: 20px;
	min-width: 20px;
	height: 20px;
}
.form_info label p {
	margin: 0;
}