:root {
	--c-prim: #248CD6;
}
/* Fonts */
@font-face {
	font-family: 'Geometria';
	src: url('fonts/Geometria.eot');
	src: local('Geometria'),
		url('fonts/Geometria.eot?#iefix') format('embedded-opentype'),
		url('fonts/Geometria.woff') format('woff'),
		url('fonts/Geometria.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Geometria';
	src: url('fonts/Geometria-Bold.eot');
	src: local('Geometria Bold'), local('Geometria-Bold'),
		url('fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Geometria-Bold.woff') format('woff'),
		url('fonts/Geometria-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Geometria';
	src: url('fonts/Geometria-ExtraBold.eot');
	src: local('Geometria ExtraBold'), local('Geometria-ExtraBold'),
		url('fonts/Geometria-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Geometria-ExtraBold.woff') format('woff'),
		url('fonts/Geometria-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Geometria';
	src: url('fonts/Geometria-Medium.eot');
	src: local('Geometria Medium'), local('Geometria-Medium'),
		url('fonts/Geometria-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Geometria-Medium.woff') format('woff'),
		url('fonts/Geometria-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* Body */
* {
	outline: none !important;
}
body {
	font-family: 'Geometria', sans-serif;
	font-weight: normal;
	background: #EDEFF2;
	color: #333333;
}
a {
	text-decoration: none !important;
	transition: all .3s;
}
img {
	max-width: 100%;
	height: auto;
}

button {
	cursor: pointer;
	transition: all .3s;
}

.container {
	max-width: 1200px;
}

.block-title {
	font-weight: 800;
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 20px;
	text-align: center;
}
.block-subtext {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	text-align: center;
}
.small-title {
	font-weight: 800;
	font-size: 25px;
	line-height: 31px;
	margin-bottom: 20px;
}

.list-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-ul li {
	padding-left: 24px;
	position: relative;
	margin-bottom: 15px;
}
.list-ul li:last-child {
	margin-bottom: 0;
}
.list-ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #248CD6;
}

.list-ol {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: section;
}
.list-ol li {
	position: relative;
	padding-left: 38px;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
}
.list-ol li:last-child {
	margin-bottom: 0;
}
.list-ol li:before {
	counter-increment: section;
	content: "0"counters(section,".");
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 27px;
	color: #D1D1D1;	
}

/* Header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 20px 0;
}

.header__logo {}
.header__logo span {
	margin-left: 41px;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	max-width: 339px;
	position: relative;
}
.header__logo span:before {
	content: '';
	height: 30px;
	width: 1px;
	background: #fff;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translate(0, -50%);
}

.header__socials {margin-right: 70px;}
.header__socials a:not(:last-child) {
	margin-right: 12px;
}

.header__contacts-item:last-child {margin-left: 43px;}
.header__contacts-item__icon {
	height: 30px;
	width: 30px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	margin-right: 10px;
}
.header__contacts-item__icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header__contacts-item__text {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}
.header a:hover {
	opacity: .8;
}

/* Main */
.main {
	background: url('img/main-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.main .container {
	position: relative;
	padding: 145px 15px 89px;
}
.main__block {
	max-width: 496px;
	width: 100%;
	position: relative;
}
.main__title {
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 30px;
}

.main__list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	position: relative;
}
.main__list:before {
	content: '';
	position: absolute;
	top: 3px;
    left: 8px;
	width: 1px;
	border-left: 1px dashed #FFFFFF;
	height: 84%;
}
.main__list li {
	position: relative;
	padding-left: 33px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
.main__list li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	background: #23a8c7;
	border-radius: 50%;
}
.main__list li:last-child {
	margin-bottom: 0;
}

.main__image {
	position: absolute;
	bottom: 0;
	right: -5px;
}

.main__form {
	background: #F8F8F8;
	border: 2px dashed #00829E;
	border-radius: 40px;
	width: 278px;
	max-width: 100%;
}
.main__form input {
	font-size: 16px;
	height: 70px;
	text-align: center;
	border-radius: 50px;
	background: none;
	border: 1px solid #F8F8F8;
	width: 100%;
}
.main__form input::-webkit-input-placeholder {color: #333;}
.main__form input::-moz-placeholder {color: #333;}
.main__form input:-ms-input-placeholder {color: #333;}
.main__form input:-moz-placeholder {color: #333;}
.main__form button {
	display: block;
	padding: 26px 0 27px;
	text-align: center;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	border-radius: 50px;
	border: 2px solid #00829E;
	background: #fff;
}
.main__form button:hover {
	background: #00829E;
	color: #fff;
}

.main__form {
	transition: all .3s;
}
.main__form.error {
	border-color: #f63232;
}

input {
	transition: all .3s;
}
input.error {
	border-color: #f63232 !important;
}
.main__form input.error {
	border-color: #F8F8F8 !important;
}

.main__form .form__message {border-radius: 50px;}

.form__message {
	display: none;
	padding: 15px;
	text-align: center;
	color: #fff;
}
.form__message.success {
	background: #27973f;
}
.form__message.fail {
	background: #f63232;
}

.main__time {
	position: absolute;
	top: 120px;
	right: 15px;
	padding: 13px 99px 14px 25px;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
	line-height: 18px;
	color: #333;
}
.main__time span {
	display: block;
	font-weight: 800;
	color: #248CD6;
}
.main__time:after {
	content: '';
	position: absolute;
	right: 5px;
	top: 4px;
	width: 50px;
	height: 75px;
	background: url('img/clock-icon.png');
}

.main__video {
	display: block;
	position: absolute;
	bottom: 110px;
	text-align: center;
	z-index: 20;
	right: 28%;
}
.main__video-text {
	display: inline-block;
	width: 120px;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	padding: 6px 0 7px;
	color: #fff;
	margin-top: 12px;
	background: #fff;
	color: #333;
}
.main__video-icon {
	display: block;
	width: 162px;
	height: 162px;
	position: relative;
	border: 1px solid #F8F8F8;
	border-radius: 50%;
}
.main__video-icon span {
	display: block;
	transition: all .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.main__video-icon > span {
	width: 118px;
	height: 118px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #F5F5F5;
}
.main__video-icon > span > span {
	width: 108px;
	height: 108px;
	background: #FCFCFC;
}
.main__video-icon > span > span > span {
	width: 74px;
	height: 74px;
	background: #EEEEEE;
	box-shadow: 0px 2px 10px rgba(208, 208, 208, 0.15);
}
.main__video-icon > span > span > span > span {
	width: 34px;
	height: 34px;
	background: #248CD6;
	box-shadow: 0px 2px 10px rgba(208, 208, 208, 0.3);
}
.main__video-icon > span > span > span > span > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Learn */
.learn {
	padding: 72px 0 71px;
}
.learn .row {
	margin-left: -10px;
	margin-right: -10px;
}
.learn .col-lg-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.learn__item {
	background: #fff;
	padding: 30px 35px 40px 30px;
}
.learn__item-title {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 30px;
}
.learn__item-list {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: section;
}
.learn__item-list li {
	position: relative;
	padding-left: 38px;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
}
.learn__item-list li:last-child {
	margin-bottom: 0;
}
.learn__item-list li:before {
	counter-increment: section;
	content: "0"counters(section,".");
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 27px;
	color: #D1D1D1;	
}

/* Ex */
.ex {
	overflow: hidden;
}
.ex__block {
	background: #FDFDFD;
	position: relative;
}
.ex__block:before {
	content: '';
	position: absolute;
	top: 0;
	left: -70%;
	width: 70%;
	height: 100%;
	background: #FDFDFD;
}
.ex__text {
	padding: 70px 77px 0 54px;
	font-size: 18px;
	line-height: 27px;
}
.ex__list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}
.ex__list li {
	padding-left: 24px;
	position: relative;
	margin-bottom: 15px;
}
.ex__list li:last-child {
	margin-bottom: 0;
}
.ex__list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #248CD6;
}

/* Programm */
.programm {
	padding: 70px 0 80px;
}
.programm__title {
	margin-bottom: 50px;
}
.programm__block {
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 5px 25px rgba(187, 187, 187, 0.25);
	border-radius: 10px;
	position: relative;
}
.programm__block:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #FFFFFF;
	box-shadow: 0px 15px 19px rgba(216, 216, 216, 0.25);
	border-radius: 5px;
	width: 1100px;
	max-width: 100%;
	height: 20px;
}
.programm__menu {
	padding: 10px;
	background: #FBFBFB;
	border-bottom: 1px solid #EEEEEE;
}
.programm__menu a {
	width: 49.5%;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	padding: 21px 15px;
	color: #333;
	border-radius: 5px;
}
.programm__menu a.active,
.programm__menu a:hover {
	font-weight: 800;
	background: #248CD6;
	color: #fff;
}

.programm__tab {
	opacity: 0;
	visibility: hidden;
	height: 0;
	display: none;
	transition: all .3s;
	font-size: 18px;
	line-height: 27px;
	padding: 37px 55px 76px;
}
.programm__tab.active {
	opacity: 1;
	visibility: visible;
	height: auto;
	display: block;
}

.programm__sub {
	text-align: center;
	margin-bottom: 50px;
}
.programm__ul {
	justify-content: space-between;
	flex-wrap: wrap;
}
.programm__ul li {
	width: 486px;
	max-width: 100%;
}

.programm__ol {
	justify-content: space-between;
	margin-bottom: 60px;
}

/* Bonus */
	.bonus__image {
		-o-object-fit: contain;
		object-fit: contain;
		max-width: 526px;
		-o-object-position: bottom;
			 object-position: bottom;
	}

.bonus {
	padding-bottom: 100px;
	overflow: hidden;
}
.bonus__block {
	background: #fff;
	position: relative;
}
.bonus__block:after {
	content: '';
	position: absolute;
	top: 0;
	right: -70%;
	width: 70%;
	height: 100%;
	background: #fff;
}
.bonus__text {
	padding: 51px 0 0 18px;
}
.bonus__title {
	text-align: left;
}
.bonus__title img {
	margin-left: 24px;
	margin-top: -2px;
}
.bonus__text p {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 50px;
}


/* Author */
.author {
	padding: 59px 0 35px;
	background: url('img/author-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.author .container {
	position: relative;
	z-index: 2;
}

.author__title {
	text-align: left;
}
.author__career {
	margin-top: 30px;
}
.author__career-title {
	font-weight: 800;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}
.author__career-ol {
	max-width: 430px;
	margin-bottom: 64px;
}
.author__career-ol li {
	line-height: 23px;
}
.author__image {
	position: absolute;
	bottom: 0;
	right: 62px;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	object-fit: contain;
	object-position: bottom center;
}

.author__info {
	padding-left: 244px;
	z-index: 2;
	position: relative;
}
.author__info-name {
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 11px;
}
.author__info-line {
	width: 352px;
	height: 1px;
	background: #333333;
	margin-bottom: 10px;
}
.author__info-dl {
	font-size: 16px;
	line-height: 20px;
}
.author__mobile {display: none;}

/* Reviews */
.reviews {
	padding: 64px 0 95px;
}
.reviews__title {
	text-align: left;
	margin-top: 44px;
}
.reviews__text {
	font-size: 18px;
	line-height: 27px;
}

.reviews__play {
	display: inline-block;
	width: 360px;
	height: 360px;
}
.reviews__play-button {
	display: block;
	width: 360px;
	height: 360px;
	border: 1px solid #F5F5F5;
	position: relative;
	border-radius: 50%;
	cursor: pointer;
}
.reviews__play-button span {
	display: block;
	border-radius: 50%;
	transition: all .3s;
}
.reviews__play-button > span {
	width: 262px;
	height: 262px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #F5F5F5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.reviews__play-button > span > span {
	width: 240px;
	height: 240px;
	background: #FAFAFA;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.reviews__play-button > span > span > span {
	width: 164px;
	height: 164px;
	background: #F2F2F2;
	box-shadow: 0px 2px 10px rgba(208, 208, 208, 0.15);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.reviews__play-button:hover > span > span > span {
	background: #248CD6;
}
.reviews__play-button > span > span > span > span {
	width: 76px;
	height: 76px;
	background: #248CD6;
	box-shadow: 0px 2px 10px rgba(208, 208, 208, 0.3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
.reviews__play-button:hover > span > span > span > span {
	background: #F2F2F2;
}
.reviews__play-button > span > span > span > span > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);		
}
.reviews__play-button > span > span > span > span > svg  * {
	transition: all .3s;
}
.reviews__play-button:hover > span > span > span > span > svg  * {
	fill: #248CD6;
}

.reviews__play-view {
	display: block;
	text-align: center;
	width: 100%;
}
.reviews__play-view span {
	display: inline-block;
	font-weight: 500;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 1px;
	border-bottom: 2px solid #248CD6;
	color: #333;
	text-transform: uppercase;
}

/* Course */
.course {
	padding-bottom: 77px;
}
.course__title {
	margin-bottom: 86px;
}
.course__text {
	padding-left: 89px;
	font-size: 18px;
	line-height: 27px;
}
.course__text-title {
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 34px;
}
.course__text span {
	display: block;
	margin-bottom: 10px;
}

.course__form {
	max-width: 417px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 5px 25px rgba(187, 187, 187, 0.25);
	border-radius: 10px;
	padding: 35px 25px;
	margin-right: 79px;
	position: relative;
}
.course__form:after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 368px;
	height: 164px;
	max-width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 15px 19px rgba(216, 216, 216, 0.25);
	border-radius: 5px;
	z-index: -1;
}
.course__form-title {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
}
.course__form-row {
	margin-bottom: 20px;
}
.course__form-row input {
	width: 100%;
	height: 65px;
	padding: 0 23px;
	border-radius: 5px;
	background: #F1F3F7;
	border: 1px solid #F1F3F7;
	color: #717171;
	font-size: 16px;
}
.course__form-row input::-webkit-input-placeholder {color: #717171;}
.course__form-row input::-moz-placeholder {color: #717171;}
.course__form-row input:-ms-input-placeholder {color: #717171;}
.course__form-row input:-moz-placeholder {color: #717171;}

.course__form-button {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	padding: 22px 15px 23px;
	color: #fff;
	border-radius: 7px;
	background: #248CD6;
	border: 1px solid #248CD6;
	cursor: pointer;
}
.course__form-button:hover {
	background: none;
	color: #248CD6;
}

.course__form-policy {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
.course__form-policy a {
	font-weight: 700;
	color: #248CD6;
	text-decoration: underline !important;
}
.course__form-policy a:hover {
	text-decoration: none !important;
}

.course__plus {
	margin-top: 70px;
	font-size: 14px;
	line-height: 17px;
	color: #727272;
	text-align: center;
}

/* Footer */
.footer {
	padding: 30px 0 40px;
	background: #333333;
	color: #fff;
}
.footer__info {
	margin-top: 20px;
	font-size: 12px;
	line-height: 15px;
}

.footer__socials {
	margin-top: 23px;
	margin-bottom: 17px;
	justify-content: center;
}
.footer__socials a:not(:last-child) {margin-right: 12px;}
.footer a:hover {opacity: .7;}

.footer__copyright {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #878787;
}

.contacts {
	display: inline-block;
}
.contacts__item {margin-bottom: 22px;}
.contacts__item-icon {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	margin-right: 11px;
}
.contacts__item-icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.contacts__item-text {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

/* Media */
@media screen and (max-width: 1919px){
	.author__image {right: -2%;}
}
@media screen and (max-width: 1676px){
	.author__image {right: -4%;}
}
@media screen and (max-width: 1600px){
	.author__image {right: -10%;}
}
@media screen and (max-width: 1440px){
	.author__image {right: -12%;}
}
@media screen and (max-width: 1366px){
	.author__image {right: -19%;}
}
@media screen and (max-width: 1280px){
	.author__image {right: -24%;}
}
@media screen and (max-width: 1182px){
	.author__image {right: -35%;}
	.author__info {padding-left: 200px;}
}
@media screen and (max-width: 1024px){
	.learn__item-list li {
		font-size: 16px;
		line-height: 26px;
	}
	.author__image {
		right: -30%;
	}
	.author__info {
		padding-left: 105px;
	}
	.author__career-ol li {
		font-size: 16px;
	}

	.main {overflow: hidden;}
	.main__image {right: -18%;}
	.main__video {right: 20%;}

	.header__socials a:not(:last-child) {margin-right: 5px;}
	.header__socials a svg {
		width: 25px;
	}
	.header__contacts-item__text {
		font-size: 14px;
		line-height: 14px;
	}
	.header__contacts-item:last-child {margin-left: 25px;}

}

@media screen and (max-width: 991px){
	.learn {
		padding: 52px 0 51px;
	}
	.learn__item {
		margin-bottom: 20px;
	}
	.block-title {
		font-size: 30px;
		line-height: 39px;
	}

	.ex {background: #FDFDFD;}
	.ex__image {display: none !important;}
	.ex__text {
		padding: 50px 50px 30px;
		font-size: 16px;
		line-height: 25px;
	}
	.ex__text p {margin-bottom: 20px;}

	.small-title {
		font-size: 21px;
		line-height: 27px;
	}

	.programm {
		padding: 50px 0;
	}
	.programm__title {
		margin-bottom: 30px;
	}
	.programm__sub br {display: none;}
	.programm__ul {justify-content: center;}

	.programm__tab .d-flex {
		flex-wrap: wrap;
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.programm__ol li:first-child {margin-right: 40px;}

	.bonus {padding-bottom: 50px;}
	.bonus__image {display: none !important;}

	.author__image {
		height: 100%;
		object-fit: cover;
		right: -35%;
	}
	.author__career-ol li {
		font-size: 13px;
	}
	.author__career-ol {
		max-width: 300px;
	}
	.author__info {
		padding-left: 0;
	}
	.author__info-name {
		font-size: 15px;
		line-height: 19px;
	}

	.reviews__arrow  {display: none !important;}
	.reviews .text-right {
		text-align: center !important;
	}
	.reviews__title {margin-top: 0;}
	.reviews {
		padding: 50px 0 10px;
	}
	.reviews__play {margin-top: 22px;}
	.reviews__play-view {display: none;}

	.course__form  {order: 1; margin-right: 20px;}
	.course__text {order: 2; padding-left: 0;}
	.course__title {margin-bottom: 30px;}
	.course__plus {margin-top: 30px;}
	.course {padding-bottom: 50px;}

	.header__logo span {display: none;}

	.main__image {right: -40%;}
	.main__title {
		font-size: 30px;
		line-height: 39px;
	}
	.main__title br {display: none;}
	.main__block {max-width: 420px;}
	.main__list li {
		font-size: 16px;
		line-height: 20px;
	}
	.main__video {
		right: 13%;
	}
}

@media screen and (max-width: 767px){
	.learn {
		padding: 30px 0 10px;
	}
	.block-title {
		text-align: left;
		margin-bottom: 12px;
		font-size: 19px;
		line-height: 23px;
	}
	.block-subtext {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 30px;
		text-align: left;
	}
	.block-subtext br {display: none;}
	.learn__item {
		padding: 20px 15px;
	}
	.learn__item-title {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 20px;
		text-align: left;
		padding-left: 15px;
	}
	.learn__item-list li {
		font-size: 14px;
		line-height: 21px;
		padding-left: 30px;
		margin-bottom: 15px;
	}
	.learn__item-list li:before {
		font-size: 15px;
		line-height: 22px;
	}
	.learn .col-lg-6 {
		padding: 0;
	}
	.learn .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.ex__text {
		padding: 30px 0 10px;
	}
	.small-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.ex__list {margin: 0 0 20px;}
	.ex__list li,
	.ex__text {
		font-size: 14px;
		line-height: 21px;
	}
	.ex__list li br, .ex__text br {display: none;}

	.programm {
		padding: 30px 0;
	}
	.programm__block {
		box-shadow: 0px 5px 25px rgba(187, 187, 187, 0.25);
	}
	.programm__title {
		text-align: center;
		margin-bottom: 30px;
	}
	.programm__menu {
		flex-wrap: wrap;
		padding: 5px;
		border: none;
		background: none;
	}
	.programm__menu a {
		width: 100%;
		margin-bottom: 5px;
		background: #E2E2E2;
		font-size: 16px;
		line-height: 20px;
		padding: 16px 0 18px;
	}
	.programm__menu a:last-child {
		margin-bottom: 0;
	}
	.programm__tab {
		padding: 15px 15px 20px;
		font-size: 14px;
		line-height: 21px;
	}
	.programm__tab .small-title {
		text-align: left !important;
	}
	.programm__sub {
		text-align: left;
		margin-bottom: 20px;
	}

	.programm__tab[data-tab="2"]  .small-title {
		text-align: center !important;
		margin-bottom: 25px;
	}
	.programm__tab .d-flex {
	    -webkit-box-pack: flex-start!important;
	    -ms-flex-pack: flex-start!important;
	    justify-content: flex-start!important;
	}
	.programm__ol {margin-bottom: 20px;}
	.list-ol li {
		font-size: 14px;
		line-height: 21px;
		padding-left: 27px;
		margin-bottom: 15px;
	}
	.list-ol li:before {
		font-size: 15px;
		line-height: 22px;
	}
	.list-ol li br {display: none;}

	.list-ul li:before {
		width: 6px;
		height: 6px;
		top: 7px;
	}
	.programm__ul li {width: 100%;}

	.bonus__title img {
		width: 18px;
		margin-left: 15px;
	}
	.bonus__block {
		background: none;
	}
	.bonus__block:after {display: none;}
	.bonus__text p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 30px;
	}
	.bonus__text {padding: 0;}
	.bonus {padding-bottom: 0;}
	.author {padding: 0 0 30px;}
	.author__image {
		display: none !important;
	}
	.author__mobile {
		margin-bottom: 30px;
	}
	.author__mobile-info {
		margin-top: 24px;
	}
	.author__mobile-info p:first-child {
		font-size: 18px;
		line-height: 22px;
		font-weight: 800;
		margin-bottom: 15px;
	}
	.author__mobile-info p:last-child {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.author__title {
		margin-bottom: 15px;
	}
	.list-ul li {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	.author__career-title {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 22px;
	}
	.author__info {display: none;}
	.author__career-ol {
		max-width: 100%;
		margin-bottom: 0;
	}

	.reviews {
		padding: 30px 0 10px;
	}
	.reviews__text {
		font-size: 14px;
		line-height: 21px;
	}
	.reviews__play {
		margin-top: 22px;
		width: 290px;
		height: 290px;
	}
	.reviews__play-button {
		width: 290px;
		height: 290px;
	}
	.reviews__play-button > span {
		width: 211px;
		height: 211px;
	}
	.reviews__play-button > span > span {
		width: 193px;
		height: 193px;
	}
	.reviews__play-button > span > span > span {
		width: 132px;
		height: 132px;
	}
	.reviews__play-button > span > span > span > span {
		width: 60px;
		height: 60px;
	}
	.reviews__play-button > span > span > span > span > svg {
		width: 21px;
	}

	.course__title {
		text-align: center;
		margin-bottom: 30px;
	}
	.course .d-flex {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.course__form {
		padding: 20px 15px;
	}
	.course__form-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.course__form-row {
		margin-bottom: 15px;
	}
	.course__form-row input {
		height: 55px;
		font-size: 14px;
	}
	.course__form-button {
		font-size: 14px;
		line-height: 18px;
		padding: 18px 15px 19px;
	}
	.course__form-policy {
		font-size: 12px;
		line-height: 15px;
		margin-top: 14px;
	}

	.course__text {
		font-size: 14px;
		line-height: 21px;
	}
	.course__text-title {
		font-size: 16px;
		line-height: 24px;
		margin-top: 45px;
		margin-bottom: 10px;
		max-width: 75%;
	}
	.course__text-ul li {
		padding-left: 22px;
	}
	.course__plus {
		margin-top: 20px;
	}
	.course {padding-bottom: 43px;}
	.course__form:after {
		width: calc(100% - 56px);
		bottom: -14px;
	}

	.footer {
		padding: 20px 0 30px;
	}
	.footer__logo svg {width: 41px;}
	.footer__info {display: none;}
	.footer .col-4 {
		order: 1;
	}
	.footer .col-8 {
		order: 2;
	}
	.footer .col-12 {
		order: 3;
	}
	.contacts__item-text {
		font-size: 14px;
		line-height: 14px;
	}
	.contacts__item-icon {
		width: 20px;
		height: 20px;
	}
	.contacts__item-icon svg {
		width: 11px;
	}
	.contacts__item {margin-bottom: 15px; margin-right: 20px;}
	.footer__socials {margin-top: 40px;}
	.course__form {margin-right: 0;}
	.author__mobile {display: block;}

	.header__socials {display: none;}
	.header__contacts-item:first-child {display: none !important;}
	.header__contacts-item:last-child {margin-right: 0;}


	.main__block {max-width: 100%;}

	.main__time {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin-bottom: 30px;
		max-width: 272px;
		width: 100%;
		padding: 21px 0 20px 50px;
		font-size: 14px;
		line-height: 15px;
	}
	.main__time:after {display: none;}
	.main__time:before {
		content: '';
		position: absolute;
		left: 6px;
		top: 46%;
		transform: translate(0, -50%);
		width: 38px;
		height: 41px;
		background: url('img/8e90f80b544cbcf68fcb0cfc63173318.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.main__time span {
		display: inline-block;
	}
	.main .container {
		padding: 110px 15px 0;
	}
	.main__title {
		font-size: 19px;
		line-height: 23px;
		margin-bottom: 20px;
	}
	.main__list:before {display: none;}
	.main__list li {
		font-size: 14px;
		line-height: 17px;
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.main__list li:before {
		width: 10px;
		height: 10px;
	}
	.main__image {
		position: relative;
		right: 0;
		bottom: 0;
		top: 0;
		left: 0;
	}
	.main__video-icon {
		width: 106px;
		height: 106px;
	}
	.main__video-icon > span {
		width: 77px;
		height: 77px;
	}
	.main__video-icon > span > span {
		width: 70px;
		height: 70px;
	}
	.main__video-icon > span > span > span {
		width: 48px;
		height: 48px;
	}
	.main__video-icon > span > span > span > span {
		width: 22px;
		height: 22px;
	}
	.main__video-icon > span > span > span > span > svg {
		width: 7px;
	}
	.main__video {
		right: auto;
		bottom: 28px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.main__video-text {display: none;}
	.main__form {width: 100%;}
}

















.testimonials-wrapper {
  padding-bottom: 100px;
	padding-top: 100px;
}

.testimonials {
  display: flex;
  justify-content: space-between;
}
.testiomoial-person__name {
	font-size: 22px !important;
	margin-bottom: 0;
}
.testimonials-video {
  margin-right: 50px;
  width: 360px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.testimonials-video span {
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  font-style: italic;
}

.testimonials-video span:after {
  background: var(--c-prim);
  position: absolute;
  bottom: -3px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}

.testimonials .section__title {
  font-family: Geometria-Bold,sans-serif;
  font-family: var(--ff-bold);
}

.testimonials-latest {
  padding-top: 40px;
}

.testimonials-list {
  position: relative;
}

.testimonials-list:before {
  position: absolute;
  content: url(../img/0-general/testimonials-arrow.svg);
  bottom: -200px;
  left: -220px;
}

.testimonials-list p {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}

.testimonials-list p:before {
  content: "«";
}

.testimonials-list p:after {
  content: "»";
}






.testimonials-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
	padding: 20px 40px;
  box-sizing: border-box;
}

.testimonial-top {
  display: flex;
	align-items: center;
  margin-bottom: 15px;
}

.testimonial-top img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 50px;
  margin-right: 13px;
}

.testiomoial-person {
  margin-right: auto;
}

.testimonial-text {
  font-size: 13px;
}

.testimonials {
  position: relative;
}

.testimonials-slider {
  max-width: 1020px;
  position: relative;
}

.swiper-button-next.testimonials-button-next,
.swiper-button-prev.testimonials-button-prev {
  background: var(--c-prim);
  width: 46px;
  height: 46px;
  border-radius: 46px;
}

.swiper-button-next.testimonials-button-next:after,
.swiper-button-prev.testimonials-button-prev:after {
  color: #fff;
  transform: scale(.5);
}

.swiper-pagination.testimonials-pagination {
  bottom: -30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #118a0f;
  background: var(--c-prim);
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid transparent;
}

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #000;
}


@media (max-width: 1300px) {
	.testimonials {
		flex-wrap: wrap;
	}
  .testimonials-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonials-video {
    margin-right: 0;
  }

  .testimonials-watch {
    width: 100%;
  }

  .testimonials-video span {
    display: none;
  }

  .testimonials-latest {
    order: -1;
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .testimonials__title {
    font-family: Geometria-ExtraBold,sans-serif;
    font-family: var(--ff-extra);
  }
}