
@font-face{
    font-family: 'Roboto';
    font-weight: 700;
}

@font-face{
    font-family: 'Roboto';
    font-weight: normal;
}

@font-face{
    font-family: 'PTRoubeSans';

    src: url(../fonts/RUBSN.ttf),
    url(../fonts/RUBSN.woff);
}

*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:before,
*:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

img{
    border: none;
}
textarea{
    overflow: auto;
}
input,
textarea,
input:active,
textarea:active{
         outline: none transparent!important;
    box-shadow: none;

    -moz-outline: none!important;
}
input[type=submit],
button[type=submit]{
    -webkit-border-radius: 0; 

    -webkit-appearance: none;
}
:focus{
    outline: none;
}

/* Общие стили */
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}

html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    background: #fff;

    -webkit-text-size-adjust: 100%;
}

.wrap{
    overflow: hidden;
}
.cont{
    position: relative; 

    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}

.currency{
    font-family: 'PTRoubeSans';
}


.breadcrumbs{
    height: 33px;
    margin-bottom: 25px;

    color: #305061;
    font: 11px/33px Roboto;
}
.breadcrumbs a{
    color: #666;
}
.breadcrumbs a:hover{
    text-decoration: none;
}

.breadcrumbs .sep{
    display: inline-block;

    position: relative;
    top: -1px;

    width: 5px;
    height: 5px;
    margin: 0 5px;

    vertical-align: middle;

    background: url(../images/ic_bread_sep.png) 0 0 no-repeat;
}

.page_title{
    margin-bottom: 19px;

    color: #305060;
    font: 24px/36px Roboto;
}
/* End Общие стили */

/*=============================*/

/* Стили шапки сайта */
header{
    position: relative;
    z-index: 100;

    padding-bottom: 19px;
}


header .logo{
    position: relative;
    z-index: 2;
}
header .logo img{
    display: block;

    max-width: 100%;
}


header .right_info{
    position: relative;
    z-index: 1;

    width: 100%;
    margin-left: -200px;
    padding-left: 227px;
}


header .search{
    position: relative;

    height: 37px;
    margin-bottom: 3px;
}

header .search form{
    display: none;

    position: relative;
    z-index: 1;

    width: 100%;
    margin-right: -37px;
    padding-right: 76px;
}
header .search form .input{
    width: 100%;
    height: 37px;
    padding: 0 15px;

    color: #666;
    font: 13px/31px Roboto;

    border: 3px solid #305060;
    background: #fff;
}

header .search form ::-webkit-input-placeholder{
    color: #666;
}
header .search form ::-moz-placeholder{
    color: #666;
}
header .search form :-moz-placeholder{
    color: #666;
}
header .search form :-ms-input-placeholder{
    color: #666;
}


header .search .close{
    display: block;

    position: absolute;
    top: 0;
    right: 38px;
    z-index: 2;

    width: 37px;
    height: 37px;

    background: #305060 url(../images/ic_search_close.png) 50% 50% no-repeat;

    transition: background-color .2s linear;
}
header .search .close:hover{
    background-color: #996633;
}


header .search .search_link{
    display: block;

    position: relative;
    z-index: 2;

    width: 37px;
    height: 37px;

    background: #305060 url(../images/ic_search_link.png) 50% 50% no-repeat;

    transition: background-color .2s linear;
}
header .search .search_link:hover{
    background-color: #996633;
}


header .time{
    margin-right: 50px;

    color: #666;
    font: 13px/38px Roboto;
}

header .phone{
    margin-right: 50px;

    color: #666;
    font: 22px/38px Roboto;
}

header .callback_link{
    display: block;

    width: 206px;
    margin-right: 28px;

    color: #666;
    font: 14px/34px Roboto;

    text-align: center;
    text-decoration: none;

    border: 2px dotted #305061;

    transition: color .2s linear;
}
header .callback_link span{
    display: block;

    padding: 0 10px 0 4px;

    transition: background .2s linear;
}

header .callback_link .icon{
    width: 24px;
    height: 23px;
    margin-top: 5px;

    background: url(../images/ic_callback_link.png) 0 0 no-repeat;

    transition: background-position .2s linear;
}

header .callback_link:hover{
    color: #fff;
}
header .callback_link:hover span{
    background: #305060;
}
header .callback_link:hover .icon{
    background-position: 0 -23px;
}

header .email{
    display: block;

    padding-left: 35px;

    color: #666;
    font: 13px/38px Roboto;

    background: url(../images/ic_email.png) 0 55% no-repeat;

    transition: color .2s linear;
}
header .email:hover{
    color: #305061;
}


header .catalog_link{
    display: block;

    height: 37px;
    margin-top: 30px;
    margin-right: 30px;
    padding: 0 30px;

    color: #fff;
    font: 15px/37px Roboto;

    text-decoration: none;

    background: #305060;

    transition: background .2s linear;
}
header .catalog_link:hover{
    background: #996633;
}


header .menu_link{
    display: none;

    position: absolute;
    top: -109px;
    right: 79px;

    height: 37px;
    padding: 0 0 0 32px;

    color: #666;
    font: 500 18px/37px Roboto;

    text-decoration: none;
    text-transform: uppercase;

    background: url(../images/ic_menu_link.png) 0 47% no-repeat;
}

header .menu{
    margin-top: 30px;
}
header .menu li{
    display: inline-block;

    vertical-align: top;
}
header .menu li + li{
    margin-left: 15px;
}

header .menu li a{
    display: block;

    position: relative;

    height: 37px;
    padding: 0 12px;

    color: #666;
    font: 15px/37px Roboto;

    text-decoration: none;

    transition: color .2s linear;
}

header .menu li a:after{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 0;
    height: 5px;
    margin: auto;

    color: transparent;

    background: #305060;

    content: '';
    transition: width .3s linear;
}

header .menu li a:hover:after,
header .menu li a.active:after{
    width: 100%;
}
header .menu li a:hover,
header .menu li a.active{
    color: #000;
}
/* End Стили шапки сайта */

/*=============================*/

/* Стили боковой колонки сайта */
aside{
    position: relative;
    z-index: 2;

    width: 224px;
    padding-bottom: 40px;
}
aside.left:before{
    display: block;

    position: absolute;
    top: 55px;
    left: -200px;

    width: 190px;
    height: 382px;

    background: url(../images/bg_aside_before.png) 0 0 no-repeat;

    content: '';
}

aside.right:before{
    display: block;

    position: absolute;
    top: 3px;
    right: -200px;

    width: 188px;
    height: 381px;

    background: url(../images/bg_content_before.png) 0 0 no-repeat;

    content: '';
}


aside .aside_cats{
    display: block;

    margin-bottom: 30px;

    border: 1px solid #305060;
}
aside .aside_cats li{
    display: block;

    width: 100%;

    list-style: none;
}
aside .aside_cats li + li{
    border-top: 1px solid #305060;
}

aside .aside_cats li a{
    display: block;

    width: 100%;
    padding: 7px 10px;

    color: #000;
    font: 600 16px/18px Roboto;

    text-decoration: none;

    background: #fff;

    transition: all .2s linear;
}

aside .aside_cats li a:hover,
aside .aside_cats li a.active{
    color: #fff;

    background: #305060;
}

aside .aside_cats .sub_cats{
    padding: 5px 0;
}
aside .aside_cats .sub_cats li + li{
    border: none;
}
aside .aside_cats .sub_cats li a{
    padding: 7px 15px;

    color: #000;
    font: 14px/18px Roboto;
}
aside .aside_cats .sub_cats li a:hover{
    color: #305060;

    background: #fff;
}
aside .aside_cats .sub_cats li a.active{
    color: #305060;

    background: #fff;
}

aside .aside_cats .sub_cats ul li a{
    position: relative;

    padding: 6px 10px 6px 25px;

    color: #000;
    font: 12px/18px Roboto;

    background: #fff url(../images/ic_sub_cats.png) 13px 12px no-repeat;
}

aside .aside_cats .sub_cats ul li a:hover,
aside .aside_cats .sub_cats ul li a.active{
    color: #fff;

    background: #305060 url(../images/ic_sub_cats_h.png) 13px 12px no-repeat;
}


aside .banner{
    display: block;

    margin-bottom: 30px;
    padding: 3px;

    color: #fff;

    text-decoration: none;
}
aside .banner.brown{
    background: #835655;
}
aside .banner.red{
    background: #c21818;
}

aside .banner img{
    display: block;

    width: 100%;
    margin: 0 auto;
}

aside .banner .info{
    padding: 10px;
}
aside .banner .name{
    margin-bottom: 8px;

    font: 700 27px/28px Roboto;

    letter-spacing: .025em;
}
aside .banner .price{
    font: 500 28px/36px Roboto;

    text-align: center;
}
aside .banner .price span{
    font-size: 36px;
}
aside .banner .price span.currency{
    font-size: 28px;
}


aside .products .title{
    position: relative;

    margin-bottom: 30px;

    color: #333;
    font: 700 16px/18px Roboto;

    text-transform: uppercase;
}
aside .products .title:after{
    display: block;

    position: absolute;
    bottom: -10px;
    left: 0;

    width: 50px;
    height: 4px;

    background: #305060;

    content: '';
}

aside .products .product{
    width: 100%;
    margin-bottom: 30px;
}
aside .products .product .info{
    margin-bottom: 0;
}
/* End Стили боковой колонки сайта */

/*=============================*/

/* Стили основного блока сайта */
.main_slider{
    overflow: hidden;

    height: 419px;
}
.main_slider li{
    overflow: hidden;

    position: relative;

    width: 100%;
    height: 419px;
    padding-top: 45px;

    list-style: none;
}
.main_slider img{
    display: block;

    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;

    margin-left: -800px;
}

.main_slider .title{
    margin-bottom: 40px;

    color: #fff;
    font: 700 80px/73px Roboto;
}

.main_slider .desc{
    color: #fff;
    font: 24px/29px Roboto;
}


.cats{
    position: relative;
    z-index: 100;

    margin-bottom: 50px;
    padding: 44px 0;

    background: #305061;
}
.cats:before{
    display: block;

    position: absolute;
    top: 0;
    left: -210px;

    width: 210px;
    height: 100%;

    background: #305061;

    content: '';
}

.cats a{
    color: #fff;
    font: 14px/18px Roboto;

    text-align: center;
    text-decoration: none;
    letter-spacing: .025em;
    text-transform: uppercase;
}
.cats a + a{
    margin-left: 80px;
}

.cats a .icon{
    height: 134px;
    margin-bottom: 20px;

    line-height: 134px;
}
.cats a .icon img{
    position: relative;
    top: -1px;

    max-width: 100%;
    max-height: 100%;

    vertical-align: middle;
}

.cats a:hover{
    text-decoration: underline;
}


.advantages{
    position: absolute;
    right: -200px;
    bottom: 50px;
    z-index: 99;

    width: 968px;
    height: 838px;
    padding-top: 230px;
    padding-right: 220px;

    background: url(../images/bg_advantages.png) 100% 0 no-repeat;
}

.advantages .item{
    color: #fff;
    font: 900 15px/18px Roboto;

    text-align: right;
    letter-spacing: .025em;
}
.advantages .item + .item{
    margin-top: 21px;
}

.advantages .item .icon{
    display: inline-block;

    margin-right: 15px;

    vertical-align: middle;
}
.advantages .item .icon img{
    display: block;
}

.advantages .item .name{
    display: inline-block;

    text-align: left;
    vertical-align: middle;
}

.advantages .item2{
    margin-right: 45px;
}
.advantages .item3{
    margin-right: 105px;
}
.advantages .item4{
    margin-right: 230px;
}
.advantages .item5{
    margin-right: 340px;
}


.where_buy{
    position: absolute;
    right: 0;
    bottom: 225px;
    z-index: 99;

    width: 325px;
    height: 88px;
}
.where_buy:before{
    display: block;

    position: absolute;
    bottom: -224px;
    left: 0;
    z-index: -1;

    width: 525px;
    height: 616px;

    background: url(../images/bg_where_buy.png) 0 0 no-repeat;

    content: '';
}

.where_buy a{
    display: block;

    position: absolute;
    bottom: 35px;
    left: 131px;

    width: 126px;
    height: 29px;

    color: #fff;
    font: 15px/27px Roboto;

    text-align: center;
    text-decoration: none;

    border: 1px solid #fff;

    transition: background .2s linear;
}
.where_buy a:hover{
    background: #305060;
}


.products .block_title{
    position: relative;

    margin-bottom: 35px;

    color: #305060;
    font: 700 47px/47px Roboto;

    text-align: center;
    letter-spacing: .025em;

    background: url(../images/bg_block_title.png) 50% 60% repeat-x;
}

.products .block_title div{
    display: inline-block;

    padding: 0 20px;

    vertical-align: top;

    background: #fff;
}

.products .block_title:after{
    display: block;

    position: absolute;
    bottom: -15px;
    left: 50%;

    width: 50px;
    height: 4px;
    margin-left: -25px;

    background: #305060;

    content: '';
}

.products .block_title.reverse{
    color: #305060;
}
.products .block_title.reverse:after{
    background: #305060;
}


.products .items{
    margin-left: -2.6%;
}
.products .product{
    position: relative;

    width: 17.4%;
    margin-bottom: 38px;
    margin-left: 2.6%;

    transition: box-shadow .2s linear;
}

.products .product .stickers{
    position: absolute;
    top: 0;
    left: 0;

    color: #fff;
    font: 9px/21px Open Sans;

    text-align: center;
    letter-spacing: .025em;
    text-transform: uppercase;
}
.products .product .stickers .new{
    width: 56px;

    background: #47c52f;
}
.products .product .stickers .discount{
    width: 42px;

    background: #df174f;
}
.products .product .stickers .hit{
    width: 40px;

    background: #f90;
}
.products .product .stickers .skidka{
    width: 48px;

    background: #FF4500;
}
.products .product .stickers .podzakaz{
    width: 62px;

    background: #008B8B;
}
.products .product .stickers .vnalichie{
    width: 62px;

    background: #3A7103;
}
.products .product .stickers div + div{
    margin-top: 3px;
}

.products .product .thumb img{
    display: block;

    width: 100%;
}

.products .product .info{
    padding: 13px;

    border: 1px solid #edeaea;
    border-top: none;

    transition: border-color .2s linear;
}

.products .product .name{
    min-height: 36px;
    margin-bottom: 14px;

    font: 500 15px/18px Roboto;

    letter-spacing: .025em;
   /* text-transform: uppercase;*/
   text-align: center;
}
.products .product .name a{
    display: block;

    color: #000;

    text-decoration: none;

    transition: color .2s linear;
}
.products .product .name a:hover{
    color: #305060;

    text-decoration: underline;
}

.products .product .price{
    color: #666;
    font: 500 17px Roboto;

    text-align: center;
}
.products .product .price .old{
    display: inline-block;
    margin-right: 15px;
    font: 15px/24px Roboto;
    vertical-align: top;
    text-decoration: line-through;
	color: #f00;
}

.products .product:hover{
    box-shadow: 0 0 0 3px #305060;
}
.products .product:hover .info{
    border-color: #fff;
}



.articles_block{
    position: relative;

    width: 67%;
    margin-bottom: 80px;
    padding: 33px 45px 89px 0;

    background: #1d1d1d;
}

.articles_block:after{
    display: block;

    position: absolute;
    top: 0;
    left: -200px;
    z-index: 99;

    width: 200px;
    height: 100%;

    background: #1d1d1d;

    content: '';
}

.articles_block .block_title{
    position: relative;

    margin-bottom: 50px;

    color: #fff;
    font: 700 47px/47px Roboto;
}
.articles_block .block_title:after{
    display: block;

    position: absolute;
    bottom: -10px;
    left: 0;

    width: 50px;
    height: 4px;

    background: #fff;

    content: '';
}


.articles_block .items{
    overflow: hidden;

    margin-left: -4%;
}
.articles_block .item{
    width: 29.333%;
    margin-left: 4%;
}

.articles_block .item .thumb{
    margin-bottom: 30px;
}
.articles_block .item .thumb img{
    display: block;

    width: 100%;
}

.articles_block .item .name{
    margin-bottom: 20px;

    font: 700 16px/20px Roboto;
}
.articles_block .item .name a{
    color: #fff;

    text-decoration: none;
}
.articles_block .item .name a:hover{
    text-decoration: underline;
}

.articles_block .item .desc{
    color: #fff;
    font: 14px/20px Roboto;
}

.articles_block .item .details{
    display: inline-block;

    width: 137px;
    height: 37px;
    margin-top: 30px;

    color: #ccc;
    font: 500 12px/39px Roboto;

    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border: 1px solid #305060;

    transition: background .2s linear;
}
.articles_block .item .details:hover{
    color: #fff; 

    background: #305060;
}


.articles_block .all{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;

    width: 195px;
    padding-top: 14px;

    text-align: left;

    background: #fff;
}

.articles_block .all:before{
    display: block;

    position: absolute;
    top: 0;
    right: -117px;

    width: 117px;
    height: 51px;

    border-top: 26px solid transparent;
    border-right: 59px solid transparent;
    border-bottom: 25px solid #fff;
    border-left: 58px solid #fff;

    content: '';
}

.articles_block .all:after{
    display: block;

    position: absolute;
    top: 0;
    left: -1000px;

    width: 1000px;
    height: 100%;

    background: #fff;

    content: '';
}

.articles_block .all a{
    display: inline-block;

    width: 137px;
    height: 37px;

    color: #000;
    font: 500 12px/39px Roboto;

    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border: 1px solid #305061;

    transition: background .2s linear;
}
.articles_block .all a:hover{
    color: #fff; 

    background: #305061;
}


.news_block{
    position: relative;

    width: 33%;
    margin-bottom: 80px;
    padding: 33px 42px 130px;

    background: #305061;
}

.news_block:before{
    display: block;

    position: absolute;
    top: -116px;
    right: -200px;
    z-index: 101;

    width: 200px;
    height: 386px;

    background: url(../images/bg_news_block.png) 0 0 no-repeat;

    content: '';
}

.news_block:after{
    display: block;

    position: absolute;
    top: 0;
    right: -200px;
    z-index: 99;

    width: 200px;
    height: 100%;

    background: #305061;

    content: '';
}

.news_block .block_title{
    position: relative;

    margin-bottom: 50px;

    color: #fff;
    font: 700 47px/47px Roboto;
}
.news_block .block_title:after{
    display: block;

    position: absolute;
    bottom: -10px;
    left: 0;

    width: 50px;
    height: 4px;

    background: #fff;

    content: '';
}

.news_block .item{
    position: relative;
}
.news_block .item + .item{
    margin-top: 80px;
}

.news_block .item .thumb{
    position: relative;
    z-index: 2;

    width: 107px;
}
.news_block .item .thumb img{
    display: block;

    width: 100%;
}

.news_block .item .name{
    position: relative;
    z-index: 1;

    width: 100%;
    margin-left: -107px;
    padding-left: 125px;

    font: 700 14px/20px Roboto;
}
.news_block .item .name a{
    display: block;

    color: #fff;

    text-decoration: none;
}
.news_block .item .name a:hover{
    text-decoration: underline;
}

.news_block .item .date{
    position: absolute;
    bottom: -17px;
    left: -7px;
    z-index: 3;

    width: 64px;
    height: 38px;

    color: #fff;
    font: 700 16px/38px Roboto;

    text-align: center;

    background: #1d1d1d;
}


.news_block .all{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;

    width: 195px;
    padding-top: 14px;

    text-align: right;

    background: #fff;
}

.news_block .all:before{
    display: block;

    position: absolute;
    top: 0;
    left: -117px;

    width: 117px;
    height: 51px;

    border-top: 26px solid transparent;
    border-right: 58px solid #fff;
    border-bottom: 25px solid #fff;
    border-left: 59px solid transparent;

    content: '';
}

.news_block .all:after{
    display: block;

    position: absolute;
    top: 0;
    right: -1000px;

    width: 1000px;
    height: 100%;

    background: #fff;

    content: '';
}

.news_block .all a{
    display: inline-block;

    width: 137px;
    height: 37px;

    color: #000;
    font: 500 12px/39px Roboto;

    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border: 1px solid #305061;

    transition: background .2s linear;
}
.news_block .all a:hover{
    color: #fff; 

    background: #305061;
}


.bottom_text{
    color: #666;
    font: 14px/24px Roboto;
}
.bottom_text h1{
    margin-bottom: 25px;

    color: #305060;
    font: 600 26px/30px Roboto;

    letter-spacing: .05em;
}
.bottom_text p{
    margin-bottom: 20px;
}


.sorting{
    margin-bottom: 25px;

    color: #666;
    font: 11px/33px Roboto;
}
.sorting .name{
    margin-right: 6px;
}


.sorting select{
    width: 105px;
    height: 33px;
    padding: 0 24px 0 7px;

    color: #333;
    font: 500 12px/31px Roboto;

    border: 1px solid #e4e4ea;
}

.sorting .sbHolder{
    display: inline-block;

    position: relative;

    min-width: 105px;
    height: 33px;

    vertical-align: top;
}
.sorting .sbSelector{
    display: block;
    overflow: hidden;

    height: 100%;
    padding: 0 24px 0 7px;

    color: #333;
    font: 500 12px/31px Roboto;

    white-space: nowrap;
    text-decoration: none;

    border: 1px solid #e4e4ea;
}

.sorting .sbToggle{
    display: block;

    position: absolute;
    top: 50%;
    right: 10px;

    width: 10px;
    height: 6px;
    margin-top: -3px;

    background: url(../images/ic_select_toggle.png) 0 0 no-repeat;

    content: '';
    transition: border-color .2s linear;
}

.sorting .sbOptions{
    position: absolute;
    top: 33px !important;
    left: 0;
    z-index: 99;

    width: 100%;
    max-height: none !important;

    border: 1px solid #e4e4ea;
    border-top: none;
    background: #fff;
}

.sorting .sbOptions li{
    list-style: none;
}

.sorting .sbOptions a{
    display: block;

    width: 100%;
    padding: 0 7px;

    color: #333;
    font: 500 12px/33px Roboto;

    text-decoration: none;

    transition: all .2s linear;
}
.sorting .sbOptions a:hover{
    color: #000;

    background: #e4e4ea;
}


.sorting a.up{
    display: inline-block;

    width: 19px;
    height: 33px;
    margin-left: 10px;

    vertical-align: top;

    opacity: .5;
    background: url(../images/ic_sorting_up.png) 0 50% no-repeat;

    transition: opacity .2s linear;
}
.sorting a.down{
    display: inline-block;

    width: 19px;
    height: 33px;
    margin-left: 3px;

    vertical-align: top;

    opacity: .5;
    background: url(../images/ic_sorting_down.png) 0 50% no-repeat;

    transition: opacity .2s linear;
}

.sorting a.up.active,
.sorting a.down.active{
    opacity: 1;
}


.sorting .limit{
    margin-left: 30px;
}
.sorting .limit a{
    display: inline-block;

    width: 33px;
    height: 33px;

    color: #666;
    font: 700 12px/33px Roboto;

    text-align: center;
    vertical-align: top;

    transition: all .2s linear;
}
.sorting .limit a:hover{
    color: #305061;
}
.sorting .limit a.active{
    color: #fff;

    text-decoration: none;

    background: #999;
}


.content.right{
    position: relative;
    z-index: 1;

    width: 100%;
    margin-left: -224px;
    padding-bottom: 40px;
    padding-left: 247px;
}
.content.right:before{
    display: block;

    position: absolute;
    top: 55px;
    right: -200px;

    width: 188px;
    height: 381px;

    background: url(../images/bg_content_before.png) 0 0 no-repeat;

    content: '';
}
.content.right:after{
    display: block;

    position: absolute;
    right: -200px;
    bottom: -271px;

    width: 188px;
    height: 381px;

    background: url(../images/bg_content_after.png) 0 0 no-repeat;

    content: '';
}

.content.left{
    position: relative;
    z-index: 1;

    width: 100%;
    margin-right: -224px;
    padding-right: 247px;
    padding-bottom: 40px;
}
.content.left:before{
    display: block;

    position: absolute;
    bottom: -50px;
    left: -190px;

    width: 190px;
    height: 382px;

    background: url(../images/bg_aside_before.png) 0 0 no-repeat;

    content: '';
}

.content .products .items{
    margin-left: -3%;
}
.content .products .product{
    width: 22%;
    margin-bottom: 30px;
    margin-left: 3%;
	height: 286px;
}


.pagination{
    padding: 21px 0;

    text-align: center;
}
.pagination a{
    display: inline-block;

    height: 39px;
    padding: 0 10px;

    color: #333;
    font: 17px/39px Roboto;

    vertical-align: top;

    transition: color .2s linear;
}

.pagination a:hover{
    color: #305061;
}

.pagination a.active{
    width: 39px;
    padding: 0;

    color: #fff;

    text-align: center;

    background: #305061;
}

.pagination .sep{
    display: inline-block;

    height: 39px;
    margin: 0 7px;

    color: #333;
    font: 17px/39px Roboto;

    vertical-align: top;
    letter-spacing: .3em;
}

.pagination a.first{
    width: 39px;
    height: 39px;
    margin: 0;

    background: url(../images/ic_pag_arrows.png) 0 0 no-repeat;
}
.pagination a.first:hover{
    background-position: 0 -39px;
}

.pagination a.last{
    width: 39px;
    height: 39px;
    margin: 0;

    background: url(../images/ic_pag_arrows.png) -39px 0 no-repeat;
}
.pagination a.last:hover{
    background-position: -39px -39px;
}

.pagination a.prev{
    width: 39px;
    height: 39px;
    margin-left: 0;

    background: url(../images/ic_pag_arrows.png) 0 -78px no-repeat;
}
.pagination a.prev:hover{
    background-position: 0 -117px;
}

.pagination a.next{
    width: 39px;
    height: 39px;
    margin-right: 0;

    background: url(../images/ic_pag_arrows.png) -39px -78px no-repeat;
}
.pagination a.next:hover{
    background-position: -39px -117px;
}


.product_info{
    margin-top: -20px;
}
.product_info .page_title{
    margin-bottom: 20px;
}

.product_info .info{
    position: relative;

    margin-bottom: 60px;
}

.product_info .stickers{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;

    color: #fff;
    font: 9px/21px Open Sans;

    text-align: center;
    letter-spacing: .025em;
    text-transform: uppercase;
}
.product_info .stickers .new{
    width: 67px;

    background: #47c52f;
}
.product_info .stickers .discount{
    width: 56px;

    background: #f00;
}
.product_info .stickers .hit{
    width: 40px;

    background: #305060;
}
.product_info .stickers .skidka{
    width: 48px;

    background: #FF4500;
}
.product_info .stickers .podzakaz{
    width: 62px;

    background: #008B8B;
}
.product_info .stickers .vnalichie{
    width: 62px;

    background: #3A7103;
}
.product_info .stickers div + div{
    margin-top: 5px;
}


.product_info .info .images{
    width: 48%;
}

.product_info .info .big li{
    width: 100%;

    list-style: none;
}
.product_info .info .big li a{
    display: block;

    position: relative;

    width: 100%;
    height: 100%;
}

.product_info .info .big li img{
    display: block;

    width: 100%;
}

.product_info .info .thumbs{
    margin-top: 16px;
}
.product_info .info .thumbs li{
    display: inline-block;

    list-style: none;

    vertical-align: top;
}
.product_info .info .thumbs li a{
    display: block;

    position: relative;

    width: 124px;
    height: 95px;

    line-height: 95px;

    text-align: center;
}

.product_info .info .thumbs li img{
    position: relative;
    top: -1px;

    max-width: 100%;
    max-height: 100%;

    vertical-align: middle;
}


.product_info .info .data{
    width: 48%;
}

.product_info .info .buy{
    margin-bottom: 45px;
}

.product_info .info .buy .price_box{
    margin-bottom: 28px;
}
.product_info .info .buy .price_box div{
    display: inline-block;

    height: 34px;

    vertical-align: top;
}

.product_info .info .buy .price_box .price{
    margin-left: 15px;

    color: #666;
    font: 500 35px/34px Roboto;
}
.product_info .info .buy .price_box .price .currency{
    font-size: 23px;
}

.product_info .info .buy .old_price{
    color: #666;
    font: 25px/34px Roboto;

    text-decoration: line-through;
}
.product_info .info .buy .old_price .currency{
    font-size: 23px;
}


.product_info .info .buy .amount{
    width: 183px;
    margin-bottom: 28px;
}

.product_info .info .buy .amount input{
    float: left;

    width: 62px;
    height: 34px;

    color: #666;
    font: 14px/31px Open Sans;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}

.product_info .info .buy .amount a{
    display: block;
    float: left;

    position: relative;

    width: 34px;
    height: 34px;

    background: #ccc;

    transition: background .2s linear;
}
.product_info .info .buy .amount a.minus:after{
    display: block;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;

    background: url(../images/ic_plus_minus.png) -8px 0 no-repeat;

    content: '';
}

.product_info .info .buy .amount a.plus:after{
    display: block;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;

    background: url(../images/ic_plus_minus.png) 0 0 no-repeat;

    content: '';
}

.product_info .info .buy .amount a:hover{
    background: #666;
}


.product_info .info .buy .amount span{
    display: inline-block;

    height: 34px;
    margin-left: 15px;

    color: #333;
    font: 14px/34px Open Sans;

    vertical-align: top;
}


.product_info .info .buy .total_price{
    color: #333;
    font: 30px/45px Roboto;
}
.product_info .info .buy .total_price div{
    display: inline-block;

    height: 45px;

    vertical-align: top;
}
.product_info .info .buy .total_price .price{
    font-size: 35px;
    font-weight: 500;
}
.product_info .info .buy .total_price .currency{
    font-size: 23px;
}


.product_info .info .buy .buy_link{
    display: block;

    width: 183px;
    height: 45px;

    color: #fff;
    font: 500 16px/45px Roboto;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    background: #305060;

    transition: background .2s linear;
}
.product_info .info .buy .buy_link:hover{
    background: #996633;
}


.product_info .info .description{
    color: #666;
    font: 14px/24px Roboto;
}
.product_info .info .description .title{
    position: relative;

    margin-bottom: 30px;

    color: #333;
    font: 700 16px/18px Roboto;

    text-transform: uppercase;
}
.product_info .info .description .title:after{
    display: block;

    position: absolute;
    bottom: -10px;
    left: 0;

    width: 50px;
    height: 4px;

    background: #305060;

    content: '';
}


.product_info .features{
    color: #000;
    font: 14px/20px Roboto;
}

.product_info .features .item{
    max-width: 380px;
}
.product_info .features .item + .item{
    margin-top: 10px;
    padding-top: 10px;

    border-top: 1px dotted #333;
}

.product_info .features .title{
    margin-bottom: 5px;

    color: #333;
    font: 700 14px/18px Roboto;

    letter-spacing: .025em;
}

.product_info .features table{
    width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}

.product_info .features table td{
    padding: 2px 0;

    text-align: left;
    vertical-align: top;
}
.product_info .features table td.name{
    width: 65%;
}
.product_info .features table tr:nth-child(2n) td{
    background: #f5f5f5;
}


.tabs{
    height: 52px;
}
.tabs li{
    display: block;
    float: left;

    position: relative;
    z-index: 2;

    width: 195px;
    height: 52px;

    list-style-type: none;

    font: 500 17px/50px Roboto;

    text-align: center;
    letter-spacing: .05em;

    border: 2px solid #ccc;
    border-bottom: none;

    cursor: pointer;
    transition: border-color .2s linear;
}
.tabs li + li{
    margin-left: 15px;
}

.tabs li a{
    color: #666;

    text-decoration: none;
}

.tabs li.active{
    border-color: #666;
}
.tabs li.active:after{
    display: block;

    position: absolute;
    bottom: -2px;
    left: 0;

    width: 100%;
    height: 2px;

    background: #fff;

    content: '';
}


.tab_content{
    display: none;

    position: relative;
    z-index: 1;

    padding: 35px 25px 0;

    border-top: 2px solid #666;
}
/* End Стили основного блока сайта */

/*=============================*/

/* Стили подвала сайта */
footer{
    position: relative;
    z-index: 9;

    margin-top: 70px;

    border-top: 4px solid #305061;
}

footer .info{
    padding-bottom: 50px;

    border-top: 1px solid #fff;
    background: #1d1d1d;
}

footer .logo{
    position: relative;
    z-index: 2;

    margin-top: -1px;
}
footer .logo img{
    display: block;

    max-width: 100%;
}


footer .right_info{
    position: relative;
    z-index: 1;

    width: 100%;
    margin-left: -200px;
    padding-left: 227px;
}


footer .menu{
    margin-bottom: 22px; 
    padding-top: 5px;
}
footer .menu li{
    display: inline-block;

    vertical-align: top;
}
footer .menu li + li{
    margin-left: 18px;
}

footer .menu li a{
    display: block;

    position: relative;

    height: 37px;
    padding: 0 22px;

    color: #ccc;
    font: 15px/37px Roboto;

    text-decoration: none;

    transition: color .2s linear;
}

footer .menu li a:after{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 0;
    height: 5px;
    margin: auto;

    color: transparent;

    background: #305060;

    content: '';
    transition: width .3s linear;
}

footer .menu li a:hover:after,
footer .menu li a.active:after{
    width: 100%;
}
footer .menu li a:hover,
footer .menu li a.active{
    color: #305060;
}


footer .contacts{
    width: 455px;
}
footer .phone{
    margin-bottom: 5px;

    color: #ccc;
    font: 22px/38px Roboto;
}

footer .time{
    margin-bottom: 5px;

    color: #ccc;
    font: 13px/38px Roboto;
}

footer .callback_link{
    display: block;

    width: 206px;
    margin-right: 28px;

    color: #ccc;
    font: 14px/34px Roboto;

    text-align: center;
    text-decoration: none;

    border: 2px dotted #305061;

    transition: color .2s linear;
}
footer .callback_link span{
    display: block;

    padding: 0 10px 0 4px;

    transition: background .2s linear;
}

footer .callback_link .icon{
    width: 24px;
    height: 23px;
    margin-top: 5px;

    background: url(../images/ic_callback_link.png) 0 0 no-repeat;

    transition: background-position .2s linear;
}

footer .callback_link:hover{
    color: #fff;
}
footer .callback_link:hover span{
    background: #305060;
}
footer .callback_link:hover .icon{
    background-position: 0 -23px;
}

footer .email{
    display: block;

    width: 210px;
    padding-left: 35px;

    color: #ccc;
    font: 13px/38px Roboto;

    background: url(../images/ic_email.png) 0 55% no-repeat;

    transition: color .2s linear;
}
footer .email:hover{
    color: #305061;
}


footer .catalog_link{
    display: block;

    height: 37px;
    margin-top: 43px;
    margin-right: 35px;
    padding: 0 15px;

    color: #fff;
    font: 15px/37px Roboto;

    text-decoration: none;

    background: #305060;

    transition: background .2s linear;
}
footer .catalog_link:hover{
    background: #996633;
}


footer .creator{
    margin-top: 43px;

    color: #666;
    font: 12px/38px Roboto;

    letter-spacing: .025em;
}
footer .creator a{
    color: #ccc;

    text-decoration: none;

    transition: color .2s linear;
}
footer .creator a:hover{
    color: #305061;
}
/* End Стили подвала сайта */

/*=============================*/

@media (max-width: 1219px){
    header .time,
    header .phone{
        margin-right: 30px;
    }

    header .catalog_link{
        margin-right: 0;
    }

    header .menu{
        float: right;

        margin-right: -15px;
    }
    header .menu li + li{
        margin-left: 0;
    }
    header .menu li a{
        padding: 0 15px;
    }

    .main_slider .title{
        font-size: 60px;
        line-height: 60px;
    }

    .bx-wrapper .bx-pager{
        left: 10px;

        margin-left: 0;
    }
    .bx-wrapper .bx-controls-direction a.bx-prev{
        left: 10px;

        margin-left: 0;
    }
    .bx-wrapper .bx-controls-direction a.bx-next{
        left: 112px;

        margin-left: 0;
    }

    .cats{
        padding-right: 78px;
    }
    .cats a + a{
        margin-left: 100px;
    }

    .product_info .content.left{
        margin-right: 0;
        padding-right: 0;
    }

    .product_info aside{
        width: 100%;
        padding-bottom: 0;
    }
    aside .products .items{
        overflow: hidden;

        margin-left: -3%;
    }
    aside .products .product{
        width: 30.333%;
        margin-left: 3%;
    }

    footer .info{
        padding-bottom: 30px;
    }
    footer .creator{
        display: none;
    }
}

@media (max-width: 1023px){
    header .contacts{
        width: 423px;
    }
    header .phone{
        margin-right: 0;
    }
    header .contacts + .clear{
        display: none;
    }

    header .catalog_link{
        float: right;

        margin-top: -37px;
        padding: 0 20px;
    }

    header .menu{
        margin-top: 15px;
    }
    header .menu li a{
        padding: 0 13px;
    }

    .main_slider + .cont{
        padding: 0;
    }
    .where_buy{
        display: none;
    }

    .cats{
        width: 100%;
        margin-bottom: 1px;
        padding: 30px 0;

        text-align: center;
    }
    .cats:before{
        display: none;
    }
    .cats a{
        display: inline-block;
        float: none;

        margin: 0 40px;

        vertical-align: top;
    }
    .cats a + a{
        margin-left: 40px;
    }

    .advantages{
        position: relative;
        top: 0;
        right: 0;

        width: 100%;
        height: auto;
        margin-bottom: 30px;
        padding: 30px 0 1px;

        text-align: center;

        background: #305061;
    }

    .advantages .item{
        display: inline-block;

        margin: 0 20px 30px;

        vertical-align: top;
    }
    .advantages .item + .item{
        margin-top: 0;
    }

    .products .product{
        width: 30.7%;
    }


    .articles_block{
        width: 100%;
        margin-bottom: 40px;
        padding: 30px 10px 80px;
		min-height: auto;
    }
    .articles_block:after{
        display: none;
    }

    .news_block{
        width: 100%;
        margin-bottom: 40px;
        padding: 30px 10px 20px;
		min-height: auto;
    }
    .news_block:before,
    .news_block:after{
        display: none;
    }

    .news_block .item{
        display: inline-block;
        float: left;

        width: 48%;
        margin-bottom: 60px;

        vertical-align: top;
    }
    .news_block .item:nth-child(2n+1){
        float: right;
    }
    .news_block .item + .item{
        margin-top: 0;
    }

    .page_title{
        font-size: 25px;
    }
    .content .products .product{
        width: 47%;
    }

    .pagination a.first,
    .pagination a.last{
        display: none;
    }

    .product_info .info .buy .price_box div,
    .product_info .info .buy .total_price div{
        display: block;
    }
    .product_info .info .buy .price_box .price{
        margin-left: 0;
    }

    footer{
        margin-top: 40px;
    }
    footer .menu,
    footer .catalog_link{
        display: none;
    }
    footer .contacts{
        margin-top: 20px;
    }
    footer .creator{
        display: block;

        margin-top: 5px;
    }
    header .search{
        position: absolute;
        top: -80px;
        right: -10px;
        width: 100%;
        margin: 0;
        padding-left: 80px;
    }	
}

@media (max-width: 820px){
    header .logo{
        width: 100px;
        margin-bottom: 10px;
        margin-left: -10px;
    }

    header .right_info{
        margin-left: 0;
        padding-left: 0;

        text-align: center;
    }

    header .search{
        position: absolute;
        top: -83px;
        right: -10px;
        width: 100%;
        margin: 0;
        padding-left: 80px;
    }
    header .search form .input{
        padding: 0 5px;
    }

    header .contacts{
        display: inline-block;
        float: right;
        width: 423px;
        margin-top: -45px;
        vertical-align: top;
    }
    header .phone{
        margin-right: 0;
    }

    header .catalog_link{
        display: none;

        position: absolute;
        top: -47px;
        right: -10px;

        margin: 0;
    }

    header .menu{
        float: none;
        clear: both;

        margin-top: 0;
        margin-right: 0;
        padding-top: 15px;
    }
    header .menu li a{
        padding: 0 8px;
    }


    .cats a{
        margin: 0 20px;
    }
    .cats a + a{
        margin-left: 20px;
    }

    .advantages .item{
        margin: 0 11px 30px;
    }

    .products .items{
        margin-left: -3%;
    }
    .products .product{
        width: 47%;
        margin-left: 3%;
    }

    aside{
        width: 100%;
        margin-left: 0;
        padding-bottom: 10px;
    }
    aside .banner{ display: none; }

    .breadcrumbs{
        display: block;
    }

    .content.right{
        margin: 0;
        padding: 0 0 30px;
    }
    .page_title{
        font-size: 22px;
        line-height: 24px;
    }

    .product_info .info .images{
        width: 100%;
        margin-bottom: 30px;
    }
    .product_info .info .data{
        width: 100%;
    }

    .product_info{
        margin-top: 0;
    }

    .content.left:before{
        display: none;
    }

    .tabs li{
        width: auto;
        padding: 0 25px;
    }
    .tabs li + li{
        margin-left: 0;
    }

    .product_info .info .buy .price_box .price{
        font-size: 30px;
    }
    .product_info .info .buy .old_price{
        margin-top: -10px;

        font-size: 20px;
    }

    .product_info .info .buy .total_price{
        font-size: 25px;
    }
    .product_info .info .buy .total_price .name{
        margin-bottom: -23px; 

        line-height: 25px;
    }
    .product_info .info .buy .total_price .price{
        font-size: 28px;
    }

    aside .products .product{
        width: 47%;
    }

    footer .info{
        padding-bottom: 30px;
    }
    footer .logo{
        width: 100px;
        margin-left: -10px;
    }

    footer .right_info{
        margin-left: -100px;
        padding-left: 125px;
    }

    footer .contacts{
        display: inline-block;
        float: left;

        width: 423px;
        margin-top: 16px;

        vertical-align: top;
    }
    footer .callback_link{
        margin-right: 0;
    }
    footer .creator{
        display: none;
    }
}

@media (max-width: 500px){
	header {
		padding-bottom: 0;
	}
    header .catalog_link{
        display: block;
		position: absolute;
		top: -45px;
		right: -10px;
		margin: 0;
    }

    header .right_info{
        z-index: 3;
    }
    header .contacts{
        width: 100%;
        margin: 0;
    }
	header .logo {
	margin-left: 30px;
	}
    header .time,
    header .phone{
        float: none;
        width: 100%;
        margin-right: 0;
    }

    header .callback_link{
        display: block;
        float: none;
        width: 206px;
        margin: 10px auto;
    }

    header .email{
        display: block;
        float: none;
        width: 208px;
        margin: 10px auto 0;
    }

    header .menu_link{
        display: block;
		top: 0px;
		right: -5px;
    }
    header .menu{
        display: none;
        float: none;

        position: absolute;
        top: -72px;
        left: -10px;
        z-index: 999;

        width: 320px;
        height: auto;
        padding: 0;

        background: #305060;
    }
    header .menu li{
        float: none;

        width: 100%;

        border-top: 1px solid #fff;
    }
    header .menu li a{
        color: #fff;
        font: 16px/37px Roboto;

        text-align: center;
    }


    .main_slider .title{
        margin-bottom: 30px;

        font-size: 45px;
        line-height: 50px;
    }
    .main_slider .desc{
        font-size: 20px;
        line-height: 24px;
    }

    .products .block_title{
        font-size: 30px;
        line-height: 30px;
    }

    .products .items{
        margin-left: 0;
    }
    .products .product{
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
	.products .product .info {
	  padding: 10px;
	}
    .products .product .name{
        min-height: auto;
		margin-bottom: 5px;
    }
	.products .product .price {
	  text-align: center;
	  font: 500 17px Roboto;
	}
	.products .product .price .old {
	  font: 13px/24px Roboto;
	}
    .articles_block{
        padding-bottom: 50px;
    }
    .articles_block .block_title{
        margin-bottom: 30px;

        font-size: 30px;
        line-height: 30px;
    }

    .articles_block .items{
        margin-left: 0;
    }
    .articles_block .item{
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .news_block{
        padding-bottom: 50px;
    }
    .news_block .block_title{
        margin-bottom: 30px;

        font-size: 30px;
        line-height: 30px;
    }

    .news_block .items{
        margin-left: 0;
    }
    .news_block .item{
        width: 100%;
        margin-bottom: 50px;
        margin-left: 0;
    }
    .news_block .item .name{
        font-size: 13px;
        line-height: 18px;
    }

    .bottom_text h1{
        font-size: 18px;
        line-height: 22px;
    }

    .sorting .sort{
        width: 100%;
        margin: 0 0 7px;
    }
    .sorting .limit{
        width: 100%;
        margin: 0;
    }
	.sorting {
		margin-bottom: 18px;
	}
    .content .products .items{
        margin-left: 0;
    }
    .content .products .product{
        width: 47%;
        margin-left: 7px;
		margin-bottom: 0px;
    }

    .pagination a{
        padding: 0 5px;
    }
    .pagination a:nth-child(n+7):nth-child(-n+10){
        display: none;
    }

    .product_info .info .buy .amount,
    .product_info .info .buy .buy_link{
        float: right;

        width: 166px;
    }

    .tabs li{
        width: auto;
        padding: 0 12px;

        font-size: 13px;

        border-width: 1px;
    }
    .tabs li + li{
        margin-left: 0;
    }
    .tab_content{
        padding: 20px 0 0;
    }

    aside .products .items{
        margin-left: 0;
    }
    aside .products .product{
        width: 100%;
        margin-left: 0;
    }

    footer .right_info{
        margin-left: 0;
        padding-left: 0;

        text-align: center;
    }

    footer .contacts{
        width: 100%;
    }
    footer .time,
    footer .phone{
        float: none;

        width: 100%;
        margin-right: 0;
    }

    footer .callback_link{
        display: block;
        float: none;

        width: 206px;
        margin: 10px auto;
    }

    footer .email{
        display: block;
        float: none;

        width: 141px;
        margin: 10px auto;
    }
}

@media (max-width: 400px){
	.cats a + a{
        margin-top: 30px;
    }
}
/*Дилеры*/
.okrug { font-weight: bold; font-size: 30px; text-align: left; margin-top: 20px; margin-left: 0px; margin-right: 0px; margin-bottom: 20px; }
.gorod { font-size: 25px; font-weight: bold; text-align: left; margin: 10px 0px; text-indent: 15px; }
.firma-kh { margin: 10px 10px 15px 15px; background-color: RGBA(255, 153, 0, 0.23); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 15px; /*font-size: 18px;*/ line-height: 25px; /* [disabled]width: 100%;
*/ clear: left; }
.firma { /* [disabled]width: 47%;
*/ /* [disabled]float: left;
*/ margin: 10px 10px 15px 15px; background-color: RGBA(255, 153, 0, 0.23); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 15px; clear: left; }
.clearfix1 { clear: both; }
.firma-tel { width: 20px; display: inline-block; }
/**/
/* Базовый контейнер табов */
.tabs-kont { /*min-width: 320px; max-width: 938px; */ padding: 0px; margin: 0px; }
/* стили секций с содержанием */
.tabs-kont section { display: none; padding: 15px; background: #fff; border: 1px solid #ff931e; }
.tabs-kont input { display: none; }
/* стили вкладок (табов) */
.tabs-kont label { font-size: 16px; display: inline-block; margin: 0 0 -1px; padding: 7px 14px; font-weight: 600; text-align: center; /* [disabled]color: #aaa;
*/ border: 1px solid #ff931e; background-color: RGBA(255, 153, 0, 0.23); }
/* изменения стиля заголовков вкладок при наведении */
.tabs-kont label:hover { color: #888; cursor: pointer; }
/* стили для активной вкладки */
.tabs-kont input:checked + label { color: #555; /*border: 1px solid #ddd; border-top: 1px solid #555;*/ border-bottom: 1px solid #fff; background: #fff; }
/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5, #tab6:checked ~ #content6, #tab7:checked ~ #content7, #tab8:checked ~ #content8 { display: block; }
/**/
.horizontal1-click [name="vklad"] { display: none; }
.horizontal1-click > :not(input):not(label) { overflow: hidden; height: 0; margin: 0; border-bottom: 1px solid #ff931e; transition: .5s; }
.horizontal1-click > label { overflow: hidden; display: block; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; margin: 0; padding: 0; border: none; background: none; border-radius: 0; }
.horizontal1-click > :checked + label + * { overflow: auto; height: auto; }
.horizontal1-click > :checked + label { cursor: default; }
/*Дилеры*/
.features .item div b {
	display: block;
	margin-left: 120px;
	margin-top: -20px;
}
.bottom_text ul li {
    margin-left: 25px;
}
.description li {
    margin-left: 25px;
}
.thumb {
    border: 1px solid #edeaea;
    border-bottom: none;
    transition: border-color 0.2s linear 0s;
    border-width: 1px 1px medium;
    border-style: solid solid none;
    border-color: rgb(237, 234, 234) rgb(237, 234, 234) -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
.dop_img .fancy_img {
    float: left;
    width: 23%;
    border: 1px solid #999;
    margin: 5px;
    padding: 5px 5px 0 5px;
    display: block;
}
.dop_img .fancy_img img {
    width: 100%;
}