﻿@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf')  format('truetype'), url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* font-family: "RalewayRegular"; */
@font-face {
    font-family: "RalewayRegular";
    src: url("../fonts/RalewayRegular/RalewayRegular.eot");
    src: url("../fonts/RalewayRegular/RalewayRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayRegular/RalewayRegular.woff") format("woff"),
    url("../fonts/RalewayRegular/RalewayRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayThin"; */
@font-face {
    font-family: "RalewayThin";
    src: url("../fonts/RalewayThin/RalewayThin.eot");
    src: url("../fonts/RalewayThin/RalewayThin.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayThin/RalewayThin.woff") format("woff"),
    url("../fonts/RalewayThin/RalewayThin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayExtraLight"; */
@font-face {
    font-family: "RalewayExtraLight";
    src: url("../fonts/RalewayExtraLight/RalewayExtraLight.eot");
    src: url("../fonts/RalewayExtraLight/RalewayExtraLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayExtraLight/RalewayExtraLight.woff") format("woff"),
    url("../fonts/RalewayExtraLight/RalewayExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayLight"; */
@font-face {
    font-family: "RalewayLight";
    src: url("../fonts/RalewayLight/RalewayLight.eot");
    src: url("../fonts/RalewayLight/RalewayLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayLight/RalewayLight.woff") format("woff"),
    url("../fonts/RalewayLight/RalewayLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayMedium"; */
@font-face {
    font-family: "RalewayMedium";
    src: url("../fonts/RalewayMedium/RalewayMedium.eot");
    src: url("../fonts/RalewayMedium/RalewayMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayMedium/RalewayMedium.woff") format("woff"),
    url("../fonts/RalewayMedium/RalewayMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewaySemiBold"; */
@font-face {
    font-family: "RalewaySemiBold";
    src: url("../fonts/RalewaySemiBold/RalewaySemiBold.eot");
    src: url("../fonts/RalewaySemiBold/RalewaySemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewaySemiBold/RalewaySemiBold.woff") format("woff"),
    url("../fonts/RalewaySemiBold/RalewaySemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayBold"; */
@font-face {
    font-family: "RalewayBold";
    src: url("../fonts/RalewayBold/RalewayBold.eot");
    src: url("../fonts/RalewayBold/RalewayBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayBold/RalewayBold.woff") format("woff"),
    url("../fonts/RalewayBold/RalewayBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayExtraBold"; */
@font-face {
    font-family: "RalewayExtraBold";
    src: url("../fonts/RalewayExtraBold/RalewayExtraBold.eot");
    src: url("../fonts/RalewayExtraBold/RalewayExtraBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayExtraBold/RalewayExtraBold.woff") format("woff"),
    url("../fonts/RalewayExtraBold/RalewayExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayBlack"; */
@font-face {
    font-family: "RalewayBlack";
    src: url("../fonts/RalewayBlack/RalewayBlack.eot");
    src: url("../fonts/RalewayBlack/RalewayBlack.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayBlack/RalewayBlack.woff") format("woff"),
    url("../fonts/RalewayBlack/RalewayBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


body {margin: 0;font-family: "RalewayLight";font-size: 18px;font-weight: normal;line-height: 1.2;overflow-x: hidden;color: #31363d;}
*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6, p {
	margin: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000;
}

#map {
	height: 600px;
	width: 100%;
}

.container {width: 1170px;margin: 0 auto;position: relative;}

.main {}

.main {
    height: 845px;
    background: url(../images/main.jpg) no-repeat top;
    padding-top: 18px;
    color: #fff;
}
.main-content {
    color: #fff;
    padding-left: 491px;
}
.top-info {
    margin-bottom: 122px;
}
.main-thx .top-info {
	margin-bottom: 268px;
}
.header-item {
    font-size: 18px;
    float: left;
    position: relative;
    padding-left: 43px;
}
.header-item.address {}
.header-item.date {
    margin-left: 59px;
    padding-left: 45px;
}
.header-item p  {
    font-family: "RalewaySemiBold";
}
.header-item div {}
.header-item.address:before {
	content: '';
	height: 35px;
	width: 28px;
	display: block;
	background: url(../images/header-1.png);
	position: absolute;
	left: 0;
	top: 6px;
}
.header-item.date:before {
	content: '';
	height: 35px;
	width: 32px;
	display: block;
	background: url(../images/header-2.png);
	position: absolute;
	left: 0;
	top: 6px;
}

.header-right {
    float: right;
    text-align: right;
}
.header-right .phone {
    color: #fff;
    font-size: 26px;
    font-family: "RalewayMedium";
}
.header-right p {
    font-size: 14px;
}


.main-content h1 {
    font-family: "RalewayExtraBold";
    font-size: 90px;
    margin-bottom: 12px;
}
.main-content h2 {
    font-family: "RalewayBold";
    font-size: 48px;
    margin-bottom: 13px;
}
.main-content h3 {
    font-size: 28px;
    margin-bottom: 66px;
}
.main-content p {margin-bottom: 47px;}
.main-info {}
.main-info-item {
    float: left;
    margin-right: 44px;
}
.main-info-item:last-of-type {
	margin-right: 0;
}
.main-info-item .img {
    margin-bottom: 13px;
}
.main-info-item img {}
.main-info-item span {}


.time-wrap .row {}
.time-wrap p {
    font-size: 24px;
    float: left;
    margin-top: 32px;
    font-family: "RalewayMedium";
}
.time-wrap .btn {
    float: left;
    margin-left: 53px;
    margin-top: 29px;
}
.btn {
    display: block;
    height: 60px;
    line-height: 60px;
    background: url(../images/btn.png);
    color: #fff;
    width: 268px;
    border-radius: 30px;
    font-family: "RalewayBold";
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 39px;
    overflow: hidden;
    text-align: left;
}
.btn:hover  {
	background: url(../images/btn-hover.png);
}
.btn:active {
	background: url(../images/btn-active.png);
}
.btn1 {
    display: block;
    height: 60px;
    line-height: 60px;
    background: url(../images/btn1.png);
    color: #fff;
    width: 268px;
    border-radius: 30px;
    font-family: "RalewayBold";
    font-size: 14px;
    text-transform: uppercase;
    
    overflow: hidden;
    text-align: center;
}
.btn1:hover  {
	background: url(../images/btn1-hover.png);
}
.btn1:active {
	background: url(../images/btn1-active.png);
}
.btn:active .icon {
	background-color: #F30129;
}
.btn .icon {
    float: left;
    width: 70px;
    height: 60px;
    background: #D90D25;
    background-image: url(../images/btn.png);
    background-repeat: no-repeat;
    background-position: center;
}
.btn .text {
    font-family: "RalewayExtraBold";
    text-transform: uppercase;
    float: left;
    margin-left: 36px;
    letter-spacing: -1px;
}
.timer {
    float: left;
    margin-left: 21px;
    margin-top: 17px;
}
.timer-item {
    text-align: center;
    float: left;
    margin-right: 29px;
}
.over .timer-item  {
	display: none;
}
.timer .end {
	border: 3px solid #EFF2F7;
	padding: 16px;
	margin-top: 13px;
}
.timer-item:last-of-type {
	margin-right: 0;
}
.timer .number {font-size: 65px;float: left;font-family: 'Oswald-Bold';width: 70px;}
.timer .text {
    font-size: 14px;
    font-family: "RalewayRegular";
    float: left;
    line-height: 84px;
}

.time-wrap {}
.time-wrap h2 {
    font-family: "RalewayBold";
    font-size: 32px;
    margin-bottom: 13px;
}
.time-wrap h2 span {
	color: #ed3f49;
	position: relative;
	display: inline-block;
}
.time-wrap h2 span:after {
	content: '';
	display: block;
	width: 65px;
	height: 132px;
	background: url(../images/timer-arrow.png);
	position: absolute;
	right: -23px;
	bottom: -119px;
}
.time-wrap h3 {
    font-size: 24px;
    margin-bottom: 21px;
}

.maximum {
	padding-top: 108px;
	padding-bottom: 120px;
}

.timer-line {
	border-top: 1px solid #F0F4F6;
	border-bottom: 1px solid #F0F4F6;
	float: left;
	padding-bottom: 16px;
}

.video {
    height: 951px;
    background: url(../images/video.jpg);
    padding-top: 100px;
}
h2.title {
	
font-family: "RalewayExtraBold";
	
font-size: 50px;
}
.video .title {
}
.video h3 {
    font-size: 50px;
    margin-bottom: 36px;
}
.video-wrap {
    height: 574px;
    background: url(../images/video-wrap.jpg) no-repeat top;
    border: 7px solid #ED3F49;
    width: 1070px;
    text-align: center;
    padding-top: 175px;
    background-size: cover;
}
.video .play {}
.video .play:hover {
	opacity: .8;
}
.whom{
    padding-top: 100px;
    padding-bottom: 44px;
}
.whom .title {
    margin-bottom: 60px;
}
.whom-wrap {}
.whom-item {
    float: left;
    width: 500px;
    margin-bottom: 70px;
}
.whom-item .img {
    width: 100px;
    text-align: center;
    float: left;
}
.whom-item .right {
	float: left;
	width: calc(100% - 100px);
	padding-left: 15px;
}
.whom-item img {}
.whom-item h3 {
    font-family: "RalewayExtraBold";
    font-size: 24px;
    display: inline;
    border-bottom: 4px solid #ED3F49;
}
.whom-item p {
    margin-top: 18px;
}
.whom-item.i1 {
    margin-right: 100px;
}
.whom-item.i2 {}
.whom-item.i3 {
    margin-right: 100px;
}
.whom-item.i4 {}

.statictic {
    height: 909px;
    background: url(../images/statistic.jpg) no-repeat top;
    color: #fff;
    padding-top: 100px;
    overflow: hidden;
}
.statictic .title {
    margin-bottom: 56px;
}
.statictic .title span {
    font-family: "RalewayLight";
}
.statictic .left {
    float: left;
}
.statictic .img {
    float: left;
    width: 506px;
    margin-top: -15px;
    margin-left: -58px;
}
.statictic .img img {display: block;}
.statictic .btn {
    float: left;
    margin-left: 63px;
    margin-top: 3px;
    width: 328px;
    background: url(../images/statistic-btn.png);
}
.statictic .btn:hover {
	background: url(../images/statistic-btn-hover.png);
}
.statictic .btn:active {
	background: url(../images/statistic-btn-active.png);
}

.statistic-item {
    margin-bottom: 45px;
}
.statistic-item .info {
    font-size: 60px;
    text-align: right;
    float: left;
    width: 275px;
    padding-right: 25px;
    font-family: 'Oswald-Bold';
}
.statistic-item .info span {
    display: block;
    font-family: "RalewayLight";
    font-size: 22px;
}
.statistic-item .center {
    float: left;
    width: 85px;
    font-size: 22px;
    font-style: italic;
    padding-top: 19px;
    padding-left: 10px;
}
.statistic-item .number {
    font-size: 60px;
    text-align: left;
    float: left;
    font-family: 'Oswald-Bold';
}
.statistic-item .number span {
    display: block;
    font-family: "RalewayLight";
    font-size: 22px;
}

.teach {
    padding-top: 100px;
    padding-bottom: 92px;
}
.teach .title {
    margin-bottom: 46px;
}
.teach-wrap {}
.teach-item h3 {
    font-family: "RalewayBold";
    font-size: 22px;
}
.teach-item.i1 {
    background: url(../images/teach-1.jpg);
}
.teach-item {
	width: 370px;
	height: 200px;
	float: left;
	color: #fff;
	padding-top: 115px;
	padding-left: 40px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.teach-item.i2 {
	background: url(../images/teach-2.jpg);
}
.teach-item.i3 {
	background: url(../images/teach-3.jpg);
	margin-right: 0;
}
.teach-item.i4 {
	background: url(../images/teach-4.jpg);
}
.teach-item.i5 {
	background: url(../images/teach-5.jpg);
}
.teach-item.i6 {
	background: url(../images/teach-6.jpg);
	margin-right: 0;
}

.programm {
    background: #F1F4F8;
    padding-top: 100px;
    padding-bottom: 90px;
}
.programm .title {
    margin-bottom: 47px;
}
.programm-wrap{}
.programm-item {
    float: left;
    width: 370px;
    height: 320px;
    position: relative;
    background: #fff;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-top: 25px;
}
.programm-item .number {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/number.png);
	width: 47px;
	height: 55px;
	font-size: 20px;
	color: #fff;
	font-family: "RalewayBold";
	padding-left: 24px;
}
.programm-item h3 {
    font-family: "RalewayExtraBold";
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.1;
}
.programm-item ul {
    padding-left: 4px;
}
.programm-item ul li {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    margin-bottom: 7px;
}
.programm-item ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: url(../images/li.png);
	position: absolute;
	left: 0;
	top: 6px;
}
.programm-item h4 {
    font-size: 24px;
}
.programm-item.i1 {}
.programm-item.i2 {}
.programm-item.i3 {
    margin-right: 0;
}
.programm-item.i4 {
    height: 253px;
}
.programm-item.i5 {
    height: 253px;
}
.programm-item.i6 {
    background: url(../images/programm.jpg);
    margin-right: 0;
    height: 253px;
}

.result {
    padding-top: 98px;
    padding-bottom: 60px;
}
.result .title {
    margin-bottom: 44px;
}
.result .btn {
    margin: 0 auto;
}
.result-wrap {
    margin-bottom: 6px;
}
.result-item {
    width: 370px;
    float: left;
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
    margin-right: 30px;
}
.result-item:before {
	content: '';
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/result.png);
	position: absolute;
	left: 0;
	top: 0;
}
.result-item p {
    font-family: "RalewayRegular";
}
.result-item.i1 {}
.result-item.i2 {}
.result-item.i3 {
    margin-right: 0;
}
.result-item.i4 {}
.result-item.i5 {}
.result-item.i6 {
    margin-right: 0;
}


.format{
	height: 1191px;
	background: url(../images/format.jpg) no-repeat top;
	padding-top: 99px;
}
.format .title {
	color: #fff;
	margin-bottom: 49px;
}


.table table thead th {
    padding: 12px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    height: 76px;
    font-family: "RalewayRegular";
    vertical-align: top;
}
.table table thead th:first-child {
	text-align: left;
	font-family: "RalewayBold";
	padding-left: 29px;
	min-width: 540px;
	background: url(../images/th-1.png) no-repeat top;
	background-color: #fff;
}

.table table thead th:nth-of-type(2) {
	min-width: 200px;
	background: url(../images/th-2.png) no-repeat top;
	background-color: #fff;
}

.table table thead th:nth-of-type(3) {
	min-width: 200px;
	background: url(../images/th-3.png) no-repeat top;
	background-color: #fff;
}
.table table thead th:nth-of-type(4) {
	min-width: 200px;
	background: url(../images/th-4.png) no-repeat top;
	background-color: #fff;
}

.table table thead tr td {
    border: 1px solid #fff;
    padding: 0 28px;
    background: #fff;
    font-family: "RalewayRegular";
    padding-top: 0;
}



.table table thead tr:nth-child(2) td+td {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-family: "RalewayBold";
}

.table table thead tr:nth-child(3) td+td {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-family: "RalewaySemiBold";
}

.table table thead tr:nth-child(4) td+td {
    color: #000000;
    text-align: center;
    font-size: 16px;
    font-family: "RalewayMedium";
}

.table table tbody tr td {
    padding: 0 28px;
    color: #000;
    font-size: 16px;
    background: #fff;
    font-family: "RalewayRegular";
}
.table table tbody tr.last td {
	border: 0;
	background: transparent;
	padding: 0;
	padding-top: 33px;
}

.table table tbody tr td+td {
    text-align: center;
}

.table table {
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0px;
    margin-left: -10px;
}


.table table td span {
    border-bottom: 1px solid #E7EDF4;
    display: block;
    padding: 13px 0;
}

.table table td span.no-border {
	border: 0;
}
.table table .button {
    background: #ED3F49;
    color: #fff;
    font-size: 12px;
    font-family: "RalewayBlack";
    text-transform: uppercase;
    width: 187px;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
	border-radius: 30px;
	margin-top:-20px;
}

.table table .button:hover {
	background: #DA0325;
}

.table table td.bordered {
    position: relative;
}

.table table td.bordered:after {
	content: '';
	display: block;
	width: 100%;
	height: 7px;
	background: url(../images/table-bottom.png);
	position: absolute;
	bottom: -4px;
	left: 0;
}
.table table td.bordered.white:after {
	background: #fff;
}

.testimonials{
    padding-top: 101px;
    padding-bottom: 52px;
}
.testimonials .title {
    margin-bottom: 50px;
}
.testimonials-wrap {
    max-width: 1110px;
}
.testimonials-wrap .item .left {
    background: #ED3F49;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    max-width: 400px;
    position: absolute;
    width: 100%;
}
.testimonials-wrap .item .left .img {
    width: 106px;
}
.testimonials-wrap .item .left img {}
.testimonials-wrap .item .right {
    max-width: 875px;
    float: right;
    position: relative;
    background: #F6F9FB;
    padding: 34px;
    padding-right: 60px;
    margin-top: 20px;
}
.testimonials-wrap .item .right:after {
	content: '';
	display: block;
	width: 131px;
	height: 105px;
	background: url(../images/quote.png);
	position: absolute;
	bottom: -50px;
	right: -68px;
}
.testimonials-wrap .item h3 {
    font-size: 22px;
    font-family: "RalewayBold";
    margin-bottom: 17px;
}
.testimonials-wrap .item h3 span {
    font-family: "RalewayRegular";
}
.testimonials-wrap .item p {
    font-size: 16px;
    line-height: 1.5;
}

.testimonials-wrap .owl-prev {
	width: 50px;
	height: 50px;
	background: #ED3F49 url(../images/slider-left.png) no-repeat center;
	text-indent: -99999px;
	margin-bottom: -50px;
	top: 62px;
	position: relative;
}
.owl-prev:hover, .owl-next:hover {
	background-color: #D8313D !important;
}
.testimonials-wrap .owl-next {
	width: 50px;
	height: 50px;
	background: #ED3F49 url(../images/slider-right.png) no-repeat center;
	text-indent: -99999px;
}

.testimonials-wrap .owl-nav {
	position: absolute;
	top: 0;
	right: 45px;
}

.testimonials-wrap .item {
	    padding-bottom: 65px;
	    overflow: hidden;
	    padding-right: 65px;
}

.place {
    height: 696px;
    background: url(../images/place.jpg) no-repeat top;
    color: #fff;
}
.place-wrap {
    padding-left: 537px;
    padding-top: 142px;
}
.place-wrap .title {
    margin-bottom: 38px;
}
.place-wrap ul {padding-left: 12px;}
.place-wrap ul li {
    font-size: 22px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.place-wrap ul li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/li-white.png);
	position: absolute;
	left: 0;
	top: 6px;
}

.shema {
    padding-top: 100px;
    padding-bottom: 102px;
    text-align: center;
}
.shema .title {
    /* position: absolute; */
    left: 0;
    top: 0;
    text-align: left;
    margin-bottom: 20px;
}
.shema h3 {
    font-family: "RalewayRegular";
    margin-bottom: 25px;
}
.shema h3 span {
	color: #ec3f49;
}
.shema iframe {display: block;margin-bottom: 15px;}
.shema .iframe {float: left;text-align: left;}
.shema img {
    display: block;
    margin: 0 auto;
}
.iframe-wrap{display: inline-block;}

.everything {
	height: 446px;
	background: url(../images/everything.jpg) no-repeat top;
	color: #fff;
	padding-top: 108px;
}

.partners {
    padding-top: 99px;
    padding-bottom: 117px;
}
.partners .title {
    margin-bottom: 50px;
}
.partners-wrap {}
.partners-wrap img {
	width: auto !important;
	margin: 0 auto;
}

.partners-wrap .owl-prev {
	width: 50px;
	height: 50px;
	background: #ED3F49 url(../images/slider-left.png) no-repeat center;
	text-indent: -99999px;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
}

.partners-wrap .owl-next {
	width: 50px;
	height: 50px;
	background: #ED3F49 url(../images/slider-right.png) no-repeat center;
	text-indent: -99999px;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
}

.partners-wrap .owl-nav {
	text-align: center;
	margin-top: 25px;
}

footer {
    height: 298px;
    background: url(../images/footer.jpg) no-repeat top;
    color: #fff;
    padding-top: 52px;
}
.privacy {
    margin-bottom: 47px;
}
.privacy p {
    font-size: 16px;
    margin-bottom: 22px;
}
.footer-bottom {}

.footer-item {
    font-size: 18px;
    float: left;
    position: relative;
    padding-left: 42px;
}
.footer-item.address {}
.footer-item.date {
    margin-left: 60px;
    padding-left: 45px;
}
.footer-item p  {
    font-family: "RalewaySemiBold";
}
.footer-item div {}
.footer-item.address:before {
	content: '';
	height: 35px;
	width: 28px;
	display: block;
	background: url(../images/header-1.png);
	position: absolute;
	left: 0;
	top: 6px;
}
.footer-item.date:before {
	content: '';
	height: 35px;
	width: 32px;
	display: block;
	background: url(../images/header-2.png);
	position: absolute;
	left: 0;
	top: 6px;
}

.footer-right {
    float: right;
    text-align: right;
}
.footer-right .phone {
    color: #fff;
    font-family: "RalewayBold";
    font-size: 26px;
}
.footer-right p {
    font-size: 14px;
}

.remodal {
	max-width: 1170px;
	height: auto;
	background: url(../images/modal.jpg) no-repeat top;
	text-align: left;
	color: #fff;
}
.remodal input[type='text']{
    border: 2px solid #D8313D;
    border-radius: 30px;
    background: transparent;
    height: 60px;
    width: 250px;
    padding-left: 30px;
    font-family: "RalewayRegular";
    font-size: 16px;
    float: left;
    outline: none;
    margin-right: 5px;
    color: #fff;
}
.remodal .btn {
    float: left;
    background: url(../images/btn-active.png);
}
.remodal .btn:hover {
	background: url(../images/btn-hover.png);
}
.remodal .row {}
.remodal h2 {
    font-family: "RalewayExtraBold";
    font-size: 30px;
    margin-bottom: 40px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.main-thx {
	height: 1024px;
	background: url(../images/main-thx.jpg) no-repeat top;
	color: #fff;
	padding-top: 18px;
}

.soc {margin-top:40px;
    overflow: hidden;
    margin-bottom: 203px;
}
.soc p {
    float: left;
    margin-right: 10px;
    margin-top: 9px;
    font-family: "RalewayRegular";
}
.soc-wrap {
    float: left;
}
.soc-wrap a {
    float: left;
    margin-right: 10px;
}

.soc-wrap a:hover {
	opacity: .8;
}

.main-content-thx {
    padding-left: 475px;
}
.main-content-thx h1 {
    font-family: "RalewayBlack";
    font-size: 64px;
    line-height: 1;
    margin-bottom: 40px;
}
.main-content-thx h2 {
    font-family: "RalewayExtraLight";
    font-size: 56px;
    margin-bottom: 46px;
    letter-spacing: -.7px;
    line-height: 1.15;
}

.thx-privacy {
    clear: both;
}
.thx-privacy p {
    font-size: 14px;
    margin-bottom: 25px;
}

.button-mobile{
	display: none;
}

.order-mobile {
	display: none;
}

.main-mobile {
	display: none;
}

input[type="text"].error {
    border-color: red;
}

.office-mobile {
	display: none;
}

@media screen and (max-width: 1180px){
	.office-mobile {
		display: block;
		margin: 0 auto;
	}
	.container {
		width: 95%;
	}
	
	.main-content {
		padding-left: 0;
	}
	
	.main-content-thx {
		padding-left: 0;
	}
	
	.main-thx .top-info {
		margin-bottom: 50px;
	}
	
	.main-thx {
		height: auto;
		padding-bottom: 35px;
		background-position: left;
	}
	
	.time-wrap h2 span:after {
		display: none;
	}
	
	.time-wrap p {
		float: none;
		margin-top: 30px;
		margin-bottom: 25px;
	}
	
	.time-wrap p br {
		display: none;
	}
	
	.time-wrap {
		text-align: center;
	}
	
	.timer-line {
		float: none;
	}
	
	.timer {
		float: none;
		margin: 0;
		display: inline-block;
	}
	
	.time-wrap .btn {
		float: none;
		margin: 0 auto;
		margin-top: 15px;
	}
	
	.maximum {
		padding: 40px 0;
	}
	
	.video {
		height: auto;
		padding: 40px 0;
		background-size: cover;
	}
	
	.video-wrap {
		width: 100%;
	}
	
	img {
		max-width: 100%;
	}
	
	.whom {
		padding: 40px 0;
	}
	
	.whom-item {
		width: 50%;
		margin: 0 !important;
		margin-bottom: 25px !important;
	}
	
	.whom-item.i3 {
		clear: both;
	}
	
	.statictic {
		height: auto;
		padding: 40px 0;
		padding-bottom: 0;
		background-size: cover;
	}
	
	.statictic .img {
		float: none;
		text-align: center;
		width: 100%;
		margin: 0;
		clear: both;
	}
	
	.statictic .img img {
		margin: 0 auto;
	}
	
	h2.title br {
		display: none;
	}
	
	.teach {
		padding: 40px 0;
		text-align: center;
	}
	
	.teach-item {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 5px !important;
		width: 340px;
		text-align: left;
	}
	
	.programm {
		height: auto;
		padding: 40px 0;
		text-align: center;
	}
	
	.programm-item {
		width: 320px;
		height: 320px !important;
		margin: 10px !important;
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		padding-left: 15px;
	}
	
	.result {
		padding:  40px 0;
	}
	
	.result-item {
		width: 50%;
		margin: 0 !important;
		margin-bottom: 25px !important;
	}
	
	.table table thead th:nth-of-type(2), .table table thead th:nth-of-type(3), .table table thead th:nth-of-type(4) {
		min-width: 0;
	}
	
	.table table thead th:first-child {
		min-width: 0;
	}
	
	.format {
		height: auto;
		padding: 40px 0;
		background-size: cover;
	}
	
	.table table thead th {
		font-size: 17px;
	}
	
	.testimonials{
		padding: 40px 0;
	}
	
	.testimonials-wrap .item .left {
		position: static;
	}
	
	.testimonials-wrap .item .right:after {
		margin-top: 0;
	}
	
	.place {
	    background: url(../images/statistic.jpg) no-repeat top;
	    height: auto;
	    padding: 40px 0;
	    background-size: cover;
	    padding-bottom: 0;
	}
	.place-wrap {
		padding: 0;
	}
	
	.shema {
		padding: 40px 0;
	}
	
	.shema iframe {
		display: none;
	}
	
	.order-mobile {
	    background: #ED3F49;
		color: #fff;
		font-size: 12px;
		font-family: "RalewayBlack";
		text-transform: uppercase;
		width: 187px;
		display: block;
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
		border-radius: 30px;
		text-align: center;	
		margin-bottom: 15px;		
	}


	.everything {
		height: auto;
		padding: 40px 0;
		background-size: cover;
	}
	
	.testimonials-wrap .item .right {
		margin-top: 0;
	}
	
	.remodal {
		height: auto;
		background-size: cover;
	}
	
	.remodal h2 br {
		display: none;
	}
	
	.remodal .row {
		text-align: center;
	}
	
	.remodal input[type='text'] {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 5px !important;
	}
	
	.remodal .btn {
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px){
	.main-thx {
		/* background: url(../images/statistic.jpg) no-repeat top; */
		height: auto;
		background-size: cover;
		padding-bottom: 0;
		background-position: -360px bottom;
	}

	.main-thx:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.47);
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.main-content-thx h1 {
		font-size: 42px;
	}
	
	.main-content-thx h2 {
		font-size: 38px;
	}
	
	.soc {
		margin-bottom: 50px;
	}
	
	.header-item.date {
		float: right;
		margin-bottom: 15px;
	}
	
	.header-right {
		clear: both;
	}
	
	.top-info {
		margin-bottom: 40px;
	}
	
	.main {
	    /* background: url(../images/statistic.jpg) no-repeat top; */
	    height: auto;
	    background-size: cover;
	    background-position: -547px bottom;
	    position: relative;
	    padding-bottom: 10px;
	}
	.main:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.47);
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.main-mobile{
		/* display: block; */
	}
	
	.main-info-item {
		width: 33.333%;
		margin: 0 !important;
	}
	
	.main-content h1 {
		font-size: 50px;
	}
	
	.timer .text {
		float: none;
		line-height: 44px;
	}
	
	.whom-item {
		width: 100%;
	}
	
	.statistic-item .info {
		width: 200px;
	}
	
	.statistic-item .number {
		width: calc(100% - 285px);
	}
	
	.statictic .btn {
		clear: both;
		margin-top: 35px;
	}
	
	h2.titl {
		font-size: 38px;
	}
	
	.result-item {
		width: 100%;
	}
	
	.result-item p br {
		display: none;
	}
	
	.table table thead th {
		font-size: 10px;
	    background: none !important;
		height: auto;
	}
	
	.table table {
		border-collapse: collapse;
		border-spacing: 0;
		margin: 0;
		overflow: hidden;
	}
	
	.table table .button {
		display: none;
	}
	
	.table table thead tr td {
		font-size: 13px;
	    padding: 9px 15px;
	}
	
	.table table tbody tr td {
		font-size: 13px;
	    padding: 9px 15px;
	}
	
	.table table td span {
		border: 0;
		padding: 0;
	}
	
	.button-mobile {
		background: #ED3F49;
		color: #fff;
		font-size: 12px;
		font-family: "RalewayBlack";
		text-transform: uppercase;
		width: 187px;
		display: block;
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
		border-radius: 30px;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.testimonials-wrap .item {
		padding-right: 0;
	}
	
	.testimonials-wrap .item .right:after {
		display: none;
	}
	
	footer {
		height: auto;
		padding: 40px 0;
		background-size: cover;
	}
	
	.footer-item.date {
		float: right;
		margin-bottom: 15px;
	}
	
	.footer-right {
		clear: both;
	}
	
	#map {
		height: 400px;
	}
}

@media screen and (max-width: 480px){
	.main-content h1 {
		font-size: 40px;
	}
	.top-info {
		text-align: center;
	}
	
	.header-item, .footer-item {
		float: none;
		text-align: center;
		padding-left: 0;
		padding-top: 45px;
	}
	
	.header-item.address:before, .header-item.date:before, .footer-item.address:before, .footer-item.date:before {
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.header-item.date, .footer-item.date {
		float: none;
		margin: 15px 0 !important;
		text-align: center !important;
		padding-left: 0;
	}
	
	.header-right {
		float: none;
		text-align: center;
	}
	
	.main-content h2{
		font-size: 35px;
	}
	
	.main-content p {
		margin-bottom: 20px;
	}
	
	.main-info-item span {
		font-size: 18px;
	}
	.main-content h3 {
		margin-bottom: 30px;
		font-size: 22px;
	}
	.main-info-item span br {
		display: none;
	}
	
	.timer-item{
		margin-right: 10px;
	}
	
	.timer .number {
		font-size: 49px;
		width: 55px;
	}
	
	h2.title {
		font-size: 26px;
	}
	
	.video h3 {
		font-size: 26px;
	}
	
	.statistic-item .info {
		width: 120px;
		font-size: 30px;
		padding-right: 10px;
	}
	
	.statistic-item .number {
		width: calc(100% - 205px);
		font-size: 30px;
	}
	
	.statistic-item .info span {
		font-size: 17px;
	}
	
	.statistic-item .number span {
		font-size: 17px;
	}
	
	.statistic-item .center {
		width: 60px;
		padding-left: 10px;
	}
	
	.statictic .btn {
		margin-left: 0;
		width: 300px;
	}
	
	.programm-item {
	    margin: 0 !important;
		width: 100%;
		margin-bottom: 15px !important;
		height: auto !important;
		padding-bottom: 15px;
		padding-right: 5px;
	}
	
	.programm-item h3 {
		font-size: 20px;
	}
	
	.programm-item.i6 {
		background: #fff;
	}
	
	.table table thead th:first-child {
		padding-left: 0;
	}
	
	.table table thead th {
		padding-left: 0;
		padding-right: 0;
	}
	
	.table table thead tr:nth-child(2) td+td {
		font-size: 17px;
	}
	
	.table table tbody tr td, .table table thead tr td {
		padding: 9px 5px;
	}
	
	.testimonials-wrap .item .left {
		max-width: 185px;
	}
	
	.testimonials-wrap .item .right {
		padding-right: 15px;
	}
	
	.footer-bottom {
		text-align: center;
	}
	
	.footer-item {
		float: none;
		display: block;
	}
	
	.footer-item.date {
		float: none;
		margin: 15px 0;
	}
	
	.footer-right {
		float: none;
		text-align: center;
	}
	
	.whom-item h3 {
		font-size: 18px;
	}
	
	.video-wrap {
		height: 355px;
	    padding-top: 67px;
	}
	
	.remodal {
		padding: 10px;
	}
	
	.remodal h2 {
		font-size: 27px;
	}
	
	.main-info-item {
		width: 100%;
		margin-bottom: 10px !important;
		text-align: center;
		float: none;
	}
	
	.teach-item {
		width: 139px;
		height: 190px;
		padding-left: 16px;
	}
	
	.teach-item h3 {
		font-size: 14px;
	}
	
	#map {
		height: 250px;
	}
}