@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');

/* #ff7425 - червоний*/

/* main styles*/
body{
    margin:0;
    position:relative;
    font-family: 'Maven Pro', sans-serif;
}
:root {
  font-size: 16px;
  font-family: 'Maven Pro', sans-serif;

}

a {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    transition: all .4s ease;
}
.wrapper{
    width: 100%;
    position: relative;
    overflow-x:hidden;
    padding-top:90px;
}
section{
    position: relative;
    margin: auto;
    width:100%;
    padding: 80px;
    padding-bottom:110px;
    transition: padding-top 1s ease;
    border-radius:30px 30px 0 0;
    background:#fff;
    margin-top: -30px;
    z-index: 3;
}

.mainButton{
    background: #ff7425;
    color: #fff;
    display: flex
;
    width: max-content;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
    grid-gap: 10px;
}
.mainButton:after{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21c-1.654 0-3-1.346-3-3v-4.764c-1.143 1.024-3.025.979-4.121-.115a3 3 0 0 1 0-4.242L12 1.758l7.121 7.121a3 3 0 0 1 0 4.242c-1.094 1.095-2.979 1.14-4.121.115V18c0 1.654-1.346 3-3 3M11 8.414V18a1.001 1.001 0 0 0 2 0V8.414l3.293 3.293a1.023 1.023 0 0 0 1.414 0a1 1 0 0 0 0-1.414L12 4.586l-5.707 5.707a1 1 0 0 0 0 1.414a1.023 1.023 0 0 0 1.414 0z'/%3E%3C/svg%3E");    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    transform:rotate(90deg);
}

.mainButton:hover{
    background: #b12530;
}


.row{
    width: 100%;
    margin: auto;
    max-width: 1920px;
    display: flex;
    
}

/* header */

.header{
       width: 100%;
    position: relative;
    justify-content: center;
    display: flex;
}

.sectionFcontactsSocial a {
    background: #ff7425;
    width: 50px;
    height: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.4s;
}
.sectionFcontactsSocial a svg {
    color: #fff;
}
.sectionFcontactsSocial a:hover {
    background: #9b4513;
}
.contactMap div iframe {
    width: 100%;
    height: 600px;
}
.contactMap {
    padding: 0;
        overflow: hidden;
}
.sectionFcontactsSocial {
    display: flex
;
    grid-gap: 20px;
    flex-wrap: wrap;
}

.headerMenuButton{
       color: #999;
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 500;
    display:none;
    cursor:pointer;
}
.headerWrap{
        width: 100%;
    max-width: 1920px;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 90px;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    transition: all .5s ease;
    background: #fff;
        border-bottom: 1px solid #fff;
}

.headerLogo{
        width: auto;
    max-width: 150px;
    align-items: center;
    display: flex;
    justify-content: start;
    height:100%;
}

.headerPhone{
        display: flex
;
    align-items: center;
    padding-left: 20px;
    font-size: 20px;
}
.headerPhone a{
        color: #fff;
}

.headerPhoneMy{
    margin-right: auto;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.headerPhoneMy a{
        font-size: 18px;
    font-weight: 600;
    color: #222;

}
.headerPhoneMy span{
    
}

.headerLogo a{
padding: 10px 0;
    display: flex
;
    height: 100%;
}
.headerLogo a img{
        width: 100%;
}
.headerSocialAll{
        display: flex
;
    grid-gap: 15px;
    align-items: center;
    justify-content: center;
}
.headerSocialAll a:hover svg{
    color:#222;
}
.headerSocialAll svg{
    color: #676767;
    width: 30px;
    height: 30px;
    transition:0.3s ;
}
.headerSocialAll a{
    position:relative;
}
.headerSocialAll span{
        position: absolute;
    top: -10px;
    right: -10px;
    background: #ff7425;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px;
    width: 22px;
    height: 22px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.headerMenuButtonMy .hMBM2 svg {
    color: #222;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
}
.headerMenuButtonMy .hMBM1 svg {
    color: #222;
    width: 40px;
    height: 40px;
}
.headerMenuButtonMy .hMBM2 {
    display: none;
}
.headerMenuButtonMyActive .hMBM2 {
    display: block;
}
.headerMenuButtonMyActive .hMBM1 {
    display: none;
}


/*a.headerNav-about{
    display: flex;
    align-items: center;
    margin-right: auto;
    color: #999;
    font-weight: 500;
    font-size:16px;
}*/
.headerUl li a{
    font-size: 16px;
    color: #676767;
    font-weight: 500;
}
.headerUl li a:focus{
    color: #222;
}
.headerUl li a:hover {
    color: #222;
}
.headerUl ul.dropdown-menu{
    
}
.headerUl ul.dropdown-menu li{
        padding: 0 20px;
}
.headerUl ul.dropdown-menu li a{
        border-bottom: 1px solid #0000002e;
    padding: 7px 0;
    outline:0!important;
}
.headerUl ul.dropdown-menu li a:active{
        background: transparent;
}

.text-new ul, .text-new ol{padding-left:0;margin-bottom:1rem}.text-new li{position:relative;margin-bottom:.5rem;padding-left:25px;line-height:1.5;color:#333;font-size:1rem}.text-new ul{list-style-type:none}.text-new ul li::before{content:'\2022';position:absolute;left:0;top:0;font-size:1.2rem;color:#ff7425  ;line-height:1.5}.text-new ol{list-style-type:none;padding-left:20px}.text-new ol li::before{content:counter(list-item) ". ";position:absolute;left:0;top:0;font-size:1rem;color:#ff7425  ;line-height:1.5}.text-new ol ul{padding-left:20px;list-style-type:disc}.text-new ol ol{padding-left:20px;list-style-type:lower-alpha}.text-new ol>li>ul{list-style-type:disc;padding-left:20px;margin-top:.5rem}.text-new ol ul li::before{content:'\2022';font-size:1rem}.text-new ul.disk{list-style-type:disc}.text-new ul.circle{list-style-type:circle}.text-new ul.square{list-style-type:square}.text-new ol.roman{list-style-type:upper-roman}.text-new ol.lower-roman{list-style-type:lower-roman}.text-new ol.alpha{list-style-type:upper-alpha}.text-new ol.lower-alpha{list-style-type:lower-alpha}.text-new ul.custom-marker li::before{content:'\2713';color:#ff7425  }@media (max-width:767px){.text-new li{padding-left:15px;font-size:.9rem}.text-new ol,.text-new ul{padding-left:15px}.text-new ol ul{padding-left:15px}.text-new ol ol{padding-left:15px}.text-new ol>li>ul{padding-left:0}}@media (min-width:768px) and (max-width:1024px){.text-new li{padding-left:20px;font-size:.95rem}.text-new ol,.text-new ul{padding-left:20px}.text-new ol ul,.text-new ol ol{padding-left:20px}.text-new ol>li>ul{padding-left:5px}}

.headerMobLiDropA{
        display: flex
;
    align-items: center;
}
.headerMobLiDropA svg{
    color: #222;
    transform: rotate(180deg);
}
.headerMobLiDropColl{

}
.headerMobLiDropColl .card{
    padding: 0;
    border: 0;
}
.headerMobLiDropColl .card a{
    margin: 5px 0;
}
.headerUl ul.dropdown-menu li:last-child a{
    border:0;
}
/*.headerUl li a:hover {
    color: #fff;
    text-shadow: 0 0 15px #fff;
}*/
.headerNav{
display: flex
;
    width: min-content;  
}
.headerNavMobile{
    display:none;
}
.headerUl{
    display: flex
;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 20px;
    margin-right: auto;
    grid-gap: 0 30px;
    padding-left: 40px;
}
.headerUl li{
    margin: 0 auto;
}
.headerSocial{
        display: flex;
    align-items: center;
    
}
.headerSocial a svg{
    color:#fff;
}

.headerSocial a:hover:after{
    opacity: 1;
}

.headerWrapScroll{
        background: #222;
    transition: all .5s ease;
}
.headerButton{
        display: grid
;
    align-content: center;
    justify-content: center;
}
.headerButton a{
    font-size: 17px;
    align-items: center;
    display: flex
;
}
.headerButton a:after{
    display:none;
}
.headerWrapScroll .headerUl li a {
    color:#bdbdbd!important;
}
.headerWrapScroll .headerUl li a:hover{
       text-shadow: 0 0 16px #222;
}
.headerWrapScroll .headerMenuButton{
    color:#222;
}

/* end header*/

/**/
.homeMain{
    background: #ececec !important;
    height: calc(100vh - 90px);
    padding-top: 0;
    overflow: hidden;
    transition: padding-top 1s ease;
    position: relative;
        display: flex
;
    align-items: center;
        border-radius: 30px 30px 0 0;
        margin-top:0!important;
}
.homeMain:after{
    content: "";
    background-image: url(/img-bb/homeIMGG4.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: brightness(0.3);
}
.homeMain .row{
    height:100%;
}
.homeMain .container{
    position:relative;
}

.homeMainContent{
        position: relative;
    z-index: 3;
}
.homeMainContent h1{
        font-size: 90px;
    color: #fff;
    margin-bottom: 10px;
}
.homeMainContent h2{
    font-size: 30px;
    color: #d5d5d5;
    padding-left: 30px;
    display: flex
;
    align-items: center;
    grid-gap: 20px;
}
.homeMainContent h2:before{
    content: "";
    width: 60px;
    height: 2px;
    background: #ff7425;
    display: block;
}
.homeMainContent p{
        color: #efefef;
    font-size: 18px;
    width: 100%;
    max-width: 570px;
    margin: 30px 0;
}

.homeVideo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}
/**/

.ori-contact-form-wrap label {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.ori-contact-form-wrap input, .ori-contact-form-wrap textarea {
    width: 100%;
    height: 50px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: transparent;
    border: 1px solid #c9c9c9;
    color: #fff !important;
    border-radius: 10px;
}
.ori-contact-form-wrap input::placeholder, .ori-contact-form-wrap textarea::placeholder{
    color:#dddddd;
}
.ori-contact-form-wrap textarea {
    height: 140px;
}
.ori-contact-form-text-info {
    padding-left: 30px;
}
/*.ori-contact-form-text-info h3 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 30px;
}*/
.ori-contact-form-text-info .ori-contact-form-item-info {
    margin-top: 35px;
}
.ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info {
    margin-bottom: 20px;
}
.ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info .info-icon {
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 18px;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #ff7425;
}
.ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info .info-icon svg{
    color: #fff;
    width: 30px;
    height: 30px;
}
.ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info .info-text h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    color:#fff;
}
.ori-contact-form-text-info p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.ori-contact-info a {
    transition: all .3s ease-in-out;
    color:#e8e8e8;
}
.ori-contact-info a:hover{
    color:#ff7425;
}
@media screen and (max-width: 991px) {
    .ori-contact-form-text-info {
        max-width: 100%;
        margin-bottom: 60px;
        padding-left: 0;
        margin-top: 60px;
    }
    
}
/**/

.homeAboutHalf{
    background:#ececec;
}

/**/


.homeMainLine1{
    position: absolute;
    bottom: -80px;
    left: 30%;
    width: 400px;
    height: 140px;
    border: 2px dashed  #ff7425;
    z-index: 3;
    border-radius: 50px;
    opacity: 0.5;
}
.homeMainLine2{
    position: absolute;
    top: -150px;
    right: 100px;
    width: 300px;
    height: 200px;
    border: 2px dashed  #ff7425;
    z-index: 3;
    border-radius: 50px;
    opacity: 0.7;
}
.wordColor{
    color: #ff7425;
}
.homeMainImgOther{
        position: absolute;
    bottom: 100px;
    right: 0;
    z-index: 3;
    background: #fff;
    width: 400px;
}

/* model */

.catalogBlockModel{
    
}
.catalogBlockH2Product{
    padding: 0!important;
}
.catalogBlockH2P{
    margin-bottom: 60px;
    font-size: 18px;
    margin-top: 10px;
    color: #696969;
}
.catalogBlockModel .catalogBBlock{
    height: initial;
    align-content: center;
    padding-bottom: 20px;
}
.catalogBlockModel .catalogBBlock img{
        height: 130px;
    object-fit: contain;
    width:100%;
}
.catalogBlockModel .catalogBBlock div{
    padding: 0 15px;
    font-size: 12px;
    line-height: 14px;
    color: #696969;
}

/**/

.mainButtonLink{
    background: #ff7425;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 16px;
    text-transform: uppercase;
    display: flex
;
    align-items: center;
    width: max-content;
    grid-gap: 5px;
    transition: 0.3s;
    outline:0;
    border:0;
}
.mainButtonLink:after {
    content:"";
  display: inline-block;
  width: 30px;
  height: 30px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m12 4l-6 6m6-6l6 6m-6-6v10.5m0 5.5v-2.5'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform: rotate(90deg);
}
.mainButtonLink:hover{
        background: #9b4513;
    transform: translateX(15px);
}


.sectionH2{
    margin: 0;
    font-size: 45px;
    font-weight: 600;
    color: #222;
    text-align: left;
    padding-bottom: 40px;
    position:relative;
}
.sectionH2 span{
    position: relative;
    z-index: 1;
}
.sectionP{
    margin-top: -25px;
    margin-bottom: 40px;
    font-size: 18px;
}
.sectionWhite{
    background:#fff;
}
.sectionDark{
    background: #fff;
}


/* my css */

/* product */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pOther {
    display: grid
;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
    padding-top: 10px;
}
.pOther > span {
    font-size: 16px;
    grid-gap: 10px;
    display: flex
;
    font-weight: 600;
    align-items: center;
    margin-bottom: 10px;
}
.pOther > span svg {
    font-weight: 400 !important;
    font-size: 25px !important;
    color: #858383;
}

.productRight{
    
}
.productH1991{
    display:none;
}
.productRight h1{
    font-size: 30px;
}
.productPriceAndAv{
        display: flex
;
    flex-wrap: wrap;
    grid-gap: 20px;
    justify-content: space-between;
    margin: 30px 0;
    margin-top: 20px;
    align-items: flex-start;
}
.productPAAPrice{
        font-size: 40px;
    font-weight: 600;
}
.productPAAPrice small{
    font-size: 26px;
    margin-left: 5px;
}
.productPAAAv{
    color: #00ab00;
    background: #f1f1f1;
    border-radius: 15px;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 600;
}
.productPAAAv[data-productAv="false"]{
    color:red;
    background: #ff00001c;
}
.productDes{
    
}
.productDesVideo{
        width: 100%;
    margin-top: 60px;
}
.productDesVideo iframe{
    border-radius:20px;
}

.productAction{
        display: flex
;
    flex-wrap: wrap;
    grid-gap: 20px;
    align-items: center;
    margin: 10px 0 30px 0;
}
.productActionWish{
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.productActionWish svg{
    width:30px;
    height:30px;
    color:#ff7425;
}
.productActionCart{
    background: #ff7425;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 16px;
    text-transform: uppercase;
    display: flex
;
    align-items: center;
    width: max-content;
    grid-gap: 5px;
    transition: 0.3s;
    outline: 0;
    border: 0;
}

.productAbout{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
}
.productAbout h3{
    width: max-content;
    color: #222;
    margin-bottom: 30px;
    position:relative;
        padding-bottom: 10px;
        font-weight:600;
}
.productAbout h3:after{
content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    border: 1px solid #ff7425;
}
.productDesription{
    
}


/* slider */

.productSlider{
    position:relative;
}
.productSlider .slider-for .slick-prev{
        background-color: #fff;
    color: #70757a;
    border: 1px solid #dadce0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    z-index: 1;
    left: 0;
}
.productSlider .slider-for .slick-next{
        background-color: #fff;
    color: #70757a;
    border: 1px solid #dadce0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    z-index: 1;
    right:0;
}
.productSlider .slider-for .slick-prev:before{
    color:#222;
    content:""!important;
  display: inline-block;
  width: 30px;
  height: 30px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m17 14l-5-5m0 0l-5 5'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform:rotate(-90deg);
}
.productSlider .slider-for .slick-next:before{
    color:#222;
    content:""!important;
  display: inline-block;
  width: 30px;
  height: 30px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m17 14l-5-5m0 0l-5 5'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform:rotate(90deg);
}

.productSlider .slider-nav .slick-prev{
    display:none!important;
}
.productSlider .slider-nav .slick-next{
    display:none!important;
}



.productSlider .slider-for img{
        width: 100%;
}
.productSlider .slider-nav{
        margin-top: 60px;
}
.productSlider .slider-nav img{
        width: 100%;
}


/* catalogAll */

.catalogAll{
display: grid
;
    grid-gap: 90px;
}

.catalogBlock{
    
}
.catalogBH2 h2{
    
}
.catalogBAll{
        display: grid
;
    grid-template-columns: repeat(6, 16.66%);
}
.catalogBBlock{
        display: grid
;
    text-align: center;
    border: 1px solid #f4f4f4;
    height: 200px;
    align-content: stretch;
}
.catalogBBlock img{
        width: calc(100% - 10px);
    margin: auto;
}
.catalogBBlock div{
        width: 100%;
    height: 100%;
    display: flex
;
    align-items: end;
    justify-content: center;
    padding-bottom: 10px;
    color: #696969;
    padding:0 15px;
}
.catalogBBDIVMAIN{
    font-size:14px!important;
    width: 100%!important;
    height: 100%!important;
    display: flex!important;
    align-items: end!important;
    justify-content: center!important;
    padding-bottom: 10px!important;
    color: #696969!important;
    padding:0 15px!important;
}
.catalogBBlockMAIN{
height: 200px !important;
    align-items: stretch !important;
    align-content: initial !important;
}

/* other*/

.catalogBAllOther{
            display: grid
;
    grid-template-columns: repeat(5, 20%);
}
.catalogBBlockOther{
            display: grid
;
    text-align: center;
    border: 1px solid #e7e7e7;
    align-content: stretch;
}
.catalogBBlockOther img{
        width: 100%;
    height: 130px;
    object-fit: contain;
}
.catalogBBODescription{
    padding: 0 15px;
    font-size: 12px;
    line-height: 14px;
    color: #696969;
}
.catalogBBOAction{
        padding: 10px 15px;
    display: flex
;
    grid-gap: 10px;
    justify-content: space-between;
}
.catalogBBOAction span{
    font-size: 24px;
    color: #222;
}
.catalogBBOAction span small{
    font-size: 16px;
}
.catalogBBOAwish{
        margin-left: auto;
}
.catalogBBOAcart{
    
}
.catalogBBOAction a svg{
        width: 30px;
    height: 30px;
    color: #ff7425;
}
.catalogBBOAv{
    display: flex
;
    text-align: left;
    padding: 0 15px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #00ab00;
}
.catalogBBOAvNot{
    color: red;
}

.catalogBBlockOther[data-catalogNotAv="false"]{
    filter: opacity(0.5);
}
/**/

.catAllClick{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-bottom: 60px;
}
.catAllClick a{
    transition: all 0.3s;
    padding: 12px 20px;
    border: 1px solid #ff742563;
    border-radius: 15px;
    color: #222;
    align-items: center;
    display: flex
;
    grid-gap: 5px;
}
.catAllClick a:after{
    content:"";
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.21 16H7.79a1.76 1.76 0 0 1-1.59-1a2.1 2.1 0 0 1 .26-2.21l4.21-5.1a1.76 1.76 0 0 1 2.66 0l4.21 5.1A2.1 2.1 0 0 1 17.8 15a1.76 1.76 0 0 1-1.59 1'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
      transform: rotate(90deg);
      color: #ff7425;
}
.catAllClick a:hover{
    border: 1px solid #ff7425;
}
.catalogFirstH2{
        font-size: 22px;
    margin-bottom: 20px;
    color: #4b4b4b;
}
/* sectionCart */

.sectionCart{
    
}
.cart-form__summ{
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 15px;
    margin-top: 30px;
    display: flex
;
    width: max-content;
    margin-left: auto;
    border: 1px solid #222;
    font-size: 14px;
    align-items: baseline;
}
.cart-form__summ span{
    font-size: 22px;
    font-weight: 600;
}
.cartTable {
    display: grid
;
    grid-gap: 20px 0;
    margin-bottom: 30px;
}
.cartMain {
    padding: 0;
    display: flex
;
    grid-gap: 30px;
}
.cart1 {
    padding: 0;
}
.cart1 img {
    width: 100px;
    min-width: 100px;
    height: 140px;
    object-fit: contain;
}
.cart11 {
    padding: 0;
    display: flex
;
    flex-wrap: wrap;
}
.cartTableClosePos {
    position: absolute;
    top: 0;
    right: 30px;
    justify-content: end;
}
.cartName {
    color: #ff7425;
}
.productColMy2 {
    position: relative;
    margin-right: 20px;
}
.pCInput {
    text-align: center;
    width: 100%;
    max-width: 100px;
    height: 42px;
}
.pCPlus {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    text-align: center;
    padding: 8px 0px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
}
.pCMinus {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    text-align: center;
    padding: 8px 0px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
}
.chMoney {
    font-size: 18px;
    font-weight: bold;
}
.cartTableClose svg {
    font-size: 26px;
    background: #e1e1e1;
    border-radius: 50%;
    padding: 3px;
}
.cartTableBlock2{
    position:relative;
}
.form--checkout .form__label, .form--track .form__label {
    margin-bottom: 8px;
}
.cart11 .col-md-6, .cart11 .col-md-2, .cart11 .col-md-1, .cart11 .col-md-12 {
    padding: 0 !important;
    display: flex
;
    align-items: center;
}
.form__input {
    height: 40px;
    padding-left: 10px;
}

.hAboutAll{
        display: grid
;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 48.6%);
}
.hABLockLeft{
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
}
.hABLockLeft img{
width: 100%;
    max-width: 300px;
}
.hABLockRight{
    
}
.hABLockRight h4{
        font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}
.hABRPs{
    
}
.hABRPs p{
position: relative;
    padding-left: 40px;
}
.hABRPs p:before{
    content:"";
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%23000'%3E%3Cpath fill-rule='evenodd' d='M.5 10a.5.5 0 0 1 .5-.5h18a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5' clip-rule='evenodd'/%3E%3Cpath d='M1.15 1.878a.514.514 0 0 1 .728-.727l16.971 16.971a.514.514 0 0 1-.727.727z'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    top: 5px;
    left: 0;
    color: #ff7425;
}

.checkout-form{
    
}
.checkout-form .form__group {
    display: grid
;
    grid-gap: 0;
}
.mb--20{
    margin-bottom:20px;
}
.checkout-form label{
        font-size: 14px;
    margin-bottom: 4px !important;
}

.checkout-form input, .checkout-form textarea, .checkout-form select{
        border-radius: 10px;
    border: 1px solid #222;
    font-size: 14px;
}
.checkout-form select{
        width: 100%;
}

/**/

.scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 30px;
    display: none;
    position: fixed;
    line-height: 55px;
    background-color: #ff7425;
    border-radius: 100%;
}
.scrollup svg{
    color: #fff;
    width: 40px;
    height: 40px;
}
/**/

.sectionForm{
    background:#222;
}
.sectionForm:after{
    content: "";
    background-image: url(/img-bb/formBack.png) !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.sectionForm .container{
    position:relative;
    z-index:2;
}
.sectionForm .sectionH2{
    color:#fff;
}

/**/

.homeCategories{
        margin-top: -30px;
    position: relative;
    z-index: 3;
    background: #fff;
}
.homeCAll{
        display: grid
;
    grid-template-columns: repeat(2, 48.6%);
    grid-gap: 30px;
}
.homeCABlock{
        border-radius: 30px;
    overflow: hidden;
    background: #fff;
    height: 500px;
    position: relative;
}

.homeCABlock a{
        width: 100%;
    height: 100%;
    display: block;
}
.homeCABlock img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0px) brightness(0.4);
    transition: all 0.3s;
}
.homeCABlock h4{
        position: absolute;
        padding:0 15px;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 40px;
}
.homeCABarrow{
        width: 100px;
    height: 100px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    background: #ff7425;
    bottom: 0;
    left: 0;
    display: flex
;
    align-items: end;
    justify-content: start;
    color: #fff;
    transition:0.3s;
}
.homeCABarrow svg{
        width: 46px;
    height: 46px;
    color: #fff;
    transform: rotate(90deg);
    position: relative;
    bottom: 10px;
    left: 10px;
}
.homeCABlock:hover img{
    filter: blur(3px) brightness(0.4);
}


/* footer */

.footer{
    background: #222;
    padding-bottom:40px;
    position:relative;
    z-index:4;
}
.footerCenterMenu{
    display: grid;
}
.footerCenterMenu h4{
        font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.footerCenterMenu a{
        font-size: 18px;
    margin-bottom: 13px;
    transition:0.3s;
    color: #e8e8e8;
}
.footerCenterMenu a:hover{
    color:#fff;
}
.footerServAll{
        display: grid;
    grid-gap: 10px;
}
.footerServAll a{
    margin: 0;
}

.footerLogo{
        width: 100%;
    padding-right: 60px;
}
.footerBLeft{
    color: #fff;
}
.footerBLeft p{
    margin: 0;
    font-size: 14px;
}

.footerBRight{
    display: flex;
    grid-gap: 10px 20px;
    justify-content: end;
}
.footerBRight a{
    color: #fff;
}


/**/

.aboutTwoBlock{
    position: relative;
    background: #dcdcd0;
    padding: 60px;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 60px;
}
.aboutTBUl{
    display: grid;
    grid-template-columns: repeat(2, auto);
    max-width: 700px;
}
.homeSBIconAbout{
        background: transparent;
    width: inherit;
    height: initial;
}
.homeSBIconAbout svg{
        transform: rotate(0deg);
    width: 30px;
    height: 30px;
    color:#ff7425;
}
.homeServBlockAbout{
    padding-left: 40px;
}
.homeSBContentAbout p{
        font-size: 20px;
    color: #222;
}
.homeServBlocksAbout{
    grid-template-columns: repeat(3, 29.7%);
}

/**/

.sectionPages{
    padding: 60px 0;
    background: #e9e9e9;
    position: relative;
    z-index: 2;

}
.sectionPagesH1{
    padding-bottom: 20px;
}
.sectionPBread{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.sectionPBread:before{
    content:"";
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M5 12H3l9-9l9 9h-2M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M9 21v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
      color: #222;
}
.sectionPBread a{
    
}



/* faq */

.faq-area .inner-descripe {
    margin-bottom: 30px;
}
#faq .panel-body a{
    color:#ff7425!important;
}
#faq .panel-body a span{
    color:#ff7425!important;
}
.faq-area .inner-descripe h2{
    color:#222;
}
.faq-area .inner-descripe p {
    color: #414141;
    line-height: 26px;
}
.single-my-account {
    border: 1px solid #c3c3c3;
    margin-bottom: 10px!important;
    border-radius: 15px;
    background: transparent;
    overflow:hidden;
}
.faq-area .single-my-account h3.panel-title {
    border-bottom: 0;
    text-transform: math-auto;
}
.single-my-account h3.panel-title {
    background-color: #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 2;
}
.faq-area h3.panel-title {
    background-color: transparent !important;
    border-bottom: 0 !important;
}
.faq-area .single-my-account h3.panel-title a[aria-expanded=true] {
    color: #ff7425;
    background:#fff;
    border-radius:0 0 15px 15px;
}
.faq-area .single-my-account h3.panel-title a {
    font-size: 18px;
    display: block;
    padding: 16px 45px;
    position: relative;
    color: #000;
    padding-right: 65px;
    line-height:22px;
    background:#fff;
    border-radius:15px 15px 0 0;
}
.faq-area .single-my-account h3.panel-title a {
    color: #222;
}
.faq-area .single-my-account h3.panel-title a[aria-expanded=true] + span {
    color: #ff7425;
}
.faq-area .single-my-account h3.panel-title span {
    color: #222;
    font-size: 18px;
    left: 20px;
    position: absolute;
    font-size: 16px;
    top: 16px;
}
.faq-area .single-my-account h3.panel-title a[aria-expanded=true]:before {
    transform: rotate(180deg);
    background-color: #ff7425;
}
.faq-area .single-my-account h3.panel-title a:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-area .single-my-account h3.panel-title a:before {
    background-color: #303234;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20V4m-7 9l7 7l7-7'/%3E%3C/svg%3E");
    content: "" !important;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.6s;
}
.faq-area .single-my-account .panel-body {
    padding: 20px 45px !important;
    font-size: 16px;
    color:#414141;
    line-height: 20px !important;
    background:#fff;
    border-radius: 0 0 15px 15px;
}
.faqRightImg {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.rewBlockGr{
    
}
.rewBlockGr img{
    
}


@media (max-width: 1400px) {
   
}
@media (max-width: 1199px) {
    section{
        padding: 80px 15px;
    }
}
@media (max-width: 1024px) {
    .headerSocialAll{
margin-left: auto;
        padding-right: 30px;
    }
    .headerWrap .headerUl{
        display:none;
    }
    .headerWrap .headerNav{
        display:none;
    }
    .headerWrap .headerSocial a{
        margin: 0 12px;
    }
    
    .headerNavMobile{
        display:flex;
        padding: 0 24px;
    }
    .headerMenuButton{
        display: flex;
        position:relative;
    }
    .bodyMobileOverflow{
        overflow:hidden;
    }
    .headerWrapOpen  .headerSocial{
        display:none;
    }
    .headerWrapOpen  .headerMenuButton{
         color:#222!important;
         transition: all .4s ease ;
    }
    
    
    
    
    /* header mobile */
    
    .headerNavMobile .headerNav{
    display: grid;
    visibility:hidden;
    position: fixed;
    width:100%;
    top: 0;
    left: 0;
    height:0;
    color: #222;
    align-items: flex-start;
    align-content: baseline;
    background: #fff;
    z-index: 899;
    transition: all 1s ease;
    }
    .headerNavMobileOpen .headerNav{
        visibility:visible;
        height:100vh;
        transition: all 1s ease;
        width:100%;
    }
    .headerMenuButtonClose:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: yellow;
    }
    .sectionOpen{
        padding-top:200px;
        transition: padding-top 1s ease;
    }
    .headerNavMobile .headerUl{
        display: grid
;
        text-align: left;
        justify-content: flex-start;
        padding: 0 24px;
        opacity: 0;
        transform: translateY(20px);
        transition: all .6s ease;
    }
    .headerNavMobileOpen .headerUl{
        opacity:1;
        transform: translateY(0px);
        transition: all .6s ease .6s;
    }
   
    .headerNavMobile .headerUl li {
        margin: 5px 0;
    }
    .headerNavMobile .headerSocial a:after{
        bottom: -30px;
        top: auto;
    }
    .headerNavMobile .headerUl li a {
        color: #222;
    }
    .headerNavMobile .headerSocial {
        display: flex;
        align-items: center;
        margin-top: 30px;
        opacity:0;
        transform: translateY(20px);
        transition: all .6s ease;
    }
      .headerNavMobileOpen .headerSocial{
        opacity:1;
        transform: translateY(0px);
        transition: all .6s ease .6s;
    }
}
@media (max-width: 767px) {
    .homeMainContent h1{
        font-size: 70px;
    }
    .homeMainContent h2{
        font-size: 24px;
    }
    .homeMainContent p{
        font-size: 16px;
    }
    
    
    .footerOne {
        order: 1;
    }
    .footerFour{
    margin: 20px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    align-items: center;
    }
    .footerFour a {
        margin-right: auto;
            margin-bottom: 0!important;
        
    }
    .footerFour a:last-child {
        margin-right: 0;
    }
    .footerBlock a {
     
        margin-bottom: 15px;
    }
    .footerThree{
        padding-top:30px;
    }
    .footerOne {
        display: flex;
        align-items: center;
    }
    .footerOne p:last-child{
        order: -1;
    margin-right: 10px;
    }
    .approachEel span{
            justify-content: right;
        width:100%;
    }
    .headerUl{
        display:none;
    }

    .homeMain span.mainScroll{
    position: absolute;
    left: 20px;
    width: auto;
    }
    /*.homeMain{
        padding-bottom: 0;
    }*/
    

}
@media (max-width: 575px) {
    
    .ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info{
                display: grid !important
;
        grid-gap: 10px;
    }
    .ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info .info-icon{
                width: 40px;
        height: 40px;
    }
    .ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info .info-icon svg{
        width:20px;
        height:20px;
    }
    section {
        padding: 50px 0px;
    }
}
@media (max-width: 480px) {
      .scrollup {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .scrollup svg{
        width:30px;
        height:30px;
    }
}

.policyContent a{
    color:#ff7425;
    font-weight: 600;
}
.headerMenuButtonMy .hMBM2{
    display:none;
}
.headerMenuButtonMyActive .hMBM2{
    display: block;
}
.headerMenuButtonMyActive .hMBM1{
    display: none;
}
.headerMobCo{
                padding: 0 24px;
        display: grid !important
;
        grid-gap: 10px;
    }
    .headerMobCo a{
                color: #222;
        font-size: 16px;
    }
    .headerMobH{
        position: relative;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        margin-top: 20px;
        padding-left: 24px;
        
        opacity: 0;
        transform: translateY(20px);
        transition: all .6s ease;
    }
    

@media (max-width: 1024px) {
    .headerSocial.sectionFcontactsSocial{
                padding: 0 24px;
    }
        .headerNavMobileOpen .headerMobH {
        opacity: 1;
        transform: translateY(0px);
        transition: all .6s ease .6s;
    }
    
}
@media (max-width: 991px) {
        .videoMy {
        height: 400px;
    }
    .productH1991{
        display:block;
    }
    .productRight h1{
        display:none;
    }
    .productRight{
        margin-top:60px;
    }
    .homeCABlock{
        height:350px;
    }
    .hAboutAll{
        grid-template-columns: repeat(1, 100%);
    }
    .hABLockLeft{
        order:1;
    }
    .catalogBAll{
        grid-template-columns: repeat(5, 20%);
    }
       .ch991Pad {
        margin-top: 40px;
    }
        .mt-md--40 {
        margin-top: 40px;
    }
    .catalogBAllOther{
                grid-template-columns: repeat(4, 25%);
    }
}
@media (max-width: 767px) {
    .homeCABlock h4{
                font-size: 30px;
    }
    .homeCABlock{
        height:300px;
    }
    .catalogBAll{
        grid-template-columns: repeat(4, 25%);
    }
    .catalogBAllOther{
                grid-template-columns: repeat(3, 33.3%);
    }
    .catalogBBlockMAIN{
                height: 170px !important;
    }
    .cart-form__summ{
        margin-bottom: 30px;
    }
    .footer .col-xl-3:first-child{
        order:0!important;
            margin-bottom: 40px;
    }
    .footerLogo{
                padding: 0;
        width: 100%;
        max-width: 100px;
    }
    .sectionH2{
        font-size: 35px;
    }
    
}
@media (max-width: 575px) {
    .headerPhoneMy a{
        font-size: 0;
    }
    .headerPhoneMy a span svg{
                width: 30px;
        height: 30px;
    }
    .homeMainContent h1{
        font-size: 50px;
    }
    .homeMainContent h2{
        font-size: 20px;
                padding-left: 0;
                grid-gap: 10px;
    }
    .homeMainContent h2:before{
        width:30px;
    }
    
    .hABLockLeft img{
        max-width:150px;
    }
    .homeCAll{
            grid-template-columns: repeat(1, 100%);
    }
    .catalogBBOAction span{
        font-size:18px;
        font-weight:600;
    }
    .catalogBBOAction{
        grid-gap:2px;
    }
    .catalogBBOAction a svg{
        width: 28px;
        height: 28px;
    }
        .cartTableClosePos {
        right: 0px;
    }
    .catalogBAll{
        grid-template-columns: repeat(3, 33.3%);
    }
.cartMain {
        gap: 10px;
    }
    .cart1 img{
        width:80px;
        min-width: auto;
    }
        .cart1 {
        max-width: 33%;
        flex: 0 0 33%;
    }
    .cart11 {
        max-width: 66%;
        flex: 0 0 66%;
    }
    .cartName {
        padding-right: 40px;
    }
    .footerServAll {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        grid-gap: 10px;
    }
    .mainButton{
        font-size: 16px;
        padding: 10px 16px;
    }
    .sectionH2{
        font-size: 28px;
    }
    .homePlusDis div{
                font-size: 100px;
    }
}

@media (max-width: 480px){
    .catalogBBOAction a svg{
        width: 26px;
        height: 26px;
    }
    .catalogBAll{
        grid-template-columns: repeat(2, 50%);
    }
    .catalogBBlockMAIN{
                height: 170px !important;
    }
}