.padding-15{
    padding: 15px;
}
.padding-top-15{
    padding-top: 15px;
}
.padding-bottom-15{
    padding-bottom: 15px;
}
.dotted {
    text-decoration: none;
    border-bottom: 1px dotted;
}

h1{
    font-size: 18px;
    color: #191919;
    line-height: 1.2;
}

.glyphicon-star{
    color: #edf1f3;
}
.glyphicon-star.active{
    color:#FF8D2D;
}

.modal-dialog{
    margin-top: 130px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}


#blog {
    background: #FAFAF8;
}

/**************************************************************
*   Typographics
**************************************************************/
.cat-description h1{}
.cat-description h2{
    font-size: 18px;
}
.cat-description h3{
    font-size: 16px;
}
.cat-description h4{}
.cat-description h5{}

/**************************************************************
*   Relative links
**************************************************************/

.post p.relative_links {
    font-family: "Roboto Slab", serif;
    background: #FF430D;
    color: white;
    padding: 15px;
    font-size: 16px;
    margin: 15px;
}

.post p.relative_links:before {
	content: 'Будет интересно:';
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.post p.relative_links a{
	margin-left: 15px;
    color: #FDFAFA;
    text-decoration: underline;
}
.post p.relative_links a:hover{
	text-decoration: none;
}

.post blockquote.t_1{
    border: 2px dotted #4C9ADB;
    padding: 15px;
    display: block;
    font-size: 16px;
    margin: 15px;
    font-style: italic;
    line-height: 1.8;
    font-family: "Roboto Slab", serif;
}

/**************************************************************
*   Top navigation
**************************************************************/
#top_menu {
    width: 100%;
    height: 33px;
    line-height: 33px;
    background: #e7efef url('../i/bg_top.png') left top repeat-x;
    font-size: 12px;
}
.top-nav {
    margin-bottom: 0;
    padding: 0;
}
.top-nav li{
    display: inline-block;
    padding: 0 15px;
    background: url('../i/arrow_top.png') right center no-repeat;
}
    .top-nav li:first-child{
        padding-left: 0;
    }
    .top-nav li:last-child{
        padding-right: 0;
        background: none;
    }
        .top-nav li a{
            text-decoration: underline;
            color: #444444;
        }
        .top-nav li a:hover{
            color: #337bbf;
        }
        .top-nav li a:hover,
        .top-nav li.active a,
        .top-nav.auth a{
            text-decoration: none;
        }

.auth .icon-key {
    padding-left: 16px !important;
    background: url("../i/icon_login.png") left center no-repeat;
}
.top-nav .icon-line {
    background: url('../i/arrow_top.png') left center no-repeat !important;
}

/**************************************************************
*   Header
**************************************************************/
#header {
    background: #edf1f3 url("../i/bg_header.png") left top repeat-x;
}
#header .header {
    padding: 18px 0;
}
#header .container-header{
    padding-bottom: 12px;
}
.logo{
    display: block;
    width: 234px;
    height: 59px;
    margin-top: 10px;
    background: url("../i/logo.png") left top no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
.phones {
    padding: 0 0 10px;
    font-family: 'Roboto Slab', 'serif';
    font-size: 12px;
    color: #949494;
}
.phones a,
.phones span {
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
    text-decoration: none;
}
.phones i {
    margin-left: 6px;
    font-style: normal;
    color: #337bbf;
}

.promo {
    padding-left: 15px;
}
.promo a {
    display: block;
    margin-top: 0;
    text-decoration: none;
    color: #444444;
}
.promo span {
    display: block;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', 'serif';
    font-size: 14px;
    font-weight: bold;
    color: #191919;
}

.cart-short{
    display: block;
    position: relative;
    height: 85px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#F8F8F5));
    background: -webkit-linear-gradient(#ffffff, #F8F8F5);
    background: -moz-linear-gradient(#ffffff, #F8F8F5);
    background: -ms-linear-gradient(#ffffff, #F8F8F5);
    background: -o-linear-gradient(#ffffff, #F8F8F5);
    background: linear-gradient(#ffffff, #F8F8F5);
    box-shadow: 1px 1px 3px #ABABAB;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.cart-short:hover{
    box-shadow: 0px 0px 5px #227CD2;
}
.cart-short .icon-cart{
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    width: 32px;
    height: 30px;
    background: url("../i/icon_cart.png") left -30px no-repeat;
}
.cart-short .count-cart{
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 12px;
    text-decoration: underline;
    color: #191919;
}
.cart-short .count-cart strong{
    font-size: 15px;
}
.cart-short .hint{
    position: absolute;
    width: 100%;
    padding: 3px;
    bottom: 0;
    color: #ffffff;
    background: #ff430d;
    border-top: 2px dashed #ffffff;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    text-align: center;
}

.nextStep{
    padding: 25px 0 10px 0;
}



/**************************************************************
*   Main menu
**************************************************************/
.navbar-default{
    background: #227CD2 url("../i/bg_menu.png") left top repeat-x;
    font-size: 15px;
}
.navbar-default .navbar-nav > li {
    background: url("../i/arrow_menu.png") right top no-repeat;
}
.navbar-default .navbar-nav > li > a {
    margin: 6px;
    padding: 6px 12px 7px 12px;
    text-shadow: 1px 1px 1px #03A;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover{
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none !important;
}
.navbar-default .navbar-nav > .brand,
.navbar-default .navbar-nav > .blog{
    background-position-x: left;
}
.navbar-default .navbar-brand{
    text-shadow: none;
}

.category-menu .dropdown-menu {
    min-height: 200px;
    width: 976px;
    left: 1px;
    border: 1px solid #337BBF;
    border-top: none;
}
.category-menu .open {
    position: static;
}
.category-menu .dropdown-menu .inner__menu {
	max-width: 500px;
	margin: 15px;
}
.category-menu .dropdown-menu .inner__menu h3{
	font-size: 16px;
}
.category-menu .dropdown-menu .inner__menu ul {
    margin-left: 0;
    padding-left: 0px;
}
.category-menu .dropdown-menu .inner__menu li {
    padding: 2px 0;
    list-style: none;
}
.category-menu .dropdown-menu .inner__menu li:before {
    content: "\2014";
    margin-right: 7px;
    color: #337ABB;
}
.category-menu .dropdown-menu .inner__menu .col{
    display: inline-block;
    margin: 0;
    padding:0 15px;
    vertical-align: top;
}


.panel-brand {
    width: 240px;
    height: 280px;
    border: 2px solid #5494cb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f8f8f5 url("../i/bg_splash.png") left top repeat-x;
}
.panel-brand .panel-body{
    padding-top: 0;
}

.panel-body .result {
    height: 150px;
    overflow-y: auto;
}
.panel-body .result ul {
    margin: 0;
    padding-left: 10px;
}
.panel-body .result li {
    margin: 7px 0px;
    padding: 0px;
    list-style: none;
    float: none !important;
    height: auto !important;
}
.panel-body .result li a {
    padding: 0 !important;
    color: #313131 !important;
    font-size: 13px;
    text-decoration: underline !important;
    text-shadow: none !important;
}

/**************************************************************
*   Breadcrumb
**************************************************************/
.breadcrumb {
    margin-bottom: 0;
    padding: 12px 15px 0 12px;
}
div.pagination{
    width: 100%;
    margin: 18px 0 0;
    background: url(/tpl/i/dot-bg.png) center repeat-x;
    text-align: center;

}
ul.pagination {
    margin: 0;
}
.pagination > li > a, .pagination > li > span{
    border: 1px solid #F5B161;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{
    border-color: #F5B161;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #FFFFFF;
    background-color: #F5B161;
    border-color: #F5B161;
}
/**************************************************************
*   Left menu
**************************************************************/
.panel-left-menu {
    border: none;
}
.panel-left-menu .panel-heading{
    color: #fff;
    word-break: break-all;
    background: url("../i/bg_navi.png") left top repeat-x;
    border: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.panel-left-menu .panel-heading h3{
    font-size: 14px;
}
.panel-left-menu .panel-body{
    padding: 15px 0;
    background: #fafaf8;
}
.panel-left-menu .panel-body .nav > li > a{
    padding: 4px 2px 4px 8px;
    margin: 0 7px;
    color: #3d3d3d;
}
.panel-left-menu .panel-body .nav > li.active > a{
    background-color: #777777;
    color: #fff;
}
.panel-left-menu li a > span{
    font-size: 9px;
    color: #4C9ADB;
    vertical-align: text-top;
}
.panel-left-menu li.active a > span{
    color: #fff;
}

/**************************************************************
*   Banners
**************************************************************/
.big-banner{
    height: 310px;
    padding: 0 !important;
    margin-bottom: 15px !important;
    background: url("../i/bg_slider_big.png") center bottom no-repeat;
}
    .big-banner a{
        display: block;
        height: 296px;
    }

.banner {
    padding: 0;
    margin: 0;
}
.banner:after{
    display: block;
    content: ' ';
    clear: both;
}
    .banner.third {
        margin: 18px 0 0;
    }
    .banner div {
        float: left;
        margin-right: 14px;
    }
    .banner div:last-child{
        margin-right: 0;
    }
        .banner div a{
            display: block;
            width: 247px;
            height: 206px;
            border: 1px solid silver;

        }


/**************************************************************
*   Category && Subcategory
**************************************************************/
.colorfull{
    height: 36px;
    margin: 0 0 15px;
    padding-bottom: 0;
    background: #f9f9f9;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-radius: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
    .colorfull .orange{
        background: #ff7927;
        color: #fff;
        text-shadow: 1px 1px 1px #555;
    }
    .colorfull .green{
        background: #9bd656;
        color: #fff;
        text-shadow: 1px 1px 1px #555;
    }
    .colorfull .blue{
        background: #337bbf;
        color: #fff;
        text-shadow: 1px 1px 1px #555;
    }

    .colorfull h2{
        display: inline-block;
        margin: 0;
        padding: 0 15px 0 10px;
        -webkit-border-radius: 5px;
        -webkit-border-top-right-radius: 15px;
        -webkit-border-bottom-right-radius: 15px;
        -moz-border-radius: 5px;
        -moz-border-radius-topright: 15px;
        -moz-border-radius-bottomright: 15px;
        border-radius: 5px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 17px;
        line-height: 36px;
    }


/**************************************************************
*   Problematics
**************************************************************/
.problematics {
    margin-bottom: 25px;
}
    .problematics .item {
        padding: 3px;
    }
        .problematics .item a{
             display: block;
             padding: 7px;
             vertical-align: middle;
             text-decoration: underline;
             border: 1px solid #e7e5e5;
             -webkit-border-radius: 5px;
             -moz-border-radius: 5px;
             border-radius: 5px;
         }
        .problematics .item a:hover{
            border-color: #ff7927;
            background: lightyellow;
        }

    .problematics .img {
        display: table-cell;
        position: relative;
        width: 91px;
        height: 91px;
    }
    .problematics .img-circle {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .problematics a > span {
        display: table-cell;
        padding-right: 10px;
        padding-left: 10px;
        vertical-align: middle;
        line-height: 1.2;
    }
    .problematics a > span i{
        display: inline-block;
        font-style: normal;
        font-size: 11px;
        line-height: 1;
        color: #010101;
        margin-top: 6px;
    }


/**************************************************************
*   Subscribe
**************************************************************/

.subscribe {
    width: 770px;
    height: 94px;
    margin: 0 0 30px 0;
    background: url("../i/bg_subscribe.png") left top no-repeat;
}
    .subscribe .text {
        float: left;
        display: block;
        width: 260px;
        height: 94px;
        margin-left: 120px;
        padding-top: 16px;
        color: #ececec;
        font-size: 14px;
        text-shadow: 1px 1px 1px #72449b;
        background: url("../i/bg_subscribe_line.png") right top no-repeat;
    }
    .subscribe .subscribeForm {
        float: left;
        display: block;
        width: 365px;
        height: 94px;
        padding-top: 16px;
        margin-left: 15px;
    }
        .subscribe .subscribeForm label {
            display: block;
            margin-bottom: 5px;
            font-family: 'Roboto Slab', 'serif';
            font-size: 17px;
            font-weight: normal;
            color: #ffffff;
        }
        .subscribe .subscribeForm input[type=text] {
            width: 210px;
            margin-right: 15px;
            padding: 7px 15px;
            border: none;
            outline: none;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }



/**************************************************************
*   Panel with products
**************************************************************/
.panel-items {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    .panel-items .panel-heading{
        padding: 0;
        border-bottom: none;
    }
    .panel-items .panel-title{
        display: inline-block;
        padding: 11px 15px 10px 15px;
        margin-right: 1px;
        line-height: 1;
        font-size: 15px;
        color: #fff;
        /*text-shadow: 1px 1px 1px #892;*/
        border: solid 2px;
        border-bottom: 0;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        cursor: pointer;
    }
    .panel-items .panel-body{
        min-height: 250px;
        border: solid 2px;
        -webkit-border-radius: 5px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 5px;
        -moz-border-radius-topleft: 0;
        border-radius: 5px;
        border-top-left-radius: 0;
    }

.items-blue .panel-title{
    border: 0;
    background: #2997ff;
}
.items-blue .panel-body{
    border-color: #2997ff;
}


/**************************************************************
*   Product item
**************************************************************/
.l5 .product-item:nth-child(5n),
.l4 .product-item:nth-child(4n),
.l3 .product-item:nth-child(3n){
    border-right: none;
}


.products .product-item:last-child {
    margin-bottom: 0;
}
.products .description {
    color: #010101;
}
    .products .description a{
        color: #010101;
        text-decoration: none;
    }
    .products .description a:hover{
        text-decoration: underline;
    }

.products .price {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: bold;
    color: #191919;
}
    .products .price span > i{
        margin-left: 5px;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        color: #787878;
    }
    .products .price .old{
        font-size: 11px;
        color: red;
        text-decoration: line-through;
    }

.products .action{
    height: 25px;
}
    .products .action a,
    .products .action button{
        display: block;
        width: 100px;
        height: 25px;
        padding: 0 10px;
        line-height: 25px !important;
        border: none;
        outline: none;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: normal;
        text-align: left;
        text-decoration: none;
        cursor: pointer;
    }
    .products .action .more{
        background: url("../i/more_btn.png") left top no-repeat;
    }
    .products .action .to_cart {
        background: url("../i/cart_btn.png") left top no-repeat;
    }
    .products .action .not_availible{
        display: block;
        background: #FAFAF8;
        padding: 5px;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .products .action .more:hover,
    .products .action .to_cart:hover {
        background-position: left -25px;
        text-decoration: none !important;
    }

/*    .products .action button.to_cart{
        border: none;
        outline: none;
        background: none;
    }*/

.products .product-image,
.products .product-image a{
    display: block;
}


.product-medium .product-item {
    margin: 15px 0;
    padding: 0 15px;
    /*background: url("/i/item_line.png") right top repeat-y;*/
    border-right: 1px solid #DCDCDC;
}
    .product-medium .product-image,
    .product-medium .product-image a{
        max-width: 100%;
        max-height: 152px;
        text-align: center;
    }
.product-medium .product-info .description{
    min-height: 110px;
    max-height: 110px;
    overflow: hidden;
}


.product-small .product-item{
    margin-bottom: 30px;
}
.product-small .product-image{
    float: left;
    width: 73px;
    height: 73px;
    margin-right: 10px;
}
.product-small .product-info{
    overflow: hidden;
}
    .product-small .product-info .description{
        line-height: 1.2;
    }
    .product-small .product-info .price{
        margin: 8px 0;
    }


/**************************************************************
*   Sets of products
**************************************************************/
.product-complect {
    display: flex;
    padding: 0;
}
.product-complect .product-item{
    max-width: 200px;
    display: inline-block;
    position: relative;
    margin:0 15px;
    vertical-align: top;
}
.product-complect .product-image img {
    max-width: 152px;
}
.product-complect .product-item:not(:first-child):before {
    display: inline-block;
    position: absolute;
    left: -35px;
    top: 70px;
    content: '+';
    font-size: 24px;
}
.product-complect .complect-info {
    max-width: 200px;
    display: inline-block;
    position: relative;
    margin-top: 70px;
}
.product-complect .complect-info:before {
    display: block;
    position: absolute;
    content: '=';
    left:-30px;
    font-size: 24px;
}
.product-complect .complect-info span{
    background: red;
    color: white;
    padding: 0 5px;
    font-size: 16px;
}
.product-complect .buyComplect {
    margin-top: 7px;
}

@media screen and (max-width: 460px) {
.product-complect .product-item:not(:first-child):before {
    left: -50px;
}
.product-complect {
    flex-direction: column;
	margin-bottom: 15px;
    border-bottom: 1px solid #a6db69;
    padding-bottom: 15px;
}
.product-complect:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.product-complect .product-complect__items {
    display: flex;
    justify-content: space-between;
}
.product-complect .product-item {
    max-width: 100px;
}
.product-complect .product-image img {
    max-width: 75px;
}
.product-complect .complect-info {
    height: auto !important;
    margin-top: 0;
	display: flex;
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.product-complect .complect-info form {
    margin-top: 0;
}
.product-complect .complect-info:before {
    display: none;
}
}

@media screen and (min-width: 461px) and (max-width: 760px) {
.product-complect .product-item {
    max-width: 170px;
}
.product-complect .product-image img {
    max-width: 152px;
}
}

/**************************************************************
*   Subcategory
**************************************************************/
.line-subcategory {
    height: 35px;
    margin: 15px 0;
    padding: 0 5px;
    background: url("../i/bg_pagination_line.png") left top repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    .line-subcategory select {
        width: 258px;
        height: 25px;
        padding: 0 5px;
        margin-top: 5px;
        border: 1px solid #dee6eb;
        color: #4a4a4a;
    }

.line-subcategory .products-pagination{
    margin: 0;
    padding: 0;
}
    .line-subcategory .products-pagination li{
        display: inline-block;
        text-align: center;
    }

    .line-subcategory .products-pagination li.active span,
    .line-subcategory .products-pagination li.active a{
        display: block;
        height: 22px;
        width: 22px;
        margin: 0;
    }

    .line-subcategory .products-pagination li.active span{
        color: #ffffff;
        background: #337bbf;
        -moz-border-radius:5em;
        -webkit-border-radius:5em;
        border-radius:5em;
    }

    .line-subcategory .products-pagination li a{
        display: block;
        height: 22px;
        width: 22px;
        margin: 0;
        line-height: 22px;
        color: #000000;
        text-decoration: underline;
    }
    .line-subcategory .products-pagination li a:hover{
        text-decoration: none;
    }


    .line-subcategory .products-pagination li.prev a,
    .line-subcategory .products-pagination li.next a{
        display: block;
        width: 8px;
        height: 16px;
        text-indent: -9999px;
        background: url("../i/bg_pagination_arrow.png") left top no-repeat;
    }

        .line-subcategory  .products-pagination li.prev a{
            background-position: 0px 0px;
        }
        .line-subcategory  .products-pagination li.next a{
            background-position: 0px -16px;
        }
        .line-subcategory  .products-pagination li.prev a:hover{
            background-position: -8px 0px;
        }
        .line-subcategory  .products-pagination li.next a:hover{
            background-position: -8px -16px;
        }

    .line-subcategory  .products-pagination span{
        display: block;
        width: 8px;
        float: left;
        margin: 10px 5px 9px 5px;
    }




/**************************************************************
*   Blocks in right column
**************************************************************/
.color-panel{
    position: relative;
    margin-top: 18px;
    margin-bottom: 45px;
    padding: 28px 6px 18px 6px;
    min-height: 100px;
    border: 2px solid #ff8d2d;

    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fcfff4;
}
    .color-panel:last-child{
        margin-bottom: 0;
    }
    .color-panel .header{
        position: absolute;
        top:-18px;
        left:-2px;
        width: 237px;
        height: 35px;
        padding: 0 13px;
        line-height: 35px;
        background: url("../i/bg_column_header.png") left top no-repeat;
        font-family: 'Roboto Slab', 'serif';
        font-size: 17px;
        color: #ffffff;
    }
    .color-panel.orange {border-color: #ff8d2d;}
    .color-panel.green {border-color: #9bd656;}
    .color-panel.blue {border-color: #2997ff;}

    .color-panel.orange .header{
        background-position: 0 -35px;
        text-shadow: 1px 1px 1px #e87e23;
    }
    .color-panel.green .header{
        background-position: 0 0px;
        text-shadow: 1px 1px 1px #83C942;
    }
    .color-panel.blue .header{
        background-position: 0 -70px;
        text-shadow: 1px 1px 1px #2E83F0;
    }
    .color-panel .view{
        position: absolute;
        right: 10px;
        top: 10px;
        display: block;
        width: 21px;
        height: 15px;
        background: url("../i/icon_view.png") left top no-repeat;
    }

/**************************************************************
*   Category description
**************************************************************/
.cat-description {
    /*margin: 15px 0 30px 0;*/
}
    .cat-description h1{
        margin: 0 0 15px 0;
        font-size: 17px;
        color: #191919;
    }


/**************************************************************
*   Item gallery
**************************************************************/
.item-gallery{}
.item-gallery #item-main-image {
    width: 100%;
    border: 2px solid #fafafa;
    text-align: center;
}
.item-gallery #item-main-image img{
    width: 100%;
}
.item-gallery ul.item-add-images{
    margin: 0;
    padding: 0;
}
.item-gallery .item-add-images li{
    display: block;
    float: left;
    width: 55px;
    height: 55px;
    margin: 8px 8px 0 0;
    border: 2px solid #fafafa;
    cursor: pointer;
}
.item-gallery .item-add-images li img{
    width: 100%;
}

.item-introtext {
    margin-bottom: 13px;
}

#carousel-video{
    margin-top: 18px;
}
#carousel-video .carousel-control{
    background-image: none !important;
}


.item-description h1{
    margin-top: 0;
    margin-bottom: 13px;
    font-weight: bold;
}
.item-description .price.old{
    display: block;
    color: red;
    text-decoration: line-through;
}
.item-description .price.now{
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
}

.item-special {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #dddddd;
}

.item-add-cart{
    padding: 18px;
    background: #edf1f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.item-add-cart label{
    margin-bottom: 0;
    font-size: 12px;
}
.item-add-cart input[type=number],
.item-add-cart input[type=text]{
    width: 40px;
    padding: 7px 8px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #4a4a4a;
    font-weight: normal;
    text-align: center;
}
.add-to-cart{
    float: right;
    width: 125px;
    height: 31px;
    padding: 0 15px;
    margin: 0;
    line-height: 31px;
    border: none;
    outline: none;
    background: url("../i/cart_btn_big.png") 0 0 no-repeat;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    text-shadow: 1px 1px 1px blue;
    cursor: pointer;
}
.add-to-cart:hover{
    background-position: 0 -31px;
    text-shadow: 1px 1px 1px orange;
}

.item-tabs {
    margin-top: 26px;
}
.item-tabs .tab-content > div{
    padding: 13px 26px 0;
    border: 1px solid #dddddd;
    border-top: none;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.item-tabs .tab-content dt {
    text-align: left;
}
.item-tabs .tab-content dd {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.item-tabs .tab-content dd:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.item-tabs .more{
    padding: 7px 0;
    position: absolute;
    bottom: 0;
    left: 16px;
    background: #2997ff;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    opacity: 0.9;
    cursor: pointer;
}
.item-tabs .more:hover{
    opacity: 1;
}


/**************************************************************
*   Yandex money button
**************************************************************/
.yamoney-pay-button {
    text-align: center;
    background: #FFDB4D;
}

.yamoney-pay-button__pay,
.yamoney-pay-button {
    background: #FFDB4D;
    border-radius: 4px;
    height: 64px;
    width: 100%;
    outline: 0px;
    border: 0px;
    transition: 0.1s ease-out 0s all;
    cursor: pointer;
}

.yamoney-pay-button__pay {
    position: relative;
    opacity: 0;
    z-index: 2;
    display: block;
}

.yamoney-pay-button:hover {
    background: #ffd633;
    transition: 0.1s ease-out 0s all;
    cursor: pointer;
}

.yamoney-pay-button:active {
    background: #FFcc00;
    cursor: pointer;
}

.yamoney-pay-button__text {
    position: relative;
    left: 0;
    top: -53px;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-family: YandexSansTextApp-Regular, Arial, Helvetica, sans-serif;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.yamoney-pay-button__subtext {
    position: relative;
    left: 0;
    top: -55px;
    color: #000;
    font-size: 12px;
    font-family: YandexSansTextApp-Light, Arial, Helvetica, sans-serif;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.yamoney-pay-button_type_fly {
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.12), 0 5px 10px -3px rgba(0, 0, 0, 0.3);;
}



/**************************************************************
*   Brand's promo block
**************************************************************/
.brandsPromo{
    width: 100%;
    padding: 15px 20px;
    position: relative;
    background:#F8F8F5 url("../i/bg_brands.png") left top repeat-x;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: silver 0px 1px 5px;
    -moz-box-shadow: silver 0px 1px 5px;
    box-shadow: silver 0px 1px 5px;
}
.brandsPromo:after{
    display: block;
    content: ' ';
    clear: both;
}
.brandsPromo .title{
    padding-right: 25px;
    position: absolute;
    left:25px;
    top:25px;
    font-family: 'Roboto Slab', 'serif';
    font-size: 30px;
    color: #191919;
    text-transform: uppercase;
    line-height: 1;
    background: url(../i/topBrands_line.png) right center no-repeat;
}
.brandsPromo .title small {
    display: block;
    font-size: 15px;
    color: #949494;
}

.brandsPromo ul{
    display: block;
    margin: 0 0 0 200px;
    padding: 0;
}
.brandsPromo ul li{
    display: inline-block;
    margin: 0 50px 0 0;
}
.brandsPromo ul li a{
    display: block;
}

.main-promo-banner {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.main-promo-banner:after {
    display: block;
    content: ' ';
    clear: both;
}
.main-promo-banner a{
    display: block;
}
.main-promo-banner img{
    width: 100%;
}
.main-promo-banner ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-promo-banner .main-banner{
    float: left;
}
.main-promo-banner .add-banner{
    float: left;

}
.main-promo-banner .add-banner > div{
    margin-left: 12px;
    margin-bottom: 12px;
}
.main-promo-banner .add-banner > div:last-child{
    margin-bottom: 0;
}


/**************************************************************
*   News main block
**************************************************************/
.last-news .h2{
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
}
.last-news .date{
    margin-bottom: 12px;
    font-size: 11px;
}

/**************************************************************
*   Order & cart
**************************************************************/
.inform-block{
    position: relative;
}
.inform-block-float{
    background-color: antiquewhite;
    padding: 15px;
    box-shadow: 2px 2px 2px silver;
}
.inform-block-float{
    position: fixed;
    width: 310px;
    z-index: 9999;
}
.inform-block-float p{
    font-size: 12px;
}
.inform-block-float input[type=submit]{
    margin-top: 0px;
    width: 100%;
}

.oneMethod,
.listMethods {
    margin-top: 5px;
    border-bottom: 1px dotted red;
    padding-bottom: 15px;
}
.oneMethod:last-child {
    border-bottom: none;
}

.table.options_cart td i{
    font-size:38px;
}
.table.cart-list th, .table.options_cart th{
    background-color:#fff;
    text-transform:uppercase;
}
.table.cart-list td{
    vertical-align:middle;
}
.table.cart-list .old_price{
    text-decoration: line-through;
    color: red;
}
.table.options_cart td{
    vertical-align:middle;
}
.table.options_cart td{
    vertical-align:middle;
}

.thumb_cart{
    border: 1px solid #ddd;
    overflow:hidden;
    width:60px;
    height:60px;
    margin-right:10px;
    float:left;
}
.thumb_cart img{
    padding:1px;
    width:58px;
    height:auto;
}
.item_cart{
    display: block;
    /*margin-top:20px;*/
}

.numbers-row {position:relative; width:97px; height:40px; overflow:visible;}
.numbers-row.list { margin:auto; margin-bottom:5px; margin-top:15px;}
input.qty2 {position: relative; width:35px; height:40px; border-radius:none; text-align:center; left:31px; font-size:12px; padding:5px;}
.button_inc {text-indent: -9999px;cursor: pointer;position:absolute; width:33px; height:40px;z-index:9;}
.button_inc:focus {outline: none}
.dec {
    background:#fff url(../i/minus.png) no-repeat center center;
    content: '-';
    border: 1px solid #cccccc;
    left:0; top:0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.inc {
    background:#fff url(../i/plus.png) no-repeat center center;
    content: '+';
    right:0; top:0;
    border: 1px solid #cccccc;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.options i{
    font-size:18px;
}
.options a{
    margin: 0 7px;
}
.options a:hover{
    color: #ff430d;
}

.box_style{
    background:#333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom:25px;
    padding:30px;
    position:relative;
    color:#666;
}

.cart-window .modal-header{
    background-color: #ff430d;
    color: #f1f1f1;
}


/**************************************************************
*   Registration
**************************************************************/
.register-text{
    background: #E9EDEF;
    padding: 25px 20px;
    font-size: 12px;
}
.order-registration-info{
    font-size: 15px;
    margin-bottom: 25px;
    background: antiquewhite;
    padding: 15px 25px;
}

/**************************************************************
*   Copyright & Footer
**************************************************************/
#copyright{
    padding: 7px 0;
    font-size: 12px;
    background: #e9edef;
}
#footer{
    background: #fbfbfd url("../i/bg_footer.png") left top repeat-x;
}
.footer{
    padding: 15px 0;
}

.footer-menu {
    margin-bottom: 0;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-menu.first{
    padding-left: 0;
}
.footer-menu .panel-heading{
    padding-bottom: 0;
    font-size: 17px;
}
.footer-menu .panel-body {
    margin-top: 0;
    padding-top: 7px;
}
.footer-menu .panel-body li {

}
.footer-menu .nav a:hover,
.footer-menu .nav .active a:hover,
.footer-menu .nav .active a{
    background: none;
    text-decoration: none;
    color: #191919;
}
.footer-menu .nav a {
    padding: 3px 0;
    margin: 0;
    color: #191919;
    text-decoration: underline;
    background: none;
}
.subscribe-form {
    background: none;
}


/*******************************************
* Blog
*******************************************/
.box_style_1{
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom:25px;
    padding:0 30px 30px 30px;
    position:relative;
    color:#111;
}
.post {
    margin-bottom:45px;
}
.post h2{
    font-size:22px;
}
.post .img-post{
    display: block;
    margin: 0 -30px;
}
.post img {
    width: 100%;
    margin-bottom:18px;
    object-fit: cover;
}

.post_info {
    padding:10px 0;
    border-bottom:1px #ccc dashed;
    border-top:1px #ccc dashed;
    margin-bottom:12px;
    color:#999;
}
.post_info a{
    color:#999;
}
.post_info a:hover{
    color:#333;
}
.post_info span {
    color:#ff6666;
}
.post-left ul {
    margin-left:0;
    padding-left:0;
}
.post-left ul li {
    float:left;
    margin-right:10px;
    list-style:none;
}
#blog .center-block{
    text-align: center;
}

/*****************************************
* Certificates
******************************************/
.cat-description .certificates > div:nth-child(3n){

}

/*****************************************
* Tickets & Comments
******************************************/
/* Comments */
.comments {position:relative;overflow:hidden;}
.comment-list {clear:both; padding-left: 0;}
.comments-list {padding-left: 25px;}
.ticket-comment {list-style-type: none;margin-top:20px;}
.ticket-avatar {display:inline-block;}
.ticket-comment .ticket-avatar {max-width: 24px; max-height: 24px;}
.ticket-comment-author {display:inline-block;font-weight:bold;margin-left: 10px;}
.ticket-comment-createdon {display:inline-block;font-size: 0.8em;color: #555555;margin-left: 10px;}
.ticket-comment-edited {display:inline-block;font-size: 0.8em;color: #555555;margin-left: 10px;font-style:italic;}
.ticket-comment-link {display:inline-block; margin-left: 15px;}
.ticket-comment-text {margin-top: 5px; padding: 10px 15px; border-radius: 5px; border: 1px solid #DDDDDD;}
.ticket-comment-rating {font-size: 11px; margin-top:5px}

.comment-reply a {font-size: 0.8em; text-decoration: none; border-bottom: 1px dashed;}
.ticket-star.active .star,
.ticket-comment-star.active .star {cursor: pointer;}
.ticket-star .stared,
.ticket-comment-star .stared {color: green;}
.ticket-star .unstared,
.ticket-comment-star .unstared {color: gray;}
.ticket-star.active .unstared:hover,
.ticket-comment-star.active .unstared:hover {color: green;}

/* Rating and vote */
.ticket-comment-rating {float: right; color: #555;}
.ticket-rating .rating, .ticket-comment-rating .rating {font-weight: bold;}

.ticket-rating.active .vote,
.ticket-comment-rating.active .vote {
    cursor: pointer;
}

.ticket-rating.active .vote.plus:hover,
.ticket-rating.inactive .vote.plus.voted,
.ticket-rating .rating.positive,
.ticket-comment-rating.active .vote.plus:hover,
.ticket-comment-rating.inactive .vote.plus.voted,
.ticket-comment-rating .rating.positive {
    color: green;
}

.ticket-rating.active .vote.minus:hover,
.ticket-rating.inactive .vote.minus.voted,
.ticket-rating .rating.negative,
.ticket-comment-rating.active .vote.minus:hover,
.ticket-comment-rating.inactive .vote.minus.voted,
.ticket-comment-rating .rating.negative {
    color: red;
}

.ticket-rating.inactive,
.ticket-comment-rating.inactive {
    color: #AAA;
}

.ticket-rating.active .vote.refrain:hover {
    opacity: .7;
}
/* Messages */
.tickets-message-success  {background-color: green !important;}
.tickets-message-error  {background-color: brown !important;}
.tickets-message-info  {background-color: black !important;}



/*****************************************
* sigin/signup popup
******************************************/
.cd-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, 0.9);
    z-index: 3;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
    -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
    transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0, visibility 0 0;
    -moz-transition: opacity 0.3s 0, visibility 0 0;
    transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-user-modal-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFF;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher {
    margin: 0;
    padding: 0;
}
.cd-user-modal-container .cd-switcher:after {
    content: "";
    display: table;
    clear: both;
}
.cd-user-modal-container .cd-switcher li {
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
}
.cd-user-modal-container .cd-switcher li:first-child a {
    border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
    border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #337bbf;
    color: #f1f1f1;
}
.cd-user-modal-container .cd-switcher a.selected {
    background: #FFF;
    color: #505260;
}

.cd-form {
    padding: 1.4em;
}
.cd-form .fieldset {
    position: relative;
    margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
    margin-top: 0;
}
.cd-form .fieldset:last-child {
    margin-bottom: 0;
}
.cd-form label {
    font-size: 14px;
    font-size: 0.875rem;
}
.cd-form label.image-replace {
    /* replace text with an icon */
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.cd-form label.cd-username {
    background-image: url("../i/cd-icon-username.svg");
}
.cd-form label.cd-email {
    background-image: url("../i/cd-icon-email.svg");
}
.cd-form label.cd-password {
    background-image: url("../i/cd-icon-password.svg");
}
.cd-form input {
    margin: 0;
    padding: 0;
    border-radius: 0.25em;
}
.cd-form input.full-width {
    width: 100%;
}
.cd-form input.has-padding {
    padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cd-form input.has-border:focus {
    border-color: #343642;
    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    outline: none;
}
.cd-form input.has-error {
    border: 1px solid #d76666;
}
.cd-form input[type=password] {
    /* space left for the HIDE button */
    padding-right: 65px;
}
.cd-form input[type=submit] {
    padding: 16px 0;
    cursor: pointer;
    background: #5cb85c;
    color: #FFF;
    font-weight: bold;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
    background: #419641;
    outline: none;
}
.cd-form .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.875rem;
    color: #343642;
}
.cd-form .cd-error-message {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, 0.9);
    padding: .8em;
    z-index: 2;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
    border-radius: 0.25em;
    /* prevent click and touch events */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
    /* triangle */
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0, visibility 0 0;
    -moz-transition: opacity 0.2s 0, visibility 0 0;
    transition: opacity 0.2s 0, visibility 0 0;
}

.cd-form-message {
    padding: 1.4em 1.4em 0;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}
.cd-form-message-block{
    margin: 15px 25px 0;
    padding: 5px 10px;
}

.cd-form-bottom-message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    text-align: center;
    font-size: 13px;
}
.cd-form-bottom-message a {
    color: #FFF;
    text-decoration: underline;
}

.cd-close-form {
    /* form X button on top right */
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url("../i/cd-icon-close.svg") no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#cd-login, #cd-signup, #cd-reset-password {
    display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
    display: block;
}
