@charset "utf-8";
/* CSS Document */

img {
max-width: 100%;
height: auto;
}


@font-face {
  font-family: 'Kievit';
  src: url('fonts/KievitPro-Regular.woff') format('woff'),
       url('fonts/KievitPro-Regular.ttf') format('truetype'),
       url('fonts/KievitPro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Kievit';
  src: url('fonts/KievitPro-Bold.woff') format('woff'),
       url('fonts/KievitPro-Bold.ttf') format('truetype'),
       url('fonts/KievitPro-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Kievit-Light';
  src: url('fonts/KievitPro-Light.woff') format('woff'),
       url('fonts/KievitPro-Light.ttf') format('truetype'),
       url('fonts/KievitPro-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Kievit-Medium';
  src: url('fonts/KievitPro-Medium.woff') format('woff'),
       url('fonts/KievitPro-Medium.ttf') format('truetype'),
       url('fonts/KievitPro-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica-Light';
  src: url('fonts/HelveticaNeueCyr-UltraLight.woff') format('woff'),
       url('fonts/HelveticaNeueCyr-UltraLight.ttf') format('truetype'),
       url('fonts/HelveticaNeueCyr-UltraLight.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
html, body {
  height: 100%;
  width: 100%;
}
body {
	font-family: 'Kievit';
	background-color: #fff;
}
body.small-page{
	height: initial;
}
.container {
  /*min-height: 100%;
  height: auto !important;
  height: 100%;*/
  max-width:1920px;
  margin:0 auto;
  min-width: 990px;
}
.limiter,
.limiter-submenu {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.limiter-fixed{
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.limiter-corporate{
	position: relative;
	left: -1px;
	margin: 0 auto;
	max-width: 1427px;
}


/* Header elements Start */
.site-header{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 82px;
	background-color: #fff;
	z-index: 999;
}
.top-menu{
	height: 40px;
	border-bottom: solid 1px #c7d744;
}
.bot-menu{
	height: 42px;
}
.logo-main{
	display: block;
	position: absolute;
	width: 29px;
	height: 51px;
	left: 12px;
	top: 29px;
	background: transparent url(images/icons/logo.svg) 0 0 no-repeat;
}
/*
.logo-main:before{
	content: " ";
	display: block;
	position: absolute;
	width: 1000px;
	left: -1000px;
	top: 25px;
	border-bottom: solid 1px #c7d744;
	z-index: 100;
}
.logo-main:after{
	content: " ";
	display: block;
	position: absolute;
	width: 10000px;
	right: -9996px;
	top: 25px;
	border-bottom: solid 1px #c7d744;
	z-index: 100;
}
*/
.top-nav{
	width: 100%;
	position: absolute;
	left: 70px;
	top: 11px;
}
.top-nav.bot{
	top: 0;
	height: 42px;
}
.list-topmenu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-topmenu li{
	float: left;
	margin-left: 21px;
}
.list-topmenu li:first-child{
	margin-left: 0;
}
.list-topmenu li.active a{
	color: #c7d744;
}
.list-topmenu a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
}
.list-topmenu span{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
}
.list-topmenu a:hover{
	text-decoration: underline;
}
.list-botmenu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-botmenu > li{
	margin-left: -1px;
	/*padding-right: 24px;*/
	margin-right: 3px;
	padding-right: 13px;
	padding-left: 13px;
	height: 42px;
	float: left;
}
.list-botmenu > li.with-sub{
	background-image: url(images/arrow-down.png);
	background-position: 100% 18px;
	background-repeat: no-repeat;
	margin-left: 0;
	margin-right: 0;
	/*padding-right: 24px;*/
}
.list-botmenu > li a:hover{
	text-decoration: underline;
}
.list-botmenu li.active a{
	color: #c7d744;
}
.list-botmenu > li:first-child{
	margin-left: -13px;
}
.list-botmenu > li > a{
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 44px;
	color: #000;
	letter-spacing: -0.2px;
}
.sub-menu{
	display: none;
	position: fixed;
	top: 82px;
	left: 0;
	right: 0;
	background-color: #c7d744;
	padding: 20px 0 38px 15px;
}
.sub-left{
	float: left;
	padding-right: 20px;
	width: 465px;
	border-right: solid 1px #adc129;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
.sub-left .h5{
	margin-bottom: 20px;
	padding-top: 3px;
	line-height: 30px;
}
.sub-closest{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Kievit';
	font-size: 14px;
	margin-top: 6px;
}
.sub-right{
	float: left;
	width: 495px;
	border-left: solid 1px #adc129;
	margin-left: -1px;
}
.other-training{
	font-family: 'Kievit';
	margin-left: 20px;
	font-size: 15px;
	margin-top: 16px;
	line-height: 17px;
	color: #7a8819;
	color: rgba(0,0,0,.5);
	text-transform: uppercase;
}
.list-sub{
	margin: 20px 0 0 20px;
	padding: 0;
	list-style: none;
}
.list-sub li{
	float: left;
	width: 50%;
	margin-bottom: 12px;
}
.list-sub a{
	font-size: 20px;
	font-family: 'Kievit-Medium';
	color: #000;
	text-decoration: none;
}
.list-sub a:hover{
	text-decoration: underline;
}

.head-phone,
.head-callback{
	font-weight: bold;
	font-size: 14px;
	color: #c7d744;
	text-decoration: none;
	position: absolute;
	top:14px;
	text-transform: uppercase;
}
.head-phone:hover,
.head-callback:hover{
	text-decoration: underline;
}
.head-phone{
	right: 0;
	color: #444;
}
.head-callback{
	right: 0px;
}
/* Header elements END */

/* Banner Start */
.main-banner{
	position: relative;
	border-top: solid 1px transparent;
	height: 646px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-banner.corp{
	height: 1030px;
}
.main-banner.big{
	height: 1194px;
}
.main-banner.life{
	height: 960px;
    background-position: 50% 50px;
}
.main-banner.conf{
	height: 563px;
}
.main-banner.choose{
	height: 483px;
	background-position: 100% 0;
}
.main-banner.crew{
	height: 352px;
	background-position: 50% 50%;
}
.main-banner.shedule{
	height: 397px;
}
.main-banner.ban-train{
	height: 590px;
	margin-top:82px;
}
.main-banner.ban-trainer{
	height: 580px;
	background-position: 50% -10px;
	background-color: #efefef;
}
.main-banner.media{
	height: 400px;
}
.ban-train .h1{
	/*font-weight: bold;
	margin-top: 180px !important;
	margin-bottom: 35px !important;*/
}
.ban-train .conf-txt{
	font-size: 18px;
	font-family: 'Kievit';
	margin-top: 30px;
}
.choose .h8{
	margin-top: 193px;
}
.choose-subhead{
	margin: 21px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Kievit';
	font-size: 20px;
	line-height: 20px;
	color: #c7d744;
}
.main-banner .h1{
	margin-top: 203px;
	margin-bottom: 45px;

	line-height: 30px;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}
.banner-txt{
	font-family: 'Kievit';
	font-size: 30px;
	color: #fff;
	margin: 0 auto;
	/*width: 825px;*/
	width: 935px;
}
.banner-txt.green{
	color: #c7d744;
	font-family: 'Kievit';
}
.banner-txt.gray{
	color: #666;
	font-size: 24px;
	margin-top: 37px;
	line-height: 32px;
}
.main-banner.big .h6{
	padding-top: 126px;
	margin-bottom: 41px;
}
.banner-train-life,
.banner-train-business{
	position: absolute;
	top: 286px;
	text-decoration: none;
	color: #c7d744;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	padding-top: 80px;
	float: left;
	letter-spacing: -0.2px;
}
.banner-train-business{
	left: 203px;
	background: transparent url(images/icons/training.png) 50% 0 no-repeat;
	/*background-size: 83px 53px;*/
}
.banner-train-life{
	right: 218px;
	background: transparent url(images/icons/hands.png) 50% 0 no-repeat;
	/*background-size: 57px 65px;*/
}
.banner-train-business:hover,
.banner-train-life:hover{
	text-decoration: underline;
}
.photo-info{
	position: absolute;
	bottom: 22px;
	left: 16px;
	color: #fff;
	font-size: 14px;
	opacity: .4;
}
.photo-info.train{
	bottom: 311px;
	font-size: 13px;
}
.list-brand{
	margin: 45px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.list-brand li{
	width: 19.9%;
	display: inline-block;
	vertical-align: top;
	margin-top: 35px;
	margin-bottom: 35px;
}
.list-brand div{
	display: table-cell;
	height: 160px;
	vertical-align: middle;
	text-align: center;
}
.list-brand img{
	vertical-align: middle;
	-ms-transform: scale(0.8); /* IE 9 */
  -webkit-transform: scale(0.8); /* Chrome, Safari, Opera */
  transform: scale(0.8);
}
/* Banner END */

.h7.client-review{
	padding-top: 60px;
	padding-bottom: 60px;
}
.get-pdf,
.close-events{
	display: inline-block;
	font-family: 'Kievit-Medium';
 color: #000;
	font-size: 16px;
	text-decoration: none;
	line-height: 26px;
	margin: 13px 0 12px 0;
}
.get-pdf{
	background: transparent url(images/icons/pdf.svg) 0 50% no-repeat;
	background-size: 21px 26px;
	margin-right: 27px;
	padding-left: 29px;
}
.close-events{
	background: transparent url(images/icons/calendar.svg) 0 50% no-repeat;
	padding-left: 36px;
	margin-left: 20px;
}
.get-pdf:hover,
.close-events:hover{
	text-decoration: underline;
}


/* Events Start */
.three-event{}
.event{
	width: 33.333%;
	height: 307px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	float: left;
	position: relative;
	background-repeat: no-repeat;;
}
.crop-left{
	background-position: 100% 0;
}
.crop-center{
	background-position: 50% 0;
}
.crop-right{
	background-position: 0 0;
}
.event-closest,
.event-name,
.event-date,
.event-subtitle,
.btn-event{
	position: absolute;
	margin-left: 15px;
	color: #fff;
}
.event-closest{
	top: 16px;
	font-size: 16px;
	line-height: 16px;
	opacity: .8;
}
.event-name{
	position:inherit;
	font-weight: bold;
	font-size: 26px;
	color: #fff;
	margin-top: 24px;
	line-height: 29px;
	text-transform: uppercase;
}
.event-subtitle{
    position:inherit;
    color: #fff;
    line-height: 22px;
    font-size: 20px;
    font-family: 'Kievit';
}
.event-date{
	position:inherit;
	font-size: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #fff;
	font-family: 'Kievit';
}
.btn-event{
	background: #c7d744;
	text-decoration: none;
	bottom: 15px;
	border-radius: 5px;
	font-size: 14px;
	text-transform:uppercase;
	line-height: 36px;
	font-family: 'Kievit-Medium';
	border: 2px solid #c7d744;
	padding: 0px 24px;
	cursor: pointer;
	-o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: background-color .3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-event:hover{
	background-color: transparent;
	color: #fff;
}
.btn-event:active{
	color: #c7d744;
}
.btn-event.on-green:hover{
	color: #aac12e;
}
/* Events END */

.bg-gryellow{
	background-color: #c7d744;
}
.bg-ltgray{
	background-color: #f3f3f3;
	margin-top: 415px;
}
.bg-e5{
	background-color: #e5e5e5;
}
.bg-ee{
	background-color: #eee;
}
.bg-ef{
	background-color: #efefef;
}
.bg-f0{
	background-color: #f0f0f0;
}
.bg-f4{
	background-color: #f4f4f4;
}
.bg-f2{
	background-color: #f2f2f2;
}
.bg-f6{
	background-color: #f6f6f6;
}
.btn-training{
	background: #fff;
	display: inline-block;
	margin: 49px auto 50px auto;
	border: solid 2px #fff;
	border-radius: 5px;
	text-transform: uppercase;
	color: #c7d744;
	text-decoration: none;
	font-family: 'Kievit-Medium';
	font-size: 14px;
	line-height: 38px;
	padding: 0 40px;
	width: 164px;
	height: 36px;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-training:hover{
  background-color: transparent;
  color: #fff;
}
.btn-training:active{
	color:  #c7d744;
}
.btn-register,
.btn-watch-all{
	background-color: #c7d744;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	 width: 164px;
	cursor: pointer;
	height: 38px;
	line-height: 40px;
	padding: 0 40px;
	border: solid 2px #c7d744;
	border-radius: 5px;
	font-family: 'Kievit-Medium';
  letter-spacing: normal;
  -o-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.btn-register:hover,
.btn-watch-all:hover{
	background-color: #fff;
	color: #c7d744;
}
.shedule-item .btn-register{
	position: absolute;
	bottom: 20px;
	right: 0;
}
.btn-watch-all{
	margin-left: 40px;
}
.btn-pay{
	display: inline-block;
	border-radius: 5px;
	background-color: #c7d744;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	font-family: 'Kievit-Medium';
}
.btn-pay:hover{

}

.info-block{
	width: 47.7%;
	padding-top: 50px;
	padding-bottom: 10px;
	color: #666;
	font-size: 18px;
}
.info-block.flLeft{
	/*margin-left: 6px;*/
	margin-left: 0.7%;
}
.info-block.flRight{
	/*margin-left: 6px;*/
	/*margin-right: -0.7%;*/
}

.banner-video{
	display: inline-block;
	padding-top: 102px;
	margin-top: 50px;
	color: #c7d744;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	font-family: 'Kievit-Medium';
	font-size: 15px;
}
.banner-video:before{
	content: " ";
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 50%;
	margin-left: -34px;
	top: 0;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: solid 1px transparent;
	background: transparent url(images/icons/play.svg) 55% 52% no-repeat;
}

.banner-video:hover:before{
	border-color: #c7d744;
}
.training-programm-head{
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 55px 0 0 0;
}
/* Training page Start */
.training-txt{
	font-size: 22px;
	font-family: 'Kievit';
	color: #000;
	margin-top: 0;
	padding-top: 0;
	position: relative;
}
.training-txt:before{
	display: block;
	position: absolute;
	left: -20px;
	top: 11px;
	content: " ";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #c7d744;
}
.training-task{
	text-transform:uppercase;
	font-family: 'Kievit-Medium';
	font-size: 26px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 55px 0 0 0;
	color: #000;
	letter-spacing: 0.4px;
}
.structure-head{
	text-transform:uppercase;
	font-family: 'Kievit-Medium';
	font-size: 26px;
	color: #000;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 60px 0 0 0;
	font-weight: bold;
}
.course-name,
.course-descr{
	display: inline-block;
	vertical-align: top;
	font-family: 'Kievit';
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
}
.course-name{
	width: 560px;
	margin-bottom: 55px;
}
.course-descr{
	width: 360px;
	margin-bottom: 55px;
}
course-name p,
.course-descr p{margin-top: 0;}
.course-head{
	font-family: 'Kievit';
	font-size: 20px;
	margin-bottom: 25px;
	//text-transform: uppercase;
	letter-spacing: normal;
}
.training-info{
	font-size: 18px;
	font-family: 'Kievit';
	line-height: 30px;
	margin-bottom: 60px;
}
.training-info b{
	font-weight: bold;
}
.training-price-head{
	margin:0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Kievit-Medium';
	font-size: 26px;
	color: #000;
	padding: 60px 0 55px 0;
	text-align: center;
}
.training-price{
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Kievit-Medium';
	color: #fff;
	letter-spacing: 0.03em;
}
/* Training page END */

/* Media page Start */
.media-nav{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 70px;
	border-bottom: solid 1px #c7d744;
}
.media-nav li{
	list-style: none;
	display: inline-block;
	vertical-align: bottom;
	height: 50px;
	margin: 23px 20px 0 20px;
}
.media-nav a{
	display: inline-block;
	padding: 0 37px 0;
	text-decoration: none;
	height: 43px;
	border-top: solid 4px transparent;
	line-height: 22px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.media-nav a:hover{
	color: #c7d744;
}
.media-nav a.active{
	border-bottom-color: #c7d744;
	cursor: default;
	color: #c7d744;
}
.article-annonce{
	width: 800px;
	margin: 35px auto 35px auto;
}
.annonce-info{
	width: 625px;
	font-size: 18px;
	line-height: 22px;
}
.annonce-info a{
	display: table;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 20px;
	color: #c7d744;
}
.annonce-info a:hover{
	text-decoration: underline;
}
/* Media page END */

/* About page Start */
.about-block{
	width: 457px;
	padding-top: 30px;
	padding-left: 27px;
	padding-bottom: 38px;
}
.about-txt{
	font-size: 16px;
	color: #000;
	line-height: 24px;
}

.about-conception{
	padding-top: 60px;
	padding-bottom: 40px;
}
.concept-head{
	margin: 0 0 55px 30px;
	text-align:center;
	padding: 0;
	font-family: 'Kievit-Medium';
	font-size: 26px;
	text-transform:uppercase;
	line-height: 40px;
	font-weight: normal;
	color: #c7d744;
}
.concept-bold{
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;

	margin-left: 30px;
}
.concept-auto{
	font-size:16px;
	line-height:24px;
}
.concept-main{
	font-size: 16px;
	line-height: 30px;
	width: 440px;
	margin-left: 30px;
	margin-top: 18px;
}
.concept-main p{
	margin-top: 30px;
	margin-bottom: 0;
}
.concept-video{
	position: relative;
	width: 433px;
	height: 242px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	margin-top: 29px;
	margin-right: 29px;
}
.btn-play{
	position: absolute;
	width: 82px;
	height: 82px;
	background: #c7d744 url(images/arrow-play.png) 57% 50% no-repeat;
	border-radius: 50%;
	left: 176px;
	top: 76px;
	cursor: pointer;
}
.btn-play:hover{
	width: 86px;
	height: 86px;
	left: 174px;
	top: 74px;
}
.smi-head{
	margin: 0;
	padding: 60px 0 60px 0;
	font-weight: normal;
	font-family: 'Kievit-Medium';
	font-size: 26px;
	text-transform:uppercase;
	font-weight:bold;
	color: #000;
	line-height: 41px;
	text-align: center;
}
.smi-article{
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-bottom: 55px;
	width: 310px;
	color: #c7d744;
	font-size: 20px;
	line-height: 28px;
}
.smi-article a,
.smi-article > div {
	color:#c7d744;
	text-decoration:none;
	font-size:20px;
}
.smi-article a:hover {
	text-decoration:underline;
}
.smi-article.row{
	margin-left: 10px;
}
.smi-magazine{
	font-size: 16px;
	line-height: 20px;
	/*font-family: 'Kievit-Light';*/
	color: #000;
	margin-top: 16px;
}
.smi-magazine a {
	color: #000;
}
.about-numbers{
	display: inline-block;
	text-align: center;
	font-size: 75px;
	font-weight: bold;
	color: #fff;
	padding: 15px 0;
}
.about-numbers > div{
	font-size: 18px;
	font-family: 'Kievit';
	text-transform: uppercase;
}
.about-how{
	vertical-align: top;
	display: inline-block;
	line-height:24px;
	text-align: left;
	font-size: 16px;
	font-family: 'Kievit';
	margin-left: 50px;
	padding-top: 15px;
}
.about-how b{
	display: block;
	font-size:26px;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.about-how ul{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
.about-side{
	width: 430px;
	padding-bottom: 50px;
	font-size:16px;
}
.achievement{
	//font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background: transparent url(/images/achieve.png) 50% 43px no-repeat;
	padding-top: 115px;
	padding-bottom: 55px;
}

/* About page END */

/* Reviews Start */
.review-block{
	padding-top: 58px;
}
.review-category{
	height: 50px;
	border-bottom: solid 1px #c7d744;
	text-align: center;
}
.review-category a{
	letter-spacing: -0.2px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 26px;
	padding-bottom: 23px;
	border-bottom: solid 5px transparent;
	width: 365px;
	text-decoration: none;
	margin-left: 13px;
	margin-right: 13px;
}
.review-category a.active{
	border-bottom-color: #c7d744;
	color: #c7d744;
}
.review-category a:hover{
	color: #c7d744;
}
.review-single{
	width: 458px;
	margin-left: 17px;
	margin-right: 17px;
	font-size: 18.3px;
	color: #666;
	margin-bottom: 60px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
.review-name{
	font-size: 20px;
	line-height: 20px;
	color: #000;
	margin-bottom: 6px;
}
.review-position{
	font-family: 'Kievit';
	font-size: 16px;
	color: #000;
	line-height: 16px;
}
.review-txt{
	margin-top:20px;
	font-size: 16px;
	line-height: 26px;
}
.circle-image{
	background-color: #ccc;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.review-single header{
	float: right;
	width: 340px;
}
/* Reviews END */

.h1{
	margin: 0;
	padding: 0;
	font-family: 'Kievit-Medium';
	font-size: 40px;
	color: #fff;
	font-weight: normal;
}
.h2{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #000;
	font-size: 26px;
}
.h3{
	margin: 0;
	padding: 0;
	font-family: 'Kievit-Medium';
	color: #c7d744;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 0.4px;
}
.h4{
	margin: 0;
	padding: 0;
	font-family: 'Kievit-Medium';
	color: #666;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}
.h5{
	margin: 0;
	padding: 0;
	font-family: 'Kievit';
	color: #212121;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}
.h6{
	margin: 0;
	padding: 0;
	font-family: 'Kievit-Medium';
	color: #000;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
}
.h7{
	margin: 0;
	padding: 0;
	font-family: 'Kievit-Medium';
	color: #000;
	font-size: 40px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
.h8{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 40px;
	color: #000;
	line-height: 40px;
}
.h8.uppercase{margin-top: 12px;}
.h9{
	margin: 0;
	padding: 30px 0 0 0;
	font-weight: normal;
	font-family: 'Kievit-Medium';
	font-size: 24px;
	color: #000;
	line-height: 24px;
	text-transform: uppercase;
}
.head-white{
	margin: 0;
	padding: 60px 0 25px 0;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'Kievit-Medium';
	text-align: center;
	font-weight: bold;
}
.speach-head{
	margin: 0;
	padding: 60px 0;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Kievit-Medium';
	color: #000;
	font-weight: bold;
	text-align: center;
}
.train-usefull-if{
	margin: 54px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.train-usefull-if.vimeo{
    margin: 0px 0 10px 0;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.head-usefull-for{
	font-size: 14px;
	font-weight: bold;
	margin: 49px 0 7px 0;
	text-align: center;
	text-transform: uppercase;
	color: #c7d744;
}
.info-block .h3{
	padding-bottom: 33px;
}
.container > .limiter > .info-block > span.h3{
	padding-bottom: 33px;
	display:block;
}
.info-block .h4{
	padding-bottom: 14px;
}
.info-txt{
	line-height: 24px;
	margin-bottom: 35px;
}
.list-greentick{
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	width: 48%;
}
.list-greentick li{
	font-size: 18px;
	padding-left: 32px;
	margin-bottom: 8px;
	background: transparent url(images/icons/check.svg) 2px 2px no-repeat;
	background-size: 18px 15px;
}

/* Corporate training Start */
.corp .h1{
	font-size: 40px;
	margin-top: 203px;
	margin-bottom: 10px;
}
.training-blocks{
	display: table;
	width: 100%;
	max-width: 1508px;
	position: absolute;
	bottom: 0;
	/*height: 296px;*/
	background-color: #e8e8e8;
	z-index:10;
}
.training-blocks:before{
	/*content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	left: 74%;
	z-index: 2;*/
}
.train-first{
	//width: 44.5%;
}
.train-second{
	/*width: 29.5%;
	border-right: none !important;*/
	border-left: solid 1px #fff;
 	border-right: solid 1px #fff;
}
.train-third{
	/*width: 25.9%;
	border-right: none !important;
	float: right !important*/
}
.training{
	display: table-cell;
	position: relative;
	height: 100%;
	/*float: left;
	border-right: solid 1px #fff;*/
	padding-bottom: 24px;
}
.table{display: table; width: 100%;}
.train-head{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 39px;
	left: 23px;
	font-weight: bold;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	z-index: 2;
}
.train-head-round{
	display: table-cell;
	width: 100%;
	margin: 0;
	height: 60px;
	vertical-align: middle;
	background-color: #c7d744;
	font-size: 16px;
	font-weight: normal;
}
.train-head-txt{
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}
.train-head-num{
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 28px;
	border: solid 2px #fff;
	margin-right: 8px;
	margin-left: 15px;
}
.list-train{
	margin: 79px 0 0 8px;
	padding: 0;
	list-style: none;
	float: left;
}
.list-train.wide{
	/*margin-left: 0;*/
}
.list-train.wide li{
	width: 230px;
}
.list-train li{
	width: 211px;
	margin-left: 5px;
	margin-bottom: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: transparent;
	border-radius: 4px;
	-o-transition: background-color .4s;
  -ms-transition: background-color .4s;
  -moz-transition: background-color .4s;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}
.list-train li:hover{
	background-color: #fff;
}
.list-train li a{
	font-weight: bold;
	font-size: 16px;
	color: #666;
	display: block;
	text-decoration: none;
	padding-left: 13px;
}

.list-train li:hover a{
	color: #000;
}
.training-lists{
	padding:30px 10px 0 27px;
}
.programm-stage{
	text-transform: uppercase;
	font-size: 12px;
	color: #c7d744;
	font-weight: bold;
}
.programm-hint{
	text-transform: uppercase;
	font-size: 12px;
	color: #a8a8a8;
}
.training-lists ul{
	margin: -4px 0 20px 0;
	padding: 0;
	list-style: none;
}
.training-lists li{
	background: transparent url(images/arrow-list.png) 0 4px no-repeat;
	font-size: 14px;
	padding-left: 15px;
	margin-bottom: 14px;
}
.training-lists li.item-bold{
	text-transform: uppercase;
	font-weight: bold;
}
.train-first .training-lists.margin-top ul{
	margin-top: 15px;
}
.training-lists a{
	text-decoration: none;
	color: inherit;
}
.training-lists a:hover{
	text-decoration: underline;
}
.methodics{
	width: 880px;
	margin: 70px auto;
}
.methodics .h2{
	padding-bottom: 30px;
	font-size: 30px;
	text-align: center;
}
.methodic-review{
	text-align: center;
	font-size: 20px;
	line-height: 25px;
}
.methodics .about-block{
	font-size: 16px;
	line-height: 24px;
	padding-top: 38px;
	padding-bottom: 0;
	letter-spacing: -0.2px;
	padding-left: 0;
	width: 410px;
	box-sizing:border-box;
}
.methodics .about-block.flLeft{
	/*padding-left: 135px;*/
}
.methodics .about-block.flRight{
	/*padding-right: 135px;*/
}
.for-whom{
	background-position: 50% 0;
	background-repeat: no-repeat;
	/*height: 855px;*/
	position: relative;
}
.all-cases-box{
	/*position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	*/
	background-color: rgba(0,0,0,.2);
	padding-bottom: 24px;
}
.blur-layer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 465px;

}
.whom-head{
	margin: 0;
	padding: 55px 0 45px 0;
	text-align: center;
	font-weight: bold;
	color: #c7d744;
	font-size: 26px;
	text-transform: uppercase;
}
.whom-info{
	width: 460px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding-left: 18px;
	letter-spacing: 0.6px;
	margin-bottom: 55px;
}
.whom-info.flRight{
	padding-left: 0;
	padding-right: 18px;
}
.blur{background-color: rgba(0,0,0,.2);}
.three-whom{
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
	padding-bottom: 25px;
	/*margin: -7px auto 0 auto;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;*/
}
.whom-block{
	display: inline-block;
	width: 32%;
	height: 240px;
	font-size: 0;
	line-height: 0;
	float: left;
	position: relative;
	background-repeat: no-repeat;
}
.three-whom .whom-block:first-child{
	margin-left: 2%;
}
.three-whom .whom-block:nth-child(2){
	margin: 0 1px;
}
.whom-logo{
	display: table;
	position: absolute;
	left: 20px;
	top: 18px;
}
.whom-logo .table-cell{
	display: table-cell;
	vertical-align: middle;
	height: 44px;
}
.whom-logo img{
	vertical-align: middle;
	max-height: 44px;
}
.whom-name{
	position: absolute;
	bottom: 60px;
	left: 20px;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}
.whom-trainer{
	position: absolute;
	bottom: 26px;
	left: 20px;
	font-family: 'Kievit';
	font-size: 20px;
	line-height: 20px;
	color: #dcff00;
}
.whom-person{
	position: absolute;
	/*bottom: 60px;*/
	top: 30px;
	left: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.whom-company{
	position: absolute;
	top: 45px;
	left: 20px;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Kievit';
	color: #fff;
}
.link-all-cases{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	padding-left: 40px;
	display: inline-block;
	background: transparent url(images/icons/cases.svg) 0 4px no-repeat;
	background-size: 28px 28px;
	color: #fff;
	letter-spacing: 0.75px;
	-o-transition: color .3s;
  -ms-transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.link-all-cases:hover{
	color: #c7d744;
}
.how-head{
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 52px 0 0 0;
	font-size: 26px;
	text-align: center;
}
.step-block{
	margin-top: 35px;
	margin-bottom: 55px;
	margin-left: 5px;
}
.step-single{
  width: 15%;
  height: 160px;
  display: inline-block;
  float: left;
  font-size: 0;
  line-height: 0;
  position: relative;
  margin-right: 3%;
}
.step-single.no-arrow{
	margin-right: 0;
  width: 10%;
}
.step-single.no-arrow .step-name{
	width: 100%;
	left: -3px;
}
.step-num{
	position: absolute;
	top: 0;
	left: 10%;
	color: #c7d744;
	font-size: 120px;
	line-height: 120px;
	font-family: 'Helvetica-Light';
}
.step-name{
	position: absolute;
  bottom: 0;
  left: -20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 90%;
}
.step-single:before{
	content: " ";
	display: block;
	position: absolute;
	width: 76px;
	height: 11px;
	top: 55px;
	right: -17px;
	background: transparent url(images/step-arrow-small.png) 0 0 no-repeat;
}
.step-single.no-arrow:before{
	display: none;
}
.where-info{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	width: 720px;
	margin: 10px auto 0 auto;
}
.where-place{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	margin-top: 28px;
}
.where-place a{
	text-decoration: none;
	color: #c7d744;
	font-weight: bold;
}
.where-place a:hover{
	text-decoration: underline;
}
.limiter-photo{
	width: 990px;
}
.three-place{
	position: relative;
	height: 227px;
	padding-top: 57px;
	margin: 0 auto;
	max-width: 1430px;
	-o-transition: height .5s;
  -ms-transition: height .5s;
  -moz-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s;
}
.single-place{
	position: relative;
	width: 330px;
	height: 227px;
	float: left;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	background-repeat: no-repeat;
	background-size: cover;
	-o-transition: height .5s;
  -ms-transition: height .5s;
  -moz-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s;
}
.single-place.central:before,
.single-place.central:after{
	content: " ";
	display: block;
	width: 1px;
	height: 227px;
	background-color: #fff;
	position: absolute;
	top: 0;
}
.single-place.central:before{left:0px;}
.single-place.central:after{right:0px;}
.book-train{
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.limiter-corporate{
	width: 990px;
}
.book-head{
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 55px 0 15px 0;
	color: #000;
	letter-spacing: -0.02em;
}
.book-mail{
	color: #fff;
}
.book-mail:hover{
	text-decoration: none;
}
.book-train .btn-event{
	position: static;
	height: 36px;
	line-height: 38px;
	display: inline-block;
	margin-top: 28px;
	margin-bottom: 60px;
	padding: 0;
	width: 164px;
	font-size: 14px;
}
.choose-training .btn-event{
	position: static;
	height: 36px;
	line-height: 38px;
	display: inline-block;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 0 20px;
	font-size: 24px;

}
.train-soon{
	box-sizing:border-box;
	display: inline-block;
	vertical-align: top;
	width: 455px;
	font-size: 16px;
	margin-top: 32px;
	margin-bottom: 55px;
	padding: 0 35px;
}
.soon-head{
	margin: 0;
	padding: 0 0 21px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: normal;
}
.btn-green{
	display: inline-block;
	text-decoration: none;
	font-family: 'Kievit-Medium';
	color: #c7d744;
	height: 36px;
	line-height: 38px;
	border: solid 2px #c7d744;
	border-radius: 5px;
	padding: 0 40px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: normal;
	-o-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.life-styles .btn-green{
	color: #ffffff;
	border: solid 2px #ffffff;
}
.btn-green:hover{
	background-color: #c7d744;
	color: #fff;
}
.life-styles .btn-green:hover{
    background-color: #fff;
    color: #000;;
}
.btn-green:active{
	color: #000;
}
.train-soon .btn-green{
	margin-top: 30px;
	height: 36px;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 14px;
	width: 164px;

	padding: 0 40px;
}
/* Corporate training END */

.txt-black{
	color: #000;
}
/* Life training Start */
.life .h1{
	font-size: 40px;
	margin-top: 200px;
	margin-bottom: 48px;
	letter-spacing: -0.4px;
}
.life .banner-txt{
	width: 850px;
	margin-bottom: 36px;
}
.banner-txt-green{
	color: #c7d744;
	font-size: 30px;
	font-family: 'Kievit';
	line-height: 36px;
	margin: 0 auto;
}
.life .banner-txt-green{
	width: 850px;
}
.life .btn-event{
	position: static;
	display: inline-block;
	height: 38px;
	line-height: 40px;
	margin-top: 52px;
	padding: 0;
	width: 164px;
	text-transform: uppercase;
	font-size: 14px;
}
.train-limit-box{
    background-color: #c7d744;
}
.train-limit{
	display: inline-block;
	float: left;
	width: 33.3333%;
	font-size: 0;
	line-height: 0;
	height: 307px;
	/*border-bottom: solid 1px #fff;*/
	position: relative;
}
.limit-category{
	margin-top: 9px;
	margin-left: 28px;
	font-size: 20px;
	line-height: 22px;
	font-family: 'Kievit';
	color: #c7d744;
	text-transform: uppercase;
	letter-spacing: 0.1px;
}
.life-styles .limit-category{
	color: #FFFFFF;
}
.limit-name{
	font-weight: bold;
	font-size: 36.5px;
	line-height: 36px;
	text-transform: uppercase;
	margin-left: 27px;
	margin-top: 24px;
}
.limit-subtitle{
    line-height: 20px;
    font-size: 18px;
    margin-left: 27px;
    color: #ffffff;
    /*font-weight: bold;*/
}
.limit-name.h2{
	padding: 0;
	color: #000;
	font-size: 26px;
	line-height: 29px;
}
.limit-name.h2 a{
	text-decoration:none;
	color: #ffffff;
}
.limit-txt{
	font-size: 18px;
	color: #000;
	line-height: 22px;
	width: 370px;
	margin-left: 28px;
	letter-spacing: 0.1px;
	margin-top: 14px;
}
.train-limit .btn-green{
	position: absolute;
	bottom: 15px;
	left: 30px;
	padding: 0 29px;
}
/* Life training END */

/* Conference Start */
.conf-invite{
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 203px;
	letter-spacing: 0.7px;
}
.conf-name{
	margin: 36px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 56px;
	color: #c7d744;
}
.conf-txt{
	font-size: 20px;
	color: #fff;
	width: 820px;
	margin: 52px auto 0 auto;
	letter-spacing: 0.2px;
}
.table-conference{
	width: 990px;
	margin: 0 auto;
	font-size: 20px;
	color: #000;
	font-family: 'Kievit-Medium';
}

.table-conference tr:first-child{
	border-top: solid 20px #fff;
}
.table-conference tr:last-child{
	border-bottom: solid 20px #fff;
}
.bg-f0 .table-conference tr:first-child{
	border-top: solid 20px #f0f0f0;
}
.bg-f0 .table-conference tr:last-child{
	border-bottom: solid 20px #f0f0f0;
}
.table-conference b{
	font-weight: bold;
}
.Kievit{
	font-family: 'Kievit';
}
.table-conference td{
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 26px;
	padding-right: 0;
}
.table-conference td:first-child{
	text-transform: uppercase;
	font-family: 'Kievit-Medium';
	color: #c7d744;
	padding-right: 21px;
	padding-left: 0;
	border-right: solid 5px #c7d744;
	text-align: right;
	width: 176px;
}
.table-conference a{
	color: #000;
}
.table-conference a:hover{
	text-decoration: none;
}
/* Conference END */

/* Footer elements Start */
.f-blank{
	height: 141px;
}
.site-footer {
  height: 149px;
  margin-top: -141px;
  min-width: 990px;
  background: #333;
}
.site-footer a:hover{
	text-decoration: underline;
}
.limiter-footer{
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.foot-address{
	width: 200px;
	vertical-align: top;
	margin-top: 32px;
	margin-left: 4px;
	display: inline-block;
	padding-left: 59px;
	background: transparent url(images/icons/map.svg) 0 0 no-repeat;
	background-size: 42px 41px;
	color: #c7d744;
	font-size: 16px;
	line-height: 22px;
}
.foot-address a{
	color: #fff;
	text-decoration: none;
	display: table;
}
.foot-phone{
	vertical-align: top;
	display: inline-block;
	font-weight: bold;
	color: #c7d744;
	font-size: 20px;
	padding-left: 53px;
	background: transparent url(images/icons/phone.svg) 0 0 no-repeat;
	background-size: 40px 40px;
	margin-top: 32px;
	margin-left: 13px;
	line-height: 30px;
}
.foot-phone a{
	font-family: 'Kievit';
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: table;
	font-weight: normal;
}
.foot-phone.mail{
	padding-left: 55px;
	background: transparent url(images/icons/mail.svg) 0 0 no-repeat;
	background-size: 40px 29px;
	margin-left: 20px;
	margin-top: 34px;
}
.foot-phone .link-mail{
	font-weight: bold;
	font-size: 20px;
	color: #c7d744;
	text-decoration: none;
}
.foot-social{
	height: 23px;
	margin-top: 37px;
	margin-right: 10px;
}
.foot-social a{
	display: inline-block;
	width: 24px;
	height: 23px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 25px;
	background-position: 50% 50%;
}
.tw{
	background-image: url(images/icons/twitter.svg);
}
.vk{
    background-image: url(images/icons/vk.png);
}
.fb{
	background-image: url(images/icons/facebook.svg);
}
.vd{
	background-image: url(images/icons/vimeo.svg);
}
.youtube{
    background-image: url(images/icons/youtube.png);
    width: 28px !important;
    height: 20px !important;
}
/* Footer elements END */

.map-canvas{
	height: 555px;
}
.list-city{
	list-style: none;
	margin: 0 auto -2px auto;
	padding: 0;
	text-align: center;
}
.list-city li{
	cursor: pointer;
	display: inline-block;
	height: 57px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 2px transparent;
	padding: 0 25px;
	margin: 0 17px;
}
.list-city li.active{
	border-bottom-color: #c7d744;
	color: #c7d744;
}
.address{
	display: none;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Kievit';
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: solid 2px #eeeeee;
}
.address a{
	color: #c7d744;
	text-decoration:none;
}
.address a:hover{
	text-decoration:underline;
}
.address-hint{
	font-size: 16px;
}
.feedback{
	width: 534px;
	margin: 0 auto;
}
.feedback .pop-sbm{
	margin-left: 163px;
}
.feedback-head{
	margin: 0;
	padding: 60px 0 30px 0;
	font-family: 'Kievit-Medium';
	text-transform: uppercase;
	font-size: 26px;
	font-weight:bold;
	line-height: 26px;
	text-align: center;
}
.input-feedback{
	width: 502px;
	height: 54px;
	line-height: 54px;
	padding: 0 15px;
	border-radius: 6px;
	border: solid 1px #d0d0d0;
	box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,.3);
	margin-bottom: 28px;
	font-size: 32px;
	outline: none;
}
.textarea-feedback{
  display: block;
  padding: 10px 15px;
  height: 170px;
  width: 335px;
  resize: none;
  color: #9c9c9c;
  font-size: 16px;
  border-radius: 8px;
  border: solid 2px #d0d0d0;
	margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f6f6;
}
.contact-row{
	width: 370px;
	margin-left: auto;
	margin-right: auto;
}
.contact-row.last{
	  margin-bottom: 20px;
}
.btn-sbm{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #c7d744;
	height: 53px;
	line-height: 53px;
	padding: 0 65px;
	cursor: pointer;
	border: none;
	color: #000;
	font-size: 23px;
	font-family: 'Kievit-Medium';
	outline: none;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-sbm:active{
	top: 1px;
	left: 1px;
}

.map-label{
	color: #620000;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
}
.context-banner{
	width: 975px;
	margin: 0 auto;
	padding-top: 127px;
}
.context-banner-txt{
	margin-left: 35px;
	width: 455px;
}
.context-banner-black{
	margin: 0 0 18px 0;
	padding: 0;
	font-size: 20px;
	line-height: 30px;
}
.context-banner-green{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	color: #c7d744;
}
.context-banner-img{
	margin-top: -30px;
}
.context-banner-img img{
	display: block;
}

.context-train{
	padding-top: 127px;
	width: 895px;
	margin: 0 auto;
}
.context-train .banner-txt{
	width: auto;
}
.vimeo-video{
	width: 730px;
	height: 410px;
	margin: 0 auto 54px;
	padding-top: 61px;
}
.vimeo-video-box{
    width: 990px;
    margin: 0 auto;
    height: 450px;
    position: relative;
}
.vimeo-video.context{
    float: left;
    width: 460px;
    height: 340px;
    /* margin: 0 auto 54px; */
    padding-top: 40px;
}

.vimeo-video.context:last-child{
    float: right;
}
.context-video-txt{
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 24px;
	padding: 0 100px;


}
.review-box{
	width: 290px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	padding-top: 30px;
	margin-bottom: 24px;
}
.review-box:nth-child(2){
	margin-left: -8px;
	padding-left: 40px;
	padding-right: 40px;
}
.review-box img{
	width: 82px;
	height: 82px;
	border-radius: 50%;
	margin-bottom: 13px;
}
.review-pos{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-family: 'Kievit';
	margin: 8px 0 21px 0;
}
.review-txt{
	font-size: 16px;
	line-height: 20px;
	color:#000;
	font-family: 'Kievit';
}
.use-for{
	font-family: 'Kievit';
	font-size: 16px;
	line-height: 24px;
	margin: 3px 0 0 0;
	padding: 0 110px;
}
.programm-head{
	margin: 0;
	padding: 60px 0 0 0;
	font-family: 'Kievit-Medium';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
.train-duration{
	text-align: center;
	font-family: 'Kievit';
	font-size: 20px;
	margin-top: 14px;
}
.train-duration.advice{
	text-transform: none;
	margin-top: 12px;
	margin-bottom: 25px;
}
.days-box{
	padding-left: 10px;
	margin-top: 50px;
}
.list-day{
	margin: 0 0 0 90px;
	padding: 0;
	list-style: none;
	font-size: 16px;
	width: 202px;
	display: inline-block;
	vertical-align: top;
}
.days-box .list-day:last-child{
	margin-left: 111px;
}
.list-day li{
	margin-bottom: 15px;
	line-height: 24px;
}
.list-day li:first-child{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #c7d744;
	margin-bottom: 17px;
}
.train-format{
	margin-top: 26px;
	margin-left: 146px;
}
.train-format .train-duration{
	font-size: 16px;
	line-height: 23px;
	margin-top: 18px;
}
.train-people{
	margin-top: 26px;
	margin-right: 166px;
}
.train-people .train-duration{
	font-size: 16px;
	line-height: 23px;
	margin-top: 18px;
}
.format-head{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
.v-stroke{
	width: 1px;
	height: 75px;
	background-color: #cecece;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
}
.train-very-soon{
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 55px 0 0 0;
}
.date-very-soon{
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

.trainer{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	width: 240px;
	text-align: center;
	margin-bottom: 20px;
}
.trainer img{
	border-radius: 50%;
}
.trainer-name{
	display: block;
	margin-top: 30px;
	//text-transform: uppercase;
	//font-weight: bold;
	font-size: 20px;
	line-height: 14px;
}
a.trainer-name{
	color: #c7d744;
	text-decoration: none;
	margin-bottom: 5px;
}
a.trainer-name:hover{
	text-decoration: underline;
}
.trainer-pos{
	font-size: 16px;
	line-height: 20px;
}

.close-training{
	text-align: left;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
    margin: 0 30px;
    max-width: 180px;
}
.close-training.two{
	max-width: 140px;
}
.close-train-date{
	text-transform: uppercase;
	color: #c7d744;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 13px;
	text-decoration: none;
}
a.close-train-date:hover{
	text-decoration: underline;
}
.close-who,
.training-city {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Kievit-Medium';
}
.close-train-box{
	text-align: center;
    padding-top: 46px;
}

.close-training .btn-green{
	height: 38px;
	line-height: 40px;
	padding: 0 25px;
	margin-top: 27px;
}
.train-credit{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 24px 0;
}
.train-credit a{
	text-decoration: underline;
	color: #000;
}
.train-credit a:hover{
	text-decoration: none;
}
.team-head,
.media-head{
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	margin: 193px 0 0 0;
	padding: 0;
	text-align: center;
}
.media-head{
	margin-top: 215px;
}
.team-wrapper .team-box:last-child{
	margin-bottom: 30px;
}
.team-box{
	text-align: center;
}
.team-name{
	font-weight: bold;
	text-transform:uppercase;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	margin: 0;
	padding: 30px 0 30px 0;
}
.team-single{
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 280px;
	padding: 0 25px 30px 25px;
}
.team-single a{
	text-decoration: none;
}
.team-single a img{
	border-radius: 50%;
}
.team-person{
	display: block;
	font-family: 'Kievit';
	font-size: 20px;
	line-height: 22px;
	color: #c7d744;
	margin-top: 22px;
}
.team-descr{
	font-family: 'Kievit';
	font-size: 16px;
	line-height: 21px;
	color: #000;
	margin-top: 7px;
}
.shedule-menu{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 938px;
}
.no-head{
	margin-top:83px;
}
.shedule-menu li{
	float: left;
}
.shedule-menu li.active{
	color: #c7d744;
}
.shedule-menu a{
	font-size: 22px;
	line-height: 50px;
	color: #000;
	text-decoration: none;
	margin-right: 30px;
	-o-transition: color .3s;
  -ms-transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.shedule-menu li.active a{
	color: #c7d744;
	cursor: default;
}
.shedule-wrapper .noactive{
	display: none;
}
.shedule-menu a:hover{
	color: #c7d744;
}
.shedule-item{
	position: relative;
	width: 858px;
	margin: 0 auto;
	border-bottom: solid 1px #e2e2e2;
	padding: 19px 0 20px 75px;
	font-family: 'Kievit';
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.applause{
	background-image: url(images/heart_1.png);
}
.handshake{
	background-image: url(images/heart_2.png);
}
.applause-handshake{
    background-image: url(images/heart_3.png);
}
.shedule-when{
	width: 138px;
	float: left;
}
.shedule-info{
	width: 530px;
	float: left;
	line-height: 24px;
}

.shedule-when b{
	display: table;
	font-size: 16px;
	margin-bottom: 7px;
}
.shedule-info a{
	font-weight: bold;
	text-transform:uppercase;
	color: #c7d744;
	font-size: 26px;
	display: table;
	text-decoration: none;
	margin-bottom: 7px;
}
.shedule-info a:hover{
	text-decoration: underline;
}
.alt-name{
	font-size: 22px;
	font-family: 'Kievit';
	margin-bottom: 5px;
}

/* Pagination Start */
.pagination{
	margin: 0;
	padding: 0;
	text-align: center;
}
.pagination li{
	list-style: none;
	display: inline-block;
	height: 58px;
}
.pagination a,
.pagination span{
	text-decoration: none;
	font-family: 'Kievit';
	font-size: 24px;
	color: #c7d744;
	line-height: 58px;
	display: inline-block;
	padding: 0 4px;
	-o-transition: color .3s;
  -ms-transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.pagination a:hover{
	color: #000;
}
.pagination li a.prev,
.pagination li span.prev,
.pagination li a.next,
.pagination li span.next{
	font-size: 18px;
}
.pagination li a.prev{
	margin-right: 30px;
}
.pagination li a.next{
	margin-left: 30px;
}
.pagination a.active,
.pagination span.active,
.pagination a.active:hover,
.pagination span.active:hover{
	color: #ccc;
	cursor: default;
}
/* Pagination END */

/* Pop-up */
.pop{
	display: none;
	border-radius: 16px;
	background-color: #fdfdfd;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 33px;
}
.pop-head{
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 26px;
	padding-top: 25px;
	padding-bottom: 26px;
}
.pop-input{
	color: #9c9c9c;
	font-size: 16px;
	line-height: 42px;
	height: 42px;
	width: 335px;
	padding: 0 15px;
	border-radius: 8px;
	border: solid 2px #d0d0d0;
	margin-bottom: 15px;
	background-color: #f6f6f6;
	outline: none;
}

textarea.pop-input{
    height: 100px;
    resize: none;
}
.pop-input:focus{
	background-color: #fff;
	border-color: #c7d744;
	color: #000;
}
.pop-sbm{
	text-transform: uppercase;
	background-color: #c7d744;
	display: inline-block;
	text-decoration: none;
	font-family: 'Kievit-Medium';
	color: #fff;
	width: 208px;
	height: 40px;
	line-height: 36px;
	border: solid 2px #c7d744;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	letter-spacing: normal;
	//font-weight: bold;
	outline: none;
	-o-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pop-sbm:hover{
	background-color: transparent;
	color: #c7d744;
}
.pop-sbm:active{
	color: #000;
}
.sarafan{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#popRegister{
	/*min-height: 620px;*/
}
#popRegister .pop-sbm{
	margin-top: 10px;
}
.pop .chosen-container{
	width: 369px !important;
	margin-bottom: 15px;
}
.chosen-container-single .chosen-single{
	font-size: 16px;
	background: #fff;
	border: solid 2px #d0d0d0;
	box-shadow: none;
	height: 42px;
	line-height: 40px;
	padding-left: 15px;
	border-radius: 8px;
}
.chosen-container-active.chosen-with-drop .chosen-single{
	background: #fff;
	border: solid 2px #c7d744;
	border-bottom-color: transparent;
}
.chosen-container .chosen-drop{
	border: solid 2px #c7d744;
	border-top: none;
	box-shadow: none;
	border-radius: 0 0 8px 8px;
}
.chosen-container .chosen-results{
	margin-right: 0;
	padding-left: 0;
}
.chosen-container .chosen-results li{
	font-size: 16px;
	color: #000;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.chosen-container .chosen-results li.result-selected,
.chosen-container .chosen-results li.highlighted{
	background: #f6f6f6;
	color: #000;
}
.chosen-container-single .chosen-single div{
	width: 43px;
}
.chosen-container-single .chosen-single div b{
	background: transparent url(images/icon-dropdown.png) 50% 50% no-repeat !important;
}
.fancybox-close{
	width: 29px;
	height: 29px;
	top: 16px;
	right: 18px;
	background: transparent url(images/icons/close.svg) 0 0 no-repeat;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 21px 0 rgba(0,0,0,.3);
	   -moz-box-shadow: 0 0 21px 0 rgba(0,0,0,.3);
	        box-shadow: 0 0 21px 0 rgba(0,0,0,.3);
}

/* Accordion Start */
.accordion {
  margin: 0;
  padding: 0;
}
.accordion > li {
  margin: 0;
  padding: 0;
  font-family: 'Kievit';
  color: #fff;
  background-color: #c7d744;
  margin-bottom: 1px;
}
.accordion > li:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.accordion .acc-body {
  display: none;
}
.acc-head{
	margin: 0;
	padding: 0;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel{
	border-top: solid 1px transparent;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-family: 'Kievit';
	padding-left: 79px;
	padding-top: 30px;
	padding-bottom: 26px;
	padding-right: 40px;
}
.accordion-opener{
	text-transform:uppercase;
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
	padding: 23px 0 23px 40px
}
.accordion-opener:before{
	position: absolute;
	right: 45px;
	top: 50%;
	content: " ";
	font-size: 0;
	line-height: 0;
	height: 34px;
	width: 34px;
	margin-top: -20px;
	border: solid 3px #fff;
	border-radius: 50%;
}
.accordion-opener:after{
	position: absolute;
	right: 54px;
	top: 50%;
	content: " ";
	font-size: 0;
	line-height: 0;
	height: 12px;
	width: 22px;
	margin-top: -3px;
	background: transparent url(images/arrow-acc.png) 0 0 no-repeat;
	-o-transition: transform .5s;
  -ms-transition: transform .5s;
  -moz-transition: transform .5s;
  -webkit-transition: transform .5s;
  transition: transform .5s;
}
li.active .accordion-opener:after{
	transform:rotate(180deg);
	margin-top: -6px;
}
.list-in-acc{
	//margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
}
.list-in-acc li{
	margin: 0;
	padding: 0;
}
.list-in-acc a{
	font-family: 'Kievit';
	font-size: 16px;
	color: #c7d744;
	text-decoration: none;
}
.list-in-acc a:hover{
	text-decoration: underline;
}
/* Accordion END */

.faq-category{
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.faq-link{
	display: inline-block;
	font-family: 'Kievit-Medium';
	color: #000;
	font-size: 26px;
	width: 280px;
	text-transform:uppercase;
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
	height: 88px;
	line-height: 88px;
	margin-left: -2px;
	-o-transition: color .3s;
  -ms-transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.faq-link:hover{
	color: #c7d744;
}
.faq-link.active{
	background-color: #c7d744;
	cursor: default;
}
.faq-link.active:hover{
	color: #000;
}

.txt-green{
	color: #c7d744;
}

.payment-box{
	text-align: center;
	padding-bottom: 30px;
}
.payment{
	text-align: left;
	width: 290px;
	margin-left: 19px;
	margin-right: 19px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
.pay-image{
	height: 156px;
	position: relative;
	margin-bottom: 25px;
}
.pay-image img{
	position: absolute;
	bottom: 0;
	left: 0;
}
.pay-name{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.pay-txt{
	line-height: 22px;
	font-size: 16px;
	font-family: 'Kievit';
}
.pay-txt p{
	margin-bottom: 0;
}
.payment .btn-green{
	text-align: center;
	margin-top: 30px;
  height: 38px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  width: 164px;
  padding: 0;
  font-weight: bold;
}
.payment .btn-green:hover{
	text-decoration: none;
}
.payment a{
	color: #c7d744;
	text-decoration: none;
}
.payment a:hover{
	text-decoration: underline;
}
.payment a.btn-pay{
	color: #000;
}
.payment a.btn-pay:hover{
	text-decoration: none;
}

.banner-trainer{
	margin: 0;
	padding: 160px 0 0 35px;
	text-align: left;
	font-size: 40px;
	line-height: 40px;
	text-transform:uppercase;
	font-weight: bold;
	color: #fff;
}
.banner-green{
	width: 620px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Kievit';
	text-align: left;
	padding-left: 35px;
	padding-top: 15px;
	/*color: #c7d744;*/
	color: #fff;
}
.banner-white{
	width: 580px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-family: 'Kievit';
	padding-top: 20px;
	padding-left: 35px;
	text-align: left;
}
.about-trainer{
	font-size: 18px;
	line-height: 24px;
	width: 920px;
}
.head-bio{
	margin: 0;
	padding: 45px 0 10px 0;
	text-align: center;
	font-size: 26px;
	text-transform:uppercase;
	line-height: 30px;
	font-family: 'Kievit-Medium';
	font-weight: bold;
}
.mini-trainer{
	display: inline-block;
	width: 145px;
	text-align: center;
	margin: 30px 25px;
	text-decoration: none;
}
.mini-trainer img{
	border-radius: 50%;
}
.mini-name{
	font-family: 'Kievit-Medium';
	font-size: 17px;
	color: #c7d744;
	margin-top: 10px;
	text-transform: uppercase;
}
.mini-position{
	font-size: 13px;
	margin-top: 5px;
	color: #000;
}
.banner-green-center{
	margin: 0 auto 30px auto;
	text-align: center;
	width: 650px;
	color: #c7d744;
	font-family: 'Kievit';
	font-size: 30px;
	line-height: 36px;
}
.banner-white-center{
	margin: 0 auto;
	text-align: center;
	width: 480px;
	font-size: 18px;
	color: #fff;
	font-family: 'Kievit';
}
.train-header{
	font-family: 'Kievit-Medium';
	font-size: 30px;
	line-height: 30px;
	color: #c7d744;
	margin-left: 0;
	padding: 30px 0 0 0;
	margin: 30px 0 30px 0;
	text-align: center;
	font-weight: normal;
}
.train-info{
	width: 770px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Kievit';
	text-align: center;

}
.medium{
	font-family: 'Kievit-Medium';
}
.this-price{
	color: #999;
	padding-top: 20px;
	padding-bottom: 45px;
}
.video-wrapper{
	width: 1005px;
	margin-left: -25px;
	padding-bottom: 60px;
}
.mini-video{
	width: 460px;
	height: 240px;
	margin-left: 40px;
	margin-bottom: 35px;
}

div.error-txt{
	display: none;
	color: #b33e3e;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 10px;
}
input.error-txt,textarea.error-txt,input.error,textarea.error{
	border-color: #dca5a5;
	background-color: #ffe6e6;
}
.error .error-txt{
	display: block;
}
.error .pop-input,.error .input-feedback,.error .textarea-feedback{
	border-color: #dca5a5;
	background-color: #ffe6e6;
}
.list-training{
	margin: 0;
	padding: 0 0 60px 0;
	/*list-style: none;*/
}
.list-training li{
	width: 80%;
	/*padding-right: 3%;*/
	font-size: 20px;
	line-height: 20px;
	/*float: left;*/
	margin-bottom: 10px;
    color: white;
}
.limiter.training:after {
    content : ".";
    visibility : hidden;
    display : block;
    height : 0;
    clear : both;
}
.list-training-block{
    padding-left: 10%;
    float: left;
    width: 37%;
}
.list-training a{
	color: #000;
	text-decoration: none;
	display: block;
	border-radius: 4px;
	padding: 9px;
	-o-transition: background-color .4s;
  -ms-transition: background-color .4s;
  -moz-transition: background-color .4s;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}
.list-training a:hover{
	background-color: #fff;
}
.smi-wrapper{
	margin-left: -30px;
	width: 1020px;
}
.smi{
	width: 310px;
	margin-left: 30px;
	margin-bottom: 60px;
	font-size: 16px;
	font-family: 'Kievit';
	float: left;
}
.smi-img{
	display: block;
	vertical-align: middle;
	height: 110px;
}
.smi-img:before{
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-0.25em
}
.smi-img img{
	vertical-align: middle;
}
.smi-name,.smi-name a{
	font-size: 20px;
	line-height: 20px;
	color: #c7d744;
	margin-bottom: 15px;
	text-decoration:none;
}
.speach-link{
	text-decoration: none;
	color: #c7d744;
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}
.speach-link:hover{
	text-decoration: underline;
}
.speach-photo{
	width: 50%;
	height: 325px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.close-speach-head{
	margin: 0;
	padding: 55px 0 0 0;
	font-size: 'Kievit-Medium';
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}
.trainer-close-speach .close-training{
	text-align: center;
	margin: 30px 32px 0 32px;
}
.trainer-close-speach .close-train-date{
	display: inline-block;
	margin-bottom: 10px;
}
.trainer-close-speach .btn-green{
	margin-top: 20px;
}
.trans-normal{
	text-transform: none;
}

/* Registration Start */
.reg-wrapper{
	margin-top: 143px;
	padding-bottom: 103px;
}
.reg-wrapper *{box-sizing:border-box;}
.reg-head{
	margin: 0 0 23px 0;
	padding: 0;
	font-size: 27px;
	font-family: 'Kievit';
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
}
.reg-hint{
	font-size: 16px;
	line-height: 16px;
	color: #c7d744;
	font-family: 'Kievit';
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	/* margin-bottom: 56px; */
	margin-bottom: 0 !important;
	min-height: 72px;
}
.inp-wrap{
	width: 370px;
	margin: 0 auto 15px auto;
	position:relative;
}
.inp-txt{
	width: 100%;
	border: solid 2px #d0d0d0;
	border-radius: 8px;
	background-color: #f6f6f6;
	height: 46px;
	font-family: 'Kievit';
	font-size: 16px;
	outline: none;
	padding: 0 14px;
}
.inp-txt:focus,
.textarea-reg:focus{
	background-color: #fff;
  border-color: #c7d744;
}
.textarea-reg{
	width: 100%;
	border: solid 2px #d0d0d0;
	border-radius: 8px;
	background-color: #f6f6f6;
	height: 86px;
	font-family: 'Kievit';
	font-size: 16px;
	outline: none;
	padding: 12px 14px;
	resize:none;
}
.reg-lbl{
	display: block;
	font-weight: bold;
	font-family: 'Kievit';
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 13px;
	margin-bottom: 10px;
}
.reg-wrapper .chosen-container-single{width: 100% !important;}
.reg-wrapper .chosen-container-single .chosen-single{height: 45px; line-height: 43px;}
.select-date{
	width: 78px;
	float: left;
}
.select-month{
	width: 127px;
	float: left;
	margin-left: 15px;
}
.select-year{
	float: left;
	width: 94px;
	margin-left: 15px;
}
.reg-price-head{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding-top: 7px;
	margin-bottom: 16px;
}
.reg-list{
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.reg-list li{
	margin-bottom: 7px;
}
.reg-train{
	font-size: 15px;
	float: left;
	display: inline-block;
}
.reg-price{
	float: right;
	display: inline-block;
	margin-right: 7px
}
.reg-list li.last-child{
	border-bottom: solid 1px #d9d9d9;
	padding-bottom: 3px;
}
.reg-list li.last-child .reg-price{
	vertical-align: top;
	font-size: 26px;
	position: relative;
	top: -3px;
}
.reg-list li.last-child .reg-train{
	padding-top: 7px;
}
.rub{
	position: relative;
	text-transform: uppercase;
}
.rub:after{
	content: "";
	display: block;
	width: 100%;
	height: 0.09em;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0.35em;
}
.reg-wrapper .check{
	margin-left: 2px;
	padding-left: 15px;
	margin-bottom: 24px;
	display: table;
}
.reg-wrapper .check-lbl{
	padding-top: 3px;
	color: #000;
}
.check.required .check-lbl{
	color: #FF3434;
}
.check.active .check-lbl{
	color: #000;
}
.reg-wrapper .pop-sbm{
	margin-top: 7px;
}
/* Registration END */

/* Oferta Start */
.oferta-box{
	width: 693px;
}
.oferta-head{
	margin: 0 0 28px -30px;
	padding: 28px 0 24px 30px;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 26px;
	border-bottom: solid 1px #d9d9d9;
	width: 723px;
}
.scroll-pane{
	width: 100%;
	height: 410px;
	overflow-y: auto;
	overflow-x: hidden;
}
.oferta-txt{
	line-height: 23px;
	overflow: auto;
}
.oferta-box *{
	outline: none;
}
.oferta-box .jspVerticalBar{
	top: 0;
	right: 0;
	width: 6px;
}
.oferta-box .jspTrack{
	border-left: none;
	border-radius: 3px;
}
.oferta-box .jspDrag{
	background-color: #cacaca;
	width: 6px;
	left: 0;
	border-radius: 3px;
}

/* Oferta END */

.check{

	position: relative;
	cursor: pointer;
	line-height: 17px;
	cursor: pointer;
	background: url(images/checkbox.png) 0 -61px no-repeat;
}
.check.required{
	background-position: 0 0;
}
.check.active{
	background-position: 0 -122px;
}
.check input[type="checkbox"]{
	position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  opacity: 0;
  filter:alpha(opacity=0);
}
.check-lbl{
	cursor: pointer;
	display: table;
	color: #3668b2;
	font-weight: normal;
	padding-left: 23px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.check-lbl a{
	color: inherit;
}
.check-lbl a:hover{
	text-decoration: none;
}

.shedule-wrapper .shedule-item:first-child{
	/*margin-top: 40px;*/
}
.shedule-wrapper .shedule-item:last-child{
	border-bottom: none;
	margin-bottom: 40px;
}

.v-align{
	display: table;
	height: 100%;
}
.align-middle{
	display: table-cell;
	vertical-align: middle;
	padding-top: 53px;
}
.life .align-middle{
	vertical-align: initial;
	padding-top: 130px;
}
.align-middle .h1{margin-top: 0;}
.corp .v-align{height: 425px;}
.life-trainings{
	position:relative;
	min-height:296px;
}
.life .banner-txt.margin-bottom-null{
	margin-bottom:0;
}
.limiter960{
	width: 960px;
	margin: 0 auto;
}
.underhead-padding{
	padding-top: 142px;
}
.article-banner{
	position: relative;
	margin-bottom: 30px;
}
.article-banner_header{
	width: 600px;
	margin: 0 auto;
}
.article-banner_header.more-width{
	width:800px;
}
.article-banner_author{
	width: 176px;
	border-radius: 50%;
}
.article-banner_info{
	width: 364px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.article-banner_info h1{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 26px;
}
.article-banner_profession{
	font-size: 24px;
	color: #c1c1c1;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 10px;
}
.article-banner_info a{
	color: #000;
	text-decoration:none;
}
.article-banner_place{
	margin-top: 10px;
	margin-bottom: 5px;
}
.article-arrow{
	display: table;
	position: absolute;
	top: 50%;
	margin-top: -47px;
	width: 130px;
	height: 95px;
	background-image: url(images/arrow-big.png);
	background-repeat: no-repeat;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
.article-arrow > span{
	display: table-cell;
	vertical-align: middle;
}
.article-arrow > span span{
	display: block;
	text-transform: none;
	font-weight: normal;
}
.article-arrow.prev{
	left: 0;
	padding-left: 50px;
	background-position: 0 0;
	text-align: left;
}
.article-arrow.prev:hover{
	background-position: 0 -190px;
}
.article-arrow.next{
	right: 0;
	padding-right: 50px;
	background-position: 100% -95px;
	text-align: right;
}
.article-arrow.next:hover{
	background-position: 100% -285px;
}
.article-body{
	width: 800px;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
}
.article-body p{
	margin: 0 0 15px;
	line-height: 22px;
}
.link-source{
	text-decoration: none;
	color: #666;
}
.link-source:hover{
	color: #000;
}
.pager ul{
	margin: 60px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pager ul li{
	font-size: 21px;
	color: #666;
	display: inline-block;
	margin: 0 20px;
}
.pager ul li.active{
	font-size: 31px;
}
.pager a{
	color: #666;
	text-decoration: none;
}
.pager a:hover{
	color: #c7d744;
}
.pager ul li.prev a,
.pager ul li.next a{
	display: inline-block;
	width: 12px;
	height: 22px;
	margin-bottom: -4px;
	background-image: url(images/arrow-small.png);
	background-repeat: no-repeat;
}
.pager ul li.prev a{
	background-position: 0 0;
	margin-right: 15px;
}
.pager ul li.prev a:hover{
	background-position: 0 -22px;
}
.pager ul li.next a{
	background-position: -12px 0;
	margin-left: 15px;
}
.pager ul li.next a:hover{
	background-position: -12px -22px;
}
.list-articles{
	margin: 58px auto 0 auto;
	width: 832px;
	padding: 0;
	list-style: none;
}
.list-articles li{
	margin-bottom: 39px;
}
.list-articles .img-box{
	width: 153px;
}
.list-articles .img-box img{
	width: 100%;
	display: block;
}
.list-articles .img-box.round{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}
.list-articles .article-anons{
	width: 655px;
	font-size: 16px;
}
.list-articles .article-anons a{
	text-decoration: none;
	color: #c7d744;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 15px;
}
.list-articles .article-anons p{
	margin: 0;
}
.vertical-align{
	display: table-cell;
	vertical-align: middle;
}
.recall-wrapper{
	margin-left: -15px;
}
.recall-single{
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin: 60px 15px 0;
}
.recall-single img{
	width: 98px;
	border-radius: 50%;
	margin-right: 20px;
}
.recall-single .review-name,
.recall-single .review-position{
	display: table;
}
.news-limiter{
	width: 665px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 auto 60px;
}
.promo{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 60px;
}
.news-limiter h1{
	margin-bottom: 30px;
	line-height: normal;
}
.news-back{
	color: #c7d744;
	text-decoration: none;
}
.news-limiter .news-back:hover{
	color: #000;
}
.half-width{
	width: 50%;
}
.player-wrapper{
	margin-left: -96px;
	margin-bottom: 60px;
}
.player-single{
	width: 432px;
	margin-top: 60px;
	margin-left: 96px;
}
.player-single object{
	width: 100%;
	height: 265px;
}
.player-single .review-name{
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 8px;
	font-weight: bold;
}
.player-single .review-position{
	text-transform: uppercase;
	color: #888;
}
.audio-widget{
	margin-bottom: 30px;
}
.big-video{
	margin-bottom: 60px;
}
.big-video object{
	display: block;
	width: 100%;
	height: 540px;
}
.limiter960 .team-single{
	width: 185px;
}

/* touch-devices */
html.touch .sub-left{
	width: 440px;
}
html.touch .smi-article{
	width: 290px;
}
html.touch .smi-article.row{
	margin-left: 30px;
}
html.touch .list-greentick.flLeft{
	width: 47%;
	padding-left: 3%;
}
html.touch .list-greentick.flRight{
	width: 47%;
	padding-right: 3%;
}
html.touch .info-block{
	width: 45%;
}
html.touch .info-block.flLeft{
	margin-left: 3%;
}
html.touch .info-block.flRight{
	margin-right: 3%;
}
html.touch .limiter-footer{
	width: 960px;
}
html.touch .foot-phone.mail{
	margin-left: 25px;
}
html.touch .foot-social{
	margin-right: 20px;
}
html.touch .foot-phone{
	margin-left: 8px;
}
html.touch .head-phone{
	right: 222px;
}
html.touch .head-callback{
	right: 26px;
}

.reviews-picture-link{
    cursor: pointer;
}
.reviews-picture-link:hover .whom-person,
.reviews-picture-link:hover .whom-company{
    text-decoration: underline;
}

.vvc_site_button_4 >div {
    height: auto !important;
}
.annonce-info a.marg-bot-0{
	margin-bottom:0px;
}
.annonce-info span{
	font-size:14px;
	margin-bottom:10px;
	display:inline-block;
}
.preloader{
	background-image: url(images/form_preloader.GIF);
	display:none;
	height:25px;
	width:25px;
	right: -30px;
	bottom: 8px;
	position:absolute;
}

/* Типовые блоки Start */
.limiter-880{
	width: 880px;
	margin: 0 auto;
}
.banner-date{
	color: #fff;
	font-size: 22px;
	display: block;
	margin: 50px 0;
}
.banner-header{
	font-family: 'Kievit-Medium';
	font-size: 40px;
	margin: 50px 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
}
.banner-description{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.banner-description p{
	margin: 0 0 50px 0;
	padding: 0;
}

/* Текстовый блок */
.text-block{
	margin: 70px auto;
	font-size: 18px;
	line-height: 25px;
	width: 880px;
}
.text-block .h2{
	font-size: 30px;
	font-weight: bold;
	font-family: 'Kievit';
	margin-bottom: 36px;
}
.text-block p{
	margin-bottom: 19px;
	padding: 0;
}
.text-block b{
	font-family: 'Kievit-Medium';
	font-weight: normal;
}
.text-block img.flLeft{
	margin-right: 30px;
}
.article-annonce img.flLeft {
    margin-top: 48px;
    width: 160px;
    float: left !important;
}
.text-block p a{
	color: #97ba02;
	font-family: 'Kievit-Medium';
	text-decoration: none;
}
.text-block p a:hover{
	text-decoration: underline;
}
.text-block p a.link-black{
	text-decoration: underline;
	color: #000;
	font-family: inherit;
}
.text-block p a.link-black:hover{
	text-decoration: none;
}

/* Темы тренинга */
.traning-themes{
	width: 1360px;
	margin: 70px auto;
	background-color: #f1f1f1;
}
.themes{
	width: 880px;
	background-color: #f1f1f1;
}
.themes-header{
	font-size: 30px;
	margin: 0;
	padding: 65px 0 38px 0;
	text-align: center;
}
.list-theme{
	margin: 0 29px 0 0;
  padding: 0 0 0 50px;
  list-style: none;
  width: 350px;
}
.list-theme li{
	font-size: 18px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 17px;
}
.list-theme li:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #b9d129;
	top: 7px;
	left: 0;
	position: absolute;
}
.theme-details{
	background-color: #aac12e;
	padding-top: 67px;
	width: 480px;
}
.theme-details .btn-event{
	position: static;
  font-size: 20px;
  text-align: center;
  width: 377px;
  height: 48px;
  padding: 0;
  margin: 18px auto 50px auto;
  line-height: 50px;
}
.table-theme{
	font-size: 20px;
	margin-left: 50px;
}
.table-theme td{
	vertical-align: top;
	padding-bottom: 5px;
	color: #fff;
	padding-left: 35px;
}
.table-theme td:first-child{
	color: #000;
	font-family: 'Kievit-Medium';
	padding-left: 0;
}
.table-theme tr:last-child td{
	padding-top: 30px;
}
.table-theme .price{
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
}
.table-theme .theme-format{
	font-size: 16px;
	margin-bottom: 12px;
}
.table-theme .rub:after{
	background-color: #fff;
	width: 65%;
	height: 0.07em;
}

/* Список с маркером как чекбокс */
.if_u_need{
	width: 880px;
	margin: 0 auto;
	padding: 70px 0;
}
.if_u_need h2{
	margin: 0 0 37px;
	padding: 0;
	font-size: 30px;
}
.if_u_need .list-greentick{
	margin-left: 0;
	margin-top: 0;
}
.if_u_need .list-greentick li{
	margin-bottom: 16px;
}
.if_u_need .list-greennum{
	margin: -5px 0 0 0;
	padding: 0;
	list-style: none;
	width: 48%;
}
.if_u_need .list-greennum li{
	margin-bottom: 10px;
	font-size: 18px;
}
.if_u_need .list-num{
	color: #a3c225;
	font-size: 20px;
	font-family: 'Kievit-Medium';
}

/* Цели семинара(тренинга) */
.goals{
	margin: 70px auto;
	width: 880px;
}
.goals .h2{
	font-size: 30px;
	margin-bottom: 37px;
}
.goals .justify-content{
	margin-bottom: -50px;
}
.goal-single{
	display: inline-block;
	text-align: left;
	width: 360px;
	padding-right: 45px;
	margin-bottom: 50px;
	vertical-align: top;
}
.goal-num{
	text-transform: uppercase;
	font-size: 24px;
	color: #97ba02;
	font-weight: bold;
	margin-bottom: 8px;
}
.goal-name{
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Kievit-Medium';
	font-size: 20px;
}
.goal-descr{
	font-size: 18px;
}

.steps-wrapper{
	width: 1360px;
	margin: 70px auto;
}
.steps-wrapper .h2{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Kievit';
	margin-bottom: 40px;
}
.step-element{
	display: inline-block;
	width: 400px;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
}
.step-element img{
	display: block;
	width: 100%;
	margin-bottom: 33px;
}
.step-element .step-header{
	font-size: 23px;
	font-family: 'Kievit-Medium';
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
.round-num{
	display: inline-block;
	box-sizing:border-box;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 2px #a3c225;
	color: #a3c225;
	font-size: 35px;
	font-family: 'Kievit-Medium';
	text-align: center;
	line-height: 50px;
	margin-right: 20px;
}

/* Расписание тренингов */
.traning-shedule{
	width: 880px;
	margin: 70px auto;
}
.traning-shedule .h2{
	font-weight: bold;
	font-size: 30px;
	font-family: 'Kievit';
	margin-bottom: 40px;
}
.table-shedule{
	width: 100%;
}
.table-shedule th{
	height: 58px;
	padding-top: 2px;
	background-color: #97ba02;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 50px;
	text-align: left;
}
.table-shedule th:first-child{
	padding-left: 33px;
}
.table-shedule tr:nth-child(even){
	background-color: #f6f6f6;
}
.table-shedule td{
	padding-left: 50px;
	font-size: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.table-shedule td:first-child{
	padding-left: 33px;
	width: 235px;
}
.table-shedule td:last-child{
	text-align: center;
	padding-left: 0;
}
.table-shedule .shedule-date{
	font-family: 'Kievit-Medium';
}
.table-shedule .shedule-price{
	font-family: 'Kievit-Medium';
}
.table-shedule .btn-green{
	padding: 0;
	width: 156px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}
.table-shedule .rub:after{
	width: 75%;
}

/* Для кого решаем проблемы */
.problem-solve{
	width: 880px;
	margin: 0 auto;
}
.problem-solve .whom-head{
	padding-top: 64px;
	font-size: 30px;
}
.problem-solve .whom-info{
	width: 410px !important;
	padding: 0 !important;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 63px;
}

/* Видео ссылка */
.video-promo{
	margin: 70px auto;
	width: 880px;
}
.video-promo .h2{
	font-size: 30px;
	font-family: 'Kievit';
	font-weight: bold;
	margin-bottom: 40px;
}
.video-promo .video-block{
	width: 100%;
	height: 500px;
	background-position: 50% 0;
	position: relative;
}
.link-to-video{
	position: absolute;
	width: 107px;
	height: 107px;
	border-radius: 50%;
	border: solid 2px #aabc33;
	text-align: center;
	left: 50%;
	margin-left: -55px;
	top: 185px;
	box-sizing: border-box;
	-o-transition: border-width .3s;
  -ms-transition: border-width .3s;
  -moz-transition: border-width .3s;
  -webkit-transition: border-width .3s;
  transition: border-width .3s;
}
.link-to-video img{
	position: absolute;
	left: 50%;
	margin-left: -18px;
	top: 50%;
	margin-top: -25px;
}
.link-to-video:hover{
	border-width: 4px;
}
.video-name{
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 140px;
	font-family: 'Kievit-Medium';
	width: 100%;
}
.video-author{
	font-family: 'Kievit-Medium';
	text-align: center;
	font-size: 24px;
	color: #a1b84a;
	position: absolute;
	bottom: 110px;
	width: 100%;
}
.video-duration{
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: 'Kievit';
	position: absolute;
	bottom: 80px;
	width: 100%;
}

/* Команда */
.people-wrapper{
	width: 880px;
	margin: 70px auto;
}
.people-wrapper .h2{
	font-size: 30px;
	font-family: 'Kievit';
	font-weight: bold;
	margin-bottom: 40px;
}
.people-wrapper .team-single{
	padding-left: 0;
	padding-right: 0;
	width: 250px;
}
.people-wrapper .team-single img{
	width: 100%;
	border-radius: 50%;
}
.people-wrapper .justify-content{
	margin-bottom: -30px;
}
.people-wrapper .team-person{
	font-family: 'Kievit-Medium';
	font-weight: normal;
	font-size: 24px;
	margin-top: 26px;
}
.people-wrapper .team-descr{
	font-size: 18px;
	line-height: 22px;
}

/* Блок зелёный, широкий */
.wide-green{
	width: 880px;
	margin: 0px auto;
}
.wide-green .btn-event{
	width: auto;
	padding: 0 55px;
	font-size: 20px;
	height: 48px;
	line-height: 50px;
}
.traning-price{
	text-align: center;
	font-size: 40px;
	font-family: 'Kievit-Medium';
	margin-top: 30px;
}
.traning-price .rub:after{
	width: 75%;
	background-color: #fff;
}


@media only screen and (max-width : 1430px) {
	.traning-themes{
		width: 980px;
	}
	.themes{
		width: 500px;
	}
	.steps-wrapper{
		width: 1210px;
	}
	.step-element{
		width: 370px;
	}
}
@media only screen and (max-width : 1250px) {
	.steps-wrapper{
		width: 830px;
	}
	.step-element{
		width: 260px;
	}
}
/* Типовые блоки END */

.justify-content{
	text-align: justify;
	display: block;
}
.center-content{
    text-align: center;
}
.steps-wrapper.center-content .step-element{
    margin-right: 2%;
}
.steps-wrapper.center-content .step-element:last-child{
    margin-right: 0px;
}
.justify-content:after{
	content: " ";
	font-size: 0;
	line-height: 0;
	display: inline-block;
	width: 100%;
	visibility: hidden;
}
.file_upload{
  position: relative;
  overflow: hidden;
}
.file_upload > .file-choose,
.file_upload > div{
   cursor: pointer
}
.file_upload .file-choose{
	display: inline-block;
  float: left;
}

.file_upload input[type=file]{
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}
.file_upload{
  width: 100%;
}
.file_upload .file-choose{
  padding: 0px 5px 4px 0px;
}
.file_upload .file-choose img{margin-right: 10px;}
.file_upload .error-txt{
	float: left;
}
input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:25px;
	height:20px;
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
	margin-right:20px;
	background-position: 0 -43px;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -87px;
}
input[type=radio].css-checkbox + label.css-label.error {
	background-position: 0 -0px;
}
label.css-label {
	background-image:url(images/radiobutton.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.stage{
	text-align:center;
	margin-bottom:34px;
}

.whom-block__bottom-back{
	height: 40%;
	width: 100%;
	bottom: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.25);
}
.bg-gryellow .training{
	display:inherit;
}
.our_requisite {
    margin-top: -33px;
    padding-bottom: 27px;
}
.our_requisite a{
    color:#c7d744;
    text-decoration:none;
}
.our_requisite a:hover{
    text-decoration: underline;
}
.adress{
				position: absolute;
				top: 35px;
				font-size: 12px;
				right: 145px;
				/*font-weight: bold;*/
				color: #444;
				}
				@media screen and (min-width: 1920px){
				.adress{
				    right: -115px;
				}
				}
				@media screen and (min-width: 1430px){
				.adress{
				    right: 137px;
				}
				}







/* new adaptive styles  */ /* new adaptive styles  */ /* new adaptive styles  */
/* new adaptive styles  */ /* new adaptive styles  */ /* new adaptive styles  */
/* new adaptive styles  */ /* new adaptive styles  */ /* new adaptive styles  */
.bg-ltgray.pad-bot40.clearfix{
margin-top: 550px !important;
}




.toggleMenu {
    display:  none;
    background: #040000;
    margin: 10px 0;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
background: url(images/gamburger3.png) 6px no-repeat #1d1f20;
}

.toggleMenu2 {
    display:  none;
    background: #040000;
    margin: 10px 0;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
background: url(images/gamburger3.png) 6px no-repeat #1d1f20;
}

.bot-menu > .top-nav{
display:  none;
}
.menus_main
{
    display: none;
}






.limiter_r_mobile{
    display: block;
}

.limiter_r_comp {
     display: none;
}

.limiter_clear
{
    clear: both;
}




.limiter_r_mobile{
     display: none;
}

.limiter_r_comp {
    display: block;
}


/* media adaptive styles  */ /* media adaptive styles  */ /* media adaptive styles  */
/* media adaptive styles  */ /* media adaptive styles  */ /* media adaptive styles  */
/* media adaptive styles  */ /* media adaptive styles  */ /* media adaptive styles  */
@media screen and (min-width:991px) and (max-width:2500px) {

.bg-f2.no-head{
margin-top: 98px;
}
.container
{
    height: auto !important;
}

.foot-address {
    width: 170px;
}
html.touch .foot-phone.mail {
    margin-left: 5px;
}
.r_mobile2 h1
{
margin-top: 10px !important;
}

.r_mobile2 {
display: inline-block;
width: 50%;
float: left;
width: 48%;
padding: 0 1%;
}
.r_mobile3 {
display: inline-block;
float: left;
width: 48%;
padding: 0 1%;
}
.right_limiter.fiz_face
{
float: none;
display: inline-block;
width: 48%;
padding: 0 1%;
margin-top: 50px;
}
.right_limiter.ur_face {
    margin-top: 135px !important;
position: relative;
float: none;
display: inline-block;
width: 48%;
padding: 0 1%;
}
}
.tren_linck{
	color: #c7d744;
	text-decoration: underline;
}
.tren_linck:hover{
	text-decoration: none;
	cursor: pointer;
	color: #c7d744;
}

/*new price*/
.dots-list {
	text-align: center;
}
.dots-list dl {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	min-height: 600px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.dots-list dt {
	float: left;
	clear: left;
	width: 50%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 26px;
	color: #888;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 30px;
	min-height: 50px;
}

.dots-list dd .prices {
	position: absolute;
	top: -7px;
}
.dots-list dd .price-was,
.dots-list dd .price-current{
	font-size: 40px;
	color: #000;
	font-weight: bold;
}
.dots-list dd .price-was {
	font-size: 20px;
	font-weight: normal;
	margin-left: 20px;
	color: red;
	line-height: 5px;
	position: relative;
}


.dots-list dd .price-was::after {
	border-bottom: 2px solid red;
	content: "";
	left: 0;
	margin-top: calc(4px * -1);
	position: absolute;
	right: 0;
	top: 50%;
}

.dots-list dd ul li {
	list-style-type: none;
	margin: 0;
	position: relative;
}
.dots-list dd ul li:before {
	background: url(/local/templates/br/kontekst_new/images/check-3.svg);
	width: 17px;
	height: 15px;
	content: "";
	position: absolute;
	left: -25px;
	top: 5px;
}
.dots-list dd ul {
	font-weight: normal;
	padding-left: 25px;
}

.dots-list dd .comment {
	font-weight: normal;
}

.dots-list dd {
	padding-left: 20px;
	line-height: 30px;
	float: left;
	position: relative;
	width: 49%;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	/*overflow: hidden;*/
}
.dots-list dt span:after {
	content: " .................................................................................................................................................................... ";
	color: #c7d744;
}






.section {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}


.dotted-list {
	min-width: 625px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: left;
}

.dotted-list div span {
	background-color: #FFF;
}

.dotted-list .left-part span{
	background-color: #fff;
	font-size: 26px;
	color: #888;
}

.dotted-list .left-part {
	margin-top: 20px;
	padding-left: 0;
}
.dotted-list .right-part .comment {
	font-weight: normal;
}
.dotted-list .right-part {
	margin-top: 22px;
	padding-left: 20px;
	font-weight: bold;
}


.dotted-list .left-part {
	float:left;
	width: 40%;
	clear: left;
	min-width: 249px;
	position: relative;
}
.dotted-list .left-part:before {
	content: " ........................................................................................................................ ";
	position: absolute;
	z-index: -1;
	bottom: 6px;
	color: #c7d744;
}

.dotted-list .right-part {
	float:left;
	width: 60%;
	background-color: #fff;
	min-height: 30px;
	position: relative;
	font-size: 22px;
}


.dotted-list .right-part .prices {
	position: absolute;
	top: -10px;
	left: 20px;
}


.dotted-list .price-was,
.dotted-list .price-current{
	font-size: 40px;
	color: #000;
	font-weight: bold;
}
.dotted-list .price-was {
	font-size: 20px;
	font-weight: normal;
	margin-left: 20px;
	color: red;
	line-height: 5px;
	position: relative;
}


.dotted-list .price-was::after {
	border-bottom: 2px solid red;
	content: "";
	left: 0;
	margin-top: calc(4px * -1);
	position: absolute;
	right: 0;
	top: 50%;
}

.dotted-list ul {
	padding-left: 25px;
}
.dotted-list ul li {
	list-style-type: none;
	margin: 0;
	position: relative;
	font-weight: normal;
}
.dotted-list ul li:before {
	background: url(/local/templates/br/kontekst_new/images/check-3.svg);
	width: 17px;
	height: 15px;
	content: "";
	position: absolute;
	left: -25px;
	top: 5px;
}

@media (max-width: 630px) {

	.dotted-list {
		min-width: 100%;
	}

	.dotted-list .right-part,
	.dotted-list .left-part {
		width: 100%;
		font-size: 21px;
	}
	.dotted-list .left-part {
		padding-left: 20px;
	}
	.dotted-list .left-part:before {
		display: none;
	}

	.dotted-list .left-part {
		margin-top: 15px;
	}
	.dotted-list .right-part {
		margin-top: 17px;
	}

}