@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/opensans-light.eot');
    src: url('fonts/opensans-light.eot') format('embedded-opentype'),
         url('fonts/opensans-light.woff') format('woff'),
         url('fonts/opensans-light.ttf') format('truetype'),
         url('fonts/opensans-light.svg#OpenSansLight') format('svg');
}
@font-face {
    font-family: 'AAHaymaker';
    src: url('fonts/AAHaymaker.eot');
    src: url('fonts/AAHaymaker.eot') format('embedded-opentype'),
         url('fonts/AAHaymaker.woff2') format('woff2'),
         url('fonts/AAHaymaker.woff') format('woff'),
         url('fonts/AAHaymaker.ttf') format('truetype'),
         url('fonts/AAHaymaker.svg#AAHaymaker') format('svg');
}
body{
	margin:0;
	padding:0;
	background-color:#ebebeb;
	background-image:url('img/bg-main.jpg');
	min-width: 1347px;
}

#header{
	min-width:1200px;
	max-width:1380px;
	margin:0 auto;
	position:relative;
	padding-bottom: 41px;
}
#logo{
	/* position:absolute;
	top:70px;
	left:150px;  */
	margin:0;
}
#logo a{
	display:inline-block;
	width:260px;
	height:150px;
	background:url('img/logo2.png') center center no-repeat;
	background-size:100%;
	text-indent:-9999px;
	outline:none;
}
.bxslider-caption{
	position:absolute;
	/* bottom:10px;
	right:10px; */
	/* margin-left:-340px; */
	z-index:10;
	color:#9A1215;
	/* text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff; */
	/* background:url('img/line.png') left center no-repeat, url('img/line.png') right center no-repeat; */
	/* min-height:300px; */
	/* height:65%; */
	width:680px;
	text-align:center;
	font-family: 'AAHaymaker';
	font-size:40px;
	text-transform:uppercase;
	padding-top: 0px;
    padding-bottom: 0px;
	/* background: rgba(250,250,250,0.4); */
	border-radius:20px;
}
.bxslider-caption span{
	text-shadow:1px 1px 1px #fff;
}
#mainmenu{
	/* margin-top:-105px; */
	margin-top:0px;
	background:url('img/bg-menu.png') center center no-repeat;
	text-align:center;
	/* position:relative; */
	z-index:20;
}
#mainmenu>li{
	display:inline-block;
	background:url('img/v-line.jpg') right center no-repeat;
	position:relative;
}
#mainmenu>li:last-child{
	background:none;
}
#mainmenu a{
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	background: none;
	text-decoration: none;
	font-family: Open Sans;
}
#mainmenu a:hover{
	color:#fe7e7e;
}
#mainmenu>li>a{
	/*padding: 20px 18px;
	font-size:16px;*/
    padding: 20px 10px;
    font-size: 13px;
}
#mainmenu>li.item-101{
	display:none;
}
#mainmenu>li>ul{
	position:absolute;
	top:61px;
	left:-215px;
	margin:0;
	padding:0;
	width:1113px;
	background:url('img/bg-menu-child.png') center center no-repeat;
	display:none;
}
#mainmenu>li:hover>ul{
	display:block;
}
#mainmenu>li>ul>li{
	list-style-type:none;
	display:inline-block;
}
#mainmenu>li>ul>li>a{
	font-size:13px;
	padding-left:25px;
	padding-right:15px;
	padding-top:14px;
	padding-bottom:12px;
}
#mainmenu>li.item-102:hover>ul>li.item-107{background:url('img/black-triangle.png') right top no-repeat;}
#mainmenu>li>ul>li.item-107>a{background:url('img/item-107.png') left center no-repeat;}
#mainmenu>li>ul>li.item-108>a{background:url('img/item-108.png') left center no-repeat;}
#mainmenu>li>ul>li.item-109>a{background:url('img/item-109.png') left center no-repeat;}
#mainmenu>li>ul>li.item-110>a{background:url('img/item-110.png') left center no-repeat;}
#mainmenu>li>ul>li.item-111>a{background:url('img/item-111.png') left center no-repeat;}
#mainmenu>li>ul>li.item-107>a:hover{background:url('img/item-107-hover.png') left center no-repeat;}
#mainmenu>li>ul>li.item-108>a:hover{background:url('img/item-108-hover.png') left center no-repeat;}
#mainmenu>li>ul>li.item-109>a:hover{background:url('img/item-109-hover.png') left center no-repeat;}
#mainmenu>li>ul>li.item-110>a:hover{background:url('img/item-110-hover.png') left center no-repeat;}
#mainmenu>li>ul>li.item-111>a:hover{background:url('img/item-111-hover.png') left center no-repeat;}

#container{
	margin:0 auto;
}
#content{
	min-width:1200px;
	text-align:center;
}
#footer-wrap{
	min-width:1200px;
	max-width:1380px;
	height:104px;
	margin:0 auto;
	background:url('img/bg-footer.png') bottom center no-repeat;
}
#footer{
	min-width:1200px;
	max-width:1300px;
	margin:0 auto;
	position:relative;
	padding-top:20px;
}
#logo-bottom{
	position:absolute;
	margin:0;
	top:3px;
	left:170px;
}
#logo-bottom a{
	display: inline-block;
    width: 120px;
    height: 51px;
    background: url(img/logo2.png) center center no-repeat;
    background-size: 120px;
    text-indent: -9999px;
}
#menubottom{
	text-align:center;
	margin:0;
	padding:0px 0px 0px 95px;
	/*height: 40px*/
}
#menubottom>li{
	list-style-type:none;
	padding:0;
	display:inline-block;
}
#menubottom>li>a{
	display:inline-block;
	border-right:1px solid #fff;
	text-transform:uppercase;
	color:#fff;
	padding:0px 10px;
	background:none;
	font-size:13px;
}
#menubottom>li:last-child>a{
	border-right:none;
}
#menubottom>li>a:hover{
	color:#fe7e7e;
}
#footer-bottom{
	display:table;
	min-width:1100px;
	color:#fff;
	margin:0 auto;
}
#footer-bottom>div{
	display:table-cell;
	vertical-align:middle;
	padding-top:19px;
}
#footer-bottom p{
	font-size:11px;
	text-transform:uppercase;
	padding-top:5px;
	margin:0;
}
#back-top{
	display:block;
	background:url('img/btn-to-top.png');
	width:100px;
	height:25px;
	text-indent:-9999px;
	position:absolute;
	right:0px;
	top:15px;
}
#virtech{
	display: inline-block;
	text-indent: -9999px;
	background-image: url('img/virtech-logo.png');
	width: 80px;
	height: 40px;
	margin-right:20px;
	vertical-align:top;
}



/* форма поиска */
.header-top-search {
	display: inline-block;
	margin-top:10px;
	/* position: absolute;
	right: 0;
	top: 10px; */
}
#single-search-form {
	position:relative;
	
}
.search-input{
	height: 22px;
	padding-left: 30px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 11px;
	border: 0px none;
	font-family: Open Sans;
	color: white;
	width: 170px;
	font-size: 12px;
	outline:none;
}
#single-search-form  button{
	position:absolute;
	left:5px;
	top:0px;
	background: url('img/lupa.png')center center no-repeat;
	height: 22px;
	width:20px;
	border:none;
	outline:none;
}
.result-title{
	font-weight:bold;
	margin-top:20px;
	margin-bottom:0px;
}
.result-text{
	padding-left:20px;
}
.result-title a{
	color:#333;
}


.header-top-info {
	/* position: absolute; */
	width: 100%;
	margin: 0 auto;
	/* height: 44px; */
	/* text-align: center; */
	/* top: 0; */
	/* z-index: 10; */
	background:#000;
}
.header-wrapper {	
	width: 1140px;
	margin: 0 auto;
	position: relative;
	display:table;
}
.header-wrapper > div{
	display:table-cell;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
}
.header-wrapper-div1{
	width:260px;
}
.header-wrapper-div2{
	text-align:center;
}
.header-wrapper-div3{
	width:300px;
}

.contacts-top, .contacts-top a{
	color:#fff;
	margin:0px;
}
/**
самое верхнее меню
**/

.header-top-menu {
	margin: 0;
	padding: 0;
	/* position: absolute;
	left: 0;
	top: 0; */
}

.header-top-menu li {
	list-style-type: none;
	display: inline-block;
}

.header-top-menu li, .header-top-menu li a {
	color: #FFFFFF;
	font-family: Open Sans;
	font-weight: 900;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 44px;
	text-shadow: 1px 1px 5px black;
}

/**
самые верхние ссылки на соцсети
**/

.header-top-social-links {
	display: inline-block;
	color: #CCE1FF;
	font-family: Open Sans;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 44px;
	vertical-align: middle;
	margin: 0 auto;
	text-shadow: 1px 1px 5px black;
}
.header-top-social-links a{
	margin-left:5px;
	margin-right:5px;
}
.header-facebook {
	width: 26px;
	height: 40px;
	background-size:100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/top-icon-facebook.png);
	line-height: 44px;
	vertical-align: baseline;
	position: relative; 
	top: 4px;
}

.header-vk {
	width: 26px;
	height: 40px;
	/* background-size:100%; */
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/top-icon-vk.png);
	line-height: 44px;
	vertical-align: baseline;
	position: relative; 
	top: 4px;
}

.header-mymail {
	width: 43px;
	height: 40px;
	/* background-size:100%; */
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/top-icon-mm.png);
	line-height: 44px;
	vertical-align: baseline;
	position: relative; 
	top: 4px;
}

.header-instagram {
	width: 36px;
	height: 40px;
	/* background-size:100%; */
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/top-icon-instagram.png);
	line-height: 44px;
	vertical-align: baseline;
	position: relative; 
	top: 4px;
}

/**
главная
**/
.mainpage-wrap{
	display:table;
	width:96%;
	margin:0px auto;
	min-width: 1200px;
    max-width: 1380px;
}
.mainpage-wrap>div{
	display:table-cell;
	vertical-align:top;
	width:50%;
	text-align:center;
}
.mainpage-wrap>div img{
	width:100%;
}
.mainpage-wrap>div a{
	text-decoration:none;
	position:relative;
	display:inline-block;
}
.mainpage-wrap>div p{
	margin:0px;
	color:#630817;
	position:absolute;
	top:100px;
	left:50%;
	width:100%;
	margin-left:-50%;
	font-family: verdana;
	font-weight: normal;
    text-transform: uppercase;
	font-size: 36px;
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}
.mainpage-wrap-div1{}
.mainpage-wrap-div2{}

.mainpage-bottom{
	margin:10px auto;
	width:96%;
	min-width: 1200px;
    max-width: 1380px;
	margin-bottom:30px;
}
.mainpage-bottom a{
	display:block;
	width:100%;
	height:200px;
	background:#630817;
	text-align: center;
	font-family: Open Sans;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 36px;
	padding-top:50px;
}
.mainpage-bottom a:hover{
	text-decoration:underline;
}

.mainpage-wrapper {
	max-width: 1380px;
	margin: 6px auto 0;
	/* height: 854px; */
	position:relative;
}
.mainpage-text-container {
	max-width: 875px;
	min-width: 720px;
	min-height: 652px;
	font-size: 14px;
}
.mainpage-text {
	text-align: right;
	/* margin-left: 450px; */
	/* border-right: 1px solid gray; */
	padding-left: 10px;
	/* padding-right: 23px; */
	font-style: italic;
	min-height: 590px;
	font-family: Open Sans;
	font-size:14px;
}
.mainpage-slogan {
	color: #9A1215;
	font-size: 36px;
	/* background-image: url(img/mainpage-slogan.png);
	background-repeat: no-repeat;
	text-indent: -9999px; */
	text-align: center;
	/* text-align: center; */
	font-family: Open Sans;
	font-weight: 300;
	margin: 0;
	padding: 0;
	/* margin-left: 467px; */
	/* padding-top: 76px; */
	/* padding-left: 485px; */
	/* width: 700px; */
	/* height: 120px; */
	background-position: center 80px;
	margin-bottom: 15px;
	text-transform:uppercase;
}
.mainpage-signature {
	border-top: 1px solid black;
	/* padding-top: 20px; */
	padding-top: 0px;
	margin-top: 20px;
	font-size: 12px;
	font-family: Open Sans;
	color: #424242;
	font-style: normal;
}
.director-name {
	color: #3a11af;
	font-size: 26px;
	text-transform: uppercase;
	background-image: url(img/signature.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 74px;
	display:inline-block;
	width:170px;
}
.mainpage-module-title {
	font-size: 25px;
	font-family: Open Sans;
	color: black;
	text-align: center;
	margin: 0;
	padding-top: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.nasha-komanda{
	font-size: 30px;
	font-family: verdana;
	color:#9A1215;
	text-shadow:1px 1px 1px #9A1215;
	text-align:center;
	font-weight:normal;
	text-transform: uppercase;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 30px;
}
.news-container {
	width: 230px;
	padding-left: 20px;
	padding-right: 15px;
	border-right: 1px solid gray;
	/*height: 590px;*/
    height: auto;
	text-align:left;
}
.akcii-container {
	width: 230px;
	padding-left: 20px;
	padding-right: 15px;
}
.akcii-item {
	margin-bottom: 22px;
}
.akcii-item img{
	width:216px;
}

/** модуль новостей **/
.mainpage-news-item {
	margin-bottom: 22px;
}
.mainpage-news-item-link {
	color: #7e080e;
	font-family: Arial;
	font-weight: Bold;
	font-size: 12px;
	display: block;
}
.mainpage-news-item-text {
	font-family: Arial;
	font-size: 12px;
	color: #424242;
	padding-left: 20px;
}


/* отдельная статья */
.article-text {
	width: 970px;
	/* margin: 0 auto; */
	color: #303030;
	font-family: Open Sans;
	font-weight: 300;
	text-align: justify;
	font-size: 16px;
	padding-bottom: 30px;
	display:inline-block;
}
.article-title {
	width: 1121px;
	height: 77px;
	background-image: url(img/single-article-title.png);
	margin: 10px auto;
	position: relative;
	text-align: center;
	font-family: Open Sans;
	font-weight: 300;
	font-size: 20px;
	color: white;
	line-height: 77px;
}

.left-stripe {
	background-image: url(img/article-title-stripe.png);
	height: 1px;
	position: absolute;
	top: 39px;
	left: 77px;
	width: 100px;
}

.right-stripe {
	background-image: url(img/article-title-stripe.png);
	height: 1px;
	position: absolute;
	top: 39px;
	right: 77px;
	width: 100px;
}


.social_button{
	height: 25px;
	margin: 10px;
}
.twitter{
	float: left;
	width: 84px;
}
.vk{
	float: left;
	width: 151px;
}
.facebook{
	float: left;
}
.mymail {
	float: left;
	width: 115px;
}

.single-article-header {
	width: 1050px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.single-article-header > div {
	padding: 0;
	margin: 0;
}

.single-article-header .introtext-background {
	background-image: url(img/article-introtext-background.jpg);
	background-position: bottom center;
	color: white;
	font-family: Open Sans;
	font-weight: 300;
	font-size: 14px;

}

.single-article-header .introtext-background > div {
	padding: 30px 20px;
}

.sotrudnik{
	width:200px;
	float:left;
	text-align:center;
	margin:10px 18px;
	position:relative;
	overflow:hidden;
}
.sotrudnik-description, .slick-slide-description{
	position:absolute;
	width:200px;
	height:250px;
	background:rgba(0,0,0,0.4);
	color:#fff;
	top:205px;
	left:0px;
	padding:10px;
	font-size:13px;
	transition: all 0.3s linear;
}
.sotrudnik-description h3, .slick-slide-description h3{
	margin-top:0px;
	margin-bottom:5px;
	font-size:16px;
	height:35px;
}
.sotrudnik:hover .sotrudnik-description{
	top:0px;
}
.article-text-image{
	float:left;
	margin-right:10px;
}
.slick-slider-wrapper{
	width:1200px;
	margin:0 auto;
}
.slick-slide{
	text-align:center;
}
.slick-slide-link{
	display:inline-block;
	width:200px;
	height:250px;
	position:relative;
	overflow:hidden;
}
.slick-slide-link:hover .slick-slide-description{
	top:0px;
}

/* гостевая книга */

.gb-link{
	text-align:right;
}
.gb-link a{
	color:#fff;
	display:inline-block;
	background-color:#7E2121;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:5px 10px;
	text-decoration:none;
	
}
#frmGB .small{
	color:red;
	vertical-align:top;
	font-size:13px;
}

#frmGB input, #frmGB textarea{
	outline:none;
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:5px;
	font-size:13px;
}
#frmGB #gbname, #frmGB #gbtitle, #frmGB #gbmail{
	width:200px;
}
#frmGB textarea{
	width:400px;
}
#frmGB input.input-mini{
	width:50px;
}
#frmGB  table{
	width: 725px;
	margin: 0 auto;
}
#frmGB  table td{
	padding-left:20px;
}
#easysubmit{
	text-align:right;
	padding-right:6px;
}
#easysubmit input{
	background-color:#7E2121;
	color:#fff;
}
#easysubmit input:hover{
	background-color:#630817;
	color:#fff;
}
#frmGB .control-label{
	font-weight:normal;
}
.entry-item{
	margin-bottom:30px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-left:2px solid #ccc;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
.entry-head, .entry-content, .entry-admincomment{
	margin-top:0px;
	margin-bottom:5px;
	padding:6px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	background:#fafafa;
	box-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.entry-title{
	font-weight:bold;
}
.entry-content{

}
.entry-admincomment{
	margin-left:30px;
	background-color:#FFFFDA;
}
.entry-admincomment .entry-head-name{
	margin-top:0;
	margin-bottom:5px;
	padding-bottom:6px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
.entry-head-name{
	font-size:13px;
}
.entry-head-date{
	font-size:10px;
}
.entry-head-mail{
	font-size:10px;
}
#YMapsCreditcom_content_article_43_0_1_map{display:none;}

/* форма записи на беспланое занятие */
#btn-write{
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	text-decoration:none;
	font-family:'Open Sans';
	/*background:#9A1215;*/
    background: #3099DD;
	padding:10px 10px;
	border-radius:7px;
	margin-bottom:30px;
	/*margin-left: 560px;*/
    margin-left: 20px;
}
#btn-write:hover{
	box-shadow:1px 1px 10px #666, -1px -1px 10px #666;
}
#block-fos{
	display:none;
}
#block-fos .componentheading{
	text-align:center;
	text-transform:uppercase;
	font-family:'Open Sans';
	color:#9A1215;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.rsform p{
	color: #9A1215;
	font-size: 20px;
	text-align: center;
	margin: 0px;
}

/* филиалы */
.detprog{
	display:inline-block;
	width:470px;
	margin:5px;
	position:relative;
	z-index:5;
}
.detprog:hover{
	box-shadow:1px 1px 15px #666, -1px -1px 15px #666;
}
.detprog-title{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:6;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	width:470px;
	color:#9A1215;
	text-shadow:1px 1px 1px #666;
	font-size:18px;
	font-family:'Open Sans';
	font-weight:bold;
	background:rgba(255,255,255,0.85);
}

/* семинары */
.seminar-item{
	border-top:1px solid #9A1215;
	margin-top:30px;
	padding-top:20px;
}
.seminar-item:first-child{
	border-top:none;
	margin-top:0px;
	padding-top:0px;
}
.seminar-item-title a{
	color:#9A1215;
}
.seminar-item-title{
	color:#9A1215;
}
.seminar-item-text{
	padding-left:20px;
}
.seminar-item-text, .seminar-item-text p, .seminar-item-text h3{
	text-align:justify !important;
	font-size:20px;
}
p.seminar-item-linkmore{
	text-align:right !important;
	font-size:14px;
}
p.seminar-item-linkmore a{
	font-weight:bold;
	color:#9A1215;
}

/* новости */
.list-news-item{
	min-height:250px;
}
.list-news-item a{
	color:#9A1215;
}
.list-news-item-text{
	position:relative;
	padding-left:220px;
}
.list-news-item-text img{
	position:absolute;
	top:0px;
	left:0px;
	max-width:200px;
	max-height:250px;
}
.list-news-item .linkmore{
	text-align:right;
}
.list-news-item .linkmore a{
	font-weight:bold;
}


/* вакансии */
#rsform_4_page_0{
    width: 600px;
    margin: 0 auto;
}
.formResponsive .formHorizontal .formControlLabel{
    width: 210px;
}
.formResponsive .formHorizontal .formControls{
    margin-left: 200px;
}
.formResponsive textarea, 
.formResponsive input[type="text"], 
.formResponsive input[type="password"]{
    padding: 15px 10px;
    width: 300px;
}
input[type="file"]{
    width: 300px;
}

.slick-slide .readmore{
    font-weight: bold;
    text-decoration: underline;
}

.mainpage-wrap-div1 a:hover p,
.mainpage-wrap-div2 a:hover p{
    text-decoration: underline;
}