@font-face {
	font-family: "Gotham";
	src: url("../font/GothamProBlack/GothamProBlack.eot");
	src: url("../font/GothamProBlack/GothamProBlack-1.eot") format("embedded-opentype"),
			 url("../font/GothamProBlack/GothamProBlack.woff") format("woff"),
			 url("../font/GothamProBlack/GothamProBlack.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
}

@font-face {
	font-family: "Gotham";
	src: url("../font/GothamProBold/GothamProBold.eot");
	src: url("../font/GothamProBold/GothamProBold-1.eot") format("embedded-opentype"),
			 url("../font/GothamProBold/GothamProBold.woff") format("woff"),
			 url("../font/GothamProBold/GothamProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Gotham";
	src: url("../font/GothamProMedium/GothamProMedium.eot");
	src: url("../font/GothamProMedium/GothamProMedium-1.eot") format("embedded-opentype"),
			 url("../font/GothamProMedium/GothamProMedium.woff") format("woff"),
			 url("../font/GothamProMedium/GothamProMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Gotham";
	src: url("../font/GothamProRegular/GothamProRegular.eot");
	src: url("../font/GothamProRegular/GothamProRegular-1.eot") format("embedded-opentype"),
			 url("../font/GothamProRegular/GothamProRegular.woff") format("woff"),
			 url("../font/GothamProRegular/GothamProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

/* -------------------- */

button:focus, .btn:focus,.btn:active,input:focus,input:active,textarea:focus,textarea:active {
  outline: none !important;
  /* box-shadow: none; */
}



body{
	font-family: "Gotham", sans-serif;
	color: #222425;
}

:focus{
	outline: none;
}

.text-primary{
  color: #66bb6a!important;
}

.text-info{
  color: #fba443!important;
}

/* logo phone */

.first-screen{
	padding-top: 27px;
	background-color: #F8F9F9;
	background-image: url('../img/bg1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	margin-bottom: 96px;
}

.top-line{
	margin-bottom: 85px;
}

.contact__label{
	margin-right: 20px;
	font-size: 16px;
}

.contact-phone__ico{
	display: inline-block;
	margin-right: 10px;
  width: 18px;
  height: 18px;
  background: url('../img/phone.png');
}

.contact-phone__number{
  font-size: 30px;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}

.contact-phone__number:hover{
	text-decoration: none;
	color: inherit;
}

.contact-phone__number_dark{
	color: #fff;
	font-weight: normal;
}

.contact-phone__number_dark:hover{
	color: #fff;
}

.contact-phone__number_dark span{
	color: #73868f;
}

/* ----------- */

.first-screen__title{
	margin-bottom: 0;
  font-weight: bold;
  font-size: 42px;
}

.first-screen__title_pos{
	margin-bottom: 62px;
	line-height: 60px;
}

.first-screen__price{
	margin-bottom: 68px;
}

.price{
	padding-left: 40px;
	border-left: 3px solid #fba443;
	line-height: 35px;
}

.price__label{
  font-size: 30px;
}

.price__summ{
  font-weight: 900;
  font-size: 50px;
}

.price__summ span{
  font-size: 32px;
}

.price__descr{
	color: #586971;
}
/* price end */

.first-screen__form-title{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}

/* contact form start */

.contact-form{
	border: 5px solid #f9fafa;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	display: flex;
  justify-content: space-between;
}

.contact-form_shaddow{
	-webkit-box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.08);
	-moz-box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.08);
	box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.08), ;
}

.contact-form input[type=text]{
	box-sizing: border-box;
	width: 170px;
	border: none;
	position: relative;
	padding: 10px 5px 10px 0;
	background: transparent;
	font-size: 16px;
}

.contact-form input::-webkit-input-placeholder {
	color: #858585 !important;
}
.contact-form input::-moz-placeholder {
	color: #858585 !important;
}
.contact-form input:-ms-input-placeholder {
	color: #858585 !important;
}
.contact-form input:-moz-placeholder {
	color: #858585 !important;
}
.contact-form input::placeholder {
	color: #858585 !important;
}

.contact-form input:focus::-webkit-input-placeholder {
	color: transparent !important;
}
.contact-form input:focus::-moz-placeholder {
	color: transparent !important;
}
.contact-form input:focus:-ms-input-placeholder {
	color: transparent !important;
}
.contact-form input:focus:-moz-placeholder {
	color: transparent !important;
}
.contact-form input:focus::placeholder {
	color: transparent !important;
}



.contact-form__ico{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #f8f9f9;
	padding: 6px;
}

.contact-form__label{
	margin-bottom: 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding-left: 18px;
}

.contact-form__text{
	font-size: 26px;
	margin: 0 auto;
}

.contact-form__label:hover svg{
	fill: #66bb6a;
}

.contact-form__label:first-of-type .contact-form__input{
	border-right: 1px solid #e8e9e9!important;
}

.contact-form__label svg{
	fill: #dbdddd;
}

.contact-form__ico{
	margin-right: 10px;
}

.contact-form__input:focus + .contact-form__ico svg{
	fill: #66bb6a;
}

.contact-form__ico svg{
	width: 100%;
	transition: all 0.5s ease
}

.contact-form__button{
	background: #66bb6a;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 45px;
	border: none !important;
	border-radius: 5px 5px 10px 10px;
	-webkit-box-shadow: 0 15px 50px 0 rgba(102, 187, 106, 0.3), 0 5px 0px 0 #50a554;
	-moz-box-shadow: 0 15px 50px 0 rgba(102, 187, 106, 0.3), 0 5px 0px 0 #50a554;
	box-shadow: 0 15px 50px 0 rgba(102, 187, 106, 0.3), 0 5px 0px 0 #50a554;
	transition: 0.2s all;
}

.contact-form__button:hover{
	background: #ffab4d;
	-webkit-box-shadow: 0 15px 50px 0 rgba(255, 171, 77, 0.3), 0 5px 0px 0 #e39339;
	-moz-box-shadow: 0 15px 50px 0 rgba(255, 171, 77, 0.3), 0 5px 0px 0 #e39339;
	box-shadow: 0 15px 50px 0 rgba(255, 171, 77, 0.3), 0 5px 0px 0 #e39339;
}

.contact-form__button:active{
	background: #e39339;
}

/* contact form end */


/* video button */

.video-button{
	position: absolute;
	right: 120px;
	top: 68px;
}

.video-button span{
	padding-left: 20px;
	font-weight: 500;
	font-size: 18px;
	font-weight: 500;
}

.play-button{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: none;
	background: rgb(234,147,50);
	background: linear-gradient(0deg, rgba(234,147,50,1) 0%, rgba(255,171,77,1) 47%);	border: 5px solid rgba(251, 164, 67, 0.2);
	/* box-sizing: content-box; */
	-moz-background-clip: padding;     
	-webkit-background-clip: padding; 
	background-clip: padding-box;
	position: relative;	
}

.play-button::after{
	content: '';
	position: absolute; 
	border: 10px solid transparent; 
	border-left: 15px solid #ffffff; 
	left: 50%;
	top: 50%;
	transform: translate(-20%, -50%);
}

/*--------------*/

.block-title{
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 32px;
	padding-left: 40px;
	border-left: 3px solid #fba443;
	line-height: 32px;
}
.block-title_sm{
	margin-bottom: 29px;
	font-weight: bold;
	font-size: 26px;
}

.accent-color{
	color: #66bb6a;
}
/* --------- */

.shedule-table__pos{
	margin-top: 50px;
	margin-bottom: 30px;
}
/* -------------------- */

.shedule-table__row{ 
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	margin-bottom: 5px;
	/* padding: 5px; */
	border: 5px solid #f8f9f9;
	transition: all 0.5s ease
}

.shedule-table__row_header{ 
	overflow: hidden;
	border-radius: 20px 20px 0 0;
	font-size: 13px;
	font-weight: 500;
	color: #73868f;
	border: none;
	padding: 0;
}

.shedule-table__row:not(.shedule-table__row_header):hover{
	-webkit-box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.08);
	-moz-box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.08);
	box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.08);
}

.shedule-table__row:not(.shedule-table__row_header):hover .subscribe-btn{
	background: #ff9328;
}

.shedule-table__ceil{
	flex-grow: 1;
	display: flex;
}

.shedule-table__row_header .shedule-table__ceil{
	padding: 0 1px;
}

.shedule-table__row_header .shedule-table__ceil:first-of-type{
	padding-left: 0;
}

.shedule-table__row_header .shedule-table__ceil:last-of-type{
	padding-right: 0;
}

.shedule-table__ceil:nth-of-type(1){
	width: 22%;
}

.shedule-table__ceil:nth-of-type(2){
	width: 12%;
}

.shedule-table__ceil:nth-of-type(3){
	width: 15%;
}

.shedule-table__ceil:nth-of-type(4){
	width: 15%;
}

.shedule-table__ceil:nth-of-type(5){
	width: 15%;
}

.shedule-table__ceil:nth-of-type(6){
	width: 21%;
}

.shedule-table__ceil_content:nth-of-type(1){
	width: calc(22% - 6px);
}

.shedule-table__ceil_content:nth-of-type(2){
	width: calc(12% - 2px);
}

.shedule-table__ceil_content:nth-of-type(3){
	width: calc(15% - 2px);
}

.shedule-table__ceil_content:nth-of-type(4){
	width: calc(15% - 2px);
}

.shedule-table__ceil_content:nth-of-type(5){
	width: calc(15% - 2px);
}

.shedule-table__ceil_content:nth-of-type(6){
	width: calc(21% - 6px);	
}

.shedule-table__ceil>span{
	background: #f8f9f9;
	padding: 25px;
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.shedule-table__content{
	line-height: 30px;
	font-size: 15px;
	display: flex;
	align-items: center; 
	padding: 17px 25px;
}

.shedule-table__ceil_content:nth-of-type(6) .shedule-table__content{
	padding-right: 10px;
}

.shedule-table__content_price{
	color: #fba443;
	font-size: 22px;
	font-weight: 900;
}

.subscribe-btn{
	background: #fba647;
	border: none;
	border-bottom: 5px solid #ea8d31;
	padding: 15px 15px;
	border-radius: 5px 5px 10px 10px;
	color: #ffffff;	
	transition: all 0.5s ease;
	text-align: center;
}

.subscribe-btn:hover{
	text-decoration: none;
	color: #ffffff;	
}
/* ------------------------ */

/* note */

.note{
	padding-left: 30px;
	position: relative;
	/* color: #586971; */
	font-size: 15px;
	margin-bottom: 66px;
}

.form-lections__text {
	font-size: 16px;
}

.note::before{
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: #66bb6a;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* ----------- */

/* bulleted-list */
.bulleted-block{
	margin-top: 78px;
}

.bulleted-list{
	list-style-type: none;
	padding: 0;
}

.bulleted-list__item{
	padding-left: 80px;
	position: relative;
	line-height: 35px;
	margin-bottom: 40px;	
	font-size: 18px;
}

.bulleted-list__item:before{
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 5px solid #f8f9f9;
	background-color: #fff;
	background-image: url("../img/check.png");
	background-repeat: no-repeat;
	background-position: center;
}



/* --------------- */


/* form-lections */

.school-call {
	margin: 40px auto 20px;
}

.contact-form-wrapper{
	padding: 20px;
	background: #ffffff;
	/*border: 5px solid #f9fafa;
	border-radius: 10px;
	margin-top: -80px;	*/
	width: 100%;
}

.form-lections{
	margin-top: 50px;
	margin-bottom: 105px;
	position: relative;
	line-height: 32px;
}

.form-lections .form-lections__content{ 
	background-color: #f8f9f9;
	border-radius: 20px;
	padding: 70px  88px 120px 88px;
	margin-top: 100px;
}

.form-lections__img{
	position: absolute;
	bottom: -40px;
}

/*---------------*/


/* video-list */

.video-feedback{
	margin-bottom: 170px;
}

.video-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.video-list__item{
	position: relative;
}

.video-list__content{
	background: #000;
	border-radius: 20px;
	border: 5px solid #f9fafa;
	overflow: hidden;
	-webkit-box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.15);
	-moz-box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.15);
	box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.15);
	cursor: pointer;
}

.video-list__img{
	width: 100%;
	opacity: 0.6;
	transition: all 0.5s ease;
}

.video-list__content:hover .video-list__img{
	opacity: 0.3;
}

.video-list__content:hover .play-button{
	background: #ffffff;
	background-clip: padding-box;
}

.video-list__content:hover .play-button::after{
	border-left-color: rgb(234,147,50);
}

.video-list__descr{
	position: absolute;
	border-radius: 10px;
	border: 5px solid #f9fafa;
	background: #fff;
	width: 70%;
	font-weight: 500;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
	-webkit-box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.08);
	-moz-box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.08);
	box-shadow: 0 30px 80px 0 rgba(34, 36, 37, 0.08);

}

.video-list__content .play-button{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* ------------ */


/* services */

.services-block{
	margin-top: 83px;
}

.services{
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
	justify-content: space-between;
	margin-bottom: 180px;	
}

.services__item{
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.services__disk{
	content: '';
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 5px solid #f8f9f9;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.services__img{
	position: relative;
}

.services__text{
	padding: 20px 40px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-size: 20px;
	font-weight: 500;
}

/* --------- */


/* footer */

footer{
	background: #222425;
	padding: 57px 0;
}

footer .logo__img{
	width: 100%;
}

.copyright{
	color: #73868f;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
}

/* -------- */


.modal video{
	width: 100%;
}
#modal-form button.btn {
	font-size: 16px;
	font-family: inherit;
}

.modal .modal-title {
	font-size: 30px;
}
.modal .modal-body {
	font-size: 16px;
	padding: 30px;
}

/* --------------- */



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

@media (max-width: 1299px){
	.video-button {
    right: 50px;
    top: 100px;
	}

	.subscribe-btn {
		padding: 5px 10px;
	}

	.shedule-table__ceil:nth-of-type(3) {
    width: 19%;
	}
	
	.shedule-table__ceil_content:nth-of-type(3) {
    width: calc(19% - 2px);
	}

	.shedule-table__ceil_content:nth-of-type(4) {
    width: calc(17% - 2px);
	}	

	.shedule-table__ceil:nth-of-type(4) {
    width: 17%;
	}
	
	.shedule-table__ceil_content:nth-of-type(6) {
    width: calc(15% - 6px);
	}

	.shedule-table__ceil:nth-of-type(6) {
    width: 15%;
	}

	.contact-form__text {
		font-size: 16px;
		line-height: 1.4;
	}

	.contact-form-wrapper {
    padding: 10px;
	}

	.contact-form {
		padding: 5px;
	}

	.contact-form__label {
		padding-left: 15px;
		flex-grow: 1;
	}

	.contact-form input[type=text]{
		width: 100%;
		min-width: 0;
	}

}


@media (max-width: 1199px){
	.first-screen {
    background: none;
}

	.video-button {
		right: 0;
    top: -328px;
	}

	.contact-form-wrapper {
		padding: 10px;
		margin-top: 50px;
	}

	.shedule-table__content{
		padding: 10px;
	}

	.subscribe-btn{
		font-size: 14px;
	}
}

@media (max-width: 992px){
	.top-line{
		margin-bottom: 50px;
	}
	.contact__label {
    display: none;
	}

	.logo__img{
		width: 100%;
	}

	.form-lections__img {
    display: none;
	}

	.form-lections .form-lections__content {
		padding: 20px;	
		margin-top: 50px;
	}

	.shedule-table__row_header{
		display: none;
	}


	.shedule-table__row{
		flex-wrap: wrap;
	}

	.shedule-table__ceil_content:nth-of-type(1){
		width: 35%;
	}
	
	.shedule-table__ceil_content:nth-of-type(2){
		width: 15%;
	}
	
	.shedule-table__ceil_content:nth-of-type(3){
		width: 25%;
	}
	
	.shedule-table__ceil_content:nth-of-type(4){
		width: 25%;
	}
	
	.shedule-table__ceil_content:nth-of-type(5){
		display: none;
		width: 50%;
	}
	
	.shedule-table__ceil_content:nth-of-type(6){
		width: 100%;
		justify-content: flex-end;
	}


	.services__item{
		margin-bottom: 100px;
	}
}

@media (max-width: 768px){
	.first-screen{
		margin-bottom: 0;
	}

	.contact-phone__number{
		font-size: 16px;
	}

	.price__label{
		font-size: 20px;
	}

	.price__summ{
		font-size: 30px;
	}

	.price__descr{
		font-size: 12px;
	}

	.top-line {
    margin-bottom: 30px;
	}

	.price{
		padding-left: 10px;
	}

	.first-screen__title_pos {
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 1.4;	
	}
	.first-screen__price{
		margin-bottom: 150px;
	}

	.video-button {
		right: initial;
		left: 15px;
    top: -360px;
	}

	.contact-form{
		flex-direction: column;
	}

	.shedule-table__row{
		flex-direction: column;
		max-width: 300px;
	}
	
	.contact-form__label:first-of-type .contact-form__input {
    border-right: none!important;
	}

	.shedule-table__ceil_content:nth-of-type(6) .shedule-table__content{
		width: 100%;
	}

	.shedule-table__pos{
		display: flex;
    flex-direction: column;
    align-items: center;
	}

	.subscribe-btn{
		width: 100%;
	}

	.shedule-table__ceil.shedule-table__ceil_content{
		width: 100%;
	}
	
	.shedule-table__ceil_content:nth-of-type(6){
		width: 100%;
		justify-content: flex-start;
	}

	.video-list__item{
		margin-bottom: 80px;
	}

	.video-feedback{
		margin-bottom: 0;
	}

	.form-lections {
		margin-top: 0;
	}

	.form-lections .form-lections__content{
		margin-top: 0;
	}

	.services{
		margin-bottom: 50px;
	}

	footer {
  	padding: 20px 0;
	}

	.school-call {
		width: 100%;
	}

}

@media (max-width: 576px){
	.contact-phone__number{
		font-size: 12px;
	}
}

