@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('/frontend/css/roboto_condensed/RobotoCondensed-Regular.eot');
    src: url('/frontend/css/roboto_condensed/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('/frontend/css/roboto_condensed/RobotoCondensed-Regular.ttf') format('truetype'),
    url('/frontend/css/roboto_condensed/RobotoCondensed-Regular.woff2') format('woff2'),
    url('/frontend/css/roboto_condensed/RobotoCondensed-Regular.woff') format('woff'),
    url('/frontend/css/roboto_condensed/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('/frontend/css/roboto_condensed/RobotoCondensed-Bold.eot');
    src: url('/frontend/css/roboto_condensed/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('/frontend/css/roboto_condensed/RobotoCondensed-Bold.ttf') format('truetype'),
    url('/frontend/css/roboto_condensed/RobotoCondensed-Bold.woff2') format('woff2'),
    url('/frontend/css/roboto_condensed/RobotoCondensed-Bold.woff') format('woff'),
    url('/frontend/css/roboto_condensed/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


body{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #000;
    background-image: url("/frontend/img/wall4.png");
    background-repeat: repeat;
    position: relative;
}

p{
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 20px;
}

/** HEADER **/

.header-bg-up{
    width: 100%;
    height: 38px;
    background-color: #F1C002;
    border-bottom: 1px solid #391D13;
}
.header-bg-up .header-up{
    width: 100%;
    height: 38px;
    line-height: 38px;
    position: relative;
}

.header-bg-up .header-up .phones-block{
    display: inline-block;
    vertical-align: middle;
    height: 37px;
    position: relative;
}

.header-bg-up .header-up .phones-block .phones{
    list-style-type: none;
    margin: 0;
    padding-left: 25px;
}
.header-bg-up .header-up .phones-block:before{
    content: '';
    position: absolute;
    background-image: url("/frontend/img/image 136.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 19px;
    top: 8px;
    left: 0;
}

.header-bg-up .header-up .phones-block .phones li{
    display: inline-block;
}
.header-bg-up .header-up .phones-block .phones li a{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
.header-bg-up .header-up .phones-block .phones li:last-child span{
    display: none;
}


.header-bg-up .header-up .callback-block{
    display: inline-block;
    vertical-align: middle;
    margin-left: 80px;
    margin-right: 50px;
    cursor: pointer;
    width: 158px;
}

.header-bg-up .header-up .callback-block span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}


.header-bg-up .header-up .link-user, .header-bg-up .header-up .link-users{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 82px;
}
.header-bg-up .header-up .link-user .login-button, .header-bg-up .header-up .link-users .login-button{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
.header-bg-up .header-up .link-user:after, .header-bg-up .header-up .link-users:after{
    content: "\f107";
    font-size: 16px;
    font-weight: 900;
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    top: 0;
    right: -18px;
}
.header-bg-up .header-up .link-user:before, .header-bg-up .header-up .link-users:before{
    content: "";
    background-image: url("/frontend/img/image 137.png");
    position: absolute;
    width: 18px;
    height: 22px;
    top: 6px;
    left: -22px;
}
.header-bg-up .header-up .link-cart{
    display: inline-block;
    vertical-align: middle;
}
.header-bg-up .header-up .link-cart .cart-button{
    position: relative;
}
.header-bg-up .header-up .link-cart .cart-button .show_n_cart{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
.header-bg-up .header-up .link-cart .cart-button:before{
    content: "";
    background-image: url("/frontend/img/image 139.png");
    position: absolute;
    width: 18px;
    height: 22px;
    top: 6px;
    left: -22px;
}


.menu-search{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 35px;
    padding-top: 44px;
}
.menu-search .search{
    position: relative;
    line-height: 16px;
}
.menu-search .search input{
    width: 200px;
    height: 35px;
    border: 1px solid #BDBDBD;
    padding-left: 5px;
}

.menu-search .search button{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
}
.menu-search .search button i{
    /*line-height: 24px;*/
    color: #BDBDBD;
    font-size: 11px;
    /*position: absolute;*/
    /*top: 7px;*/
    /*left: 4px;*/
}


.header-bg-center{
    width: 100%;
    height: 120px;
    background-color: #fff;
}

.header-bg-center .header-center{
    line-height: 120px;
    display: flex;
    height: 120px;
}

.header-bg-center .header-center .header-block-logo{
    flex-grow: 1;
    text-align: left;
}
.header-bg-center .header-center .header-block-logo a{
    text-decoration: none;
    outline: none;
    width: 346px;
    height: 80px;
    display: block;
}
.header-bg-center .header-center .header-block-logo a img{
    width: 100%;
    height: 100%;
}
.header-bg-center .header-center .header-block-img{
    flex-grow: 1;
    text-align: center;
    height: auto;
    width: 340px;
}
.header-bg-center .header-center .header-block-img img{

}
.header-block-social{
    flex-grow: 1;
    text-align: right;
}
.header-block-social.up{
    display: none;
}
.header-block-social .social-icon{
    list-style-type: none;
    padding-left: 0;
}
.header-block-social .social-icon li{
    display: inline-block;
    margin-left: 12px;
}
.header-block-social .social-icon li a{
    text-decoration: none;
    outline: none;
}
.header-block-social .social-icon li a img{

}

.header-bg-down{
    width: 100%;
    height: 42px;
    background-color: #F1C002;
}

.header-bg-down .header-down{

}
.header-bg-down .header-down .menu-header-button{
    display: none;

}
.header-bg-down .header-down .menu-header-button img{

}
.header-bg-down .header-down .menu{
    list-style-type: none;
    padding-left: 0;
    display: flex;
    margin: 0;
    justify-content: space-between;
}
.header-bg-down .header-down .menu li{
    height: 30px;
    line-height: 42px;
    position: relative;
}
.header-bg-down .header-down .menu li:hover a span{
    color: #C94732;
}
.header-bg-down .header-down .menu li a{
    color: #000;
    text-decoration: none;
    outline: none;
    height: 42px;
    display: block;
}
.header-bg-down .header-down .menu li.up a{
    color: #C94732;
    text-decoration: none;
    outline: none;
}


.header-bg-down .header-down .menu li.up a span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #C94732;
}
.header-bg-down .header-down .menu li a span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
}
.header-bg-down .header-down .menu li ul.catalog{
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    margin: 0;
    padding-left: 15px;
    padding-bottom: 10px;
    list-style-type: none;
    width: 200px;
    height: auto;
    background-color: #fff;
    z-index: 999;

}
.header-bg-down .header-down .menu li ul.catalog:first-child{
    padding-top: 10px;
}
.header-bg-down .header-down .menu li ul.catalog:before{
    content: '';
    position: absolute;
    top: -5px;
    left: 30px;
    width: 21px;
    height: 21px;
    background-color: #fff;
    transform: rotate(45deg);
}
.header-bg-down .header-down .menu li ul.catalog li.lu{
    /*position: relative;*/
    position: initial;
}
.header-bg-down .header-down .menu li ul.catalog li.lu a{
    position: relative;
}
.header-bg-down .header-down .menu li ul.catalog li.lu a span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
}
.header-bg-down .header-down .menu li ul.catalog li.lu a span.ru{
    color: #D26553;
}


.header-bg-down .header-down .menu li ul.catalog li.lu .arrow-children-bottom{
    display: none;
}
.header-bg-down .header-down .menu li ul.catalog li.lu .arrow-children-bottom.ru{
     transform: rotate(90deg);
}
.header-bg-down .header-down .menu li .arrow-catalog-bottom.ru{
    transform: rotate(90deg);
}
.header-bg-down .header-down .menu li ul.catalog li.lu.arrow .arrow-children-bottom{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}
.header-bg-down .header-down .menu li ul.catalog li.lu.arrow:hover .arrow-children-bottom i{
    color: #D26553;
}
.header-bg-down .header-down .menu li ul.catalog li.lu.arrow .arrow-children-bottom i{
    color: #000;
}
.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children{
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 10px;
    list-style-type: none;
    width: 200px;
    height: auto;
    background-color: #F2F2F2;
    z-index: 10;
}

.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    -webkit-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.25);
}
.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children li.du{
    /*position: relative;*/
    position: initial;
}
.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children li.du a{

}
.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children li.du a span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
}

.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children li.du:hover a span {
    color: #D26553;
}


.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children li.du.arrow ul.children.cor {
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 10px;
    list-style-type: none;
    width: 200px;
    /*height: -webkit-fill-available;*/
    background-color: #F2F2F2;
    z-index: 10;
}

.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children li.du.arrow ul.children.cor:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    -webkit-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.25);
}
.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children li.du.arrow ul.children.cor li.du{
    position: initial;
}

.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children li.du.arrow ul.children.cor li.du a{

}
.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children li.du.arrow ul.children.cor  li.du a span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
}

.header-bg-down .header-down .menu li ul.catalog li.lu.arrow ul.children li.du.arrow ul.children.cor  li.du:hover a span {
    color: #D26553;
}









.header-bg-down .header-down .menu li ul.catalog li.lu.arrow .arrow-children-bottom {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 9999999;
}

.header-bg-down .header-down .menu li.up a span.ru{
    color: #C94732;
}



.header-bg-down .header-down .menu li .arrow-catalog-bottom{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 9999999;
}

.header-bg-up .header-up .search-button{
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 10px;
}
.header-bg-up .header-up .search-button i{
    color: #000;
    font-size: 16px;
}

.header-bg-up .header-up .search-button2{
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}
.header-bg-up .header-up .search-button2 i{
     color: #000;
    font-size: 16px;
}

/** HEADER **/


/** Slider **/

.header-block-img{
    width: 100%;
    max-height: 468px;
    /*margin-bottom: 22px;*/
    position: relative;
}
/*.header-block-img .link-slider-img{*/
    /*display: block;*/
    /*height:468px;*/
    /*text-decoration: none;*/
/*}*/
/*.header-block-img .link-slider-img img{*/
    /*width: 100%;*/
/*}*/
.header-block-img .img{
    /*height: 468px;*/
    /*display: block;*/
    /*margin: 0 auto;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*cursor: pointer;*/
    /*outline: none;*/


    display: block;
    max-width: 100%;
    height: auto;
}


.header-block-img-text{
    position: absolute;
    bottom: 0;
    width: 1014px;
    height: 440px;
    font-size: 0;
    text-align: right;
    top: 15px;
}
.header-block-img-text .img-text{

}
.header-block-img-text .img-text .title:nth-child(2){
    margin-right: 100px;
}
.header-block-img-text .img-text .title:nth-child(3){
    margin-right: 200px;
}
.header-block-img-text .img-text .title span{
    font-family: RobotoCondensed-Bold;
    /*font-size: 158px;*/
    font-size:  15rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.9;
    margin: 0;
    padding: 0;
}





/** Slider **/


/** Category Home **/

.categories-home-block{
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 20px 50px;
    margin-left: -36px;
}

.categories-home-block .categories-main{
    display: flex;
    flex-wrap: wrap;
    width: 1146px;
    justify-content: space-between;
}
.categories-home-block .categories-main .categories{
    margin-bottom: 20px;
}
/*.categories-home-block .categories-main .categories a.catalog-link:hover{*/
    /*border: 4px solid #000;*/
/*}*/
.categories-home-block .categories-main .categories a.catalog-link:hover span{
    display: block;
}
.categories-home-block .categories-main .categories a.catalog-link{
    text-decoration: none;
    outline: none;
    display: block;
    position: relative;
    width: 259px;
    height: 204px;
    border: 4px solid transparent;
    text-align: center;

}
.categories-home-block .categories-main .categories a.catalog-link img{
    width: 100%;
    height: auto;
}
.categories-home-block .categories-main .categories a.catalog-link span{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-family: RobotoCondensed-Bold;
    color: #fff;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
}



/** Category Home **/


/** Products Home **/

.latest-arrivals-home-block{
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 20px 50px;
    margin-left: -36px;
}
.latest-arrivals-home-block .title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.latest-arrivals-home-block .title .title-line {
    background-color: #1fa6a0;
    width: 100%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}


.latest-arrivals-home-block .title .title-text {
    color: #2e2e2e;
    font-family: RobotoCondensed-Regular;
    font-size: 30px;
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 40px;
    background-color: #fff;
}

.popular-block-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.popular-block-main .popular-block-content .img-block{
    position: relative;
    width: 262px;
}
.popular-block-main .popular-block-content .img-block a{
    text-decoration: none;
    outline: none;
    width: 262px;
}
.popular-block-main .popular-block-content .img-block a img{
    width: 100%;
}
.popular-block-main .popular-block-content .img-block .home-to-cart{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #F1C002;
    display: inline-block;
    vertical-align: middle;
    float: right;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}
.popular-block-main .popular-block-content .img-block .home-to-cart i{
    color: #000;
    font-size: 20px;
}
.popular-block-main .popular-block-content .img-block .home-to-cart:hover{
    background-color: #F1C002;
}
.popular-block-main .popular-block-content .img-block .home-to-cart:hover i{
    color: #fff;
}
.popular-block-main .popular-block-content .img-block .home-to-cart.to-cart{
    width: 50px;
    height: 50px;
    background-color: #F1C002;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.popular-block-main .popular-block-content .img-block .home-to-cart.to-cart i{
    color: #fff;
}

.popular-block-main .popular-block-content{
    width: 264px;
    height: auto;
    margin-bottom: 30px;
    /*border: 1px solid #000;*/
}

.popular-block-main .popular-block-content .popular-product-name{
    text-align: center;
    margin-top: 10px;
    height: 45px;
}
.popular-block-main .popular-block-content .popular-product-name a{
    color: #000;
}
.popular-block-main .popular-block-content .popular-product-name a span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
}
.popular-block-main .popular-block-content .popular-product-price{
   margin-top: 15px;
}
.popular-block-main .popular-block-content .popular-product-price .price{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 10px;
}
.popular-block-main .popular-block-content .popular-product-price .price span{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
}
.popular-block-main .popular-block-content .popular-product-price .price-box{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 10px;
}

.popular-block-main .popular-block-content .popular-product-price .price-box span{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
}


/** Products Home **/

/** Partners Home**/

.partners-home-block{
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 20px 50px;
    /*margin-right: -36px;*/
}
.row.ru{
    margin-left: -50px;
}
.partners-home-block .title{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.partners-home-block .title .title-line{
    background-color: #1fa6a0;
    width: 100%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}

.partners-home-block .title .title-text{
    color: #2e2e2e;
    font-family: RobotoCondensed-Regular;
    font-size: 30px;
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 40px;
    background-color: #fff;
}
.partners-home-block  .partners-block-main{
    width: 100%;
    height: 112px;
}

.partners-home-block  .partners-block-main .partners-block{
    margin: 5px;
}
.partners-home-block  .partners-block-main .partners-block .link-partners{
    display: block;
    height: 112px;
    text-decoration: none;
    outline: none;
}
.partners-home-block  .partners-block-main .partners-block .link-partners .partners-img{
    height: 112px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

/** Partners Home**/


/** Body Home **/

.home-body-block{
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 30px 50px;
    margin-left: -36px;
}
.home-body-block .title{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.home-body-block .title .title-line{
    background-color: #1fa6a0;
    width: 100%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}
.home-body-block .title .title-text{
    color: #2e2e2e;
    font-family: RobotoCondensed-Regular;
    font-size: 30px;
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 40px;
    background-color: #fff;
}
.home-body-block .scroll-block-home-body{

}


/** Body Home **/


/** Footer **/
.footer-color-block{
    background-color: #391D13;
    width: 100%;
    /*height: 240px;*/
}

.footer-color-block .footer-block{
    display: flex;
    flex-wrap: wrap;
    width: 1246px;
    /*height: 240px;*/
    padding: 30px 50px 0 50px;
}

.footer-color-block .footer-block .info-footer{
    flex-grow: 1;
    width: 224px;
    margin-right: 15px;
}

.footer-color-block .footer-block .info-footer .info-title{
    margin-bottom: 10px;
}
.footer-color-block .footer-block .info-footer .info-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 22px;
    color: #FAFAFA;
}
.footer-color-block .footer-block .info-footer .info-text{
    font-family: RobotoCondensed-Regular;
    font-size: 13px;
    color: #FAFAFA;
}
.footer-color-block .footer-down{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
}
.footer-color-block .footer-down .copyright{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #FAFAFA;
    display: inline-block;
    vertical-align: middle;
    flex-grow: 1;
}

.footer-color-block .footer-block .pay-footer{
    flex-grow: 1;
    width: 216px;
    margin-right: 15px;
}
.footer-color-block .footer-block .pay-footer .pay-title{
    margin-bottom: 10px;
}
.footer-color-block .footer-block .pay-footer .pay-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 22px;
    color: #FAFAFA;
}
.footer-color-block .footer-block .pay-footer .pay{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.footer-color-block .footer-block .pay-footer .pay li{
    font-family: RobotoCondensed-Regular;
    font-size: 13px;
    color: #FAFAFA;
    padding-bottom: 5px;
}
.footer-color-block .footer-block .pay-footer .pay li img{
    width: 216px;
}
.footer-color-block .footer-block .contacts-footer{
    flex-grow: 1;
    width: 182px;
    margin-right: 15px;
}
.footer-color-block .footer-block .contacts-footer .contacts-title{
    margin-bottom: 10px;
}
.footer-color-block .footer-block .contacts-footer .contact-phones{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.footer-color-block .footer-block .contacts-footer .contact-phones li{
    position: relative;
    padding-left: 20px;
}
.footer-color-block .footer-block .contacts-footer .contact-phones li:before{
    content: '';
    background-image: url("/frontend/img/image 182.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-color-block .footer-block .contacts-footer .contact-phones li a{
    font-family: RobotoCondensed-Regular;
    font-size: 13px;
    color: #FAFAFA;
}

.footer-color-block .footer-block .contacts-footer .contacts-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 22px;
    color: #FAFAFA;
}
.footer-color-block .footer-block .contacts-footer  .contact-address{

}
.footer-color-block .footer-block .contacts-footer  .contact-address span{
    font-family: RobotoCondensed-Regular;
    font-size: 13px;
    color: #FAFAFA;
}
.footer-color-block .footer-block .contacts-footer .contact-email{

}
.footer-color-block .footer-block .contacts-footer .contact-email a{
    font-family: RobotoCondensed-Regular;
    font-size: 13px;
    color: #FAFAFA;
}
.footer-color-block .footer-block .map-footer{
    flex-grow: 1;
    width: 274px;
    height: 170px;
    text-align: right;
    overflow: hidden;
    position: relative;
}
.footer-color-block .footer-block .map-footer iframe {
    left: 0;
    top: 0;
    height: 170px;
    width: 100%;
    position: absolute;
}
.footer-color-block .footer-down .dvcom {
    position: relative;
    width: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    flex-grow: 1;
}

.footer-color-block .footer-down .dvcom a.tu {
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #f5f5f5;
    position: relative;
}
.footer-color-block .footer-down .dvcom a.tu:before {
    content: '';
    background-image: url("/frontend/img/dvacom.png");
    background-repeat: no-repeat;
    width: 75px;
    height: 35px;
    position: absolute;
    top: -14px;
    right: -75px;
}



/** Footer **/


.popup-cart{
    font-family: RobotoCondensed-Regular;
    display: none;
    text-align: center;
    border: 2px solid #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 310px;
    height: 120px;
    background-color: #fff;
    z-index: 9999;
}
.popup-cart .cart-title{
    margin-bottom: 28px;
}
.popup-cart .cart-title span{
    font-size: 18px;
    display: block;
    margin: 10px 0;
    color: #000
}
.popup-cart a {
    width: 144px;
    height: 42px;
    /*border: 1px solid #fff;*/
    display: inline-block;
    cursor: pointer;
    padding: 3px 20px;
    background-color: #391D13;
    /*border-radius: 5px;*/
    border: 1px solid #391D13;
    overflow: hidden;
}
.popup-cart a{
    text-decoration: none;
}
.popup-cart a:hover{
    border: 1px solid #391D13;
    background-color: #fff;
}
.popup-cart a:hover span{
    color: #391D13;
}
.popup-cart a span {
    font-family: RobotoCondensed-Bold;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
}

.article-info{
    text-align: center;
    border: 2px solid #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 290px;
    height: 120px;
    background-color: #fff;
    z-index: 9999;
    padding: 20px;
}

.article-info span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
}


/** Callback **/

.window_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center;
    z-index: 5005
}
.window_wrap:after {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: ''
}
.window {
    display: inline-block;
    position: relative;
    width: 300px;
    padding: 15px;
    vertical-align: middle;
    background: #fff none repeat scroll 0 0;
    min-height: 500px;
}
.window .message{
    font-size: 14px;
    font-family: RobotoCondensed-Regular;
    color: red;
}
.window_close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #ff0030;
    text-decoration: none;
    font-weight: bold;
    box-sizing: content-box !important;
}
.window_close:hover {
    /*background: #ff6600;*/
}
.window p {
    color: #000;
    font-family: RobotoCondensed-Bold;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0;
}
#telForm {
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 10px;
    border: 2px solid #d8d8d8;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
#telForm:focus{
    border: 1px solid #391D13;
    border-radius: 0;
}
#telButton {
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #391D13;
    color: #391D13;
    cursor: pointer;
    height: 40px;
    width: 150px;
    margin: 0 auto;
    display: block;
    background: #fff;
}
#telButton:hover{
    background-color: #391D13;
    color: #fff;
}
#telName{
    float: left;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 10px;
    border: 2px solid #d8d8d8;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
#telName:focus{
    border: 1px solid #391D13;
    border-radius: 0;
}
#telText{
    border: 2px solid #d8d8d8;
    float: left;
    height: 184px;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 30px;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
    position: relative;
}
#telText:focus{
    border: 1px solid #391D13;
    border-radius: 0;
}
#telText::-webkit-input-placeholder, #telEmail::-webkit-input-placeholder, #telName::-webkit-input-placeholder, #telForm::-webkit-input-placeholder{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
#telText::-moz-placeholder,#telEmail::-moz-placeholder, #telName::-moz-placeholder, #telForm::-moz-placeholder{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
#telText:-moz-placeholder, #telEmail::-moz-placeholder, #telName::-moz-placeholder, #telForm::-moz-placeholder{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
#telText:-ms-input-placeholder, #telEmail::-ms-input-placeholder, #telName::-ms-input-placeholder, #telForm::-ms-input-placeholder{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}

#backPhone{
    position: relative;
}



/** Callback **/


/** Categories **/

.filters-up{
    margin-bottom: 10px;
    width: 276px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 5px;
    /*padding: 12px 18px 0 18px;*/

}
.filters-up .filter-title {
    display: block;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #2e2e2e;
    margin-bottom: 10px;
    padding-left: 18px;
    padding-top: 12px;
}
.filters-up .filters-up-block{
    padding-left: 30px;
}

.filters-up .filters-up-block .filter-selected-price{
    margin-bottom: 10px;
    cursor: pointer;
}
.filters-up .filters-up-block .filter-selected-price span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #2e2e2e;
}
.filters-up .filters-up-block .filter-selected-price:hover span{
    border-bottom: 1px solid #2e2e2e;
}
.filters-up .filters-up-block .filter-selected-price i{
    color: #ff002a;
}
.filters-up .filters-up-block .select_filter{
    margin-bottom: 10px;
    padding-left: 10px;
}
.filters-up .filters-up-block .select_filter a span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #2e2e2e;
}
.filters-up .filters-up-block .select_filter a i{
    color: #ff002a;
}
.filters-up .filters-up-block .parent_filter{
    margin-bottom: 10px;
}
.filters-up .filters-up-block .parent_filter a{
    display: block;
}
.filters-up .filters-up-block .parent_filter a span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #2e2e2e;
}
.filters-up .filters-up-block .parent_filter a i{
    color: #ff002a;
}

.jq-checkbox.checked .jq-checkbox__div{
    background-color: transparent;
    box-shadow: none;
}

.jq-checkbox.checked .jq-checkbox__div:before{
    content: '\f00c';
    position: absolute;
    top: -1px;
    left: 2px;
    font-weight: 900;
    font-family: FontAwesome;
}

.filters-up .filter-button-clear{
    width: 100%;
    height: 20px;
    background-color: #004996;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 20px;
}
.filters-up .filter-button-clear a#clear_all_filters{
    display: block;
    text-decoration: none;
    outline: none;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.filters-up .filter-button-clear a#clear_all_filters span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #fff;
}

.filters-block-text{
    position: relative;
    z-index: 10;
}
.filters-block-button{
    width: 180px;
    height: 40px;
    text-align: center;
    background-color: #4ab0ff;
    line-height: 2.8;
    float: right;
    cursor: pointer;
    transition: all .2s;
}
.filters-block-button.go{
    background-color: #fff;
    border: 1px solid #4ab0ff;
    height: 47px;
    position: relative;
    transition: all .2s;
}
.filters-block-button.go:before{
    content: '';
    position: absolute;
    width: 178px;
    height: 5px;
    background-color: #fff;
    top: 44px;
    left: 0;
    z-index: 25;
}
.filters-block-button span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
    display: inline-block;
    padding-right: 45px;
}
.filters-block-button i{
    font-size: 14px;
    color: #000;
    display: inline-block;
}
.filters-block{
    display: none;
    width: auto;
    height: auto;
    background-color: #fff;
    position: absolute;
    border: 1px solid #4ab0ff;
    padding: 30px;
    left: 15px;
    right: 15px;
    z-index: 8;

}
.filters-block .filter-body{
    display: inline-block;
    margin-right: 80px;
    vertical-align: top;
}
.filters-block .filter-body .filter-title{

}
.filters-block .filter-body .filter-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 20px;
    color: #000;
}
.filters-block .filter-body ul li label{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #444444;
    font-weight: 500;
    vertical-align: middle;
}
.filters-block .filter-body .filter-wrapper{
    margin-top: 12px;
}
.filters-block .filter-body .filter-wrapper .ot{
    display: inline-block;
}
.filters-block .filter-body .filter-wrapper .ot span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
.filters-block .filter-body .filter-wrapper .do{
    display: inline-block;
}
.filters-block .filter-body .filter-wrapper .do span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
.filters-block .filter-body .filter-wrapper input{
    width: 78px;
    height: 38px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #a8a8a8;
}

.category-block-main{
    width: 1246px;
    min-height: 560px;
    background-color: #fff;
    padding: 5px 50px;
    margin-left: -36px;

}

.category-block-main .breadcrumbs{
    margin-bottom: 30px;
}

.category-block .category-title{
    text-align: left;
    margin-bottom: 5px;
}

.category-block .category-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 24px;
    color: #000;
}

.category-block .scroll-block-filters{
    width: 260px;
    height: auto;
    /*border: 1px solid #000;*/
    /*background-color: #fafafa;*/
    /*padding: 20px;*/
}
.category-block .scroll-block-filters .filters-categories-products-button-mini{
    margin-bottom: 5px;
}
.category-block .scroll-block-filters .filters-categories-products-button-mini span{
    font-family: RobotoCondensed-Regular;
    font-size: 24px;
    color: #000;
}
.category-block .products-block-main .category-title-line{
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: 20px;
}
.category-block .scroll-block-filters .filters-categories-products-button-mini i{
    margin-left: 5px;
}
.category-block .scroll-block-filters .filters-categories-products-line{
    width: 100%;
    height: 1px;
    background-color: #000;

}
.category-block .scroll-block-filters .filters-categories-products-block{

}
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog{
    list-style-type: none;
    padding-left: 0;
}

.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu{
    position: relative;
}
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu:hover .catalog-parent span{
    color: #c94732;
}
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu .next-children-bottom{
    display: none;
}
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu.arrow .next-children-bottom{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu a.catalog-parent{
    color: #000;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #C1C2C4;
    text-decoration: none;
}
/*.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu a.catalog-parent:hover{*/
    /*text-decoration: none;*/
    /*padding-left: 6px;*/
/*}*/
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu a.catalog-parent span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu a.catalog-parent .count{
    display: inline-block;
    float: right;
    padding-right: 50px;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}

.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu.arrow .childrens{
    display: none;
    list-style-type: none;
    padding-left: 0;
}
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu.arrow .childrens li.du a.catalog-children{
    padding: 10px 0 10px 15px;
    color: #000;
    display: block;
    text-decoration: none;
}
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu.arrow .childrens li.du a.catalog-children .count{
    display: inline-block;
    float: right;
    padding-right: 30px;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu.arrow .childrens li.du a.catalog-children span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu.arrow .childrens li.du a.catalog-children:hover span{
    color: #c94732;
}





.category-block .scroll-block-filters .filters-params-block{
    margin-top: 40px;
}
.category-block .scroll-block-filters .filters-params-block .filter-title{
    margin-bottom: 10px;
}
.category-block .scroll-block-filters .filters-params-block .filter-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 24px;
    color: #000;
}

.category-block .scroll-block-filters .filters-params-block .filter-title i{
    margin-left: 5px;
}

.noUi-horizontal .noUi-handle {
    background-color: #391D13;
}
.noUi-connect {
    background: #391D13;
    height: 6px;
}

.noUi-origin {
    top: 1px;
}

.filters-params-data{
    margin-top: 30px;
}

.products-block-main .category-filters{
    width: 100%;
    height: auto;
}
.products-block-main .category-filters .param-sort-block{
    float: right;
}
.products-block-main .category-filters .param-sort-block .filters-title{

}
.products-block-main .category-filters .param-sort-block .filters-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #000;
}
.products-block-main .category-filters .page-sort-block{
    float: left;
}
.products-block-main .category-filters .page-sort-block .filters-title{

}
.products-block-main .category-filters .page-sort-block .filters-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #000;
}

.jq-selectbox__select {
    height: 32px;
    padding: 0 45px 0 10px;
    border: 1px solid #391D13;
    border-bottom-color: #391D13;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #391D13;
    text-shadow: none;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: none;
    background-color: #fff;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 0;
    right: 20px;
    width: 0;
    height: 0;
    border: none;
}
.jq-selectbox__trigger-arrow:before{
    content: '\f107';
    font-weight: 900;
    font-family: FontAwesome;
}

.jq-selectbox__select:hover {
    background: #fff;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #391D13;
    border-radius: 0;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #391D13;
}

.jq-selectbox li.selected {
    background-color: #391D13;
    color: #FFF;
}

.jq-selectbox li:hover {
    background-color: #391D13;
    color: #FFF;
}


.products-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}

.products-block .products-block-content{
    width: 264px;
    height: auto;
    margin-bottom: 30px;
    /*border: 1px solid #000;*/
}
.products-block .products-block-content .img-block{
    position: relative;
    width: 262px;
}
.products-block .products-block-content .img-block a{
    text-decoration: none;
    outline: none;
    width: 262px;
}
.products-block .products-block-content .img-block a img{
    width: 100%;
}
.products-block .products-block-content .img-block .home-to-cart{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #F1C002;
    display: inline-block;
    vertical-align: middle;
    float: right;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}
.products-block .products-block-content .img-block .home-to-cart i{
    color: #000;
    font-size: 20px;
}
.products-block .products-block-content .img-block .home-to-cart:hover{
    background-color: #F1C002;
}
.products-block .products-block-content .img-block .home-to-cart:hover i{
    color: #fff;
}
.products-block .products-block-content .img-block .home-to-cart.to-cart{
    width: 50px;
    height: 50px;
    background-color: #F1C002;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.products-block .products-block-content .img-block .home-to-cart.to-cart i{
    color: #fff;
}
.products-block .products-block-content .products-product-name{
    text-align: center;
    margin-top: 10px;
    height: 45px;
}
.products-block .products-block-content .products-product-name a{
    color: #000;
}
.products-block .products-block-content .products-product-name a span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
}
.products-block .products-block-content .products-product-price{
    margin-top: 15px;
}
.products-block .products-block-content .products-product-price .price{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 10px;
}
.products-block .products-block-content .products-product-price .price span{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
}
.products-block .products-block-content .products-product-price .price-box{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 10px;
}

.products-block .products-block-content .products-product-price .price-box span{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
}
















.category-block .scroll-block-filters .filters-params-block .filter-wrapper .tu-ru{
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    margin-right: 5px;
}

.category-block .scroll-block-filters .filters-params-block .filter-wrapper .tu-ru .ot{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.category-block .scroll-block-filters .filters-params-block .filter-wrapper .tu-ru .ot span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #2e2e2e;
}
.category-block .scroll-block-filters .filters-params-block .filter-wrapper .tu-ru input{
    display: inline-block;
    vertical-align: middle;
    width: 76px;
    height: 28px;
    border: 1px solid #391D13;
    border-radius: 0;
    text-align: center;
    color: #391D13;
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
}
/*.category-block .scroll-block-filters .filters-params-block .filter-wrapper .tu-ru input:focus,*/
/*.category-block .scroll-block-filters .filters-params-block .filter-wrapper .tu-ru input:active,*/
/*.category-block .scroll-block-filters .filters-params-block .filter-wrapper .tu-ru input:visited,*/
/*.category-block .scroll-block-filters .filters-params-block .filter-wrapper .tu-ru input:hover{*/
    /*border: 1px solid #391D13;*/
/*}*/
.category-block .scroll-block-filters .filters-params-block .filter-wrapper .tu-ru .do{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.category-block .scroll-block-filters .filters-params-block .filter-wrapper .tu-ru .val-price{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.category-block .scroll-block-filters .filters-params-block .filter-wrapper .tu-ru .do span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #2e2e2e;
}

.category-block .scroll-block-filters .filters-params-block .filters-params{
    margin-bottom: 26px;
}

.category-block .scroll-block-filters .filters-params-block .filters-params-data ul{
    list-style-type: none;
    padding-left: 10px;
}

.category-block .scroll-block-filters .filters-params-block .filters-params-data .filter-title{

}

.category-block .scroll-block-filters .filters-params-block .filters-params-data .filter-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
    display: inline-block;
}

.category-block .scroll-block-filters .filters-params-block .filters-params-data .filter-title .filter-children-bottom{
    display: inline-block;
}

.category-block .scroll-block-filters .filters-params-block .filters-params-data  .filter-children{

}
.category-block .scroll-block-filters .filters-params-block .filters-params-data  .filter-children li label{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}

.jq-checkbox {
    border-radius: 2px;
}
.jq-checkbox, .jq-radio {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #e2e2e2;
    background: none;
    box-shadow: none;
    cursor: pointer;
    outline: none;
}

.filters-categories-button{
    width: 262px;
    height: 50px;
    background-color: #1fa6a0;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    line-height: 50px;
    margin-bottom: 20px;
    display: none;
    vertical-align: middle;

}

.filters-categories-button span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    letter-spacing: 2px;
}
.filters-categories-button i{
    font-size: 16px;
    color: #fff;
}

.category-block .scroll-block-filters .filters-params-block .filters-params-data .filter-children li{
    margin-bottom: 10px;
}


.filter-mobile-block .form-button{
    width: 116px;
    height: 34px;
    background-color: #391D13;
    border: none;
    outline: none;
    margin-top: 30px;
}
.filter-mobile-block .form-button span{
    font-family: RobotoCondensed-Bold;
    font-size: 16px;
    color: #fff;
}


/** Categories **/


/** Pagination **/

.pagination{
    display: block;
    padding: 20px 0 10px 0 ;
    margin-bottom: 15px;
    margin-top: 15px;
    clear: both;
}
.pagination.up{
    border: none;
    padding: 0;
}
.pagination ul{
    text-align: center;
}
.pagination ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
}
.pagination ul li.first{
    background-color: transparent;
}
.pagination ul li.last{
    background-color: transparent;
}
.pagination ul li.first a{
    color: #391D13;
}
.pagination ul li.prev-p{
    background-color: transparent;
}
.pagination ul li.next-p{
    background-color: transparent;
}
.pagination ul li.active {
    background-color: #391D13;
}
.pagination ul li.active a{
    color: #fff;
}
.pagination ul li:hover {
    background-color: #391D13;
}
.pagination ul li:hover a{
    color: #fff;
}
.pagination ul li a{
    font-family: RobotoCondensed-Regular;
    font-size: 18px;
    color: #000;
    line-height: 50px;
    display: block;
    text-decoration: none;
}
.pagination ul li a i{
    color: #391D13;
    font-size: 20px;
}
.pagination ul li:hover a i{
    color: #fff;
}

.pagination ul span{
    width: 45px;
    height: 45px;
    vertical-align: bottom;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.clear-block{
    clear: both;
    height: 40px;
}


/** Pagination **/




/** Pages **/
.page-body-block{
    width: 1246px;
    min-height: 560px;
    background-color: #fff;
    padding: 30px 50px;
    margin-left: -36px;
}
.breadcrumbs{
    /*width: 1246px;*/
    width: 100%;
    background-color: #fff;
    margin-left: -36px;
    list-style-type: none;
    padding-left: 50px;
    padding-top: 15px;
    margin-bottom: 0;
    margin-top: 0;
}
.breadcrumbs li{
    display: inline-block;
    margin-right: 10px;
}
.breadcrumbs li:last-child a span:before{
    display: none;
}
.breadcrumbs li a span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #000;
    position: relative;
}
.breadcrumbs li a span:before{
    content: '/';
    position: absolute;
    top: -1px;
    right: -8px;
    width: 4px;
    height: 4px;
}
.breadcrumbs li a.active{
    pointer-events: none;

}
.breadcrumbs li a.active span{
    color: #C94732;
}



/** Pages **/

/** Articles **/
.articles-main{
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 20px 50px;
    margin-left: -36px;
}
.articles-main .news-home-block-up{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.articles-main .news-home-block-up .news-home-main{
    width: 362px;
    margin-bottom: 15px;
}
.articles-main .news-home-block-up .news-home-main .news-home-img{
    width: 362px;
    height: 290px;
}
.articles-main .news-home-block-up .news-home-main .news-home-img a{
    text-decoration: none;
    outline: none;
    width: 362px;
    height: 290px;
    display: block;
}
.articles-main .news-home-block-up .news-home-main .news-home-img a img{
    width: 100%;
}

.articles-main .news-home-block-up .news-home-main .news-home-text{

}
.articles-main .news-home-block-up .news-home-main .news-home-text .title-block{
    margin-top: 10px;
    margin-bottom: 10px;
}
.articles-main .news-home-block-up .news-home-main .news-home-text .title-block a{
    color: #000;
}
.articles-main .news-home-block-up .news-home-main .news-home-text .title-block a span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
}
.articles-main .news-home-block-up .news-home-main .news-home-text .date-block{
    display: inline-block;
    float: left;

}

.articles-main .news-home-block-up .news-home-main .news-home-text .date-block span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #000;
}
.articles-main .news-home-block-up .news-home-main .news-home-text .comments-count-news{
    display: inline-block;
    float: right;
}
.articles-main .news-home-block-up .news-home-main .news-home-text .comments-count-news span{
    position: relative;
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #000;
}
.articles-main .news-home-block-up .news-home-main .news-home-text .comments-count-news span:before{
    content: '';
    position: absolute;
    background-image: url("/frontend/img/comments_count.png");
    width: 16px;
    height: 13px;
    top: 0;
    left: -24px;
}
.articles-main .news-home-block-up .news-home-main .news-home-text .text-block{
    clear: both;
    padding-top: 10px;
    height: 132px;
    overflow: hidden;
}
.articles-main .news-home-block-up .news-home-main .news-home-text .text-block p{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #000;
    line-height: 1.6;
    margin-top: 0;
}

.articles-main .news-home-block-up .news-home-main .news-home-text .link-block{

}
.articles-main .news-home-block-up .news-home-main .news-home-text .link-block .raty{
    display: inline-block;
}
.articles-main .news-home-block-up .news-home-main .news-home-text .link-block span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #000;
}

.page-body-block button{
    width: 250px;
    height: 45px;
    border: 2px solid #000;
    background-color: #fff;
    float: left;
    border-radius: 5px;
    line-height: 45px;
    margin-right: 150px;
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin-top: 30px;
}
.page-body-block button:hover {
    background-color: #2e2e2e;
    border: 2px solid #2e2e2e;
    color: #fff;
}

.page-body-block textarea{
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    border: 2px solid #000;
    padding: 20px;
}
.page-body-block input{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border: 2px solid #000;
    padding: 20px;
}
.page-body-block form{
    display: table-cell;
}

.page-body-block .review-block{
    display: block;
}
.page-body-block .review {
    position: relative;
    padding: 2rem 2rem 2rem 10rem;
    margin-right: 124px;
}
.page-body-block .review p {
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin: 1rem 0;
}
.page-body-block .review .user__icon {
    line-height: 100%;
    position: absolute;
    display: block;
    color: #999999;
    font-size: 6rem;
    left: 10px;
    top: 50%;
}
.page-body-block .review .name__review {
    font-family:RobotoCondensed-Regular;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
.page-body-block .review .data__review {
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #999999;
}
.page-body-block .review-up{
    float: right;
    cursor: pointer;
}
.page-body-block .review-up span{
    text-decoration: underline;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
}

.pagination_articles{
    display: block;
    padding: 20px 0 10px 0 ;
    margin-bottom: 15px;
    margin-top: 15px;
    clear: both;
}
.pagination_articles.up{
    border: none;
    padding: 0;
}
.pagination_articles ul{
    text-align: center;
}
.pagination_articles ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
}
.pagination_articles ul li.first{
    background-color: transparent;
}
.pagination_articles ul li.last{
    background-color: transparent;
}
.pagination_articles ul li.first a{
    color: #391D13;
}
.pagination_articles ul li.prev-p{
    background-color: transparent;
}
.pagination_articles ul li.next-p{
    background-color: transparent;
}
.pagination_articles ul li.active {
    background-color: #391D13;
}
.pagination_articles ul li.active a{
    color: #fff;
}
.pagination_articles ul li:hover {
    background-color: #391D13;
}
.pagination_articles ul li:hover a{
    color: #fff;
}
.pagination_articles ul li a{
    font-family: RobotoCondensed-Regular;
    font-size: 18px;
    color: #000;
    line-height: 50px;
    display: block;
    text-decoration: none;
}
.pagination_articles ul li a i{
    color: #391D13;
    font-size: 20px;
}
.pagination_articles ul li:hover a i{
    color: #fff;
}

.pagination ul span{
    width: 45px;
    height: 45px;
    vertical-align: bottom;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}


/** Articles **/



/** Product **/

.similar-arrivals-home-block{
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 20px 50px;
    margin-left: -36px;
}
.similar-arrivals-home-block .title{
    margin-bottom: 30px;
    position: relative;
}

.similar-arrivals-home-block .title .title-line{
    background-color: #1fa6a0;
    width: 100%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 44px;
}
.similar-arrivals-home-block .title .title-text{
    color: #2e2e2e;
    font-family: RobotoCondensed-Regular;
    font-size: 30px;
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 40px;
    background-color: #fff;
}


.similar-block{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-around;*/
}

.similar-block .similar-block-content .img-block{
    position: relative;
    width: 262px;
}
.similar-block .similar-block-content .img-block a{
    text-decoration: none;
    outline: none;
    width: 262px;
}
.similar-block .similar-block-content .img-block a img{
    width: 100%;
}
.similar-block .similar-block-content .img-block .home-to-cart{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #F1C002;
    display: inline-block;
    vertical-align: middle;
    float: right;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}
.similar-block .similar-block-content .img-block .home-to-cart i{
    color: #000;
    font-size: 20px;
}
.similar-block .similar-block-content .img-block .home-to-cart:hover{
    background-color: #F1C002;
}
.similar-block .similar-block-content .img-block .home-to-cart:hover i{
    color: #fff;
}
.similar-block .similar-block-content .img-block .home-to-cart.to-cart{
    width: 50px;
    height: 50px;
    background-color: #F1C002;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.similar-block .similar-block-content .img-block .home-to-cart.to-cart i{
    color: #fff;
}

.similar-block .similar-block-content{
    width: 264px;
    height: auto;
    margin-bottom: 30px;
    /*border: 1px solid #000;*/
    outline: none;
}

.similar-block .similar-block-content .similar-product-name{
    text-align: center;
    margin-top: 10px;
    height: 45px;
}
.similar-block .similar-block-content .similar-product-name a{
    color: #000;
}
.similar-block .similar-block-content .similar-product-name a span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
}
.similar-block .similar-block-content .similar-product-price{
    margin-top: 15px;
}
.similar-block .similar-block-content .similar-product-price .price{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 10px;
}
.similar-block .similar-block-content .similar-product-price .price span{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
}
.similar-block .similar-block-content .similar-product-price .price-box{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 10px;
}

.similar-block .similar-block-content .similar-product-price .price-box span{
    font-size: 16px;
    font-family: RobotoCondensed-Regular;
    color: #000;
}

.similar-next{
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    border-radius: 30px;
    border: 1px solid #391D13;
    top: -70px;
    right: 0;
    cursor: pointer;
    z-index: 1;
    text-align: center;
}
.similar-next:before{
    content: "\f105";
    font-size: 22px;
    font-weight: 900;
    font-family: FontAwesome;
    color: #391D13;
    line-height: 29px;
    padding-left: 5px;
}
.similar-next:hover {
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
}
.similar-next:hover:before{
    color: #fff;
}
.similar-prev{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #391D13;
    background-color: #fff;
    top: -70px;
    right: 42px;
    cursor: pointer;
    z-index: 1;
    text-align: center;
}
.similar-prev:before{
    content: "\f104";
    font-size: 22px;
    font-weight: 900;
    font-family: FontAwesome;
    color: #391D13;
    line-height: 29px;
}
.similar-prev:hover {
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
}
.similar-prev:hover:before{
    color: #fff;
}

.product-block{
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 30px 50px;
    margin-left: -36px;
}

.product-block .slider-img-block{
    height: 415px;
    width: 566px;
    /*border: 2px solid #dfdfdf;*/
    position: relative;
    display: inline-block;
    margin-right: 10px;
}


.product-block .slider-img-block .slider-for-block a{
    /*display: block;*/
    text-decoration: none;
    outline: none;
}
.product-block .slider-img-block .slider-for-block .product-img{
    height: 415px;
    width: 100%;
}
.product-block .slider-img-block .slider-for-block .product-img img{
    width: 100%;
    height: 100%;
}

.product-block .slider-img-block .slider-nav-block{
    position: absolute;
    bottom: 10px;
    left: 15px;
    height: 50px;
    width: 95%;
}

.product-block .slider-img-block .slider-nav-block .product-img{
    width: 50px!important;
    height: 50px;
    /*display: inline-block;*/
    border-radius: 5px;
    margin-right: 3px;
    position: relative;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.product-block .slider-img-block .slider-nav-block .product-img:hover:before{
    content: '';
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.51);
    border-radius: 5px;
}
.product-block .slider-img-block .slider-nav-block .product-img img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.product-block .slider-img-block .slider-nav-block .product-img.slick-current:before{
    content: '';
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.51);
    border-radius: 5px;
}

.product-block .product-text-block{
    width: 550px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.product-block .product-text-block .product-name{
    margin-bottom: 10px;
}
.product-block .product-text-block .product-name span{
    font-family: RobotoCondensed-Regular;
    font-size: 24px;
    color: #391D13;
}
.product-block .product-text-block .product-short-body-link{
    margin-bottom: 90px;
}
.product-block .product-text-block .product-short-body-link a{
    text-decoration: underline;
    font-family: Roboto-Italic;
    font-size: 14px;
    color: #1fa6a0;
}

.product-block .product-text-block .price-block-main{
    margin-top: 40px;
}
.product-block .product-text-block .price-block-main .price{
    font-family: RobotoCondensed-Bold;
    font-size: 24px;
    color: #391D13;
    margin-bottom: 10px;
}
.product-block .product-text-block .price-block-main .price span{
    font-family: RobotoCondensed-Bold;
    font-size: 24px;
    color: #391D13;
}
.product-block .product-text-block .price-block-main .price-box{
    font-family: RobotoCondensed-Bold;
    font-size: 24px;
    color: #391D13;
}
.product-block .product-text-block .price-block-main .price-box span{
    font-family: RobotoCondensed-Bold;
    font-size: 24px;
    color: #391D13;
}
.product-block .product-text-block .product-button-cart-block{
    font-size: 0;
    margin-top: 90px;
}
.product-block .product-text-block .product-button-cart-block .cart{
    vertical-align: middle;
    display: inline-block;
    width: 166px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    background-color: #391D13;
}
.product-block .product-text-block .product-button-cart-block .cart span{
    color: #fff;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
}

.product-block .product-text-block .product-button-cart-block #cart-count{
    display: inline-block;
    vertical-align: middle;
    width: 166px;
    height: 34px;
}
.product-block .product-text-block .product-button-cart-block #cart-count input{
    width: 166px;
    height: 34px;
    text-align: center;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #391D13;
}

.product-title-block-line{
    width: 100%;
    height: 2px;
    background-color: #8fd2cf;
    margin-bottom: 30px;
}

.product-block .product-text-block .product-cart-block-line{
    width: 100%;
    height: 1px;
    background-color: #391D13;
    margin-top: 30px;
    margin-bottom: 15px;
}

.product-block .product-text-block .product-block-categories{
    margin-bottom: 30px;
}
.product-block .product-text-block .product-block-categories .product-block-categories-ul{
    list-style-type: none;
    padding-left: 0;
}
.product-block .product-text-block .product-block-categories .product-block-categories-ul li{
    display: inline-block;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #391D13;
}
.product-block .product-text-block .product-block-categories .product-block-categories-ul li a{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #391D13;
}


.block-social-product{
    flex-grow: 1;
    text-align: left;
}
.block-social-product .social-icon{
    list-style-type: none;
    padding-left: 0;
}
.block-social-product .social-icon li{
    display: inline-block;
    margin-left: 12px;
}
.block-social-product .social-icon li a{
    text-decoration: none;
    outline: none;
}





.tab_content{
    margin-top: 70px;
}
.tab_content-block-product{
    background-color: #fff;
    padding: 25px;
    border: 2px solid #391D13;
    margin-bottom: 50px;
    min-height: 200px;
}
.tab_content-block{
    background-color: #fff;
    margin-bottom: 50px;
}
.tab_content .tab-links{
    margin: 0;
    padding: 0;
    font-size: 0;
}
.tab_content .tab-links li.active{
    width: auto;
    height: 52px;
    background-color: #391D13;
    text-align: center;
    line-height: 52px;
    display: inline-block;

}
.tab_content .tab-links li.active a{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #fff;
    /*text-transform: uppercase;*/
    display: block;
    text-decoration: none;
    padding: 0 30px;
}
.tab_content .tab-links li{
    width: auto;
    height: 52px;
    background-color: #000;
    text-align: center;
    line-height: 52px;
    display: inline-block;
    border-right: 1px solid #e3e3e3;
}
.tab_content .tab-links li a{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #391D13;
    /*text-transform: uppercase;*/
    display: block;
    text-decoration: none;
    padding: 0 30px;
}
.tab_content .tab-links li:hover{
    background-color: #1fa6a0;
}
.tab_content .tab-links li:hover a{
    color: #fff;
}

.characteristics .title span{
    font-family: RobotoCondensed-Regular;
    font-size: 30px;
    color: #391D13;
}
.characteristics-list-all {
    width: 100%;
    height: auto;
    margin: revert;
    padding: 0;
}
.characteristics-title-all {
    width: 100%;
    height: auto;
    padding: 0;
}
.characteristics-title-all li{
    display: block;
    cursor: default;
    border-right: none;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.characteristics-list-all li {
    display: block;
    cursor: default;
    border-right: none;
    background-color: #f5f5f5;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.characteristics-list-all li:nth-child(2n){
    background-color: #fff;
}
.characteristics-title-all .title-name{
    display: inline-block;
    float: left;
}
.characteristics-title-all .title-name span{
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #391D13;
}
.characteristics-title-all .title-value{
    display: inline-block;
    float: right;
}
.characteristics-title-all .title-value span{
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #391D13;
}
.characteristics-list-all .name {
    display: inline-block;
    float: left;
    width: 54%;
    /*border-right: 1px solid #391D13;*/
}
.characteristics-list-all .name span{
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #391D13;
}
.characteristics-list-all .value {
    display: inline-block;
    float: right;
}
.characteristics-list-all .value span{
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #391D13;
}


/** Product **/


/**  CART  **/

.cart-block-main{
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 20px 50px;
    margin-left: -36px;
}

.cart-block-main .cart-block-products{
    display: inline-block;
    width: 656px;
    vertical-align: top;
    margin-top: 54px;
}
.cart-block-main .cart-block-form{
    display: inline-block;
    width: 450px;
    margin-right: 30px;
}
.cart-block-main .cart-title{
    margin-bottom: 20px;
}
.cart-block-main .cart-title span{
    font-family: Cormorant-Garamond-SemiBold;
    font-size: 24px;
    color: #464646;
}
.cart-block-main .cart-make{
    width: 100%;
    height: auto;
    background-color: #fff;
    /*padding: 30px;*/
    /*padding-left: 20px;*/
    /*border-radius: 5px;*/
    margin-bottom: 50px;
}
.cart-block-main .cart-make .contacts-info-cart{
    margin-bottom: 20px;
}
.cart-block-main .cart-make .contacts-info-cart span{
    font-family: RobotoCondensed-Regular;
    font-size: 25px;
    color: #000;
}

.cart-block-main .cart-make .contacts-info-cart .contacts-info-cart-link{

}
.cart-block-main .cart-make .contacts-info-cart .contacts-info-cart-link span{
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #464646;
}
.cart-block-main .cart-make .contacts-info-cart .contacts-info-cart-link a{
    font-family: Roboto-Italic;
    font-size: 14px;
    color: #1fa6a0;
}

.cart-block-main .cart-make .cart-input input{
    width: 100%;
    height: 45px;
    border: 1px solid #828282;
    margin-bottom: 10px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #828282;
    padding-left: 10px;
}
.cart-block-main .cart-make .cart-input input:active, .cart-block-main .cart-make .cart-input input:hover, .cart-block-main .cart-make .cart-input input:focus {
    outline: 0;
    outline-offset: 0;
}
.cart-block-main .cart-make .cart-input input::-webkit-input-placeholder {color:#828282;}
.cart-block-main .cart-make .cart-input input::-moz-placeholder{color:#828282;}/* Firefox 19+ */
.cart-block-main .cart-make .cart-input input:-moz-placeholder{color:#828282;}/* Firefox 18- */
.cart-block-main .cart-make .cart-input input:-ms-input-placeholder{color:#828282;}
.cart-block-main .cart-make .cart-input input:focus::-webkit-input-placeholder {color: transparent}
.cart-block-main .cart-make .cart-input input:focus::-moz-placeholder          {color: transparent}
.cart-block-main .cart-make .cart-input input:focus:-moz-placeholder           {color: transparent}
.cart-block-main .cart-make .cart-input input:focus:-ms-input-placeholder      {color: transparent}



.cart-block-main .cart-make .cart-select{
    position: relative;
}
.cart-block-main .cart-make .cart-select:after {
    content: "\f107";
    font-size: 14px;
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 43px;
    background-color: #fff;
    line-height: 45px;
}

.cart-block-main .cart-make .cart-select select{
    width: 100%;
    height: 45px;
    border: 1px solid #828282;
    margin-bottom: 10px;
    padding-left: 18px;
    font-family:RobotoCondensed-Regular;
    font-size: 14px;
    color: #828282;
    background-color: #fff;
}

.cart-block-main .cart-make .title{
    margin-top: 20px;
    margin-bottom: 15px;
}
.cart-block-main .cart-make .title span{
    font-family: RobotoCondensed-Regular;
    font-size: 25px;
    color: #000;
}

.cart-block-main .cart-make .cart-select select:active, .cart-block-main .cart-make .cart-select select:hover, .cart-block-main .cart-make .cart-select select:focus {
    outline: 0;
    outline-offset: 0;
}

.cart-block-main .cart-make .cart-select select::-webkit-input-placeholder {color:#828282;}
.cart-block-main .cart-make .cart-select select::-moz-placeholder{color:#828282;}/* Firefox 19+ */
.cart-block-main .cart-make .cart-select select:-moz-placeholder{color:#828282;}/* Firefox 18- */
.cart-block-main .cart-make .cart-select select:-ms-input-placeholder{color:#828282;}


.cart-block-main .cart-make  .cart-textarea textarea{
    width: 100%;
    height: 200px;
    border: 1px solid #828282;
    margin-bottom: 10px;
    padding-left: 18px;
    padding-top: 20px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #828282;
}

.cart-block-main .cart-make .cart-textarea textarea:active, .cart-block-main .cart-make .cart-textarea textarea:hover, .cart-block-main .cart-make .cart-textarea textarea:focus {
    outline: 0;
    outline-offset: 0;
}

.cart-block-main .cart-make .cart-textarea textarea::-webkit-input-placeholder {color:#828282;}
.cart-block-main .cart-make .cart-textarea textarea::-moz-placeholder{color:#828282;}/* Firefox 19+ */
.cart-block-main .cart-make .cart-textarea textarea:-moz-placeholder{color:#828282;}/* Firefox 18- */
.cart-block-main .cart-make .cart-textarea textarea:-ms-input-placeholder{color:#828282;}
.cart-block-main .cart-make .cart-textarea textarea:focus::-webkit-input-placeholder {color: transparent}
.cart-block-main .cart-make .cart-textarea textarea:focus::-moz-placeholder          {color: transparent}
.cart-block-main .cart-make .cart-textarea textarea:focus:-moz-placeholder           {color: transparent}
.cart-block-main .cart-make .cart-textarea textarea:focus:-ms-input-placeholder      {color: transparent}


.cart-block-main .confidentiality{
    margin-top: 30px;
    margin-bottom: 20px;
}
.cart-block-main .confidentiality span{
    font-family: Montserrat-MediumItalic;
    font-size: 12px;
    color: #000;
}
.cart-block-main .confidentiality a{
    text-decoration: none;
    font-family: Montserrat-MediumItalic;
    font-size: 12px;
    color: #000;
    border-bottom: 2px solid #cccccc;
    cursor: pointer;
}

.cart-block-main .cart-button-up{
    width: 86px;
    height: 34px;
    background-color: #391D13;
    margin-right: 5px;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
.cart-block-main .cart-button-up span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.cart-block-main .cart-button-back-up{
    width: 148px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    outline: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #828282;
}
.cart-block-main .cart-button-back-up:hover{
    background-color: #828282;
}
.cart-block-main .cart-button-back-up:hover span{
    color: #fff;
}
/*.cart-block-main .cart-button-up:hover{*/
    /*background-color: #187771;*/
/*}*/
.cart-block-main .cart-button-back-up a{
    text-decoration: none;
    display: block;
}
.cart-block-main .cart-button-back-up a span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #464646;
    text-transform: uppercase;
}

.cart-block-main .cart-products-block{
    width: 100%;
    height: auto;
}
.cart-block-main .cart-products-block .cart-product-block{
    width: 100%;
    height: 108px;
    /*border-radius: 5px;*/
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    /*border-bottom: 1px solid #d2d2d2;*/
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.cart-block-main .cart-products-block .cart-product-block .img-block{
    width: 82px;
    height: 82px;
    display: inline-block;
    vertical-align: middle;
}
.cart-block-main .cart-products-block .cart-product-block .img-block img{
    width: 82px;
    height: 82px;
}
.cart-block-main .cart-products-block .cart-product-block .text-block{
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}
.cart-block-main .cart-products-block .cart-product-block .text-block .name-price-block{
    display: inline-block;
    vertical-align: middle;
    width: 170px;
}
.cart-block-main .cart-products-block .cart-product-block .text-block .name-price-block .name{
    margin-bottom: 5px;
}
.cart-block-main .cart-products-block .cart-product-block .text-block .name-price-block .name a{
    color: #391D13;
}
/*.cart-block-main .cart-products-block .cart-product-block .text-block-title{*/
/*    margin-left: 10px;*/
/*    display: none;*/
/*    vertical-align: top;*/

/*}*/
/*.cart-block-main .cart-products-block .cart-product-block .text-block .name, .cart-block-main .cart-products-block .cart-product-block .text-block-title .name{*/
/*    margin-bottom: 2px;*/
/*}*/
/*.cart-block-main .cart-products-block .cart-product-block .text-block .name a, .cart-block-main .cart-products-block .cart-product-block .text-block-title a{*/
/*    color: #0e6991;*/
/*}*/
.cart-block-main .cart-products-block .cart-product-block .text-block .name-price-block .name span{
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #391D13;
}

.text-block-line{
    width: 1px;
    height: 100%;
    background-color: #391D13;
    display: inline-block;
    vertical-align: middle;
}
/*.cart-block-main .cart-products-block .cart-product-block .text-block .product-code, .cart-block-main .cart-products-block .cart-product-block .text-block-title .product-code{*/
/*    font-family: RobotoCondensed-Regular;*/
/*    font-size: 12px;*/
/*    color: #464646;*/
/*}*/
/*.cart-block-main .cart-products-block .cart-product-block .text-block .product-code span, .cart-block-main .cart-products-block .cart-product-block .text-block-title .product-code span{*/
/*    font-family: RobotoCondensed-Regular;*/
/*    font-size: 14px;*/
/*    color: #464646;*/
/*}*/
.cart-block-main .cart-products-block .cart-product-block .text-block .price{
    margin-bottom: 5px;
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #464646;
    display: inline-flex;
    align-items: baseline;
    width: 138px;
}
.cart-block-main .cart-products-block .cart-product-block .text-block .price span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #391D13;
    padding-left: 5px;
    padding-right: 5px;
}
.cart-block-main .cart-products-block .cart-product-block .text-block .quantity_count{
    margin-bottom: 5px;
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #878787;
}
.cart-block-main .cart-products-block .cart-product-block .text-block .quantity_count span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #000;
}
.cart-block-main .cart-products-block .cart-product-block .text-block .availability{
    margin-bottom: 5px;
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #878787;
}
.cart-block-main .cart-products-block .cart-product-block .text-block .availability span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #000;
}

.cart-block-main .cart-products-block .cart-product-block .quantity-block{
    display: inline-block;
    vertical-align: middle;
    width: 126px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    /*align-items: center;*/
}
.cart-block-main .cart-products-block .cart-product-block .quantity-block .quantity-minus-plus-block{
    width: 100%;
    height: auto;

}
.cart-block-main .cart-products-block .cart-product-block .quantity-block .quantity-minus-plus-block .minus-plus-block{
    display: inline-block;
}
.cart-block-main .cart-products-block .cart-product-block .quantity-block .quantity-minus-plus-block .quantity{
    width: 86px;
    height: 34px;
    border: 1px solid #828282;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #391D13;
    display: block;
    text-align: center;
    line-height: 34px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.cart-block-main .cart-products-block .cart-product-block .quantity-block .quantity-minus-plus-block span{
    display: inline-block;
}
.cart-block-main .cart-products-block .cart-product-block .quantity-block .quantity-minus-plus-block .minus-plus-block .minus{
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.cart-block-main .cart-products-block .cart-product-block .quantity-block .quantity-minus-plus-block .minus-plus-block .plus{
    display: inline-block;
    vertical-align: middle;
}
.cart-block-main .cart-products-block .cart-product-block .quantity-block .quantity-minus-plus-block .minus-plus-block i{
    display: inline-block;
    width: 40px;
    height: 25px;
    /*border-radius: 5px;*/
    border: 1px solid #828282;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    color: #391D13;
    font-size: 12px;
}
/*.cart-block-main .cart-products-block .cart-product-block .quantity-block .quantity-minus-plus-block .minus-plus-block i:hover{*/
/*background-color: #48a4dd;*/
/*color: #fff;*/
/*border: 1px solid #48a4dd;*/
/*}*/

.cart-block-main .cart-products-block .cart-product-block .price-one-block{
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: auto;
    padding: 10px;
    align-items: center;
    /*flex-flow: wrap;*/
}
/*.cart-block-main .cart-products-block .cart-product-block .price-one-block .title{*/
/*display: block;*/
/*width: 100%;*/
/*}*/
/*.cart-block-main .cart-products-block .cart-product-block .price-one-block .title span{*/
/*font-family: Roboto-Medium;*/
/*font-size: 12px;*/
/*color: #000;*/
/*padding-left: 5px;*/
/*padding-right: 5px;*/
/*}*/
.cart-block-main .cart-products-block .cart-product-block .price-one-block .price-one{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #391D13;
    display: block;
}
.cart-block-main .cart-products-block .cart-product-block .price-one-block .price-one span{
    font-family: RobotoCondensed-Regular;
    font-size: 20px;
    color: #391D13;
    padding-left: 5px;
    padding-right: 5px;
}

.cart-block-main .cart-products-block .cart-product-block .delete-block{
    width: 40px;
    height: 40px;
    cursor: pointer;
    /*align-items: center;*/
    /*margin: 0 auto;*/
    position: absolute;
    top: 34%;
    right: 5%;
    text-align: center;
    line-height: 40px;

}
.cart-block-main .cart-products-block .cart-product-block .delete-block:hover i{
    background-color: #391D13;
    color: #fff;
}
.cart-block-main .cart-products-block .cart-product-block .delete-block i{
    font-size: 11px;
    color: #391D13;
    margin: 0 auto;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid #391D13;
}

.cart-block-main .cart-products-block .cart-total-block{
    height: 40px;
    margin-bottom: 10px;
}
.cart-block-main .cart-products-block .cart-total-block .title{
    float: left;
}
.cart-block-main .cart-products-block .cart-total-block .title span{
    font-family: RobotoCondensed-Bold;
    font-size: 20px;
    color: #391D13;
}
.cart-block-main .cart-products-block .cart-total-block .price-all{
    float: right;
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #391D13;
}
.cart-block-main .cart-products-block .cart-total-block .price-all span{
    font-family: RobotoCondensed-Regular;
    font-size: 20px;
    color: #391D13;
}

.cart-empty-block{
    min-height: 560px;
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 20px 50px;
    margin-left: -36px;
}
.cart-empty{
    margin-bottom: 15px;
}
.cart-empty span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
.carts-buttons{
    width: 153px;
    height: 34px;
    background: #391D13;
    text-align: center;
    line-height: 34px;
}
.carts-buttons a{
    text-decoration: none;
    outline: none;
    display: block;
}
.carts-buttons a span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #fff;
}
.cart-button-down{
    display: none;
    width: 225px;
    height: 50px;
    background-color: #1fa6a0;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
}
.cart-button-down a{
    display: block;
    text-decoration: none;
    outline: none;
}

.cart-button-down a i{
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
}
.cart-button-down a span{
    font-family: Roboto-Medium;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.cart-info-block{
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 20px 50px;
    margin-left: -36px;
}
.cart-info-block span{
    background: #F1C002;
    height: auto;
    text-align: center;
    /* line-height: 50px; */
    display: block;
    font-family: RobotoCondensed-Bold;
    font-size: 18px;
    color: #000;
    padding: 15px;
}

/**  CART  **/



/** Contacts **/


.contacts-block-main{
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 20px 50px;
    margin-left: -36px;
    display: flex;
}


.contacts-map {
    width: 784px;
    height: 436px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    margin-right: 80px;
}


.contacts-map iframe {
    left: 0;
    top: 0;
    height: 436px;
    width: 100%;
    position: absolute;
}


#contact-form{

}
#contact-form label{
    display: block;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
#contact-form button{
    display: block;
    float: right;
    width: 86px;
    height: 34px;
    background: #391D13;
    border: none;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #fff;
}
#contact-form input{
    width: 100%;
    margin-bottom: 15px;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
}
#contact-form input:focus, #contact-form input:active{
    border: 1px solid #000;
}
#contact-form textarea{
    width: 100%;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
}


.contacts-block-data{

}

.contacts-block-data .contacts-title{
    margin-bottom: 10px;
}

.contacts-block-data .contacts-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 25px;
    color: #000;
}
.contacts-block-data .contacts-addresses-block{
    width: 200px;
    margin-bottom: 10px;
}
.contacts-block-data .contacts-addresses-block span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}

.contacts-block-data .contacts-email-block{
    margin-bottom: 15px;
}
.contacts-block-data .contacts-email-block a{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
    position: relative;
    padding-left: 34px;
}
.contacts-block-data .contacts-email-block a:before{
    content: '';
    position: absolute;
    background-image: url("/frontend/img/cont_mail.png");
    width: 26px;
    height: 26px;
    top: -5px;
    left: 0;
}

.contacts-block-data .contacts-clock-block{

}
.contacts-block-data .contacts-clock-block .contacts-clock-title{
    margin-bottom: 10px;
}
.contacts-block-data .contacts-clock-block .contacts-clock-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 18px;
    color: #000;
}

.contacts-block-data .contacts-clock-block ul{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}
.contacts-block-data .contacts-clock-block ul li{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.contacts-block-data .contacts-phones-block{
    margin-bottom: 20px;
}
.contacts-block-data .contacts-phones-block ul{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}
.contacts-block-data .contacts-phones-block ul li{
    margin-bottom: 2px;
}
.contacts-block-data .contacts-phones-block ul li a{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
    position: relative;
    padding-left: 24px;
}

.contacts-block-data .contacts-phones-block ul li a:before{
    content: '';
    position: absolute;
    background-image: url("/frontend/img/cont_phone.png");
    width: 16px;
    height: 17px;
    top: 0;
    left: 0;
}


/** Contacts **/


.tut-cart{
    font-family: RobotoCondensed-Regular;
    display: none;
    text-align: center;
    border: 2px solid #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 310px;
    height: 145px;
    background-color: #fff;
    z-index: 9999;
    padding: 10px 20px;
}
.tut-cart .tut-cart-title{
    font-family: RobotoCondensed-Regular;
    font-size: 15px;
    color: red;
    padding-bottom: 10px;
}
.tut-cart a {
    width: 144px;
    height: 42px;
    /*border: 1px solid #fff;*/
    display: inline-block;
    cursor: pointer;
    padding: 5px 20px;
    background-color: #391D13;
    border: 1px solid #391D13;
    overflow: hidden;
}
.tut-cart a{
    text-decoration: none;
}
.tut-cart a:hover{
    border: 1px solid #391D13;
    background-color: #fff;
}
.tut-cart a:hover span{
    color: #000;
}
.tut-cart a span {
    font-family: RobotoCondensed-Bold;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}


.img-left-block{
        display: inline-block; vertical-align: middle; width: 50%;
    }

.img-right-block{
    display: inline-block; width: 49%; vertical-align: middle;
}



.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu .du.arrow {
    position: relative;
}

/*.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu .du.arrow .catalog-children{*/
/*    border-bottom: 1px solid #C1C2C4;*/
/*}*/

.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu.arrow .du.arrow .children{
    display: none;
    list-style-type: none;
    padding-left: 0;
    margin-left: 10px;
}

.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu .du.arrow .children .du .catalog-children{
    border-bottom: none;
}
.category-block .scroll-block-filters .filters-categories-products-block .filters-catalog li.lu.arrow .childrens .du.arrow .children li.du:hover a.catalog-children  span{
    color: #c94732;
}

.lang-block{
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    float: right;
}
.lang-block.mobile{
    display: none;
    float: right;
}
.lang-block .lang{
    list-style-type: none;
    width: 70px;
    height: 38px;
    line-height: 38px;
    padding-left: 0;
    margin: 0;
}

.lang-block .lang li{
    display: inline-block;
    /*height: 24px;*/
    padding-left: 8px;
}
.lang-block .lang li.active a span{
    color: #363636;
    text-decoration: underline;
}
.lang-block .lang li a{
    color: #737373;
}
.lang-block .lang li span{
    font-family: Roboto-Regular;
    font-size: 12px;
    text-transform: uppercase;
    color: #737373;
}