/* MAIN STYLE
=================================================================== */

body{
    padding: 0;
    margin: 0;
    min-width: 980px;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    background: #f8f8f8;
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.clearfix{
    clear: both;
}

.hidden{
    display: none;
}

.inline-block{
    display: inline-block;
    vertical-align: top;
}

.col-3{
    width: 25%;
}

.col-12{
    width: 100%;
}

/* HEADER STYLE
=================================================================== */

.header-menu-container{
    width: 100%;
    background: #bb0303;
    height: 45px;
}

.col-980{
    width: 980px;
    margin: 0 auto;
}

.main-menu > ul,
.user-menu > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu > ul > li,
.user-menu > ul > li{
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.main-menu > ul > li > a,
.user-menu > ul > li > a{
    display: block;
    padding: 13px 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    transition: all 250ms ease; 
    border: 0;
}

.main-menu > ul > li > a:hover,
.user-menu > ul > li > a:hover{
    background: rgba(255, 255, 255, .15);
}

.main-menu > ul > li > ul{
    display: none;
    position: absolute;
    background: #fff;
    width: 200px;
    padding: 0;
    list-style: none;
    box-shadow: #e9e9e9 0px 2px 2px 0px;
}
.main-menu > ul > li:hover > ul{
    display: block;
}

.main-menu > ul > li > ul > li > a{
    display: block;
    color: #131313;
    padding: 4px 5px 4px 17px;
    text-decoration: none;
    transition: 50ms all ease-in-out;
}
.main-menu > ul > li > ul > li:hover > a{
    background: #e5e5e5;
}
.main-menu > ul > li > ul > li:first-child > a{
    margin-top: 5px;
}
.main-menu > ul > li > ul > li:last-child > a{
    margin-bottom: 5px;
}


.user-menu .divider{
    padding: 13px 0;
    color: #fff;
    display: block;
    font-weight: 300;
}

.user-menu .user-name{
    padding: 13px 0;
    color: #fff;
    display: block;
    font-weight: 300;
}


.header-container{
    width: 100%;
    height: 130px;
    background: #f8f8f8;
    overflow: hidden;
}

.logo-block,
.contact-block-1,
.contact-block-2{
    width: 240px;
    padding-right: 20px;
    float: left;
    padding-top: 30px;
    color: #5e5e5e;
}

.contact-block-1 p,
.contact-block-2 p{
    margin: 0 0 8px 0;
}

.contact-block-1 .phone,
.contact-block-2 .phone{
    color: #131313;
}

.cart-block{
    width: 176px;
    float: right;
    border: 2px solid #bb0303;
    padding: 13px 10px 18px 10px;
    margin-top: 17px;
    color: #131313;
}
.cart-block h2{
    color: #bb0303;
    margin: 0;
    font-size: 18px;
}

.cart-block h2 a{
    color: #bb0303;
    text-decoration: none;
    font-size: 18px;
}

#opt-or-rozn,
#opt-or-rozn:hover{
    color: #fff;
    background: #00B7F4;
    display: block;
    padding: 9px 0px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    border: 0;
    font-size: 20px;
}


.content-container{
    background: url(../img/content-top-bg.png) top center repeat-x, url(../img/content-bottom-bg.png) bottom center repeat-x;
    min-height: 300px;
    //background-size: contain, contain;
    padding-bottom: 110px;
}

.content-container > .col-980{
    padding: 15px 0;
}

.content-container a{
    color: #bb0303;
    text-decoration: none;
    border-bottom: 1px solid #e4a7a7;
    transition: 50ms all ease-in-out;
}

.content-container a:hover{
    color: #464646;
    border-bottom: 1px solid #676767;
}

/* NEWS PAGE
=================================================================== */

.node-list-news{

}

.node-list-news .node-preview{
    background: #fff;
    box-shadow: #999 1px 1px 2px 0px;
    width: 190px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px 0;
    padding: 15px;
}

.node-list-news > .node-preview:nth-child(3n+3){
    margin-left: 25px;
    margin-right: 25px;
}

.node-list-news .node-preview-date{
    color: #cfcfcf;
    font-size: 15px;
    font-weight: 100;
}

.node-list-news .node-preview-name{
    line-height: 20px;
    margin: 10px 0 10px 0;
}

.node-list-news .node-preview-name a{
    color: #bb0303;
    font-size: 15px;
    text-decoration: none;
    border: 0 !important;
}

.node-list-news .node-preview-content{
    color: #656565;
    font-size: 13px;
}

.node-list-news .node-preview-more a{
    color: #616161;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #b0b0b0;
}


.node-list-shops .node-preview-name{
    color: #bb0303;
    font-size: 24px;
    font-weight: 400;
}

.node-list-shops .node-preview-name span{
    color: #131313;
}

.shop-schedule,
.shop-phones{
    font: 14px "Roboto Slab";
    color: #131313;
}

.shop-schedule span,
.shop-phones span{
    font-size: 16px;
}



.node-list-actions,
.node-list-actions_opt{

}

.node-list-actions .node-preview,
.node-list-actions_opt .node-preview{
    background: #fff;
    box-shadow: #999 1px 1px 2px 0px;
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px 0;
    //padding: 15px;
}

.node-list-actions .node-preview a,
.node-list-actions_opt .node-preview a{
    border: 0;
}

.node-list-actions .node-preview img,
.node-list-actions_opt .node-preview img{
    display: block;
}

.node-list-actions .node-preview .node-preview-name,
.node-list-actions_opt .node-preview .node-preview-name{
    line-height: 20px;
    padding: 9px 15px;
    background: #7ac550;
    margin: 0;
    height: 50px;
}

.node-list-actions .node-preview:nth-child(3n+2) .node-preview-name,
.node-list-actions_opt .node-preview:nth-child(3n+2) .node-preview-name{
    background: #04b1ee;
}

.node-list-actions .node-preview:nth-child(3n+3) .node-preview-name,
.node-list-actions_opt .node-preview:nth-child(3n+3) .node-preview-name{
    background: #46378a;
}

.node-list-actions .node-preview-name a,
.node-list-actions_opt .node-preview-name a{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border: 0 !important;
}

.node-list-actions > .node-preview:nth-child(3n+3),
.node-list-actions_opt > .node-preview:nth-child(3n+3){
    margin-left: 25px;
    margin-right: 25px;
}


/* MAIN CONTAINER STYLE
=================================================================== */

.left-conatiner{
    width: 245px;
    float: left;
}

.right-container{
    width: 710px;
    float: right;
}

.main-content h1{
    color: #fff;
    font-size: 30px;
    margin: 0 0 40px 0;
    font-weight: 300;
}

/* SEARCH FORM
=================================================================== */

.search-container{
    margin: 0;
    padding: 0;
}

.search-form{
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: #696969 1px 1px 3px 0px;
}

.inp-search{
    border: 0;
    width: 580px;
    padding: 13px 10px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-radius: 0 !important;
}

.btn-search{
    margin: 0;
    float:right;
    width: 110px;
    font-size: 14px;
    border: 0;
    text-align: center;
    padding: 13px 0px;
    background: #7ac550;
    color: #fff;
}

.search-result{
    display: none;
    position: absolute;
    width: 600px;
    z-index: 20;
}

.search-result ul{
    margin: 0;
    padding: 0;
    width: 710px;
    list-style: none;
    background: #fff;
    box-shadow: #696969 2px 2px 3px 0px;
    margin-top: 15px;
    position: relative;
}

.search-result ul::before {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    left: 20px; 
    top: -20px; /* Положение треугольника */
    border: 10px solid transparent; /* Прозрачные границы */
    border-bottom: 10px solid #fff; /* Добавляем треугольник */
}

.search-result > ul > li{
    margin: 0;
    padding: 0;
}

.search-result > ul > li > span.message{
    display: block;
    width: 96%;
    padding: 10px 2%;
}

.search-result > ul > li > a{
    display: block;
    width: 96%;
    padding: 10px 2%;
    text-decoration: none;
    border: none;
}

.search-result > ul > li > a > span{
    color: #000;
    font-weight: 600;
}

.search-result > ul > li > a:hover{
    background: #eee;
    border: none;
}



.btn-submit-filter {
    display: block;
    margin: 0 auto;
    background: #7AC550;
    border: 0;
    color: #fff;
    padding: 6px 15px;
    margin-top: 10px;
}

.filter-label{
    color: #333;
    margin: 6px 0;
}

hr{
    margin: 12px 0 0 0;
}

/* NEWS WIDGET ON FRONT PAGE
=================================================================== */

.widget-news{

}

.widget-news .widget-header .widget-header-h2{
    background: url(../img/red-h2-bg.png) center right no-repeat;
    padding: 3px 0;
    font-size: 30px;
    margin: 30px -24px 10px 15px;
    font-weight: 300;
}

.widget-news .widget-content{
    width: 100%;
}

.widget-news .widget-content .widget-content-node{
    background: #fff;
    box-shadow: #999 1px 1px 2px 0px;
    width: 190px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px 0;
    padding: 15px;
}

.widget-news .widget-content .widget-content-node:nth-child(2){
    margin-left: 21px;
    margin-right: 21px;
}

.widget-news .widget-content .widget-content-node-date{
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 100;
}

.widget-news .widget-content .widget-content-node-name{
    line-height: 20px;
    margin: 10px 0 10px 0;
}

.widget-news .widget-content .widget-content-node-name a{
    color: #bb0303;
    font-size: 15px;
    text-decoration: none;
    border: 0 !important;
}

.widget-news .widget-content .widget-content-node-content{
    color: #656565;
    font-size: 13px;
}

.widget-news .widget-content .widget-content-node-more a{
    color: #616161;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #b0b0b0;
}




.widget-slides,
.widget-slides_opt{
    margin-top: 20px;
    box-shadow: #999 1px 1px 2px 0px;
}

.widget-slides img,
.widget-slides_opt img{
    display: block;
}




.widget-actions,
.widget-actions_opt{

}

.widget-actions .widget-header .widget-header-h2,
.widget-actions_opt .widget-header .widget-header-h2{
    background: url(../img/yellow-h2-bg.png) center right no-repeat;
    padding: 3px 0;
    font-size: 30px;
    margin: 30px -24px 10px 15px;
    font-weight: 300;
}

.widget-actions .widget-content,
.widget-actions_opt .widget-content{
    width: 100%;
}

.widget-actions .widget-content .widget-content-node,
.widget-actions_opt .widget-content .widget-content-node{
    background: #fff;
    box-shadow: #999 1px 1px 2px 0px;
    width: 220px !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 15px -3px;
}

.widget-actions .widget-content .widget-content-node a,
.widget-actions_opt .widget-content .widget-content-node a{
    border: 0;
}

.widget-actions .widget-content .widget-content-node img,
.widget-actions_opt .widget-content .widget-content-node img{
    display: block;
}

.widget-actions .widget-content .widget-content-node:nth-child(2),
.widget-actions_opt .widget-content .widget-content-node:nth-child(2){
    margin-left: 21px;
    margin-right: 21px;
}

.widget-actions .widget-content-node .widget-content-node-name,
.widget-actions_opt .widget-content-node .widget-content-node-name{
    line-height: 20px;
    padding: 9px 15px;
    background: #7ac550;
    margin: 0;
    height: 50px;
}

.widget-actions .widget-content-node:nth-child(2) .widget-content-node-name,
.widget-actions_opt .widget-content-node:nth-child(2) .widget-content-node-name{
    background: #04b1ee;
}

.widget-actions .widget-content-node:nth-child(3) .widget-content-node-name,
.widget-actions_opt .widget-content-node:nth-child(3) .widget-content-node-name{
    background: #46378a;
}

.widget-actions .widget-content .widget-content-node-name a,
.widget-actions_opt .widget-content .widget-content-node-name a{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border: 0 !important;
}




.widget-about-company-index{

}

.widget-about-company-index .widget-header .widget-header-h2{
    background: url(../img/green-h2-bg.png) center right no-repeat;
    padding: 3px 0;
    font-size: 30px;
    margin: 30px -24px 10px 15px;
    font-weight: 300;
}

.widget-about-company-index .widget-content .widget-content-node{
    margin-left: 15px;
    color: #666;
    -webkit-column-count:2;  
    -moz-column-count:2;  
    column-count:2;  
    line-height: 21px;
    background: url(../img/about-bg.png) center center no-repeat;
}

/* CATEGORY MENU
=================================================================== */

.category-menu{
    background: #fff;
    box-shadow: #a1a1a1 0px 1px 2px 0px;
}

.category-menu > ul{
    list-style: none;
    margin: 0;
    padding: 10px 5px 10px 25px;
}

.category-menu > ul > li > a{
    display: block;
    color: #131313;
    padding: 6px 0;
    text-decoration: none;
    transition: all 250ms ease;
    border: 0;
}

.category-menu > ul > li > a:hover{
    color: #8d8d8d;
    border: 0;
}

.category-menu > ul > li > ul {
    padding-left: 10px;
    list-style: none;
    display: none;
}

.category-menu > ul > li > ul > li{
    margin: 3px 0;
}

.category-menu > ul > li > ul > li > div{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-left: 200px;
    margin-top: -50px;
    background: #fff;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, .3) 5px 5px 1px 1px;
    padding: 25px;
    border: 1px solid #e3e3e3;
    transition: all 250ms ease;
}


.category-menu > ul > li > ul > li > div > ul{
    margin: 0;
    list-style: none;
    padding: 0;
    display: block !important;
}

.category-menu > ul > li > ul > li > div:before {
    content: '';
    display: block;
    width: 10px;
    height: 19px;
    position: absolute;
    left: -10px;
    background: url(../img/menu-arrow.png) 0 0 no-repeat;
}

.category-menu > ul > li > ul > li:hover > div{
    //display: block;
    opacity: 1;
    visibility: visible;
}

.category-menu > ul > li > ul > li > div > ul a{
    color: #0d0d0d;
    display: inline-block;
    margin-bottom: 4px;
    text-decoration: none;
    transition: all 250ms ease;
    border-bottom: 1px solid #b0b0b0;
}

.category-menu > ul > li > ul > li > div > ul a:hover{
    color: #bb0303;
    border-bottom: 1px solid #e19090;
}

/* CATALOG
=================================================================== */

h1.catalog-header{
    font-size: 24px;
    color: #070707;
    margin: 30px 0 10px 0;
}

.catalog-filters{
    background: #ededed;
    padding: 10px;
}

.catalog-sort{
    float: left;
    color: #989898;
}

.catalog-sort select{
    margin-left: 5px;
}

.catalog-limit{
    float: right;
    color: #989898;
}

.catalog-view{
    float: right;
    color: #989898;
    padding-left: 20px;
}

.btn-catalog-filter {
    background: #F5F5F5 url(../img/catalog-filter.png) center center no-repeat;
    border: 1px solid #CCC !important;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;

    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    border-radius: 3px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: left;
    margin-right: 20px;
}

.btn-catalog-view {
    border: 1px solid #CCC !important;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;

    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    border-radius: 3px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.catalog-view-list {
    background: #F5F5F5 url(../img/catalog-list.png) center center no-repeat;
}

.catalog-view-blocks {
    background: #F5F5F5 url(../img/catalog-blocks.png) center center no-repeat;
}

.catalog-limit select{
    margin-left: 5px;
}

.item-container{
    display: inline-block;
    width: 160px;
    margin: 20px 23px 20px 0;
    vertical-align: top;
    position: relative;
    //padding-bottom: 35px;
}

.item-container .img-middle{
    width: 160px;
    height: 160px;
    background: #fff;
    box-shadow: #aaa 1px 1px 5px 0;
    text-align: center;
    position: relative;
}

.item-container .img-middle a{
    height: inherit;
    width: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 0;
    text-align: center;
}

.item-container .img-middle a img{
    max-width: 160px;
    max-height: 160px;
    margin: 0 auto;
}

.item-container .img-middle .icon-sale{
    width: 160px;
    height: 62px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/sale.png) top center no-repeat;
}


.item-container:nth-child(4n+4){
    margin-right: 0;
}

.item-container h2{
    line-height: 22px;
    margin: 10px 0;
}

.item-container h2 a{
    color: #151515;
    border-bottom: #b0b0b0 1px solid;
    display: inline;
    font-size: 13px;
}

.item-container h2 a:hover{
    border: 0 !important;
    text-decoration: none !important;
}

.item-container .item-price{
    font-size: 18px;
}

.item-container .add-item-in-cart{
    display: inline-block;
    color: #fff;
    background: #7ac550;
    font-size: 13px;
    box-shadow: #bdbdbd 0px 2px 2px 0px;
    border: 0;
    padding: 3px 14px;
    margin-top: 7px;
    //position: absolute;
    //bottom: 0;
}

.item-container .add-item-in-cart{
    border: 0 !important;
    text-decoration: none !important;
}

.item-container .out-of-stock{
    display: inline-block;
    color: #fff;
    background: #7f7f7f;
    font-size: 13px;
    box-shadow: #bdbdbd 0px 2px 2px 0px;
    border: 0;
    padding: 3px 14px;
    //position: absolute;
    //bottom: 0;
}

.item-container .out-of-stock.opt{
    margin-top: 31px;
}

.item-container .out-of-stock.rozn{
    margin-top: 7px;
}

.item-left{
    width: 254px;
    display: inline-block;
    vertical-align: top;
}

.img-full{
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;
    //min-height: 252px;
    box-shadow: #aaa 1px 1px 5px 0;
    width: 252px;
    height: auto;
}

.item-previews img{
    box-shadow: #aaa 1px 1px 5px 0;
    width: 80px;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.item-previews img:nth-child(3n+2){
    margin: 0 2px 0 3px;
}

.item-right{
    width: 410px;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}

.item-controls{
    margin-top: 10px;
}

.item-controls .add-item-in-cart{
    background: #7ac550;
    padding: 10px 38px;
    box-shadow: #c2c2c2 0 3px 3px 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
}

.table .add-item-in-cart{
    background: #7ac550;
    padding: 5px 38px;
    box-shadow: #c2c2c2 0 3px 3px 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
}

.item-controls .add-item-in-cart:hover{
    border: 0;
    text-decoration: none;
}

.table .add-item-in-cart:hover{
    border: 0;
    text-decoration: none;
}

.item-article{
    color: #7f7f7f;
    text-align: right;
}

.item-feature h2{
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px #ddd solid;
    padding-bottom: 7px;
}

.item-feature table{
    width: 100%;
}

.item-feature td{
    padding: 3px 0;
}

.item-docs h2{
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px #ddd solid;
    padding-bottom: 7px;
}

.item-certs h2{
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px #ddd solid;
    padding-bottom: 7px;
}

.item-certs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-certs ul li {
    margin-right: 5px;
}

.item-certs ul li a,
.item-certs ul li a:hover{
    border: 0;
}

.item-markets table{
    width: 100%;
}

.item-markets td{
    padding: 3px 0;
}

.item-markets h2{
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px #ddd solid;
    padding-bottom: 7px;
}

.item-market{
    color: #5e5e5e;
    padding-bottom: 5px;
}

.item-price-for-market{
    color: #bb0303;
    font-size: 15px;
}

.item .item-price{
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.item-quantity-container{
    vertical-align: middle;
}

.item-container .item-price-rozn{
    display: inline-block;
    color: #fff;
    background: #7ac550;
    font-size: 13px;
    box-shadow: #bdbdbd 0px 2px 2px 0px;
    border: 0;
    padding: 3px 14px;
    margin-top: 7px;
    border: 0 !important;
    text-decoration: none !important;
    //position: absolute;
    //bottom: 0;
}

.item-description{

}

.item-description h2{
    background: url(../img/green-h2-bg.png) center right no-repeat;
    padding: 3px 0;
    font-size: 24px;
    margin: 30px -24px 10px 0;
    font-weight: 300;
}

.item-description .description-text{

}

.similar-items .item-container{
    display: inline-block;
    width: 160px;
    margin: 20px 23px 20px 0;
    vertical-align: top;
}

.similar-items .item-container:nth-child(5n+5){
    margin-right: 0;
}

.similar-items h2{
    background: url(../img/yellow-similar-h2-bg.png) center right no-repeat;
    padding: 3px 0;
    font-size: 24px;
    margin: 30px -24px 10px 0;
    font-weight: 300;
}

.similar-items h3{
    line-height: 22px;
    margin: 10px 0;
}

.similar-items h3 a{
    color: #151515;
    border-bottom: #b0b0b0 1px solid;
    display: inline;
    font-size: 13px;
}

.similar-items h3 a:hover{
    border: 0 !important;
    text-decoration: none !important;
}


/* FOOTER
=================================================================== */

footer{
    background: #fff;
    padding: 35px 0;
    color: #4b4b4b;
    font-size: 13px;
    min-height: 120px;
}

footer > .col-980{
    position: relative;
}

footer a{
    color: #4b4b4b;
    border-bottom: 1px solid #b0b0b0;
    text-decoration: none;
}

.footer-container-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
}

.footer-container-2{
    position: absolute;
    top: 0;
    left: 265px;
    width: 150px;
    margin: 10px;
}

.footer-container-3{
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    position: absolute;
    top: 0;
    left: 430px;
    width: 100px;
    margin: 10px;
    padding: 0 10px 0 30px;
}

.footer-container-4{
    position: absolute;
    top: 0;
    right: 200px;
    width: 150px;
    margin: 10px;
}

.footer-container-5{
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    text-align: right;
}

footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li{
    padding: 3px 0;
}


.modal-check-type{
    width: 520px;
    height: 270px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -135px;
    margin-left: -260px;
    background: #fff;
    z-index: 10;
    display: none;
}

.modal-check-type .modal-header{
    background: #f2f2f2;
    color: #0e0e0e;
    text-align: center;
    font-size: 24px;
    padding: 7px 0;
}

.modal-check-type .modal-body{
    text-align: center;
    padding-top: 30px;
}

.type-rozn{
    width: 210px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}

.type-rozn i{
    background: #bb0303 url(../img/icon-rozn.png) center center no-repeat;
    width: 210px;
    height: 135px;
    display: block;
    border-radius: 4px;
    transition: 250ms all ease;
}
.type-rozn:hover i{
    background-color: #000;
}
.type-rozn span{
    font-size: 24px;
}

.type-opt{
    width: 210px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.type-opt i{
    background: #bb0303 url(../img/icon-opt.png) center center no-repeat;
    width: 210px;
    height: 135px;
    display: block;
    border-radius: 4px;
    transition: 250ms all ease;
}
.type-opt:hover i{
    background-color: #000;
}
.type-opt span{
    font-size: 24px;
}


.modal-user-login{
    width: 720px;
    position: fixed;
    left: 50%;
    top: 20%;
    margin-left: -360px;
    background: #fff;
    z-index: 10;
    display: none;
}

.modal-user-login .modal-header{
    color: #0e0e0e;
    text-align: left;
    font-size: 24px;
    padding: 20px 25px;
}

.modal-user-register{
    width: 720px;
    position: fixed;
    left: 50%;
    top: 10%;
    margin-left: -360px;
    background: #fff;
    z-index: 10;
    display: none;
}

.modal-user-register .modal-header{
    color: #0e0e0e;
    text-align: left;
    font-size: 24px;
    padding: 20px 25px;
}

.input-group{
    width: 100%;
    margin: 0 25px 20px 25px;
    text-align: left;
}

.input-group.grey-bg{
    background: #f2f2f2;
    margin: 0 0 20px 0;
    text-align: center;
    height: 40px;
}

.input-group.grey-bg label{
    width: 155px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    color: #5e5e5e;
}

.input-group.grey-bg label .required{
    color: #bb0303;
}

.input-group.grey-bg input{
    width: 480px;
    height: 34px;
    outline: 0;
    padding: 1px 10px;
    vertical-align: middle;
}

.input-group.grey-bg input#register-search {
    width: 504px;
    height: 40px;
}

.btn-register,
.btn-login{
    width: 92.5%;
    margin: 0 25px 20px 25px;
    display: block;
    background: #7ac550;
    padding: 15px 0;
    box-shadow: #c2c2c2 0 3px 3px 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
}


.modal-shadow{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9;
}


/* TABLE
=================================================================== */

table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

/* PAGINATION
===========================*/

.pagination{
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

.pagination li{
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination li a{
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #7ac550;
    margin: 0 3px 0 0;
    color: #6ab83e;
    transition: all 250ms ease;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    line-height: 16px;
    box-shadow: #bdbdbd 0px 2px 1px 0px;
}

.pagination li.active a,
.pagination li.active:hover a{
    background: #464646;
    border: 2px solid #464646;
    color: #fff;
    z-index: 0;
}

.pagination li:hover a{
    background: #fff;
    border: 2px solid #464646;
    color: #464646;
}

.pagination>.disabled>span, 
.pagination>.disabled>span:hover, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>a, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 0px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: left;
    left: 20px;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 3px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #bb0303;
}



/*
    TABLE CART
*/

table.cart{
    width: 100%;
    background: #fff;
}

table.cart thead tr{
    border-bottom: 1px solid #dddddd;
}

table.cart thead th{
    padding: 10px 15px;
    color: #b6b6b6;
}

table.cart tbody tr{
    border-bottom: 1px solid #dddddd;
}

table.cart tbody td{
    padding: 20px 20px;
    color: #333;
}

table.cart tbody td.price{
    font-size: 23px;
}

.quantity-container{
    border: 2px solid #e3e3e3;
    box-shadow: #c2c2c2 2px 2px 2px 0;
    display: inline-block;
}

.item-quantity-container,
.list-quantity-container{
    display: none;
}

.list-quantity-container{
    //position: absolute;
    //bottom: 0;
}

.full-cart-count{
    border: 0;
    border-left: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    font-size: 18px;
    padding: 5px 12px;
    display: inline-block;
    width: 40px;
    text-align: center;
    background: #fff;
}

.list-quantity-container .full-cart-count{
    font-size: 16px;
    padding: 2px 12px;
}

.quantity-minus{
    font-size: 18px;
    border: 0 !important;
    display: inline-block;
    padding: 5px 12px;
    background: #fff;
}

.list-quantity-container .quantity-minus{
    font-size: 16px;
    padding: 2px 12px;
}

.quantity-plus{
    font-size: 18px;
    border: 0 !important;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
}

.list-quantity-container .quantity-plus{
    font-size: 16px;
    padding: 2px 10px;
}

.quantity-null{
    border: 2px solid #e3e3e3 !important;
    box-shadow: #c2c2c2 2px 2px 2px 0;
    font-size: 18px;
    display: inline-block;
    padding: 5px 10px;
    font-family: Verdana;
}

.itogo{
    background: #fff;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    font-size: 23px;
    color: #151515;
}

.itogo .cart-summ{
    color: #bb0303;
}


.cart-form{
    margin-top: 35px;
}

.cart-form .form-left{
    display: inline-block;
    vertical-align: top;
    width: 460px;
}

.cart-form .form-right{
    display: inline-block;
    vertical-align: top;
    width: 490px;
    margin-left: 25px;
}

.cart-form label{
    display: block;
    font: 14px "Roboto Slab";
    color: #5e5e5e;
    margin-top: 10px;
    margin-bottom: 5px;
}

.cart-form label .required{
    color: red;
}

.cart-form .form-left input{
    width: 95%;
    padding: 2.5%;
    border: 1px solid #c8c8c8;
}

.cart-form .form-right textarea{
    width: 95%;
    padding: 2.5%;
    border: 1px solid #c8c8c8;
    height: 252px;
    resize: none;
}

.cart-form .actions{
    margin-top: 30px;
}

.cart-form .actions input[type=submit]{
    display: block;
    background: #14b6f1;
    padding: 8px 35px;
    box-shadow: #c2c2c2 0 3px 3px 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
}

.actions .btn-user-login{
    display: inline-block;
    background: #14b6f1;
    padding: 8px 35px;
    box-shadow: #c2c2c2 0 3px 3px 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 20px;
}

.actions .btn-user-login:hover{
    text-decoration: none;
    border: 0;
}

.actions .btn-user-register{
    display: inline-block;
    background: #14b6f1;
    padding: 8px 35px;
    box-shadow: #c2c2c2 0 3px 3px 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
}

.actions .btn-user-register:hover{
    text-decoration: none;
    border: 0;
}

.message-box{
    margin: 20px 0;
    background: #bb0303;
    color: #fff;
    padding: 15px;
}



/*
 *
 *JIVOSITE
 *
*/


#jivo-label{
    right: 0px !important;
    top: 50% !important;
    height: 209px !important;
    margin-top: -104px !important;
    display: block !important;
    width: 44px !important;
    background: url(../img/consultant.png) center center no-repeat !important;
}

#jivo_iframe_wrap{
    background: #00B7F4;
}

#jivo_top_wrap .jivo-triangle-wraper.jivo_shadow{
    box-shadow: none !important;
    background: transparent !important;
}

.jivo-triangle-clip,
#jivo-label-copyright,
#jivo-label-text,
#jivo-label-status{
    display: none;
}





.shop-link{
    padding: 5px 10px;
    transition: 250ms all ease;
}

.shop-link:hover{
    background: #eee;
}


.catalog-table {
    width: 100%;
    background: #fff;
    margin-top: 20px;
}

.catalog-table td{
    padding: 7px 4px;
    vertical-align: middle;
}

.catalog-table th{
    text-align: center;
}

.catalog-table .td-act{
    width: 135px;
    text-align: center;
}

.catalog-table .td-price{
    width: 100px;
    text-align: center;
}


.jq-checkbox.checked .jq-checkbox__div {
    background: #bb0303;
}

.filters{
    background: #ededed;
    padding: 10px;
    margin-top: 15px;
}

.filters-hidden {
    display: none;
}

.filter-label {
    font-weight: bold;
}

.filter-property{
    max-height: 175px;
    width: 21%;
    margin: 1%;
    padding: 1%;
}

.filter-content {
    border-right: 1px #aaa solid;
}

.filter-content:nth-child(4n+4) {
    border-right: 0;
}

.widget-actions,
.widget-actions_opt{
    height: 255px;
}

.widget-actions .slick-list,
.widget-actions_opt .slick-list{
    width: 695px;
    margin-left: 10px;
}

.slick-prev:before, .slick-next:before{
    color: #bb0303;
}

.slick-prev {
    left: -22px;
}

.slick-next {
    right: -22px;
}

.input-description{
    margin: 0 0 20px 25px;
}

.input-description .required{
    color: red;
}

.shop-address{
    display: inline;
}



.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 19px;
    height: 46px;
    margin-top: -23px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus{
    background: url(../img/arrow-left.png) center center no-repeat;
    left: -15px;
}


.slick-next,
.slick-next:hover,
.slick-next:focus{
    background: url(../img/arrow-right.png) center center no-repeat;
    right: -15px;
}


.slick-prev:before,
.slick-next:before {
    display: none;
}

body.mobile #jivo_top_wrap{
    display: none;
}


.price-link{
    background: #fff;
    box-shadow: #a1a1a1 0px 1px 2px 0px;
    margin-top: 20px;
    padding: 10px 25px;
}

.breadcrumb{
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px #aaa solid;
}

.breadcrumb li{
    display: inline;
}

.breadcrumb li.divider{
    margin: 0 10px;
}

.node h1{
    color: #000;
}

.node{
    margin-top: 50px;
}
