@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500");
@import url("https://fonts.googleapis.com/css?family=Marck+Script");
@import url('../../../z-index/css/normalize.css');
@import url('../../../z-index/css/frank.css');
@import url('/08_fonts/montserrat.css');
@import url('../../../z-index/css/roboto.css');
@import url('../../../z-index/css/pf_din.css');
@import url('../../../z-index/css/owl-carousel-min.css');
@import url('../../../z-index/css/teacher.css');
@import url('../../../z-index/css/social.css');
@import url('../../../z-index/css/nym_banner.css');
@import url('../../../blocks/top_logo/style.css');
@import url('../../../blocks/advance/style.css');
@import url('../../../blocks/about_us/style.css');
@import url('../../../blocks/img_modal/style.css');

/*! jQuery.Flipster, v1.0.1 (built 2015-11-02) */

/* @group Flipster Essential Styles */

.flipster {
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	padding-bottom: 66px;
}

.flipster:focus {
	outline: none;
}

.flipster__container,
.flipster__item {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

.flipster__container {
	display: block;
	white-space: nowrap;
	word-spacing: -0.25em;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flipster__item {
	display: inline-block;
	white-space: normal;
	word-spacing: normal;
	vertical-align: bottom;
}

.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
	cursor: pointer;
}

.flipster__item img {
	max-width: 100px;
	height: auto;
}

.flipster__button {
	position: absolute;
	width: 30px;
	height: 34px;
	bottom: -3px;
	display: block;
	-webkit-appearance: none;
	outline: none;
	background: none;
	border: none;
	padding: 0;
	z-index: 999;
	cursor: pointer;
	font-size: 15px;
	opacity: 0.7;
	transition: opacity 500ms ease;
}

.flipster__button svg {
	width: 2em;
	stroke: #353535;
	fill: transparent;
	stroke-width: 2px;
	stroke-linecap: round;
}

.flipster__button:hover,
.flipster__button:focus {
	opacity: 1;
}

.flipster__button--prev {
	left: 25%;
}

.flipster__button--next {
	right: 25%;
}

/* @end */

/* @group Flipster Navigation */

.flipster__nav,
.flipster__nav__item {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.flipster__nav {
	width: auto;
	text-align: center;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	z-index: 10;
}

.flipster__nav__item {
	display: inline-block;
}

.flipster__nav__link {
	display: block;
	background-color: rgba(53, 53, 53, 0.4);
	position: relative;
	height: 2px;
	width: 60px;
	overflow: hidden;
	transition: all 250ms ease-out;
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
	background-color: #f7554f;
}

.flipster__nav__item--current > .flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.flipster__nav__child {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: -1px;
	padding: 0.5em;
	background: #4e4441;
	z-index: 1;
}

.flipster__nav__child .flipster__nav__link {
	color: #FFF;
}

.flipster__nav__child .flipster__nav__link::after {
	background: #FFF;
}

.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
	color: #353535;
}

.flipster__nav__item--current .flipster__nav__child {
	display: block;
}

/* @end */

/* @group Flipster Carousel Theme */

.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
	transition: all 350ms ease-in-out;
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--carousel .flipster__item {
	-webkit-perspective: 800px;
	perspective: 800px;
}

.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
	opacity: 0;
	transition-delay: 115ms;
}

.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
	opacity: 0.6;
	transition-delay: 90ms;
}

.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
	opacity: 0.8;
	transition-delay: 60ms;
}

.flipster--carousel .flipster__item--past .flipster__item__content {
	-webkit-transform: translateX(100%) rotateY(-20deg) scale(0.5);
	transform: translateX(100%) rotateY(-20deg) scale(0.5);
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
	-webkit-transform: translateX(25%) rotateY(40deg) scale(0.65);
	transform: translateX(25%) rotateY(40deg) scale(0.65);
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
	-webkit-transform: rotateY(45deg) scale(0.8);
	transform: rotateY(45deg) scale(0.8);
}

.flipster--carousel .flipster__item--future .flipster__item__content {
	-webkit-transform: translateX(-100%) rotateY(20deg) scale(0.5);
	transform: translateX(-100%) rotateY(20deg) scale(0.5);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
	-webkit-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
	transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
	-webkit-transform: rotateY(-45deg) scale(0.8);
	transform: rotateY(-45deg) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
	-webkit-transform: translateX(175%) scale(0.5);
	-ms-transform: translateX(175%) scale(0.5);
	transform: translateX(175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
	-webkit-transform: translateX(25%) scale(0.65);
	-ms-transform: translateX(25%) scale(0.65);
	transform: translateX(25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
	-webkit-transform: translateX(0%) scale(0.8);
	-ms-transform: translateX(0%) scale(0.8);
	transform: translateX(0%) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
	-webkit-transform: translateX(-175%) scale(0.5);
	-ms-transform: translateX(-175%) scale(0.5);
	transform: translateX(-175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
	-webkit-transform: translateX(-25%) scale(0.65);
	-ms-transform: translateX(-25%) scale(0.65);
	transform: translateX(-25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
	-webkit-transform: translateX(0%) scale(0.8);
	-ms-transform: translateX(0%) scale(0.8);
	transform: translateX(0%) scale(0.8);
}

.flipster--carousel .flipster__item--current .flipster__item__content {
	-webkit-transform: translateX(0) rotateY(0deg) scale(1);
	transform: translateX(0) rotateY(0deg) scale(1);
	transition-delay: 60ms;
}

/* @end */

/* @group Flipster Coverflow Theme */

.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
	transition: all 350ms ease-in-out;
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--coverflow .flipster__item {
	-webkit-perspective: 800px;
	perspective: 800px;
}

.flipster--coverflow .flipster__container {
	padding-bottom: 5%;
}

.flipster--coverflow .flipster__item__content {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster--coverflow .flipster__item__content img:only-child {
	display: block;
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: scale(0.75) rotateY(55deg);
	transform: scale(0.75) rotateY(55deg);
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale(0.75) rotateY(-55deg);
	transform: scale(0.75) rotateY(-55deg);
}

.flipster--coverflow .flip-current .flipster__item__content {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

/* @end */

/* @group Flat */

.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
	transition: all 400ms ease-in-out;
}

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
	opacity: 0.5;
}

.flipster--flat .flipster__item--past .flipster__item__content {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.flipster--flat .flipster__item--future .flipster__item__content {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

/* @end */

/* @group Flipster Wheel Theme */

.flipster--wheel {
	overflow: hidden;
}

.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
	transition: all 400ms ease-in-out;
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--wheel .flipster__container {
	padding-bottom: 20%;
}

.flipster--wheel .flipster__item__content {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.flipster--wheel .flipster__item--future .flipster__item__content {
	-webkit-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

.flipster--wheel .flipster__item__content img:only-child {
	display: block;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
	opacity: 0;
	-webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
	-ms-transform: rotate(-80deg) translate(-170%, 110%);
	transform: rotateZ(-80deg) translate(-170%, 110%);
}

.flipster--wheel .flipster__item--future .flipster__item__content {
	opacity: 0;
	-webkit-transform: rotateZ(80deg) translate(170%, 110%);
	-ms-transform: rotate(80deg) translate(170%, 110%);
	transform: rotateZ(80deg) translate(170%, 110%);
}

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
	-ms-transform: rotate(-60deg) translate(-70%, 75%);
	transform: rotateZ(-60deg) translate(-70%, 75%);
}

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(60deg) translate(70%, 75%);
	-ms-transform: rotate(60deg) translate(70%, 75%);
	transform: rotateZ(60deg) translate(70%, 75%);
}

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
	-ms-transform: rotate(-40deg) translate(-17%, 30%);
	transform: rotateZ(-40deg) translate(-17%, 30%);
}

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(40deg) translate(17%, 30%);
	-ms-transform: rotate(40deg) translate(17%, 30%);
	transform: rotateZ(40deg) translate(17%, 30%);
}

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotateZ(-20deg);
}

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(20deg);
	-ms-transform: rotate(20deg);
	transform: rotateZ(20deg);
}

.flipster--wheel .flip-current .flipster__item__content {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/* @end */

.video .flipster--flat .flipster__item--past .flipster__item__content h3,
.video .flipster--flat .flipster__item--future .flipster__item__content h3 {
	color: transparent;
}

.video .flipster--flat .flipster__container h3,
.video .flipster--flat .flipster__item,
.video .flipster--flat .flipster__item__content h3 {
	transition: all .4s ease;
	word-wrap: break-word;
}

body {
	min-width: 320px;
	font-family: 'Frank';
	font-weight: 400;
	line-height: 1.2;
	color: #353535;
}

.sec {
	padding: 70px 0;
}

.sec-title,
.block-title {
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
	color: #353535;
}

.sec-title--red {
	color: #f7554f;
}

.sec-btn {
	width: 100%;
	max-width: 370px;
	border-radius: 30px;
	font-size: 24px;
	font-weight: 400;
	padding: 15px 0;
	margin: 0 auto;
}

.cost__rf {
	font-family: "Fira Sans";
}

.block-more {
	text-align: center;
	line-height: 1.1;
	font-size: 20px;
}

.block-more--red {
	color: #f7554f;
}

.block-more span {
	display: inline-block;
}

.btn-block {
	text-align: center;
}

.informer__tel {
	padding: 10px 0 7px;
	text-align: right;
}

.informer__tel .tel {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 700;
	color: #353535;
}

.informer__tel .tel:last-of-type {
	margin-left: 1em;
}

.informer__action {
	text-align: right;
}

.action__personal {
	display: block;
	padding: 8px 10px 8px 25px;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 300;
	text-align: center;
	color: #999;
	border: 1px solid #999;
	border-radius: 4px;
	transition: all .3s;
	background: url("../img/ic_user.png") no-repeat 9px center;
}

.action__personal:hover {
	color: #fff;
	background-image: url("../img/ic_user-h.png");
	background-color: #999;
}

.follow {
	overflow: hidden;
	display: block;
	vertical-align: middle;
	margin-bottom: 15px;
}

.follow__item {
	width: 40px;
	height: 40px;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	border: 1px solid #000;
	border-left: none;
	background-image: url("../img/social/social.png");
	background-position: center;
	transition: background-position-y .4s ease;
}

.follow__item_vk {
	border-left: 1px solid #9a9a9a;
	background-position: 1px center;
}

.follow__item_vk:hover {
	background-position: 1px 0;
}

.follow__item_fb {
	background-position: -39px center;
}

.follow__item_fb:hover {
	background-position: -39px 0;
}

.follow__item_in {
	background-position: -77px center;
}

.follow__item_in:hover {
	background-position: -77px 0;
}

.follow__item_inst {
	background-position: -117px center;
}

.follow__item_inst:hover {
	background-position: -117px 0;
}

.follow__item_ok {
	background-position: -157px center;
}

.follow__item_ok:hover {
	background-position: -157px 0;
}

.follow__item_yt {
	background-position: -194px center;
}

.follow__item_yt:hover {
	background-position: -194px 0;
}

.follow__item a {
	display: block;
	height: 100%;
}

.private-info {
	font-size: 14px;
	color: inherit;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.red-class {
	display: inline-block;
	color: #f7554f;
}

.iframe-block iframe {
	width: 100%;
	max-width: 970px;
	height: 545px;
}

.jumb__logo-wrap {
	border-color: #fff;
	color: #fff;
}

.jumb {
	min-height: 850px;
	background-image: url('../img/bg-effective-01.jpg');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Roboto';
	color: #fff;
  padding-bottom: 50px;
}

.jumb__main-desc {
	padding: 30px 0 10px;
}

.jumb__date {
	font-size: 20px;
	font-weight: 700;
}

.jumb__date time {
	position: relative;
	padding-left: 30px;
}

.jumb__date time:before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('../img/calendar-small.svg') center no-repeat;
	width: 20px;
	height: 21px;
}

h1 small {
	display: inline-block;
	width: 100%;
	font-family: 'Roboto';
	font-size: 30px;
	font-weight: 700;
  padding-bottom: 5px;
}

h1 {
	font-family: "PF Din";
	font-size: 100px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.jumb__info {
	font-size: 24px;
	font-weight: 400;
	margin: 15px 0 45px;
}

.jumb__btn {
	width: 100%;
	max-width: 370px;
	background-color: #ffe200;
	box-shadow: 0 10px 11px 4px rgba(0, 0, 0, 0.25), 0 3px 0 #b17c12, inset 0 3px 5px #fdef8b;
	border-radius: 5px;
	border: none;
	background-image: -webkit-linear-gradient(#ffe200 0%, #dfa126 100%);
	background-image: -o-linear-gradient(#ffe200 0%, #dfa126 100%);
	background-image: linear-gradient(#ffe200 0%, #dfa126 100%);
	color: #000;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	padding: 18px 5px;
}

.jumb__btn:visited {
	color: #000;
}

.jumb__btn:hover,
.jumb__btn:focus,
.jumb__btn:active {
	border: none;
}

.jumb__btn:hover {
	background-image: none;
}

.jumb__btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.disabled {
	display: none;
	font-size: 28px;
	padding: 20px 0;
}

.date-block {
	padding-bottom: 70px;
}

.date-block .date {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.date-block .text {
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	margin: 5px 0 15px;
}

.date-block .col-6 {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 35px;
}

/* .block {
	background-image: url("../img/personal/bg-effective.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
} */

.block .row {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.block .col {
	padding-left: 15px;
	padding-right: 15px;
	word-wrap: break-word;
	width: calc(30%);
  margin: 10px 0;
}

.block .col-min {
	width: calc(33.3333%);
}

.block .col-min .block-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
}

.block .col-full .block-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	min-height: 130px;
	padding: 0 30px;
}

.block .col-sm .block-wrap {
	min-height: 115px;
	padding: 0 15px 0 25px;
}

.block .col-md .block-wrap {
	min-height: 135px;
	padding: 0 15px 0 20px;
}

.block-wrap {
	background-color: #fff;
}

.block-name {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
  text-align: left;
	padding-left: 90px;
}

.block-name--red {
	color: #f7554f;
	font-weight: 400;
	margin: 15px 0 30px;
}

.block-name:before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
}

.block-name--1:before {
	width: 67px;
	height: 70px;
	background-image: url("../img/personal/icons-new/bar-chart.svg");
}

.block-name--2:before {
	width: 69px;
	height: 69px;
	background-image: url("../img/personal/icons-new/browser.svg");
}

.block-name--3:before {
	width: 70px;
	height: 70px;
	background-image: url("../img/personal/icons-new/time-management.svg");
}

.block-name--4:before {
	width: 61px;
	height: 70px;
	background-image: url("../img/personal/icons-new/trophy.svg");
}

.block-name--5:before {
	width: 58px;
	height: 70px;
	background-image: url("../img/personal/icons-new/light-bulb.svg");
}

.block-list {
	font-size: 16px;
	font-weight: 100;
}

.block-list li {
	position: relative;
	line-height: 1;
	padding-left: 10px;
	margin-bottom: 10px;
}

.block-list li:before {
	position: absolute;
	content: '';
	display: block;
	top: 6px;
	left: 0;
	background-color: #f7554f;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.timer {
  color: inherit;
	margin: 50px 0;
}

.timer__title {
	position: relative;
	font-size: 24px;
	font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.timer .countbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.timer .countbox:before,
.timer .countbox:after {
	content: "";
	display: block;
}

.timer .countbox:after {
	clear: both;
}

.timer__counter .countbox-days,
.timer__counter .countbox-hours,
.timer__counter .countbox-mins,
.timer__counter .countbox-secs {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	border: 1px solid #353535;
	background-color: #fff;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	line-height: 70px;
  color: #353535;
	margin-right: 30px;
}

.timer__counter .countbox-days:after,
.timer__counter .countbox-hours:after,
.timer__counter .countbox-mins:after,
.timer__counter .countbox-secs:after {
	position: absolute;
	content: ':';
	display: block;
	top: 0;
	right: -20px;
	font-family: inherit;
	font-size: 36px;
	font-weight: 500;
  color: #fff;
}

.timer__counter .countbox-mins,
.timer__counter .countbox-secs {
	font-weight: 300;
}

.timer__counter .countbox-secs {
	margin-right: 0;
}

.timer__counter .countbox-secs:after {
	display: none;
}

.timer__counter .countbox-days-text,
.timer__counter .countbox-hours-text,
.timer__counter .countbox-mins-text,
.timer__counter .countbox-secs-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
  color: #fff;
}

.author {
	background-color: #e6e6e6;
}

.teacher-modal {
	background-color: #fff;
}

.block-2 {
	background-image: url("../img/personal/bg-block-2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 120px 0;
}

.block-2__title {
	font-size: 36px;
	margin-bottom: 40px;
}

.block-2__btn {
	display: block;
	width: 100%;
	max-width: 571px;
	border-radius: 30px;
	background-color: #f7554f;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	padding: 12px 0;
	margin: 0 auto;
	border: 2px dotted #fff;
}

.block-2__btn:visited {
	color: #fff;
}

.block-2__btn:hover,
.block-2__btn:focus {
	background-color: #fff;
	border-color: #f7554f;
	color: #f7554f;
}

.advance {
	background-color: #f7554f;
}

.footer {
	padding: 22px 0;
	background-color: #000;
}

.footer__inner-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.footer__informer:after {
	content: '';
	display: block;
	clear: both;
}

.footer .footer__follow {
	float: left;
	margin-left: 0;
}

.footer__follow .follow__item {
	width: 40px;
	height: 40px;
	border-color: #9a9a9a;
}

.footer__follow .follow__item_vk {
	border-left: 1px solid #9a9a9a;
	background-position: 1px center;
}

.footer__follow .follow__item_vk:hover {
	background-position: 1px 0;
}

.footer__follow .follow__item_fb {
	background-position: -39px center;
}

.footer__follow .follow__item_fb:hover {
	background-position: -39px 0;
}

.footer__follow .follow__item_in {
	background-position: -77px center;
}

.footer__follow .follow__item_in:hover {
	background-position: -77px 0;
}

.footer__follow .follow__item_inst {
	background-position: -117px center;
}

.footer__follow .follow__item_inst:hover {
	background-position: -117px 0;
}

.footer__follow .follow__item_ok {
	background-position: -157px center;
}

.footer__follow .follow__item_ok:hover {
	background-position: -157px 0;
}

.footer__follow .follow__item_yt {
	background-position: -194px center;
}

.footer__follow .follow__item_yt:hover {
	background-position: -194px 0;
}

.footer__follow .follow__item.follow__item_vk {
	background-position: 1px 0;
}

.footer__follow .follow__item.follow__item_vk:hover {
	background-position: 1px bottom;
}

.footer__follow .follow__item.follow__item_fb {
	background-position: -39px 0;
}

.footer__follow .follow__item.follow__item_fb:hover {
	background-position: -39px bottom;
}

.footer__follow .follow__item.follow__item_in {
	background-position: -77px 0;
}

.footer__follow .follow__item.follow__item_in:hover {
	background-position: -77px bottom;
}

.footer__follow .follow__item.follow__item_inst {
	background-position: -117px 0;
}

.footer__follow .follow__item.follow__item_inst:hover {
	background-position: -117px bottom;
}

.footer__follow .follow__item.follow__item_ok {
	background-position: -157px 0;
}

.footer__follow .follow__item.follow__item_ok:hover {
	background-position: -157px bottom;
}

.footer__follow .follow__item.follow__item_yt {
	background-position: -194px 0;
}

.footer__follow .follow__item.follow__item_yt:hover {
	background-position: -194px bottom;
}

.footer__copy {
	float: right;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-align: right;
	margin: 0;
}

.footer__copy a {
	color: inherit;
}

.footer__copy a:hover {
	text-decoration: underline;
}

.informer__tel_bottom {
	float: left;
	padding-left: 15px;
}

.informer__tel_bottom .tel {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.informer__tel_bottom .tel a:visited {
	color: inherit;
}

.informer__tel_bottom .tel b {
	opacity: 0;
	font-weight: normal;
}

.modal {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
	background-color: #fff;
	z-index: 9999;
}

.modal__name {
	font-size: 20px;
	margin-bottom: 20px;
}

.modal__heading {
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.modal__btn {
	width: 100%;
	padding: 17px 20px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	background-color: #f7554f;
}

.modal__btn:hover,
.modal__btn:focus {
	border: none;
}

.modal-main {
	width: 100%;
	max-width: 600px;
	max-height: 400px;
	padding: 25px 25px 15px;
	text-align: center;
}

.modal-main .input {
	display: block;
	width: 100%;
	font-size: 24px;
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 15px;
}

.m-student__close,
.modal__close {
	position: absolute;
	right: 0;
	top: -28px;
	display: block;
	padding-right: 25px;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	color: #ffffff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	background: url("../img/ic_m-close.png") no-repeat right center;
	cursor: pointer;
}

.modal-lesson {
	display: none;
	width: 65%;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 40px 60px;
	text-align: center;
	background-image: url("../img/arr-modal.png");
	background-repeat: no-repeat;
	background-position: 90% center;
	opacity: 0;
}

.m-lesson__heading {
	font-size: 30px;
	font-weight: 600;
}

.m-lesson__desc {
	padding: 1.5em 0 1.9em;
	font-size: 24px;
	font-weight: 300;
}

.m-lesson__btn {
	display: inline-block;
	width: 80%;
	margin: 0 auto;
	padding: 0.7em 25px 0.5em;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #f14950;
	border: 1px solid #f14950;
}

.m-lesson__btn:visited {
	color: #f14950;
}

.m-lesson__btn:hover {
	color: #fff;
	background-color: #f7554f;
}

.modal-sub {
	display: none;
	width: 788px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 40px 60px 55px;
	text-align: center;
}

#overlay {
	z-index: 50;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

.top_btn {
	position: fixed;
	right: 0;
	bottom: 45%;
	height: 30px;
	width: 30px;
	background: #353535;
	transition: opacity .4s ease,-webkit-transform .4s ease;
	transition: transform .4s ease,opacity .4s ease;
	transition: transform .4s ease,opacity .4s ease,-webkit-transform .4s ease;
	-webkit-transform: translate(30px);
	-ms-transform: translate(30px);
	transform: translate(30px);
	cursor: pointer;
	z-index: 100;
}

.top_btn span {
	text-decoration: none;
	font-size: 16px;
	-webkit-transform: translate(10px, 10px);
	-ms-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
	position: absolute;
	color: #fff;
}

.brain_svg{
 transform: scale(-1, 1);
}

@media screen and (max-width: 1200px) {

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.block .col {
	width: calc(41.66666666666667%);
}

.block .col-min {
	width: calc(33.333333333333336%);
}

}

@media (max-width: 1199px) {

.block .col-full .block-wrap {
	min-height:165px;
}

.block .col-full .block-wrap br {
	display: none;
}

.timer__content {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

}

@media screen and (max-width: 991px) {

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.block .col {
	width: calc(50%);
}

.block .col-full:nth-child(3) {
	width: calc(66.66666666666667%);
}

.block .col-min {
	width: calc(41.66666666666667%);
}

.author .col-first {
	width: calc(41.66666666666667%);
}

.author .col-last {
	width: calc(58.333333333333336%);
}

.flipster__button--prev {
	left: 15%;
}

.flipster__button--next {
	right: 15%;
}

.sec-title,
.block-title {
	font-size: 50px;
}

.action__personal {
	padding: 8px 10px 8px 25px;
}

.follow {
	margin-bottom: 0;
}

.timer .countbox {
  justify-content: center;
}

.jumb__main-desc {
	max-width: none;
	text-align: center;
}

/* .block {
	background-image: url("../img/personal/mob/bg-effective-md.jpg");
} */

.date-block .date {
	font-size: 28px;
}

.date-block .text {
	font-size: 20px;
}

.date-block .col:last-of-type .text br {
	display: none;
}

.timer__title {
	text-align: center;
	padding-left: 0;
}

.author__block {
	text-align: center;
}

.author__block img {
	margin-bottom: 25px;
}

.author .author__list {
	text-align: left;
}

.author .author__list li:after {
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.block-2 {
	background-image: url("../img/personal/mob/bg-block-2-md.jpg");
	padding: 90px 0;
}

.recommend {
	background-image: url("../img/7Tech/mob/review-bg-md.jpg");
}

.recommend.sec {
	padding: 40px 0 60px;
}

.recommend .sec-title {
	font-size: 36px;
	margin-bottom: 45px;
}

}

@media screen and (max-width: 991px) {

.footer__informer {
	max-width: 430px;
	margin: 0 auto;
}

.footer__copy {
	float: none;
	width: 100%;
	padding-top: 1.5em;
	text-align: center;
	clear: both;
}

.footer__copy br {
	display: none;
}

}

@media screen and (max-width: 767px) {

.flipster__nav {
	width: 90%;
	margin: 0 auto;
	bottom: 45px;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.block .col-min {
	width: calc(50%);
}

.author .col {
	width: calc(100%);
}

.footer__copy {
	padding: 0;
}


.footer__informer {
	text-align: center;
}

.footer .footer__follow {
	float: none;
	margin-bottom: 25px;
	display: inline-block;
}

.informer__tel_bottom {
	float: none;
	margin-bottom: 25px;
	text-align: center;
	padding-left: 0;
}

.informer__tel_bottom .tel {
	display: inline-block;
	vertical-align: top;
}

.informer__tel_bottom .tel b {
	opacity: 1;
}


.flipster__button--prev {
	left: 25%;
}

.flipster__button--next {
	right: 25%;
}

.iframe-block iframe {
	height: 400px;
}

.jumb {
	min-height: auto;
	/* background-image: url('../img/bg-effective-01-mob.jpg'); */
}

.jumb__main-desc {
	padding: 20px 0 10px;
}

.jumb__date {
	margin-bottom: 15px;
}

h1 {
	font-size: 52px;
  margin-top: 25px;
}

.jumb__info {
	font-size: 18px;
	margin: 15px 0 30px;
}

.block .col-full {
	width: 80%;
}

.date-block {
	max-width: 600px;
	margin: 0 auto;
}

.date-block .col-6 {
	width: 100%;
	text-align: center;
}

.date-block .col-6:first-of-type {
	margin-bottom: 40px;
}

.block .col-full .block-wrap {
	min-height: 150px;
}

.block-2 {
	padding: 60px 0;
}

.block-2__title {
	font-size: 32px;
	line-height: 1;
}

}

@media screen and (max-width: 560px) {

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.block .col-full {
	width: 100%;
}

.block .col-full .block-wrap {
	padding: 15px;
}

.block .col-min {
	width: 100%;
	max-width: 320px;
}

.block-name--1:before,
.block-name--2:before {
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

}

@media screen and (max-width: 500px) {

.flipster__nav__link {
	width: 40px;
}

}

@media (max-width: 480px) {

.sec {
	padding: 40px 0;
}

.sec-title,
.block-title {
	font-size: 36px;
}

.sec-btn {
	font-size: 22px;
}

h1 {
	font-size: 40px;
}

.timer__title {
	font-size: 23px;
}

.timer__title:before {
	background-size: cover;
	width: 58px;
	height: 65px;
}

.timer__counter .countbox-days,
.timer__counter .countbox-hours,
.timer__counter .countbox-mins,
.timer__counter .countbox-secs {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
}

.timer__counter .countbox-days-text,
.timer__counter .countbox-hours-text,
.timer__counter .countbox-mins-text,
.timer__counter .countbox-secs-text {
	font-size: 12px;
}

.author__block-name {
	font-size: 36px;
}

.author__block-desc {
	font-size: 22px;
}

.block-2__btn {
	font-size: 20px;
}

.recommend {
	background-image: url("../img/7Tech/mob/review-bg-sm.jpg");
}

.recommend .sec-title {
	font-size: 32px;
}

.recommend__item {
	width: 62px;
	height: 62px;
}

}

@media (max-width: 390px) {

.informer__tel_bottom .tel {
	display: block;
}

.informer__tel_bottom .tel:first-of-type {
	padding-bottom: 0.7em;
}

.informer__tel_bottom .tel b {
	display: none;
}

}

@-webkit-keyframes trans {

25% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

50% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

75% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes trans {

25% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

50% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

75% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

.sec-new-title {
	font-family: "PF Din";
	font-size: 60px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	margin-bottom: -10px;
}

.unline {
  position: relative;
  line-height: 1;
  z-index: 1;
}

.unline:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 12%;
  background-color: #fee957;
  width: 100%;
  height: 15px;
  z-index: -1;
}

.sec-new-under {
	font-family: "PF Din";
	font-size: 36px;
	text-align: center;
	font-weight: 500;
}

.sec-new-under:first-of-type {
  margin-bottom: 35px;
}

.sec-new-under:last-of-type {
  margin-top: 30px;
  margin-bottom: 20px;
}

.sec-title-text {
	font-family: "Roboto";
	font-size: 24px;
	text-align: center;
}

.col img {
  width: 100px;
  height: 150px;
  margin-bottom: 15px;
}

.col p {
	font-family: "PF Din";
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
}

.col span {
	font-family: "Roboto";
	font-size: 18px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.sec-new-title {
		font-size: 36px;
	}

	.sec-new-under {
		font-family: "PF Din";
		font-size: 24px;
		text-align: center;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.sec-title-text {
		font-family: "Roboto";
		font-size: 18px;
		text-align: center;
	}

	.col p {
		font-family: "PF Din";
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 500;
	}

	.col span {
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 500;
	}
}

/*Situation*/

.situation {
  background-color: #f5f5f5;
}

.situation .block-title {
  margin-bottom: 50px;
}

.col-pull,
.col-push {
  position: relative;
}

.col-pull {
  right: 50%;
}

.col-push {
  left: 50%;
}

.col-text,
.col-img {
  background-color: #fff;
  width: 50%;
}
.col-text .col-text-2 p {
	padding: -1px 1.5em;
}


.col-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 25px;
}

.col-img {
  font-size: 0;
  line-height: 0;
}

.row-no-mrg {
  margin: 0;
}

.col-title {
	display: inline;
}

.col-title {
	font-family: "PF Din";
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 15px;
}

.col-title-text {
	font-family: "PF Din";
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	color: #e7545a;
}

@media(max-width: 991px) {
	.col-pull,
  .col-push {
    position: static;
  }
  .col-pull, .col-push,
  .col-text, .col-img {
		width: 100%;
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
  }
  .col-text {
    display: block;
  }
  .col-text p br {
  	display: none;
  }
  .col-text:last-of-type {
    padding-bottom: 0;
  }
  .col-text p {
    padding: 10px 0 25px;
  }
  .jumb {
    min-height: 700px;
  }
  h1 small {
    font-size: 32px;
  }
}

@media(max-width: 767px) {
  h1 small {
    font-size: 20px;
  }
	.col-title {
		font-size: 28px;
	}
	.col-title-text {
		font-size: 24px;
	}
	.block .col {
		width: 100%;
	}
}

@media(max-width: 480px) {
	.col-title {
		line-height: 1.1;
	}
	.col-title-text {
		font-size: 18px;
	}
}
