@import '/libs/magnific-popup/dist/magnific-popup.css';

@font-face {
	font-family: "Bubbleboddy Neue";
	src: url(/fonts/bubbleboddyneue-regular.ttf);
}

@font-face {
    font-family: 'Bicubik';
    src: url('../fonts/Bicubik.eot');
	src: local('../fonts/Bicubik'),
		url('../fonts/Bicubik.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bicubik.woff') format('woff'),
		url('../fonts/Bicubik.ttf') format('truetype');
}

body{
    font-family: "Roboto Condensed",sans-serif;
    letter-spacing: .2px;
    font-size: 15px;
}
a{
    outline: none;
    color: #242424;
}
a:hover{
    outline: none;
    color: #fffff;
    text-decoration: none;
    /*border-bottom: 1px solid #f1d5d4;*/
}
a:active{
    outline: none;
    color: #9B0000;
    text-decoration: none;
}
header .logo {
    max-width: 360px;
}
header .logo img{
    max-width: 360px;
    width: 100%;
}
header .top-menu{
    transition: all 0.5s ease-in-out;
    position: relative;
    font-family: 'Bicubik';
	font-weight: normal;
	font-style: normal;
    letter-spacing: 1px;
}

header .top-menu ul {
    height: 72px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    
}
@media (max-width: 1200px) {
    header .top-menu ul{
        height: 72px;
    }
}
@media (max-width: 992px) {
    header .top-menu ul{
        height: 58px;
    }
}


header .top-menu ul li {
    display: table-cell;
    vertical-align: middle;
}
header .top-menu ul li a, header .top-menu ul li span {
    color: #333;
    cursor: pointer;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}
header .top-menu ul li a:hover span{
    text-decoration: none;
    
}
header .top-menu ul li a span{
    display: inline;
    text-decoration: none;
    text-transform: uppercase;
}
header .top-menu ul li a:hover span{
    border-bottom: 1px;
}


.top-search{
    display: table;
    height: 72px;
    width: 100%;
    text-align: center;
}
@media (max-width: 1200px) {
    .top-search{
        height: 72px;   
    }
}
@media (max-width: 992px) {
    .top-search{
        height: 58px;   
    }
}
.top-search__td{
    display: table-cell;
    vertical-align: middle;
}
.search-box{
    padding: 20px 0;
    padding-right: 20px;
    display: none;
    width: 100%;
    height: 72px;
}
.search-box__td{
    display: table-cell;
    vertical-align: middle;
}
.search__input{
    width: 100%;
    border: 1px #f7f7f7 solid;
    background-color: #f7f7f7;
    padding: 12px 20px;
}
.header__middle--search .search-box{
    display: table;
}
.header__middle--search .top-menu{
    display: none;
}
@media (max-width: 767px) {
    .container{
        width: 320px;
    }
    header {
        text-align: center;
    }
    header .logo img {
        max-width: 290px;
    }
    header .top-menu {
        display: none !important;
    }
    header .search-box {
        display: block;
        height: 72px;
        padding-right: 0;
    }
    header .top-search{
        height: 72px;   
        padding-left: 0;
    }
  
    
}




.slider__top{
    margin-left: auto;
    margin-right: auto;
}
.slider__item{
    position: relative;
}
.slider__box{
    position: absolute;
    width: 100%;
    bottom: 20%;
}
.slider__descr{
    /*background-color: rgba(255,255,255,0.6);
    
    text-align: center;*/
    color: white;
}
.slider__text{
    font-size: 18px;
    color: white;
    font-weight: 300;
    margin-bottom: 60px;
}
.slider__readmore, .slider__readmore a{
    color: #bf0909;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: .2s;
    min-width: 160px;
    border-radius: 50px;
    border: 1px solid #bf0909;
    text-align: center;
}
.slider__readmore:hover, .slider__readmore a:hover{
    text-decoration: none;
    background: transparent;
    
}
.slider__readmore:active, .slider__readmore a:active,
.slider__readmore:focus, .slider__readmore a:focus{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.service__item a.readmore:active{
    color: #9B0000;
}
.slider__next{
    height: 49px;
    width: 40px;
    position: absolute;
    right: 30px;
    bottom: -13px;
    background: #bf0909 url('/assets/images/slider__controls.png') -30px center no-repeat;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.slider__prev{
    height: 49px;
    width: 40px;
    position: absolute;
    right: 72px;
    bottom: -13px;
    background: #bf0909 url('/assets/images/slider__controls.png') 10px center no-repeat;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.slider__next:hover, 
.slider__prev:hover{
    background-color: #242424;
} 
.slider__next:active, 
.slider__prev:active{
    background-color: #9B0000;
} 
@media (max-width: 767px) {
    .slider__text{
    font-size: 16px;
    line-height: 150%;
    }
}


.header1{
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 2.8px;
    line-height: 1.5;
    font-family: "Bicubik", sans-serif;
}
.stext .header1{
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 34px;
    margin-top: 34px;
    letter-spacing: 2.8px;
    line-height: 120%;
    font-family: "Bicubik", sans-serif;
}
.header2{
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: 0.6px;
    line-height: 100%;
    font-family: "Bicubik", sans-serif;
}
.header3{
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: 0.6px;
    line-height: 100%;
    font-family: "Bicubik", sans-serif;
}
.stext .header2{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 16px;
    margin-top: 16px;
    letter-spacing: 0.6px;
    line-height: 100%;
    font-family: "Bicubik", sans-serif;
}
.header1_product{
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 1.8px;
    line-height: 1.0;
    font-family: "Bicubik", sans-serif;
    margin-left: 10px;
}
.header2_product{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    line-height: 1.0;
    font-family: "Bicubik", sans-serif;
    margin-left: 10px;
}
@media (max-width: 768px){
    .header1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .header2{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .header3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .header1_product{
        font-size: 22px;
        margin-bottom: 20px;
        margin-left: 1px;
    }
    .header2_product{
        font-size: 18px;
        margin-bottom: 20px;
        margin-left: 1px;
    }
}
.stext{
    font-size: 15px;
    line-height: 24px;
}
.b-content .stext{
    margin-bottom: 40px;
}
.stext p {
    margin-bottom: 15px;
}
.stext > ul {
        margin-top: 15px;
}
@media (min-width: 1024px){
    .stext > ul {
        padding-left: 60px;
    }
}
.stext ul li{
    position: relative;
    list-style-type: none;
    margin-bottom: 5px;
}
.stext ul li:before{
    height: 5px;
    width: 5px;
    position: absolute;
    /*border: 1px solid #9B0000;*/
    left: -19px;
    top: 15px;
    content: "";
}
.stext ul li:after{
    height: 5px;
    width: 5px;
    position: absolute;
    background-color: #9B0000;
    left: -40px;
    top: 10px;
    content: "";
}

.stext > ol {
        margin-top: 46px;
        counter-reset: olCounter;
}
@media (min-width: 1024px){
    .stext > ol {
        padding-left: 100px;
    }
}
.stext ol li {
    list-style-type: none;
    margin-bottom: 32px;
    position: relative;
}
.stext ol li::before {
    background: #9b0000 none repeat scroll 0 0;
    color: #fff;
    content: counter(olCounter, decimal);
    counter-increment: olCounter;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    left: -35px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 18px;
}
h1 {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 45px;
    
    font-family: "Roboto Condensed", sans-serif;
}
h2{
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1.0px;
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif;
}
h3{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.0px;
    font-weight: 300;
    
    font-family: "Roboto Condensed", sans-serif;
}
.main__text{
    padding: 50px 0px 0px;
    
}
.main__text p {
    margin-bottom: 38px;
}
.main__text .col-sm-6:first-child{
    padding-right: 28px;
}
.main__text .col-sm-6:last-child{
    padding-left: 28px;
}

.main__text a.readmore{
    color: #bf0909;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
}
.main__text a.readmore:hover {
    color: #1f1f1f;
}
.main__text a.readmore .fa-long-arrow-right::before{
    margin-right: 8px;
}
.main__text-awards{
    margin-bottom: 23px;
}
@media (max-width: 992px){
    .main__text-awards{
        text-align: center;
    }
    .main__text-awards img{
        margin: 0 1px;
        width: 45px;
    }  
    .main__text-readmore{
        text-align: center;
    }
}
@media (max-width: 767px){
     .main__text .col-sm-6:first-child{
        padding-right: 15px;
    }
    .main__text .col-sm-6:last-child{
        padding-left: 15px;
    }   
    .main__text{
        font-size: 14px;
    }
    .main__text-awards{
        text-align: center;
    }
    .main__text-awards img{
        margin: 0 1px;
        width: 45px;
    }
    .main__text-readmore{
        text-align: center;
    }
}

.advantage{
    
    padding: 40px 0;
    font-size: 13px;
}
.advantage__title{
    /* padding-top: 60px; */
    color: #bf0909;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    text-align: center;
}
.advantage__title::before{
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    width: 48px;
    height: 44px;
    /* background: transparent url('/assets/images/icon__advantages.png') left top no-repeat; */
}
.advantage__item{
    margin-bottom: 30px;
}
.advantage__item--1 .advantage__title::before{
    background-position: 0 0;
}
.advantage__item--2 .advantage__title::before{
    background-position: -48px 0;
}
.advantage__item--3 .advantage__title::before{
    background-position: -96px 0;
}
.advantage__item--4 .advantage__title::before{
    background-position: -144px 0;
}
.advantage__info{
    /* border-left: 1px #1f1f1f solid; */
    padding: 1px 15px 15px 15px;
    min-height: 80px;
    text-align: justify;
    line-height: 25px;
}
@media (max-width: 767px){
    .advantage__info{
        min-height: auto;
    }
    .advantage__title{
        /* padding-left: 58px; */
        padding-top: 5px;
    }
}

.news{
    padding: 64px 0;
}
.news__image{
    position: relative;
    float: left;
}
.news__date{
    position: absolute;
    left: 0;
    top: 0;
    background: #bf0909;
    padding: 3px 16px;
    color: #fff;
    font-size: 12px;
    z-index: 10;
}
.news__intro {
    
    font-size: 14px;
    line-height: 20px;
    margin-left: 1px;
    text-align: justify;
    padding-top: 10px;
    min-height: 50px;
    clear: both;
}
.news__item a:hover{
    text-decoration: none;
}
.news__item a:hover .news__intro span{
    border-bottom: 1px solid #f1d5d4;
}
.news__item a:active .news__intro span{
    border: 0 none;
    color: #9B0000;
}
.news__item{
    margin-bottom: 30px;
}
.news__image::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.news__item:hover .news__image::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.news__image img {
    max-width: 360px;
    width: 100%;
}

.service{
    padding: 64px 0;
}
.service__image > img {
    width: 100%;
    max-width: 291px;
}
.service__item{
    /*background: transparent url('/assets/images/service__bg.png') 34px top no-repeat;*/
    width: 100%;
    height: 372px;
    padding-top: 50px;
    margin-top: 18px;
}
.service__item::before {
    border: 20px solid #f4f4f6;
    content: "";
    display: block;
    height: 96%;
    left: 50px;
    position: absolute;
    top: 26px;
    width: 72%;
}
.service__title{
    color: #bf0909;
    font-size: 26px;
    margin-bottom: 42px;
    letter-spacing: 2.3px;
    position: relative;
    z-index: 10;
}
.service__info {
    line-height: 22px;
    padding: 13px 24px 0 24px;
    font-size: 13px;
    font-weight: 500;
    min-height: 194px;
}

.service__item a.readmore {
    color: #bf0909;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.service__item a.readmore:hover {
    color: #1f1f1f;
}
.service__readmore{
    padding-left: 24px;
}
.service__image {
    min-height: 233px;
}
@media (max-width: 992px){
    .service__item::before{
        display: none;
    }
    .service__info {
        min-height: 100px;
    }
}
@media (max-width: 767px){
    .service__item{
        background: 0 none;
        padding-top: 0;
        height: auto;

    }
    .service__item:first-child{
        margin-bottom: 30px;
    }

    .service__info{
        min-height: auto;
        padding-bottom: 20px;
        text-align: center;
    }
    .service__readmore {
        text-align: center;
        margin-left: -25px;
    }
    .service__title {
        text-align: center;
    }
    .service__item::before{
        display: none;
    }
    .service .header1{
        text-align: center;
    }
}

.review{
    padding: 64px 0;
}
.review__item{
    border: 1px #f4f2f1 solid;
    padding-bottom: 47px;
    margin-bottom: 50px;
}
.review__author {
    /*background-color: #f4f2f1;*/
    padding-bottom: 15px;
    padding-top: 15px;
    color: #bf0909;
    font-size: 13px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    /*max-width: 292px;*/
    padding-left: 30px;
    letter-spacing: 1px;
    line-height: 16px;
}
.review__image {
    max-width: 179px;
}
.review .header1{
    margin-bottom: 41px;
}
.review__text{
    color: #1f1f1f;
    font-size: 15px;
    line-height: 24px;
    padding-left: 17px;
    padding-top: 0px;
   /* background: transparent url('/assets/images/review__quot.png') 16px 27px no-repeat;*/
}
@media (max-width: 991px) {
    .review__text{
        font-size: 16px;
        line-height: 120%;
        background-position: 14px 22px;
    }
}
@media (max-width: 767px) {
    .review__author{
        background: 0 none;
    }
    .review__text{
        font-size: 16px;
        line-height: 120%;
        padding: 30px 15px 15px;
        background-position: 15px 0px;
    }
    .review__item{
        padding-bottom: 15px;
    }
    
    
}

.useful{
    background-color: #bf0909;
    padding: 50px 0 40px;
}
.useful .header1{
    color: #fff;
    margin-bottom: 30px;
    margin-left: 13px;
}
a.useful__item{
    color: #fff;
    font-size: 16px;
    display: block;
    border: 1px solid #fff;
    position: relative;
    text-decoration: none;
    margin-bottom: 46px;
}
.useful__box {
    transition: all 0.2s ease 0s;
}
a.useful__item:hover{
    background-color: #FFF;
    color: #BF0909;
    transition: all 0.2s ease 0s;
    border-color: transparent;
}
a.useful__item:hover .useful__divider{
    border-color: #BF0909;
}
a.useful__item:hover .useful__box{
    border-color: transparent;
}
a.useful__item:active{
    background-color: #9B0000;
    color: #FFF;
    transition: all 0.2s ease 0s;
    border-color: transparent;
}
a.useful__item:active .useful__divider{
    border-color: #FFF;
}
a.useful__item:active .useful__box{
    border-color: transparent;
}
/*
.useful__box::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.7s ease 0s;
}
a.useful__item:hover .useful__box::after {
    opacity: 0.5;
    transition: all 0.7s ease 0s;
}
*/
.useful__box{
    padding: 26px 42px 22px 28px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 1px 0;
    height: 125px;
    overflow: hidden;
}
.useful__divider{
    border-left: 1px solid #fff;
    line-height: 21px;
    padding-left: 16px;
    padding-top: 4px;
    position: relative;
    z-index: 10;
}
.useful__title {
    margin-bottom: 8px;
}

.prefooter{
    background-color: #242424;
    padding: 35px 0 60px;
    color: #464646;
    font-size: 12px;
}
.prefooter a{
    color: #898989;
}
.prefooter a:hover{
    color: #F7F7F7;
    text-decoration: none;
    border-bottom: 1px solid #898989;
}
.prefooter__header{
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 1.2px;
    font-weight: bold;
}
.prefooter__header a{
    color: #464646;
}
.prefooter__header a:hover{
    border-bottom: 1px solid #898989;
    color: #f7f7f7;
    text-decoration: none;
}

.prefooter__list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
}
.prefooter__list > li {
    margin-bottom: 9px;
}
.prefooter__item {
    margin-bottom: 8px;
}
.prefooter__phone{
    margin-bottom: 10px;
    color: #898989;
    padding-left: 20px;
    position: relative;
}
.prefooter__phone--ico:before{
    content:"\f095";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 12px;
}
.prefooter__email{
    margin-bottom: 10px;
    color: #898989;
    padding-left: 20px;
    position: relative;
}
.prefooter__email:before{
    content:"\f0e0";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 12px;
}
@media (max-width: 991px) {
    .prefooter__list {
        margin-bottom: 0px;
    }
    .prefooter__item {
        margin-bottom: 8px;
    }
    .prefooter{
        padding-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .prefooter__list {
        margin-bottom: 0px;
    }
    .prefooter__item {
        margin-bottom: 8px;
    }
}
.footer{
    background-color: #1f1f1f;
    padding: 55px 0 30px 0;
    color: #707070;
    font-size: 12px;
}
.footer a{
    color: #707070;
    text-decoration: underline;
}
.footer a:hover{
    text-decoration: none;
}
.footer_dev{
    text-align: right;
}
.footer__social{
    text-align: center;
}
.footer__social a{
    border: 1px solid #707070;
    border-radius: 50%;
    display: inline-block;
    height: 28px;
    line-height: 27px;
    margin: 0 8px;
    width: 28px;
    transition: all 0.8s ease 0s;
}
.footer__social a:hover{
    background: #707070;
    color: #1f1f1f;
    transition: all 0.8s ease 0s;
}
@media (max-width: 767px) {
    .copyright,
    .footer__social,
    .footer_dev{
        text-align: center;
        margin-bottom: 20px;
    }
    .footer__social a{
        margin: 0 5px;    
    }
    .main__text,
    .advantage,
    .news,
    .service,
    .review,
    .useful{
        padding: 30px 0;
    }
}

.b-breadcrumbs{
    /*background-color: #f6f5f3;*/
    border-top: 1px solid #ebeae8;
    border-bottom: 1px solid #ebeae8;
}
.breadcrumb{
    padding-left: 0;
    color: #4e4e4c;
    margin: 12px 0;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.breadcrumb a{
    color: #1f1f1f;
    
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li::before {
    content: "\f101";
    padding: 0 18px;
    font-family: FontAwesome;
}
@media (max-width: 460px){
    .breadcrumb > li + li::before {
        padding: 0 5px;
    }
}
.b-catalog{
    padding: 36px 0;
}

.b-filter{
    margin-bottom: 60px;
    margin-top: 45px;
}

.b-filter__menu{
    padding-left: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 19px;
}
.b-filter__menu a{
    color: #9e9696;
    border-bottom: 1px dashed #9e9696;
    text-decoration: none;
}
.b-filter__menu a:hover{
    border: 0 none;
}
.b-filter__menu .active{
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    display: inline-block;
}
.b-filter__menu .active span{
    background-color: #444;
    margin: 1px 0px;
    padding: 10px 18px;
    color: #fff;
    display: inline-block;
}
.b-filter__menu > li {
    display: inline-block;
    margin-right: 40px;
}
.b-filter__forma .selectric{
    background-color: #9e9696;
    border: 0 none;
    color: #fff;
}
.b-filter__forma .selectric .button::after{
    content: "\f0ab";    
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 20px;
    width: 20px;
    border: 0 none;
    color: #f4f3f3;
    right: 5px;
    top: 31px;
}
.b-filter__forma .selectric.selectricOpen .button::after{
    content: "\f0aa";
}
 
.b-filter__forma .selectricWrapper{
    /*max-width: 318px;*/
    width: 100%;
    margin-bottom: 36px;
}

.b-filter__forma .selectric .label{
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
}
.b-filter__forma .selectricItems li{
    background-color: #9e9696;
    border: 0 none;
    color: #fff;
    padding: 11px 20px 7px 20px;
}
.b-filter__forma .selectricItems li:hover{
    background-color: #8a8181;
}

.b-filter__forma{
    background-color: #f7f7f7;
    padding: 38px 42px;
    margin-bottom: 60px;
    margin-top: 20px;
}
.b-filter__reset{
    border: 0 none;
    background: transparent;
    text-transform: uppercase;
    color: #9e9696;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.4s ease 0s;
}
.b-filter__reset:hover{
    color: #1f1f1f;
    transition: all 0.4s ease 0s;
}
.b-filter__resetBox{
    text-align: right;
}
.b-filter__forma .selectric .jq-selectbox__select{
    background-color: #9e9696;
    color: #fff;
    padding: 4px 10px;    
}

.b-filter__forma select.selectric{
    width: 100%;
    /*max-width: 320px;*/
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
    margin-bottom: 36px;
}
.b-filter__sort{
    display: inline;
    padding-left: 11px;
}
.b-filter__sort > li {
    display: inline-block;
    margin-right: 4px;
}
.b-filter__sort a{
    color: #9e9696;
    margin-left: 20px;
    position: relative;
    transition: all 0.4s ease 0s;
    font-size: 14px;
}
.b-filter__sort a:before{
    position: absolute;
    left: -15px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #9e9696;
    position: absolute;
    content: "";
}
.b-filter__sort a:hover,
.b-filter__sort a.active{
    color: #1f1f1f;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.b-filter__sort li:last-child a:after{
    position: absolute;
    right: -15px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #9e9696;
    position: absolute;
    content: "";
}


.b-product__item{
    margin-bottom: 48px;
}
.b-product__imageBox{
    position: relative;
}
.b-product__title{
    font-size: 16px;
    
    text-transform: uppercase;
    color: #fff;
    background-color: #1c88d0;
    position: absolute;
    top: 10%;
    left: 0;
    padding: 6px 20px 4px 20px;
    width: 70%;
    letter-spacing: 1.2px;
    z-index: 10;
    font-family: 'Bicubik';
}
.b-product__intro {
    /*border-left: 1px solid #bf0909;*/
    clear: both;
    font-size: 13px;
    line-height: 20px;
    margin-left: 3px;
    height: 65px;
    overflow: hidden;
    margin-right: 3px;
    padding-top: 7px;
    text-align: justify;
}
.b-product__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.b-product__item:hover .b-product__imageBox::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.b-product__item a{
    text-decoration: none;
}
.b-product__list {
    margin-bottom: 30px;
}
.b-product__imageBox > img {
    width: 100%;
}


.b-gray {
    background-color: #f7f7f7;
    padding: 70px 0;
}
.b-form__header {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2.8px;
    line-height: 100%;
    margin-bottom: 1px;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.headerHint{
    margin-left: 2px;
    letter-spacing: -0.2px;
}
.b-form input[type="text"]{
    border: 1px solid #d7d7d7;
    padding: 17px 14px 14px 35px;
    width: 100%;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    background: transparent url('/assets/images/forma__icons.png') -100px 0 no-repeat;
    font-size: 12px;
    margin-bottom: 35px;
}
.b-form input[type="text"]:focus{
    box-shadow: 0 0 4px 0px #d7d7d7;
}
.b-form input[name="name"]{
    background-position: 10px 17px;
}
.b-form input[name="phone"]{
    background-position: 11px -48px;
}
.b-form input[name="email"]{
    background-position: 11px -108px;
}
.b-form input[name="message"]{
    background-position: 11px -168px;
}
.b-form button{
    border: 1px solid #1c88d0;
    border-width: 2px 1px 2px 1px;
    background-color: #1c88d0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    
    padding: 14px 25px 14px 14px;
    width: 100%;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.2s ease 0s;
}
.b-form button .fa{
    padding-right: 12px;
}
.b-form button:hover{
    
    background-color: transparent;
    color: #1c88d0;
    transition: all 0.2s ease 0s;
}
.b-form {
    margin-top: 60px;
}
.b-collection__image{
    text-align: center;
}
.b-collection__image img{
    width: 100%;
}
.leftmenu{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    border-right: 1px solid #bf0909;
}
.leftmenu__caption{
    font-size: 16px;
    line-height: 130%;
    margin-top: 0px;
    /*padding: 10px 15px 15px 25px;*/
}
.b-leftmenuBox{
    padding-left: 0;
    margin-top: 0;
}
.b-leftmenu{
    
    padding: 9px 0;
}
@media (max-width: 460px){
    .b-leftmenu{
        padding: 0;
    }
    .b-leftmenuBox{
        padding-left: 15px;
    }
}
.b-leftmenu::before {
    
    content: " ";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 2000px;
    z-index: 0;
}
@media (max-width: 1025px){
    .b-leftmenu::before {
        display: none;
    }
}
.leftmenu a{
    display: block;
    width: 100%;
    padding: 10px 15px 15px 25px;
    font-size: 12px;
    font-weight: bold;
    color: #1f1f1f;
    text-transform: uppercase;
    text-decoration: none;
}
.leftmenu li.active a{
    /*background-color: #1f1f1f;*/
    color: #bf0909;
    border-left: 4px solid  #bf0909;
    border-left: none;
}
.leftmenu li:not(.active) a:hover span{
    color: #BF0909;
    border-bottom: 1px solid #f1d5d4;
}
.leftmenu li a:active span{
    color: #9B0000;
}
.b-collection{
    padding: 36px 0;
}
.b-collection__body{
    margin-bottom: 40px;
}
.b-collection .header1{
    margin-bottom: 61px;
}
.b-collection__box{
    margin-bottom: 76px;
}
.b-collection__intro{
    font-size: 14px;
    line-height: 24px;
    padding-top: 29px;
    text-align: justify;
}
.b-collection__intro:after{
    /*border-bottom: 1px solid #bd1e23;
    border-top: 2px solid rgba(31, 31, 31, 0);;
    content: "";
    display: block;
    height: 4px;
    margin-top: 13px;
    width: 100px;*/
}
.b-collection__intro p{
    margin-top: 0;
}
@media (min-width: 1025px){
    .b-collection__image{
        max-width: 375px;
        padding-top: 29px;
    }
}
.b-collection__info{
    overflow: hidden;
}
.dopy__item{
    display: block;
    font-family: Times, serif;
    font-size: 16px;
    font-style: italic;
}
.b-collection__dopy {
    margin-top: 7px;
}
.dopy__item a{    
    font-family: Times, serif;
    font-size: 16px;
    font-style: italic;
}
.b-collection__pdf {
    font-size: 12px;
    margin-top: 22px;
}
.pdf__item .fa-file-pdf-o{
    color: #bf0909;
    font-size: 20px;
    margin-right: 8px;

}
.pdf__item a{
    color: #bf0909;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
    font-weight: bold;
}
.b-collection__property{
    margin-bottom: 20px;
}
@media (max-width: 460px){
    .b-collection__property{
        text-align: center;
    }    
}
.b-collection__property > img {
    margin-right: 3px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 50px;
}
.b-collection__property > img:last-child{
    margin-right: 0;
}
@media (max-width: 1024px){
    .b-collection__property > img {
        margin-right: 5px;
    }
}
@media (max-width: 768px){
    .b-collection__property > img {
        margin-right: 8px;
        width: 35px;
    }
}
.c-product__imageBox img{
    width: 100%;
}
.collection__productList {
    margin-top: 88px;
    margin-bottom: 24px;
}
h2 + .collection__productList{
    margin-top: 8px;
}
.collection__product {
    margin-bottom: 65px;
}
.c-product__title{
    font-size: 14px;
    /*font-weight: bold;*/
    letter-spacing: 1.4px;
    padding-left: 5px;
    padding-top: 5px;
    /*text-transform: uppercase;*/
    min-height: 30px;
}
.c-product__price{
    font-size: 11px;
    letter-spacing: 1.4px;
    padding-left: 10px;
    padding-top: 5px;
    
}
.c-product__imageBox {
    position: relative;
}
.c-product__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.collection__product:hover .c-product__imageBox::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.collection__product a{
    text-decoration: none;
}

.col-table {
  padding: 0;
  margin-bottom: 30px;
}

.teh-table {
  padding: 0;
}
.teh-table__title {
    background-color: #797979;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 13px;
    line-height: 45px;
    padding-left: 10px;
    text-transform: uppercase;
}
.teh-table__title_tech {
    background-color: #797979;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    padding-left: 10px;
    text-transform: uppercase;
}
.teh-table__tech {
    background-color: #f7f7f7;
    border-bottom: 3px solid #fff;
    font-size: 13px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.teh-table__item {
  background-color: #f7f7f7;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 3px solid #fff;
  font-size: 13px;
}
a.readmore {
    color: #bf0909;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
a.readmore:hover {
    color: #1f1f1f;
}
a.readmore .fa-long-arrow-right::before {
    margin-right: 8px;
}
.с-full_features {
    margin-top: 34px;
    padding-left: 24px;
}
.header2__xaracts{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
}
.slider__item img{
   width: 100%;
    position: relative;
   transition: all 0.4s ease 0s;
}
.slider__item img.zoomed{
    transition: all 5s ease 0s;
}
.slider__item{
    display: none;
}
.slider__item:first-child{
    display: block;
}
.slider__item.slick-slide{
    display: block;
}

.b-product .slider-nav {
    margin-top: 20px;
    margin-bottom: 92px;
}
.b-product .slider-navBox{
    padding-top: 10px;
    border-top: 4px solid #ece7e5;
    position: relative;

}

.b-product .slick-slide img {
    display: block;
    width: 100%;
    cursor: pointer;
}
.b-product .slick-current .slider-navBox{
    border-top: 4px solid #bf0909;   
}
.b-product .slick-slide {margin:0 10px;} 
.b-product .slider-nav:before{
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: #ece7e5; 
    margin-left: 10px;
    margin-right: 20px;
}
.b-product .slick-next{
    background: #bf0909 url("/assets/images/slider__controls.png") no-repeat scroll -28px center;
    bottom: -20px;
    color: #fff;
    cursor: pointer;
    height: 41px;
    position: absolute;
    right: 10px;
    top: auto;
    transition: all 0.2s ease 0s;
    width: 41px;
}
.b-product .slick-next::before{
    content: "";
}
.b-product .slick-prev{
    background: #bf0909 url("/assets/images/slider__controls.png") no-repeat scroll 10px center;
    bottom: -20px;
    color: #fff;
    cursor: pointer;
    height: 41px;
    left: auto;
    position: absolute;
    right: 52px;
    top: auto;
    transition: all 0.2s ease 0s;
    width: 41px;
    z-index: 10;
}
.b-product .slick-prev::before{
    content: "";
}
.b-product .slick-next:hover, 
.b-product .slick-prev:hover{
    background-color: #242424;
} 
.b-product .slick-next:active, 
.b-product .slick-prev:active{
    background-color: #9B0000;
} 
.b-product .slider-for:not(.slick-initialized){
    display: none;
}
.b-product .slider-nav:not(.slick-initialized){
    display: none;
}

.programms__list > img {
    margin-right: 35px;
}
.programms__list {
    margin-bottom: 85px;
}
.consultation__line {
    margin-top: 50px;
    margin-bottom: 50px;
}
.instruction__item a{
    font-size: 13px;
    font-weight: 500;
    margin-left: 34px;
    position: relative;
}
.instruction__item a:hover{
    border-bottom: 1px solid #f1d5d4;
}
.instruction__item a:active{
    border-bottom: 0 none;
    text-decoration: none;
}
.instruction__item {
    margin-bottom: 16px;
}
.instruction__ukladka:before{
    content: "\f009";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    left: -29px;
    position: absolute;
    top: -4px;
    width: 20px;
    color: #bf0909;
}
.instruction__use:before{
    content: "\f15c";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    left: -28px;
    position: absolute;
    top: -5px;
    width: 20px;
    color: #bf0909;
}
.btn__red-2-1{
    display: block;
    width: 100%;
    /*max-width: 290px;*/
    border-top: 2px solid #bf0909;
    border-bottom: 2px solid #bf0909;
    border-left: 1px solid #bf0909;
    border-right: 1px solid #bf0909;
    text-align: center;
    height: 50px;
    letter-spacing: 1px;
    line-height: 49px;
    color: #bf0909;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease 0s;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

.btn__red-2-1:hover{
    text-decoration: none;
    background-color: #bf0909;
    color: #fff;
    transition: all 0.2s ease 0s;
}
.btn__red-2-1:active{
    text-decoration: none;
    background-color: #9B0000;
    color: #fff;
    transition: all 0.2s ease 0s;
}
@media (max-width: 480px){
    .btn__red-2-1{
        margin-bottom: 50px;
    }    
}

.order__btn{
    border: 0px solid;
    height: 50px;
    line-height: 49px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    background-color: #bf0909;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.2s ease 0s;
    margin-top: 2px;
    font-size: 12px;
    letter-spacing: 1px;
}
.order__btn:before{
    background-color: #d25353;
    height: 1px;
    width: 100%;
    left: 0;
    top: 4px;
    content: "";
    position: absolute;
    transition: all 0.2s ease 0s;
}
.order__btn:after{
    background-color: #d25353;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 4px;
    content: "";
    position: absolute;
    transition: all 0.2s ease 0s;
}
.order__btn:hover{
    background-color: #242424;
    color: #fff;
}
.order__btn:hover:before,
.order__btn:hover:after{
    background-color: #f4f2f1;   
}
.order__btn:active{
    background-color: #9B0000;
    color: #fff;
    text-decoration: none;
}
.order__btn:active:before,
.order__btn:active:after{
    display: none;
}

.order__btn .fa-hand-o-right{
    margin-right: 10px;
}
.header2__related{
    margin-bottom: 5px;
}

.b-related__box{
    margin-top: 30px;
    margin-bottom: 92px;
}
.b-related__title{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #bf0909;
    letter-spacing: 1px;
}
.b-related__info p{
    margin-top: 0;
}
.b-related__intro{
    font-size: 12px;
    line-height: 19px;
}
.b-related__advantages{
    padding-left: 0;
    list-style-position: inside;
    margin-top: 23px;
    list-style-type: none;
}
.b-related__advantages li{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 11px;
    padding-left: 18px;
    position: relative;
}
.b-related__advantages li:before{
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    top: 8px; 
    left: 2px;
    background-color: #1f1f1f;
}
.b-related__props{
    padding-left: 0;
    margin-top: 57px;
}
.b-related__props li{
    position: relative;
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 7px;
}
.b-related__props li:before{
    width: 12px;
    height: 20px;
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    top: 2px; 
    left: 0px;
    color: #bf0909;
    font-size: 10px;
}

.b-related .price__box{
    margin-top: 30px;
    font-size: 16px;
    color: #bd1e23;
}
.b-related .price__box .price{
    font-size: 22px;
}
.b-related .price__box .fa.fa-rub {
    font-size: 15px;
    margin-left: 6px;
}
.b-related .order__btn{
    margin-top: 18px;
    font-size: 14px;
    max-width: 262px;
}
.box__leftborder{
    border-left: 1px solid #1f1f1f;
    margin-left: 12px;
    padding-left: 22px;
    line-height: 23px;
    margin-bottom: 40px;
}
.box__leftborder p {
    margin-bottom: 12px;
    margin-top: 0;
}
.red{
    color: #bf0909;
}
.b-related .header1{
    margin-top: 32px;
}
.b-related__image > img {
    width: 100%;
    /*max-width: 350px;*/
}
@media (min-width: 1024px){
    .b-related__box{
        margin-left: 5px;
    }
    .b-related__box .col-sm-5,
    .b-related__box .col-md-5{
        width: 45%;

    }
    .b-related__box .col-sm-7,
    .b-related__box .col-md-7{
        width: 55%;
        text-align: justify;
    }

}

select.selectric {
    color: #fff;
    font-size: 13px;
    margin-bottom: 36px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
    width: 100%;
    background-color: #9e9696;
    border: 0 none;
    max-width: 300px;
}
.select-styled .selectric{
    background-color: #9e9696;
    border: 0 none;
    color: #fff;
}
.select-styled .button::after{
    content: "\f0ab";    
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 20px;
    width: 20px;
    border: 0 none;
    color: #f4f3f3;
    right: 5px;
    top: 31px;
}
.select-styled.selectricOpen .button::after{
    content: "\f0aa";
}
 
.select-styled .selectricWrapper{
    /*max-width: 318px;*/
    width: 100%;
    margin-bottom: 36px;
}

.select-styled .label{
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
}
.select-styled .selectricItems li{
    background-color: #9e9696;
    border: 0 none;
    color: #fff;
    padding: 11px 20px 7px 20px;
}
.select-styled .selectricItems li:hover{
    background-color: #8a8181;
}
.address__list{
    margin-top: 52px;
}
.address__title{
    color: #bf0909;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
}
.b-wherebuy .header1 {
    margin-bottom: 23px;
    margin-top: 34px;
}

.b-wherebuy .selectricWrapper{
    width: 318px;   
}
@media (max-width: 480px) {
    .b-wherebuy .selectricWrapper{
        width: 100%;   
    }   
}
.address__item {
    margin-bottom: 30px;
    padding-left: 20px;
    min-height: 165px;
}
.address__phone {
    margin-bottom: 23px;
    letter-spacing: 1px;
    position: relative;
    font-size: 14px;
}
.address__phone:before{
    position: absolute;
    left: 6px;
    top: -3px;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
}
.address__place {
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    position: relative;
    
}
.address__place:before{
    position: absolute;
    left: 3px;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
}
/*
.b-content .header1{
    margin-top: 34px;
    margin-bottom: 55px;
}
*/
.sertifacaty__item{
    margin-bottom: 60px;
}
.sertifacaty__item img{
    width: 100%;
}
.b-instruction__item a{
    transition: all 0.2s ease 0s;
}
.b-instruction__item a:hover{
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.b-instruction__item{
    margin-bottom: 70px;
}
.b-instruction__title{
    border-left: 1px solid #bf0909;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    margin-left: 10px;
    padding-left: 21px;
    padding-top: 0;
    text-transform: uppercase;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.b-instruction__intro {
    margin-top: 3px;
    padding-left: 31px;
    font-weight: normal;
    letter-spacing: -0.4px;
    font-size: 13px;
    line-height: 19px;
    height: 76px;
    overflow: hidden;
}
.b-instruction__imageBox{
    position: relative;
}
.b-instruction__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.b-instruction__item:hover .b-instruction__imageBox::after{
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.b-instruction__imageBox img{
    width: 100%;
}

.select__city .select-styled .selectricItems li{
    padding: 0;
}
.select__city .select-styled .selectricItems li a{
    padding: 11px 20px 7px;
    display: block;
    color: #fff;
}
.select__city .select-styled .selectricItems li a:hover{
    color: #fff;
    text-decoration: none;
}


.faq__item{
    cursor: pointer;
    margin-bottom: 44px;
}
.faq__itemBox{
    border: 1px solid #f4f2f1;
    font-weight: bold;
    
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    transition: all 0.4s ease 0s;
    display: table;
    width: 100%;
}
.faq__btn{
    display: table-cell;
    width: 60px;
    background-color: #f4f2f1;
    text-align: center;
    vertical-align: middle;
    color: #bf0909;
}
.faq__btn:before{
    content: "\f138";
    font-family: FontAwesome;
}
.active .faq__btn:before{
    content: "\f13a";
}
.faq__question{
    padding: 18px 16px 16px 24px;
}
.faq__item:hover .faq__question{
    color: #bf0909;
    transition: all 0.4s ease 0s;
}
.active .faq__question{
    color: #bf0909;
}
.-faq__question:before{
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #f4f2f1;
    content: "\f138";
    left: 0;
    color: #bf0909;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.-active .faq__question:before{
    content: "\f13a";
}
.faq__answer {
    letter-spacing: 1.3px;
    line-height: 30px;
    padding-left: 86px;
    padding-top: 3px;
    display: none;
    transition: all 0.4s ease 0s;
}
.active .faq__answer{
    display: block;
}
@media (max-width: 769px){
    .faq__question{
        font-size: 12px;
        letter-spacing: 0px;
    }
    .faq__answer{
        letter-spacing: 0px;   
        padding: 10px;
        line-height: 24px;
    }
    .faq__item{
        margin-bottom: 22px;
    }
}

.media__list.row {
    margin-top: 25px;
}
.media__title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    padding-left: 31px;
    padding-top: 7px;
    text-transform: uppercase;
    min-height: 50px;
}
.media__item{
    margin-bottom: 30px;
}
.media__item a{
    transition: all 0.2s ease 0s;
}
.media__item a:hover{
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.media__imageBox{
    position: relative;
}
.media__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.media__item:hover .media__imageBox::after{
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.media__imageBox img{
    width: 100%;
}



.d-media__image{
    position: relative;
    float: left;
}
.d-media__date{
    position: absolute;
    left: 0;
    top: 0;
    background: #bf0909;
    padding: 3px 16px;
    color: #fff;
    font-size: 12px;
    z-index: 10;
}
.d-media__intro {
    border-left: 1px solid #ece7e5;
    font-size: 13px;
    line-height: 22px;
    margin-left: 17px;
    padding-left: 18px;
    padding-top: 6px;
    min-height: 96px;
    clear: both;
}
.d-media__item a:hover{
    text-decoration: none;
}
.d-media__item{
    margin-bottom: 80px;
}
.d-media__imageBox{
    position: relative;
}
.d-media__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.d-media__item:hover .d-media__imageBox::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.d-media__imageBox img {
    max-width: 360px;
    width: 100%;
}

.d-media__video {
    padding-top: 7px;
}
.d-media__infoBox{
    padding-left: 22px;
}
.d-media__info {
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
}
.d-media__info .btn__red-2-1{
    max-width: 300px;
    margin-top: 16px;
}
.d-media__info p{
    margin-top: 0;
    margin-bottom: 5px;
}
.d-media__box{
    margin-bottom: 75px;
}
.dm-media__item img {
    width: 100%;
}
.d-media__photos .header2{
    margin-bottom: 34px;
}
.dm-media__item {
    margin-bottom: 45px;
}
@media (max-width: 767px){
    .d-media__video iframe{
        height: 160px !important;
    }    
    .d-media__infoBox{
        padding: 0;
    }
    .d-media__photos .header2{
        text-align: center;
        font-size: 24px;
        line-height: 130%;
    }
}
.contacts__title{
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
.contacts__value{
    
    margin-bottom: 20px;
    position: relative;
    line-height: 24px;
    font-size: 14px;
    font-family: 'lato';
}
.contacts__value p{
    margin: 0;
}
.contacts__list {
    margin-top: 31px;
    margin-bottom: 20px;
}
.contacts__hint{
    color: #acacac;
    font-size: 12px;
    font-weight: normal;
}
.contacts__phone::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: -1px;
    width: 20px;
}

.contacts__placemark::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: 1px;
    width: 20px;
}
.contacts__clock::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: 1px;
    width: 20px;
}
.contacts__email::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: 2px;
    width: 20px;
}


.action__title{
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
}
@media (min-width: 769px){
    .action__item .col-sm-5{
        width: 43%;
        padding-right: 0;
    }
    .action__item .col-sm-7{
        width: 57%;   
        padding-left: 0;
    }
}
.action__imageBox img{
    width: 100%;
}
.action__info {
    border-top: 1px solid #ece7e5;
    margin-top: 16px;
    padding-left: 28px;
    padding-top: 24px;
    line-height: 22px;
    margin-bottom: 30px;
}

.action__item a:hover{
    text-decoration: none;
}
.action__imageBox{
    position: relative;
    display: block;
}
.action__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.action__item:hover .action__imageBox::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.action__imageBox img {
    width: 100%;
}
.action__item{
    margin-bottom: 85px;
}
@media (max-width: 766px){
    .action__info {
        padding-left: 0;
    }
    .action__item{
        margin-bottom: 40px;
    }
}

.header2__descr{
    position: relative;
    padding-left: 45px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.header2__descr:before{
    position: absolute;
    left: 0;
    top: -7px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__descr.png') center top no-repeat;
}
.b-poly__title{
    background-color: #bf0909;
    color: #fff;
    font-size: 16px;
    padding: 12px 22px 10px;
}
.b-poly__intro{
    background-color: #f7f7f7;
    font-size: 13px;
    line-height: 27px;
    margin-top: 3px;
    padding: 10px 22px;
    margin-bottom: 40px;
}
.b-poly__intro p{
    margin-top: 0;
    margin-bottom: 0;
}
.b-poly__info{
    background-color: #f7f7f7;
    font-size: 13px;
    line-height: 27px;
    margin-top: 3px;
    padding: 10px 22px;
    margin-bottom: 15px;
}
.b-poly__info p{
    margin-top: 0;
    margin-bottom: 0;
}
.b-poly__images {
    margin-bottom: 24px;
}
.b-poly__images img{
    width: 100%;
    max-width: 290px;
}
.header2__advantages{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__advantages:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__advantages.png') center top no-repeat;
}
.b-poly__info ul{
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}
.b-poly__info li{
    margin-bottom: 8px;
    padding-left: 29px;
    position: relative;
}
.b-poly__info li:before{
    content: "\f18e";
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    top: 0px;
}
.header2__minus{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__minus:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__minus.png') center top no-repeat;
}
.header2__price{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__price:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__price.png') center top no-repeat;
}
.header2__recommendation{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__recommendation:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__recommendation.png') center top no-repeat;
}
.header2__warning{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__warning:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 31px;
    background: transparent url('/assets/images/poly__warning.png') center top no-repeat;
}

#go_top.active {
    display: block;
}
#go_top {
    background: #BF0909;
    bottom: 90px;
    cursor: pointer;
    display: none;
    height: 41px;
    position: fixed;
    right: 45px;
    transition: all 0.5s ease 0s;
    width: 41px;
    z-index: 999;
    content: "\f077";
    font-family: FontAwesome;
    color: #fff;
    text-align: center;
    font-size: 25px;
}
#go_top:hover {
    background: #242424;
}
#go_top:active {
    background: #9B0000;
}
.fa-bars {
    background: #BF0909 none repeat scroll 0 0;
    color: #f5f5f5;
    cursor: pointer;
    display: none;
    font-size: 26px;
    margin-top: 120px;
    opacity: 0.9;
    padding: 15px 12px;
    position: fixed;
    width: 48px;
    z-index: 999;
    top: 75px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    .fa-bars {
        display: block;
    }
}

.mobile_menu .mfp-close {
    color: #fff;
    font-size: 50px;
    right: 20px;
    top: 20px;
}
.mobile_menu ul {
    margin-top: 100px;
    padding-left: 30px;
    text-align: left;
    text-transform: uppercase;
}
.mobile_menu ul li {
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
}
.mobile_menu ul li a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}
.mobile_menu {
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.mobile_menu_bg {
    background: rgba(155, 00, 00, 0.9) none repeat scroll 0 0;
}

.mse2-row {
    margin-bottom: 40px;
}
.mse2-row a{
    color: #bf0909;
}
.mse2-row a:hover{
    border-bottom: 1px solid #f1d5d4;   
}

.container > .header1{
    margin-top: 0;
}
.b-content{
    padding: 36px 0;
}
.b-wherebuy{
    padding: 36px 0;
}
.b-related{
    padding: 36px 0;
}
.header__image img{
    width: 100%;
}
.stext-top{
    margin-bottom: 30px;
}
.teh-table__item--price{
    color: #bf0909;
    font-weight: 700;
}
@media (max-width: 480px){
    .b-collection__image img{
        width: 100%;
    }    
    .leftmenu__caption{
        margin-top: 0;
    }
}
.city-page__text {
    margin: 16px 0 0;
}
.contacts__after-text {
    font-size: 18px;
    color: #bf0909;
    padding: 0 0 48px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contacts__after-text a {
    background: #bf0909;
    display: inline-block;
    padding: 16px 24px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: .2s;
    border-radius: 50px;
    margin-left: 10px;
    display: block;
    margin: 0 auto;
    border: 1px solid #bf0909;
}

.contacts__after-text a:hover {
    text-decoration: none;
    background: transparent;
    color: #bf0909;
}
.contacts__after-text a:active,
.contacts__after-text a:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}



.b-product__price__value {
    font-size: 28px;
    font-weight: 600;
}

.b-product__price {
    font-size: 20px;
    font-weight: 100;
    margin: -12px 0 0;
}

.b-product__form__first-row {
    display: flex;
    align-items: center;
    margin: 12px 0 0;
}

.b-product__input--count {
    padding: 12px;
    border: 1px solid #f0f0f0;
    width: 70%;
}

.b-product__form .order__btn {
    border: 0px;
}

.product__form__m2 {
    margin: 0 12px;
}

.b-product__total-price {
    font-size: 20px;
    font-weight: 100;
    margin: 16px 0;
}

.b-product__total-price strong {
    font-size: 28px;
    font-weight: 600;
}



.b-product__info {
    color: #a4a4a4;
    font-size: 18px;
    font-weight: 300;
}

.b-product__total__text {
    font-size: 15px;
    color: #000;
}

.b-product__info strong, .b-product__info span, .b-product__info sup {
    color: #111;
    font-weight: normal;
}

.b-product__type-laying {
    margin: 12px 0;
    font-size: 18px;
    font-weight: 500;
}

.b-product__type-laying__select {
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    border-color: #f0f0f0;
    padding: 10px;
    margin: 6px 0 0;
}
.b-product__tab {
    padding: 12px 24px;
    display: inline-block;
    color: #a4a4a4;
    border: 1px solid #a4a4a4;
    cursor: pointer;
    margin: 0 -1px 0 0;
    font-size: 15px;
}

.b-product__tab--active {
    color: #bf0908;
    border-color: #bf0908;
}

.b-product__tabs__buttons {
    display: flex;
}
.col-table .order__btn {
    margin: 8px 0 0;
}
.b-product__characteristics .col-table {
    margin: 0 -32px 0 0;
}

.b-product__tabs {
    margin: 24px 0 36px;
}

.b-cart__product {
    padding: 40px;
    background: #f7f7f7;
    padding-right: 20px;
    margin: 0 0 16px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.b-cart__product__name-container {
     max-width: 30%;
    padding: 0 16px;
    min-width: 120px;
}
.b-cart__product__price-variants {
    border: 1px solid #eaeaea;
    padding: 6px 12px;
}

.b-cart__product__name {
    font-size: 18px;
    font-weight: bold;
}

.b-cart__product__price-row__title {
    font-size: 15px;
    color: #a4a4a4;
}

.b-cart__product__remove {
    position: absolute;
    top: 16px;
    right: 16px;
}

.b-cart__product__quantity {
    padding: 0 6px;
    border: 1px solid #eaeaea;
    width: 120px;
}

.b-cart__product__remove__button {
    background: none;
    border: none;
    color: #cb3a38;
}

.b-cart__product__type {
    font-size: 15px;
    line-height: 1.5;
    margin: 32px 0 0;
}

.b-cart__product__type__title {
    color: #a4a4a4;
}



.b-cart__product__price-row__value {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 0 16px;
}

.b-cart__product__price-row {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

.b-cart__product__quantity-container {
    max-width: 160px;
}
.b-cart__meters {
    font-size: 14px;
    line-height: 1.5;
    margin: 16px 0 0;
}
.b-cart__packages-count {
    font-size: 14px;
    line-height: 1.5;
    margin: 8px 0 0;
}

.b-cart__product__price-container {
    margin: 0 32px;
}

.b-cart__continue-shopping {
    margin: 32px 0;
}

.b-cart__bottom {
    display: flex;
    justify-content: space-between;
}

.b-cart__total__value {
    font-size: 27px;
    font-weight: bold;
    display: block;
    text-transform: initial;
}

.b-cart__total {
    font-size: 18px;
    text-transform: uppercase;
}

.b-cart__bottom__right {
    display: flex;
    width: 50%;
}

.b-cart__phone {
    flex: 3;
    border: 1px solid #a4a4a4;
    padding: 0 16px;
    height: 50px;
    margin: 2px 0 0;
}

.b-cart__bottom__right .order__btn {
    flex: 2;
}

.b-cart__continue-shopping i {
    margin: 0 16px 0 0;
}

.b-order {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.b-order__price-container {
    flex: 1;
    background: #f7f7f7;
    min-height: 200px;
    margin: 0 0 0 24px;
}

.b-order__block-container {
    flex: 3;
}
.b-order__change {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
    cursor: pointer;
}

.b-order__block {
    position: relative;
    padding: 32px;
    background: #f7f7f7;
    margin: 0 0 16px;
}
.b-order__title {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 16px;
}

.b-order__label {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 4px;
    display: block;
}
.b-order__text-input-container {
    display: flex;
}
.b-order__text-input {
    display: block;
    width: 100%;
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 8px 16px;
}

.b-order__input {
    margin: 16px 0;
}
.b-order__input--has-errors .b-order__text-input {
    border: 1px solid #fa0000;
}

.b-order__input__error {
    margin-top: 3px;
    font-size: 13px;
    color: #fa0000;
}

.b-order__radio {
    cursor: pointer;
    margin: 0 32px 0 0;
}

.b-order__radio__element {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #eaeaea;
    background: #fff;
    margin: 0 8px -4px 0;
    position: relative;
}

input[type=radio]:checked + .b-order__radio__element:before, input[type=radio]:checked + .b-order__radio-block__inner .b-order__radio__element:before {
    content: "";
    display: block;
    width: 2px;
    height: 4px;
    background: #bf0909;
    position: absolute;
    top: 8px;
    left: 3px;
    transform: rotate(-45deg);
}

input[type=radio]:checked + .b-order__radio__element:after, input[type=radio]:checked + .b-order__radio-block__inner .b-order__radio__element:after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #bf0909;
    position: absolute;
    top: 3px;
    left: 9px;
    transform: rotate(45deg);
}

.b-order__delivery {
    display: flex;
    margin: 0 -8px;
}

.b-order__radio-block__inner {
    position: relative;
    border: 1px solid #eaeaea;
    background: #fff;
    flex: 1;
    text-align: center;
    cursor: pointer;
    height: 100%;
    padding: 48px 8px 16px;
}

.b-order__radio-block__title {
    display: block;
    line-height: 1.25;
    font-size: 15px;
}

.b-order__radio-block .b-order__radio__element {
    position: absolute;
    top: 16px;
    left: 16px;
}

.b-order__radio-block {
    flex: 1;
    margin: 0 8px;
}

.b-order__buttons {
    display: flex;
    justify-content: space-between;
}


.b-order__buttons .order__btn {
    display: inline-block;
    cursor: pointer;
}


.b-order__radio-block__icon {
    width: 75%;
    padding-top: 40%;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: .25;
}


input[type="radio"]:checked + .b-order__radio-block__inner {
    border: 1px solid #ff0000;
}

input[type="radio"]:checked + .b-order__radio-block__inner .b-order__radio-block__icon {
    filter: none;
    opacity: 1;
}
.b-order__btn--prev {
    cursor: pointer;
    margin-right: auto;
}
.b-order__btn--next {
    cursor: pointer;
    margin-left: auto;
}
.b-order__btn--next i {
    margin: 0 0 0 12px;
}
.b-order__btn--submit i {
    margin: 0 12px 0 0;
}

.b-order__price-container__row__title {
    font-size: 15px;
    color: #a4a4a4;
    flex: 1;
}

.b-order__price-container__row {
    display: flex;
    margin: 0 0 8px;
}

.b-order__price-container__row__value {
    font-size: 18px;
    font-weight: 500;
    flex: 1;
}

.b-order__price-container__top {
    padding: 36px 36px 24px;
}

.b-order__price-container__total {
    border-top: 1px solid #ebeae8;
    padding: 36px;
}

.b-order__price-container__total__title {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.b-order__price-container__total__value {
    font-size: 27px;
    font-weight: bold;
}

.b-order__text-input__container {
    display: flex;
}

.b-order__delivery-price {
    margin: 0 0 0 12px;
}

.b-order__delivery-price__row {
    white-space: nowrap;
}

.b-order__delivery-price__title {
    font-size: 15px;
    color: #a4a4a4;
}

.b-order__delivery-price__number {
    font-size: 18px;
    font-weight: bold;
}

.b-order__delivery-price__days {
    font-size: 15px;
    font-weight: bold;
}
.b-order__block .b-cart__product__image {
    width: 35%;
}

.b-order__block .b-cart__product__image img {
    width: 100%;
}

.b-order__block .b-cart__product__price-in-order {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.b-order__block .b-cart__product {
    padding: 0;
}

.b-order__block .b-cart__product__name-container {
     max-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}
.b-order__confidential {
    font-size: 12px;
    color: #a4a4a4;
    margin: 0 12px 0 0;
}

.b-order__promocode__text {
    font-weight: 500;
    margin: -8px 0 24px;
}
.b-order__promocode__text--error {
    color: #f00;
}


.header__cart__mobile-button {
    display: none;
}
.header__cart__total {
    font-weight: bold;
    margin: 0 0 0 .25em;
}
@media screen and (max-width: 640px) {
    .b-product {
        padding: 0;
    }
    
    .b-product__tab {
        font-size: 12px;
    }
    
    .b-product__characteristics .row {
        flex-wrap: nowrap;
        display: flex;
    }
    
    .b-product__characteristics {
        overflow: hidden;
    }
    
    
    .header__cart__mobile-button {
        width: 100%;
        background: #bf0908;
        display: block;
        color: #fff;
        padding: 12px;
        margin: 8px 0;
    }
     .header__cart__mobile-button:hover {
         color: #fff;
     }
    .header__cart__mobile-button i {
        margin: 0 0 0 8px;
    }
    .b-cart__product {
        padding: 20px;
        display: block;
    }
    
    .b-cart__product__name-container {
        padding: 16px 0;
        width: 100%;
        max-width: 100%;
    }
    
    .b-cart__product__price-container {
        margin: 0;
    }
    
    .b-cart__bottom {
        display: block;
    }
    
    .b-cart__total {
        margin: 0 0 16px;
    }
    .b-order {
        display: block;
    }
    
    .b-order__radio {
        display: block;
        margin: 0 0 16px;
    }
    
    
    .b-order__price-container {
        margin: 16px 00;
    }
    
    .b-order__delivery {
        display: block;
    }
    
    .b-order__block .b-cart__product__image {
        width: 100%;
    }
    
    .b-order__block .b-cart__product__name-container {
        max-width: 100%;
    }
    
    .b-order__buttons {
        display: block;
    }
    
    .b-order__confidential {
        margin: 0 0 16px;
    }
    .slider__item img {
        width: auto;
        position: relative;
        left: calc(-960px + 50vw);
    }
    .b-cart__bottom__right {
        width: 100%;
    }
    
    .b-cart__total {
        margin: 16px 0 0;
    }
}

.b-product__form {
    position: relative;
    margin-top: 22px;
}

.b-product__form__popup {
    background: rgba(0, 0, 0, 0.35);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: all .35s;
}


.b-product__form__popup__heading {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}


.b-product__form__popup__inner {
    background: #fff;
    display: inline-block;
    padding: 32px;
    max-width: 640px;
}
.b-product__form__popup__button {
    color: #fff;
    margin: 0 8px;
    text-decoration: none;
    margin-bottom: 10px;
}
.b-product__form__popup__buttons {
    display: flex;
    align-items: center;
    margin: 16px 0;
}

.b-breadcrumbs__inner {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b-breadcrumbs__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-search {
    height: auto;
    align-items: center;
    width: unset;
    margin: 0 0 0 32px;
}

.header__cart {
    margin-left: 60px;
    display: flex;
    align-items: center;
}

.search-box {
    display: block;
    height: 100%;
    padding: 0;
    min-width: 320px;
}
@media screen and (max-width: 640px) {
.search-box {
    min-width: 0;
}

.b-product__form__popup__buttons {
    flex-wrap: wrap;
}

.b-breadcrumbs__inner {
    flex-direction: column;
    height: auto;
}

.b-breadcrumbs__right {
    padding: 0 0 8px;
}
}

.slider__readmore, .slider__readmore a {
    color: #fff;
}

.slider__readmore {
    background: #bf0909;
    display: inline-block;
    padding: 16px 24px;
}


.slider__readmore i {
    margin-right: 10px;
}

.slider__title {
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-weight: 600;
}


@media screen and (max-width: 768px) {

    .slider__descr {
        width: 100%;
        padding-top: 10%;
    }
    
    .slider__box .container {
        width: 100%;
    }
    
    .slider__title {
        font-size: 28px;
    }
}


.head_image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 900px;
    position: relative;
}

.head_image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

@media (max-width: 767px) {
    .head_image {
        height: 560px;
    }
    .b-catalog_index  .b-product__list {
        margin-bottom: 0;
    }
}

.b-product__link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: .2s;
    border-radius: 50px;
    border: 1px solid #bf0909;
    color: #fff;
    background: #bf0909;
    width: 240px;
    padding: 16px 24px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    display: block;
}

.b-product__link:hover {
    background: transparent;
    color: #bf0909;
}

.b-catalog_index .b-product__item {
    margin-bottom: 20px;
}


.b-form input[type="text"] {
    background: transparent;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    background-position-x: 7px;
}

.b-form input[name="name"] {
    background-image: url(/assets/images/form/user.svg);
}

.b-form input[name="phone"] {
    background-image: url(/assets/images/form/phone.svg);
}

.b-form input[name="email"] {
    background-image: url(/assets/images/form/letter.svg);
}

.b-form input[name="message"] {
    background-image: url(/assets/images/form/writing.svg);
}

.service__header {
    text-align: center;
}

.service__bg {
    position: relative;
    height: 600px;
}

.service__shadow {
    height: 100%;
/*     max-height: 810px; */
    overflow: hidden;
    position: relative;
}

.service__shadow:before {
    position: absolute;
    left: 50%;
    top: -100%;
    width: 200%;
    height: 300%;
    background: #12122d;
    opacity: .5;
    content: '';
    transform: rotate(13deg);
}

/* .service__bg:before {
    content: '';
    position: absolute;
    height: 16px;
    background: #bf0909;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.service__bg:after {
    content: '';
    position: absolute;
    height: 16px;
    background: #bf0909;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 2;
} */

.service__container {
    position: relative;
    z-index: 3;
    height: 100%;
/*     font-family: "Bubbleboddy Neue"; */
    text-align: right;
}

/* .service__container:before {
    content: '';
    width: 234px;
    height: 422px;
    background-image: url(/assets/images/headpage/plant1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -150px;
    bottom: -30px;
}

.service__container:after {
    content: '';
    width: 234px;
    height: 422px;
    background-image: url(/assets/images/headpage/plant2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -150px;
    bottom: -30px;
} */

.service__desc {
    color: #ffffff;
    font-size: 32px;
    text-align: right;
    line-height: 37px;
    margin-bottom: 70px;
}

.service__middle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.service__btn {
    position: relative;
    text-align: right;
    font-size: 24px;
    text-transform: inherit;
    background-color: #bd0909;
    display: inline-block;
    color: #fff;
    padding-right: 77px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 43px;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 38px;
    border-top-right-radius: 14px;
    transition: .2s;
    border: 2px solid #bd0909;
}

.service__btn:hover {
    background: transparent;
    color: #fff;
}

.service__btn:after {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-size: contain;
    background-image: url(/assets/images/headpage/color-palette.png);
    width: 50px;
    height: 62px;
    background-repeat: no-repeat;
}

@media (max-width: 1199px){
    .service__shadow:before {
        left: 0;
        transform: rotate(0);
    }
}


@media (max-width: 992px){
    .ro_flex {
        display: flex;
        margin: 0;
    }
    .ro_flex > div {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .teh-table__title {
        font-size: 12px;
        padding: 5px;
        height: 55px;
    }
    .b-product {
        padding: 0;
    }
    .teh-table__item {
        font-size: 12px;
        padding: 5px;
        line-height: 15px;
        height: 60px;
        display: flex;
        align-items: center;
    }
    
    .service__desc {
        font-size: 20px;
        text-align: center;
        line-height: 25px;
    }
    
    .service__btn {
        font-size: 14px;
    }
    .service__btn:after {
        width: 28px;
    }
    
    .service__bg {
        height: 500px;
        background-size: cover;
        background-position: center;
    }
    
    .service__container:after,
    .service__container:before {
        height: 264px;
        display: none;
    }
    
    .breadcrumb {
        display: none;
    }
    
    .search-box {
        position: relative;
    }
    
    .search-box button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50px;
        color: #fff;
        background: #bf0908;
        border: none;
    }
    
    .top-search {
        display: none;
    }
    
    .b-breadcrumbs {
        position: relative;
        z-index: 9;
    }
    
    .b-breadcrumbs__inner {
        display: block;
        margin-top: 5px;
    }
    
    .fa-bars {
        position: relative;
        top: 0;
        margin: 0;
        background: transparent;
        color: #000;
    }
    
    .header__cart {
        margin: 0;
        display: flex;
        align-items: center;
        margin-top: 18px;
    }
    
    header {
        text-align: center;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 50;
        height: 53px;
        overflow: hidden;
    }
    
}


.head_intro {
    text-align: center;
    letter-spacing: 6px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
    font-weight: 700;
    font-size: 48px;
    font-family: "Bicubik", sans-serif;
    line-height: 120%;
}


@media (max-width: 767px) {
    .head_intro {
    font-size: 26px;
    }
}


.head_title {
    text-align: center; 
    letter-spacing: 1.8px; 
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
    font-weight: 500;
    font-size: 72px;
    color: white;
}

@media (max-width: 767px) {
    .head_title {
    font-size: 48px;
    }
}

.readmore_b {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #bf0909;
    color: #bf0909;
    padding: 15px 40px 15px 40px;
}
.readmore_b:hover {
    background-color: #bf0909;
    color: #fff;
    transition: all 0.2s ease 0s;
}

.landing_text_intro {
    margin-bottom: 40px;
    text-align:justify; 
    font-size:16px;
}

.landing__title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 35px;
    margin-top: 0px;
    
}


.head_intro_main {
    text-align: center; 
    letter-spacing: 1.8px; 
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
    font-weight: 500;
    font-size: 82px;
    color: white;
}

@media (max-width: 767px) {
    .head_intro_main {
    font-size: 42px;
    }
}

.readmore_button {
    margin-top: 30px;
}

.advantages__title{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-size: 22px;
    letter-spacing:2px;
    font-family: "Bicubik", sans-serif;
    line-height: 150%;
}

.b-advantages__property{
    margin-bottom: 20px;
}
@media (max-width: 460px){
    .b-collection__property{
        text-align: center;
    }    
}
.b-advantages__property > img {
    margin-right: 3px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 80px;
}
.b-advantages__property > img:last-child{
    margin-right: 0;
}
@media (max-width: 1024px){
    .b-advantages__property > img {
        margin-right: 5px;
    }
}
@media (max-width: 768px){
    .b-advantages__property > img {
        margin-right: 8px;
    }
}


.vs__title{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 60px;
    
    
}

.leftmenu__slider {
    border: none;
    padding: 0 50px;
}


.leftmenu__slider .slick-prev {
    background: #bf0909 url(/assets/images/slider__controls.png) no-repeat scroll 10px center;
    top: calc(50% - 20px);
    color: #fff;
    cursor: pointer;
    height: 41px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 41px;
    z-index: 10;
}


.leftmenu__slider .slick-next {
    background: #bf0909 url(/assets/images/slider__controls.png) no-repeat scroll -28px center;
    top: calc(50% - 20px);
    color: #fff;
    cursor: pointer;
    height: 41px;
    position: absolute;
    right: 0;
    transition: all 0.2s ease 0s;
    width: 41px;
}

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

.leftmenu.leftmenu__slider a {
    border: none;
}

.coverings__head {
    text-transform: uppercase;
}

.coverings__title {
    margin-bottom: 15px;
    margin-top: 0px;
    margin-left: 15px;
    text-transform: uppercase;
    color: #114765;
    font-size: 26px;
}

.coverings p {
    margin-bottom: 15px;
}

.coverings .readmore_b {
    display: inline-block;
    cursor: pointer;
}

.coverings .readmore_b .fa {
    transition: .2s;
    margin-left: 10px;
}

.coverings .readmore_b.open .fa {
    transform: rotate(-180deg);
}

.coverings__block {
    padding-bottom: 50px;
    border-bottom: 0.5px solid #bf0909;
    border-bottom-style: dotted;
    margin-bottom: 50px;
}

.coverings__inner {
    border-bottom: 0.5px solid #bf0909;
    border-bottom-style: dotted;
    margin-bottom: 50px;
}

@media (max-width: 1024px){
    .vs__title {
        margin-bottom: 15px;
    }
}
@media (max-width: 768px){
    .vs__title {
        margin-bottom: 15px;
    }
}

.top-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 8px;
    padding-bottom: 8px;
}

.top-info__lk svg {
    width: 20px;
}

.top-info__search,
.top-info__lk,
.top-info__phone {
    display: inline-block;
    vertical-align: top;
/*     margin-left: 30px; */
}

.top-info__phone a {
    color: #333;
    font-size: 14px;
}

.top-info__phone a:hover {
    color: #BF0909;
}

.top-info__search input {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #3f4561;
    font-size: 11px;
    padding: 6px 10px;
    width: 300px;
    line-height: 13px;
    text-transform: uppercase;
    border-radius: 3px;
}

.top-info__phone {
    margin-left: 60px;
    font-family: 'SF-UI-Text', sans-serif;
    font-family: 'Bicubik';
}

.top-info__lk {
    margin-top: 18px;
}
.top-info__lk i {
    color: #000;
    font-size: 30px;
}

header .top-menu ul {
    height: 31px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.top-info__lk {
    margin-top: 14px;
}

.tabs__block {
    display: none;
}

.tabs__block.active {
    display: block;
}

.tabs__list {
    display: flex;
    justify-content: center;
}

.tabs__list li {
    display: block;
    padding: 10px;
    cursor: pointer;
    width: 50%;
    text-align: center;
}

.tabs__list li.active {
    text-decoration: underline;
    background: #bf0908;
    color: #fff;
}

.head_image video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.modal-shadow {
	position: fixed;
	height: 100%;
	width: 100%;
	transition: .5s;
	
}

.modal-shadow_active {
	opacity: 0.3;
	background: #000;
	z-index: 3;
	top: 0;
	left: 0;
}

.modal {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(-60px) scale(1.1);
	visibility: hidden;
	transition: .3s;
	display: flex;
	margin: 0 auto;
	max-height: 100%;
	overflow-y: auto;
	padding: 30px 0;
}

.modal__content {
	background-color: #FFFFFF;
	box-shadow: 0 3px 51px rgba(0, 0, 0, 0.11);
	max-width: 467px;
	margin: auto;
}
.modal__wrap {
	padding: 50px;
	padding-top: 41px;
}
.modal_active {
	opacity: 1;
	visibility: visible;
	z-index: 4;
	transform: translateY(0) scale(1);
}

input[name="surname"] {
	display: block;
	width: 2px !important;
	height: 3px !important;
	margin-bottom: -3px !important;;
	opacity: 0.01;
	padding: 0;
}

.modal .headerHint {
    margin-bottom: 10px;
}

.modal input {
    border: 1px solid #d7d7d7;
    padding: 17px 14px 14px 17px;
    width: 100%;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    background: transparent;
    font-size: 12px;
    margin-bottom: 15px;
}

.modal button {
    border: 2px solid #1c88d0;
    border-width: 2px 1px 2px 1px;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #1c88d0;
    padding: 15px 10px 15px 25px;
    width: 70%;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.2s ease 0s;
}

.modal button:hover {
    background-color: #1c88d0;
    color: #fff;
    transition: all 0.2s ease 0s;
}

.msoneclick_modal {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.modal .msoneclick_form-order button {
    padding: 0;
}

.promo__info {
    text-align: justify; 
    margin-bottom: 30px;
    line-height: 1.7;
    
}

.promo__title {
    color: #bf0909; 
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    text-align: center;
    
}

.advantage_promo{
    
    padding: 60px 0;
   
}

.slider-navBox{
    
    padding-bottom: 10px;
   
}

.promo_text{
    margin-top: 60px;
    margin-bottom: 60px;
	font-size: 16px;
    
}

.promo_code{
    margin-top: 20px;
    margin-bottom: 20px;
	font-size: 24px;
	color: #d19000;
	text-align: center;
	font-weight: bold;
    
}

.readmore_promo {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #1c88d0;
    background-color: #1c88d0;
    color: #fff;
    padding: 15px 40px 15px 40px;
}
.readmore_promo:hover {
    background-color: transparent;
    color: #1c88d0;
    transition: all 0.2s ease 0s;
}

.readmore_catalog {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #1c88d0;
    background-color: transparent;
    color: #1c88d0;
    padding: 15px 40px 15px 40px;
    min-width: 300px;
}
.readmore_catalog:hover {
    
    background-color: #1c88d0;
    color: #fff;
    transition: all 0.2s ease 0s;
}

.head_intro_catalog {
    text-align: center; 
    letter-spacing: 1.8px; 
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
    font-weight: 500;
    font-size: 48px;
    color: white;
}

@media (max-width: 767px) {
    .head_intro_catalog {
    font-size: 36px;
    }
}

.b-product__title_main{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    
    left: 0;
    letter-spacing: 1.2px;
    z-index: 10;
    font-family: 'Bicubik';
}

.b-product__text_main{
    font-size: 14px;
    
    left: 0;
    
    z-index: 10;
    
}

.b-product__intro_main{
    
    color: #fff;
    background-color: #1c88d0;
    position: absolute;
    top: 10%;
    left: 0;
    padding: 15px 15px 15px 15px;
    width: 80%;
    z-index: 10;
}

.mobile_menu__phone {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    text-align: left;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
}

.mobile_menu__phone a {
    color: inherit;
}

.mfp-content {
    overflow: auto;
}

.mobile_menu {
    height: 100%;
}

body.over {
    overflow: hidden;
}

.search-box {
    display: none;
}

.c-product__info {
    height: 42px;
}

.c-product__price_intro {
    background-color: #f7f7f7;
    line-height: 25px;
    padding: 15px;
    margin-bottom: 5px;
    font-size: 13px;
}

.price_intro {
    padding-left: 20px;
    
}

.price_intro_price {
    float: right; 
    color: #1c88d0;
    font-size: 13px;
    font-weight: 500;
    
}

.order__btn_24 {
    
    height: 50px;
    line-height: 49px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    background-color: #1c88d0;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.2s ease 0s;
    margin-top: 50px;
    font-size: 13px;
    letter-spacing: 1px;
}

.intro__item_about {
    font-size: 13px;
    font-weight: 400;
    margin-left: 34px;
    position: relative;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .head_intro_catalog {
        font-size: 36px;
    }
    
    header {
        height: auto;
        overflow: auto;
    }
    
    .topmob {
        position: relative;
        z-index: 1;
        background: #fff;
    }
    
    .top-info {
        margin-top: -50px;
        transition: .2s;
        opacity: 0;
        position: relative;
        background: #fff;
    }
    
    .top-info.active {
        margin-top: 0;
        opacity: 1;
    }
    
    .top-info__search {
        width: 100%;
        display: block;
    }
    
    .top-info__search input {
        width: 100%;
    }
    
    .top-info__mobsec img {
        width: 100%;
        margin-top: 15px;
    }
    
    .search-box {
        transition: .2s;
        position: fixed;
        top: 0;
        z-index: 2;
        left: 0;
        width: 100%;
        display: block;
    }
    
    .search-box.active {
        top: 56px;
        left: 0;
    }
    
    .header__middle {
        display: none;
    }
    
    .search-box {
        height: auto;
    }
}


.article_intro {
    background: #f7f7f7;
    padding: 30px 30px;
    margin: 5px 0px 5px 5px;
}

