:root{
    --main_red: #f00;
    --main_black: #101010;
}

@font-face{font-family:"opensans-light-webfont";src:
url("./fonts/opensans-light-webfont.woff") format("woff"),
url("./fonts/opensans-light-webfont.ttf") format("truetype");font-style:normal;font-weight:normal;font-display: swap}

@font-face{font-family:"PTSansRegular";src:
url("./fonts/PTSansRegular.woff") format("woff"),
url("./fonts/PTSansRegular.ttf") format("truetype");font-style:normal;font-weight:normal;font-display: swap}
body{font-family:PTSansRegular, sans-serif;}
input:focus, button:focus, a:focus{
    outline: none;
}
.container{
    max-width: 1260px;
}
a:hover {
    text-decoration: unset;
    color: unset;
}
header ul{
    list-style: unset;
}
#top-nav li{
    margin-right: 43px;
}
body a{
    color: var(--main_black);
}
.bg-black{
    background: var(--main_black);
}
#top-nav-wrp a {
    color: #fff;
}
.home .icon-basket-home {
    background-position: -86px 0;
}
/*body a:hover{*/
/*color: var(--main_red);*/
/*text-decoration: unset;*/
/*}*/

#top-nav-wrp a:hover{
    color: var(--main_red);
}
#top-nav-wrp{
    background-color: black;
}
#search button{
    padding: 0px;
}
.lc-wrp a{
    padding: 10px;
}

header{
    z-index: 2;
    position: relative;
}

/* icons */
.icon-header {
    display: inline-block;
    background: url(./images/sprite-header.png) no-repeat 0 0;
}

.icon-phone-red{width:32px;height:32px;background-position:-228px 0;}
/*! icons */

#search {
    border-bottom: 1px solid #101010;
    width: 100%;
}
#search input{
    border: unset;
    border-radius: 0px;
    background: unset;
}

.icon-basket {
    width: 37px;
    height: 37px;
    background-position: -382px 0;
    position: relative;
    top: 1px;
    left: 15px;
    margin-right: 15px;
}
#cart-total{
    display: inline-block;
    text-align: left;
}
.btn-black{
    padding: 11px 0;
    background: var(--main_black);
    color: #fff;
    font-family: PTSansRegular, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0 0 15px;
}
.btn.btn-black:hover{
    color: #fff;
}
header.home{
    position: absolute;
    width: 100%;
    top: 0px;
}
.home .btn-black{
    background-color: #fff;
    color: var(--main_black);
}
.home .btn.btn-black:hover {
    background-color: var(--main_black);
    color: #fff;
}
.btn-create-order{
    margin: 0 auto;
    width: 80%;
}
.top-middle-wrp{
    padding: 15px 0;
}
.header-menu-wrp{
    background: rgba(0, 0, 0, 0.8);
}
#menu li{
    position: static;
}
#menu ul.nav > li > a {
    padding: 15px 18px;
    display: flex;
    align-items: center;
    font-family: PTSansRegular, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    white-space: normal;
    color: #fff;
    line-height: initial;
    text-align: center;
    height: 100%;
    position: relative;
}
#menu ul.nav > li > a:after {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    margin: auto 0;
    background: url(./images/border-main-menu.png) no-repeat 0 0;
    border: none;
}
#menu ul.nav > li:nth-child(1) > a:after {
    display: none;
}
#menu .dropdown-toggle:after{
    content: unset;
}
#menu ul.nav > li > a:before{
    content: '';
    width: 39px;
    height: 33px;
    position: absolute;
    background: url(./images/hover-main-menu.png) no-repeat 0 0;
    top: -6px;
    left: 0;
    right: 0;
    display: none;
    margin: 0 auto;
}
#menu ul.nav > li > a:hover:before,
#menu ul.nav > li.active > a:before{
    display: block;
}
.icon-hover-menu-active{
    top: -6px;
    display: block;
}
#menu li:hover > .icon-hover-menu, .current-menu-parent > .icon-hover-menu {
    display: block;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        border: 0;
        border-radius: 0;
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu a{
        font-family: PTSansRegular, sans-serif;
        font-size: 14px;
        color: #fff;
        text-align: center;
        display: block;
    }
}

.slider-home-wrp{
    width: 100%;
    height: 800px;
}
.slider-home-wrp img{
    height: 800px;
    width: 100%;
}
.header-card-wrp{
    position: absolute;
    background-color: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    bottom: 0;
}
.wrapper-card {
    position: absolute;
    background-color: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    bottom: 0;
}
.header-card{
    width: 515px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    position: absolute;
    top: 52%;
    left: 14%;
    z-index: 300;
    text-align: center;
}
.header-card div {
    text-align: center;
    float: right;
    padding: 18px 28px 18px 150px;
    /*position: relative;*/
}

.header-phones a {
    font-size: 18px;
}

.slide-wrp{
    position: relative;
}
.title-slider a, .product-info > a {
    font-family: PTSansRegular, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 22px;
    line-height: 17px;
    color: #101010;
}
.title-slider:after, .product-info > a:after, .product-info > h3::after {
    display: block;
    content: "";
    width: 46px;
    height: 0;
    margin: 5px auto 0;
    border: 1px solid #ff0000;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.header-card div p {
    text-align: center;
    font-family: PTSansRegular, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #101010;
    line-height: 18px;
    padding: 0px;
}
.header-card .show-more {
    background: transparent;
    bottom: auto;
    right: auto;
    display: inline-block;
    position: relative;
    padding: 0px;
}
.show-more {
    text-align: center;
    width: 230px;
    height: 21px;
    bottom: -13px;
    right: 37%;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00000000',GradientType=1);
    background: -webkit-linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
    background:-moz-linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
}
.show-more > a, .show-more {
    font-family: PTSansRegular, sans-serif;
    font-size: 14px;
    color: #101010;
    text-transform: uppercase;
    bottom: 12px;
    right: 84px;
}
.header-card .show-more::before, .header-card .show-more::after {
    top: 9px;
}
.show-more::before, .show-more::after {
    background: url(./images/icon-bg-link.png) no-repeat 0 0;
    width: 14px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 50px;
    content: " ";
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.card-container a:hover p.show-more::before, .card-container a:hover p.show-more::after, p.show-more:hover::before, p.show-more:hover::after, .show-more:hover::before, .show-more:hover::after {
    -moz-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    -webkit-transform: translateZ(0) rotate(-75deg);
    -o-transform: translateZ(0) rotate(-75deg);
    transform: translateZ(0) rotate(-75deg);
}

.home #search input{
    color: #fff;
}
.home #search {
    border-bottom: 2px solid #fff;
}
.header-card .img img{
    position: absolute;
    width: 150px;
    height: auto !important;
    left: -20px;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-card .img{
    padding: 0px;
    width: 100%;
}
.header-card .text{
    padding: 0px;
}
.show-more::after {
    left: auto;
    right: 50px;
}

.itsnewserlang .lang-wr button{
    outline: 0;
    box-shadow: none;
}
.itsnewserlang .lang-wr{
    display: none;
}

.catboardrow a{
    margin-bottom: 8px;
    height: 160px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.catboardrow a.vertical{
    height: 100%;
min-height: 160px;
}
.catboardrow a span{
    padding: 10px;
    display: block;
    font-weight: 700;
    text-shadow: #000 1px 0 2px;
    color: #fff;
}
.catboardrow {
    display: flex;
    width: 20%;
    padding: 4px;
    flex-direction: column;
 
}
.catboardwrap {
    display: flex;
    flex-wrap: wrap;
    margin: 45px 0 25px;

}
.catboardtwo {
       width: 20%;
 
}
@media (max-width: 767px){
    .catboardrow{
        width: 100%;
    }    
.catboardrow a {
    margin-bottom: 8px;
    height: 200px;
    
}

}


    
    .itsmobmenu {
        display: none; 
    }
@media (max-width: 1199px){
    .itsmobmenu {
        display: block; 
    }  
     .itspcmenu {
        display: none; 
    }
}
@media (min-width: 1200px){


    #menu .dropdown-menu {
        
    }
    
    #menu .nav-item a i {
        margin-right: 5px;
    }  
    #menu .itscatalogbtn svg {
      height: 16px;
    margin-right: 15px;
    }  
    .tabmenul {
            padding-left: 5px;

    }
    .tabmenul li{
         border-left: 1px solid transparent;
         display: block;
    }
    .tabmenugo {
        width: 100%;    padding: 25px 0;
    min-height: 600px;

    }

    .itscatalogbtn {
            padding-right: 50px !important;

    }
    .tabrapelem {
        
    }
    .tabrapelem a{
            display: flex;
    align-items: center;
    }
    
    .tabrapelem a img{
        width: 100px;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .tabrapelemwrap {
        width: 100%;
    }
    
.itsnewserlang .lang-wr{
    display: block;
    margin-right: -50px;
    margin-left: 5px;
}
    
.itsnewserlang .lang-wr .osn{
    color: #101010;    text-shadow: 0 1px 4px white;

}
      
    .tabmenul li a{
display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 38px;
   
    padding-left: 12px;
  
    color: #e0e0e0;
    }
    .tabmenul li a svg{
            height: 24px;

    }
    .tabmenul li:hover a,.tabmenul li.active a {
            
 color: #fff;
    }
  .tabmenul li:hover,.tabmenul li.active  {
            border-color: #fff; 
    } 
    .tabwrap {
        display: none;
    }
    .tabwrap.active {
        display: block;
    }  
    
    #top-nav-wrp {
       display: none; 
    }

    .itsnewserlang {
        display: flex;
    }
    

    
    .dropdown-menu{
        position: absolute;
        margin: 0 auto;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 0;
        border: 0;
    }
    .dropdown-menu a {
        color: #fff;
        font-size: 1.1rem;
    }
}
@media (max-width: 767px){
    
    #menu ul.nav > li > a{
        text-align: left;
    }
    .home a,.home .fa,.home span{
        color: #fff;
    }

    .home .dropdown-inner a, #menu span.title-span{
        color: #101010;
    }
    .slider-home-wrp {
        height: 178px;
        position: relative;
        top: 0;
    }
    .slider-home-wrp img{
        height: 178px;
    }
    header.home .top-middle-wrp {
        background: #101010;
    }
    .header-card div .text {
        width: 100%;
    }
    .header-card div .text {
        font-size: 12px;
        height: auto;
    }
    .header-card div .text p:last-child{
        display: none;
    }
    .header-card {
        background: rgba(255, 255, 255, 0.69);
        background-size: 100% 100%;
        width: 212px;
        height: auto;
        top: 11%;
        left: 0;
    }
    .header-card .img {
        display: none;
    }
    .header-card {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .header-card .title-slider a, .product-info > a {
        font-size: 14px;
    }
    .header-card div {
        float: none;
        padding: 11px 0 7px;
        width: auto;
    }
}
@media (max-width: 1200px){
    #menu li .arr-menu:after {
        color: #f00;
        content: ">";
        font-family: "PTSansRegular";
        font-size: 18px;
        font-weight: 900;
        position: absolute;
        right: 15px;
        top: 12px;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #menu li:before {
        content: unset;
    }
    #menu li {
        position: relative;
    }
    #menu ul.nav > li > a:before,
    #menu ul.nav > li > a:hover:before,
    #menu ul.nav > li.active > a:before {
        content: '';
        display: none;
    }
}
/* advantages */
.show-prod a {
    font-family: PTSansRegular, sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background: #101010;
    width: 183px;
    padding: 9px 0;
    margin: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.advantages{background:url("./images/bg-advantages.jpg") no-repeat 0 0 rgba(0, 0, 0, 0.69);width:100%;height:760px;background-size:100% 100%;overflow:hidden;}
.advantages > p{font-family:PTSansRegular, sans-serif;font-size:30px;color:#fff;text-transform:uppercase;background-color:#101010;text-align:center;font-weight:400;line-height:55px;position:relative;z-index:1;margin-bottom:0;}
.advantages > p:after{background:rgba(0, 0, 0, 0) url("./images/bg-advantages-title.png") no-repeat scroll 0 0;content:" ";display:block;height:1px;left:338px;margin:0 auto;top:54px;width:916px;}
.advantages > div{height:789px;position:relative;}
.advantages .show-prod{position:absolute;bottom:76px;left:50%;-moz-transform:translateZ(0) translateX(-50%);-ms-transform:translateZ(0) translateX(-50%);-webkit-transform:translateZ(0) translateX(-50%);-o-transform:translateX(-50%);transform:translateZ(0) translateX(-50%);background-position:0 -42px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:1;}
.advantages p.show-prod a{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;color:#101010;}
.advantages .show-prod:hover a{background-color:#101010;color:#fff;}
.circle-bg{width:728px;height:1188px;background:url("./images/circle-bg.png") no-repeat 0 0;background-size:100% 100%;position:absolute;top:-317px;left:51%;-moz-transform:translateX(-45%);-ms-transform:translateX(-45%);-webkit-transform:translateX(-45%);-o-transform:translateX(-45%);transform:translateX(-45%);}
.circle-bg div{position:relative;bottom:-262px;}
.circle-bg .advantages-title,
.circle-bg span,
.circle-bg i{position:absolute;font-family:PTSansRegular, sans-serif;color:#fff;font-weight:400;text-transform:uppercase;}
.circle-bg .advantages-title{line-height:55px;font-size:30px;top:271px;left:183px;width:251px;text-align:center;}
.circle-bg span{line-height:21px;font-size:14px;}
.circle-bg i{background:url("./images/sprite-icon-circle.png") no-repeat 0 0;}
.circle-bg .corect-mounting{top:176px;left:278px;}
.circle-bg span.corect-mounting-title{left:-60px;top:-23px;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg i.corect-mounting-circle{width:12px;height:12px;background-position:-132px -1px;}
.circle-bg .material{left:517px;top:322px;}
.circle-bg span.material-title{left:22px;top:25px;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg i.material-circle{width:24px;height:24px;background-position:-144px -2px;}
.circle-bg .transport{left:385px;top:200px;}
.circle-bg span.transport-title{top:20px;left:40px;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg i.transport-circle{width:32px;height:32px;background-position:0 -2px;}
.circle-bg .mounting{top:471px;left:360px;}
.circle-bg span.mounting-title{top:-25px;left:-74px;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg i.mounting-circle{width:21px;height:21px;background-position:-47px -2px;}
.circle-bg .delivery{left:469px;top:479px;}
.circle-bg span.delivery-title{top:15px;left:7px;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg i.delivery-circle{width:12px;height:12px;background-position:-132px -1px;}
.circle-bg .goods{top:623px;left:311px;}
.circle-bg span.goods-title{top:26px;left:-154px;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg i.goods-circle{width:34px;height:34px;background-position:-98px -1px;}
.circle-bg .trauma{top:443px;left:98px;}
.circle-bg span.trauma-title{left:-207px;top:20px;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg i.trauma-circle{width:26px;height:26px;background-position:-70px -1px;}
.circle-bg .master{top:294px;left:-9px;}
.circle-bg span.master-title{left:32px;top:-25px;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg i.master-circle{width:26px;height:26px;background-position:-70px -1px;}
.circle-bg .master .master-diagonal{width:37px;height:0;position:absolute;top:0;left:0;overflow:hidden;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg .master .master-diagonal:before{display:inline-block;content:"";background-color:#ff0000;-moz-transform:rotate(-25deg);-ms-transform:rotate(-25deg);-webkit-transform:rotate(-25deg);-o-transform:rotate(-25deg);transform:rotate(-25deg);position:relative;top:-4px;left:18px;width:1px;height:58px;}
.circle-bg span.master-title:before{width:0;height:1px;display:inline-block;content:"";background-color:#f00;position:absolute;top:29px;right:-39px;-webkit-transition:all 0.5s ease-out 0.5s;-moz-transition:all 0.5s ease-out 0.5s;-o-transition:all 0.5s ease-out 0.5s;transition:all 0.5s ease-out 0.5s;}
.circle-bg .master .desc-hover{top:-31px;left:-214px;}
.circle-bg .desc-hover{opacity:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:rgba(255, 255, 255, 0.79);position:absolute;-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;width:171px;height:178px;}
.circle-bg .desc-hover span.icon-hover-menu{top:-6px;left:50%;display:block;-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}
.circle-bg .desc-hover p{color:#101010;display:table-cell;line-height: 20px;font-family:PTSansRegular,sans-serif;font-size:16px;padding:10px;text-align:center;vertical-align:middle;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;}
.circle-bg .master:hover span.master-title{font-size:18px;left:-144px;top:-78px;}
.circle-bg .master:hover i.master-circle{cursor:pointer;background:url("./images/sprite-icon-circle-hover.png") no-repeat -70px -1px;}
.circle-bg .master:hover .master-diagonal{height:52px;top:-48px;left:-26px;}
.circle-bg .master:hover span.master-title:before{width:203px;}
.circle-bg .master:hover .desc-hover{opacity:1;}
.circle-bg .master i.master-circle-active:before{-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;-ms-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;}
.circle-bg .desc-hover-active{-webkit-transition:all 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s;}
.circle-bg span.master-title-active{-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;-ms-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;}
.circle-bg .master .master-diagonal-active{-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;-ms-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;}
.circle-bg .trauma .trauma-diagonal{width:66px;height:0;position:absolute;top:23px;left:-59px;overflow:hidden;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg .trauma .trauma-diagonal:before{display:inline-block;content:"";background-color:#ff0000;-moz-transform:rotate(-130deg);-ms-transform:rotate(-130deg);-webkit-transform:rotate(-130deg);-o-transform:rotate(-130deg);transform:rotate(-130deg);position:relative;top:-15px;left:33px;width:1px;height:86px;}
.circle-bg span.trauma-title:before{width:0;height:1px;display:inline-block;content:"";background-color:#f00;position:absolute;top:28px;right:-33px;-webkit-transition:all 0.5s ease-out 0.5s;-moz-transition:all 0.5s ease-out 0.5s;-o-transition:all 0.5s ease-out 0.5s;-ms-transition:all 0.5s ease-out 0.5s;transition:all 0.5s ease-out 0.5s;}
.circle-bg .trauma .desc-hover{top:97px;left:-253px;}
.circle-bg .trauma:hover span.trauma-title{font-size:18px;left:-328px;top:50px;}
.circle-bg .trauma:hover i.trauma-circle{cursor:pointer;background:url("./images/sprite-icon-circle-hover.png") no-repeat -70px -1px;}
.circle-bg .trauma:hover .trauma-diagonal{height:56px;}
.circle-bg .trauma:hover span.trauma-title:before{width:272px;}
.circle-bg .trauma:hover .desc-hover{opacity:1;}
.circle-bg .trauma .trauma-diagonal-active{-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;-ms-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;}
.circle-bg span.trauma-title-active{-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;-ms-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;}
.circle-bg .corect-mounting .corect-mounting-diagonal{width:283px;height:0;position:absolute;top:0;left:0;overflow:hidden;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg .corect-mounting .corect-mounting-diagonal:before{display:inline-block;content:"";background-color:#ff0000;-moz-transform:rotate(-80deg);-ms-transform:rotate(-80deg);-webkit-transform:rotate(-80deg);-o-transform:rotate(-80deg);transform:rotate(-80deg);position:relative;top:-120px;left:142px;width:1px;height:291px;}
.circle-bg span.corect-mounting-title:before{width:0;height:1px;display:inline-block;content:"";background-color:#f00;position:absolute;top:29px;right:-27px;-webkit-transition:all 0.5s ease-out 0.5s;-moz-transition:all 0.5s ease-out 0.5s;-o-transition:all 0.5s ease-out 0.5s;-ms-transition:all 0.5s ease-out 0.5s;transition:all 0.5s ease-out 0.5s;}
.circle-bg .corect-mounting .desc-hover{top:-27px;left:-474px;}
.circle-bg .corect-mounting:hover span.corect-mounting-title{font-size:18px;left:-383px;top:-77px;}
.circle-bg .corect-mounting:hover i.corect-mounting-circle{cursor:pointer;background:url("./images/sprite-icon-circle-hover.png") no-repeat -132px -1px;}
.circle-bg .corect-mounting:hover .corect-mounting-diagonal{height:52px;top:-48px;left:-283px;}
.circle-bg .corect-mounting:hover span.corect-mounting-title:before{width:219px;}
.circle-bg .corect-mounting:hover .desc-hover{opacity:1;}
.circle-bg .corect-mounting .corect-mounting-diagonal-active,
.circle-bg span.corect-mounting-title-active{-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;-ms-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;}
.circle-bg .transport .transport-diagonal{width:0;height:65px;position:absolute;top:-60px;left:27px;overflow:hidden;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg .transport .transport-diagonal:before{display:inline-block;content:"";background-color:#ff0000;-moz-transform:rotate(71deg);-ms-transform:rotate(71deg);-webkit-transform:rotate(71deg);-o-transform:rotate(71deg);transform:rotate(71deg);position:relative;top:-69px;left:88px;width:1px;height:207px;}
.circle-bg span.transport-title:before{width:0;height:1px;display:inline-block;content:"";background-color:#f00;position:absolute;top:29px;left:-48px;-webkit-transition:all 0.5s ease-out 0.5s;-moz-transition:all 0.5s ease-out 0.5s;-o-transition:all 0.5s ease-out 0.5s;-ms-transition:all 0.5s ease-out 0.5s;transition:all 0.5s ease-out 0.5s;}
.circle-bg .transport .desc-hover{height:190px;top:-40px;left:225px;}
.circle-bg .transport:hover span.transport-title{font-size:18px;left:261px;top:-89px;}
.circle-bg .transport:hover i.transport-circle{cursor:pointer;background:url("./images/sprite-icon-circle-hover.png") no-repeat 0 -2px;}
.circle-bg .transport:hover .transport-diagonal{width:186px;}
.circle-bg .transport:hover span.transport-title:before{width:195px;}
.circle-bg .transport:hover .desc-hover{opacity:1;}
.circle-bg .transport .transport-diagonal-active,
.circle-bg span.transport-title-active{-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;-ms-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;}
.circle-bg .material .material-diagonal{width:0;height:71px;position:absolute;top:23px;left:15px;overflow:hidden;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg .material .material-diagonal:before{display:inline-block;content:"";background-color:#ff0000;-moz-transform:rotate(-28deg);-ms-transform:rotate(-28deg);-webkit-transform:rotate(-28deg);-o-transform:rotate(-28deg);transform:rotate(-28deg);position:relative;top:-13px;left:20px;width:1px;height:93px;}
.circle-bg span.material-title:before{width:0;height:1px;display:inline-block;content:"";background-color:#f00;position:absolute;top:29px;left:-5px;-webkit-transition:all 0.5s ease-out 0.5s;-moz-transition:all 0.5s ease-out 0.5s;-o-transition:all 0.5s ease-out 0.5s;-ms-transition:all 0.5s ease-out 0.5s;transition:all 0.5s ease-out 0.5s;}
.circle-bg .material .desc-hover{left:77px;top:110px;height:215px;}
.circle-bg .material:hover span.material-title{font-size:18px;left:60px;top:64px;}
.circle-bg .material:hover i.material-circle{cursor:pointer;background:url("./images/sprite-icon-circle-hover.png") no-repeat -144px -2px;}
.circle-bg .material:hover .material-diagonal{width:46px;}
.circle-bg .material:hover span.material-title:before{width:226px;}
.circle-bg .material:hover .desc-hover{opacity:1;}
.circle-bg .material .material-diagonal-active,
.circle-bg span.material-title-active{-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;-ms-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;}
.circle-bg .mounting .mounting-diagonal{width:0;height:37px;position:absolute;top:-21px;left:18px;overflow:hidden;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg .mounting .mounting-diagonal:before{display:inline-block;content:"";background-color:#ff0000;-moz-transform:rotate(82deg);-ms-transform:rotate(82deg);-webkit-transform:rotate(82deg);-o-transform:rotate(82deg);transform:rotate(82deg);position:relative;top:-108px;left:126px;width:1px;height:252px;}
.circle-bg span.mounting-title:before{width:0;height:1px;display:inline-block;content:"";background-color:#f00;position:absolute;top:29px;left:-54px;-webkit-transition:all 0.5s ease-out 0.5s;-moz-transition:all 0.5s ease-out 0.5s;-o-transition:all 0.5s ease-out 0.5s;-ms-transition:all 0.5s ease-out 0.5s;transition:all 0.5s ease-out 0.5s;}
.circle-bg .mounting .desc-hover{top:0;left:275px;}
.circle-bg .mounting:hover span.mounting-title{font-size:18px;left:322px;top:-50px;}
.circle-bg .mounting:hover i.mounting-circle{cursor:pointer;background:url("./images/sprite-icon-circle-hover.png") no-repeat -47px -2px;}
.circle-bg .mounting:hover .mounting-diagonal{width:251px;}
.circle-bg .mounting:hover span.mounting-title:before{width:190px;}
.circle-bg .mounting:hover .desc-hover{opacity:1;}
.circle-bg .mounting .mounting-diagonal-active,
.circle-bg span.mounting-title-active{-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;-ms-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;}
.circle-bg .delivery .delivery-diagonal{width:0;height:104px;position:absolute;top:-99px;left:11px;overflow:hidden;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg .delivery .delivery-diagonal:before{display:inline-block;content:"";background-color:#ff0000;-moz-transform:rotate(62deg);-ms-transform:rotate(62deg);-webkit-transform:rotate(62deg);-o-transform:rotate(62deg);transform:rotate(62deg);position:relative;top:-63px;left:100px;width:1px;height:226px;}
.circle-bg span.delivery-title:before{width:0;height:1px;display:inline-block;content:"";background-color:#f00;position:absolute;top:29px;left:-54px;-webkit-transition:all 0.5s ease-out 0.5s;-moz-transition:all 0.5s ease-out 0.5s;-o-transition:all 0.5s ease-out 0.5s;-ms-transition:all 0.5s ease-out 0.5s;transition:all 0.5s ease-out 0.5s;}
.circle-bg .delivery .desc-hover{top:-75px;left:225px;}
.circle-bg .delivery:hover span.delivery-title{font-size:18px;left:260px;top:-128px;}
.circle-bg .delivery:hover i.delivery-circle{cursor:pointer;background:url("./images/sprite-icon-circle-hover.png") no-repeat -132px -1px;}
.circle-bg .delivery:hover .delivery-diagonal{width:195px;}
.circle-bg .delivery:hover span.delivery-title:before{width:190px;}
.circle-bg .delivery:hover .desc-hover{opacity:1;}
.circle-bg .delivery .delivery-diagonal-active,
.circle-bg span.delivery-title-active{-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;-ms-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;}
.circle-bg .goods .goods-diagonal{width:0;height:91px;position:absolute;top:-82px;left:32px;overflow:hidden;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.circle-bg .goods .goods-diagonal:before{display:inline-block;content:"";background-color:#ff0000;-moz-transform:rotate(63deg);-ms-transform:rotate(63deg);-webkit-transform:rotate(63deg);-o-transform:rotate(63deg);transform:rotate(63deg);position:relative;top:-98px;left:91px;width:1px;height:284px;}
.circle-bg span.goods-title:before{width:0;height:1px;display:inline-block;content:"";background-color:#f00;position:absolute;top:27px;left:-27px;-webkit-transition:all 0.5s ease-out 0.5s;-moz-transition:all 0.5s ease-out 0.5s;-o-transition:all 0.5s ease-out 0.5s;-ms-transition:all 0.5s ease-out 0.5s;transition:all 0.5s ease-out 0.5s;}
.circle-bg .goods .desc-hover{top:-60px;left:245px;}
.circle-bg .goods:hover span.goods-title{font-size:18px;left:237px;top:-110px;}
.circle-bg .goods:hover i.goods-circle{cursor:pointer;background:url("./images/sprite-icon-circle-hover.png") no-repeat -98px -1px;}
.circle-bg .goods:hover .goods-diagonal{width:178px;}
.circle-bg .goods:hover span.goods-title:before{width:210px;}
.circle-bg .goods:hover .desc-hover{opacity:1;}
.circle-bg .goods .goods-diagonal-active,
.circle-bg span.goods-title-active{-webkit-transition:all 0.5s ease-out 1s;-moz-transition:all 0.5s ease-out 1s;-o-transition:all 0.5s ease-out 1s;-ms-transition:all 0.5s ease-out 1s;transition:all 0.5s ease-out 1s;}
.icon-hover-menu {width:39px;height:33px;position:absolute;background:url("./images/hover-main-menu.png") no-repeat 0 0;top:-6px;left:50%;display:none;}
/* !advantages */

.about-us .bg-about-us{
    background-size: contain;
    float:left;margin:-65px 0 0 -25px;width:450px;height:395px;
    background-repeat: no-repeat;
}
.about-us > div.manufacturer-container{background:#ffffff;}
.about-us h1,
.about-us h3{font-family:"PTSansRegular", sans-serif;font-size:30px;text-transform:uppercase;color:#101010;margin:48px 0px 24px 14px;text-align:center;font-weight:400;}
.about-us h1:after{left:44%;}
.about-us .about-us-desc{width:575px;float:right;position:relative;margin-right:91px;}
.about-us .about-us-desc p:first-child{width:575px;}
.about-us .about-us-desc p{font-family:"PTSansRegular", sans-serif;font-size:16px;color:#101010;text-align:center;line-height:21px;background:transparent;}
.about-us .about-us-desc p.show-more{bottom:-46px;right:35%;}
.about-us .about-us-desc p.show-more a{font-size:16px;bottom:0;right:72px;}
.about-us h3{margin:0 37px 25px;}


.home-manufacturer-slider .slick-arrow{
    width: 23px;
    height: 44px;
    position: absolute;
    top: 50%;
    background: url(./images/arrow-carousel.png) no-repeat 0 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: inline-block;
    border: unset;
    font-size: 0px;
}
.home-manufacturer-slider .slick-prev{
    left: -23px;
}
.home-manufacturer-slider .slick-next{
    background-position: -25px 0;
    right: -23px;
}
.g-recaptcha div{
    margin: 0 auto;
}
.breadcrumb{
    background: #fff;
    position: relative;
}
.breadcrumb span, .breadcrumb p a {
    font-family: PTSansRegular, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #101010;
}
.breadcrumb span a span{margin:0;}
.breadcrumb span:last-child:before{background:url("./images/icon-brand-crumbs.png") no-repeat 0 0;}
.breadcrumb span:before{background:rgba(0, 0, 0, 0) url("./images/icon-brand-crumbs.png") no-repeat scroll -22px 0;content:"";display:inline-block;height:15px;margin:0 5px;position:relative;top:1px;width:10px;}
.breadcrumb span:first-child:before{display:none;}
.breadcrumb p:before{background:rgba(0, 0, 0, 0) url("./images/icon-brand-crumbs.png") no-repeat scroll -10px 0;content:"";display:inline-block;height:9px;width:11px;}
.breadcrumb p {
    position: absolute;
    top: 8px;
    right: 97px;
}
.breadcrumb span > span{color:#f00!important;}

/* product */
.product-card-content{
    padding-bottom: 20px;
}
.product-card-content .card-availability {
    position: relative;
    border-bottom: 1px solid #101010;
}


.product-card-content h1 {
    font-family: PTSansRegular, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #101010;
    text-transform: uppercase;
    text-align: left;
    line-height: 45px;
    margin: 0 0 20px 0;
}
.product-card-content .container-select{
    margin: 0 10px 0 25px;
}
.price-product {
    box-shadow: 2px 2px 6px #d3d3d3, 1px 1px 4px #d3d3d3 inset;
    margin: 42px 0 0 25px;
    padding: 20px 20px;
    text-align: left;
}
.slick-arrow{
    cursor: pointer;
}
.slick-arrow,.slick-arrow-little{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 32px;
    transition: .5s;
    height: 32px;
    width: 32px;
    opacity: 0.6;
    color: red;
}
.slick-arrow.slick-prev i,.slick-arrow.slick-prev svg{
    transform: rotate(180deg);
}
.slick-arrow-little{
    font-size: 16px;
    height: auto;
    width: auto;
}
.slick-arrow:hover{
    opacity: 1;
}
.slick-prev{
    left: 4px;
}
.slick-prev:hover{
    left: 0px;
}
.slick-next{
    right: 4px;
}
.slick-next:hover{
    right: 0px;
}
.slider_nav .slick-slide{
    margin-right: 16px;
}
.slider_nav .slick-list{
    padding: 10px;
}
.icon-product-card {
    display: inline-block;
    background: url(./images/sprite-product-card.png) no-repeat 0 0;
}
.icon-compare {
    width: 40px;
    height: 31px;
    position: relative;
    top: 14px;
    background-position: -41px 0;
}
.icon-cheaper {
    width: 41px;
    height: 31px;
    position: relative;
    top: 10px;
    background-position: -83px 0;
}
.icon-download-inform {
    width: 30px;
    height: 31px;
    position: relative;
    top: 10px;
    background-position: -126px 0;
}
.icon-delivery-time {
    width: 41px;
    height: 41px;
    position: relative;
    top: 10px;
}
/*.card-availability .fa-check-circle{*/
/*color: green;*/
/*}*/
.fa-check-circle{
    color: green;
}
/*.card-availability .fa-times-circle{*/
/*color: red;*/
/*}*/
.fa-times-circle{
    color: red;
}
.consider-price {
    text-align: center;
    width: 191px;
    height: 42px;
    background: url(./images/bg-show-prod.png) no-repeat 0 -84px;
    padding: 4px 0;
    margin: 7px 20px 0px 21px;
    float: left;
}

.consider-price:hover a {
    background: #fff;
    color: #29a029;
}
p.delivery-time{
    font-family: PTSansRegular, sans-serif;
    color: #101010;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-left: 9px;
    position: relative;
    width: 80px;
}
.green-text{
    color: #5b9b31;
}
.red-text{
    color: #ff0000;
}
.white-text{
    color: #fff;
}
.virtual-product-block a{
    font-family: PTSansRegular, sans-serif;
    color: #525355;
    font-size: 14px;
    font-weight: 400;
}
.consider-price a {
    background: #29a029;
    border-radius: 3px;
    font-family: PTSansRegular, sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    width: 183px;
    padding: 7px 0;
    display: inline-block;
}
.wrp-product-tabs{
    padding: 66px 0 12px;
}
.wrp-product-tabs ul{
    margin: 0 auto 68px;
    border: unset;
}
.wrp-product-tabs ul li a {
    font-family: PTSansRegular, sans-serif;
    color: #101010;
    font-size: 30px;
    font-weight: 400;
    position: relative;
}
.wrp-product-tabs ul li a.active {
    text-transform: uppercase;
}
.wrp-product-tabs ul li a.active:after,.wrp-product-tabs ul li:hover a:after,section .h2:after {
    background-color: #f00;
    content: "";
    display: block;
    height: 2px;
    left: -1px;
    margin: 5px auto 0;
    position: relative;
    width: 131px;
}
/* !product */
/* modals */
.modal-content {
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-header{
    color: #fff;
}
.modal-content button.close{
    color: #fff;
}
.modal-content .wrp-modal-send button{
    font-family: PTSansRegular, sans-serif;
    color: #101010;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #ffffff;
    width: 183px;
    height: 36px;
    border: unset;
}
.wrp-modal-send{
    width: 191px;
    background: url(./images/bg-show-prod.png) no-repeat 0 0;
    padding: 3px 0;
    display: block;
    background-position: 0 -42px;
    height: 42px;
    margin: 13px auto 0;
}
.modal-content .wrp-modal-send:hover button {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.modal-content input{
    border: unset;
    background: rgba(0, 0, 0, 0) url(./images/bg-input-contact.png) no-repeat scroll 0 0/cover;
    display: block;
    height: 34px;
    margin: 0 auto 20px;
    padding: 0 25px;
    width: 312px;
    color: #fff;
}
.modal-content input::placeholder {
    color: #fff;
}
.modal-content textarea{
    width: 264px;
    height: 77px;
    overflow: hidden;
    padding: 4px 17px;
    background: url(images/bg-question-popup.png) no-repeat 0 0;
    margin-bottom: 12px;
    border: 0;
    resize: none;
}
.help-info-block{width:100%;height:187px;background:url("./images/bg-help-info-block.png") no-repeat 0 0;}
.mob-search svg{
    width: 20px;
    height: 20px;
    fill: #fff;
}
.help-info-block a {
    font-family: PTSansRegular, sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    position: relative;
}
.help-info-block svg{
    fill: #fff;
    max-width: 64px;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

#product svg{
    max-width: 64px;
}

.help-info-block svg path{
    fill: #fff !important;
}
.help-info-block .help-info-block-item:hover svg{
    fill: red;
}
.help-info-block .help-info-block-item:hover svg path{
    fill: red !important;
}
.icon-help-info-block{display:block;text-align:center;background:url("./images/sprite-help-info-block-white.png") no-repeat 0 0;height:66px;margin-bottom:10px;}



.help-info-block .help-info-block-item:hover a{
    color: #ff0000;
}
.shipping-payment-item {
    margin-bottom: 20px;
}
.modal-content.bg-white .modal-header,.modal-content.bg-white button.close{
    color: black;
}
.modal-content.bg-white{
    background-color: #fff;
}
.bottom-red-border{
    display: inline-block;
    font-size: 18px;
    border-bottom: 2px solid #f00;
    padding-bottom: 6px;
    margin-bottom: 16px;
    font-family: PTSansRegular, sans-serif;
    font-weight: 400;
    color: #101010;
    text-transform: uppercase;
}

.wrp-product-tabs{
    margin-bottom: 25px;
}

.product-colors-slick .additional-info-block-item-desc {
    width: 141px;
    overflow: hidden;
    border: 1px solid #101010;
    position: relative;
    z-index: 100;
    margin: 0 auto;
}
.product-colors-slick .additional-info-block-item-desc p {
    font-family: PTSansRegular, sans-serif;
    color: #101010;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 0;
}
.product-colors-slick .additional-info-block-item-desc p:last-child {
    padding: 0 0 15px;
}
.product-colors-slick .additional-info-block-item-img {
    width: 124px;
    height: 124px;
    overflow: hidden;
    position: relative;
    z-index: 500;
    margin: 0 auto;
    margin-bottom: -46px;
}
.product-colors-slick .slick-arrow,.slick-related-products .slick-arrow,.slick-looked-products .slick-arrow{
    font-size: 36px;
}
section h1, section h2, h1.entry-title,section .h1, section .h2, .h1.entry-title {
    font-family: PTSansRegular, sans-serif;
    color: #101010;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0 0 55px 0;
}
.additional-info-block-item:hover .additional-info-block-item-desc {
    border: 1px solid #f00;
}
.wrp-product-colors,.wrp-related-products{
    margin-bottom: 25px;
}
.item-product{
    position: relative;
    padding: 0 20px 0 20px;
    margin-bottom: 60px;
}
.item-product a:hover{

}
.name-product {
    text-transform: uppercase;
    min-height: 80px;
}
.prod-foto {
    -moz-box-shadow: 6px 10px 11.96px 1.04px rgba(0, 0, 0, 0.39);
    box-shadow: 6px 10px 11.96px 1.04px rgba(0, 0, 0, 0.39);
    -webkit-box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #fff;
}
.prod-foto img{
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.item-product a .prod-foto:hover img{
    transform: translateZ(0) scale(1.5);
}
.desc-product {
    position: relative;
    padding: 80px 40px 30px;
    border: 1px solid #101010;
    margin: -40px 0px 0 0;
}
.item-product .more-product{
    cursor: pointer;
    position: absolute;
    bottom: -12px;
    width: 100%;
    right: 0px;
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
}
.item-product .more-product:after,.item-product .more-product:before{
    background: url(./images/icon-bg-link.png) no-repeat 0 0;
    width: 14px;
    height: 1px;
    position: absolute;
    top: 10px;
    /*left: 50px;*/
    left: 20%;
    content: " ";
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.item-product .more-product:after{
    left: auto;
    /*right: 50px;*/
    right: 20%;
}
.item-product .more-product:hover:after,.item-product .more-product:hover:before,
.item-product:hover .more-product:after,.item-product:hover .more-product:before{
    -moz-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    -webkit-transform: translateZ(0) rotate(-75deg);
    -o-transform: translateZ(0) rotate(-75deg);
    transform: translateZ(0) rotate(-75deg);
}
.item-product .stock-product{
    min-height: 30px;
}
#input-review{
    width: 312px;
    background: url(images/bg-question-popup.png) no-repeat scroll 0 0/cover;
}#input-review::placeholder{
     color: #fff;
 }
#btn-open-review-modal{
    width: 191px;
    height: 42px;
    background: url(./images/bg-show-prod.png) no-repeat 0 0;
    display: inline-block;
    padding: 3px 0;
    text-align: center;
    margin-bottom: 38px;
}
#btn-open-review-modal a {
    font-family: PTSansRegular, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background: #101010;
    width: 183px;
    padding: 7px 0;
    margin: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 36px;
}
.alignleft{
    float: left;
}
/* !modals */

/* stars */
.wrp-review-stars {
    width: 270px;
    display: inline-block
}
input.star {
    display: none
}

label.star {
    padding: 10px;
    font-size: 36px;
    color: #656565;
    transition: all .2s
}

input.star:checked~label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s
}

input.star-5:checked~label.star:before {
    color: #fff;
    text-shadow: 0 0 20px #952
}

input.star-1:checked~label.star:before {
    color: #F62
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3)
}

label.star:before {
    content: '\f005';
    font-family: "Font Awesome 5 Free"
}
/* !stars */

@media (max-width: 767px){
    .wrp-product-description img{
        display: block;
        width: 100% !important;
        height: auto;
    }
    .wrp-product-tabs ul li a {
        display: block;
        font-size: 16px;
    }
    .wrp-product-tabs ul li{
        float: left;
    }
    .wrp-product-tabs ul li:first-child {
        margin: 0 0 14px;
    }
    .help-info-block a{
        font-size: 15px;
    }

    .icon-help-info-block{
        background: url(./images/sprite-help-info-block-mob.png) no-repeat 0 0;
        height: 40px;
        margin-bottom: 5px;
        width: 38px;
        margin-right: 35px;
    }
    .icon-help-info-block-delivery{width:38px;left:7px;}
    .icon-help-info-block-call{width:38px;background-position:-38px 0;left:29px;}
    .icon-help-info-block-tel{width:44px;background-position:-76px 0;left:6px;}
    .icon-help-info-block-question{width:38px;background-position:-120px 0;left:40px;}
    .icon-help-info-block-address{width:31px;background-position:-158px 0;left:24px;}
    .wrp-price,.wrp-quantity{
        margin-bottom: 14px;
    }
}

.wrp-btn-add-product .btn-add-product{
    background: #29a029;
    border-radius: 3px;
    font-family: PTSansRegular, sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    width: 183px;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
}

.wrp-btn-add-product{
    width: 191px;
    height: 42px;
    background: url(./images/bg-show-prod.png) no-repeat 0 -84px/100%;
    padding: 4px 0;
}
.wrp-btn-add-product .btn-add-product:hover {
    background: #fff;
    color: #29a029;
}
.price-for{
    margin-bottom: 15px;
}
.price-for-qua{
    background-color: rgb(245 247 249);
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 6px;
    width: fit-content;
    border: 1px solid rgba(41, 160, 41, 1);
    border-right: none;
}
.price-for-quared{
    background-color: rgb(245 247 249);
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 6px;
    width: fit-content;
    margin-left: 1px;
    border: 1px solid rgb(233 75 40);
    border-left: 1px solid rgb(119 119 119);
}
.wrp-price{
    font-size: 26px;
}

/*category */
.category-title{
    font-family: PTSansRegular, sans-serif;
    color: #101010;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0 0 55px 0;
}
.category-title:after{
    background-color: #ff0000;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 130px;
}
.wrp-manufacturer-slick .slick-arrow{
    font-size: 30px;
    z-index: 0;
}
.wrp-manufacturer-slick{
    margin-bottom: 35px;
}
.wrp-manufacturer-slick .slick-list{
    width: 85%;
    margin: 0 auto;
}
.icon-filter {
    width: 7px;
    height: 17px;
    display: inline-block;
    background: url(./images/filter-icon.png) no-repeat -12px 0;
    position: relative;
}
.icon-filter.asc {
    background-position: -12px 0;
}
.icon-filter.desc {
    background-position: -17px 0;
}
a.active .icon-filter.desc.main {
    background-position: -5px 0;
}
a.active .icon-filter.asc.main {
    background-position: 0 0;
}

/* !category */
.label-product {
    display: block;
    position: absolute;
    top: 15px;
    left: 10px;
    margin: 0;
    z-index: 5;
    color: #fff;
    padding: 3px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.label-product.top {
    background: #ff6c00;
    z-index: 1;
}
.label-product.special{
    background: #E41710;
}
.label-product.new {
    background: #29A029;
}
.prod-cat-item {
    padding: 15px;
    position: relative;
    border: 1px solid #dedede;
    margin: 20px 0;
    box-shadow: 6px 0px 10px 1.04px rgb(0 0 0 / 20%);
}
.prod-cat-item-foto{
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* margin: auto 0; */
    /* left: 20px; */
    /* height: fit-content; */
    /* z-index: 1; */
}
.lang-wr .btn{
    color: #fff;
}

#top-btn {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 60px;
    right: 30px;
    transition: all 250ms linear;
    z-index: 1000;
    border: none;
    opacity: 0;
}
#top-btn.show{
    opacity: 1;
}
#top-btn:hover {
    cursor: pointer;
    color: #ff0000;
    background-color: #ddd;
}
.prod-cat-item-foto-over{
    background: #fff;
    overflow: hidden;
    /* box-shadow: 6px 10px 11.96px 1.04px rgba(0, 0, 0, 0.39); */
}
/*
.prod-cat-item-foto:hover img{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.prod-cat-item-foto:hover img {
    -moz-transform: translateZ(0) scale(1.5);
    -ms-transform: translateZ(0) scale(1.5);
    -webkit-transform: translateZ(0) scale(1.5);
    -o-transform: translateZ(0) scale(1.5);
    transform: translateZ(0) scale(1.5);
    cursor: pointer;
}*/

.imagehoverchange a{
    position: relative;
    display: block;
}
.imagehoverchange:hover .p-thumb{
    visibility: hidden;
        opacity: 0;

    
}
.imagehoverchange:hover .p-thumb2{
       visibility: visible;
    opacity: 1;
    
    
}
.p-thumb {
  transition: visibility 0.7s, opacity  0.7s linear;
 
}
.p-thumb2 {
  transition: visibility  0.7s, opacity 0.7s linear;

    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top:0;
}
.prod-cat-item-desc {
    position: relative;
    padding: 0;
    margin-left: 35px;
    width: 100%;
}
.prod-cat-item-name {
    margin-bottom: 15px;
    display: block;
    color: #101010;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 0;
}
.prod-cat-item-name:after {
    background-color: #ff0000;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto 0;
    width: 45px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.prod-cat-item-name:hover:after {
    width: 116px;
    left: 37%;
}
.prod-cat-item-bg-price {
    position: relative;
    text-align: center;
}
.prod-cat-item-wr-price .text-pr{
    font-size: 24px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    margin-bottom: 12px;
}
.attr-p {
    font-size: 15px;
}
.my-btn{
    background: #fff;
    padding: 3px;
    border: 1px solid #29a029;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-radius: 3px;
}
.my-btn span {
    display: block;
    background: #29a029;
    padding: 5px;
}
.my-btn:hover span{
    background: #fff;
    color: #29a029;
}
.prod-compare {
    color: #525355;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: none;
    background: none;
    margin: 15px 0 0 0;
    width: 100%;
}
.prod-compare:before {
    width: 28px;
    height: 19px;
    display: inline-block;
    content: "";
    background: url(./images/icon-compare.png) no-repeat 0 0;
    margin-right: -11px;
    position: relative;
    top: 5px;
    left: -15px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 5px 10px;
    background-color: #fff;
    border: none;
}
.list-group-item.active {
    z-index: 2;
    color: #e33231;
    background-color: transparent;
    border-color: transparent;
}

#column-left {
    max-width: 300px;
}
.pagination li a,
.pagination li span{
    border-bottom: 2px solid transparent;
    padding: 0 5px;
    display: block;
    margin-right: 20px;
    white-space: nowrap;
}
.pagination li.active a,
.pagination li a:hover,
.pagination li.active span {
    border-bottom: 2px solid #f00;
}
#column-left .noUi-connect {
    background: #e33231;
    box-shadow: none;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
#column-left .noUi-horizontal {
    height: 5px;
}
#column-left .noUi-base .noUi-origin .noUi-handle {
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 39px;
    height: 18px;
    display: inline-block;
    background: url(./images/filter-change.png) no-repeat;
    top: -4px;
    position: absolute;
    z-index: 2;
    cursor: ew-resize;
    outline: 0;
}
#column-left .noUi-base .noUi-origin:nth-child(1) .noUi-handle {
    background-position: 0 0;
    margin-left: -.5em;
}
#column-left .noUi-base .noUi-origin:nth-child(2) .noUi-handle{
    background-position: 0 -19px;
    margin-right: -.5em;
}
#column-left .noUi-handle:after,
#column-left .noUi-handle:before{
    display: none;
}
.custom-check label {
    position: relative;
    cursor: pointer;
}

.custom-check input[type="checkbox"], .custom-check input[type="radio"] {
    position: absolute;
    left: -999em;
}

.custom-check input[type="checkbox"] + span:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    border: 1px solid #949494;
    border-radius: 3px;
    color: #e33231;
}

.custom-check input[type="checkbox"]:checked + span:before {
    content: "";
    border-color: #e33231;
    background: #e33231;
}

.custom-check input[type="radio"] + span:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    border: 1px solid silver;
    border-radius: 100%;
}

.custom-check input[type="radio"]:checked + span:before {
    content: "";
    background: #339;
    border-color: #336;
    box-shadow: inset 0 0 1px 2px white;
}
.cost-sel{
    max-width: 85px;
    border-bottom: 1px dashed #101010;
}
.cost-sel #input-limit {
    color: #101010;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 0 0 0 5px;
    position: relative;
    bottom: 4px;
    border: none;

    cursor: pointer;
    background: url(images/arrow-select.png) no-repeat 100% 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.blog_slide_block {
    position: relative;
    -webkit-box-shadow: 6px 10px 11.96px 1.04px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 6px 10px 11.96px 1.04px rgba(0, 0, 0, 0.39);
    box-shadow: 6px 10px 11.96px 1.04px rgba(0, 0, 0, 0.39);
    transition: all 250ms linear;
}
.blog_slide_block_info_hdrs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
}
.blog_slide_block_info_hdrs:after{
    content: "";
    height: 70px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 0;
    left: 0;
}
.blog_slide_block:hover .blog_slide_block_info_hdrs:after{
    height: 100%;
}
.blog_slide_block_info_hdrs a{
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: block;
}
.blog_slide_block_info_hdrs2 a{
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.blog_slide_block_info_hdrs2 a:after,
.blog_slide_block_info_hdrs2 a:before{
    content: "";
    width: 15px;
    height: 1px;
    background: #e33231;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.blog_slide_block_info_hdrs2 a:before{
    left: -25px;
}
.blog_slide_block_info_hdrs2 a:after{
    right: -25px;
}
.blog_slide_block_info_hdrs2 a:hover:after,
.blog_slide_block_info_hdrs2 a:hover:before{
    -moz-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    -webkit-transform: translateZ(0) rotate(-75deg);
    -o-transform: translateZ(0) rotate(-75deg);
    transform: translateZ(0) rotate(-75deg);
}
.blog_slide_block_info_hdrs2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.blog_slide_block:hover .blog_slide_block_info_hdrs2{
    display: block;
}
.blog_slide_block:hover .blog_slide_block_info_hdrs a:before {
    background: rgba(0, 0, 0, 0) url(./images/border-catalog-item.png) no-repeat bottom center;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 1px;
    margin: 0 auto;
    width: 100%;
}
.blog_content table{
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.blog_content table th{
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #ff0000;
    vertical-align: middle;
}
.blog_content table td{
    padding: 10px 10px;
    border: 1px solid #ff0000;
    vertical-align: middle;
}
.blog_slide_block{
    margin-bottom: 40px;
}
.link-more{
    position: relative;
    color: #000;
    text-transform: uppercase;
}
.link-more:after,
.link-more:before{
    content: "";
    width: 15px;
    height: 1px;
    background: #e33231;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.link-more:before{
    left: -25px;
}
.link-more:after{
    right: -25px;
}
.link-more:hover:after,
.link-more:hover:before{
    -moz-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    -webkit-transform: translateZ(0) rotate(-75deg);
    -o-transform: translateZ(0) rotate(-75deg);
    transform: translateZ(0) rotate(-75deg);
}
.wrp-newsletter-block{
    border-top: 1px solid #101010;
    padding: 14px 0 14px;
    margin-top: 55px;
}
.wrp-newsletter-fields{
    max-width: 800px;
    margin: 0 auto;
}
.menu-li-ac.active,
.menu-li-ac:hover{
    color: #e33231;
}
.wr-info-user{
    position: relative;
    padding: 65px 0px;
}
.wr-info-user:after {
    content: '';
    background: url(images/bg-personal-info.png) 45px 30px no-repeat;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5f5f5f;
    border-color: #6b6b6b;
}
.btn-primary.focus, .btn-primary:focus{
    color: #fff;
    background-color: #5f5f5f;
    border-color: #6b6b6b;
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}
.ocfilter-option {
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #dedede;
    margin: 0px 0 30px;
    box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 15%);
}
.menu-cat-all {
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #dedede;
    margin: 0px 0 30px;
    box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 15%);
}
.menu-cat-all .list-group-item{
    text-transform: uppercase;
    font-weight: bold;
}
.menu-cat-all .list-group-item+.list-group-item {
    font-weight: 300;
    text-transform: none;
}
.ocfilter-option .ocf-option-name {
    margin-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
}
.dop-menu-ul {
    background-color: #f5f7f9;
    padding: 10px;
    margin-bottom: 25px;
}
.dop-menu-ul a{
    display: flex;
    align-items: center;
    line-height: initial;
}
.dop-menu-ul a svg{
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.dop-menu-ul a:hover{
    color: #FF0000;
}
.dop-menu-ul a:hover svg{
    fill: #FF0000;
}
.fixed-dop-menu.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f5f7f9;
    z-index: 10;
    left: 0;
}
.fixed-dop-menu.sticky .dop-menu-ul {
    background-color: #f5f7f9;
    padding: 10px;
    margin: 0 auto;
    max-width: 1260px;
}
.btn-cart{
    display: block;
    font-size: 12px;
    text-decoration: underline;
    color: #FF0000;
}
#cart-total {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
}
.cart-a{
    position: relative;
}
#cart-count{
    position: absolute;
    top: -10px;
    right: 5px;
    padding: 0 5px;
    background: #FF0000;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}



.container-coloroption {
    box-shadow: 2px 2px 6px #d3d3d3, 1px 1px 4px #d3d3d3 inset;
    margin: 42px 0 0 25px;
    padding: 20px 20px;
    text-align: left;
}
.heandco {
    
}
.heandco b {
    
}

 
.heandcovert {
    width: 100%;
}


.tablecolors {
    margin: 15px 0;    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tablecolorsincat.tablecolors {
    align-items: center;
    margin: 0;    justify-content: center;
}
.tablecolorsincat2.tablecolors {
    align-items: center;
    margin: 15px 0 ;    justify-content: flex-end;
}
.item-coloroption {
    border-radius: 3px;
    width: 34px;
    height: 34px;
    border: 1px solid transparent;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}
.item-coloroption span{
    border-radius: 3px;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    
}
.item-coloroption:hover,.item-coloroption.active {
    border: 1px solid #29a029; 
}

.tabledlina {
    position: relative;
}
.tabledlina .divhelp {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 14px;
    /* display: none;*/
}
.tabledlina:hover .divhelp{
    display: block;
}


.backbtnprod {
    background: #f00;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    outline: none;
    border: 0;
    margin-right: 15px;
    gap: 8px;
    transition: all 250ms linear;
}
.backbtnprod:hover {
    color: #ff0000;
    background-color: #ddd;
}
.backbtnprod:hover svg path{
    fill: #ff0000; 
}
.backbtnprod svg{
    width: 20px; 
    
    
}
.backbtnprod svg path{
     fill: #fff;
    
    
}

.sumincart {
display: flex
;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
}
.sumincart svg {
    width: 16px;
    flex-shrink: 0;
}
.sumincart svg path{
   fill:rgb(233 75 40);
}
.sumincart span {
        font-size: 16px;
}
.sumincart b {
        font-size: 18px;
}







