﻿@font-face {
    font-family: 'ALSRubl';
    src: url('ruble/alsrubl-arial-regular.eot');
    src: url('ruble/alsrubl-arial-regular.eot?#iefix') format('embedded-opentype'),url('ruble/alsrubl-arial-regular.woff') format('woff'), url('ruble/alsrubl-arial-regular.ttf') format('truetype'), url('ruble/alsrubl-arial-regular.svg#ALSRublArialRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ALSRubl';
    src: url('ruble/alsrubl-arial-italic.eot');
    src: url('ruble/alsrubl-arial-italic.eot?#iefix') format('embedded-opentype'), url('ruble/alsrubl-arial-italic.woff') format('woff'), url('ruble/alsrubl-arial-italic.ttf') format('truetype'), url('ruble/alsrubl-arial-italic.svg#ALSRublArialItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ALSRubl';
    src: url('ruble/alsrubl-arial-bold.eot');
    src: url('ruble/alsrubl-arial-bold.eot?#iefix') format('embedded-opentype'), url('ruble/alsrubl-arial-bold.woff') format('woff'), url('ruble/alsrubl-arial-bold.ttf') format('truetype'), url('ruble/alsrubl-arial-bold.svg#ALSRublArialBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ALSRubl';
    src: url('ruble/alsrubl-arial-bolditalic.eot');
    src: url('ruble/alsrubl-arial-bolditalic.eot?#iefix') format('embedded-opentype'), url('ruble/alsrubl-arial-bolditalic.woff') format('woff'), url('ruble/alsrubl-arial-bolditalic.ttf') format('truetype'), url('ruble/alsrubl-arial-bolditalic.svg#ALSRublArialBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}


html{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
body{
    font-family: 'Roboto', sans-serif;
    color:#444444;
    background:#e0f0f7;
    background: #ecf0f5;
    display: flex;
    flex-direction: column;
    flex: auto;
    font-size: 18px;
}
a{
    color:#0057b8;
}
a:hover,
.pic:hover +.name a
{
    color:#c70000;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.price i{
    font-family: 'ALSRubl', 'Open Sans', sans-serif;
    font-style: normal;
    line-height: normal
}

.pages{
    clear: left;
    font-size: 18px;
    font-family: Arial, sans-serif;
    margin: 30px 0;
}
.pages a, .pages span{
    margin-right: 1px;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    /*
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    */
    background: #FFFFFF;
}
.pages .active{
    font-weight: bold;
    background: #c70000;
    color: #FFFFFF;
}
.pages a:hover{
    background: #FFFFFF;
}

.ns{
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 15px 0;
    color: #999999;
}
.ns li{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.ns li::before{
    font-family: FontAwesome;
    content: '\f105';
    margin: 0 4px;
}
.ns li:first-child::before{
    content: '';
    margin: 0;
}
.ns a{
    text-decoration: none;
    color: #999999;
}
.ns a{
    text-decoration: none;
    color: #999999;
}
.ns a:hover{
    text-decoration: underline;
    color: #000000;
}


.data-table{
    border-collapse: collapse;
    font-size: 18px;
}
.data-table th{
    background: #f5f5f5;
    color: #000000;
    padding: 10px;
    border: 1px solid #eeeeee;
}
.data-table td{
    padding: 10px;
    border: 1px solid #eeeeee;
}

.table-wrapper{
    margin: 25px 0;
}



.form .f-label, .label{
    padding: 0;
    color: #666666;
    text-align: left;
}
.label .descr{
    font-weight: normal;
    color: #aaaaaa;
}
.form .elem{
    padding-bottom: 10px;
}

.form .elem input[type=text],
.form .elem input[type=password],
.form .elem input[type=email],
.form .elem textarea,
.form .elem select{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #777 #bbb #bbb #bbb;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;
    width: 100%;
}

.form .elem textarea{
    min-height: 150px;
}

.form .f-label, .label{
    position: relative;
}
.form .f-label label, .label label{
    font-weight: normal;
}
.form .f-label .form_error, .label .form_error{
    background: #c70000;
    position: absolute;
    bottom:0;
    left: 0;
    color: #ffffff;
    padding: 0 4px;
    white-space: nowrap;
    z-index: 10000;
}

.form_errors{
    background: #c70000;
    color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
}

.form .elem .no_valid{
    border: 2px solid #c70000;
}

.form h3{

}


.btn,
.form-control
{
    border-radius: 0;
}

.form .submit input[type=submit],
.form .submit button,
.ibutton{
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 10px 25px;
    background: #0057b8;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s;
}
.form .submit input[type=submit]:hover,
.form .submit button:hover,
.ibutton:hover{
    background: #c70000;
    color: #ffffff;
    text-decoration: none;
}



/*  base structure  */

.main{
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
}

footer{
    position: relative;
}



.white{
    background: #ffffff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.inside-page{
    background: #ffffff;
    padding: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}


.black-panel{
    background: #0057b8;
    color: #ffffff;
    height: 46px;
    position: relative;
}
.black-panel.panel-fixed{
    position: fixed;
    z-index: 10000;
    top:0;
    right: 0;
    left: 0;
}
.black-panel a {
    color: #ffffff;
}
.black-panel .t-menu{
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    position: absolute;
}
.black-panel .t-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.black-panel .t-menu > ul > li{
    display: inline-block;
    position: relative;
}
.black-panel .t-menu > ul > li > a,
.black-panel .t-menu > ul > li > span{
    display: block;
    line-height: 46px;
    padding: 0 15px;
}
.black-panel .t-menu > ul > li > a:hover,
.black-panel .t-menu > ul > li:hover > a{
    text-decoration: none;
    background: #444444;
}
.black-panel .t-menu > ul > li.with-sub > a:after{
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    margin-left: 6px;
    line-height: 1;
}
.black-panel .t-menu > ul > li > ul{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #444444;
    min-width: 200px;
    z-index: 10000;
}
.black-panel .t-menu > ul > li:hover > ul {
    display: block;
}
.black-panel .t-menu > ul > li > ul > li > a{
    display: block;
    line-height: 46px;
    padding: 0 15px;
    white-space: nowrap;
}
.black-panel .t-menu > ul > li > ul > li > a:hover{
    text-decoration: none;
    background: #555555;
}

.black-panel .black-right{
    position: absolute;
    right: 15px;
    top: 0;
}
.black-panel .account{
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}
.black-panel .account-input-link{
    display: inline-block;
    line-height: 46px;
    padding: 0 15px;
    font-size: 18px;
}
.black-panel .account-input-link:before{
    content: "\f023";
    display: inline-block;
    margin-right: 6px;
    line-height: 1;
    font-family: FontAwesome;
}
.black-panel .account-output-link{
    display: inline-block;
    line-height: 46px;
    padding: 0 15px;
    font-size: 18px;
}
.black-panel .account-output-link:before{
    content: "\f08b";
    display: inline-block;
    margin-right: 6px;
    line-height: 1;
    font-family: FontAwesome;
}
.black-panel .account-user-link{
    display: inline-block;
    line-height: 46px;
    padding: 0 15px;
    font-size: 18px;
}
.black-panel .account-user-link:before{
    content: "\f2be";
    display: inline-block;
    margin-right: 6px;
    line-height: 1;
    font-family: FontAwesome;
}

.black-panel .cart{
    float: right;
    display: inline-block;
    line-height: 46px;
    height: 46px;
    padding: 0 15px;
    background: #5e95d2;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 4px solid #f30000;
}
.black-panel .cart:hover{
    background: #4f82bb;
}
.black-panel .cart .cart-icon{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    margin-right: 15px;
}
.black-panel .cart .cart-icon .fa{
    color: #ffffff;
    font-size: 30px;
}
.black-panel .cart .cart-icon .cart-count{
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -7px;
    color: #ffffff;
    background: #f30000;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}
.black-panel .cart .cart-sum{
    font-size: 16px;
    font-weight: 300;
}


.header{
    box-sizing: border-box;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    background: #ffffff;
/*    border-bottom: 5px solid #013d82;*/
    height: 85px;
}
.header .logo{
    display: block;
    margin-top: 3px;
/*    background: url("/img/logo.png") 0 center no-repeat;*/
}
@media (max-width: 992px) {
    .logo {
        display: block;
        text-align: center;
    }
}

.header .phones{
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
    padding: 5px 15px;
}

.header .phones .phone{
    color: #000000;
    text-decoration: none;
    display: block;
}
.header .phones .phone:before{
    content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    color: #f30000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #f30000;
    border-radius: 50%;
}
.header .phones .times{
    color: #999999;
    font-weight: 300;
    font-size: 14px;
    padding-left: 35px;
}

.header .socials{
    margin-top: 36px;
}
.header .socials a{
    display: inline-block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 3px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    background: #dadada;
    border-radius: 50%;
}
.header .socials a:hover {
    background: #245b96;
}
.header .socials a.fa-vk:hover {
    background: #507299;
}
.header .socials a.fa-odnoklassniki:hover {
    background: #ee8208;
}
.header .socials a.fa-facebook:hover {
    background: #3b5998;
}
.header .socials a.fa-twitter:hover {
    background: #00aced;
}
.header .socials a.fa-instagram:hover {
    background: #bd338a;
    background: -moz-linear-gradient(45deg,  #ffdd84 0%, #ffdd84 17%, #bd338a 53%, #4166cf 100%);
    background: -webkit-linear-gradient(45deg,  #ffdd84 0%,#ffdd84 17%,#bd338a 53%,#4166cf 100%);
    background: linear-gradient(45deg,  #ffdd84 0%,#ffdd84 17%,#bd338a 53%,#4166cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd84', endColorstr='#4166cf',GradientType=1 );
}


.header .search{
    margin-top: 25px;
    width: 100%;
}
.header .search input{
    font-size: 18px;
}


.sidebar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #333333;
    padding: 15px;
    z-index: 20000;
    color: #999999;
}
.sidebar a{
    color: #ffffff;
}

.sidebar nav ul,
.sidebar nav ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar nav ul > li > a{
    display: block;
    padding: 15px 5px;
    color: #ffffff;
    border-bottom: 1px solid #444444;
}
.sidebar nav ul > li > ul > li > a{
    font-weight: 300;
    color: #cccccc;
    font-size: 16px;
}

.sidebar .phones{
    padding: 15px 0;
    text-align: center;
}
.sidebar .phones .city{
    margin-bottom: 20px;
}
.sidebar .phones .city:active,
.sidebar .phones .city:hover{
    color: #ffffff;
}
.sidebar .phones .city:after{
    content: "\f0d7";
    display: inline-block;
    line-height: 1;
    margin-left: 6px;
    color: #ffffff;
    font-family: FontAwesome;
}
.sidebar .phones .phone:active,
.sidebar .phones .phone:hover{
    color: #ffffff;
}
.sidebar .socials{
    padding: 15px 0;
    text-align: center;
}
.sidebar .socials a{
    display: inline-block;
    padding: 10px;
    margin: 5px;
    background: #666666;
    color: #333333;
    border-radius: 50%;
}

.sidebar .search{
    margin: 15px 0 30px 0;
}

.sidebar-close{
    text-align: right;
}
.sidebar-close span{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}





/***********  SLIDER  */
.slider{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    margin-top: 30px;
}
.slider > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider > ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.slider > ul li .cont{
    position: absolute;
    top: 50px;
    left: 10%;
    width: 550px;
    padding: 10px;
    background: rgba(140, 0, 0, 0.8);
    color: #ffffff;
}
.slider > ul li .cont .dashed{
    border: 1px dashed #a63333;
    padding: 10px;
}
.slider .cont .h{
    font-size: 36px;
    margin-bottom: 15px;
}
.slider .cont .button a{
    margin-top: 10px;
    display: inline-block;
    padding: 15px 45px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #ff7c7c;
    color: #ffffff;
}
.slider .cont .button a:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #f30000;
}

@media (max-width: 1200px) {
    .slider > ul li .cont{
        top: 20px;
        font-size: 16px;
    }
    .slider .cont .h{
        font-size: 24px;
        margin-bottom: 7px;
    }
    .slider .cont .button a{
        padding: 10px 25px;
    }
}

.slider > ul li img{
    width: 100%;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    background: #000000;
    width: 50px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    font-family: FontAwesome;
    opacity: 0.2;
}
.slider .owl-nav .owl-prev{
    left: 0;
}
.slider .owl-nav .owl-next{
    right: 0;
}
.slider .owl-nav .owl-prev:after{
    content: "\f104";
}
.slider .owl-nav .owl-next:after{
    content: "\f105";
}
.slider:hover .owl-nav .owl-prev,
.slider:hover .owl-nav .owl-next{
    opacity: 0.5;
}

.slider .owl-dots{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    opacity: 0.8;
}
.slider .owl-dots .owl-dot{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 4px;
    border: 1px solid #ffffff;
}
.slider .owl-dots .owl-dot.active {
    background: #ffffff;
}

h1,h2,h3{
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
}
h1:first-child,
h2:first-child,
h3:first-child{
    margin-top: 0;
}




.all-catalog-button{
    margin: 20px 0;
    text-align: center;
}
.all-catalog-button a{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background: #b90000;
    padding: 15px 50px;
    transition: background 0.2s;
}
.all-catalog-button a:hover{
    background: #0057b8;
}
.all-catalog-button a:before{
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 15px;
}


.main-container{
    margin-top: 30px;
    margin-bottom: 30px;
}

.new-products{

}
.new-products-list{
    margin-left: 0;
}

.new-products-list .item{
    background: #ffffff;
    height: 450px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.new-products-list .item .pic{
    text-align: center;
    padding: 15px 0;
    height: 260px;
}
.new-products-list .item .pic img{
    margin: auto;
    width: auto;
    max-width: 230px;
    max-height: 230px;
}
.new-products-list .item .name{
    height: 65px;
    margin: 5px 15px;
    overflow: hidden;
    font-size: 16px;
}
.new-products-list .item .price{
    font-size: 24px;
    color: #000000;
    margin: 5px 0;
}
.new-products-list .item .bay a{
    display: inline-block;
    background: #0057b8;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 40px;
    margin-top: 15px;
    transition: background 0.2s ;
}
.new-products-list .item .bay a:before{
    content: "\f07a";
    font-family: FontAwesome;
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
}
.new-products-list .item .bay a:hover{
    background: #b90000;
}

.new-products-list .owl-dots {
    margin: 0;
    opacity: 0.5;
}
.new-products-list .owl-dots .owl-dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #0057b8;
    margin: 3px;
}
.new-products-list .owl-dots .owl-dot.active{
    background: #0057b8;
    border: 1px solid #0057b8;
}




.catalog .item{
    background: #ffffff;
    height: 450px;
    margin-bottom: 25px;
    text-align: center;
}
.catalog .item .pic{
    text-align: center;
    padding: 15px 0 5px 0;
    height: 260px;
}
.catalog .item .pic img{
    margin: auto;
    width: auto;
    max-width: 230px;
    max-height: 230px;
}
.catalog .item .name{
    height: 57px;
    margin: 5px 8px;
    overflow: hidden;
    font-size: 14px;
}
.catalog .item .bay-row{
    height: 40px;
    margin: 10px 15px;
}
.catalog .item .price{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    float: left;
}
.catalog .item .price .opt{
    font-size: 13px;
    color: #999999;
    font-weight: normal;
}
.catalog .item .bay{
    float: right;
}
.catalog .item .bay a{
    display: inline-block;
    background: #0057b8;
    color: #ffffff;
    text-decoration: none;
    padding: 0 15px;
    line-height: 40px;
    transition: background 0.2s ;
    border-radius: 4px;
}
.catalog .item .bay a:before{
    content: "\f07a";
    font-family: FontAwesome;
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
}
.catalog .item .bay a:hover{
    background: #f30000;
}
.catalog .item.catalog-item{
    background: transparent;
}
.catalog .item.catalog-item .white{
    padding-bottom: 20px;
    position: relative;
}

.catalog .item .white.new:after,
.new-products .item .white.new:after{
    content: "новинка";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    background: #44af32;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 70px;
    font-size: 14px;
}
.catalog .item .white.pop:after,
.new-products .item .white.pop:after{
    content: "ХИТ продаж";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    padding-top: 13px;
    background: #af3232;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    vertical-align: bottom;
    font-size: 14px;
}


.catalog .item .rating{
    display: block;
    width: 125px;
    height: 25px;
    margin: 10px auto;
    background: url("/img/rating.png") 0 0 no-repeat;
    position: relative;
}
.catalog .item .rating .full{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/rating.png") 0 -25px no-repeat;
    width: 0;
    height: 25px;
}









.main-text{
    background: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
}

.main-text h1{
    font-size: 36px;
    margin: 25px 0 30px 0;
    font-weight: bold;
}
.main-text .main-content{
    font-weight: 300;
    margin-bottom: 40px;
}

.content ul,
.main-content ul{
    padding: 0;
    margin: 15px 0;
}

.content ul li,
.main-content ul li{
    list-style: none;
    padding: 0 0 0 10px;
    margin: 10px 0 10px 17px;
    position: relative;
}
.content ul li:before,
.main-content ul li:before{
    position: absolute;
    right: 100%;
    top: 4px;
    content: "\f046";
    color: #1e5a9f;
    font-family: FontAwesome;
    display: inline-block;
    line-height: 1;
}

.content ol,
.main-content ol{
    counter-reset: item 0;
    padding: 0;
    margin: 15px 0;
}

.content ol li,
.main-content ol li{
    list-style: none;
    padding: 0 0 0 10px;
    margin: 15px 0 15px 40px;
    position: relative;
}
.content ol li:before,
.main-content ol li:before{
    position: absolute;
    width: 40px;
    right: 100%;
    top: -1px;
    content:counters(item,".") ".";
    counter-increment:item;
    color: #c70000;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
    font-size: 24px;
}

.content img{
    max-width: 100%;
    height: auto;
}

.main-about-pic img{
    width: 100%;
}



.main-reviews{
    background: #1f5997 url("/img/feedback.png") 100% 0 no-repeat;
    min-height: 600px;
    color: #ffffff;
    padding: 0 35px 35px 35px;
}

.main-reviews .h{
    font-size: 36px;
    line-height: 1.1;
    font-weight: 300;
    padding: 25px 0;
}
.main-reviews .item{
    margin: 0 0 30px;
}
.main-reviews .item .cont{
    font-style: italic;
    color: #d2e7ff;
    font-weight: 300;
}
.main-reviews .item .from{
    text-align: right;
    font-style: italic;
}

a.button-all-reviews{
    display: inline-block;
    margin-top: 20px;
    background: #c70000;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 70px;
}
a.button-all-reviews:hover{
    color: #ffffff;
    background: #ff0000;
}

a.button-about{
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #1e5a9f;
    color: #1e5a9f;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px 70px;
    transition: background 0.2s;
}
a.button-about:hover{
    background: #1e5a9f;
    color: #ffffff;
}


footer{
    background: #cbdde5;
    padding: 15px 0;
    color: #3e3e3e;
}
footer .row .col{
    margin: 15px 0;
}
footer a{
    color: #3e3e3e;
    text-decoration: none;
}
footer a:hover{
    color: #f30000;
    text-decoration: underline;
}
footer .h{
    color: #000000;
    margin-bottom: 10px;
}

footer ul{
    list-style: none;
    padding: 0;
    margin: 0 30px 0 0;
    float: left;
    font-weight: 300;
    font-size: 14px;
}
footer ul li{
    margin: 5px 0;
}
footer .phone{
    color: #000000;
    text-decoration: none;
    display: block;
}
footer .contact{
    margin: 5px 0;
    font-weight: 300;
    font-size: 14px;
}

footer .socials{
    font-family: FontAwesome;
}
footer .socials a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #3e3e3e;
    border-radius: 50%;
    text-decoration: none;
}
footer .socials a:hover{
    text-decoration: none;
    background: #dfdfdf;
    color: #6f6f6f;
}

footer .copy{
    border-top: 1px solid #d2d2d2;
    font-size: 14px;
    font-weight: 300;
    padding-top: 15px;
    color: #909090;
}


.modal-content,
.nav-pills>li>a
{
    border-radius: 0;
}
.modal{
    z-index: 30000;
}

.select-cities,
.select-regions{
    max-height: 300px;
    overflow-y: auto;
}

.city-select-modal ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 300;
}
.city-select-modal ul li{
    white-space: nowrap;
}
.city-select-modal ul li a span{
    border-bottom: 1px dashed #1e5a9f;
}

.recall-item .name{
    font-weight: bold;
    font-style: italic;
    text-align: right;
    margin: 15px 0;
}


.l-menu{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    border: 5px solid #0057b8;
    background: #CBE8F4;
    padding: 15px;
}
.l-menu ul,
.l-menu ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.l-menu > ul{
    position: relative;
}
.l-menu > ul > li {
    position: relative;
}


.l-menu > ul > li > a{
    color: #4d3f3f;
    display: block;
    padding: 10px 20px;
    border-top:1px solid #d0dbe7;
    position: relative;
}
.l-menu > ul > li:first-child > a{
    border-top: 0;
}
.l-menu > ul > li.wsub > a:after {
    content : "\f105";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
    line-height: 1;
    font-family: FontAwesome;
    color: #4d3f3f;
}
.l-menu > ul > li > a:hover,
.l-menu > ul > li:hover > a{
    background: #0057b8;
    color: #ffffff;
    text-decoration: none;
    border-color: #0057b8;
}
.l-menu > ul > li > a:hover:after,
.l-menu > ul > li:hover > a:after{
    color: #ffffff;
}

.l-menu > ul > li > .sub{
    background: #ffffff;
    padding: 20px;
    font-size: 16px;
    border-left: 4px solid #0057b8;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10000;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);

    /*column-width: 45%;*/

    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0s linear 0.3s;

}

.l-menu > ul > li:hover > .sub{
    visibility: visible;
    opacity: 1;

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.l-menu > ul > li > .sub > ul {
    column-count: 3;
}
.l-menu > ul > li > .sub > ul > li{
    display: inline-block;
    /*float: left;*/
    width: 260px;
    margin: 0 15px 15px 0;
}

.l-menu > ul > li > .sub > ul > li > a{
    font-weight: bold;
    color: #000000;
    line-height: 1;
}
.l-menu > ul > li > .sub > ul > li > i{
    font-style: normal;
    margin-left: 5px;
    color: #999999;
}

.l-menu > ul > li > .sub > ul > li > ul > li {
    margin: 4px 0;
    font-weight: 300;
    line-height: 1.1;
}

@media (max-width: 1280px) {
    .l-menu > ul > li > .sub > ul {
        column-count: 2;
    }
}
@media (max-width: 992px) {
    .l-menu > ul > li > .sub {
        display: none;
    }
    .l-menu > ul{
        display: none;
    }
}
.l-menu .h{
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    border: 1px dashed #7499c2;
    border-radius: 4px;
    cursor: pointer;
}

.l-menu .h:after{
    content: "\f107";
    margin-left: 15px;
    font-family: FontAwesome;
}


.catalog_top{

}

.catalog_top_level1{
    margin: 30px 0;
}
.catalog_top_level1 .sub,
.catalog_groups_col{
    column-count: 2;
}
@media (max-width: 768px) {
    .catalog_top_level1 .sub ,
    .catalog_groups_col{
        column-count: 1;
    }
}


.filter-block{
    float: left;
    margin: 0 30px 20px 0;
}

.slider-selection{
    background: #86cfff;
}
.slider-handle{
    background: #154b89;
}

.filer-button{
    display: inline-block;
    padding: 0 20px;
    border: 0;
    background: #154b89;
    color: #ffffff;
    line-height: 35px;
}

.chbox{
    display: inline-block;
    line-height: 25px;
    margin: 0;
    vertical-align: middle;
    width: 50px;
    height: 25px;
    background: url('/img/checkbox.png') 0 -25px no-repeat;
    cursor: default;
}
.chbox.checked{
    background-position: 0 0;
}


.catalog-product-pics{
    width: 320px;
    margin: 0 30px 30px 30px;

}
.catalog-product-info{

}

.catalog-product-pics .td{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.catalog-product-pics .td img{
    width: auto;
    display: inline-block;
}


.catalog-product-pics .big-pic-wrapper .img-slider{
    width: 320px;
    overflow: hidden;
}
.catalog-product-pics .big-pic-wrapper .td{
    width: 320px;
    height: 320px;
}

@media (max-width: 500px) {
    .catalog-product-pics{
        width: 200px;
    }
    .catalog-product-pics .big-pic-wrapper .img-slider{
        width: 200px;
        overflow: hidden;
    }
    .catalog-product-pics .big-pic-wrapper .td{
        width: 200px;
        height: 200px;
    }
    .catalog-product-pics .big-pic-wrapper .td img{
        width: 200px;
    }
}

.catalog-product-pics .thumb-pics-wrapper{
    margin-top: 10px;
}
.catalog-product-pics .thumb-pics-wrapper .td{
    width: 70px;
    height: 70px;
    margin: 2px;
    border: 1px dotted #dddddd;
}
.catalog-product-pics .thumb-pics-wrapper .td a{

}
.catalog-product-pics .thumb-pics-wrapper .td img{
    max-width: 45px;
    max-height: 45px;
    margin: 3px auto;
}
.catalog-product-pics .thumb-pics-wrapper .td.active{
    border: 1px solid #9ca88d;
}

.pics-wrapper{
    position: relative;
}
.pics-wrapper .pics-prev, .pics-wrapper .pics-next{
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    cursor: pointer;
}
.pics-wrapper .pics-prev:hover, .pics-wrapper .pics-next:hover{
    background-color: #f0f0f0;
}
.pics-wrapper .pics-prev{
    background: url("/img/arrows.png") 0 50% no-repeat;
    left: -30px;
}
.pics-wrapper .pics-next{
    background: url("/img/arrows.png") -30px 50% no-repeat;
    right: -30px;
}

.catalog_item .prod{
    text-align: right;
    margin: 0 0 20px 0;
    color: #154b89;
}
.catalog_item .prod img{
    max-width: 140px;
}

.catalog_item .price{
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
}

.catalog_item .add-cart-button{
    display: inline-block;
    color: #ffffff;
    background: #154b89;
    line-height: 50px;
    padding: 0 30px;
    margin: 0 0 30px 0;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
}
.catalog_item .add-cart-button:before{
    content: "\f218";
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 24px;
}
.catalog_item .add-cart-button:hover{
    background: #b90000;
    text-decoration: none;
}
.catalog_item .add-cart-button.added{
    background: #b90000;
}


.content{
    padding: 20px;
    font-weight: 300;
}
.content b, .content strong{
    font-weight: normal;
    color: #000000;
}
.content .nav-tabs{
    margin: 0;
    border: 0;
}
.content .nav-tabs li{
    margin: 0;
    padding: 0;
}
.content .nav-tabs li:before{
    display: none;
}

.content h1{
    margin-bottom: 20px;
    color: #000000;
}
.content h2{
    margin-bottom: 15px;
    color: #000000;
}
.content h3{
    color: #000000;
}

.tab-content{
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    font-weight: 300;
}


.nav-tabs>li>a{
    margin-right: 0;
    border-radius: 0;
    padding: 10px 25px;
    border: 0;
    border-top: 3px solid transparent;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    border: 0;
    border-top: 3px solid #009aff;
    border-radius: 0;
}
.nav-tabs>li>a:hover{
    border-color: transparent;
    background: none;
}


.ui-widget-content,
.ui-widget-header{
    border: 0;
    background: none;
}
.ui-tabs .ui-tabs-nav{
    padding: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: 0;
    background: none;
}

.ui-tabs .ui-tabs-nav li{
    border: 0;
}


.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    padding: 10px 25px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
    color: #222222;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-widget-header .ui-state-focus{
    background: #ffffff;
    border-top: 2px solid #0057b8;
    outline: none;
}
.ui-state-active a,
.ui-widget-content .ui-state-active a,
.ui-widget-header .ui-state-active a,
.ui-widget-header .ui-state-focus a{
    background: #ffffff;
    border-top: 2px solid #0057b8;
    outline: none;
}




.item_dop{
    width: 100%;
}
.item_dop td{
    border-top: 1px dotted #e5e5e5;
    padding: 12px 0;
    vertical-align: middle;
}
.item_dop tr:hover td{
    background: #f5f5f5;
}
.item_dop th{
    text-align: left;
    color: #000000;
    padding: 12px 0;
}
.item_dop .dprice{
    white-space: nowrap;
    padding-left: 15px;
}


.product-content{
    margin-top: 30px;
}
.product-contact{
    font-size: 16px;
    padding-bottom: 15px;
}
.product-contact .icon{
    color: #dddddd;
    width: 64px;
    height: 64px;
    font-size: 64px;
    line-height: 64px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.product-contact .icon.icon-phone{
    background: url("/img/icon-phone.png") center center no-repeat;
}
.product-contact .icon.icon-headphone{
    background: url("/img/icon-headphone.png") center center no-repeat;
}
.product-contact .cont{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.product-contact .col{
    white-space: nowrap;
    margin-bottom: 15px;
}
.product-contact .col div{
    white-space: normal;
}

.product-contact .col-right{
    border-left: 1px dotted #dddddd;
}

.add_message{
    position: absolute;
    background: #ffffff;
    text-align: center;
    width: 320px;
    padding: 30px;
}

.product-fly{
    font-size: 50px;
    color:#c70000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 30000;
}

.content .product-ul li:before{
    color: #c70000;
}


.cart_table{
    width: 100%;
    font-size: 16px;
}
.cart_table tr th{
    padding: 12px 0;
    color: #000000;
    border-bottom: 1px solid #dddddd;
}
.cart_table tr td{
    padding: 12px 0;
    border-top: 1px solid #dddddd;
}
.cart_table tr td.price{
    text-align: right;
    white-space: nowrap;
}
.cart_table tr td.count{
    text-align: center;
    white-space: nowrap;
}
.cart_table tr td.del{
    text-align: right;
    color: #c70000;
    font-size: 24px;
    padding-left: 15px;
}
.cart_table tr td.del span{
    cursor: pointer;
}

.cart_sum{
    text-align: right;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
}

.cart_table .count .cart-count{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    width: 90px;
}
.cart_table .count .cart-count input{
    position: absolute;
    top:0;
    left:20px;
    text-align: center;
    width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #777 #bbb #bbb #bbb;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;
    padding: .27em 0;
}
.cart_table .count .cart-count .plus,
.cart_table .count .cart-count .minus{
    position: absolute;
    top:0;
    left:0;
    width: 20px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color:#c70000;
}
.cart_table .count .cart-count .plus{
    left:70px;
}

.buttons{
    margin: 30px 0;
}
.buttons .button{
    display: inline-block;
    color: #ffffff;
    background: #154b89;
    line-height: 50px;
    padding: 0 30px;
    margin: 0 0 30px 0;
    border: 0;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
}

.buttons .button:hover{
    background: #b90000;
    text-decoration: none;
}

.filling-h{
    margin-top: 5px;
    color: #999999;
}
.filling{
    color: #999999;
}

.last-products{
    margin: 30px 0;
    font-size: 14px;
    padding-top: 20px;
    border-top: 2px solid #b8d2dd;
}
.last-products .h{
    color: #000000;
    font-weight: bold;
    margin: 15px 0;
    font-size: 16px;
}
.last-products .item{
    clear: left;
    padding: 10px;
    margin-bottom: 5px;
}
.last-products .item .pic{
    width: 70px;
    margin: 0 15px 0 0;
    float: left;
    min-width: 70px;
}
.last-products .item .pic img{
    max-width: 70px;
    max-height: 70px;
}
.last-products .item .price{
    text-align: right;
    font-weight: bold;
}


.latest-news{
    background: #ADD5D7 url("/img/bluebg.jpg") 0 0 no-repeat;
    padding: 30px;
    margin: 30px 0;
}

.latest-news .h{
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0 0 10px 0;
}

.latest-news .item{
    font-size: 16px;
    margin-bottom: 30px;
}
.latest-news .date{
    margin: 10px 0;
}
.latest-news .cont a{
    color: #ffffff;
    text-decoration: none;
}
.latest-news .cont a:hover{
    text-decoration: underline;
}


.news .new{
    padding-bottom: 40px;
    clear: left;
}
.news .new .date{
    width: 70px;
    float: left;
    font-size: 12px;
    color: #999999;
}
.news .new .cont{
    margin-left: 90px;
}
.news .new .date span{
    display: block;
    text-align: center;
}
.news .new .date .date_day{
    font-size: 36px;
    line-height: 1;
}

.news .new .title{
    font-size: 18px;
    font-weight: 400;
}



/*  from */

.catalog-product-info .price{
 /*   font-size: 30px; */
    color: #000000;
    font-weight: bold;
}

.select-offer-nojs{
    margin: 30px 0;
    padding: 7px;
}

.select-offers-block{
    margin: 30px 0 0 0;
}
.select-offers .values{
    padding: 5px 0 15px 0;
}
.select-offers .values i{
    font-style: normal;
    display: inline-block;
    white-space: nowrap;
    padding: 3px 10px;
    border: 1px solid #999999;
    margin: 3px;
    cursor: pointer;
}
.select-offers .values i:hover{
    border: 1px solid #0057b8;
}
.select-offers .values i.active{
    padding: 2px 9px;
    margin: 2px;
    border: 3px solid #0057b8;
}
.select-offers .values i.disable,
.select-offers .values i.disable:hover{
    border: 1px solid #dddddd;
    color: #dddddd;
    cursor: default;
}

.product-count{
    position: relative;
    margin: 15px 0;
}
.product-count .h{
    font-weight: bold;
}
.product-count .h i.sum-count{
    font-style: normal;
    font-weight: normal;
    border-bottom: 1px dashed #000000;
    cursor: pointer;
}
.product-count.disable .h i.sum-count{
    border: 0;
}
.product-count .stores-counts{
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #FFFFFF;
    padding: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}
.product-count:hover .stores-counts{
    display: block;
}
.product-count.disable:hover .stores-counts{
    display: none;
}
.product-count .stores-counts table th{
    text-align: left;
    font-weight: normal;
    color: #0057b8;
}
.product-count .stores-counts table td{
    text-align: right;
}

.bay-action .select-count{
    width: 130px;
    height: 42px;
    padding: 5px 0;
    border: 1px solid #e1e1e1;
    border-top-color: #FFFFFF;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);

    text-align: center;
    position: relative;
    float: left;
    margin: 0  20px 10px 0;
}
.bay-action .select-count input{
    width: 60px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0 auto;
    border: 0;
    background: transparent;
    text-align: center;
}
.bay-action .select-count .change-count{
    width: 30px;
    height: 36px;
    position: absolute;
    top: 3px;
    background: #0057b8;
    cursor: pointer;
}
.bay-action .select-count .change-count:hover{
    opacity: 0.9;
}
.bay-action .select-count .count-down{
    left: 2px;
}
.bay-action .select-count .count-up{
    right: 2px;
}
.bay-action .select-count .count-down:after,
.bay-action .select-count .count-up:after {
    content: "\f067";
    font-family: FontAwesome;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.bay-action .select-count .count-down:after {
    content: "\f068";
}
.bay-action .select-count .count-up:after {
    background-position: -30px 0;
}
.bay-action .select-count .ui-spinner a{
    display: none;
}
.bay-action .add-cart{
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 0;
    background: #0057b8;
    color: #ffffff;
    width: 195px;
    height: 41px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.bay-action .add-cart:hover {
    opacity: 0.9;
}
.bay-action .add-cart-disable{
    display: none;
    border: 0;
    margin: 0;
    padding: 0;
    background: #b1b1b1;
    width: 195px;
    height: 41px;
    line-height: 41px;
    padding-top: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
}

.add-cart-fly{
    background: #FFFFFF;
    padding: 20px;
    position: absolute;
    text-align: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
.add-cart-fly img{
    max-width: 60px;
    max-height: 60px;
}

.catalog-product-info .rating{
    display: block;
    width: 125px;
    height: 25px;
    margin: 30px 0 0 0;
    background: url("/img/rating.png") 0 0 no-repeat;
    position: relative;
}
.catalog-product-info .rating .full{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/rating.png") 0 -25px no-repeat;
    width: 0;
    height: 25px;
}

.rating-go-container{
    margin: 30px 0;
}
.rating-go-h{
}
.rating-go{
    width: 125px;
    height: 25px;
    background: url("/img/rating.png") 0 0 no-repeat;
    position: relative;
    cursor: pointer;
}
.rating-go .full{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/rating.png") 0 -25px no-repeat;
    width: 0;
    height: 25px;
}

.share ul li{
    list-style: none;
    padding: 0;
}
.share ul li:before{
    display: none;
}


/****** CART *****/

.cart-table{
    width: 100%;
}
.cart-table .pic img{
    max-width: 50px;
}
.cart-table .name{
    color: #000000;
    font-weight: bold;
}
.cart-table .offer{
    color: #888888;
}
.cart-table .count input{
    width: 40px;
    text-align: center;
}
.cart-table .count .ui-widget-content{
    border: 1px solid #9ca88d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
}
.cart-table .count .ui-spinner-button{
    height: 100%;
    width: 25px;
    text-align: center;
}
.cart-table .count .ui-spinner-down{
    left: 0;
}
.cart-table .count .ui-spinner-input {
    margin-left: 25px;
    margin-right: 25px;
}
.cart-table .count .ui-spinner .ui-icon{
    left: 50%;
    margin-left: -8px;
}
.cart-table .del i{
    display: none;
    width: 24px;
    height: 24px;
    background: url("/img/del.png");
    cursor: pointer;
}
.cart-table .del i:hover{
    opacity: 0.7;
}
.cart-table .price{
    text-align: right;
    font-weight: bold;
    color: #000000;
    padding-right: 20px;
}

.total-sum{
    text-align: right;
}
.total-sum span.price{
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    padding-left: 50px;
}

.catalog .lenta .item{
    margin: 0;
}
.catalog .lenta .owl-nav .owl-prev,
.catalog .lenta .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    background: #000000;
    width: 50px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    font-family: FontAwesome;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.catalog .lenta .owl-nav .owl-prev{
    left: 0;
}
.catalog .lenta .owl-nav .owl-next{
    right: 0;
}
.catalog .lenta .owl-nav .owl-prev:after{
    content: "\f104";
}
.catalog .lenta .owl-nav .owl-next:after{
    content: "\f105";
}
.catalog .lenta:hover .owl-nav .owl-prev,
.catalog .lenta:hover .owl-nav .owl-next{
    opacity: 0.5;
    visibility: visible;
}

.main-catalog {
    margin-bottom: 30px;
}
.main-catalog .h{
    font-size: 30px;
    margin-bottom: 20px;
}
.main-catalog .h .link-all{
    display: none;
    font-size: 14px;
    margin-left: 15px;
    color: #999999;
}
.main-catalog .h:hover .link-all{
    display: inline-block;
}

.catalog-groups li{
    text-align: center;
    display: inline-block;
    margin: 0 15px 15px 0;
}
.catalog-groups li a.name{
    display: inline-block;
    white-space: nowrap;
    padding: 5px 15px;

    color: #0057b8;
    text-decoration: none;
    border-radius: 30px;
    font-weight: normal;
}
.catalog-groups li .pic{
    margin-bottom: 3px;
}
.catalog-groups li .pic img{
    max-width: 100px;
    max-height: 100px;
}
.catalog-groups li a.name:hover,
.catalog-groups li .pic:hover + a.name{
    color: #ffffff;
    background: #0057b8;
    transition: 0.2s;
}
.catalog-groups li>i{
    font-style:normal;
    color:#888888;
    margin-left:10px;
    font-weight: 300;
}

.sorter-block{
    margin: 15px 0;
    padding: 10px;
    background: #f5f5f5;
    font-weight: normal;
    color: #555555;
    font-size: 14px;
}
.sorter-block a{
    margin: 0 10px 0 0;
    color: #555555;
    white-space: nowrap;
}
.sorter{
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}
.sorter li{
    display: inline-block;
}
.sorter li a.asc,
.sorter li a.desc{
    font-weight: bold;
}
.sorter li a.asc::before{
    content: "\f160";
    font-family: FontAwesome;
    margin-right: 3px;
    font-size: 12px;
    font-weight: normal;
}
.sorter li a.desc::before{
    content: "\f161";
    font-family: FontAwesome;
    margin-right: 3px;
    font-size: 12px;
    font-weight: normal;
}


.offers-list{
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #f0f0f0;
}

.offers-table {
    font-size: 12px;
    width: 100%;
}
.offers-table td{
    padding: 2px 10px;
}
.offers-table tr:nth-child(2n) td{
    background: #f5f5f5;
}
.offers-table tr:hover td{
    background: #CBE8F4;
}
.offers-table .offer-count{
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}
.offers-table td.name {

}
.offers-table td.price {
    text-align: right;
    white-space: nowrap;
}
.offers-table td.count{
    text-align: right;
    padding-right: 0;
}
.offers-table td.add{
    padding: 2px 0;
    text-align: left;
    width: 39px;
}
.offers-table td.rest{
    text-align: right;
}

.offer-add .btn-add-process,
.offer-add .btn-add-added{
    display: none;
}
.offer-add.offer-add-process .btn-add-process{
    display: inline-block;
}
.offer-add.offer-add-added .btn-add-added{
    display: inline-block;
}
.offer-add.offer-add-process .btn-add-offer,
.offer-add.offer-add-added .btn-add-offer{
    display: none;
}

.offers-table .opt{
    color: #999999;
    font-weight: normal;
}


/****** CART *****/

.cart-table{
    width: 100%;
}
.cart-table .cart-row{
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-table .cart-row:last-child{
    border: 0;
}

.cart-table .cart-col{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px 10px 0;
}
.cart-table .del{
    padding-right: 0;
}

.cart-table .pic{
    text-align: left;
    width: 10%;
    height: 70px;
}
.cart-table .pic img{
    max-width: 50px;
    vertical-align: top;
}
.cart-table .description{
    width: 30%;
}
.cart-table .name{
    color: #444444;
    font-weight: normal;
}
.cart-table .offer-title{
    color: #888888;
}
.cart-table .count{
    width: 20%;
    text-align: center;
}
.cart-table .select-count{
    width: 120px;
    margin: auto;
}
.cart-table .count input{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.cart-table .price{
    width: 20%;
    text-align: right;
    padding-right: 20px;
    white-space: nowrap;
}
.cart-table .price .total-price{
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}
.cart-table .price .price-label{
    font-size: 12px;
    color: #aaaaaa;
    font-weight: normal;
    padding-right: 4px;
}

.cart-table .del{
    width: 10%;
}
.cart-table .del i.del-button{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #d14718;
    cursor: pointer;
    border-radius: 50%;
}
.cart-table .del i.del-button::after{
    display: inline-block;
    content: "\f00d";
    color: #ffffff;
    font-family: FontAwesome;
    font-style: normal;
    height: 24px;
    line-height: 24px;
}
.cart-table .del i.del-button:hover{
    opacity: 0.7;
}

.cart-table .del{
    text-align: right;
}
.cart-table .del i.fa-spin{
    font-size: 22px;
    color: red;
    display: none;
}

.cart-table .select-count{
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.cart-table .select-count .fa{
    font-size: 14px;
    color: #489900;
}
.cart-table .select-count .btn,
.cart-table .select-count input{
    border: 0;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 768px) {
    .cart-table .cart-row{
        display: block;
    }
    .cart-table .pic{
        width: 20%;
    }
    .cart-table .description{
        width: 80%;
    }

    .cart-table .price,
    .cart-table .count,
    .cart-table .del{
        width: auto;
        padding-left: 10px;
        padding-right: 0;
        float: none;
    }
    .cart-table .row2{
        display: block;
        clear: left;
        padding-top: 20px;
        text-align: right;
    }
}

.btn-right{
    text-align: right;
}

.summary-block{
    background: #f0f0f0;
    padding: 20px;
}

.total-sum{
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #f0f0f0;
    text-align: right;
}
.total-label{
    line-height: 40px;
}
.total-sum .price{
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    padding-left: 30px;
}

.form-button{
    margin: 20px 0;
}

.form-group label{
    font-weight: normal;
    color: #999999;
}

.steps {
    margin-bottom: 50px;
    position: relative;
    text-align: justify;
    text-align-last: justify;
}

.steps::before{
    content: '';
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
}

.steps .step{
    display: inline-block;
    z-index: 1;
    position: relative;
    background: #ecf0f5;
    padding: 0 10px;
}
.steps .step:first-child{
    padding-left: 0;
}
.steps .step .num{
    display: inline-block;
    width: 32px;
    height:32px;
    line-height: 32px;
    text-align: center;
    text-align-last: center;
    background: #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    color: #ffffff;
}
.steps .step .name{
    line-height: 32px;
    display: inline-block;
    color: #999999;
    padding-left: 4px;
}
.steps .step.active .num{
    background: #f30000;
    color: #ffffff;
}
.steps .step .num-ok{
    background: #0057b8;
    color: #ffffff;
}
.steps .step.active .name {
    color: #000000;
    font-weight: bold;
}

@media (max-width: 768px) {
    .steps .step .name{
        display: none;
    }
}

.select-form{
    display: none;
}
.select-form.active{
    display: block;
}

.select-type{
    padding: 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    background: #fbfbfb;
}

.buttons{
    margin: 30px 0;
}

.select-type .name{
    color: #000000;
    font-weight: bold;
}
.select-type .description{
    padding-top: 6px;
    font-size: 14px;
    color: #999999;
}
.select-type .form-group-radio{
    margin-bottom: 0;
}

.silver{
    background: #f0f0f0;
    padding: 20px;
}

.total-info{
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
}
.total-info .total-zip{
    color: green;
    font-size: 46px;
}
.total-info .total-error{
    color: #a62b13;
}
.total-info .total-price{
    font-size: 28px;
    color: #0a6aa1;
    font-weight: bold;
}
