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

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


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



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

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

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

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

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

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


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

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


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

.remodal-close:hover {
	opacity: .8 !important;
}

body {margin: 0;font-family: 'Montserrat-Regular';font-size: 16px;font-weight: normal;line-height: 1.3;color: #202230;background: url(../images/bg.jpg) repeat-y top;}
*, :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;
}



#wrapper {
	overflow: hidden;
}

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;
}

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


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

.main {
	height: 850px;
	background: url(../images/main.jpg) no-repeat top;
	padding-top: 18px;
}

header {
	margin-bottom: 140px;
}

.header-left {
    float: left;
}

.header-item .line {
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 14px;
}
.header-item:last-of-type {
	margin: 0;
}
.header-item:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/triangle.png);
	position: absolute;
	left: 0;
	top: 7px;
}
.header-item {
    float: left;
    margin-right: 45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat-Bold';
    position: relative;
    padding-left: 25px;
}
.header-item p {color: #fbc320;}
.header-item p + span {}
.header-right {
    float: right;
    display: flex;
    align-items: center;
}
.header-right div {}
.header-right .phone {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    text-align: right;
}
.header-right p {
    font-size: 12px;
    text-align: right;
    color: rgba(255, 255, 255, 0.2);
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
}
.header-right .call:hover {
	background: #FFDE00;
}
.header-right .call:active {
	background: #FFB300;
}
.header-right .call {
    display: block;
    color: #2b2f4a;
    font-size: 12px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    width: 170px;
    text-align: center;
    background: #FBC320;
    border-radius: 6px;
    margin-left: 15px;
    -webkit-appearance: none;
    font-family: 'Montserrat-Bold';
}

.main-wrap {
    color: #fff;
    position: relative;
}
.main-wrap h1 {
    font-family: 'Montserrat-Black';
    font-size: 82px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -2px;
}
.main-wrap h2 {
    font-size: 101px;
    color: #fbc320;
    font-family: 'PTSerif-BoldItalic';
    line-height: .9;
    letter-spacing: -2px;
    margin-bottom: 43px;
}
.main-wrap h3 {
    font-size: 29px;
}
.main-wrap .name span {
	text-transform: uppercase;
}
.main-wrap .name {
    width: 200px;
    height: 59px;
    background: url(../images/name.png);
    position: absolute;
    right: 153px;
    top: 301px;
    font-family: 'Montserrat-Bold';
    font-size: 13px;
    color: #202230;
    padding-left: 28px;
    padding-top: 27px;
}
.ua .action.i2 {
	height: 792px;
}
.action.i2 {
    height: 827px;
}
.action.i2 .action-wrap {
    padding-top: 0px;
}
.action {
    height: 500px;
    text-align: center;
    background: url(../images/action.jpg) no-repeat top;
}
.btn:hover:after {
	right: 15px;
}
.btn:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 46px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn:hover {
	background: #FFDE00;
}
.btn:active {
	background: #FFB300;
}
.btn {
    display: block;
    text-align: center;
    width: 360px;
    height: 90px;
    line-height: 90px;
    background: #FBC320;
    position: relative;
    border-radius: 8px;
    font-size: 15px;
    color: #202230;
    font-family: 'Montserrat-ExtraBold';
    text-transform: uppercase;
    outline: none;
    border: 0;
    padding-right: 48px;
    -webkit-appearance: none;
    cursor: pointer;
}
.btn span {
    font-family: 'PTSerif-BoldItalic';
    font-size: 21px;
    text-transform: none;
}
.action .btn {
    margin: 0 auto 70px;
}

.btn1:hover:after {
	right: 15px;
}
.btn1:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 46px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn1:hover {
	background: #bd0909;
}
.btn1:active {
	background: #eb1010;
}
.btn1 {
    display: block;
    text-align: center;
    width: 360px;
    height: 90px;
    line-height: 90px;
    background: #bd0909;
    position: relative;
    border-radius: 8px;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat-ExtraBold';
    text-transform: uppercase;
    outline: none;
    border: 0;
    padding-right: 48px;
    -webkit-appearance: none;
    cursor: pointer;
}
.btn1 span {
    font-family: 'PTSerif-BoldItalic';
    font-size: 21px;
    text-transform: none;
}
.action .btn1 {
    margin: 0 auto 70px;
}
.action h2 {
    font-family: 'Montserrat-SemiBold';
    font-size: 41px;
    margin-bottom: 23px;
    letter-spacing: -.5px;
}
.action h2 span {
    font-family: 'PTSerif-BoldItalic';
    background: #FBC320;
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 31px;
}
.action h3 {
    font-size: 24px;
    margin-bottom: 63px;
}
.action p {
    font-size: 17px;
    margin-bottom: 31px;
}
.action .timer-wrap {}


.timer-wrap {
    display: flex;
    justify-content: center;
}
.timer {
    position: relative;
    z-index: 0;
    text-align: center;
}

.timer-item:after {
	content: ':';
	display: block;
	position: absolute;
	right: -51px;
	top: -13px;
	font-size: 76px;
	color: #FFC600;
	font-family: 'PTSerif-BoldItalic';
}
.timer-item:last-of-type {
	margin: 0;
}
.timer-item {
    float: left;
    position: relative;
    margin-right: 59px;
}
.timer-item .number {
    font-size: 76px;
    width: 104px;
    line-height: 1;
    font-family: 'PTSerif-BoldItalic';
    margin-bottom: 4px;
}
.timer-item span {
    font-size: 12px;
    line-height: 1;
    display: block;
    letter-spacing: 2px;
}
.timer-item:last-of-type:after {
	display: none;
}
.action.i2 .action-wrap:before {
	top: -39px;
}
.ua .action-wrap:before {
	width: 1300px;
	height: 878px;
	background: url(../images/grn.png);
	top: -46px;
}
.action-wrap:before {
	content: '';
	display: block;
	width: 1284px;
	height: 897px;
	background: url(../images/rub.png);
	position: absolute;
	left: -61px;
	top: -84px;
	z-index: -1;
}

.action-wrap {
    position: relative;
    z-index: 0;
    padding-top: 138px;
}
.action.i2 .box {top: 31px;}
.action-wrap .box {
	width: 422px;
	height: 100px;
	background: #FAFAFC;
	position: absolute;
	left: 189px;
	top: 0;
	z-index: -1;
}

.title {
    font-family: 'Montserrat-Black';
    font-size: 54px;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.2;
}
.title span {
    font-family: 'PTSerif-BoldItalic';
    text-transform: none;
    display: inline-block;
    font-size: 70px;
    background: #FBC320;
    color: #212128;
    height: 55px;
    line-height: 37px;
    padding: 0 8px;
}
.title1 {
	text-align: center;
    font-family: 'PTSerif-BoldItalic';
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.2;
}
.title1 span {
    font-family: 'PTSerif-BoldItalic';
    text-transform: none;
    display: inline-block;
    font-size: 100px;
    background: #FBC320;
    color: #212128;
    height: 55px;
    line-height: 37px;
    padding: 0 8px;
}



.price .title {
	font-size: 42px;
	margin-bottom: 24px;
}

.price .title span {
	font-size: 56px;
}

.price .title1 {
	font-family: 'PTSerif-BoldItalic';
	font-size: 64px;
	text-transform: lowercase;
	text-align: left;
}

.price .title1 span {
	font-size: 64px;
}

.why {
    height: 1152px;
    background: url(../images/why.jpg) no-repeat top;
    padding-top: 142px;
    color: #fff;
}
.why .title {
    margin-bottom: 104px;
}
.why-wrap {
    margin-bottom: 27px;
}
.why ul.right {
	padding-left: 15px;
}
.why ul {
    float: left;
    width: 50%;
}
.why ul li:before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background: url(../images/yes.png);
	position: absolute;
	left: 0;
	top: -4px;
}
.why ul li {
    font-size: 19px;
    position: relative;
    padding-left: 45px;
    margin-bottom: 52px;
    font-family: 'PTSerif-BoldItalic';
}
.why ul.left li {}
.why ul.right li {
	font-size: 17px;
	font-family: 'Montserrat-Medium';
	margin-bottom: 58px;
}
.why ul.left li:before {}
.why ul.right li:before {
    background: url(../images/no.png);
}
.say {display: inline-block;}
.say .text {
    width: 682px;
    height: 200px;
    background: url(../images/text.png);
    padding: 47px 40px 10px 52px;
    float: left;
}
.say .text p {
    font-family: 'PTSerif-Italic';
    font-size: 27px;
    line-height: 1.2;
}
.say .author {
    float: right;
    padding-left: 33px;
}
.say .author img {}
.say .author p {
    font-family: 'Montserrat-ExtraBold';
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 75px;
    margin-top: -9px;
}
.why .say {}

.life {
    padding-top: 163px;
    padding-bottom: 88px;
}
.life .title {
    margin-bottom: 26px;
}
.life h3 {
    font-size: 24px;
    margin-bottom: 67px;
    letter-spacing: -.2px;
}
.life-wrap {}
.life-wrap .left {
    float: left;
    padding-left: 39px;
    width: 470px;
}
.life h4:before {
	content: '';
	display: block;
	width: 41px;
	height: 564px;
	background: url(../images/line.png);
	position: absolute;
	left: -40px;
	top: 32px;
}
.life h4 {
    font-family: 'Montserrat-ExtraBold';
    font-size: 16px;
    display: inline-block;
    background: #FBC320;
    padding: 2px 5px;
    margin-bottom: 0;
    position: relative;
}
.life h5:last-of-type {
	padding-left: 15px;
}
.life h5 {
    font-family: 'PTSerif-BoldItalic';
    font-size: 48px;
    margin-bottom: 45px;
    line-height: 1;
}
.life h6 {
    font-family: 'Montserrat-SemiBold';
    font-size: 38px;
    margin-bottom: 25px;
}
.life ul  {}
.life ul li:nth-of-type(even){
	padding-left: 17px;
}
.life ul li:last-of-type {
	margin-bottom: 27px;
}
.life ul li {
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    margin-bottom: 45px;
}
.life .right:before {
	content: '';
	display: block;
	width: 500px;
	height: 100%;
	background: #fafafc;
	position: absolute;
	top: 0;
	right: -500px;
}
.life .right {
    float: left;
    width: calc(100% - 470px);
    position: relative;
    background: #FAFAFC;
    padding: 71px 0 35px 77px;
    height: 600px;
}
.life .right h6 {}
.life .right .learn {
    font-family: 'PTSerif-BoldItalic';
    font-size: 21px;
    padding-left: 20px;
    border-left: 6px solid #FBC320;
}
.life .right p {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    margin-bottom: 31px;
    line-height: 1.65;
}

.video{
    height: 620px;
    background: url(../images/video.png) no-repeat top;
    padding-top: 253px;
}
.video-wrap {
    position: relative;
}
.video .play:hover {
	opacity: .8;
}
.video .play {
	width: 142px;
	height: 142px;
	background: url(../images/play.png);
	display: block;
	position: absolute;
	right: 50px;
	top: -9px;
}
.video .title {
    color: #fff;
}

.about {
    height: 1979px;
    background: url(../images/about.jpg) no-repeat top;
    padding-top: 144px;
    color: #fff;
}
.about-wrap {
    margin-bottom: 63px;
}
.about .title {
    margin-bottom: 28px;
}
.about h3 {
    font-size: 24px;
    margin-bottom: 125px;
}
.about .img {
    width: 470px;
    float: left;
}
.about .img img {
    margin-left: -128px;
}
.about .right {
    float: left;
    width: calc(100% - 470px);
    padding-left: 59px;
    padding-top: 9px;
}
.about ul {}
.about ul li:before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/li.png);
	position: absolute;
	left: 0;
	top: 10px;
}
.about ul li {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    position: relative;
    padding-left: 21px;
    margin-bottom: 32px;
    line-height: 1.65;
}
.about h4 span{
	display: inline-block;
	background: #FBC320;
	color: #202230;
	padding: 0 5px;
}
.ua .about h4:before {
    background: url(../images/grn-2.png) no-repeat;
    background-size: contain;
    top: -22px;
}
.about h4:before {
	content: '';
	display: block;
	width: 120px;
	height: 136px;
	background: url(../images/coins.png);
	position: absolute;
	left: -32px;
	top: -44px;
}
.about h4 {
    font-family: 'PTSerif-BoldItalic';
    font-size: 24px;
    position: relative;
    padding-left: 126px;
    margin-bottom: 74px;
}
.about .nav {
	display: none;
}
.about .books {
    margin-bottom: 47px;
    margin-left: 34px;
}
.about .books-wrap {
    float: left;
}
.about .book {
    float: left;
    margin-left: -43px;
}
.about .books-right {
    float: right;
    padding-top: 71px;
    padding-right: 75px;
}
.about .books-right p {
    font-family: 'PTSerif-Italic';
    font-size: 22px;
    margin-bottom: 5px;
}
.about .books-right img {}
.about .books-right p:last-of-type {
    text-align: right;
}
.about .say {
}

.what {
    padding-top: 6px;
    padding-bottom: 80px;
}
.what .title {
    margin-bottom: 35px;
}
.what h3 {
    font-size: 24px;
    margin-bottom: 64px;
}
.what-wrap {}
.what-item:before {
	content: '';
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #F3F3F4;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
	top: 10px;
	border-radius: 8px;
	z-index: -1;
}
.what-item {
    margin-bottom: 29px;
    padding: 30px 30px 13px;
    box-shadow: 0 0 103px rgba(33, 33, 40, 0.08);
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #fff;
}
.what-item .number {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.what-item .img {
    width: 95px;
    min-width: 95px;
}
.what-item h4 {
    font-family: 'PTSerif-BoldItalic';
    font-size: 28px;
    line-height: 1;
}
.what-item ul {}
.what-item ul li:before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/li.png);
	position: absolute;
	left: 0;
	top: 3px;
}
.what-item ul li {
    font-family: 'Montserrat-Medium';
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
}
.what .left {
    width: 570px;
    float: left;
}
.what .right {
    width: 570px;
    float: right;
}




.life.change {
    padding-top: 202px;
    height: 1271px;
    background: url(../images/change.jpg) no-repeat top;
    color: #fff;
    margin-top: -201px;
}
.life.change .title {
    margin-bottom: 112px;
}
.life.change h3 {
    font-size: 24px;
    margin-bottom: 40px;
}
.life.change .life-wrap {
    margin-bottom: 42px;
}
.life.change .life-wrap .left {
    float: left;
    padding-left: 38px;
    width: 610px;
}
.life.change h4:before {
	content: '';
	display: block;
	width: 41px;
	height: 564px;
	background: url(../images/line.png);
	position: absolute;
	left: -38px;
	top: 35px;
}
.life.change h4 {
    font-family: 'Montserrat-ExtraBold';
    font-size: 16px;
    display: inline-block;
    background: #FBC320;
    padding: 2px 5px;
    margin-bottom: 6px;
    position: relative;
    color: #202230;
}
.life.change h5 {
    font-family: 'PTSerif-BoldItalic';
    font-size: 48px;
    margin-bottom: 43px;
}
.life.change h6 {
    font-family: 'Montserrat-SemiBold';
    font-size: 38px;
    margin-bottom: 25px;
}
.life.change ul  {}
.life.change ul li:nth-of-type(even){
	padding-left: 14px;
}
.life.change ul li:last-of-type {
	margin-bottom: 26px;
}
.life.change ul li {
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    margin-bottom: 45px;
}
.life.change .right:before {
	content: '';
	display: block;
	width: 500px;
	height: 100%;
	background: #26272E;
	position: absolute;
	top: 0;
	right: -500px;
}
.life.change .right {
    float: left;
    width: calc(100% - 610px);
    position: relative;
    background: #26272E;
    padding: 83px 0 35px 80px;
    height: 600px;
}
.life.change .right h6 {
    color: #fbc320;
}
.life.change .right .learn {
    font-family: 'PTSerif-BoldItalic';
    font-size: 21px;
    padding-left: 20px;
    border-left: 6px solid #FBC320;
}
.life.change .right p {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    margin-bottom: 36px;
}

.life.change .say .text {
    height: 170px;
    background: url(../images/text-1.png);
}

.testimonials {
	padding-top: 137px;
	padding-bottom: 140px;
	background: url(../images/testimonials.jpg) repeat-y top;
}
.testimonials .title {
    margin-bottom: 53px;
}
.testimonials-wrap {}
.testimonial-item:before {
	content: '';
	display: block;
	width: 53px;
	height: 34px;
	background: url(../images/testimonial.png);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}
.testimonial-item:after {
    content: '';
    display: block;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #F3F3F4;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    top: 7px;
    border-radius: 8px;
    z-index: -1;
}
.testimonial-item {
    box-shadow: 0 0 103px rgba(33, 33, 40, 0.08);
    position: relative;
    text-align: center;
    border-radius: 8px;
    z-index: 0;
    background: #fff;
    padding: 55px 30px 36px;
    box-shadow: 0 0 103px rgba(33, 33, 40, 0.06);
}
.testimonial-item .name {
    font-family: 'Montserrat-ExtraBold';
    font-size: 16px;
    text-transform: uppercase;
}
.testimonial-item .img {
    margin-bottom: 32px;
}
.testimonial-item .img img {
	width: auto !important;
	margin: 0 auto;
}
.testimonial-item span {
    display: block;
    margin-bottom: 39px;
}
.testimonial-item h3:before {
	content: '';
	display: block;
	width: 52px;
	height: 3px;
	background: #FFC600;
	position: absolute;
	left:0;
	top: 0;
	right: 0;
	margin: 0 auto;
}
.testimonial-item h3:after {
	content: '';
	display: block;
	width: 52px;
	height: 3px;
	background: #FFC600;
	position: absolute;
	left:0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}
.testimonial-item h3 {
    font-family: 'PTSerif-BoldItalic';
    font-size: 22px;
    position: relative;
    padding: 10px 0;
    margin-bottom: 32px;
}
.testimonial-item p {
    font-family: 'PTSerif-Regular';
    font-size: 17px;
    line-height: 1.4;
}

.testimonials .owl-stage-outer { 
	overflow: visible !important;
}

.testimonials .owl-item {
   opacity: 0;
   transition: opacity 500ms;
}
.testimonials .owl-item.active {
  opacity: 1;
}

.testimonials .owl-prev {
	margin-top: -25px;
}
.testimonials .owl-next {
	margin-top: -25px;
}
.owl-prev {
    position: absolute;
    left: -125px;
    top: 50%;
    background: #E3E4E6 url(../images/prev.png) no-repeat center;
    width: 60px;
    height: 60px;
    text-indent: -99999px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.owl-prev:hover {
	background: #FFC600 url(../images/prev.png) no-repeat center;
}

.owl-next:hover {
	background: #FFC600 url(../images/next.png) no-repeat center;
}

.owl-next {
    position: absolute;
    right: -125px;
    top: 50%;
    background: #E3E4E6 url(../images/next.png) no-repeat center;
    width: 60px;
    height: 60px;
    text-indent: -99999px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 43px;
}

.owl-dot {
	width: 11px;
	height: 11px;
	background: #E3E4E6;
	border-radius: 50%;
	margin: 0 5px;
}
.owl-dot:hover, .owl-dot.active {
	background: #FBC320;
}
.place .title {
	margin-bottom: 57px;
}

.place {
    padding-top: 138px;
    padding-bottom: 80px;
}
.place-wrap {
}
.place .left {
    width: 500px;
    float: left;
}
.place ul {}
.place ul li {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
}
.place li .img {
    width: 45px;
    min-width: 45px;
}
.place li p {
    font-family: 'Montserrat-ExtraBold';
    font-size: 18px;
    text-transform: uppercase;
}
.place .right {width: calc(100% - 500px);float: left;padding-top: 14px;}
.place .right .inner {
	width: 1045px;
}
.place-carousel {
    margin-bottom: 25px;
}


.nav {
    display:  flex;
    align-items:  center;
}
.nav .arrows:hover {
	background-color: #FFC600;
}

.nav .arrows {
    cursor:  pointer;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.nav .prev {
    margin-right: 15px;
	background: #E3E4E6 url(../images/prev.png) no-repeat center;
}

.nav .next {
    margin-left: 15px;
	background: #E3E4E6 url(../images/next.png) no-repeat center;
}

.owl-dots-custom {
    display:  flex;
    align-items:  center;
}
.owl-dots-custom .owl-dot {
	width: 11px;
	height: 11px;
	background: #E3E4E6;
	border-radius: 50%;
	margin: 0 5px;
	cursor:  pointer;
}
.owl-dots-custom .owl-dot.active {
    background: #FBC320;
}


.buy-course-form__sub-title {
	margin-bottom: 0px;
	padding-right: 24px;
	font-size: 24px;
}

.buy-course-form__title {
	font-family: 'PTSerif-BoldItalic';
    text-transform: none;
    display: inline-block;
    font-size: 28px;
    background: #FBC320;
}

.buy-course-form__other-title {
	font-size: 20px;
    font-family: 'Montserrat-Black';
    text-transform: uppercase;
    margin-bottom: 35px;
}

.buy-course-form__price {
	font-family: 'PTSerif-BoldItalic';
    text-transform: none;
    display: inline-block;
    font-size: 28px;
    background: #FBC320;
}

.buy-course-form__head {
	margin-bottom: 24px;
}

.price {
    padding-top: 67px;
    padding-bottom: 24px;
}

.price-body {
	margin-top: 42px;
}

.price-item:first-of-type {
	background: #fbc320;
	border: #fbc320;
}
.price-item:last-of-type {
	margin-right: 0;
}
.price-item p {
    font-size: 18px;
    font-family: "PTSansCaptionRegular";
    margin-bottom: 18px;
}
.price-item div {
    font-family: "PTSansCaptionRegular";
    font-size: 48px;
}

.price-clarify-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 20px;
    grid-auto-flow: dense;
}

.price-clarify-grid__item {
	font-family: 'PTSerif-BoldItalic';
	position: relative;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 27px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
    background-color: #fff;
    border: 1px solid #f9f9f9ee;
    box-shadow: 0px 0px 9px #f9f9f9ee;
}

.price-clarify-grid__item-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 3px;
	height: 100%;
	object-fit: contain;
	background-color: #FBC320;
}

.price-clarify-grid__item-descr {
}

.price-footer {
	margin-top: 48px;
}

.price-footer__info-title {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
	color: #b5b5b5;
}

.price-footer__info-image {
	margin-top: 15px;
	height: 40px;
	object-fit: contain;
}

.price-footer__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	grid-gap: 20px;
    grid-auto-flow: dense;
}

.price-footer__actions {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.price-item{ border: 2px solid;
	border-radius: 8px;
	padding:10px;
	text-align: center;
	font-family: 'PTSerif-BoldItalic';
	color: #000;
	min-width: 335px;
	font-size: 80px;}
.price h3 {
	font-size: 18px;
	margin-bottom: 56px;
	text-align: center;
}

.table table thead th {
    padding: 45px 32px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    border: 0;
    background: #fff;
    position: relative;
    z-index: 0;
    padding-bottom: 13px;
}
.table table thead th:first-child {
	text-align: left;
	min-width: 335px;
	border-top: 0;
	border-left: 0;
	padding-left: 0;
	background: none;
	font-size: 26px;
	font-family: 'PTSerif-BoldItalic';
	padding-top: 33px;
}
.shadow {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0 7px 155px rgba(0, 0, 0, 0.1);
	z-index: -1;
	border-radius: 8px;
}
.table table thead th.i1 {
     /* For browsers that do not support gradients */
     /* Standard syntax (must be last) */
     border-radius: 8px 8px 0 0;
}
.table table thead th.i2 {
    background-color: #2B4099; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #2B4099, #192A72); /* Standard syntax (must be last) */
}
.table table thead th.i3 {
    background-color: #262140; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #262140, #1B1731); /* Standard syntax (must be last) */
}
.table table thead tr td .border {
	margin-top: 15px;
	display: none;
}
.table table thead tr td {
    background: #fff;
    padding: 23px 32px;
}

.table table thead tr td:first-child {
    font-size: 16px;
    border-left: 0;
    position: relative;
    padding-left: 0;
    border-top: 0;
    border-right: 0;
    background: transparent;
    font-family: 'Montserrat-Bold';
}

.table table tbody tr td:first-child {
	border-left: 0;
	position: relative;
	padding-left: 0;
	line-height: 1.7;
	background: none;
}
.table table tbody tr td.no-border {
	border: 0;
}
.table table tbody tr td.no-border:after {
	display: none !important;
}

.table table thead tr:nth-child(2) td+td {
    font-size: 26px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    font-family: 'PTSerif-BoldItalic';
}

.table table thead tr:nth-child(3) td+td {
    font-size: 22px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    font-family: 'PTSerif-BoldItalic';
}
.table table thead tr:nth-child(4) td+td .border {
	height: 3px;
	display: block;
	display: none;
}
.table table thead tr:nth-child(4) td+td {
    text-align: center;
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    font-family: 'PTSerif-BoldItalic';
}

.table table tbody tr td {
    padding: 3px 32px;
    color: #000;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: -1;
    font-family: 'Montserrat-Bold';
}
.table table tbody tr td.wave {
	position: relative;
	border-radius: 0 0 5px 5px;
}

.table table tbody tr.last td {
	border: 0;
	background: transparent;
	padding: 0;
	border-radius: 0 0 8px 8px;
}
.table table tbody tr.last td:after {
	display: none;
}
.table  th .border {
    height: 3px;
    margin-top: 14px;
}
table td img {
	margin: 10px 0;
}
.table  td .border {}
.table .border {
    display: block;
    width: 100%;
    height: 1px;
    background: #EDEFF2;
    /* margin-top: 18px; */
}
.table table tbody tr td+td {

text-align: center;

min-width: 280px;

max-width: 280px;

}

.table table tbody tr td:nth-of-type(3), .table table thead tr th:nth-of-type(3){
	position: relative;
	background: #fff;
	z-index: 9;
}

.table table {
    width: 100%;
    max-width: 100%;
    /* table-layout: fixed; */
}
.table .btn:after {
	display: none;
}
.table .btn {
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin: 19px auto;
    font-size: 14px;
    padding: 0;
    margin-bottom: 40px;
}

.button-mobile {
	display: none;
}

table th .i1 {
    display: block;
    color: #fbc320;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Montserrat-ExtraBold';
}
table th .i2 {
    font-family: 'FuturaPT-ExtraBold';
    display: none;
}

tr.last td {
	position: relative !important;
	z-index: 9 !important;
}


table th .line {
	position: absolute;
	left: 0;
	top: 7px;
	height: 1px;
	background: #F5F5F5;
	width: 100%;
}

table .last td .line {
	position: absolute;
	left: 0;
	bottom: 8px;
	height: 1px;
	background: #F5F5F5;
	width: 100%;
}

table .last td {
	position: relative;
}

table th:before {
    content: '';
    display: block;
    width: 53px;
    height: 34px;
    background: url(../images/testimonial.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 9;
}

.table table thead th:first-child:before {
	display: none;
}
.buy.btn {
	display: none;
}
.buy.btn1 {
	display: none;
}

.choose {
    padding-top: 95px;
    padding-bottom: 145px;
    position: relative;
    z-index: 1;
}
.choose-wrap {}
.choose .left {
    width: 520px;
    float: left;
    padding-right: 10px;
}
.choose .iframe {
    float: right;
    text-align: center;
    width: calc(100% - 520px);
}
.choose img {margin-top:20px;}
.choose .title {
    margin-bottom: 103px;
}
.choose h3 {
    font-family: 'Montserrat-ExtraBold';
    font-size: 20px;
    text-transform: uppercase;
	margin-bottom: 102px;
	margin-top:50px;
}
.choose h3 span {
    font-family: 'PTSerif-BoldItalic';
    font-size: 27px;
    text-transform: none;
    border-bottom: 5px solid #FBC320;
    display: inline-block;
    line-height: 21px;
}
.choose p {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    margin-bottom: 35px;
}


.form {
    color: #fff;
    height: 1021px;
    background: url(../images/form.jpg) no-repeat top;
    position: relative;
    z-index: 1;
}
.form h3 {
    font-size: 24px;
    margin-bottom: 108px;
    font-family: 'Montserrat-Medium';
}
.form .title {
    margin-bottom: 19px;
}
.form .line {
    margin-bottom: 28px;
}

input[type='text']{
    display: block;
    width: 100%;
    outline: none;
    height: 85px;
    border: 0;
    font-size: 16px;
    color: #fff;
    border: 1px solid #2C2C33;
    border-radius: 8px;
    padding-left: 35px;
    font-family: 'Montserrat-Medium';
}
input[name='name']{
    background: #26272E url(../images/input-name.png) no-repeat calc(100% - 30px);
}
input[name='phone']{
    background: #26272E url(../images/input-phone.png) no-repeat calc(100% - 30px);
}
input[name='email']{
    background: #26272E url(../images/input-email.png) no-repeat calc(100% - 30px);
}
.form input[type='text']{
    width: 370px;
    float: left;
    margin-right: 30px;
}
.form input[type='text']:last-of-type {
	margin: 0;
}
.form .btn {
    margin: 0 auto;
    width: 370px;
    padding-right: 62px;
}
.ua .form .form-wrap:after {
	width: 280px;
	height: 251px;
	background: url(../images/grn-2.png);
	bottom: -180px;
}
.form .form-wrap:after {
	content: '';
	display: block;
	width: 299px;
	height: 100px;
	background: url(../images/rub-2.png);
	position: absolute;
	right: -51px;
	bottom: -114px;
	z-index: -1;
}
.ua .form .form-wrap:before {
	width: 249px;
	height: 144px;
	background: url(../images/grn-1.png)
}
.form .form-wrap:before {
	content: '';
	display: block;
	width: 206px;
	height: 164px;
	background: url(../images/rub-1.png);
	position: absolute;
	left: -60px;
	top: -100px;
	z-index: -1;
}
.form .form-wrap {position: relative;padding-top: 149px;z-index: 0;}

.form p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 32px;
}
.form .timer-wrap {}

.form form {
	margin-bottom: 79px;
}

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


.contacts {}
.contacts .title {
    position: absolute;
    left: 0;
    top: 150px;
    z-index: 9;
}




.partners {
    padding-top: 141px;
    padding-bottom: 40px;
}
.partners .title {
    margin-bottom: 55px;
}
.partners-wrap {
    padding: 0 100px;
}
.partners .img {}
.partners  .img img {
	width: auto !important;
	max-width: 100%;
	margin: 0 auto;
}
.partners .owl-prev {
	left: 0;
}

.partners .owl-next {
	right: 0;
}

.partners .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}


.partners .owl-dots {
	display: none !important;
}

footer .header-item .line {
	background: #2B2F4A;
}
footer {
    padding-top: 83px;
    padding-bottom: 60px;
}
.footer-top {
    margin-bottom: 66px;
}
footer .header-item {
	color: #2b2f4a;
}

footer .header-right .phone {
	color: #2b2f4a; 
}

footer .header-right p {
	color: rgba(43, 47, 74, 0.5);
}

.footer-bottom {}
.footer-bottom p {
    font-size: 13px;
    margin-bottom: 17px;
    color: #212128;
}
.remodal form{
	margin: 0 auto;
}
.ua .remodal:after {
	background: url(../images/grn-2.png) no-repeat;
	background-size: contain;
	right: -60px;
	top: 76px;
}
.remodal:after {
	content: '';
	display: block;
	width: 118px;
	height: 94px;
	background: url(../images/modal.png);
	position: absolute;
	right: -39px;
	top: 66px;
}
.remodal {
    max-width: 490px !important;
    border-radius: 8px;
    padding: 55px 60px 60px !important;
    text-align: left;
    box-shadow: 0 0 103px rgba(33, 33, 40, 0.2);
}
.remodal h2 {
    font-size: 38px;
    font-family: 'PTSerif-BoldItalic';
    text-transform: lowercase;
    background: #FBC320;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    left: -10px;
}
.remodal h3 {
    font-size: 28px;
    font-family: 'Montserrat-Black';
    text-transform: uppercase;
    margin-bottom: 35px;
}
.remodal .btn {
    width: 100%;
}
.remodal input[type='text']{
    margin-bottom: 10px;
    border-color: #EAEAEB;
    color: #26272e;
}


.remodal input[name='name']{
    background: #fff url(../images/input-name1.png) no-repeat calc(100% - 15px);
}
.remodal input[name='phone']{
    background: #fff url(../images/input-phone1.png) no-repeat calc(100% - 15px);
}
.remodal input[name='email']{
    background: #fff url(../images/input-email1.png) no-repeat calc(100% - 15px);
}


.remodal input.input-name{
    background: #fff url(../images/input-name1.png) no-repeat calc(100% - 15px);
}
.remodal input.input-phone{
    background: #fff url(../images/input-phone1.png) no-repeat calc(100% - 15px);
}
.remodal input.input-email{
    background: #fff url(../images/input-email1.png) no-repeat calc(100% - 15px);
}




.remodal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9e9e9e ;
}
.remodal ::-moz-placeholder { /* Firefox 19+ */
  color: #9e9e9e ;
}
.remodal :-ms-input-placeholder { /* IE 10+ */
  color: #9e9e9e ;
}
.remodal :-moz-placeholder { /* Firefox 18- */
  color: #9e9e9e ;
}
	
.remodal .grInp {
	color: #9e9e9e !important;
}
.remodal .blInp {
    color: #26272e !important;
}

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

.thx-wrap {
    position: relative;
    color: #fff;
}
.thx-wrap .name span {
	text-transform: uppercase;
}
.thx-wrap .name {
    width: 200px;
    height: 59px;
    background: url(../images/name.png);
    position: absolute;
    right: 153px;
    top: 301px;
    font-family: 'Montserrat-Bold';
    font-size: 13px;
    color: #202230;
    padding-left: 28px;
    padding-top: 27px;
}
.thx-wrap h1 {
    font-family: 'Montserrat-Black';
    font-size: 82px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.thx-wrap h2 {
    font-size: 49px;
    color: #fbc320;
    margin-bottom: 120px;
    font-family: 'PTSerif-BoldItalic';
}

.thx-wrap .soc {
	padding-top:20px;
    display: flex;
    align-items: center;
}
.thx-wrap .soc p {
    font-size: 22px;
    margin-right: 24px;
    font-family: 'Montserrat-Medium';
}
.soc-wrap {}
.soc-wrap a {
    margin-right: 9px;
}
.main-thx header {
    margin-bottom: 143px;
}

	img.mobile {
		display: none;
	}

@media screen and (min-width: 1170px){

}

@media screen and (max-width: 1450px){
	.testimonials .owl-prev {
		left: -75px;
	}
	
	.testimonials .owl-next {
		right: -75px;
	}
	
	.place .right .inner {
		width: 900px;
	}
}

@media screen and (max-width: 1330px){
	.testimonials .owl-prev {
		display: none !important;
	}
	
	.testimonials .owl-next {
		display: none !important;
	}
}

@media screen and (max-width: 1170px){
	.container {
		width: 960px;
	}
	
	br {
		display: none;
	}
	
	.main br {
		display: initial;
	}
	
	.life ul br {
		display: initial;
	}
	
	.life .right {
		height: auto;
		padding: 30px 15px 30px 30px;
	}
	
	.video .title br {
		display: initial;
	}
	
	.about .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		float: none;
	}
	
	.about .img img {
		margin: 0;
		max-width: 100%;
		position: relative;
		left: -25px;
	}
	
	.about .right {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.about {
		height: auto;
		padding: 50px 0;
		background: url(../images/bg-1.jpg) repeat-y top;
	}
	
	.why {
		height: auto;
		padding: 50px 0;
		background: url(../images/bg-1.jpg) repeat-y top;		
	}
	
	.why .title {
		margin-bottom: 30px;
	}
	
	.title {
		font-size: 44px;
		text-align: left;
	}
	
	.about h3{
		margin-bottom: 50px;
	}
	
	.about .book {
		float: none;
		margin: 0;
		text-align: center;
	}
	
	.about .book img {
		width: auto !important;
		margin: 0 auto;
		position: relative;
		right: -20px;
	}
	
	.about .books {
		margin: 0 auto;
	}
	
	.about .books-right {
		float: none;
		text-align: center;
		padding: 0;
		margin-bottom: 25px;
	}
	
	.about .books-right p:last-of-type {
		text-align: center;
	}
	
	.about .books-wrap {
		float: none;
	}
	
	.action-wrap:before {
		left: -130px;
	}
	
	.life {
		padding: 60px 0;
	}
	
	.say .text br {
		display: initial;
	}
	.about .nav {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	
	.what {
		padding: 60px 0;
	}
	
	.what .left, .what .right {
		width: 100%;
		float: none;
	}
	
	.life.change {
		height: auto;
		background: url(../images/bg-1.jpg) repeat-y top;
	}
	
	.life.change .title {
		margin-bottom: 30px;
	}
	
	.life.change .life-wrap .left {
		width: 500px;
	}
	
	.life.change .life-wrap .right {
		width: calc(100% - 500px);
		padding: 30px 10px 30px 30px;
		height: auto;
	}
	
	.action.i2 .box {
		top: 0;
	}
	
	.action.i2 .action-wrap {
		padding-top: 138px;
	}
	
	.action.i2 {
		height: 500px;
	}
	
	.testimonials {
		padding: 60px 0;
	}
	
	.place .left {
		width: 100%;
		float: none;
		margin: 0 0 25px;
	}
	
	.place .right {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.place .right .inner {
		width: 100%;
	}
	
	.nav {
		justify-content: center;
	}
	
	.table table tbody tr td+td {
		min-width: 0;
	}
	
	.table table thead th:first-child {
		min-width: 0;
	}
	
	.choose .left {
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
	}
	
	.choose .iframe {
		display: none;
	}
	
	.choose .title {
		margin-bottom: 30px;
	}
	
	.choose {
		padding: 50px 0;
	}
	
	.choose h3 {
		margin-bottom: 30px;
	}
	.buy.btn {
		width:auto;
		display: block;
		margin: 0 auto 10px;
		padding-left: 20px;
	}
	
	.buy.btn1 {
		width:auto;
		display: block;
		margin: 0 auto 10px;
 font-size:12px;
		padding-left: 10px;
	}
	
	.place {
		padding-bottom: 0;
		text-align: center;
		padding-top: 60px;
	}

	.place ul {
		display: inline-block;
		text-align: left;
	}
	
	.form {
		height: auto;
		padding-bottom: 50px;
		background: url(../images/bg-1.jpg) repeat-y top;		
	}
	
	.form .form-wrap {
		padding-top: 50px;
	}
	
	.form h3 {
		margin-bottom: 30px;
	}
	
	.form input[type='text'] {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}
	
	.contacts .title br {
		display: initial;
	}
	
	#map {
		height: 450px;
	}
	
	.main-thx br {
		display: initial;
	}
	
	.thx-wrap h1 {
		font-size: 58px;
		letter-spacing: 0;
	}
	
	.thx-wrap h2 {
		font-size: 40px;
		margin-bottom: 78px;
	}
}

@media screen and (max-width: 960px){
	.container {
		width: 640px;
	}
	
	.header-right .call {
		display: none;
	}
	
	.main-wrap h1 {
		font-size: 53px;
		letter-spacing: 0;
	}
	
	.main-wrap h2 {
		font-size: 66px;
	}
	
	.main {
	    background-position: -672px top;
		height: 730px;
	}
	
	.main-wrap .name {
		right: 0;
		top: 215px;
	}
	
	.main-wrap h3 {
		font-size: 22px;
	}
	
	.action-wrap {
		padding-top: 75px !important;
	}
	
	.action {
		height: auto !important;
		padding-bottom: 60px;
	}
	
	.why ul {
		float: none;
		width: 100%;
		padding: 0 !important;
	}
	
	.title span {
		font-size: 61px;
	}
	
	.say .author {
		float: none;
		padding: 0;
		margin-bottom: 25px;
		padding-left: 16px;
	}

	.say .text:after {
		content: '';
		display: block;
		width: 34px;
		height: 25px;
		background: url(../images/corner-mobile.png);
		position: absolute;
		left: 35px;
		top: -11px;
	}
	
	.say .text {
		width: 100%;
		height: auto !important;
		padding: 30px !important;
		border-radius: 8px;
		float: none;
		background: #373945;
		position: relative;
		z-index: 0;
	}
	
	.say {
		display: block;
	}
	
	.say .text br {
		display: none;
	}
	
	.say .text:before {
		content: '';
		display: block;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border: 1px solid #454752;
		left: 0;
		right: 0;
		position: absolute;
		margin: 0 auto;
		top: 10px;
		border-radius: 8px;
		z-index: -1;
	}
	
	.why ul.right li:last-of-type {
		margin-bottom: 0;
	}
	
	.life-wrap .left, .life.change .life-wrap .left {
		float: none;
		width: auto;
		display: inline-block;
		text-align: left;
		text-align: left;
	}
	
	.life-wrap {
		text-align: center;
	}
	
	.life .right {
		float: none !important;
		width: 100% !important;
		padding: 30px !important;
		text-align: left;
	}
	
	.life .right:before {
		display: none !important;
	}
	
	.video .play {
		right: auto;
		left: 0;
		top: 135px;
	}
	
	.video {
		padding-top: 200px;
	}
	
	.about h4 {
		padding: 0;
	}

	.ua .about h4:before {
		top: -140px;
		left: -35px;
	}
	
	.about h4:before {
		left: -31px;
		top: -141px;
	}
	
	.about-wrap {
		margin-bottom: 115px;
	}
	
	.table table tbody tr td {
		padding: 5px 10px;
	}

	.table table thead tr td {
		padding: 5px 10px;
	}
	
	.table table thead th {
		padding: 25px 10px;
		white-space: nowrap;
	}
	
	.table td .btn {
		display: none;
	}
	
	.table table {
		table-layout: fixed;
		margin-bottom: 25px;
	}
	
	table th .i1 {
		font-size: 18px;
	}
	
	table th .i2 {
		font-size: 20px;
	}
	
	.table table thead th:first-child {
		min-width: 240px;
		width: 240px;
		font-size: 20px;
	}
	
	.table .button-mobile {
		display: block;
		margin: 0 auto;
		width: 360px;
		max-width: 100%;
	}
	
	table th:before {
		display: none;
	}
	
	.table table thead tr:nth-child(2) td+td {
		font-size: 20px;
	}
	
	.table table thead tr:nth-child(3) td+td {
		font-size: 18px;
	}
	
	.table table thead tr:nth-child(4) td+td {
		font-size: 16px;
	}
	
	.price {
		padding-bottom: 30px;
	}
	
	.title span {
		height: auto;
		line-height: 1;
		font-size: 50px;
	}
	
	.title {
		font-size: 36px;
		letter-spacing: 0;
	}

	.ua .form .form-wrap:before {
	    width: 150px;
		background-size: contain;
		background-repeat: no-repeat;	
		top: -65px;	
	}
	
	.form .form-wrap:before   {
	    width: 150px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.ua .form .form-wrap:after {
	    width: 181px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    height: 147px;
	    right: -115px;
	    bottom: -117px;
	}
	
	.form .form-wrap:after {
	    width: 181px;
		background-size: contain;
		background-repeat: no-repeat;
		height: 147px;
		right: -115px;
	}
	
	.partners {
		padding-top: 60px;
	}
	
	footer {
		padding: 30px 0;
	}
	
	.footer-top {
		margin-bottom: 25px;
	}
	.ua .action-wrap:before {
		background: url(../images/grn-1.png) no-repeat;
		width: 150px;
		background-size: contain;
		height: 200px;
	}
	.action-wrap:before {
		height: 164px;
		background: url(../images/rub-1.png);
		position: absolute;
		left: -60px;
		top: -1px;
		z-index: -1;
		width: 150px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.ua .action-wrap:after {
		background: url(../images/grn-2.png) no-repeat;
		background-size: contain;
		bottom: -174px;
		width: 150px;
	}
	.action-wrap:after {
		content: '';
		display: block;
		background: url(../images/rub-2.png);
		position: absolute;
		right: -51px;
		bottom: -114px;
		z-index: -1;
		width: 181px;
		background-size: contain;
		background-repeat: no-repeat;
		height: 147px;
		right: -115px;
	}
	
	.about h4 span {
		display: inline;
	}
	
	.about h4 {
		line-height: 1.5;
	}
	
	.remodal:after {
		display: none;
	}
	
	.thx-wrap .name {
		right: 0;
		top: 215px;
	}
	
	.main-thx {
		background-position: -672px top;
		height: 730px;
	}
	
	.thx-wrap h1 {
		font-size: 46px;
	}
	
	.thx-wrap h2 {
		font-size: 30px;
	}
	
	.thx-wrap .name {
		top: 253px;
	}
}

@media screen and (min-width: 640px){
	.action .box {
		display: none;
	}
	
}

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

	.price-footer .btn1, .action .btn1 {
		width: 100%;
		padding: 6px 12px;
		padding-right: 12px;
		height: initial;
		line-height: 65px;
	}

	.btn1:after {
		display: none;
	}

	.price-footer__info-title {
		text-align: center;
		font-weight: 400;
	}


	.price .title {
		font-size: 24px;
	}

	.price .title span {
		font-size: 32px;
	}

	.price .title1 {
		font-size:	32px;
	}

	.price .title1 span {
		font-size: 24px;
		height: initial;
	}

	.price-footer__info-image {
		width: 100%;
	}

	.price-footer__info {
		margin-top: 24px;
	}

	.price-footer__container {
		display: flex;
		flex-direction: column-reverse;
	}


	.container {
		width: 480px;
	}
	
	.header-left {
		float: none;
	}
	
	.header-item {
		margin: 0;
	}
	
	.header-item:last-of-type {
		float: right;
	}
	
	.header-right {
		float: none;
		clear: both;
		justify-content: center;
		padding-top: 15px;
	}
	
	.header-right .phone {
		text-align: center;
	}
	
	.main {
		height: auto;
		background: url(../images/main-mobile.jpg) no-repeat top;
	}
	
	img.mobile {
		display: block;
	}
	
	.main-wrap h1 {
		font-size: 30px;
	}
	
	.main .mobile {
		margin: 0 auto;
	}
	
	header {
		margin-bottom: 30px;
	}
	
	.main-wrap h2 {
		font-size: 40px;
		margin-bottom: 10px;
	}
	
	.main-wrap h3 {
		font-size: 17px;
		margin-bottom: 25px;
	}
	
	.main-wrap .name {
	    top: auto;
		bottom: -257px;
		right: 0;
		left: 0;
		margin: 0 auto	
	}
	
	.action h2 {
		font-size: 28px;
	}
	
	.action h3 {
		font-size: 19px;
		margin-bottom: 25px;
	}
	
	.action .btn {
		margin-bottom: 25px;
	}
	
	.timer-item .number {
		width: 49px;
		font-size: 34px;
	}
	
	.timer-item:after {
		font-size: 42px;
		right: -24px;
	}
	
	.timer-item {
		margin-right: 30px;
	}
	
	.action-wrap .box {
		width: 100px;
		height: 570px !important;
		left: 90px;
	}
	
	.action {
		min-height: 600px;
	}
	
	.title {
		font-size: 28px;
	}
	
	.title span {
		font-size: 34px;
	}
	
	.say .text p {
		font-size: 23px;
	}
	
	.life h3 {
		font-size: 21px;
	}
	
	.video {
		height: 512px;
		background: url(../images/video-mobile.jpg) no-repeat top;
		padding-top: 70px;
	}
	
	.video .play {
		top: 240px;
	}
	
	.about .img img {
		left: -10px;
	}
	
	.about h4 {
		font-size: 19px;
		margin-bottom: 30px;
	}
	
	table th .i2 {
		font-size: 13px;
	}
	
	table th .i1 {
		font-size: 11px;
	}

	.table table tbody tr td {

	}
	
	.table .border {
		display: none;
	}
	
	.table th .border {
		display: block;
	}
	
	.table table tbody tr td:first-child {

	}
	
	table td img {
		width: 25px;

	}
	
	.table table tbody tr td+td {
		border-top: 1px solid #f2f2f2;
	}
	
	
	.table table thead th:first-child {
		width: 175px;
		min-width: 175px;
	}
	
	.table table thead th:first-child {
		font-size: 16px;
	}
	
	.table table thead tr td:first-child {
		font-size: 14px;
	}
	
	.table table tbody tr td {
		font-size: 14px;
	}
	
	.table table thead tr:nth-child(2) td+td {
		font-size: 18px;
	}
	
	.table table thead tr:nth-child(3) td+td {
		font-size: 16px;
	}
	
	.table table thead tr:nth-child(4) td+td {
		font-size: 14px;
	}
	
	.form .btn {
		width: 100%;
	}
	
	.form form {
		margin-bottom: 30px;
	}
	
	.contacts .title {
		top: 55px;
	}
	
	#map {
		height: 300px;
	}
	
	.main-thx {
		height: auto;
		background: url(../images/main-mobile.jpg) no-repeat top;
		background-size: cover;
	}	
	
	.main-thx .mobile {
		margin: 0 auto;
		max-width: 300px;
	}
	
	.thx-wrap .name {
		top: auto;
		bottom: -257px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	
	.main-thx header {
		margin-bottom: 30px;
	}
	
	.thx-wrap {
		text-align: center;
	}
	
	.thx-wrap br {
		display: none;
	}
	
	.thx-wrap .soc {
		display: block;
		margin-bottom: 25px;
	}
	
	.thx-wrap .soc p {
		margin: 0 0 10px;
	}
	
	.thx-wrap h2 {
		margin-bottom: 20px;
		font-size: 25px;
	}
	
	.thx-wrap h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 480px){
	.container {
		width: 300px;
	}
	
	.header-item:before {
		display: none;
	}
	
	.header-item {
		padding: 0;
	}
	
	.header-item {
		font-size: 11px;
	}
	
	.main-wrap h3 {
		font-size: 14px;
	}
	
	.main-wrap h3 br {
		display: none;
	}
	
	.btn{
		width: 100% !important;
	}
	
	.btn {
		font-size: 13px;
	}
	
	.btn span {
		font-size: 16px;
	}
	.price-item{width:auto;}
	.why ul li {
		padding: 0;
		padding-top: 45px;
	}
	
	.why ul li:before {
		top: 0;
	}
	
	.life ul li {
		font-size: 16px;
	}
	
	.life ul li:last-of-type {
		margin-bottom: 41px;
	}
	
	.life h6 {
		font-size: 30px;
	}
	
	.life .right p {
		font-size: 16px;
	}
	
	.life .right {
		padding: 30px 10px !important;
	}
	
	.title span {
		font-size: 29px;
	}
	
	.about h3 {
		font-size: 20px;
	}

	.ua  .about h4:before {
		left: 0;
		top: -127px;
	}
	
	.about h4:before {
		left: -15px;
	}
	
	.what h3 {
		font-size: 20px;
	}
	
	.what-item .number {
		display: block;
	}
	
	.what-item .img {
		margin-bottom: 15px;
	}
	
	.life.change h5 {
		font-size: 27px;
		margin-bottom: 59px;
	}
	
	.life.change ul li {
		font-size: 11px;
	    margin-bottom: 63px;
	}
	
	.life.change ul li:last-of-type {
		margin-bottom: 65px;
	}
	
	.life.change h6 {
		font-size: 27px;
	}
	
	.life.change .right p {
		font-size: 16px;
	}
	
	.place li p {
		font-size: 13px;
	}
	
	.place ul li {
		margin-bottom: 15px;
	}
	
	.table table thead tr:nth-child(2) td+td {
		font-size: 13px;
	}
	
	.table table thead tr:nth-child(3) td+td {
		font-size: 12px;
	}
	
	.table table thead tr:nth-child(4) td+td {
		font-size: 10px;
	}
	
	.table table tbody tr td {
		font-size: 10px;
		line-height: 1.3;
	}

	.table table thead tr td:first-child {
		font-size: 10px;
	}
	
	.table table thead th:first-child {
		width: 100px;
		min-width: 100px;
		white-space: normal;
		font-size: 14px;
		padding-top: 10px;
	}
	
	table th .i2 {
		font-size: 11px;
	}
	
	table th .i1 {
		font-size: 10px;
	}
	
	.table table thead th {
		padding: 10px 5px;
	}
	
	.table th .border {
		margin-top: 7px;
	}
	
	table td img {
		margin: 0;
	}
	
	.table table thead th.i1 {
		padding-bottom: 0;
	}
	
	.price .title {
		margin-bottom: 24px;
	}
	
	.choose {
		padding-bottom: 75px;
	}
	
	.title span {
		font-size: 21px;
	}
	
	.title {
		font-size: 22px;
	}
	
	.form h3 {
		font-size: 19px;
	}
	
	.place .title {
		margin-bottom: 30px;
	}
	
	.about ul li {
		font-size: 15px;
		margin-bottom: 20px;
	}
	
	.about h4 {
		font-size: 16px;
	}
	
	.remodal {
		padding: 55px 10px 30px !important;
	}
	
	.remodal h2 {
		left: -3px;
		font-size: 30px;
	}
	
	.remodal h3 {
		font-size: 22px;
	}
}