body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color: #1A1B20;
}

body.no-scroll {
	overflow: hidden;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.btn {
	position: relative;
	font-size: 14px;
	padding: 32px 41px;
	color: #32291D;
	background:
	radial-gradient(at top, #FDFBFB, #D8B178);
	border-radius: 50px;
	text-decoration: none;
	font-weight: 700;
	box-shadow: none;
	outline: none;
	overflow: hidden;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	transition: 1s linear;
}

.btn:before {
	content: '';
	position: absolute;
	top: -100px;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter: blur(40px);
	transform: scewX(-30deg);
}

.btn:hover:before,
.btn:focus:before {
	top: calc(100% + 100px);
	transition: 2s;
}

.btn:hover {
	box-shadow: 0px 13px 45px rgba(218, 181, 125, 0.28);
}

.header {
	background: linear-gradient(238.55deg, #1A1B20 28.98%, #131110 43.16%);
}

.header__inner {
	position: relative;
	padding: 30px 0 102px 0;
	
	color: #fff;
	background: url('../img/girl-photograph.png') no-repeat right 0 bottom 0;
}

.header__inner__play {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 370px;
	bottom: 120px;
}

.header__play__icon {
	margin: 0 auto;
	display: block;
}

.header__play__text {
	max-width: 232px;
	font-weight: 400;
	text-align: center;
	padding: 12px 18px 14px 18px;
	background: #1A1B20;
	border-radius: 14px;
}

.header__inner__bg {
	position: absolute;
	height: 96%;
}

.navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content__left {
	display: flex;
	align-items: center;
}

.nav__menu {
	margin-left: 64px;
}

.nav__link {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	margin-left: 41px;
	transition: 0.2s linear;
}

.nav__link:hover {
	color: #F8DFBA;
}

.city {
	display: flex;
	margin-left: 63px;
	align-items: center;
}

.city__text {
	margin-left: 8px;
}

.phone {
	display: flex;
}

.phone__whatsapp {
	margin-right: 20px;
}

.phone__number {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
	color: #fff;
	text-decoration: none;
}

.phone__link {
	float: right;

	color: #F8DFBA;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #46423F;
	border-bottom-style: dashed;

	transition: 0.2s linear;
}

.phone__link:hover {
	border-bottom: 1px solid #F8DFBA;
	border-bottom-style: dashed;
}

/*burger-menu*/

.burger {
	display: none;
}


/*Header__content*/

.header__content {
	padding: 90px 0 80px 0;
}

.header__content__info {
	position: relative;
}

.header__content__info__text {
	display: inline-block;
	padding: 12px 24px;
	color: #F8DFBA;
	border: 1px solid #46423F;
	border-radius: 30px;
	font-size: 12px;
}

.header__content__info__icon {
	position: absolute;
	left: -10px;
	bottom: -5px;
}

.header__content__title {
	font-size: 48px;
	margin-top: 15px;
	max-width: 680px;
	line-height: 117.3%;
}

.header__content__descript {
	margin-top: 17px;
	color: #E2DDD5;
	font-size: 14px;
	max-width: 534px;
	line-height: 138.69%;
	font-weight: 500;
}

.header__content__action {
	display: flex;
	margin-top: 60px;
}

.header__content__action__time {
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.action__time__text {
	margin-left: 12px;

}

.action__time__title {
	font-size: 14px;
	color: #E9E8E8;
	margin: 0 0 7px 0;
	font-weight: 500;

	max-width: 165px;
}

.action__time__title span {
	color: #F8DFBA;
}

.advantages {
	position: absolute;
	padding: 0 50px;
	border-radius: 18px;
	display: flex;
	background: linear-gradient(180deg, #131417 0%, #1A1B20 100%);
}

.advantages__item {
	display: flex;
	align-items: center;
}

.advantages__item__img {
	margin-right: 12px
}

.advantages__item__title {
	font-weight: 500;
	font-size: 16px;

	margin-right: 70px;
}

.advantages__item__title--margin-off {
	margin-right: 0;
}






/*youknow*/

.youknow {
	padding: 130px 0;
}

.section__title {
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}

.youknow__content {
	display: flex;
	margin-top: 56px;
}

.youknow__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 50px;
}

.youknow__item:last-child {
	margin-right: 0;
}

.youknow__item__title {
	max-width: 280px;
	font-size: 18px;
	font-weight: 600;
	line-height: 123.2%;
	text-align: center;
	margin: 18px 0 6px 0;
}

.youknow__item__descript {
	max-width: 220px;
	text-align: center;
	margin: 0;
	font-weight: 500;
	color: #89898B;
	font-size: 14px;
}




/*foryou*/

.foryou {
	padding: 90px 0;
	background-color: #FBFBFB;
}

.foryou__content {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.foryou__item {
	display: flex;
	flex-direction: column;
	align-items: center;

	margin-right: 120px;
}

.foryou__item:last-child {
	margin-right: 0;
}

.foryou__item__text {
	text-align: center;
	font-weight: 500;
	max-width: 273px;
}



/*leading*/

.leading {
	padding-top: 20px;
	background: linear-gradient(238.55deg, #1A1B20 28.98%, #131110 43.16%);
}

.leading__content {
	display: flex;
}

.leading__img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}

.leading__title--bold {
	text-align: left;
	font-weight: 700;
	color: #fff;

	margin-bottom: 22px;
}

.leading__content__info {
	margin-left: 116px;
	margin-top: 106px;
}

.leading__content__info__suptitle {
	display: inline-block;
	color: #fff;
	padding: 10px 14px;
	border: 1px solid #E8C999;
	border-radius: 25px;
	font-weight: 500;

	margin-bottom: 9px;
}

.statistics__item {
	display: flex;

	margin-top: 16px;
}

.statistics__item__img {
	margin-right: 11px;
}

.statistics__item__text {
	color: #E2DDD5;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

/*leading*/



/*studentworks*/

.studentworks {
	padding: 120px 0;
	background-color: #FBFBFB;
}

.studentworks--bold {
	font-weight: 700;
	margin-bottom: 65px;
}

.studentworks__content {
	display: flex;
	flex-wrap: wrap;
}

.students__item {
	width: 25%;
	height: 480px;
	position: relative;
	overflow: hidden;
	transition: 1s;
}

.studentworks__content__img {
	position: absolute;
	height: 480px;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.students__item:hover .students__item__info {
	opacity: 1;
}

.students__item__info {
	display: flex;
	flex-direction: column;
	justify-content: center;

	width: 100%;
	height: 100%;
	background: rgba(26, 27, 32, 0.94);
	opacity: 0;

	position: absolute;
	top: 0;
	left: 0;

	transition: 0.5s linear;
}

.student__avatar {
	display: block;
	margin: 0 auto;
}

.student__name {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	line-height: 131.9%;
	letter-spacing: 0.2em;
	text-transform: uppercase;

	margin-top: 10px;
}

/*studentworks*/






/*contact-form*/

.contact-form {
	padding: 120px 0;
}

.contact-form__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form__outter {
	position: relative;
}

.contact-form__img {
	position: absolute;
	right: 200px;
	bottom: 25px;
	z-index: -99;
}

.contact-form__img--circles {
	z-index: -100;
	right: -90px;
	bottom: -60px;
}

.contact-form__title {
	max-width: 415px;
	text-align: left;
}

.left__content__descript {
	font-size: 14px;
	color: #767679;
	max-width: 326px;
}

.form {
	box-shadow: 0px 19px 34px rgba(0, 0, 0, 0.08);
	border-radius: 13px;
	padding: 31px 38px;
	background-color: #fff;
	z-index: 100;
}



.form__title {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3px;
}

.form__descript {
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	color: #8C8D8F;
	margin: 0 0 20px 0;
}

.input {
	display: block;
	margin: 0 auto;
	width: 100%;

	margin-bottom: 10px;

	outline: none;
	border: none;
	font-size: 14px;
	padding: 28px 41px;
	border-radius: 50px;
	background-color: #F9F9F9;
}

.input::placeholder {
	color: #B6B6B8;
	font-weight: 500;
}

.input:focus {
	background-color: #E9E9E9;
}

.btn--form {
	border: none;
	cursor: pointer;
	width: 100%;
}

.form__confidence-info-link {
	max-width: 316px;
	font-weight: 500;
	margin-top: 14px;
	font-size: 12px;
	text-align: center;
	color: #8C8C8E;
}

.form__confidence-info-link a {
	color: #1A1B20;
	text-decoration: none;
	border-bottom: 1px solid #A3A4A6;
	border-bottom-style: dashed;

	transition: 0.2s;
}

.form__confidence-info-link a:hover {
	opacity: 0.8;
}

/*form-contact*/








/*studentslike*/

.studentslike {
	background: linear-gradient(238.55deg, #1A1B20 28.98%, #131110 43.16%);
	color: #fff;
	padding: 110px 0;

	position: relative;
}

.students__ellipse {
	position: absolute;
	left: -560px;
	top: -400px;
}

.studentslike__content__multi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.studentslike--title {
	font-weight: 700;
	text-align: left;
	max-width: 415px;
}

.studentslike__item {
	display: flex;
	align-items: center;

	margin-bottom: 38px;
}

.studentslike__item--lastmargin {
	margin-left: 216px;
}

.studentslike__item__info {
	margin-left: 30px;
}

.studentslike__item__title {
	font-size: 18px;
}

.studentslike__item__descript {
	font-size: 14px;
	color: #E2DDD5;
	font-weight: 500;
	max-width: 383px;
}

/*studentslike*/







/*programm*/

.programm {
	background-color: #141211;
	padding: 80px 0;
	color: #fff;
	position: relative;
}

.programm__content {
	padding: 50px 67px;
	border: 1px solid #E0BD88;
	border-radius: 14px;
}

.programm__ellipse {
	position: absolute;
	right: 0;
	bottom: -400px;
}

.programm__title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}

.programm__content__outter {
	display: flex;
}

.programm__indicator {
	margin-right: 22px;
	margin-top: 8px;
}

.programm__item {
	margin-top: 34px;
}

.programm__item__suptitle {
	font-weight: 500;
	font-size: 14px;
	color: #F8DFBA;
	margin-bottom: 8px;
}

.programm__item__title {
	font-size: 18px;
	margin-bottom: 5px;
}

.programm__item__descript {
	line-height: 165.2%;
	color: #E2DDD5;
	font-size: 14px;
	margin: 0;
	font-weight: 500;
}

/*programm*/







/*courses*/

.courses {
	background-color: #141211;
	padding: 120px 0 540px 0;
	color: #fff;
}

.courses__title {
	text-align: left;
	font-weight: 700;

	margin-bottom: 30px;

	z-index: 2;
}

.courses__content {
}

.courses__item {
	position: relative;
	display: flex;
	padding: 38px 205px 72px 42px;
	background-color: #181716;
	border-radius: 30px;
	margin-bottom: 40px;
	width: 70%;

	z-index: 1;
}

.courses__item__second {
	float: right;
}

.courses__item__last {
	float: right;
}

.btn--courses {
	display: inline-block;
	color: #F8DFBA;
	padding: 26px 46px;
	background: #141211;
	border: 1px solid #F8DFBA;
	font-weight: 500;

	transition: 0.2s linear;
}

.btn--courses:hover {
	color: #FFF2DF;
	box-shadow: none;
}

.courses__item__info__title {
	font-size: 18px;
	max-width: 400px;
}

.courses__item__info__descript {
	margin-bottom: 25px;

	max-width: 500px;
	font-weight: 500;
	color: #E2DDD5;
	font-size: 14px;
	line-height: 180%;

	z-index: 3;
}

.courses__item__img {
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: -2;
}

.courses__item__img--max {
	height: 100%;
	right: 0;
	z-index: -1;
}

/*courses*/










/*contact-form2*/

.contact-form__innernotspacebeetwen {
	justify-content: unset;
}


.right__content {
	margin-left: 132px;
}

.form__outter2 {
	padding-left: 130px;
}


/*contact-form2*/









/*reviews*/

.reviews__content__arrow {
	background:
	radial-gradient(at top, #F8DFBA, #D8B178);
	border-radius: 50px;
	padding: 20px 25px;

	transition: 0.2s linear;
}

.reviews__content__arrow:hover {
	box-shadow: 0px 13px 45px rgba(218, 181, 125, 0.28);
}

.slick-prev:before, .slick-next:before {
	line-height: 0;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 60px;
    width: 20px;
    height: 20px;
    padding: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background:
	radial-gradient(at top, #F8DFBA, #D8B178);
}

.slick-prev:hover, .slick-next:hover {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    border-radius: 60px;
    width: 20px;
    height: 20px;
    padding: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background:
	radial-gradient(at top, #F8DFBA, #D8B178);
}

.slick-prev:focus, .slick-next:focus {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    border-radius: 60px;
    width: 20px;
    height: 20px;
    padding: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background:
	radial-gradient(at top, #F8DFBA, #D8B178);
}

.slick-prev {
	left: -85px;
}

.slick-next {
	right: -85px;
}

.reviews {
	background-color: #FBFBFB;
	padding: 80px 0 100px 0;
}

.reviews__content {
	margin-top: 35px;
}

.reviews__item {
	outline: none;
	display: inline-block;
	padding: 38px 62px 62px 62px;
	background: #FFFFFF;
	border-radius: 36px;
}

.reviews__user {
	display: flex;
}

.reviews__user__avatar {
	margin-right: 17px;
}

.reviews__text {
	max-width: 486px;
	font-size: 14px;
	font-weight: 500;
	color: #767679;
	line-height: 170%;
}

.reviews__content__arrow {
	background:
	radial-gradient(at top, #F8DFBA, #D8B178);
	border-radius: 50px;
	padding: 20px 25px;

	transition: 0.2s linear;
}

.reviews__content__arrow:hover {
	box-shadow: 0px 13px 45px rgba(218, 181, 125, 0.28);
}

.reviews__content__arrow--left {
	margin-right: 35px;
}

.reviews__content__arrow--rigth {
	margin-left: 35px;
}

/*reviews*/




/*cases*/

.cases__content {
	margin-top: 60px;
}

.cases__item {
	padding: 25px 35px;
	background-color: #fff;
	border-radius: 22px;
}

.cases__user__text {
	align-items: center;
	display: flex;
}

.cases__text {
	max-width: 902px;
}

.cases__text__price {
	display: inline-block;
	margin-top: 45px;
	padding: 15px 28px;
	border-radius: 8px;
	border: 1px solid #F8DFBA;
}

.cases__text__price__info {
	font-size: 14px;
	color: #767679;
	margin-bottom: 10px;
}

.cases__text__price__content {
	font-size: 24px;
	color: #1A1B20;
	font-weight: 700;
}











/*faq*/

.faq {
	padding: 80px 0;
}

.faq__content {
	margin-top: 34px;
}

.faq__item {
	margin-bottom: 10px;
	border: 1px solid #DADADA;
	border-radius: 10px;
}

.faq__title {
	display: block;
	position: relative;

	padding: 13px 30px 30px 30px;

	font-size: 16px;
	font-weight: 500;
	line-height: 117.3%;

	cursor: pointer;

	transition: 0.2s linear;
}

.faq__title:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 30%;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #1A1B20 transparent transparent transparent;
}

.faq-input {
	width: 0;
	height: 0;
	appearance: none;
}

.faq-input:checked ~ .faq__title {
	border-bottom: 1px solid #DADADA;
}

.faq-input:checked ~ .faq__title:after {
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #F8DFBA transparent;
}

.faq-input:checked ~ .faq-text {
	display: block;
}

.faq-text {
	display: none;
	padding: 18px 30px 30px 30px;
	font-size: 14px;
	color: #767679;
	font-weight: 500;
}

.faq-text__instagram {
	text-decoration: none;
	color: #FF047D;
	font-size: 16px;
	font-weight: 500px;
	margin-right: 20px;

	transition: 0.2s linear;
}

.faq-text__instagram:hover {
	text-decoration: underline;
}

.faq-text__vkontakte {
	text-decoration: none;
	color: #0496FF;
	font-size: 16px;
	font-weight: 500px;

	transition: 0.2s linear;
}

.faq-text__vkontakte:hover {
	text-decoration: underline;
}

/*faq*/









/*steps-contacts*/

.steps-contacts {
	padding: 80px 0 160px 0;
}

.steps-contacts__content {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.steps__item {
	margin-right: 50px;
}

.steps__item:last-child {
	margin-right: 0;
}

.steps__item__img {
	display: block;
	margin: 0 auto;
}

.steps__item__title {
	margin-top: 16px;
	max-width: 185px;
	text-align: center;
	color: #1A1B20;
	font-weight: 600;
}

.steps-contacts__contacts {
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
}


.contacts__item {
	display: flex;
	margin-right: 36px;

	padding: 25px 55px 25px 25px;
	background: #FFFFFF;
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
	border-radius: 13px;
}

.contacts__item__icon {
	margin-right: 14px;
}

.contacts__item__suptitle {
	margin-bottom: 7px;

	color: #767679;
	font-size: 14px;
	font-weight: 500;
}

.contacts__item__title {
	font-weight: 700;
	font-size: 16px;
	color: #1A1B20;
}

.contacts__item__title label {
	font-weight: 400;
	color: #767679;
}

/*contacts-steps*/







/*footer*/

.footer {
	padding: 50px 0;
	background-color: #1A1B20;
	color: #fff;
}

.copyright {
	color: #A3A4A6;
	font-size: 14px;
	font-weight: 500;
}

.footer__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*footer*/

.privacypolicy__title {
	font-weight: 700;
	margin-top: 80px;
	margin-bottom: 20px;
}

.policy__text {
	line-height: 182%;
	font-weight: 500;
	margin-bottom: 20px;
}

.policy__text:last-child {
	margin-bottom: 140px;
}



/*modals*/

.modal {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;

	background-color: rgba(26, 27, 32, 0.85);

	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
}

.modal.show {
	display: flex;
}

.modal__content {
	position: relative;
	width: 455px;

	padding: 40px 50px;
	background-color: #fff;
	border-radius: 13px;
}

.form--modal {
	box-shadow: none;
	padding: 0;
	background-color: transparent;
}

.modal__close {
	position: absolute;
	right: 20px;
	top: 20px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}



/*Media Queries*/


@media (max-width: 1620px){
		.header__inner {
		background: url('../img/girl-photograph.png') no-repeat right -200px bottom 0;
	}
}

@media (max-width: 1350px) {
	.contact-form__img--circles {
		display: none;
	}

	.container {
		padding: 0 25px;
	}

	.slick-prev, .slick-next {
		right: 0;
		left: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 60px;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	}

	.slick-prev:hover, .slick-next:hover {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 60px;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	}


}

@media (max-width: 1280px){
		.header__inner {
		background: url('../img/girl-photograph.png') no-repeat right -280px bottom 0;
	}

		.map__content {
			left: 50px;
		}

		.header__inner__play {
			right: 150px;
		}
}

@media (min-width: 1100px) {
	.menu-btn {
		display: none;
	}
}

@media (max-width: 1100px){
		.header__inner {
		background: url('../img/girl-photograph2.png') no-repeat left 0 top 100px;
		background-size: 60%;
		position: relative;
		}

		.nav {
			display: none;
		}

		.nav.active {
			display: block;
		}

		.header__inner__bg {
			right: 0;
			transform: scale(-1, 1);
		}

		.header__content {
			padding: 540px 0 80px 0;
		}

		.nav__menu {
			display: none;
		}

		.phone {
			display: none;
		}

		.menu-btn {
			border: none;
			background: 0;
			padding: 0;
			display: block;
		}

		.header__inner__play {
			right: 500px;
			bottom: 650px;
		}

}

@media (max-width: 980px) {

	.advantages {
		display: block;
		background: none;
	}

	.advantages__item {
		background: linear-gradient(238.55deg, #1A1B20 28.98%, #131110 43.16%);
		padding: 5px 40px 5px 35px;
		border-radius: 18px;
		margin-bottom: 20px;
	}

	.header__inner {
		padding: 30px 0 502px 0;
	}

	.leading {
		padding-top: 34px;
	}

	.leading__content__info {
	    margin-left: 71px;
	    margin-top: 36px;
	}

	.leading__img {
		max-width: 350px;
		height: 320px;
		margin-top: 30px;
	}

	.students__item {
		height: 300px;
	}

	.studentworks__content__img {
		height: 300px;
	}

	.contact-form__inner {
		display: block;
	}

	.contact-form__img {
	    right: 0;
	    bottom: 210px;
	}

	.form {
	    margin-top: 30px;
	    width: auto;
	}

	.studentslike__content__multi {
		display: block;
	}

	.studentslike--title {
		margin-bottom: 30px;
	}

	.studentslike__item--2 {
		margin-left: 80px;
	}

	.studentslike {
		padding: 110px 0 80px 0;
	}

	.programm__ellipse {
		display: none;
	}

	.courses {
		padding: 35px 0 540px 0;
	}

	.courses__item {
		width: 100%;
	}

	.form__confidence-info-link {
		margin: 14px auto 0 auto;
	}

	.contact-form__innernotspacebeetwen {
		display: flex;
		flex-direction: column;
	}

	.right__content {
		order: 1;
	}

	.form__outter {
		order: 2;
	}

	.contact-form__title--2 {
		text-align: center;
	}

	.contact-form__descript--2 {
		text-align: center;
	}

	.right__content {
		margin-left: 0;
	}

	.form__outter2 {
		padding-left: 0;
	}

	.contact-form__descript--2 {
		margin: 10px auto 0 auto;
	}

	.header__inner__play {
			right: 500px;
			bottom: 1050px;
		}

}


@media (max-width: 800px) {

	.header__content__info {
		display: flex;
		justify-content: center;
	}

	.header__content__info__icon {
		display: none;
	}

	.header__content__info__text {
		font-size: 14px;
	}

	.header__content__title {
		font-size: 40px;
		text-align: center;
	}

	.header__content__descript {
		text-align: center;
	}

	.header__content {
		display: flex;
    	justify-content: center;
    	flex-direction: column;
    	align-items: center;
	}

	.header__inner__bg {
		height: 30%;
	}

	.header__inner {
		background-size: 75%;
	}

	.header__content__action {
		margin-top: 18px;
	}

	.youknow {
		padding: 80px 0;
	}

	.section__title {
		font-size: 32px;
	}

	.youknow__content {
		justify-content: center;
		flex-wrap: wrap;
	}

	.youknow__item {
		margin-bottom: 50px;
	}

	.foryou__content {
		justify-content: center;
		flex-wrap: wrap;
	}

	.foryou__item:first-child {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.foryou__item:nth-child(2) {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.leading__img {
		order: 2;
	}

	.statistics__item__text {
		font-size: 13px;
	}

	.studentworks {
		padding: 70px 0;
	}

	.studentworks--bold {
		margin-bottom: 35px;
	}

	.contact-form {
		padding: 70px 0;
	}

	.contact-form__img {
		right: -150px;
	}

	.students__ellipse {
		display: none;
	}

	.studentslike {
		padding: 80px 0 20px 0;
	}

	.studentslike__item__img {
		max-width: 200px;
	}

	.studentslike__item--2 {
		margin-left: 55px;
	}

	.studentslike__item--lastmargin {
		margin-left: 160px;
	}

	.courses__item__info__descript {
		max-width: 380px;
	}

	.steps-contacts__contacts {
		display: block;
	}

	.contacts__item {
		margin-bottom: 15px;
	}

	.steps-contacts {
		padding: 80px 0 130px 0;
	}

	.contact-form__img {
    right: 0;
    bottom: 300px;
	}

	.header__inner__play {
			right: 300px;
			bottom: 1000px;
		}


}


@media (max-width: 715px) {

	.contact-form__img {
		right: 0;
		bottom: 300px;
	}

	.left__content {
		margin-bottom: 250px;
	}

	.contact-form__inner .left__content {
		margin-bottom: 0;
	}

	.steps-contacts {
		padding: 25px 0 130px 0;
	}

	.leading__content__info__suptitle {
		border-radius: 50px;
		padding: 10px;
	}

	.header__inner__play {
			right: 57px;
    		bottom: 1107px;
		}

}

@media (max-width: 610px) {
	.header__inner__bg {
		z-index: 1;
		height: 35%;
	}

	.header__content__title {
		z-index: 2;
		font-size: 36px;
	}

	.header__content__action {
		margin-top: 50px;
		display: block;
	}

	.header__content__action__time {
		margin-top: 55px;
		justify-content: center;
	}

	.header__inner {
		background-size: 95%;
		background-position: center 100px;
	}

	.btn {
		text-align: center;
	}

	.btn:before {
		display: none;
	}

	.youknow__content {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.foryou__content {
		flex-wrap: nowrap;
		flex-direction: column;
	}

	.leading__img {
		position: absolute;
		bottom: 0;
    	right: 25px;
	}

	.leading {
		position: relative;
		padding-top: 80px;
    	padding-bottom: 230px;
	}

	.leading__content__info {
		margin: 0;
	}

	.statistics__item__text {
		max-width: 200px;
		font-size: 18px;
	}

	.students__item {
		width: 33.333333%;
	}

	.contact-form__img {
		max-width: 450px;
	}

	.contact-form__inner .left__content {
		margin-bottom: 260px;
	}

	.form {
		width: auto;
	}

	.studentslike__item--2 {
		margin-left: 0;
	}

	.studentslike__item--lastmargin {
		margin-left: 0;
	}

	.programm__indicator {
		display: none;
	}

	.courses__item__img--max {
		border-radius: 20px;
		height: 40%;
	}

	.contact-form__inner .right__content {
		margin-bottom: 0;
	}

	.reviews__content__inner {
		flex-direction: column;
	}

	.reviews__content__inner {
		position: relative;
	}

	.reviews__item {
		position: relative;
	}

	.reviews__content__arrow {
		position: absolute;
	}

	.reviews__content__arrow--left {
		z-index: 99;
		bottom: -85px;
		left: 160px;
	}

	.reviews__content__arrow--rigth {
		bottom: -85px;
		right: 160px;
	}

	.reviews {
		padding: 80px 0 0 0;
	}

	.steps-contacts__content {
		flex-direction: column;
	}

	.steps__item {
		margin-bottom: 40px;
		margin-right: 0;
	}

}

@media (max-width: 535px) {

	.city {
		margin-left: 0;
		margin-top: 15px;
	}

	.content__left {
		display: block;
	}

	.header__inner {
		background-position: center 140px;
	}

	.header__content {
		padding: 300px 0 80px 0;
	}

	.contact-form__innernotspacebeetwen {
		display: table;
		margin: 0 auto;
	}

	.contact-form__inner .right__content {
		display: table-header-group;
	}

	.contact-form__img {
	    right: 52px;
	    bottom: 345px;
	    max-width: 383px;
	}

	.advantages__item {
		background: transparent;
		padding: 0;
	}

	.youknow__item {
		margin-right: 0;
	}

	.footer {
		padding: 36px 0 50px 0;
	}

	.footer__content {
		flex-direction: column;
	}

	.footer__logo {
		margin-bottom: 20px;
	}

	.copyright {
		margin-bottom: 20px;
	}

	.courses__item {
		padding: 38px 45px 260px 42px;
	}

	.courses {
		padding: 35px 0 728px 0;
	}

	.header__inner__play {
			right: 46px;
    		bottom: 1152px;
		}

}


@media (max-width: 480px) {

	.header__content__title{
		font-size: 30px;
	}

	.header__content {
		padding: 300px 0 55px 0;
	}

	.leading {
		padding-bottom: 356px;
	}

	.statistics__item__text {
		max-width: 300px;
	}

	.studentslike__item__img {
		max-width: 150px;
	}

	.studentslike__item__info {
		margin-left: 15px;
	}

	.reviews__content__arrow--left {
		left: 115px;
	}

	.reviews__content__arrow--rigth {
		right: 115px;
	}

	.advantages {
		padding: 0;
	}

	.advantages__item__title--margin-off {
		max-width: 280px;
	}

	.students__item {
		width: 50%;
	}

	.modal__content {
		width: 307px;
    	padding: 3px 15px 33px 15px;
	}

	.left__content__descript {
		font-size: 17px;
	}

	.studentslike__item {
		flex-direction: column;
	}

	.studentslike__item__img {
		max-width: 200px;
		margin-bottom: 20px;
	}

	.studentslike__item__title {
		text-align: center;
	}

	.studentslike__item__descript {
		text-align: center;
	}

	.studentslike--title {
		text-align: center;
	}

	.programm__content {
		padding: 35px 35px;
	}

	.left__content__descript {
		max-width: 350px;
	}

	.contacts__item {
		margin-right: 0;
	}

	.courses__item {
    	padding: 25px 40px 260px 25px;
	}

	.header__inner__play {
			right: 46px;
    		bottom: 1033px;
		}
}

@media (max-width: 445px) {

	.courses__item__img--max {
		border-radius: 20px;
		height: 33%;
	}

	.courses {
    padding: 35px 0 770px 0;
	}

	.header__inner__play {
			right: 46px;
    		bottom: 1077px;
		}
}

@media (max-width: 390px) {
	.cases__text__price__content__two {
    	max-width: 140px;
	}

	.header__inner__play {
			right: 46px;
    		bottom: 1106px;
		}
}

@media (max-width: 380px) {

	.courses__item__img--max {
		border-radius: 20px;
		height: 33%;
	}

	.header__content {
		padding: 262px 0 55px 0;
	}

	.header__inner {
    	background-position: center 120px;
	}

	.btn {
		font-size: 13px;
		padding: 32px 22px;
	}

	.advantages__item__img {
		width: 80px;
		position: absolute;
		bottom: 0;
	}

	.advantages__item {
		background: linear-gradient(180deg, #131417 0%, #1A1B20 100%);
		padding: 42px 20px;
		position: relative;
	}

	.advantages__item__title {
		margin-right: 0;
		margin-left: 100px;
	}

	.advantages__item__img--three {
		width: 120px;
    	left: -12px;
	}

	.youknow__content {
		margin-top: 35px;
	}

	.youknow {
		padding: 60px 0;
	}

	.foryou {
		padding: 60px 0;
	}

	.contact-form__img {
    	right: -16px;
    	bottom: 408px;
    	max-width: 337px;
	}

	.programm {
    	padding: 35px 0;
	}

	.programm__title {
		font-size: 32px;
	}

	.courses__item {
		padding: 25px 40px 350px 25px;
	}

	.reviews__content__arrow--left {
		left: 70px;
	}

	.reviews__content__arrow--rigth {
		right: 70px;
	}

	.btn {
		display: block;
		width: 100%;
	}

	.advantages__item__title {
		font-size: 12px;
	}

	.advantages__item {
    	padding: 25px 12px;
	}

	.header__inner__play {
    	right: 23px;
    	bottom: 1048px;
	}

}


@media (max-width: 380px) {

	.header__inner__bg {
   		height: 24%;
	}

	.header__inner {
    	background-position: center 120px;
	}

	.header__content__action {
    	margin-top: 0px;
	}

	.header__content__action__time {
    	margin-top: 25px;
	}

	.advantages__item {
    	width: 290px;
	}

	.header__inner {
    	padding: 30px 0 375px 0;
	}

	.statistics__item__text {
    	font-size: 15px;
	}

	.leading__img {
    	max-width: 310px;
    	height: 280px;
	}

	.leading {
    	padding-bottom: 310px;
	}

	.advantages__item {
   		margin-bottom: 38px;
	}

	.header__inner {
    	padding: 30px 0 430px 0;
	}

	.courses {
   		padding: 35px 0 1025px 0;
	}

	.reviews__item {
    	padding: 35px 20px 35px 20px;
	}

}






/*thanks html*/

.comebacktomain {
	text-decoration: none;
	background-color: #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 25px;

	transition: 0.2s linear;
}

.comebacktomain:hover {
	background-color: #E5E5E5;
}

.comebacktomain__group {
}

.comebacktomain__arrow {
	margin-right: 10px;
}

.comebacktomain__link {
	display: inline;
	font-size: 14px;
	font-weight: 500;
	color: #1A1B20;
}



/*thanks text*/

.thanks {
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}

.thanks__title {
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	line-height: 114.2%;
	max-width: 680px;

	padding: 100px 62px 62px 62px;
	border-radius: 42px;
	box-shadow: 0px 19px 34px rgba(0, 0, 0, 0.08);
}

.thanks__icon {
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	top: 0;
}

.thanks__checklist__download {
	padding: 0;
}

.left__content__thanks {
	padding-bottom: 250px;
}


.social {
	margin: 40px auto 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.social__content {
	margin: 0 auto;
}

.social__title {
	display: inline-block;
	padding: 0 0 50px 0;
	border: none;

	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #1A1B20;
}

.social__icons {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}

.social__icon__link {
	display: block;
	padding: 8px;
	border-radius: 10px;

	transition: 0.2s linear;
}

.social__icon__link:hover {
	opacity: 0.8;
}

.social__icon__link .telegram {
	background: #33ABDE;
	padding: 8px;
	border-radius: 10px;
}

.social__icon__link .vk {
	background: #2787F5;
	padding: 8px;
	border-radius: 10px;
}

.social__icon__link .instagram {
	background: linear-gradient(45deg, #FFC107 14.65%, #F44336 50.49%, #9C27B0 84.65%);
	padding: 8px;
	border-radius: 10px;
}

.social__icon__link:last-child {
	margin-right: 0;
}


.thanks__title__section {
	max-width: 562px;
}

.btn--thanks__content {
	margin-top: 34px;
	display: flex;
}

.btn--thanks {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 80px;
}

.thanks__btn__download {
	margin-right: 8px;
	position: absolute;
	left: 44px;
	top: 50%;
	bottom: 50%;
	transform: translateY(-50%);
}

.thanks__content__img__outer {
	margin-top: 10px;
	padding-bottom: 300px;
	padding-right: 100px;
	background: url('../img/form/circles.svg') no-repeat;
}

.thanks__content__img {
	
}

.thanks__checklist__download {
	padding-bottom: 200px;
}


@media (max-width: 610px) {
	.thanks__checklist__download .left__content {
		margin-bottom: 20px;
	}

	.thanks__checklist__download {
		padding: 50px 0;
	}

	.thanks__content__img {
		width: 80%;
	}

	.thanks__content__img__outer {
		margin-top: 0;
		background-size: 460px;
	}
}

@media (max-width: 520px) {

	.thanks__content__img__outer {
		margin-top: 0;
		background-size: 400px;
	}

	.thanks__icon {
		width: 15%;
	}

	.thanks__title {
		font-size: 24px;
	}

	.section__title .contact-form__title .thanks__title__section {
		font-size: 24px;
	}

}

@media (max-width: 460px) {

	.thanks__content__img__outer {
		margin-top: 0;
		background-size: 370px;
	}

	.thanks__content__img {
		width: 100%;
	}

}

@media (max-width: 400px) {

	.thanks__content__img__outer {
		margin-top: 0;
		background-size: 340px;
	}

	.thanks__content__img {
		width: 100%;
	}

}

@media (max-width: 360px) {

	.thanks__content__img__outer {
		margin-top: 0;
		background-size: 300px;
	}

	.thanks__content__img {
		width: 100%;
	}

}

@media (max-width: 430px) {
	.map__content {
		padding: 38px;
	}

	.social__title__map {
		padding: 0;
		border: none;
	}

	.btn--header {
		padding: 32px 27px;
		max-width: 240px;
		margin: 0 auto;
	}

}


.courses__item__info__title span {
	font-weight: 300;
}





.bage__img {
	display: none;
}


.copyright__2 {
	color: #fff;
}






.city-select-box {
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	outline: none;
	border: none;
	cursor: pointer;
	padding: 14px 0;
	z-index: 2000;
}

.city-select-box option {
	color: #000;
}