/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
}
 
/* Track */
::-webkit-scrollbar-track {    
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #a1f960;    
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #a1f960; 
}

.carousel{
    margin-top: 20px;    
}
body{
    background-position: center;
    min-width: 1200px;
    font-family: Open Sans, sans-serif;
}
.main_wrap{
    min-width: 1200px;
    margin-top: -20px;
}

p{
    margin: 0;
    line-height: 28px;
}
a{
    color: #84D24A;
}
 a:hover {
    color: #9AE152;
    text-decoration: underline;
}
table, tr, td, .title{
    font-size: 15px;
}
h2 {
    font-size: 26px;
}
/* ------------ Верхнее меню ------------ */
.basket_block{
    text-align: center;
}
.no-padding{
    padding: 0;
}
header.header_wrap .top_nav_wrap{
    width: 100%;
    height: 36px;
    background-color: #F8F8F8;
    border-bottom: solid 1px #CBCBCB;
}
header.header_wrap .top_nav_wrap .container{
    padding: 0;
    min-width: 1200px;
}
header.header_wrap .top_nav_wrap .container .row{
    padding: 0;
    margin: 0;
}
header.header_wrap .top_nav_wrap .container .row ul{
    padding: 0;
	margin: 0;
}
header.header_wrap .top_nav_wrap .container .row ul li{
    padding: 0;
	float: left;
}
header.header_wrap .top_nav_wrap .container .row ul li a{
    /*padding: 0;*/
    color: #535353;
    font-size: 15px;    
    padding: 5px 28px 11px 1px;
    background: none;
}
header.header_wrap .top_nav_wrap .container .row ul li a:hover{
    /*padding: 0;*/
    color: #535353;    
    padding: 5px 28px 11px 1px;
    background: none;
    text-decoration: underline;
}

/* ------------ /Верхнее меню ------------ */

/* ------------ Шапка сайта ------------ */

header.header_wrap .header_block{
    position: relative;
    height: 147px;
    clear: both;
    /*background-color: #ffffff;*/
}
header.header_wrap .header_block .logo_block{
    padding-top: 9px;
    /*border-right: solid 1px #000000;*/
    display: inline-block;
    vertical-align: top;
}
header.header_wrap .header_block .logo_block .logo{
    margin-right: 50px;
    /*margin-top: 5px;*/
    width: 273px;
    height: 106px;
    background-image: url("../img/logo_top.png");
}
header.header_wrap .header_block .contact_block{
    vertical-align: top;
    width: 570px;
    display: inline-block;
    min-height: 140px;
}
header.header_wrap .header_block .contact_block .left_block {
    width: 285px;
    display: inline-block;
    min-height: 140px;
    vertical-align: top;
}
header.header_wrap .header_block .contact_block .left_block .clock_block {
    padding-left: 41px;
    margin-top: 2px;
}
header.header_wrap .header_block .contact_block .left_block .clock_block .ico_clock {
    background-image: url("../img/ico_clock.png");
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
}
header.header_wrap .header_block .contact_block .left_block .clock_block .text_block {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
    margin-top: 17px;
}
header.header_wrap .header_block .contact_block .left_block .clock_block .text_block p {
    line-height: 13px;
    margin: 0;
}
header.header_wrap .header_block .contact_block .left_block .phone_block{
    padding-left: 41px;
    margin-top: 15px;
}
header.header_wrap .header_block .contact_block .left_block .phone_block .ico_phone{
    background-image: url("../img/ico_phone.png");
    width: 28px;
    height: 28px;
    vertical-align: top;
    display: inline-block;
}
header.header_wrap .header_block .contact_block .left_block .phone_block .phone{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    padding-left: 8px;
}
header.header_wrap .header_block .contact_block .left_block .call_me{
    width: 132px;
    height: 25px;
    text-transform: uppercase;
    font-size: 10px;
    /*font-weight: bold;*/
    border: none;
    padding: 0;
    /*background: none;*/
    background-color: #1C1C1C;
    color: #ffffff;
    margin-top: 14px;
    margin-left: 96px;
    letter-spacing: 1.1px;
}
header.header_wrap .header_block .contact_block .right_block {
    width: 280px;
    display: inline-block;
    min-height: 140px;
}
header.header_wrap .header_block .contact_block .right_block .address_block {
    padding-left: 36px;
    padding-top: 37px;
}
header.header_wrap .header_block .contact_block .right_block .address_block .title {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.1px;
    color: #1C1C1C;
}
header.header_wrap .header_block .contact_block .right_block .address_block .select_wrap {
    position: relative;
}
header.header_wrap .header_block .contact_block .right_block .address_block .select_wrap .select_block {
    position: relative;
    width: 211px;
    height: 41px;
    border: solid 1px #1C1C1C;
    margin-top: 5px;
    margin-left: 1px;
    cursor: pointer;
}
header.header_wrap .header_block .contact_block .right_block .address_block .select_wrap .ico_map_marker {
    background-image: url("../img/ico_map_marker.png");
    width: 22px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    margin-top: 5px;
}
header.header_wrap .header_block .contact_block .right_block .address_block .select_wrap .select_left_block{
    display: inline-block;
    width: 175px;
}
header.header_wrap .header_block .contact_block .right_block .address_block .select_wrap .text_block {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 141px;
}
header.header_wrap .header_block .contact_block .right_block .address_block .select_wrap .text_block p {
    vertical-align: top;
    letter-spacing: 0px;
    line-height: 5px;
    margin-top: 9px;
    margin-left: 18px;
    font-weight: bold;
}
header.header_wrap .header_block .contact_block .right_block .address_block .select_wrap .select_right_block{
    display: inline-block;
    width: 35px;
    height: 40px;
    vertical-align: top;
    margin-left: -5px;
    padding-top: 16px;
    padding-left: 11px;
}
header.header_wrap .header_block .contact_block .right_block .address_block .select_wrap .select_block .select_right_block .arrow {
    background-image: url("../img/arrow.png");
    width: 11px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
}
header.header_wrap .header_block .contact_block .right_block .address_block .select_wrap .select_option_wrap{
    position: absolute;
    width: 210px;
    border: solid 1px #1C1C1C;
    background-color: #FBFBFB;
    left: 1px;
    top: 42px;
    display: none;
    z-index: 300;
}
header.header_wrap .header_block .contact_block .right_block .address_block .select_wrap .select_option_wrap .select_option {
    display: block;
    width: 208px;
    height: 41px;
    border-bottom: solid 1px #cbcbcb;
    cursor: pointer;
}
header.header_wrap .header_block .basket_block_wrap{
    display: inline-block;
    width: 294px;
    height: 145px;
}
header.header_wrap .header_block .basket_block_wrap .basket_block{
    display: inline-block;
    margin-top: 24px;
    width: 259px;
    height: 96px;
    border: solid 1px #e5e5e5;
    text-align: left;
    position: relative;
    background: url('../img/ico_basket.png') center center no-repeat;
}
header.header_wrap .header_block .basket_block_wrap .basket_block img{
    position: absolute;
    left: 64px;
    top: 7px;
}
header.header_wrap .header_block .basket_block_wrap .basket_block .text_block{
    padding-left: 20px;
    display: block;
    color: #1C1C1C;    
    font-size: 15px;
    line-height: 8px;
    margin-top: 15px;
    letter-spacing: 0.7px;
}
.count_block{
    margin-bottom: 3px;
}
header.header_wrap .header_block .basket_block_wrap .basket_block .text_block .title{
    font-weight: bold;
}
header.header_wrap .header_block .basket_block_wrap .basket_block .button_block{
    padding-left: 20px;
    padding-top: 3px;
    display: block;
    font-size: 13px;
    font-weight: bold;
}
header.header_wrap .header_block .basket_block_wrap .basket_block .button_block .look{
    /* height: 20px; */
border: none;
background: none;
background-color: #1C1C1C;
color: #f4e9c5;
letter-spacing: 0.7px;
vertical-align: top;
/* width: 130px; */
letter-spacing: 0.5px;
padding-top: 1px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 3px;
margin-top: -1px;
}
header.header_wrap .header_block .basket_block_wrap .basket_block .button_block .to_order{
    height: 20px;
    border: none;
    background: none;
    background-color: #1C1C1C;
    color: #f4e9c5;
    width: 130px;
    letter-spacing: 0.5px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
}

/* ------------ /Шапка сайта ------------ */
        


/* ------------ Центральное меню ------------ */

header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap{
    position: absolute;
    top: 147px;
    left: 0;
    width: 100%;
    background-color: #1C1C1C;
    height: 41px;
    margin: 2px -1px 0 1px;
    z-index: 120;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap form.search{
    position: relative;
    float: right;
    max-width: 300px;
    padding: 0;
    background: none;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap form.search input{
    padding: 5px 26px 6px 10px;
    height: 39px;
    width: 225px;
    font-size: 13px;
    position: relative;
    z-index: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*background: none;*/
    display: inline-block;
    border: none;
    margin-top: 1px;
    margin-right: 1px;
    letter-spacing: 0.8px;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap form.search button{
    border: none;
    background: none;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap form.search .loupe{
    background-image: url("../img/ico_loupe.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 11px;
}
header.header_wrap .top_nav_wrap .container .row .header_block nav.main_menu_wrap ul{

}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap ul>li>ul{
    border: none;
    margin: 0px;
    background: none;
    width: 309px;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap ul>li>ul>li{
    /*font-size: 20px;*/
    /*font-weight: normal;*/
    background: #CC433D;
    border-bottom: solid 1px #1C1C1C;
	width: 100%;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap ul>li>ul>li>a{
    background: none;
    border: none;
    font-size: 20px;
    font-weight: normal;
    padding-left: 17px !important;
    padding-right: 20px !important;
    height: 40px;
    padding-top: 5px;
    letter-spacing: 1.2px;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap ul>li>ul>li>a:hover{
    background-color: #1C1C1C;
    border: none;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap ul li{
    vertical-align: top;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap ul li:first-child a {
    padding-left: 19px;
    padding-right: 35px;
}

header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap ul li.active a{
    background-color: #a62923;
    border-bottom: solid 1px #a63429;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap ul li a {
    font-weight: 400;
    font-size: 17px;
    display: block;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    height: 41px;
    letter-spacing: 0.4px;
    color: #ffffff;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap ul li a:hover{
    background-color: #a62923;
    border-bottom: solid 1px #a63429;
    text-decoration: none;
}
header.header_wrap .top_nav_wrap .container .row .header_block .main_menu_wrap i.ico_catalog{
    display: inline-block;
    background-image: url("../img/ico_catalog.png");
    width: 24px;
    height: 14px;
    margin-right: 15px;
}
.main_menu_wrap i.ico_man{
    display: inline-block;
    background-image: url("../img/ico_man.png");
    width: 24px;
    height: 23px;
    margin-right: 15px;
    float: left;
}
.main_menu_wrap i.ico_del{
    display: inline-block;
    background-image: url("../img/ico_delivery.png");
    width: 24px;
    height: 19px;
    margin-right: 15px;
    margin-top: 3px;
    float: left;
}
.main_menu_wrap i.ico_pay{
    display: inline-block;
    background-image: url("../img/ico_pay.png");
    width: 25px;
    height: 19px;
    margin-right: 15px;
    margin-top: 3px;
    float: left;
}
.main_menu_wrap i.ico_up{
    display: inline-block;
    background-image: url("../img/ico_up.png");
    width: 21px;
    height: 20px;
    margin-right: 15px;
    margin-top: 0px;
    float: left;
}


/* ------------ /Центральное меню ------------ */

/* ------------ Банер ------------ */


section.ba_block_wrap{
    width: 100%;
    height: 492px;
    clear: both;
}
section.ba_block_wrap .carousel-inner>.item>img{
    max-width: 2000px;
}
section.ba_block_wrap .carousel-inner>div.active{
    width: 100%;
    height: 492px;
    text-align: center;
    /*clear: both;*/
}
section.ba_block_wrap .carousel-inner>div.active img{
    width: 2000px !important;
    position: relative;
    margin: 0 0 0 50%;
    left: -1000px;
    display: block;
    height: 492px;
    max-width: 2000px;
    /*margin: 0 auto;*/
    /*clear: both;*/
}
section.ba_block_wrap .carousel-inner>div{
    width: 100%;
    height: 492px;
    overflow: hidden;
    /*text-align: center;*/
    /*clear: both;*/
}
section.ba_block_wrap .carousel-inner>div img{
    width: 2000px !important;
    position: relative;
    margin: 0 0 0 50%;
    left: -1000px;
    display: block;
    height: 492px;
    /*display: none !important;*/
    /*clear: both;*/
}
section.ba_block_wrap .arrow_left{
    background-image: url("../img/arrow_left.png");
    width: 39px;
    height: 39px;
    top: 46%;
    position: absolute;
    right: -20px;
}
section.ba_block_wrap .carousel-control.left:hover .arrow_left{
    background-image: url("../img/arrow_left_hover.png");
}
section.ba_block_wrap .carousel-control.left:hover {
    background: none;
}
section.ba_block_wrap .carousel-control.left {
    background: none;
}
section.ba_block_wrap .arrow_right{
    background-image: url("../img/arrow_right.png");
    width: 39px;
    height: 39px;
    top: 46%;
    position: absolute;
    left: -20px;
}
section.ba_block_wrap .carousel-control.right:hover .arrow_right{
    background-image: url("../img/arrow_right_hover.png");
}
section.ba_block_wrap .carousel-control.right:hover {
    background: none;
}
section.ba_block_wrap .carousel-control.right {
    background: none;
}
section.ba_block_wrap .carousel-indicators{
    right: 24%;
    bottom: 4px;
    left: auto;
    width: auto;
}
section.ba_block_wrap .container{
    padding: 0;
}
section.ba_block_wrap .row{
    position: relative;
    margin: 0;
}

section.ba_block_wrap .carousel-indicators li{
    width: 17px;
    height: 17px;
    border: solid 3px #1C1C1C;
    border-radius: 0;
    vertical-align: top;
    display: inline-block;
}
section.ba_block_wrap .carousel-indicators li.active{
    width: 17px;
    height: 17px;
    background-color: #1C1C1C;
    border-radius: 0;
    margin: 1px 0 0 0;
    display: inline-block;
    vertical-align: top;
}
/* ------------ Банер ------------ */

/* ------------ Популярные товары ------------ */
section.popular_items_wrap{
    margin-bottom: 11px;
}
section.popular_items_wrap .title_wrap{
    width: 100%;
    height: 112px;
    background-image: url("../img/bg_title.png");
    background-position: center;
    border-bottom: solid 1px #1C1C1C;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #1C1C1C;
    margin-bottom: 56px;
}
section.popular_items_wrap .title_wrap .title_block{
    padding-top: 35px;
}
section.popular_items_wrap .title_wrap .title_block .ico_popular_items{
    display: inline-block;
    background-image: url("../img/ico_popular_items.png");
    width: 42px;
    height: 42px;
    vertical-align: top;
    margin-right: 7px;
}
section.popular_items_wrap .title_wrap .title_block .text{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1.2px;
    padding-top: 3px;
    font-size: 25px;
    font-weight: bold;
}
section.popular_items_wrap .container{
    /*padding: 0;*/
    padding-right: 27px;
    padding-left: 27px;
    min-width: 1200px;
}
section.popular_items_wrap ul{
    border-left: solid 1px #e5e5e5;
    /*border-right: solid 1px #e5e5e5;*/
    font-size: 0;
    width: 100%;
    height: 479px;
    display: inline-block;
    list-style: none;
    /*text-align: center;*/
    /*background-color: #F2DEDE;*/
    /*padding-left: 10px;*/
    padding-right: 100px;
}
section.popular_items_wrap ul li{
    border-top: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    width: 230px;
    height: 480px;
    display: inline-block;
    position : inherit;

    /*background-color: #ffffff;/!*#D9EDF7;*!/*/
}
section.popular_items_wrap .popular_items_block_wrap{
    /*width: 100%;*/
    /*padding: 0 15px;*/
}
section.popular_items_wrap ul li:first-child{
    /*border-left: solid 1px #e5e5e5;*/
}

/* ------------ Изменения bxslider ------------ */

section.popular_items_wrap .bx-viewport{
    border-right: solid 1px #e5e5e5;
}
section.popular_items_wrap .bx-wrapper{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}
section.popular_items_wrap .bx-wrapper .bx-pager{
    bottom: -27px;
    width: 100%;
}
section.popular_items_wrap .bx-wrapper .bx-pager.bx-default-pager a{
    background-color: #ebebeb;
    height: 8px;
    width: 100%;
    border-radius: 0;
    margin: auto;
}
section.popular_items_wrap .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #1C1C1C;
}
section.popular_items_wrap
section.popular_items_wrap
section.popular_items_wrap .bx-pager-item{
    /*display: none;*/
}
section.popular_items_wrap .bx-wrapper .bx-prev{
    background: none;
}
section.popular_items_wrap .bx-wrapper .bx-prev{
    background-image: url("../img/arrow_left.png");
    width: 39px;
    height: 39px;
    left: -39px;
}
section.popular_items_wrap .bx-wrapper .bx-prev:hover{
    background-image: url("../img/arrow_left_hover.png");
}
section.popular_items_wrap .bx-wrapper .bx-next{
    background: none;
}
section.popular_items_wrap .bx-wrapper .bx-next{
    background-image: url("../img/arrow_right.png");
    width: 39px;
    height: 39px;
    right: -39px;
}
section.popular_items_wrap .bx-wrapper .bx-next:hover{
    background-image: url("../img/arrow_right_hover.png");
}
section.popular_items_wrap .bx-wrapper .bx-controls-direction a{
    top: 36%;
}


/* ------------ /Изменения bxslider ------------ */

.cat-113 .sale-item .popular_items .images img{
    height: 284px;
}

        .deals {
          display: flex;
          flex-flow: row wrap;
          padding: 1px
        }
        .sale-item {
            display: flex;
            flex-flow: column;
            width: 240px;
            max-height: 445px;
            /*min-height: 460px;*/
            padding: 15px;
            
            margin-left: -1px;
            margin-top: -1px;
            position: relative;
            -webkit-transition: all 100ms ease-in-out;
            transition: all 100ms ease-in-out;
            /*border: 1px solid #F1ECEC;*/
        }
        .sale-item:hover {
            box-shadow: 0px 0px 7px 1px #88DF15 inset;
        }
        .sale-item:hover img{
            /*-ms-transform: scale(1.03);
            -webkit-transform: scale(1.03);
            transform: scale(1.03);*/
        }
        .sale-item > .item-head{
            font-size: 17px;
            text-decoration: underline;
            color: black;
            font-weight: 600;
        }
        .sale-item > img {
          order: -1;
          align-self: center;
        }
        .sale-item > button {
          margin-top: auto;
        }
        .sale-item > ul{
            margin-left: 0px;
            padding-left: 0px;
        }
        .sale-item > ul > li{
            list-style: none;
            margin-left: 0px;
            color: #7f7f7f;
            font-size: 13px;
        }
        .item-foo{
            bottom: 20px;
            background: rgba(0, 0, 0, 0.74);
            color: #A2F327;
            min-width: 109px;
            position: absolute;
        }
        .portfolio-item .item-foo{
            bottom: 15px;
        }
        .item-foo button{
            display: none;
        }

        .big_item .title{
            color: black;
            font-size: 25px;
        }









.popular_items_block{

}
.popular_items{
    /*border-width: 2px;*/
    /*border-style: solid;*/
/*    border: solid 2px rgba(0, 0, 0, 0);*/
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    /*background-color: #D9EDF7;*/
}

.popular_items .images{    
    width: 100%;    
    display: block;
    text-align: center;
    overflow: hidden;
}
.popular_items .images img{
    display: inline-block;
    margin-top: 12px;
/*    width: 100%;*/
    height: 270px;
}
.frame-count-buy{
    display: none;
}
.popular_items .description_wrap{
    text-align: left;
    padding-top: 3px;    
    letter-spacing: 0.8px;
    color: black;
}
.popular_items .description_wrap a{
       color: black;
}

.portfolio-item .popular_items .description_wrap{
    
}

.portfolio-item .popular_items .images{

}

.popular_items  .description_wrap .title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 17px;
    margin-bottom: 12px;
    display: inline-block;
    /*font-size: 14px;*/
}
.popular_items  .description_wrap .description{
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 5px;
}
.sale-item .cost{
    width: 100%;
    letter-spacing: 0.4px;
    line-height: 26px;
    display: inline-block;
    clear: both;
    text-align: left;
    padding-bottom: 8px;
        position: absolute;
    bottom: 0;
    right: 3px;
}
.price{
    display: inline-block;
    font-size: 19px;
    padding: 5px 10px;
    vertical-align: top;
    margin-left: 7px;

}
.add_to_cart, input[type=submit]{
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin-top: 2px;
    margin-left: -2px;
    background-color: #1C1C1C;
    color: #ffffff;
    width: 105px;
    height: 34px;
    border: none;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 5px;
}
.add_to_cart:hover{
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
     background-color: #D4352E;
}
section.popular_items_wrap .line_bottom{
    /*border-bottom: solid 10px #ebebeb;*/
    width: 100%;
    height: 8px;
    z-index: 150;
    background-color: #ebebeb;
    /*display: none;*/
    /*float: left;*/
    margin-top: -41px;
    margin-bottom: 57px;
}


.tab-content{
    margin-top: 30px;
}

/* ------------ /Популярные товары ------------ */

/* ------------ Лучшие предложения ------------ */

section.best_deal_wrap{
/*    height: 1204px;*/
    
}
.best_deal_block{
    margin-top: -56px;
}
section.best_deal_wrap .title_wrap{
    width: 100%;
    height: 112px;
    background-image: url("../img/bg_title.png");
    background-position: center;
    border-bottom: solid 1px #1C1C1C;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #1C1C1C;
}
section.best_deal_wrap .title_wrap .title_block{
    padding-top: 33px;
}
section.best_deal_wrap .title_wrap .title_block .ico_best_deal{
    display: inline-block;
    background-image: url("../img/ico_best_deal.png");
    width: 41px;
    height: 40px;
    vertical-align: top;
    margin-right: 7px;
}
section.best_deal_wrap .title_wrap .title_block .text{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1.2px;
    padding-top: 4px;
    font-size: 25px;
    font-weight: bold;
}
section.best_deal_wrap .popular_items_block{
    height: 468px;
    min-width: 1200px;
    margin-top: 10px;
    display: block;
    font-size: 0px;
    padding: 0 12px;
    /*background-color: #ffffff;*/
}
section.best_deal_wrap .tab-content ul{
    /*border-left: solid 1px #e5e5e5;*/
    /*margin: 0px;*/
    /*border-top: solid 1px #e5e5e5;*/
    font-size: 0;
    width: 100%;
    /*min-height: 479px;*/
    display: inline-block;
    list-style: none;
    text-align: left;
}
section.best_deal_wrap .tab-content ul li{
    border-right: solid 1px #e5e5e5;
    border: solid 1px #e5e5e5;

    /*border-bottom: solid 1px #000000;*/
    width: 20%;
    height: 100%;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    /*position : inherit;*/
    width: 240px;
    height: 480px;
}
section.best_deal_wrap .best_deal_block .container{
    min-width: 1200px;
    margin-top: 56px;
}

section.best_deal_wrap .best_deal_items{
    /*border-width: 2px;*/
    /*border-style: solid;*/
    border: solid 2px rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
section.best_deal_wrap .best_deal_items:hover{
    border: solid 2px #1C1C1C;
}

section.best_deal_wrap .best_deal_items .images{
    /*background-color: red;*/
    width: 100%;
    height: 340px;
    display: block;
    text-align: center;
}
section.best_deal_wrap .best_deal_items .images img{
    display: inline-block;
    margin-top: 12px;
    width: 145px;
}
section.best_deal_wrap .best_deal_items .description_wrap{
    text-align: left;
    padding-left: 15px;
    padding-top: 3px;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
}
section.best_deal_wrap .best_deal_items  .description_wrap .title{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 17px;
    margin-bottom: 12px;
    display: inline-block;
    /*font-size: 14px;*/
}
section.best_deal_wrap .best_deal_items .description_wrap .description{
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 5px;
}
section.best_deal_wrap .best_deal_items .cost{
    width: 100%;
    letter-spacing: 0.4px;
    line-height: 26px;
    display: inline-block;
    clear: both;
    text-align: left;
    position: absolute;
    bottom: 5px;
}
section.best_deal_wrap .best_deal_items .cost .price{
    display: inline-block;
    font-size: 19px;
    padding: 5px 10px;
    vertical-align: top;
    margin-left: 7px;

}
section.best_deal_wrap .best_deal_items .cost .add_to_cart{
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin-top: 2px;
    margin-left: -2px;
    background-color: #1C1C1C;
    color: #ffffff;
    width: 109px;
    height: 34px;
    border: none;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 3px;
}


section.best_deal_wrap .tab-content ul.cat_furnitura li {
    height: 250px;
}

section.best_deal_wrap  ul.cat_furnitura li .images{
    height: 155px;
}


.ripplelink {
/*  display: block;
  float: left;
  width: 49.6%;
  margin: 0.2%;
  height: 10em;
  line-height: 10em;
  text-align: center;
  color: #fff;*/
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

.ripplelink:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.cyan {
  background: #00bcd4;
}

.lightgreen {
  background: #8bc34a;
}

.amber {
  background: #ffc107;
}

.orange {
  background: #ff9800;
}


.nav-tabs{
    border-bottom: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #555;
    cursor: default;
    background: none;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover{
    border: none;
}
.nav>li>a:focus, .nav>li>a:hover{
text-decoration: none;
background: none;
border: none;
color: rgb(193, 48, 41);
/*border-top: 1px dotted #1C1C1C;
border-bottom: 1px dotted #1C1C1C;*/
}
.nav-category>li>a:hover{
    color: rgb(161, 249, 96);
    background: rgb(64, 64, 64);
    
}
.nav-tabs>li>a{
    border-radius: 0;
    margin-right: 0px;
    border: none;
}
.nav>li>a{
    color: #A1F960;
    font-size: 15px;
    background: #504E4E;
    padding: 10px;
    border-top: 0;
}

.best_deal_block ul.nav_tab{
    font-size: 20px;
}
.best_deal_block ul.nav_tab li.active{
    position: relative;
}
.best_deal_block ul.nav_tab li.active span.arrow_nav_tab{
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 43%;
    border: 10px solid transparent;	border-top: 10px solid #1C1C1C;
    z-index : 150;
}
.best_deal_block ul.nav_tab li.active a{
    background-color: #1C1C1C;
    color: #ffffff;
    height:40px;
}
.best_deal_block ul.nav_tab li.active a:hover{
    background-color: #1C1C1C;
    color: #ffffff;
    height:40px;
}
.best_deal_block ul.nav_tab li a{
    letter-spacing: 1.1px;
    color: #000000;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 34px;
    padding-top: 5px;
    font-size: 20px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}
.best_deal_block ul.nav_tab li:first-child a{
    letter-spacing: 1.1px;
    color: #000000;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 15px;
}
.best_deal_block ul.nav_tab li:first-child.active a{
    color: #ffffff;
}
.best_deal_block ul.nav_tab li:last-child a{
    letter-spacing: 1.1px;
    color: #000000;
    font-weight: bold;
    padding-right: 34px;
    padding-left: 34px;
}
.best_deal_block ul.nav_tab li:last-child.active a{
    color: #ffffff;
}

.container {
    min-width: 1200px!important;
}

/* ------------ /Лучшие предложения ------------ */

/* ------------ Вызвать замерщика ------------ */

.call_gager_wrap{
    height: 270px;
    position: relative;
    padding-top: 40px;
}
.blg-wrap-pos-1{
    position: relative;
    background: url('../img/blg-1.png') right center no-repeat;
    height: 149px;
    width: calc(50% - 130px);
    float: left;
}    
.blg-wrap-pos-2{
    position: relative;
    background: url('../img/blg-2.png') left center no-repeat;
    width: calc(50% + 200px);
    height: 149px;
    float: right;
    margin-top: -149px;
}    

.blg-wrap{
    z-index: 999;
    position: relative;
}
.blg-h{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
}
.sml-2{
    display: block;
    margin-top: 5px;
    margin-bottom: -10px;
    font-size: 25px;
    line-height: 28px;
}
.sml-1{
    font-size: 15px;   
}
.blg-form{
    position: absolute;
    top: 35px;
    right: 0;
    width: 635px;
    font-size: 15px;
    color: white;
}
.blg-form input{
    float: left;
    margin-right: 10px;
    width: 200px;
    padding: 7px;
    font-size: 12px;
    border: solid 0px white;
    color: #1C1C1C;
}

.blg-form .text{
    letter-spacing: 2px;
    line-height: 15px;
    margin-top: 15px;
}   
.man{
    background: url('../img/man.png') no-repeat;
    width: 91px;
    height: 251px;
    position: absolute;
    right: 0;
    top: -30px;
} 
/* ------------ /Вызвать замерщика ------------ */

/* ------------ Фурнитура ------------ */
.dropdown-menu{
    border-radius: 0;
}
section.findings_wrap{
    width: 100%;
    min-height: 500px;
}
section.findings_wrap .container{
    padding: 0;
    min-width: 1200px;
}
section.findings_wrap .container .row{
    margin: 0;
}
section.findings_wrap .title_block{
    margin-bottom: 39px;
    font-size: 20px;
    font-weight: bold;
    color: #1C1C1C;
    text-transform: uppercase;
    border-bottom: solid 1px #1C1C1C;
    letter-spacing: 1.2px;
    line-height: 29px;
}
section.findings_wrap .findings_list{
    margin-bottom: 30px;
}
section.findings_wrap ul{
   /* border-left: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;*/
    min-height: 330px;
    width: 100%;
    display: block;
    font-size: 0px;
    list-style: none;
}
section.findings_wrap ul li{
    border: solid 1px #e5e5e5;    
    width: 20%;
    height: 271px;
    display: inline-block;
    font-size: 16px;

}
section.findings_wrap ul li:hover{
    border-color: #1C1C1C;
}    
section.findings_wrap .findings_items .images{
    width: 100%;
    height: 192px;
    display: block;
    text-align: center;
}
section.findings_wrap .findings_items .title{
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    display: block;
    line-height: 17px;
    margin-bottom: 11px;
}
section.findings_wrap .findings_items .description{
    font-size: 13px;
    line-height: 6px;
    margin-bottom: 21px;
    display: block;
}
section.findings_wrap .findings_items .cost{
    padding-left: 6px;
}
section.findings_wrap .findings_items .cost .price{
    /*margin-left: 2px;*/
    /*margin-right: 5px;*/
    display: inline-block;
    font-size: 19px;
    padding: 3px 10px;
    vertical-align: top;
    letter-spacing: 0.7px;
    /*margin-left: 7px;*/
}
section.findings_wrap .findings_items .cost .add_to_cart{
    /*opacity: 0.6;*/
    font-size: 14px;
    font-weight: bold;
    padding: 2px 5px;
    width: 107px;
    height: 26px;
    background-color: #1C1C1C;
    color: #ffffff;
    letter-spacing: 0px;
    border: none;
    margin-left: -4px;
}
section.findings_wrap .findings_items .images img{
    width: 206px;
}
section.findings_wrap .findings_items .description_wrap{
    padding-left: 15px;
}
/* ------------ /Фурнитура ------------ */

/* ------------ Прямоугольники ------------ */

section.rectangles_wrap{
    width: 100%;
    min-height: 583px;
    /*background-color: red;*/
    display: block;
    clear: both;
    padding-top: 44px;
    margin-bottom: 60px;
    /*margin-top: 500px;*/
}

section.rectangles_wrap .container{
    padding: 0px;
    min-width: 1200px;
}
section.rectangles_wrap .container .row{
    margin: 0;
    font-size: 0;
}
section.rectangles_wrap .rectangle{
    font-size: 12px;
    width: 49%;
    height: 260px;
    display: inline-block;
    background-color: #EBEBEB;
}

/* ------------ /Прямоугольники ------------ */

/*section.footer_block_wrap{
    width: 100%;
    height: 451px;
    display: block;
}

    footer{
        background: url('../img/footer-bg.png') center top;
        height: 450px;
        color: #f4e9c5;
    } 
    .foo {
        max-width: 320px;
        font-weight: 500;
        margin-top: 20px;
    }
    .foo1{
        height: 400px;
    }   
    .foo2{
        height: 50px;
    }   
    .copy-wrap{
        font-size: 15px;
        margin-top: 20px;
        color: #f4e9c5;
    }
    .foo-center{
        text-align: center;
        width: 100%;
        font-size: 17px;
        padding-top: 5px;
    }
    .foo-menu{
        width: 368px;
        float: left;
        margin-top: 40px;
    }
    .foo-menu h1{
        font-size: 25px;
        font-weight: normal;
    }
    .foo-menu ul{
        margin-left: 0;
        padding-left: 0; 
        padding-right: 130px;
    }
    .foo-menu ul li{
        padding-right: 10px;
        list-style: none;
        font-size: 17px;
        line-height: 38px;
        border-bottom: 1px rgba(244, 233, 197, 0.32) solid;
    }
    .foo-menu ul li a{
        color: rgb(244, 233, 197);
    }
    .foo-menu ul li:last-child{
        border-bottom: none;
    }
*/


.margin_r_4{
    margin-right: 2%;
}
.margin_b_15{
    margin-bottom: 19px;
}
.border{
/*    border: solid 1px #000000;*/
}
.border_t{
    border-top: solid 1px #000000;
}
.border_r{
    border-right: solid 1px #000000;
}
.border_b{
    border-bottom: solid 1px #000000;
}
.border_l{
    border-left: solid 1px #000000;
}
.bg{
    background-color: rgba(0, 0, 0, 0.3);
}

.pageCart{
    margin-top: 50px;
}
.bx-wrapper img{
    width: 138px;
}

.cat-text{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-top: -50px;
    letter-spacing: 0.8px;
}
.cat-text p{
    font-size: 17px;
    line-height: 25px;
}
.cat-text h2{
    font-size: 25px;
    color: #1C1C1C;
}

.buyProduct{
    background: #02b154;
    color: white;
    border-radius: 7px;
    height: 55px;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px;
    background-color: #a1f960;
    color: #000000;
    margin: 10px 0 25px;
    display: inline-block;
}

.price-new .priceVariant{
    font-size: 40px;
    color: #333333;
}

/**************************************************
*
*   CONTAINER STYLES
*
**************************************************/

#horiz_container_outer
{
   width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: 490px;
    /* margin: 5px auto; */
    border: 1px solid #cccccc;
}

#horiz_container
{
    width:2040px;
    margin:0px;
    padding:0px;
    height:300px;
}

#horiz_container ul
{
    margin:0px; padding:0px;
    float:left;
}




/**************************************************
*
*   SCROLLING STYLES
*
**************************************************/

#scrollbar 
{ 
    position:relative; 
    width:815px; height:12px;
    display:block;
    font-size:1px;
    top:0px;
    margin:0px auto;
}

#track 
{ 
    position:absolute; left:0px; top:0;
    width:815px; height:12px; 
    background: #676767;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#dragBar 
{
    position:absolute; left:0px; top:0px;
    width:20px; height:10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.39, rgb(229,229,229)),
    color-stop(0.7, rgb(245,245,245))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(229,229,229) 39%,
    rgb(245,245,245) 70%
);

}  
  
#left_scroll
{ 
    position:absolute; 
    border-color: transparent gray transparent transparent;
    border-style: solid;
    border-width: 5px;
    width: 0;
    height: 0px;
    cursor:pointer;
    top:1px;
    left:-15px;
}  

#right_scroll 
{ 
    position:absolute; 
    right:-15px; 
    top:1px;
    border-color: transparent transparent transparent gray;
    border-style: solid;
    border-width: 5px;
    width: 0;
    height: 0px;
    cursor:pointer;
}

/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right {
    -moz-user-select: none;
    -khtml-user-select: none;
} 

.nav-vertical>li>span{
    font-weight: bold;
}
.nav-vertical>li>a>span{
    font-size: 14px
}
.page-text{
    min-height: 500px;
    margin-top: 20px;
}


.frame-star, .frame-wish-compare-list, .frame-btn-wish{display: none;}

ul.product-p{

}
ul.product-p li{
    font-size: 15px;
    font-weight: bold;
    list-style: none;
    padding: 10px;
    padding-left: 42px;
    margin-bottom: 4px;
}
ul.product-p li.ok{
    background: url(../img/ico-pro-ok.png) center left no-repeat;
}
ul.product-p li.del{
    background: url(../img/ico-pro-del.png) center left no-repeat;
}
ul.product-p li.s12{
    background: url(../img/ico-pro-12.png) center left no-repeat;
}
.prop-h{
    border-bottom: 2px solid rgb(190, 47, 40);
    margin-bottom: 25px;
    position: relative;
}
.prop-h .prop-span{
    display: block;
    position: absolute;
    top: -22px;
    background: white;
    padding: 10px;
    padding-left: 0px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(193, 48, 41);
}


.callback{
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.callback .red{
    font-size: 21px;   
    color: #1C1C1C;
    font-weight: bold;
}
.callback .callback-form{
    background: url(../img/callback-bg.png) center center no-repeat;
    padding: 22px;
    padding-top: 35px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.callback .callback-form input{
    margin-bottom: 16px;
    color: black;
}
.callback .callback-form .vizov{
    margin-top: 20px;
    margin-bottom: 20px;
}
.callback .callback-form .callback-form-info{
    text-align: left;
}

.left-catalog .callback{
    font-size: 14px;    
    background: white;
    z-index: 9;
}
.sticker{
    background: white;
    z-index: 999;    
}
.left-catalog .callback .red{
    font-size: 17px;
}
.left-catalog .callback .callback-form{
    margin-top: 5px;
    padding: 10px;
    font-size: 13px;
}
.left-catalog .callback .callback-form input {
margin-bottom: 16px;
color: black;
font-size: 13px;
}


h1.h1-fishki{
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 35px;
}
.fishki{
    margin-bottom: 50px;
}

.fishki .fishki-item{
    text-align: center;
    width: 240px;
    position: relative;
}

.fishki .fishki-item h2{
    font-size: 17px;
    font-weight: 900;
}

.fishki .fishki-item .arrow{
    width: 37px;
    height: 27px;
    background: url('../img/arrow-fishki.png');
    position: absolute;
    top: 28%;
    right: -20px;  
}


.option_data_block{
    font-size: 12px;
}


.page-head{
    width:100%;
    height:295px;
    
    background-repeat: repeat-x!important;
    
}

.page-title{
    text-align: center;
    padding-top: 130px;
    font-weight: bold;
    font-size: 25px;
    color: #1C1C1C;
    text-transform: uppercase;    
}
.page-title img{
    margin-right: 10px;
}

.page-subtitle{
    margin-top: 30px;
    text-align: center;
    font-weight: bold;    
}

.text{
    margin-bottom: 55px;
}

.text p{
    font-size: 20px;
    line-height: 26px;
}
.text h1{
    font-size: 25px;
    font-weight: bold;
    color: #313131;
}
.text h1.centr{    
    text-align: center;
    margin-bottom: 60px;
}

.text td:first-child {
   background-color: #fff;
}
.text td {
    border: 1px solid rgb(226, 226, 226);
    padding: 5px 30px 6px 18px;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}
.text .info{
    background: #1C1C1C;
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 14px;
    margin-top: -15px;
    margin-bottom: 15px;
}

#map iframe{
    width: 100%;
    margin-bottom: -5px;
}


.town{
    width: 465px;
    height: 295px;
    border: 1px solid #1C1C1C;
    float: left;
    margin-right: 50px;
    padding: 25px;
    margin-top: 40px;
    font-size: 25px;
    font-weight: bold;
    color: #1C1C1C;
    background: url('/uploads/icons.png') 35px 45px no-repeat;
}

.town h2{
    margin-top: -42px;
    background: white;
    width: 200px;
    padding: 0px 10px;
    font-size: 25px;
    font-weight: bold;
    color: #1C1C1C;
    margin-bottom: 40px;    
}

.town h2.h2-perm{
    width: 108px;
}
.town .i-phone,.town .i-mail, .town .i-addr{
    padding: 0px 40px 27px 70px;
}

.block-about{
    background: url('../img/about-bg.png') center center no-repeat;
}
.block-about>div{
    padding: 30px;
    font-size: 17px;
}

.block-about a{
    font-weight: bold;
}

.block-about h1.centr{
    margin-bottom: 25px;
    margin-top: 0;
}

.product_available{
    float: right;
    background: #eee;
    padding: 5px;
    border: 1px solid #1C1C1C;
    border-radius: 5px;
    font-weight: bold;    
}
