@import url(http://fonts.googleapis.com/css?family=PT+Serif+Caption:400,400italic|PT+Sans:400,400italic,700italic,700&subset=latin,cyrillic);
@import url(mobile.css?3);
.nav-control {display: none;}
html, body{
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    background: #ebebe9;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
}
.content .page-header h1{
    color: #282627;
    font-family: "PT Serif";
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.content .page-header span{
    padding: 5px 20px;
    border-bottom: 1px solid #282627;
}
p{
    margin: 0 0 10px 0;
}

.headerOuter, .footerOuter{
    background: #282627;
    min-width: 960px;
}
.container{
    margin: auto;
    width: 960px;
}
.leftBlock{
    float: left;
    width: 222px;
}
.rightBlock{
    float: right;
    width: 738px;    
}

/* MAIN */
.main .leftBlock{
    width: 192px;
    padding: 65px 15px 15px 15px; 
}
.container.main{ 
    margin: -65px auto -290px auto;
    min-height: 100%;
}
.buferUp{
    height: 65px;
}
.buferDown{
    height: 290px;
}
.main .leftBlock{
    position: relative;
    padding-bottom: 15px;
}
.main .rightBlock{
    box-sizing: border-box;
    padding: 22px;
    background: #FFFFFF;
    box-shadow: 1px 0 0 0 #d6d6d6;
}
body.index-page .rightBlock{
    padding: 0;
}
/* HEADER */
.logo{
    position: absolute;
    text-align: center;
    width: 222px;
    z-index: 100; 
}
/* headerMenu */
.menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.menu > li{
    display: table-cell;
    height: 65px;
    vertical-align: middle;
    position: relative;
    z-index: 100;
    padding: 0 16px;
}
.menu > li.parent > a:after, .menu > li.parent > span:after{
    content: "";
    width: 14px;
    height: 7px;
    margin-left: 3px;
    background: url(../img/headerParentMenu.jpg) no-repeat;
    display: inline-block;
}
.menu li a, .menu li span {    
    text-decoration:none;
    box-sizing: border-box;
    color: #ebebe9;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    /*
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    */
}
.menu > li:hover > a, .menu > li:hover > span, .menu > li.current a{
    border-bottom: 3px solid #d21e3a;
}
/* скрываем меню второго уровеня */
.menu ul {
    display: none;
    margin: 0;
    padding: 0 10px 10px 10px;
    position: absolute;
    top: 100%;
    left: 16px;
    background: #282627;
}
/* показываем меню второго уровня при наведении */
.menu li:hover > ul{
    display: block;
}
.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.menu ul li a{
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    display: block; 
    background: #282627;
    white-space: nowrap;
}
.menu ul li a:before{    
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
}
.menu ul li a:hover,
.menu ul li:hover > a{
    text-decoration: underline;
}
.menu ul li:hover > a:before{
    background: #d21e3a;
}
/* Изменение позиций для меню третьего уровня */
.menu ul ul {
    left: 150px;
    top: 0px;
}


/* ################## */
/* Новости Модуль */
.news .globalnews h3, .reviews h3{
    margin: 35px 0 50px 0;
    line-height: 47px;
    font-size: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    background: #282627;
    font-weight: 100;
    font-family: 'PT Serif', serif;
}
.reviews h3 a{
    color: white;
    text-decoration: none;
}
.reviews .custom{
    padding: 0 25px 25px;
}
.news .globalnews h3 a{
    text-decoration: none;
    color: #FFFFFF;
}
.news .globalnews{
    text-align: center;
}
.news .globalnews .gn_static{
    float: left;
    width: 246px;
}
.news .globalnews .newsBlock{
    padding: 0 25px;
    min-height: 202px;
    position: relative;
}
.news .globalnews .newsDate{
    color: #87878f;
    font-size: 14px;
    border-bottom: 1px solid #3e3f3f;
    line-height: 24px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
.news .globalnews h4{
    margin: 14px 0;
    font-family: 'PT Serif', serif;
}
.news .globalnews h4 a{
    color: #3e3f3f;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none;
}
.news .globalnews h4 a:hover{    
    color: #d21e3a;
}
.news .globalnews .newsText{
    margin: 0 0 14px 0;
    color: #87878f;
}
.news .globalnews .newsBlock > a{
    line-height: 23px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    color: #4c4a4b;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 4px;
}
.news .globalnews .newsBlock > a:hover{
    color: #d21e3a;
    border-color: #282627;
}
.globalnews h3{
    margin-top: 20px;
}
/* Отзывы - главная */
.reviews h3{ 
    margin-top: 50px;
}
.reviews .sprocket-strips-s{
    padding-bottom: 20px;
}
.reviews .sprocket-strips-s-container{
    margin: 0;
}
.reviews .sprocket-strips-s-block{
    margin: 0;
    padding: 0 28px;
    float: left;
}
.reviews .sprocket-strips-s-block .sprocket-strips-s-title{
    margin-bottom: 10px;
    font-weight: 100;
}
.reviews .sprocket-strips-s-block .sprocket-strips-s-title a{
    color: #3e3f3f;
    font-size: 16px;
    border-bottom: 1px solid #3e3f3f;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
}
.reviews .sprocket-strips-s-block .sprocket-strips-s-text{
    color: #888784;
    font-size: 14px;
    min-height: 114px;
    max-height: 114px;
}
.reviews .sprocket-strips-s-block .readon{
    color: #888784;
    font-size: 12px;
    display: block;
    text-align: right;
    text-decoration: none;
}
.reviews .sprocket-strips-s-block .readon span{
    border-bottom: 1px solid #e5e5e4;    
}
.reviews .sprocket-strips-s-block .readon span:after{
    //content: " >>";
}
/* Обучение - Главная */
.content .item-page_general h1, .item-page_general h2{
    margin: 0 0 40px 0;
    line-height: 47px;
    font-size: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    background: #282627;
    font-weight: 100;
    font-family: 'PT Serif', serif;
} 
.index-page .content{
    
}
/* Три первых статьм - главная */
.moduletable_index{
    margin-top: 35px;
}
.moduletable_index .newsItem{
    width: 33.33%;
    margin: 0;
    padding: 0 16px;
    float: left;
    box-sizing: border-box;
}
.moduletable_index h4{
    margin-bottom: 10px;
    font-weight: 100;
}
.moduletable_index h4 a{
    color: #3e3f3f;
    font-size: 16px;
    border-bottom: 1px solid #3e3f3f;
    text-decoration: none;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    width: 300px;
}
.moduletable_index p{
    color: #888784;
    font-size: 14px;
    min-height: 90px;
    text-align: center;
}
.moduletable_index .readon{
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    color: #4c4a4b;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.moduletable_index .readon:hover{
    color: #d21e3a;
    border-color: #282627;
}
/* Слайдер */
.slider img{
    float: left;
}
.layout-slideshow .sprocket-features-arrows .arrow {
    font-size: 1.2em !important;
}
/* FOOTER */
.footerOuter{
    color: #87878f;
    padding-bottom: 16px;
}
.moduletable_contacts h3, .moduletable_educating h3, .moduletable_join h3, .moduletable_usefulLinks h3{
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    margin: 16px 0 10px 0;
    font-family: 'PT Serif', serif;
}
.moduletable_educating, .moduletable_join, .moduletable_usefulLinks{
    width: 33.33%;
    float: left;
    padding: 0 14px 0 28px;
    box-sizing: border-box;
}
.menu_footerMenu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu_footerMenu li a{
    text-decoration: none;
    color: #87878f;
}
.menu_footerMenu li a:hover{
    text-decoration: underline;
    color: #FFFFFF;
}
.moduletable_contacts h3{
    background: url(../img/pointer.png) no-repeat left center;
    padding-left: 15px;
}
.moduletable_contacts .clock{
    background: url(../img/clock.png) no-repeat left center;
    padding-left: 20px;
    margin: 15px 0;
}
.moduletable_contacts .phone{
    background: url(../img/phone.png) no-repeat left 4px;
    padding-left: 20px;
    margin: 0;
}
.moduletable_contacts .mail{
    background: url(../img/mail.png) no-repeat left center;
    padding-left: 20px;
}
.moduletable_contacts .mail a{
    text-decoration: none;
    color: #87878f;
}

/* COPY */
.copy{
    color: #282627;
    position: relative;
    overflow: hidden;
}
.copy p{
    margin: 16px 0;
    padding-left: 15px;
    font-family: "PT Serif";
    font-size: 13px;
}
.up{
    position: absolute;
    width: 50px;
    height: 25px;
    margin: auto;
    top: 0;
    left: 50%;
    right: 50%;
    background: #282627;
    border-radius: 0 0 25px 25px;
    cursor: pointer;
}
.up:after{
    content: "";
    width: 18px;
    height: 15px;
    left: 16px;
    top: 0;
    position: absolute;
    background: url(../img/button_up.png) no-repeat;
}
.up:hover:after{    
    background: url(../img/button_up.png) no-repeat -18px 0;
}
/* ######## Категория Новостей  ########## */
.blog{
    padding: 15px 0 20px 0;
}
.article-info-term{
    display: none;
}
.contentRow{
    margin: 20px 0;
}
.contentRow .contentRowLeft{
    width: 34%;
    float: left;
}
.contentRow .contentRowRight{
    width: 66%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
}

.content img{
    max-width: 100%;
}
/* Страница  "О НАС" */
.item-page_aboutUs .aboutUsImg{
    margin: -22px -22px 0 -22px;
}
.item-page_aboutUs .aboutUsImg img{
    float: left;
}
.item-page_aboutUs h1{
    margin: -0 -22px 20px -22px;
    line-height: 47px;
    font-size: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    background: #282627;
    font-weight: 100;
    font-family: 'PT Serif', serif;
}
.moduletable_reviewsAboutUs h3{
    font-size: 16px;
    color: #3e3f3f;
    text-transform: uppercase;    
    font-weight: 100;
    font-family: 'PT Serif', serif;
    text-align: center;
    border-bottom: 1px solid #3e3f3f;
    line-height: 47px;
}
.moduletable_reviewsAboutUs h4{
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;    
    font-weight: 100;
    font-family: 'PT Serif', serif;
    text-align: center;
    border-bottom: 1px solid #3e3f3f;
    line-height: 30px;
}
.moduletable_reviewsAboutUs h4 a{
    text-decoration: none;
    color: #3e3f3f;
}
.moduletable_reviewsAboutUs .sprocket-strips-s-text{
    color: #888784;
}
.moduletable_reviewsAboutUs a.readon{
    text-align: right;
    display: block;
    color: #888784;
}
.moduletable_reviewsAboutUs a.readon:hover{
    color: #d21e3a;
}
/* Страница Мотосервис*/
.item-page_motoservis .aboutUsImg{
    margin: -22px -22px 0 -22px;
}
.item-page_motoservis .aboutUsImg img{
    float: left;
}
.item-page_motoservis p{
    margin-bottom: 20px;
}
.item-page_motoservis h1, .item-page_motoservis h2{
    margin: -0 -22px 20px -22px;
    line-height: 47px;
    font-size: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    background: #282627;
    font-weight: 100;
    font-family: 'PT Serif', serif;
}
.moduletable_work h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #3e3f3f;
    color: #3e3f3f;
    font-family: "PT Serif",serif;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
}
.moduletable_work ul{
    margin: 0;
    margin-top: 15px;
    padding-left: 15px;
}
.moduletable_work ul li{
    margin: 5px 0;  
    color: #888784;
}
.moduletable_work ul li a{
    text-decoration: none;
}
.moduletable_work ul li a:hover{
    color: #3e3f3f;
}
/* Написать отзыв */
.rightReviews{
    border-bottom: 1px solid #646063;
    border-top: 1px solid #646063;
    color: #4c4a4b;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.rightReviews:hover{
    color: #d21e3a;
    border-color: #d21e3a;
}
/* Контакты */
.item-page_contacts{
    text-align: center;
    font-size: 16px;
}
.item-page_contacts ul{
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.item-page_contacts ul li{
    height: 32px;
    margin: 0 6px;
    width: 32px;
    display: inline-block;
}
.item-page_contacts ul li a{    
    display: block;
    height: 100%;
    width: 100%;
}
.item-page_contacts ul li a.vk{
    background: url(../img/vkontakte-32.png) no-repeat;
}
.item-page_contacts ul li a.yt{
    background: url(../img/yt-32.png) no-repeat;
}
.item-page_contacts ul li a.in{
    background: url(../img/insta-32.png) no-repeat;
}
.item-page_contacts ul li a:hover{
    background-position: -32px 0;
}
.item-page_contacts p{
    color: #87878f;
}
.item-page_contacts a{
    color: #87878f;
    text-decoration: none;
}
.item-page_contacts h1{
    width: 300px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #3e3f3f;
    text-transform: uppercase;    
    font-weight: 100;
    text-align: center;
    border-bottom: 1px solid #3e3f3f;
    line-height: 47px;
    font-family: "PT Serif";
}
.moduletable_contacts{
    padding-left: 15px;
}
/* Галерея */
.blog_gallery img{
    width: 100%;
    height: 100%;
}
.blog_foto .contentRow .contentRowRight, .blog_gallery .contentRow .contentRowRight{
    width: 100%;
    margin: -2px;
}
.blog_foto .contentRowRight img, .blog_gallery .contentRowRight img{
    float: left;
}
.galleryBox { 
    position: relative;
    min-height: 338px;
}
.galleryBox a{
    margin: 0 4px 4px 0;
    //position: absolute;
}
.galleryBox a img{
    //display: none;
}
.galleryBox iframe{
    max-width: 345px;
    float: left;
    margin-right: 4px;
    border: none;
    margin-bottom: 4px;
}
.galleryBox iframe:nth-child(even){
    margin-right: 0;
}
/* Новости */
.blog_news{
    margin: 0 -22px;
    color: #87878f;
}
.blog_news .items-row{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d6d6d6;
}
.blog_news .contentRow{
    margin: 0; 
}

.blog_news .items-row:last-child{
    border: none;
}
.contentRowLeft img{
    margin-top: 8px;
}
.published{
    padding: 3px 30px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #3e3f3f;
    display: inline-block;
}
.blog_news .contentRowRight .article-info, .blog_news .contentRowRight .page-header{
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.blog_news .page-header h2{
    color: #3e3f3f;
    font-weight: 100;
    font-family: "PT Serif";
}
.blog_news h1{
    margin-bottom: 45px;
    text-align: center;
    color: #282627;
    font-size: 18px;
    font-family: "PT Serif";
    text-transform: uppercase;
    font-weight: 100;
}
.blog_news h1 span{
    padding: 5px 50px;
    border-bottom: 1px solid #282627;
}
.blog_news .readmore a{
    color: #282627;
}
/* Отзывы */
.item-page_otzyvy{    
    text-align: center;
}
.item-page_otzyvy h2{
    width: 300px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #3e3f3f;
    text-transform: uppercase;    
    font-weight: 100;
    text-align: center;
    border-bottom: 1px solid #3e3f3f;
    line-height: 47px;    
}
.moduletable_reviewBlock h3{
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #3e3f3f;
    text-transform: uppercase;    
    font-weight: 100;
    font-family: 'PT Serif', serif;
    text-align: center;
    border-bottom: 1px solid #3e3f3f;
    line-height: 30px;
    
}
.moduletable_reviewBlock p{
    color: #888784;
}
.moduletable_reviewBlock a{
    color: #888784;
}



/* Галерея */
/* Модуль категорий */
.menu_gallery{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu_gallery{
    margin-bottom: 10px;
}
.menu_gallery .divider{
    
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #3e3f3f;
    color: #3e3f3f;
    font-family: "PT Serif",serif;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
}
.menu_gallery a:before{
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #fafaf9;
    display: inline-block;
    border-radius: 50%;
    margin-right: 3px;
}
.menu_gallery a:hover:before{
    background: #d21e3a;
}
.menu_gallery active.active a:before{
    background: #d21e3a;
}
.menu_gallery a{
    color: #888784;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
}
.menu_gallery li:hover a{
    color: #000000;
}
.menu_gallery li.active a{
    color: #000000;
}

/* Модуль на главной */
.moduletable_STK{
    color: #888784;    
    font-family: "PT Serif";
}
.moduletable_STK h3{
    border-bottom: 1px solid #3e3f3f;
    color: #3e3f3f;
    font-family: "PT Serif",serif;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
/* Модуль Присоединяйтесь */
.custom_join ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom_join ul li{
    margin-right: 11px;
    width: 32px;
    height: 32px;
    float: left;
}
.custom_join ul li a{
    display: block;
    height: 100%;
    width: 100%;
}
.fb{
    background: url(../img/facebook-32.png) no-repeat;
}
.vk{
    background: url(../img/vkontakte.png) no-repeat;
}
.yt{
    background: url(../img/youtube.png) no-repeat;
}
.in{
    background: url(../img/insta.png) no-repeat;
}
.custom_join ul li a:hover{
    background-position: -32px 0;
}
/* ################## */
.whiteBlock{
    background: #FFFFFF;
    position: absolute;
    height: 100%;
    z-index: -1;
    max-width: 50%;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
    box-sizing: border-box;
}
.clearfix:after {
    clear: both;
}

.blog_gallery{
    //color: #87878f;
}
.blog_gallery .category-desc{
    color: #87878f;
    font-size: 16px;
    font-family: "PT Serif";
}
.blog_gallery .publishdate{
    color: #87878f;
    font-size: 14px;
    text-align: center;
}
.blog_gallery .page-header h2, .blog_gallery .page-header h2 a{
    color: #3e3f3f;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
    font-family: "PT Serif";
    text-transform: uppercase;
    text-decoration: none;
}
.blog_gallery hr{
    margin: 23px -22px;
    background: #d6d6d6;
    border: none;
    height: 1px;
}
.blog_gallery .socialGallery{
    margin-bottom: 40px;
}
.share42init{
    margin-top: 18px;
    margin-bottom: 35px;
    text-align: center;
    height: 38px;
}
.share42init > span{
    display: inline-block;
}
.socialGallery{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.socialGallery li{
    display: inline-block;
    height: 32px;
    margin-right: 11px;
    width: 32px;
}
 .socialGallery li a{
    display: block;
    height: 100%;
    width: 100%;
    background-position: -32px 0;
}
.item-page_gallery .article-info{
    display: none;
}
.item-page_gallery .page-header h1 a{
    text-decoration: none;
    color: #282627;
}
.fancybox-title{
    text-align: center;
}
.fancybox-title .publishdate{    
    font-family: "PT Sans";
}
.fancybox-title .page-header h2{
    font-family: "PT Serif" !important;
}    
.fancybox-title a{
    color: #3e3f3f;
    font-family: "PT Serif";
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
/* Видео на главной */
.moduletable_video{
    position: absolute;
}
.custom_video{
    
}
.custom_video iframe{
    border: none;
}
.custom_video h4{
    font-size: 14px;
    color: #9e9f9f;
    border-bottom: 1px solid #4c4a4b;
    line-height: 31px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 22px;
}
.custom_video p{
    margin: 0;
}

/* Записаться на занятие */
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
.recordLesson{
    cursor: pointer;
}
.recordLessonBox{
    position: absolute;
    width: 435px;
    top: -100%;
    background: #ffffff;
    z-index: 100;
    overflow: hidden;
    display: none;
}
.recordLessonBox h5{
    padding-left: 40px;
    font-weight: 100;
    line-height: 45px;
    font-size: 21px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "PT Serif";
    background: #282627;
    position: relative;
}
.recordLessonBox h5 span{
    width: 16px;
    height: 16px;
    background: url(../img/Close.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 13px;
}
.recordLessonBox h5 span:hover{
    cursor: pointer;
    background-position: -16px 0;
}
.recordLessonBox > div{
    padding: 30px 40px 40px 40px;
}
.recordLessonBox p.writeform{
    font-size: 16px;
    color: #282627;
    margin-bottom: 28px;
}
.recordLessonBox p{
    font-size: 14px;
    color: #5e5c5d;
    margin: 0;
    margin-bottom: 5px;
}
.recordLessonBox input{
    line-height: 40px;
    width: 333px;
    border: 1px solid #cdcdd6;
    padding: 0 10px;
    margin-bottom: 19px;
}
.recordLessonBox input[name="email"]{
    background: url(../img/Mail-Icon.png) no-repeat 332px center;
}
.recordLessonBox input[name="telephone"]{
    background: url(../img/Phone-icon.png) no-repeat 332px center;
}
.recordLessonBox input[name='staj']{
    margin-top: 19px;
}
.recordLessonBox button[type="submit"]{
    border: none;
    width: 100%;
    line-height: 37px;
    border-top: 1px solid #cdcdd6;
    border-bottom: 1px solid #cdcdd6;
    text-align: center;
    background: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    color: #4c4a4b;
    font-family: "PT Serif";
}
.recordLessonBox button[type="submit"]:hover{
    border-color: #282627;
    color: #ca1e37;
    cursor: pointer;
}

#month-button{
    width: 140px !important;
    border: 1px solid #cdcdd6;
    color: #87878f;
}
#day-button, #year-button{
    width: 92px !important;
    border: 1px solid #cdcdd6;
    color: #87878f;
    float: right;
}
#day-button{
    margin-right: 12px;
}
.ui-selectmenu-menu{
    border: 1px solid #cdcdd6;
    border-top: none;
    color: #87878f;
    background: #FFFFFF;
}

#month-menu{
    width: 126px !important;
    height: 96px;
    padding-left: 14px;
}
#day-menu, #year-menu{
    width: 78px !important;
    height: 96px;
    padding-left: 14px;
}
#month-button.ui-state-focus, #month-button.ui-state-hover, #day-button.ui-state-focus, #day-button.ui-state-hover, #year-button.ui-state-focus, #year-button.ui-state-hover{    
    border-color: #282627;
}
.ui-selectmenu-menu.ui-selectmenu-open{
    border-color: #282627;
}

.recordLessonFooter{
    margin-top: 15px; 
    width: 204px;
    margin-left: 28px;
    font-family: "PT Serif";
}
.recordLessonFooter .recordLesson{
    color: #FFFFFF;
    border-color: #FFFFFF;
}
/* Страница Часто задаваемые вопросы */
.item-page_faq{
    margin: 0 -22px;
    font-size: 14px;
}
.item-page_faq dl{
    margin-top: 35px;
    text-align: center;
}
.item-page_faq dl dt{
    color: #282627;
    margin-top: 15px;
    padding: 0 25px;
}
.item-page_faq dl dd{
    color: #888784;
    margin: 0;
    margin-top: 25px;
    border-bottom: 1px solid #ebebe9;
    padding: 0 25px 25px 25px;
}
.item-page_faq dl dd:last-child{
    border: none;
}
/* Задать вопрос */
.moduletable_faq h3 {
    border-bottom: 1px solid #3e3f3f;
    color: #3e3f3f;
    font-family: "PT Serif",serif;
    font-size: 16px;
    font-weight: 100;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.custom_faq{
    margin-top: 20px;
    color: #888784;
    font-size: 14px;
}
.custom_faq p{
    margin: 5px 0;
}
.custom_faq input, .custom_faq textarea{
    border: none;
    width: 100%;
    background: #f4f4f2;
    line-height: 20px;
}
.custom_faq button[type="submit"]{
    margin-top: 15px;
    border: none;
    width: 100%;
    line-height: 22px;
    border-top: 1px solid #cdcdd6;
    border-bottom: 1px solid #cdcdd6;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #4c4a4b;
    font-family: "PT Serif";
    background: none;
}
.custom_faq button[type="submit"]:hover{
    border-color: #282627;
    color: #ca1e37;
    cursor: pointer;
}
/* Страница Мотошкола */
/* Модуль */
.moduletable_motoshkola h3 {
    border-bottom: 1px solid #3e3f3f;
    color: #3e3f3f;
    font-family: "PT Serif",serif;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.menu_motoshkola{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu_motoshkola li{
    margin: 5px 0;
    position: relative;
}
.moduletable_motoshkola a:before {
    border: 2px solid #fafaf9;
    border-radius: 50%;
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    top: 6px;
    left: 0;
}
.moduletable_motoshkola a:hover:before {
    background: none repeat scroll 0 0 #d21e3a;
}
.moduletable_motoshkola li.active a:before {
    background: none repeat scroll 0 0 #d21e3a;
}
.moduletable_motoshkola a {
    display: block;
    padding-left: 16px;
    color: #888784;
    text-decoration: none;
    text-transform: uppercase;
}
.moduletable_motoshkola li:hover a {
    color: #000000;
}
.moduletable_motoshkola li.active a {
    color: #000000;
}

/* Страница Дорожная подготовка */
.item-page_dorPod{
    color: #87878f;
}
.item-page_dorPod h2 {
    color: #282627;
    font-family: "PT Serif";
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.item-page_dorPod h2 span {
    border-bottom: 1px solid #282627;
    padding: 5px 20px;
}
.item-page_dorPod dl dt{
    float: left;
    width: 220px;
    margin-bottom: 20px;
}
.item-page_dorPod dl dt img{
    margin-top: 5px;
    max-width: 190px;
}
.item-page_dorPod dl dd{
    float: left;
    margin: 0;
    max-width: 450px;
    margin-bottom: 20px;
}
.item-page_dorPod dl dd h3{
    margin-bottom: 12px;
    color: #3e3f3f;
    font-family: "PT Serif";
}
.recordDorPod{
    float: right;
    width: 191px;
    color: #3e3f3f;
    margin-left: 20px;
}
.recordDorPod p{
    padding-left: 22px;
}
.recordDorPod .clock{
    background: url(../img/icon_clock.png) no-repeat 0 6px;
}
.recordDorPod .phone{
    background: url(../img/icon_Phone.png) no-repeat 0 6px;
}
.recordDorPod .info{
    background: url(../img/icon_Bulb.png) no-repeat 0 6px;
}
.recordDorPod .address{
    background: url(../img/icon_Pointer.png) no-repeat 0 6px;
}
.recordDorPod .recordLessonFooter{
    padding-left: 0;
    margin: 0;
    width: auto;
    margin-top: 20px;
}
.recordDorPod .recordLessonFooter .recordLesson{
    border-color: #282627;
    color: #282627;   
    line-height: 32px;
}
.item-page_dorPod hr{
    margin: 23px -22px;
    background: #d6d6d6;
    border: none;
    height: 1px;
}
.item-page_dorPod ul{
    margin: 0; 
    padding: 0; 
    list-style: none;
}
.item-page_dorPod ul li{
    line-height: 24px;
}
.item-page_dorPod ul li span{   
    margin-right: 5px;
    color: #3e3f3f;
}
/* Страница наша техника */
.item-page_nashaTech .tech{
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 0 18px;
    box-sizing: border-box;
}
.item-page_nashaTech .tech h5{
    font-size: 16px;
    color: #3e3f3f;
    margin-top: 25px;
    margin-bottom: 32px;
    border-top: 1px solid #ebebeb;
    padding-top: 7px;
    font-family: "PT Serif",serif;
}
.item-page_nashaTech .tech p{
    color: #a6a5a3;
    padding-bottom: 15px;
    margin-bottom: 45px;
    border-bottom: 1px solid #ebebeb;
}
/*Часто задаваемые вопросы (Модуль)*/
.moduletable_FAQ h3{
    border-bottom: 1px solid #3e3f3f;
    color: #3e3f3f;
    font-family: "PT Serif",serif;
    font-size: 16px;
    font-weight: 100;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
.moduletable_FAQ dl {
    margin-top: 20px;
    text-align: center;
}
.moduletable_FAQ dl dt {
    color: #282627;
    margin-top: 15px;
}
.moduletable_FAQ dl dd {
    border-bottom: 1px solid #ebebe9;
    color: #888784;
    margin: 15px 0 0;
}
.moduletable_FAQ dl dd:last-child {
    border: medium none;
}
/* Лайки */
#vk_like .like_wrap_h24 .like_wrap{
    visibility: hidden;
}
.socBut{
    display: inline-block;
}
div[id^=vk_like]{
    width: 80px !important;
}
.socBut>div{
    font-size: small !important;
    line-height: inherit !important;
}
.socBut>span{
   height: 22px !important;
   vertical-align: inherit!important;
}
.fancybox-title .socBut>span{
   height: 14px !important;
   vertical-align: inherit!important;
}
.socBox{
    margin: 15px 0;
    text-align: center;
    line-height: 22px;
}
.socBoxInner{
    display: inline-block;
}

/* Настройка виджета вконтакте */
.like_wrap{
    width: 32px;
    height: 32px;
} 
.share42-counter{
    background: none !important;
}
.share42-counter:before{
    background: none !important;
}

.schetchiki{
    display: none; 
}

/* Пагинация */
.pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination ul li{
    float: left;
    padding: 5px;
    text-align: center;
    margin-right: 5px;
}
.pagination ul li a{
    color: #87878f;
}


/*Слайдер*/
/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background: white; border-radius: 50%; position: relative; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background: #282627; }
        .jssorb05 .av { background: #282627; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 12 css */
        /*
        .jssora12l                  (normal)
        .jssora12r                  (normal)
        .jssora12l:hover            (normal mouseover)
        .jssora12r:hover            (normal mouseover)
        .jssora12l.jssora12ldn      (mousedown)
        .jssora12r.jssora12rdn      (mousedown)
        */
        .jssora12l, .jssora12r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 30px;
            height: 46px;
            cursor: pointer;
            background: url('../img/a12.png') no-repeat;
            overflow: hidden;
        }
        .jssora12l { background-position: -16px -37px; }
        .jssora12r { background-position: -75px -37px; }
        .jssora12l:hover { background-position: -136px -37px; }
        .jssora12r:hover { background-position: -195px -37px; }
        .jssora12l.jssora12ldn { background-position: -256px -37px; }
        .jssora12r.jssora12rdn { background-position: -315px -37px; }
