/*
Theme Name: Plus One Theme
Author: the SalesGeneration team
Author URI: http://www.salesgeneration.ru
*/

@charset "utf-8";
@import "reset.css";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700&subset=cyrillic-ext,latin);

body{
	color:#373737;
	font-family: Roboto Condensed, sans-serif;
	font-size:14px;
	letter-spacing: -.5px;
}
button{
	font-family: Roboto Condensed, sans-serif;
}
img{
	max-width:100%;
	height:auto;
}
input[type="text"], input[type="email"] {
	width:100%;
	height:33px;
	border:1px solid #dadada;
	font-style:italic;
	padding:0 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
textarea{
	font-family: Roboto Condensed, sans-serif;
	font-size:14px;
	width:100%;
	min-height:80px;
	border:1px solid #dadada;
	font-style:italic;
	resize:none;
	padding:10px 15px;
	outline:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
strong{
	font-weight:700;
}
h1{
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
h2{
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
}
hr {
	border-top: 1px solid #d1d1d1;
	border-bottom: 0 solid;
	margin: 20px 0 40px;
}
section p,
section li{
	font-size:16px;
}
dt, dd{
	line-height:24px;
}
dd{
	margin:0 0 20px 14px;
}
em {
	font-style: italic !important;
}

/*.index{
	background:url(../index.jpg) center top no-repeat;
	height:1572px;
}
.op{
	opacity:.8;
}*/

.title-page{
	width:63%;
}
.title-page h1 {
	float:left;
	width:50%;
}
.quote{
	float:right;
	text-align:right;
	width:50%;
}

.clearfix:before,
.container:before,
.clearfix:after,
.container:after{
	content:"";
	display:table;
	clear:both;
}
.container{
	width:940px;
	margin:0 auto;
	overflow:hidden;
  	position: relative;
}
.tabs .container {
  position: static;
}
.ui-datepicker{
	z-index:101 !important;
}
.header{
	background:url(img/bg.png);
	padding:33px 0 41px;
}

.logo{
	float:left;
	width:65%;
}
.a-logo{
	float:left;
	margin: 0 49px 0 0;
}

.description{
	float:left;
	color:#1f1f1e;
	font-size:18px;
}
.description p{
	color:#e4121e;
	font-size:24px;
	font-weight:700;
	margin: 0 0 3px;
}
.description span{
	font-style:italic;
}

.hr-right{
	float:right;
	text-align:right;
	position: relative;
}
.phone{
	/* font-size:24px; */
	font-size:19px;
	color:#444;
	/* margin: -3px 0 11px; */
	margin: 0 0 2px;
	/* background:url(img/icon-phone.png) left center no-repeat; */
	background:url(img/icon-phone.png) 25% center no-repeat; 
	/* display:inline-block; */
	padding: 0 0 0 15px;
}
.phone strong{
	/* font-size:24px; */
	font-size:19px;
}
.search{
	width: 216px;
}
.search input[type="text"]{
	padding: 0 0 0 40px;
}
.sh-item{
	position:relative;
}
.btn-search{
	background: transparent url(img/icon-search.png) no-repeat;
	position: absolute;
	color: transparent;
	top: 10px;
	left: 12px;
	cursor: pointer;
	width: 16px;
	height: 13px;
}

.nav{
	background:#373737;
	height: 57px;
	margin:33px 0 28px;
	line-height:57px;
	text-align:center;
}
.nav li{
	display:inline-block;
	padding: 0 0 0 15px;
}
.nav li:hover{
	background:#252525;
}
.nav a{
	color:#f0f0f0;
	font-size:16px;
	text-transform:uppercase;
	padding: 0 15px 0 30px;
	display: block;
}
.icon-home{
	background:url(img/icon-home.png) left center no-repeat;
}
.icon-study{
	background:url(img/icon-study.png) left center no-repeat;
}
.icon-galery{
	background:url(img/icon-galery.png) left center no-repeat;
}
.icon-blog{
	background:url(img/icon-blog.png) left center no-repeat;
}
.icon-partners{
	background:url(img/icon-partners.png) left center no-repeat;
}
.icon-contacts{
	background:url(img/icon-contacts.png) left center no-repeat;
}

.category{
	margin:0 -13px;
}
.category li{
	width: 16.66%;
	padding:0 12px;
	float:left;
	position: relative;
}
.category.gallery li{
	width: 33%;
	padding: 0 1%;
	float:left;
	margin-bottom: 20px;
}
.category li a{
	position:relative;
	display:block;
	height:136px;
	overflow: hidden;
}
.category.gallery li a{
	height:200px;
}
.category li .cat-title{
	color:#fff;
	/* font-size:16px; */
	font-size:17px;
	background:rgba(55, 55, 55, .6);
	display:table;
	text-transform: capitalize;
	height:57px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding: 0 5px;
  	text-align: center;
}
.mob-category li .cat-title{
  height:136px;
}
.category li .cat-title p {
  text-transform: lowercase;
}
.category li .cat-title p:first-letter {
  text-transform: uppercase;
}
.category li a:hover .cat-title, .category li.current-page a .cat-title {
	background:#e31521;
}
.category li .cat-title span{
	vertical-align: middle;
	display: table-cell;
}
.category li img{
	width:100%;
	height:auto;
}

.mob-category li img {
  width: 136px;
}
.main{
	/* padding: 49px 0 46px; */
	padding: 29px 0 46px;
}
.left-content{
	float:left;
	width: 100%;	
}
.content {
	font-size: 16px;
	letter-spacing: -1px;
}
.content h1{
	position:relative;
	padding: 23px 0 20px;
}
.content h1:before{
	content:"";
	display:block;
	width:70px;
	border-top:4px solid #e3121e;
	position:absolute;
	top:0;
	left:0;
}
.content h3{
	font-size:20px;
	line-height:24px;
	margin:0 0 15px;
}
.content h4{
	font-size:18px;
	line-height:22px;
	margin:0 0 15px;
}
.content p, span.hide_content .content {
	line-height:20px;
	margin: 0 0 20px;
	letter-spacing: -1px;
	font-size: 17px;
}
.content a{
	color:#e31521;
}
.content a:hover{
	text-decoration:underline;
}
.content ul, .content ol {
	margin: 20px 5px;
}
.content ol {
	list-style-type: decimal;
    margin-left: 20px;
}
.content ul {
	list-style-type: disc;
  	margin-left: 20px;
}
.content section.price ul, ul.ps-items {
	list-style-type: none;
}
.content li {
	position: relative;
	padding: 0 0 0 0px;
	line-height: 25px;
	letter-spacing: -1px;
	font-size: 17px;
}
.content li ul, .content li ol {
	margin: 0 0 20px 20px;
}
.content b {
  font-weight: 700;
}
.content .center {
  display: block;
  margin: 0 auto;
      text-align: center;
}
/*.content ul li:before {
	content: "";
	display: block;
	width: 7px;
	border-top: 7px solid #373737;
	position: absolute;
	top: 11px;
	left: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
*/
input.input-medium{
	width:50%;
}
input.input-small{
	width:20%;
}
.form-group img{
	vertical-align:bottom;
}
.subscribe{
	float:right;
	width:318px;
	text-align:center;
	margin:-130px 0 20px 20px;
}
.subscribe .form {
	padding:33px 30px;
	background:url(img/bg.png);
	border:3px solid #eaeaea;
}
.subscribe .button {
	margin-top: 15px;
}
.subscribe .button a.portal {
	text-decoration: none;
	height: 58px;
	width: 270px;
	display: block;
	background: rgb(246, 246, 246) none;
	border: solid 1px rgb(187, 199, 208);
	border-radius: 5px;
	display: inline-block;
}
.subscribe .button a.portal img {
	width: 48px;
	height: 48px;
	margin: 5px 10px 0 5px;
	float: left;
  	padding-left:10px;
}
.subscribe .button a.portal span {
    z-index: 1;
    display: block;
    color: rgb(66, 75, 82);
    font: normal 15px/18px Tahoma;
    text-align: left;
    vertical-align: top;
    margin: 10px 0 0 0;
}
.cont-img{
	margin:0 0 30px;
}
#video {
  width: 100%;
}
.blog iframe {
  width: 100%;
}
.subscribe h2{
	margin: 0 0 21px;
	letter-spacing: .1px;
	line-height: 26px;
	font-size: 23px;
}
.subscribe input{
	margin: 0 0 15px;
	height: 45px;
}
a.btn-red,
button.btn-red,
input.btn-red {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-family:Roboto Condensed;
	text-transform:uppercase;
	background:#e51a1a;
	padding: 9px 30px;
	display:inline-block;
	cursor: pointer;
}
.btn-site{
	margin:0 0 20px;
	display:block;
}
.send{
	margin:20px 0;
}
.send button{
	margin:20px 0 0;
}
.subscribe .btn-red{
	margin:16px 0 0;
	cursor: pointer;
}

.galery{
	background:url(img/bg.png);
	padding: 46px 0 49px;
}
.galery-cont{
	margin:-3px;
	height: 556px;
	overflow: hidden;
}
.g-item{
	float:left;
	margin:2px;
	position:relative;
}
.g-item span{
	background:rgba(55, 55, 55, .8);
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-size:16px;
	padding: 12px 14px;
}
.g-1{
	position: relative;
	top: -120px;
}
.g-2{
	position:relative;
	top: -1px;
	left: -114px;
}
.g-3{
	float:right;
	position:relative;
	top:-260px;
}

.footer{
	padding: 27px 0 22px;
	background:url(img/bg-footer.png);
}
.fr-left{
	float:left;
	width: 70%;
}
.fr-nav{
	margin: 0 0 22px;
}
.fr-nav li{
	float:left;
	margin: 0 32px 0 0;
}
.fr-nav a{
	color:#d0d0d0;
	font-size:16px;
	font-weight:700;
}
.fr-left p{
	color:#717171;
	font-size:12px;
}
.fr-right{
	float:right;
	width:25%;
}
.fr-contacts p{
	color:#d0d0d0;
	font-size:18px;
	margin: 0 0 8px;
}
.fr-contacts p span{
	padding:0 0 0 30px;
}
.fr-phone span{
	background:url(img/icon-phone.png) left center no-repeat;
}
.fr-email span{
	background:url(img/icon-email.png) left center no-repeat;
}

.left{
	float:left;
	width:630px;
}
.single{
	/* padding:100px 35px 36px 27px; */
	padding:75px 35px 36px 27px;
	background:url(img/blog-header.jpg) #f3f3f3 no-repeat;
	border:1px solid #eaeaea;
	box-shadow:0 0 4px 0 rgba(0, 0, 0, .1);
	/* margin:0 0 45px; */
	margin:0 0 30px;
}
.single h2{
	color:#e70610;
	font-size:24px;
	text-transform:none;
	margin:0 0 30px;
}
.thumbnail{
	float:left;
	margin:0 15px 15px 0;
}
a.read-more{
	color:#fff;
	background:#373737;
	/* padding: 11px 17px; */
	padding: 5px 17px;
	display:inline-block;
	margin-top: 10px;
}
.read-more:hover{
	background:#252525;
}

.right{
	width:270px;
	float:right;
}
.aside-item{
	border-top:1px solid #f0f0f0;
	padding:30px 0 0;
	margin:0 0 28px;
}
.subs{
	text-align:center;
}
.subs h4, .tags h4 {
	font-size:20px;
	font-weight:700;
	margin:0 0 25px;
}
.subs input[type="text"],
.subs input[type="email"] {
	height:40px;
	border:none;
	background:#efefef;
	margin:0 0 8px;
}
.subs button, .subs input[type="submit"]{
	margin:25px 0 0;
	cursor: pointer;
}
.subs img.ajax-loader, .subscribe img.ajax-loader { display: none; }
.tags a {
	font-size:17px;
}
.part-item{
	border-bottom:1px solid #e8e8e8;
	margin: 30px 0 0;
	padding: 0 0 35px;
}
.part-item > div{
	display: inline-block;
	vertical-align: top;
}
.part-logo{
	width:200px;
	text-align: center;
}
.part-desc{
	width: 510px;
	padding: 0 40px;
}
.part-desc p{
	margin: 0 10px 0 20px;
}
.part-contacts{
	font-weight:700;
	font-size:18px;
}
.part-contacts p{
	color:#626262;
	margin:0 0 7px;
	letter-spacing:0;
}
.part-contacts p span{
	padding:0 0 0 23px;
}
.icon-phone{
	background:url(img/icon-phone.png) left center no-repeat;
}
.icon-site{
	background:url(img/icon-site.png) left center no-repeat;
}

.study-item{
	margin: 12px 0 0;
	padding: 0 0 11px;
}
.study-item:last-child{
	border-bottom:0;
}
.study-item .part-logo img{
	/*width:134px;
	height:134px;*/
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.study-item .part-logo{
	width:134px;
}
.study-item .part-desc{
	width: 600px;
}
.study-item .part-desc p{
	margin:0;
}
.study-item .part-contacts img {
	max-width: 160px;
}

.section-title{
	text-align:center;
	margin:0 0 40px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.section-title h2, .section-title h1 {
	font-size:30px;
	line-height:40px;
	position:relative;
	margin:0 0 12px;
}
.section-title h2:before, .section-title h1:before {
	content:"";
	display:block;
	width:70px;
	border-bottom:4px solid #e3121e;
	margin:0 auto 18px;
}
.section-title a.portal, section.price a.portal {
	/*
	height: 58px;
	width: 58px;
	background: rgb(246, 246, 246) none;
	border: solid 1px rgb(187, 199, 208);
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: absolute;
	margin-left: 25px;
	top: 20px;
	*/
	text-decoration: none; height: 58px; width: 238px; display: block; background: rgb(246, 246, 246) none; border: solid 1px rgb(187, 199, 208); border-radius: 5px; display: inline-block; margin-left: 25px;
}
.section-title a.portal img, section.price a.portal img {
	width: 48px;height: 48px;margin: 5px 10px 0 5px; float: left;
}
.section-title a.portal span, section.price a.portal span {
	z-index:1;display: block; color: rgb(66, 75, 82); font: normal 15px/18px Tahoma; text-align: left; vertical-align: top; margin: 10px 0 0 0;
}
.section-title .red{
	font-size:23px;
	font-weight:700;
	display:block;
	margin: 40px 0 0;
}
.galery-page .galery-cont{
	margin-bottom:50px;
}
.red{
	color:#e3121e;
}
.fp-item{
	border-bottom:1px solid #d2d2d2;
	padding:0 0 35px;
	margin:0 0 30px;
}
.fp-item:last-child{
	border-bottom:0;
	padding:0;
	margin:0;
}
.fp-left{
	width: 281px;
	float: left;
	margin: 0 25px 0 0;
}
.fp-right{
	float: left;
	width: 630px;
}
.fp-item img{
	width: 281px;
	height: auto;
}
.fp-item h3{
	font-size:24px;
	font-weight:700;
	line-height:30px;
	margin:0 0 8px;
}
.fp-item ul li{
	position:relative;
	/* padding:0 0 0 15px; */
	line-height:30px;
}
/*.fp-item ul li:before{
	content:"";
	display:block;
	width:7px;
	border-top:7px solid #373737;
	position:absolute;
	top:13px;
	left:0;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}*/
.circle{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.fp-item .btn-red{
	margin:23px 0 0;
	padding: 16px 26px;
}
.text-center .btn-red{
	display:inline-block;
	padding: 16px 26px;
}
.text-center{
	text-align:center;
}

.tabs{
	position:relative;
	background:#f3f3f3;
}
.tab-btn_wrap{
	width:100%;
	height:55px;
	background:#373737;
	position:absolute;
	left:0;
	top:0;
}
.content .tab-btn{
	margin:0 0 40px;
	list-style: none;
}
.content .tab-btn li{
	width:30%;
	height:55px;
	float:left;
	color:#f3f3f3;
	font-size:20px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	line-height:53px;
	background:none;
	border-right:3px solid #f3f3f3;
	padding:0;
	cursor:pointer;
}
.content .tab-btn li:before{
	content:"";
	display:none;
}
.tab-btn li.tab-btn_current{
	border-right:0;
	background:#f3f3f3;
	border-top:2px solid #373737;
}
.tab-btn li.tab-btn_current span{
	display:block;
	color:#373737;
	
}
ul.ps-items-100 li{
	width:100%;
}
.ps-items_block{
	width:50%;
	float:left;
	padding:0 20px;
	margin:0 0 50px;
}
.ps-items_block img{
	margin:0 20px 0 0;
}
.none{
	display:none;
}
.tab-content_item{
	display:none;
	background-color: white;
}
.tab-content_item:first-child{
	display:block;
}
.traning{
	color: #fff;
	/* background:url(img/bg-section.jpg) center top no-repeat; */
	background-size:cover;
	padding:54px 0 47px;
	margin:50px 0 0;
}
.traning.t1 { background:url(img/t1.jpg) center top no-repeat; background-size: cover; }
.traning.t2 { background:url(img/t2.jpg) center top no-repeat; background-size: cover; }
.traning.t3 { background:url(img/t3.jpg) center top no-repeat; background-size: cover; }
.traning.t4 { background:url(img/t4.jpg) center top no-repeat; background-size: cover; }
.traning.t5 { background:url(img/t5.jpg) center top no-repeat; background-size: cover; }
.traning h3{
	color:#fff;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	margin:0 0 40px;
}
.traning p{
	color:#fff;
	line-height:24px;
}
.tg-left{
	width:440px;
	float:left;
}
.tg-left iframe{
	width:100%;
	height:260px;
}
.tg-right{
	width:465px;
	float:right;
}

.peoples{
	padding:50px 0 25px;
}
.peoples .btn-red{
	display:inline-block;
	padding: 16px 26px;
	margin:0 0 30px;
}
.ps-items{
	margin:0 -20px -50px;
}
.ps-items li{
	width:50%;
	float:left;
	margin:0 0 50px;
}
.ps-about{
	margin:0 -30px;
}
.ps-about li{
	width:100%;
	float:none;
	margin:0;
}
.ps-about li:last-child{
	margin-bottom:0;
}
.ps-about li img{
	float:none;
}
ul.ps-about li div{
	padding:20px 0 0;
}
.content ul.ps-items li:before{
	content:"";
	display:none;
}
.content h2 {
	margin: 10px 0 20px 0;
}
.content strong h2 {
	margin: 10px 0 0 0;
}
.content img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.content img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.ps-items li > div{
	padding:0 0 0 190px;
}
.ps-items img{
	width:168px;
	float:left;
}
.ps-items h4{
	color:#e3121e;
	font-size:24px;
	font-weight:700;
	text-transform:capitalize;
	margin:0 0 18px;
}
.ps-items h5{
	color:#e3121e;
	font-size:18px;
	font-weight:700;
	text-transform:capitalize;
}

.btn-add{
	color:#373737;
	background:#ebebeb;
	padding: 11px 29px;
	display:inline-block;
	font-weight: bold;
	font-size: 17px;
}

section.peoples form {
	display:none;
	background:#f3f3f3;
	border:3px solid #eaeaea;
	padding:30px 30px 30px 30px;
	margin:34px 0 45px;
}
section.peoples form input{
	width:275px;
}
section.peoples span.wpcf7-not-valid-tip {
	display: none;
}
section.peoples span.file-load span.wpcf7-not-valid-tip {
	display: block !important;
	margin-left: 319px;
}
section.peoples form input.wpcf7-not-valid {
	border: 1px solid red;
}

.reviews-add{
	display:none;
	background:#f3f3f3;
	border:3px solid #eaeaea;
	padding:30px 0 30px 30px;
	margin:34px 0 45px;
}
.reviews-add input{
	width:275px;
}
.form-group{
	margin:0 0 10px;
}
.file-load input{
	opacity:0;
	width: 250px;
	margin: 0 0 0 -254px;
	cursor:pointer;
}
.file-load label{
	padding:0 30px 0 44px;
}
.btn-load{
	background:#373737;
	color:#fff;
	padding: 6px 16px;
}
.form-group textarea{
	max-width:660px;
	vertical-align: bottom;
	margin:0 20px 0 0;
}
.from-add{
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	background:#373737;
	padding: 9px 43px;
	vertical-align: bottom;
}

.price{
	background:url(img/bg.png);
	padding:40px 0;
	position: relative;
}
.price h3{
	font-size:30px;
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	margin:0 0 30px;
}
.price h5{
	font-size:20px;
	color:#e3121e;
	font-weight:700;
	margin:0 0 30px;
}
.price li{
	/* font-size:16px; */
	font-size:17px;
	line-height:24px;
	margin:0 0 10px;
	background:url(img/icon-li.png) left center no-repeat;
	padding:0 0 0 40px;
}
.price-left,
.price-right{
	width:50%;
	margin:0 0 30px;
}
.price-left{
	float:left;
}
.price-right{
	float:right;
}
section.price ul li{
	padding:0 0 0 40px;
}
.price ul li:before{
	content:"";
	display:none;
}

.doubts{
	padding:50px 0;
}
.ds-item{
	margin:0 0 25px;
}
.ds-item h6{
	font-size:18px;
	font-weight:700;
	background:url(img/icon-quest.png) 0 2px no-repeat;
	padding: 0 0 14px 40px;
}
.ds-item div{
	background:#f5f5f5;
	padding:20px;
	margin:0 0 0 40px;
}
.ds-item .red{
	font-weight:700;
}
.ds-item p{
	margin:0;
}
.reg-form{
	width:70%;
	margin:0 auto;
	border:3px solid #eaeaea;
	background:#f3f3f3;
	padding:40px 30px 40px 40px;
}
.reg-form label{
	font-size:17px;
	font-weight:700;
	display:block;
	padding:0 0 10px;
}
.reg-form input{
	height:45px;
}
.reg-form .form-group{
	margin:0 0 35px;
}
.reg-left{
	width:255px;
	float:left;
}
.reg-left select{
	width:95px;
	height:45px;
}
.reg-form .jq-selectbox{
	width:95px;
	height:45px;
	background:#fff;
	border:1px solid #ececec;
	cursor:pointer;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.reg-form .jq-selectbox__select{
	height:45px;
	line-height:45px;
	font-size:18px;
	color:#c0c0c0;
	padding: 0 13px;
}
.reg-form .jq-selectbox__trigger-arrow{
	width:9px;
	height:16px;
	background:url(img/icon-select.png) no-repeat;
	position:absolute;
	right:15px;
	top:13px;
}
.reg-form .jq-selectbox__dropdown{
	width:93px;
	background:#fff;
}
.reg-form .jq-selectbox__dropdown ul{
	min-height:30px;
}
.reg-form .jq-selectbox__dropdown ul li{
	padding: 0 13px;
	line-height:30px;
	font-size:18px;
	color:#c0c0c0;
}
.reg-form .jq-selectbox__dropdown ul li:before{
	content:"";
	display:none;
}
.date{
	height:45px;
	background:url(img/icon-date.png) #fff 97% center no-repeat;
}
.reg-right{
	width:260px;
	float:right;
}
.reg-right input{
	margin:0 0 16px;
}
.reg-right .btn-red{
	width:100%;
	height:45px;
	font-size:17px;
}

div.wpcf7-response-output {
	margin: 10px 0 20px 0 !important;
}
section.registr div.wpcf7-response-output {
	margin: 20px auto !important;
	width: 658px;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}

.gal-index-1 { display: inline-block; overflow: hidden; width: 276px; height: 181px; }
.gal-index-2 { display: inline-block; overflow: hidden; width: 181px; height: 300px; }
.gal-index-3 { display: inline-block; overflow: hidden; width: 477px; height: 300px; }
.gal-index-4 { display: inline-block; overflow: hidden; width: 160px; height: 372px; }
.gal-index-5 { display: inline-block; overflow: hidden; width: 111px; height: 116px; }
.gal-index-6 { display: inline-block; overflow: hidden; width: 297px; height: 255px; margin-left: 1px; }
.gal-index-7 { display: inline-block; overflow: hidden; width: 160px; height: 116px; }
.gal-index-8 { display: inline-block; overflow: hidden; width: 142px; height: 116px; }
.gal-index-9 { display: inline-block; overflow: hidden; width: 306px; height: 137px; }
.gal-index-10 { display: inline-block; overflow: hidden; width: 167px; height: 255px; margin-top: 0px; }
.galery-cont .g-item img { max-width: inherit; }

span.hide_content span.content { display: none }
span.hide_content.show span.content { display: inline; }
span.hide_content span.btn { color: #e31521; text-decoration: underline; cursor: pointer; display: inline-block; float: right; margin-top: 15px; }

.wp-pagenavi { margin-bottom: 20px; }

/* 12.06.2015 */

.life-desc{
	background:url(img/bg.png);
	padding: 28px 0;
	margin:0 0 45px;
}
.life-desc p{
	font-size:18px;
	font-weight:700;
	text-align:center;
	line-height:30px;
	margin:0;
}
.you-study{
	margin:50px 0;
}
.you-study_item{
	width:50%;
	float:left;
}
.you-study_item ul{
	margin-top:0;
}
.traning li{
	letter-spacing:-1px;
}
.traning ul li:before{
	border-top: 7px solid #fff;
}
.traning h5{
	font-size:20px;
	font-weight:700;
	margin:40px 0 30px;
}
.osob-item h5{
	color:#e3121e;
	font-weight:700;
	font-size:20px;
	margin-bottom:5px;
	background:url(img/icon-li.png) left center no-repeat;
	padding-left:40px;
}
.osob-item p{
	font-size:16px;
	padding-left:40px;
}
.osob-item ul{
	padding-left:50px;
}
.ps-items-inline li{
	width:100%;
}
.ps-items-inline li p{
	font-size:16px;
}
.ps-items-inline li h5{
	float:left;
}
.ps-items-inline li a{
	text-decoration:underline;
	float:right;
}
.ps-items-inline li a:hover{
	text-decoration:none;
}

.price h4{
	font-size:24px;
	font-weight:700;
}
.red-color{
	color:#e3121e;
}

.tab-content .section-title{
	margin-top:50px;
}
.tab-content .price{
	margin-top:40px;
}
.tab-content .price h5{
	text-align:center;
	margin:0 0 50px;
	position: relative;
}
.tab-content .price h6{
	font-size: 17px;
	margin: -5px 0 -20px;
}
.tab-content .price ul{
	margin:40px 0 30px;
}
.tab-content .price ul li{
	margin-bottom:0;
}
.content p{
	/* font-size:16px; */
	font-size: 17px;
      margin-bottom: 5px;
}
.content img[class$="center"] {
      margin-top: 10px;
}
.tab-content_gray{
	background:#f3f3f3;
	padding:50px 0 20px;
	margin-bottom:48px;
}
.tab-content_gray h2{
	margin-bottom:15px;
}
.tab-content .fp-item{
	border-bottom:0;
	padding-bottom:0;
}
.tab-content .fp-item ul li{
	font-size:17px;
}
.tab-content_gray h4{
	font-size:20px;
	font-weight:700;
	text-align:center;
}
a.vk-icon {
	position: absolute;
	display: inline-block;
	width: 35px;
	height: 35px;
	left: -50px;
	bottom: -2px;
}
.vk-icon img {
	opacity: 0.7;
}
a.vk-icon:hover img {
	opacity: 1;
}

/*Добавлено 01.09.2016*/
a.inst-icon {
	position: absolute;
	display: inline-block;
	width: 35px;
	height: 35px;
	left: -100px;
	bottom: -2px;
}
.inst-icon img {
	opacity: 0.7;
}
a.inst-icon:hover img {
	opacity: 1;
}

a.fb-icon {
	position: absolute;
	display: inline-block;
	width: 35px;
	height: 35px;
	left: -150px;
	bottom: -2px;
}
.fb-icon img {
	opacity: 0.7;
}
a.fb-icon:hover img {
	opacity: 1;
}
/*Добавлено 01.09.2016*/

table.bc_gallery tr td { width: 33.3%; padding: 5px 10px; }
table.bc_gallery tr td p.album { text-align: center; }
ul.gallery { list-style: none; }
ul.gallery li span.cat-title span { text-transform: none; font-size: 19px; }
.breadcrumbs { margin-bottom: 40px; font-size: 16px; letter-spacing: -.5px; }
.breadcrumbs span a, .breadcrumbs span span { color: #333333; }
.breadcrumbs span:first-child a { color: #993300; }
.breadcrumbs .category { margin: 0; }
.reg-right.one-column{ float: none; margin: 0 auto; }
ul.bxslider li span { display: inline-block; height: 100%; vertical-align: middle; }
ul.bxslider li img { vertical-align: middle; }
.life-desc p { font-size: 18px; }
ul.wp-tag-cloud li a { color: #A9A9A9; }
ul#subscribe-reloaded-list { list-style-type: none; }
div.last_blog { margin-bottom: 20px; }
div.last_blog p, div.last_blog span, div.last_blog a { color: #d0d0d0 !important; }
div.last_blog p { line-height: 20px; }
div.last_blog span { font-weight: bold; padding-right: 10px; }
div.last_blog span.sep { padding-left: 10px; }
div.last_blog a { text-decoration: underline; }

span#play-button { text-decoration: underline; color: #e31521; cursor: pointer; }

.an-left {
	width: 49%;
	float: left;
}

.an-right {
	width: 49%;
	float: right;
}

.an-left h2, .an-right h2 {
	color: #000;
	font-family: Roboto Condensed, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.an-left h2:before, .an-right h2:before {
	content: " ";
  display: block;
  width: 70px;
  height: 3px;
  background: #e3121e;
  margin-bottom: 12px;
}

.an-post {
	overflow: hidden;
	margin-bottom: 40px;
}

.block-img {
	width: 183px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}

.block-text {
	width: 260px;
	float: right;
}

.an-left h3 {
	color: #e3121e;
	font-family: Roboto Condensed, sans-serif;
	font-size: 20px;
	margin-top: -3px;
	margin-bottom: 0px;
}

.an-left p, .an-right p {
	color: #000;
	font-family: Roboto Condensed, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.an-left a, .an-right a {
	width: 120px;
	height: 30px;
	background: #373737;
	color: #fff;
	font-family: Roboto Condensed, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	display: block;
	text-decoration: none;
	padding: 0px;
	margin-top: 15px;
}

p.date {
	color: #e3121e;
	font-family: Roboto Condensed, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	background: none;
}

.an-right h3 {
	color: #373737;
	font-family: Roboto Condensed, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.bx-viewport {
	width: 100%;
}
.mob-cat-menu {
  display: none;
}
.mob-category {
  position: relative;
}
.mob-cat-menu-close {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}
.content .my_center {
  text-align: center;
  margin-top: -80px;
  margin-bottom: 65px;
  font-size: 24px;
  line-height: 26px;
}
.content .my_center span {
  color: #e3121e;
  font-weight: bold;
}
.content .my_div span {
  font-weight: bold;
}
p > i {
	font-style: italic;
	color: #888;
}
.content .bf {
  font-size: 20px;
}