*{
    box-sizing: border-box;
    color: #000000;
}
a{
    color: #000000;
    list-style: none;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: none;

}
button{
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}
p{
    padding: 0;
    margin: 0;
}

.wr1600{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}



.accordion__rotate{
    transform: rotate(180deg);
}

.mont{
    font-family: 'Mont', sans-serif;
}

.prodisplay{
    font-family: 'SF Pro Display', sans-serif;
}

/* -\\\\\\---header---\\\\\\\-- */
.header_padding {
	height: 158px;
	width: 100%;
}
.header{
	width: 100%;
    max-width: 100%;
    background: #ffffff;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.header__up{
    display: flex;
    justify-content: space-between;
    height: 93px;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}
.header__start{
    display: flex;
    align-items: center;
}
.header__logo{
    margin-right: 33px;
}
.header__end{
    display: flex;
    align-items: center;
}
.header__start-list{
    max-width: 100%;
    display: flex;
    align-items: center;

}
.header__start-item{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #1E1E1E;
    margin-right: 10px;
}
.header__start-item:hover{
    color: #00000099

}

.header__search{
    width: 34px;
    height: 34px;
    background: #F5F5F5;
    margin-right: 27px;
    cursor: pointer;
    padding: 5px;
}
.header__lang{
    display: flex;
    align-items: baseline;
    margin-left: 27px;
}
.ru{
    background: #ffffff;
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    margin-right: 5px;

}
.ru:hover{
    color: #00000099
}
.ro{
    background: #ffffff;
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    margin-left: 9px;
}
.ro:hover{
    color: #00000099
 
}
.ru::after{
    border: none;
}
.header__end-mid{
    display: flex;
    max-width: 100%;
    margin-left: 24px;
}
.header__end-mid-item{
    margin-right: 14px;
    display: flex;
    align-items: center;
}
.header__end-mid-item img{
    width: 18.29px;
    height: 17px;
    margin-right: 0.5px;
}
.comparison-icon:hover img {
    content: url(/images/icons/header-start/red-sravnenie.svg);
}
.faivorite-icon:hover img {
    content: url(/images/icons/header-start/red-heart.svg);
}
.bascet-icon:hover img {
    content: url(/images/icons/header-start/red-corzina.svg);
}
.header__end-mid-item:first-child img{
    width: 17px;
    height: 21px;
}
.header__end-mid-item:last-child img{
    width: 18px;
    height: 18px;

}
.header__end-mid-item span{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    height: 8px;
    width: 15px;
    margin-top: 5px;
}
.registration{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #000000;
    margin-left: 34px;
}
.registration:hover{
    color: #C34A16;
}
.log-in{
    width: 92px;
    height: 34px;
    background: #ED713C;
    font-family: 'Mont', sans-serif;
    font-weight: 800;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    padding-top: 9px;
    margin-left: 14px;
}
.log-in:hover{
    color: #FFF;
    background: #FD5A14;
}
.header__hr{
    display: block;
    border-top: 1px solid #f5f5f5
}
.header__down-wrapper{
   /* display: flex;
    width: 1600px;
    max-width: 100%; */
    margin: 0 auto;
    max-width: 100%;
    /* align-items: baseline; */
    align-items: center;
    padding-bottom: 19px;
    margin-top: 23px;
}
.block{
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-right: 58px;
    min-height: 18px
}
.header__down-wrapper .block:hover .block-link {
    flex-flow: column;
    position: absolute;

    top: 18px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    z-index: 10;
    border-radius: 10px;
    background: #fff;
}
.header_cat_list .catalog-carousel .swiper-slide {
    width: auto !important;
    display: flex
;
    font-size: 17px;
}
.block-link{
    position: absolute;
   /* display: none; */
    padding: 10px;
}
.header__down-wrapper .block .block-link {

    left: 0;
    min-width: 150px;

    width: clamp(305px, 100%, 330px);
    max-width: calc(100vw - 40px);


    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;

    position: absolute;
    top: 18px;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
}
.header_cat_list .catalog-carousel {
  /*  overflow: hidden; */
}
.header_cat_list {

    position: relative;
    min-width: 0;
    padding: 0 10px;
}
.header_cat_list .carousel-prev, .header_cat_list .carousel-next {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity .2s;
    user-select: none;
}
.header_cat_list .swiper-button-prev {
    width: 7px;
    height: 14px;
    background: url(/images/arrow_slider_categ.svg) no-repeat;
    top: 26px;
    left: -4px;
    rotate: 180deg;
}
.header_cat_list .swiper-button-next {
    width: 7px;
    height: 14px;
    background: url(/images/arrow_slider_categ.svg) no-repeat;
    top: 26px;
    right: -12px;
}

.header__down-wrapper .block:hover .block-link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.block span{
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.block span:hover{
    color: #00000099

}
.icons-arrow img{
    display: block;
    width: 6px;
    height: 4px;
    margin-left: 15px;

}

.block-icons{
    margin-right: 5px;
}

/* -\\\\\\---header---\\\\\\\-- */


/* -\\\\\\---carousel---\\\\\\\-- */
.promo{
    width: 100%;
    background: #F5F5F5;
}
.promo__wrapper{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; 
    padding-top: 27px;
    position: relative;
    /* max-width: 1600px;
    width: 100%;
    margin: 0 auto; */
} 
.promo__wrapper:hover .slider-arrow1{
    opacity: 1;
}
.slick-slider{
    display: flex;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
 
.slide-promo{
    justify-content: center;
}
.slider-arrow1{
    opacity: 0;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.btn-wr{
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
}
.arrowPrevPromo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.arrowNextPromo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.block1{
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
} 

.block1__title{
    max-width: 361px;
    width: 100%;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    margin-left: 58px;
    padding-left: 22px;
    position: relative;

}

.block1__title::before{
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180.32deg, #E97A00 -0.89%, #F6BD00 64.09%);
}
.block1__descr{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #131313;
    max-width: 407px;
    width: 100%;
    margin-left: 77px;
    line-height: 22px;
    margin-top: 30px;
}
.block2 {
    width: 100%;
}  
.block2 img{
    width: 100%;
    object-fit: cover;
    object-position: 100%;
    height: 100%;

}  

/* -\\\\\\---carousel---\\\\\\\-- */

/* -\\\\\\---sales---\\\\\\\-- */

.dr{
    display: flex;
    height: inherit;
}

.sales__item{
    width: 100%;
    position: relative;
    margin-bottom: 55px;
    cursor: pointer;
}
.sales__item a {
    padding: 0;
}
.addbtn{
    display: none;
    max-width: 212px;
    width: 100%;
    height: 38px;
    background: #ED713C;
    color: #ffffff;
    font-family: 'Mont', sans-serif;
    font-weight: 700;
    font-size: 13px;
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;   
    cursor: pointer;
    padding: 0;
}
.addbtn:hover{
    background: #FD5A14;
}
.sales_item-img{
    position: relative;
    min-height: 255px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sales__item:hover .addbtn{
    display: block;
}

.sales_item-like{
    position: absolute;
    right: 12px;
    top: 14px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius:50%;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.sales_item-like:hover{
    transition: all 0.3s ease;
    opacity: 1;
    background:white;

}
.likeActive{
    background:white;
    opacity: 1;
}
.likeActive img{
    content: url(/images/icons/header-start/red-heart.svg);

}

.sales_item-img img{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 100%;
    max-height: 255px;
}
.sales_item-like img{
    width: 15.1px;
    height: 14.03px;
}
.sales_item-down{
    max-height: 90px;
    height: 100%;
    margin-top: 16px;
    max-width:  255px;
}
.sales_item-down:hover .sales_item-title{
    color: #00000099;
}
.sale_item_down-1{
    display: flex;
    /* justify-content: space-between; */
}
.sales_item-reiting{
    display: flex;
    width: 35px;
    height: 15px;
    align-items: center;
}
.sales_item-reiting span{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin-left: 4px;
}
.sales_item-number{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #999999;
    position: absolute;
    letter-spacing: 0.2em;
    right: 0;
}
.sales_item-title{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    margin-top: 10px;
}
.sales_item-price{
    display: flex;
    align-items:center;
    margin-top: 18px;
}
.sales_item-newprice{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-right: 10px;
}
.sales_item-lastprice{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #999999;
    margin-left: 3px;
    text-decoration: line-through;
	text-decoration-color: #EB8001;
}
.sales{
    background: #F5F5F5;
    padding-bottom: 70px;
}
.sales__wrapper{

    background: #F5F5F5
}
.sales__title{
    font-family: 'Mont', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #232323;
    padding-top: 59px;
    margin-bottom: 25px;
}
.container{
    max-width: 1600px;
    width: 100%;
    background: #fff
}
.sales-row{
    padding-top: 41px;
    margin: 0 40px;
    display: flex;
    flex-wrap: wrap;
    
}

.sales__hr{
    border-right: 1px solid #EBEBEB;
    height: 100%;
    position: absolute;
    top: 0;
    right: -25px;

}
.row::after{
    width: 100%;
    min-height: auto;
}
/* -\\\\\\---sales---\\\\\\\-- */



/* -----/////carousel-down////----*/

.carousel{
    width: 100%;


}

.for-slide{
    margin: 0 25px; 
    display: flex;
    align-items: center;
}
.carousel__wrapper{
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 25px; 
    padding-bottom: 50px;
}
.slick-slider1{
    width: 100%;
    height: 100%; 
}
.slide__wrapper{
    /* padding: 0 25px; */
    padding-right: 25px;
}
.slick_wr{
    max-width: 100%; 
    width: calc(50% - 95px);
    padding-top: 83px;
    height: 100%;
}
.block-video{
    width: calc(50% + 95px);
    height: 100%;
    margin-left: 95px;
    padding-top: 97px;
    z-index: 1;
}
.block-video-wr{
    position: relative;
    width: 100%;
}
.block-video img,
.block-video video{
    max-width: 100%;
}
.block-video video{
	display: none;
	max-height: 385px;
}
.block-video.act video {
	display: block;
}
.block-video.act .block-video-wr{
	display: none;
}
.video-btn{
    max-width: 59px;
    max-height: 59px;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: none;

}
.slider-nav{
    display: flex;
    align-items: end;
}

.slider-number{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #232323;
    transform: translateY(10px);
}
.number-start{
    margin-right: 28px;
}
.number-end{
    margin-left: 22px;
}
.prog-wr{
    display: flex;
    align-items: end;
}
.progress {
    display: block;
    width: 158px;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #ED713C, #ED713C);
    background-repeat: no-repeat;
    background-size: 0 100%;
    
    transition: background-size .4s ease-in-out;
  }


.slider-arrow{
    display: flex;
    justify-content: space-between;
    width: 83.5px;
    height: 12px;
    cursor:pointer;
    margin-top: 60px;
    margin-right: 50px;     
}
.arrowPrev{
    background: url('/images/icons/arrow1-btn.png') center no-repeat;
    display: block; 
    width: 12px;
    height: 15px;
    cursor: pointer;

}
.arrowPrev:hover{
    background: url('/images/icons/prev-hover.svg') center no-repeat;
}
.arrowNext{
    background: url('/images/icons/arrow2-btn.png') center no-repeat;
    display: block;
    width: 12px;
    height: 15px;
    cursor: pointer;
} 
.arrowNext:hover{
    background: url('/images/icons/next-hover.svg') center no-repeat;
}
.slide__title{
    color: #232323;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 28px;
    max-width: 100%;
}
.slide__text{
    color: #000000;
    font-family: 'Mont', sans-serif;
    font-weight: 800;
    font-size: 15px;
    margin-top: 22px;
    line-height: 26px;
    max-width: 656px;
    width: 100%;
}
.slide__subtitle{
    color: #232323;
    font-family: 'Mont', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 17px;
    margin-top: 40px;
    max-width: 716px;
    width: 100%;
}
.slide__descr{
    color: #000000;
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin-top: 17px;
    line-height: 22px;
    max-width: 100%;

}
/* -----/////carousel-down////----*/

/* -----/////carousel-brand////----*/
 .brand{
    width: 100%;
    margin-top: 35px;
}
.brand__wrapper{
    padding-bottom: 84px;
}

.brand__title{
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #232323;
    margin-bottom: 20px;
}
.brand__hr{
    border-top: 1px solid #E9E9E9;
    margin-bottom: 70px;
}

/* .brands-slider {
    display: flex;
    justify-content: space-between;
    max-width: 1602px;
  } */


.brands-slider {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    list-style: none;
}
.brands-slider .slick-list,
.brands-slider .slick-track {
	width: 100%;
}

  .brands-slider .slick-track {
    display: flex;
    align-items: center;
    margin-left: 0;
  }

  .slide-brand {
    max-width: 100%;
    width: 100%;
    list-style: none;
    position: relative;
    align-items: center;
    justify-content: center;

  }
  .slide-brand a {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
  .slide-brand img {
    /* width: 180px; */
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(1);
    transition: 0.3s;
    opacity: 0.5;
  }
  
  .slide-brand img:hover {
    filter: grayscale(0);
    opacity: 1;
  }

/* -----/////carousel-brand////----*/

/* -----/////footer////----*/
.footer{
    width: 100%;
    background: #F5F5F5;
}
.footer__wrapper{
    display: flex;
    padding-bottom: 85px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.footer-row{
    margin: 0;
    margin-top: 61px;
}
.footer__text{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    margin-top: 17px;
}
.footer__social{
    display: flex;
    margin-top: 113px;
}
.facebook{
    display: block;
    width: 25px;
    height: 25px;
    background: url('/images/icons/social/facebook-logo\ 1.png') center no-repeat;
    margin-right: 25px;
}
.facebook:hover{
    background: url('/images/icons/fb-hover.svg') center no-repeat;
}
.insta{
    display: block;
    width: 25px;
    height: 25px;
    background: url('/images/icons/social/insta.png') center no-repeat;
    margin-right: 25px;
}
.insta:hover{
    background: url('/images/icons/insta-hover.svg') center no-repeat;
}
.tiktok{
    display: block;
    width: 25px;
    height: 25px;
    background: url('/images/icons/social/tik-tok\ 1.png') center no-repeat;
}
.tiktok:hover{
    background: url('/images/icons/tiktok-hover.svg') center no-repeat;

}
.footer__contact-title{
    font-family: 'Mont', sans-serif;
    font-weight: 800;
    font-size: 13px;
    color: #000000;
}

.footer__contact-adres{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000; 
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.footer__contact-phone{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding: 0;
    
}
.footer__contact-worktime{
    display: flex;
    flex-flow: column;
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px;

}
.footer__contact-worktime span{
    color: rgba(0, 0, 0, 0.6);

}


.footer__info-title{
    font-family: 'Mont', sans-serif;
    font-weight: 800;
    font-size: 13px;
    color: #000000;
}
.footer__list{
    display: flex;
    flex-flow: column;
    margin-top: 27px;
}
.footer__link{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    line-height: 26px;
}
.footer__link:hover{
    color: #00000099;
}

.footer__subscription-title{
    font-family: 'Mont', sans-serif;
    font-weight: 800;
    font-size: 13px;
    color: #000000;
}
.footer__subscription-descr{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    margin-top: 31px;

}
.footer__subscription-form{
   position: relative;
   margin-top: 20px;
}
.footer__subscription-form input{
    width: 100%;
    height: 67px; 
    border: 1px solid rgba(192, 192, 192, 0.4);
    background: #F5F5F5;
    padding-left: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600
}
.footer__subscription-form input::placeholder{
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6)
}
.footer__subscription-btn{
    max-width: 156px;
    width: 100%;
    height: 51px;
    background: #ED713C;
    position: absolute;
    top: 8px;
    right: 8px;
    color: #FFF;
    font-family: 'Mont', sans-serif;
    font-weight: 800;
    font-size: 13px;
}
.footer__subscription-btn:hover{
    background: #FD5A14;
}
.contact{
    display: flex;
    margin-left: 111px;

}
.chisinau{
    margin-right: 52px;
}
.belti-t{
    opacity: 0;
}

.logo-wm{
    max-width: 100%;
    background: #FFFFFF;
}
.logo-wm__wrapper{
    max-width: 1601px;
    margin: 0 auto;
}
.logo-wm__wrapper img{
    color: #000000;
    margin-top: 26px;
    margin-bottom: 26px;
}
        
    
    
/* -----/////footer////----*/

.burger {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
    background: none;
}
.burger img{
    width: 25px;
    height: 25px;

}

.burger-close {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;

}
.popup_overlay{
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.2);
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.menu-active-wrapper{
    position: relative;
    max-height: 80vh;
}
.block{
    position: relative;
    cursor: pointer;
}

.logo1-link{
	position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}
.logo1-link a {
    position: relative;
    padding-left: 10px;
}
.logo1-link a:after {
    content: " ";
    background: url(/images/icons/icon-down.png) no-repeat;
    width: 6px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 8px;
    rotate: -90deg;
}
.rec_sub_cat {
	margin-left: 10px;
}
.rec_sub_cat:first-child {
	margin-top: 0px;
}
.rec_sub_cat:last-child {
	margin-bottom: 0px;
}
.active{
    width: 100%;
    display: flex;
    flex-flow: column;
    position: absolute;
    max-width: 250px;
    top: 18px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%); 
    z-index: 10;
    border-radius: 10px;
    background: #fff
}
.active-cat{
    width: 100%;
    display: flex;
    flex-flow: column;
    position: absolute;
    max-width: 250px;
    top: 35px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%); 
    z-index: 10;
    border-radius: 10px;
    background: #fff
}
.active span{
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-left: 5px;
    color: #000000;
    text-align: left;
}
a{
	font-family: 'SF Pro Display', sans-serif;
}

.active-menu{
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 82vh;
    overflow-y:scroll ;
    background: #f5f5f5;
    z-index: 5;
}

/*---about----*/

.about_promo{
    max-width: 1920px;
    width: 100%;
    background: #F5F5F5;
    margin: 0 auto;
}

.bread{
    display: flex;
    width: 100%;
}
.bread__link{
    font-family: 'Mont', sans-serif;
    font-size: 12px;
    padding-top: 18px;
    padding-bottom: 16px;
    color: #7D7D7D;
    line-height: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.bread__link:hover{
    color: #1E1E1E;
}
.bread__link:last-child{
    color:#000000;
}
.bread__link span{
    background: url('/images/icons/arrow-greay-next.svg') center no-repeat;
    display: block;
    width: 20px;
    height: 13px;
}
.bread span{color: #1e1e1e;margin-left: 5px;}
.about_promo-img{
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.about_promo-img img{
    max-width: 100%;
    width: 100%;
    object-position: 100%;
    object-fit: cover;
}
.about_promo-text{
    display: flex;
    flex-flow: column;
    position: absolute;
    bottom: 100px;
    left: 50px;
    
}
.about_promo-text h6{
    font-family: 'SF Pro Display', sans-serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    font-style: normal;
    margin-bottom: 19px;

}
.about_promo-text p{
    font-family: 'Mont', sans-serif;
    max-width: 490px;
    width: 100%;
    color: #FFFFFF;
    min-height: 1px;
    height: 100%;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
}
.history{
    max-width: 1920px;
    width: 100%;
    background: #F5F5F5;
    margin: 0 auto;
}
.history-wr{
    min-height: 538px;
    height: 100%;
    background: #FFF;
    padding: 0 45px; 
    padding-top: 86px;
    padding-bottom: 40px;
    display: flex;
}
.history_block1{
    max-width: 693px;
    width: 100%;
    min-height: 481px;
    height: 100%;
    display: flex;
    flex-flow: column;
}
h4{
    max-width: 513px;
    width: 100%;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 22px;
    color: #000000;
    line-height: 33px;
    margin-bottom: 35px;
    margin-top: 0;
}
.history_block1 p{
    max-width: 686px;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    line-height: 20.8px;
    margin-bottom: 15px;
    font-style: normal;
}
.history_block1 span{
    max-width: 686px;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    line-height: 20.8px;
    margin-bottom: 35px;
    font-style: normal;
}

.history_down{
    display: flex;
    flex-flow: column;
}
.history_block1 ul{
    display: flex;
    flex-flow: column;
    margin: 0;
}
h5{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    line-height: 21px;
    font-style: normal;
}
.history_block1 li{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    line-height: 21px;
    font-style: normal;
}
.history_block2{
    max-width: 745px;
    width: 100%;
    margin-left: 85px;
    position: relative;
}

.history-slide-item{
    max-width: 360px;
    width: 100%;
    margin: 0 12.5px;
}
.history-slide-img{
    max-width: 100%;
}
.history-slide-img img{
    max-width: 100%;
    width: 100%;
}

.history-slide-text{
    padding: 25px;
    background: #F5F5F5;
    padding-bottom: 40px;
}
.history-slide-title{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    color: #232323;
    line-height: 43px;
    font-style: normal;
}
.history-slide-descr{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    color: #484848;
    line-height: 22px;
    font-style: normal;
}
.slider-history-arrow{
    position: absolute;
    width: 100%;
    margin: 0;
    top: 176px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
}
.but-wr{
    background: rgba(255, 255, 255, 0.5);
    width: 25px;
    height: 50px;
    overflow: hidden;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    position: relative;
}
.but-wr2{
    background: rgba(255, 255, 255, 0.5);
    width: 25px;
    height: 50px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    position: relative;
}

.arrowPrevhis {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px
}
.arrowNexthis{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
/*---about----*/




/*------age------*/
.age{
    max-width: 100%;
    background: #f5f5f5;

}
.age__wr{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
}
.age_title{
    font-family: 'SF Pro Display', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    color: #232323;
    margin-bottom: 69px;
    margin-left: 45px;
}
.age__wrapper{
    max-width: 1500px;     /*изменил с 1600*/
    width: 100%;
    margin: 0 auto;  
    position: relative;
    display: flex;
    align-items: flex-end;
    /* padding: 0 45px; */       /*закоментил */
    padding-bottom: 50px;
}
.age-slide{
    max-width: 770px;
    width: 100%;
    min-height: 1px;
    height: 100%;
}
.slide-wr-his{
    padding: 6px 120px 71px 41px;
}
.slide-wrapper{
    background: #F5F5F5;
}
.progress-age{
    max-width: 1500px;
    width: 100%;
    position: absolute;
    top: 40px;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #000000, #000000);
    background-repeat: no-repeat;
    z-index: 5;
    transform: translateY(3px);
    height: 2px;
}
.slick-initialized .slick-slide{
    display: flex;
}
.slider-nav-age{
    display: block;
    position: absolute;
    top: 0;
    
}
.slick-wr-age{
    max-width: 770px;
    width: 100%; 
    height: 100%;
    display: flex;
    flex-flow: column-reverse;
}
h3{
    font-family: 'Mont', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 133px;
    margin: 0;
    color: #000000;
    letter-spacing: 0.2em;
}

.slide-wr-his p{
    font-family: 'Mont', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    line-height: 20.8px;
}
.slide-wr-his p:last-child{
    font-family: 'Mont', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #000000;
    line-height: 22.4px;
    margin-top: 25px;
}


.slider-nav-age{
    min-width: 1500px;
    width: 100%;
    
}
.opa{
    width: 100%;
}
.product-nav{
    max-width: 100%;
    width: 100%;
    display: flex;
    z-index: 10;
}
.product-nav .slick-list .slick-track{
    min-width: 1500px;
    width: 100%;
    
}
.op{
    display: flex;
    flex-flow: column;
    align-items: center;
    /* margin-bottom: 26px; */
    width: 100%;
    font-size: 12px;
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    cursor: pointer;
}
.op span{
    margin-bottom: 23px;
}
.op:last-child{margin-right: 0;}
.circle{
    display: block;
    border: 1px solid #000000;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;

}
.wr-age{
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    height: 100%;
    display: flex;
    align-items: start;
    margin-top: 48px;
}

.block-video-his{
    background: #000000;
    margin-left: 0;
    max-width: 745px;
    width: 100%;
    min-height: 1px;
    height: 100%;
    position: relative;
    margin-top: 12px;
}
.block-video-his-wr{
    display: flex;    
    justify-content: center;
    margin-top: 135px;
    margin-bottom: 130px;
}
.block-video-his video {
	display: none;
}
.white-logo{
    margin-right: 45px;
}
.white-text{
    color: #ffffff;
    display: flex;
    flex-flow: column;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    max-width: 364px;
}
.white-text span{
    color: #ffffff;
}
.start-video{
    background: none;
    color:#fff;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    text-decoration-line: underline;
    margin-top: 25px;

}
.start-video img{
    width: 12px;
    height: 12px;
    margin-left: 8px;
}

.block-video-his.act .block-video-his-wr {
	margin: 0;
}
.block-video-his.act video {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 363px;
}
.block-video-his.act .white-logo,
.block-video-his.act .block-video-his-wr2 {
	display: none;
}

/*---------age---------*/
.map{
    max-width: 1920px;
    width: 100%;
    background: #f5f5f5;
    margin: 0 auto;
}
.map_wrapper{
    background: #ffffff;
}
.map_content{
    max-width: 1500px;
    width: 100%;
    display: flex;
    padding: 0 45px;
    padding-bottom: 97px;
}
.map_block1{
   max-width: 100%;
   width: 50%;
   position: relative;
}
.map_block1 img{
    display: block;
    margin: 0 auto;
}
.map_block1-descr{
    display: flex;
    flex-flow: column;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #232323;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    margin-left: 30px;

}
.map_block1-descr span{
    font-style: normal;
    font-weight: 700;
    font-size: 66px;
    color: #232323;
    
}
.map_block2{
    max-width: 100%;
    width: 50%;
    position: relative;
}
.map_block2{padding-left: 25px;}
.map_block2-wrapper p{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    color:#000000;
    margin-top: 15px;
    max-width: 686px;
    width: 100%;
}
.sub-span{margin-top: 20px;}
.map_block2-wr2{
    display: flex;
    max-width: 100%;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 51px;
}
.map_block2-wr2 p{
    max-width: 33.3%;
    width: 100%;
    height: 86px;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 24px;
    color: #232323;
    position: relative;
    padding-left: 19px;
    padding-right: 20px;
}
.map_block2-wr2 p:before{
    content: '';
    display: block;
    width: 4px;
    height: 86px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #d9d9d9;
}
.map-slider{
    position: relative;
}
.map-slide-img{
    max-width: 100%;
    width: 100%;
}
.map-slide-item p{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 0.2em;
    color: #000000;
}
.slider-map-arrow{
    position: absolute;
    max-width: 740px;
    width: 100%;
    margin: 0;
    bottom: 220px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.team{
    max-width: 1920px;
    width: 100%;
    background: #F5F5F5;
    margin: 0 auto;
}
.team_wrapper{
    background: #fff;
    padding: 0 45px;
    padding-bottom: 93px;
}
.team__title{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 29px;
    border-top: 1px solid #E9E9E9;
    padding-top: 46px;
}
.team-slider-wr{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    margin-top: 29px;
    margin-top: 29px;
    position: relative;
}
.team-slide{
    width: 100%;
}
.team-slide img{
    width: 100%;
}
.slider-team-arrow{
    position: absolute;
    max-width: 1480px;
    width: 100%;
    margin: 0;
    bottom: 50%;
    display: flex;
    justify-content: space-between;
}
.grey{
    color: #999999;
}
.check{
    color: #000000;
}



/*----news-----*/
   .news{
    max-width: 1920px;
    background: #F5F5F5;
    min-height: 1px;
    height: auto;
    margin: 0 auto;
   } 
   

   .news__title{
   	font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: #232323;
    margin-top: 60px;
    margin-bottom: 15px;

   }
   .news__content__wrapper{
    display: flex;
    justify-content: space-between;
   }
   .news__menu{
    position: relative;
    max-width: 260px;
    width: 100%;
    /* height: auto; */
    min-height: 1px;
    height: auto;
   }

   .news__menu-wr::before{
    content: '';
    display: block;
    width: 1px;
    min-height: 1px;
    height: 100%;
    background: #c8c8c8;
    position: absolute;
    left: -21px;
    /* top: -70px; */
   }
   .news__menu-wr{
    display: flex;
    flex-flow: column;
    position: absolute;
    left: 21px;
    min-width: 260px;
    width: 100%;
    /* top: 70px; */
   }

   .news__menu_link{
    font-family: 'Mont',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 52px;
    color: #000000;
    letter-spacing: 0.2em;
    background: none;
    text-align: start;
   }
   .news__menu_link:hover{
    content: '';
    color: #8A8A8A;
    transition: all 0.3s ease;
   }
   .active-link{
    color:#EB5313;
    transition: all 0.3s ease;
    }
    .active-link:before{
    content: '';
    color:#EB5313;
    display: block;
    width: 1px;
    height: 50px;
    border-right: 2px solid;
    position: absolute;
    transform: translateX(-21px);
    }

   .news__important-container{
   	min-height: 609px;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
   }

   .news__important-item{
    max-width: 100%;
    width: 100%;
   }
   .news__important-item a {
       display: block;
   }
   .nb{
    margin-bottom: 23px;
   }
   .news-important-img{
    max-width: 100%;
    width: 100%;
   }
   .news-important-text{
    background: #fff;
    padding: 13px 25px 32px 24px; 
    min-height: 295px;
    height: 100%;
    position: relative;
    box-sizing: border-box;

   }
   .news-important-text:hover .news-title, .news-descr{
        color:#2F2F2F99;
   }
   .news-descr:hover{
        color:#2F2F2F99;
   }
   .news-pretitle{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 0.2em;
    color: #999999;
   }
   .news-title{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    max-width: 353px;
    width: 100%;

   }
   .news-descr{
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: #2F2F2F;
    padding-top: 12px;
    padding-bottom: 20px;
   }
   .news-down{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
    padding: 0 25px;
   }
   .news-down a{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #525252;
    padding: 0;
   }
   .news-down a:hover{color: #C34A16;}
   .news-data{
    font-family: 'Mont',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #999999;
   }

   .news_wrappage-link{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 89px;
   }
   .news_wrappage-link a{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    /* color: #232323; */
    border: 1px solid #EBEBEB;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding:  7px;
    margin-right: 12px;
   }
   .news_wrappage-link a:hover{
    border: 1px solid #BCBCBC;  
    transition: all 0.3s ease;
   }
   .news_wrappage-link-activ{
    background: #727272;
    color: #fff;
   }
   .news_wrappage-link-activ:hover{
    color: #fff;
   }
   .news_wrappage-link a.next_link{
    display: block;
    width: 20px;
    height: 10px;
    background: url('/images/icons/arrow-greay-next.svg') center no-repeat;
    margin-left: 13px;
    border: none;
   }
   .news_wrappage-link a.prev_link{
    display: block;
    width: 20px;
    height: 10px;
    background: url('/images/icons/arrow-greay-next.svg') center no-repeat;
    margin-left: 13px;
    border: none;
    transform: rotate(180deg);
   }
/*----news-----*/


/*----news more-----*/
.news-more{
    padding-bottom: 65px;
   }
.more_page-wrap{
    max-width: 1200px;
    width: 100%;
    background: #fff;
    /* height: 909px; */
    position: relative;
    padding-left: 44px;
    padding-bottom: 40px;
}
.more_page-wrap {
	padding-right: 40px;
}
.mob_img {
	display: none;
}
.more-page-img{
    position: absolute;
    right: 40px;
    top: 47px;
    max-width: 614px;
    width: 100%;
    max-height: 462px;
    height: 100%;
    object-position: 100%;
    object-fit: cover;
    
    position: relative;
    right: 0;
    top: 0;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 47px;
}
.more_page-pretitle{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 0.2em;
    margin-top: 51px;  
    color: #999999;
}
.more_page-title{
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 48px;
    color: #000000;
    margin-top: 9px;
}
.more_page-data{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #999999;
    margin-top: 3px;
}
.more_page-text{
    /* max-width: 419px; */
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #2F2F2F;
    margin-top: 35px;
    margin-bottom: 31px;
}
.more_page-subtitle{
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 6px;
}
.more_page-subtext{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #2F2F2F;
    padding-right: 52px;
    max-width: 1097px;
    width: 100%;
}
.more_page-subtext span{
    margin-top: 25px;
}

/*----news more-----*/


/*----error-----*/
.ups{
    max-width: 1920px;
    width: 100%;
    background: #F5F5F5;
    padding-top: 75px;
    padding-bottom: 71px;
    margin: 0 auto;
}
.ups_wrap{
    max-width: 1300px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.ups_block2{
    display: flex;
    flex-flow: column;
    
}
.ups_block2 img{
    max-width: 540px;
    width: 100%;
}
.ups__title{
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 42px;
    color: #232323;
    margin-left: 100px;
    max-width: 596px;
    width: 100%;
    /* position: absolute;
    top: 45%;
    transform: translateY(-50px); */
}
.ups__descr{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #131313;
    margin-left: 100px;
    max-width: 503px;
    width: 100%;
    margin-top: 56px;
}
.ups_link{
    max-width: 226px;
    width: 100%;
    height: 50px;
    background: #ED713C;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    padding: 15px 0;
    text-align: center;
    margin-left: 100px;
    margin-top: 40px;
} 
.ups_link{
    background: #FD5A14;
    color: #FFFFFF;
   
}
/*----error-----*/



/*----category-----*/
.category{
    max-width: 1920px;
    width: 100%;
    background: #f5f5f5;
    position: relative;
    margin: 0 auto;
}

.category__title{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #232323;
    margin-top: 60px;
    margin-bottom: 24px;
}
.category__title_wrap{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.category__sorting{
    max-width: 260px;
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 17px;
}
.sorting{
    margin-right: 0;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.sorting__title{
    max-width: 260px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.sorting__title span{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #525252;
}
.sorting__title:disabled {
	display: none;
}
.category_text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #131313;
    margin-top: 45px;
    padding-bottom: 10px;
}
.category_text p {
    margin-bottom: 10px;
}
.category__content{
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding-top: 42px;
    padding-left: 30px;
}
.category__product {
	max-width: calc(100% - 333px);
    width: calc(100% - 333px);
}
.category-space-row{
    display: flex;
    flex-wrap: wrap;
    max-width: 1223px;
    width: 100%;
    align-items: stretch;
}
@media(max-width: 1024px){
	.category__product {
		max-width: 100%;
    	width: 100%;
	}
}
.category__hr{
    border-right: 1px solid #EBEBEB;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25px;
}
.category__menu{
    max-width: 247px;
    width: 100%;

}
.accordion__title{
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding-bottom: 7px;
    margin-bottom: 17px;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
}
.accordion__title2{
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding-bottom: 7px;
    margin-bottom: 17px;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
}
.accordion__title3{
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding-bottom: 7px;
    margin-bottom: 17px;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
}
.accordion__title-text:hover{
    content: '';
    color: #000000;
}
.accordion__title-text{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    color: #999999;
}
.hidden_inp_label{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 31px;
    color: #525252;
    cursor: pointer;
}
.accordion__content{
    display: none;
    
}
.accordion__content2{
    display: none;
    
}
.accordion__content3{
    display: none;
    
}
.choice_block{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checkbox{
    cursor:pointer;
    margin-right: 12px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, #FBFBFB 0%, #FFFFFF 100%);
    border: 1px solid #DBDBDB;
    border-radius: 3px;
}




.hidden_auth_reg_check:checked + .checkbox{
    transition: all 0.3s ease;
}



.hidden_auth_reg_check:checked + .checkbox:after{
    transition: all 0.3s ease;
    content: '';
    display: block;
    background: url(/images/elements/checked.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
}


/*----category-----*/
/*----product-----*/

.product{
    max-width: 1920px;
    width: 100%;
    background: #f5f5f5;
}

.product__content{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background: #fff;
    padding: 80px 45px 94px 45px;
}
.product__content_up{
    max-width: 1600px;
    width: 100%;
    display: flex;
    margin-bottom: 94px;
    /* justify-content: space-between; */
}
.product-slider{
    max-width: 608px;
    width: 100%;
    min-height: 511px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: flex-start
}
.product-slider .product-navdetal .slick-list .slick-track{
    display: block;
}
.product-fordetal{
    display: block;
    max-width: 520px;
    width: 100%;
    height: 100%;
    max-height: 511px;
}
.product-fordetal .slick-list,
.product-fordetal .slick-track {
    height: 100%;
}
.product-navdetal{
    display: flex;
    flex-direction: column;
    max-width: 68px;
    width: 100%;
    max-height: 229px;
    height: 100%;
    margin-right: 20px;
}
.large img{
    max-width: 100%;
    width: 100%;
    max-height: 511px;
    object-fit: cover;
    object-position: 100%;
}
.small {
    margin-bottom: 15px;
}
 .small img{
    object-fit: cover;
    object-position: 100%;
    width: 100%;
    height: auto;
}
.product-descr{
    max-width: 374px;
    width: 100%;
    margin-left: 35px;
    position: relative;
}
.product-descr-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product-descr-availability{
    background: rgba(237, 156, 60, 0.25);
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding: 2px 7px;

}
.product-descr-icons{
    display: flex;
    align-items: center;
    height: 20px;
}
.btn_heart{
    display: block;
    width: 15px;
    height: 14px;
    background: url('/images/elements/heart.svg') center no-repeat;
    border: none;
    margin-right: 15px;
}
.btn_heart:hover{
    content: '';
    background: url('/images/elements/heart-black.svg') center no-repeat;
    width: 15px;
    height: 14px;
}
.btn_comparison{
    display: block;
    width: 15px;
    height: 15px;
    background: url('/images/elements/comparison.svg') center no-repeat;

}
.btn_comparison:hover{
    width: 15px;
    height: 15px;
    object-fit: cover;
    background: url('/images/elements/sravnenie-black.svg') center no-repeat;
}
.btn_heart-activ,
.btn_heart-activ:hover{
    background: url('/images/elements/red-heart.svg') center no-repeat;
    background-size: cover;
}
.btn_comparison-activ{
    background: url('/images/elements/red-sravnenie.svg') center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 20px;
    background-size: cover;
}
.btn_comparison-activ:hover {
	
}
.product-reiting{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.product-reiting img{
    margin-right: 2px;
}
.product-reiting-grade{
    margin-left: 3.5px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000
}
.product-reiting-review{
    margin-left: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #525252;
    text-decoration: underline;
}
.product-reiting-review:hover{
    color: #52525299;
}
.product-item-title{
    max-width: 331px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #232323;
    margin-top: 28px;
}
.product-item-number{
    max-width: 81px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    color: #999999;
    margin-top: 8px;
}
.product-item-price{
    max-width: 151px;
    width: 100%;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin-top: 0px;
}
.product-item-price.old_price {
	/* margin-top: 72px; */
	margin-top: 44px;
	font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    color: #999999;
    margin-left: 3px;
    text-decoration: line-through;
    text-decoration-color: #EB8001;
}
.product_quantity{
    max-width: 117px;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    margin-top: 40px;
    position: relative;
}
.product_quantity div{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}
.btn-minus{
    background: none;
    margin-right: 44px;
    position: absolute;
    top: -20px;
    left: 0;
}
.btn-plus{
    background: none;
    margin-left: 44px;
    position: absolute;
    top: -20px;
    right: 0;   
}
.btn-minus:hover img {
    content: url(/images/icons/minus-hover.svg);
}
.btn-plus:hover img {
    content: url(/images/icons/plus-hover.svg);
}
.product-btn-wrapper button{
    max-width: 289px;
    width: 100%;
    height: 50px;
    font-family: 'Mont',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 24px;
}
.addto-btn{
    background: #ED713C;
}
.addto-btn:hover{
    background: #FD5A14;
}
.buy1click-btn{
    background: #222222;
    margin-top: 14px;
}
.buy1click-btn:hover{
    background: #444444;
}
.product-descr__hr{
    border-right: 1px solid #EBEBEB;
    height: 100%;
    position: absolute;
    top: 0;
    right: -16px;

}
.product-haracteristic{
    max-width: 100%;
    width: 100%;
    margin-left: 50px;
}
.product-haracteristic-title button{
    background: none;
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.haracter-btn-active{
    text-decoration: underline;
}
.product-haracter-ul{
    list-style: none;
    padding: 0;
    margin-top: 33px;
}
.product-li{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    color: #525252 
}
.product-li span{
    color: #000000;
    margin-left: 5px;
}
.spec_span {
	display: inline;
}
.hidden_attr {
	display: none;
}
.hidden_attr.act {
	display: block;
}
.spec_span.hidden_attr.act {
	display: inline;
}
.product-haracter-more{
    display: flex;
    align-items: center;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #525252;
    cursor: pointer;
}
.product-haracter-more.show_class .icons-arrow img {
	transform: rotate(180deg);
}
.product-haracter-decr{
    display: none;
    width: 100%;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #525252;
    margin-bottom: 20px;
    margin-top: 10px;
}
.product__semilar{
    max-width: 933px;
    width: 100%;
}
.product__content_down{
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.product__semilar-title{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #232323;
    margin-bottom: 23px;
}
.product__review{
    max-width: 445px;
    width: 100%;
    margin-left: 136px;
    /* margin-left: 65px; */
}
.product__review-title{
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #232323;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 24px;
    position: relative;
}
.product__review-title span{
    position: absolute;
    top: -5px;
    padding-left: 9px;
    font-family: 'Mont',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #525252;  
}
.product__review-get{
    display: flex;
    margin-top: 27px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 22px;
}
.product__review-grade{
    display: flex;
}
.product__review-grade span{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-left: 8px;
}

.product__review-text{
    font-family: 'Mont',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #525252;
    margin-top: 6px;
}
.product__review-btn{
    max-width: 151px;
    width: 100%;
    height: 43px;
    background: #222222;
    font-family: 'Mont' ,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    margin-left: 45px;
}
.product__review-btn:hover{
    background: #444444;
}
.product__review-item{
    margin-top: 30px;
}
.product__review-item-title{
    display: flex;
    margin-bottom: 8px;
}
.product__review-item-name{
    font-family: 'SF Pro Display',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.product__review-item-data{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #999999;
    margin-left: 21px;
}
.product__review-item-grade{
    font-family: 'Mont',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.product__review-item-text{
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #252525;
    padding-right: 50px;
    margin-top: 16.7px;
}
/*----product-----*/

/*----download-----*/
.download{
    max-width: 1920px;
    width: 100%;
    background: #f5f5f5;
    position: relative;
    margin: 0 auto;
}

.download__title{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #232323;
    margin-bottom: 15px;
    margin-top: 44px;
    
}
.filter-btn{
    background: none;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 25px;
    top: 18px;
}
.filter-btn img{
    width: 100%;
}
.download_filter{
    display: none;
}
/*
.download_filter-act{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    background: #fff;
    max-width: 350px;
    width: 100%;
    min-height: 350px;
    height: auto;
    border: 1px solid  #C8C8C8;
    border-radius: 4px;
    padding: 10px;
}*/
.download__content{
    background: #fff;
    display: flex;
    padding: 58px 65px 85px 46px;
}
.download__file{
    max-width: 247px;
    width: 100%;
}
.download__file-title{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    color: #999999;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 11px;
    margin-bottom: 17px;
}
.download__brand{
    max-width: 247px;
    width: 100%;
}
.download__brand-title{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    color: #999999;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 11px;
    margin-bottom: 17px;
}
.download__basic{
    max-width: 1130px;
    width: 100%;
    margin-left: 113px;
}
.download__basic-title{
    display: flex;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 11px;
}
.download__basic-title div{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    color: #999999;
}
.download__basic-item{
    display: flex;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 11px;
    margin-top: 16px;
}
.download__basic-name{
    max-width: 580px;
    width: 100%;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    cursor: pointer;
}
.download__basic-name:hover{
    color: #00000099;
}
.download__basic-type-file{
    max-width: 114px;
    width: 100%;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: #2F2F2F;
    margin-left: 44px;
}
.download__basic-brand{
    max-width: 128px;
    width: 100%;
    margin-left: 94px;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: #2F2F2F;
}
.download__basic-download{
    max-width: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 78px;
}
.download__basic-link img{
    vertical-align: top;
}
.download__basic-link:hover{
    content: url(/images/elements/download-red.svg);
    transition: 0.3s ease-in-out all;
}
/*----download-----*/


/*----contact-----*/
.contactpage{
    max-width: 1920px;
    width: 100%;
    background: #f5f5f5;
    margin: 0 auto;
}

.contactpage__content{
    background: #fff;
    padding: 65px 46px 44px 46px;
}
.contactpage__content-up{
    display: flex;
}
.contactpage__content-block1{
    max-width: 745px;
    width: 100%;
}
.contactpage__content-block1-up{
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 31px;
}
.contactpage__content-title{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #232323;
}
.contactpage__content-subtitle{
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    margin-top: 35px;  
}
.contactpage__content-text{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #131313;
    margin-top: 25px;
}
.contactpage__content-block1-down{
    margin-top: 33px;
}
.contactpage__content-block1-down-title{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 42px;
    color: #232323;
}
.contactpage__content-block1-down-adress{
    display: flex;
    max-width: 221px;
    width: 100%;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #131313;
}
.contactpage__content-block1-down-adress span{
    display: block;
    background: url('/images/elements/download/adress.svg') center no-repeat;
    width: 23px;
    height: 14px;
    margin-right: 11px;
}
.contactpage__content-block1-down-mobile {
    display: flex;
    max-width: 140px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #131313;
}
/* .contactpage__content-block1-down-adress a{
    padding-left: 0;
} */
.contactpage__content-block1-down-mobile span{
    display: block;
    background: url('/images/elements/download/phone-contact.svg') center no-repeat;
    width: 11px;
    height: 14px;
    margin-right: 11px;
}
.contactpage__content-block2{
    max-width: 608px;
    width: 100%;
    max-height: 612px;
    height: 100%;
    background: #F5F5F5;
    margin-left: 155px;
    display: flex;
    flex-flow: column;
    padding: 63px 95px 96px 96px;
}
.contactpage__content-block2-title{
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    margin-bottom: 46px;
}
.contactpage__content-block2 input{
    padding-left: 19px;
    height: 49px;
    border: none;
    margin-bottom: 18px;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 0.2em;
    /* color: #999999; */
   	color: #000000;
}
.contactpage__content-block2 input:placeholder {
	font-weight: 600;
	font-size: 12px;
	color: #999999;
}
.textarea {
    resize: none;
    padding-left: 19px;
    height: 176px;
    border: none;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 0.2em;
    color: #999999;
}
.send-message{
    max-width: 217px;
    width: 100%;
    height: 50px;
    background: #222222;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    margin-top: 3px;
}
.send-message:hover{
    background:#444444;
}
.contactpage__content-down{
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
}
.contactpage__content-down_left,
.contactpage__content-down_right{
	width: 49%;
}
.contactpage__content-down iframe,
.contactpage__content-map{
    max-width: 100%;
    width: 100%;
    min-height: 444px;
    height: 100%;
}

/*----contact-----*/


/*----delivery-----*/
.delivery{
    max-width: 1920px;
    width: 100%;
    background: #f5f5f5;
    margin: 0 auto;
}

.delivery__content{
    background: #fff;
    padding: 62px 45px 127px 48px;
}
.delivery__title{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #232323;
    margin-bottom: 21px;
}
.delivery__content-wrappper{
    display: flex;
    justify-content: space-between;
}
.delivery__accordion{
    max-width: 733px;
    width: 100%;
    min-height: 1px;
    height: 100%;
    background: #F5F5F5;
    padding-left: 53px;
    padding-top: 33px;
}
.delivery__accordion2{
    max-width: 733px;
    width: 100%;
    min-height: 1px;
    height: 100%;
    background: #F5F5F5;
    padding-left: 53px;
    padding-top: 33px;
    
}
.accord-elem{
    border-bottom: 1px solid #D8D8D8;
    max-width: 627px;
    width: 100%;
    margin-bottom: 25px;
    /* margin-left: 20px; */
}
.accord-elem:last-child{
    border: none;
}
.accordion__title-delivery{
    flex-flow: row;
    justify-content: start;
    align-items: center;
    border: none;
    margin-bottom: 20px;
    position: relative;
}
.accordion__title-text-delivery{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    /* margin-left: 18px; */
}
.accordion__title-text-delivery:hover{
    color: #00000099;
}
.choice_block-delivery{
    display: flex;
    flex-flow: column;
    max-width: 627px;
    width: 100%;
    align-items: start;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    color: #131313;
}
.accordion__content-delivery-text p:first-child{
    margin-bottom: 20px;
}
.accordion__content-delivery-icons{
    margin-top: 30px;
}
.w{
    display: block;
    background: url('/images/elements/plus.svg') center no-repeat;
    width: 14px;
    height: 12px;
    position: absolute;
    left: 5px;
}
.ww{
    display: block;
    background: url('/images/elements/plus.svg') center no-repeat;
    width: 14px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: -21px;
}
.www{
    display: block;
    background: url('/images/elements/minus.svg') center no-repeat;
    width: 12px;
    height: 12px;
}
/*----delivery-----*/
/*----cariera-----*/
.cariera{
    max-width: 1920px;
    width: 100%;
    background: #f5f5f5;
    margin: 0 auto;
}
.cariera_content{
    background: #fff;
    padding: 62px 45px 0px 45px;
}
.cariera__content-wrappper{
    display: flex;
    justify-content: space-between;
}

.cariera-start-block1-item{
    max-width: 679px;
    width: 100%;
    padding-right: 20px;    
}
.cariera-wrap{
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 69px;
}
h6{
    font-family: 'Mont';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    max-width: 666px;
    width: 100%;
    margin: 0;
}
.cariera-start-block1-item h6{
    margin-bottom: 43px;
}
.cariera-start-block1-item p{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    
}
.vacansio-link{
    display: block;
    max-width: 280px;
    width: 100%;
    height: 50px;
    background: #ED713C;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 60px;
    padding: 15px 0;
    cursor: pointer;
}
.vacansio-link:hover{
    content: '';
    background: #FD5A14;
}
.block-cariera-video{
    max-width: 745px;
    width: 100%;
    max-height: 460px;
    height: 100%;
}
.block-cariera-video video{
    width: 100%;
    height: 100%;
}



.cariera-img{
    max-width: 1920px;
    width: 100%;
    background: #f5f5f5;
}
    
.cariera-img-wrap{
    background: #fff;
    padding: 56px 45px 98px 46px;
}
.cariera-img-wrap-title {
    max-width: 757px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 31px;
}
.cariera-space-row{
    display: flex;
}
.di{
    height: auto;
    cursor: pointer;
}
.di-title{
    height: auto;
    cursor: pointer;
}
.di-title img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}    
.di img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.dv{
    margin-bottom: 20px;
}
.wwaaa{
    display: flex;
    flex-wrap: wrap;
}
.fancy-img{
    width: 100%;
    height: 100%;
    object-fit: content;
    object-position: center;
}
.cariera-img-btn{
    display: block;
    max-width: 217px;
    width: 100%;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 0 auto;
    margin-top: 43px;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    padding: 12px;
}
.cariera-img-btn:hover{
    border: 1px solid #ED713C;
    color: #ED713C;
}

.cariera-advantages{
    max-width: 1920px;
    width: 100%;
    background: #f5f5f5;
    margin: 0 auto;
}
.advantages-wrap{
    background: #fff;
    padding: 0px 45px 87px 46px;
    height: 100%;
}
.advantages-title{
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 8px;
}
.cont-advantages{
    border-top: 1px solid #D8D8D8;
    padding-top: 17px;
}
.advantages-space-row{
    display: flex;
    flex-flow: wrap;
}
.advantages-item{
    max-width: 100%;
    width: 100%;
    display: flex;
    height: 100%;
    
}
.advantages-text{
    margin-left: 17px;
    display: flex;
    flex-flow: column;
}
.advantages-text h2{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    padding: 0;
    margin: 0;
}
.advantages-text p{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #252525;
    padding: 0;
    margin: 0;
    margin-top: 15px;

}

.dr{
    margin-top: 48px;
}
.vakansio-title{
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 33px;
    text-align: center; 
    color: #000000;
    padding-top: 69px;   
}
.vakansio-subtitle{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-align: center; 
    color: #000000;
    margin-top: 5px;
    padding-bottom: 49px;
}
.vakansio-cont{
    background: #f5f5f5;
}
.vakansio-item{
    display: flex;
    margin-bottom: 27px;
    background: #fff;
}
.vakansio-item-img{
    max-width: 204px;
    max-height: 204px;
    width: 100%;
    height: 100%;
    object-fit: content;
    object-position: left;
}
.vakansio-item-content{
    max-width: 100%;
    width: 100%;
    padding: 43px 0 30px 44px;
}
.vakansio-item-content-prof{
    font-family: 'Mont';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
}
.vakansio-item-content-city{
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #707070;
}
.vakansio-item-content-wrap-btn{
    margin-top: 27px;
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
}
.sendcv{
    max-width: 171px;
    width: 100%;
    height: 50px;
    background: #ED713C;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    padding: 17px 28px 14px 33px;
}
.sendcv:hover{
    content: '';
    background: #FD5A14;
}
.vacansio-more{
    max-width: 89px;
    width: 100%;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: underline;
    color: #000000;
    background: none;
    margin-left: 32px;
}
.vacansio-more:hover{
    content: '';
    color: #1E1E1E99;
}

.cariera_block1-title{
    max-width: 574px;
    width: 100%;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
}
.cariera_block1-descr{
    max-width: 597px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
}
.cariera_block1-btn{
    max-width: 204px;
    width: 100%;
    background: #222222;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 15px 44px;
    margin-top: 39px;
    cursor: pointer;
}
.cariera_rel{
    position: relative;
}

.cariera_modal{
    max-width: 608px;
    width: 100%;
    max-height: 612px;
    height: 100%;
    background: #F5F5F5;
    display: flex ;
    flex-flow: column;
    padding: 63px 95px 96px 96px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20; 
}

.cariera-modal-title{
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    margin-bottom: 46px;
}
.cariera_modal input{
    padding-left: 19px;
    height: 49px;
    border: none;
    margin-bottom: 18px;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 0.2em;
    color: #999999;
}
.textarea {
    resize: none;
    padding-left: 19px;
    height: 176px;
    border: none;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 0.2em;
    color: #999999;
}
.send-message{
    max-width: 217px;
    width: 100%;
    height: 50px;
    background: #222222;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    margin-top: 3px;
}
.send-message:hover{
    background:#444444;
}


.cariera_accordion{
    max-width: 733px;
    width: 100%;
    padding-left: 23px;
    padding-top: 33px;
}
.accord-elem2{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 25px;
}

.accordion__title-cariera{
    flex-flow: row;
    justify-content: start;
    align-items: center;
    border: none;
    margin-bottom: 20px;
    position: relative;
}
.accordion__title-text-cariera{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.ww{
    position: absolute;
    left: -32px;
}
.accordion__title-text-cariera:hover{
    color: #00000099;
}
.choice_block-cariera{
    display: flex;
    flex-flow: column;
    max-width: 627px;
    width: 100%;
    align-items: start;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    color: #131313;
}
.accordion__content-cariera-text p:first-child{
    margin-bottom: 20px;
}
.accordion__content-cariera-icons{
    margin-top: 30px;
}

.cariera_slider-title{
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    padding-top: 85px;
}
.cariera-slider{
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 37px;
    padding-bottom: 68px;
    
}

.it{
    display: flex;
    flex-wrap: wrap;
}
.cariera-slide{
    
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    min-height: 355px;
    height: 100%;
    width: 100%;
    margin: 0 10px;
    
}
.cariera-slide-item{
    padding: 31px 30px 18px 23px;
    padding-bottom: 30px;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.cariera-slide-header{
    display: flex;
}
.cariera-slide-header-text{
    display: flex;
    flex-flow: column;
    margin-left: 14px;
    margin-top: 28px;
    flex-grow: 1;
}
.cariera-slide-item-name{
    max-width: 125px;
    width: 100%;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    
}
.cariera-slide-item-prof{
    max-width: 196px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    margin-top: 7px;
    
}
.cariera-slide-down{
    margin-top: 38px;
    
}
.cariera-slide-down p{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
}
.arrowPrevCariera{
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: -20px;
}
.arrowNextCariera{
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: -32px;
}
.fdfds{
    position: relative;
}
.slidernav-cariera{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    width: 100%;
}
.slider-arrow-cariera{
    justify-content: space-between;
    display: flex;
    max-width: 100%;
    width: 100%;
}



/*----cariera-----*/

/*----bascet-----*/
   .bascet{
    max-width: 1920px;
    background: #F5F5F5;
    margin: 0 auto;
   } 

   .bascet__login-title{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #232323;
    margin-top: 60px;

   }
.bascet__content__wrapper{
    display: flex;
    justify-content: space-between;
}
.bascet__menu{
    position: relative;
    min-height: 1px;
    height: 100%;
    margin-bottom: 20px;
    position: relative;
   }
   .bascet__menu-wr::before{
    content: '';
    display: block;
    width: 1px;
    min-height: 1px;
    height: 100%;
    background: #c8c8c8;
    position: absolute;
    left: 0px;

   }
   .bascet__menu-wr{
    display: flex;
    flex-flow: column;
    min-width: 260px;
    width: 100%;
    padding-left: 21px;
   }

   .bascet__menu_link, .opac0{
    font-family: 'Mont',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 52px;
    color: #000000;
    letter-spacing: 0.2em;
    background: none;
    text-align: start;
    display: flex;
    align-items: center;
   }
   .opac0{
        opacity: 0;
   }
   
   .active-link-b{
    color:#EB5313;
    transition: all 0.3s ease;
    }
    .active-link-b:before{
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    border-right: 1px solid #EB5313;
    position: absolute;
    transform: translateX(-21px);
    }

.profile{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/menu/profil.svg') center no-repeat;
    margin-right: 18px;
}
.profile-active{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/profil-red.svg') center no-repeat;
    
}
.basscet{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/menu/bascet.svg') center no-repeat;
    margin-right: 18px;
}
.basscet-active{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/bascet-red.svg') center no-repeat;

}
.shablon{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/menu/shablon.svg') center no-repeat;
    margin-right: 18px;
}
.shablon-active{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/shablon-red.svg') center no-repeat;

}
.project{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/menu/project.svg') center no-repeat;
    margin-right: 18px;
}
.project-active{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/project-red.svg') center no-repeat;

}
.client{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/menu/client.svg') center no-repeat;
    margin-right: 18px;
}
.client-active{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/cleint-red.svg') center no-repeat;

}
.history-buy{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/menu/history-buy.svg') center no-repeat;
    margin-right: 18px;
}
.history-active{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/history-buy-red.svg') center no-repeat;

}
.online-pay{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/menu/online-pay.svg') center no-repeat;
    margin-right: 18px;
}
.online-active{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/online-pay-red.svg') center no-repeat;

}
.favorite-product{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/menu/favorite.svg') center no-repeat;
    margin-right: 18px;
}
.favorite-active{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/favorite-red.svg') center no-repeat;

}
.price{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/menu/price-list.svg') center no-repeat;
    margin-right: 18px;
}
.price-active{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/price-red.svg') center no-repeat;

}
.download-icons{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/menu/download.svg') center no-repeat;
    margin-right: 18px;
}
.download-active{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/download-red.svg') center no-repeat;

}
.bascet-bascet{
    max-width: 1200px;
    width: 100%;
    background: #fff;
    padding: 66px 45px 104px 45px;
}
.bascet-contect-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
    align-items: center;
}
.bascet-title{
    font-family: 'SF Pro Display',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #232323;
}
.create-shablon{
    max-width: 151px;
    width: 100%;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
}
.create-shablon:hover{
    border: 1px solid #ED713C;
    color: #ED713C;
}
.bascet-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1105px;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;
    margin-bottom: 15px;
}
.wr-mob-bascet{
    display: flex;
    align-items: center;
    min-width: 340px;
}
.bascet-choice-elem{
    display: flex;
    flex-flow: column;
    margin-left: 19px;
    max-width: 251px;
    width: 100%;
}
.bascet-choice-elem-number{
    font-family: 'Mont',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    color: #999999;
}
.bascet-choice-elem-name{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.bascet-elem-price{
    margin-left: 150px;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    max-width: 84.5px;
    width: 100%;
    text-align: end;
}
.bascet_quantity{
    max-width: 85px;
    width: 100%;
    margin-left: 99px;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    position: relative;
}
.btn-minus-bascet{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}
.btn-plus-bascet{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
}
.bascet_quantity span{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    }
.bascet-elem-totalprice{
    margin-left: 113px;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    max-width: 87px;
    width: 100%;
    text-align: end;
}
.bascet-elem-delete-elem{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/elements/bascet/delete-item.svg') center no-repeat;
    margin-left: 82px;

}
.total-price-block{
    min-height: 53px;
    background: #F5F5F5;
}
.total-price{
    font-family: 'Mont',sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-align: right;
    padding: 14px  89px 13px 0px;
}
.bascet-btn-wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center; 
}
.bascet-btn-start button{
    background: none;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #525252;
}
.btn_refresh{
    margin-right: 21px;
}
.bascet-btn-end{
    display: flex;
    max-width: 492px;
    width: 100%;
}
.bascet-btn-end button,
.bascet-btn-end a{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    height: 50px;
}
.btn_continue{
    max-width: 250px;
    width: 100%;
    background: #222222;
    margin-right: 14px;
}
.btn_continue:hover{
    background: #444444;
}
.btn_checkout{
    max-width: 228px;
    width: 100%;
    background: #ED713C;
}
.btn_checkout:hover{
    background: #FD5A14;
}
.personal{
    max-width: 95px;
    width: 100%;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    margin-right: 15px;
    padding: 0;
}
.header__end-personal{
    max-width: 523px;
    width: 100%;
    justify-content: end;
}

.log-out{
	margin-left: 15px;
    max-width: 92px;
    /* width: 100%; */
    width: 92px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #050505;
    padding: 9px 0;
}


/*----bascet-----*/


/*----shablon-----*/
.shablon-title{
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #232323;
}
.shablon-subtitle{
    display: flex;
    justify-content: start;
    padding-bottom: 9px;
}
.shablon-subtitle div{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    color: #999999;
}
.shablon-subtitle-name{
   max-width: 78px;
   width: 100%; 
}
.shablon-subtitle-quantity{
    margin-left: 165px;
    max-width: 101px;
    width: 100%;
}
.shablon-subtitle-totalprice{
    max-width: 54px;
    width: 100%;
    margin-left: 485px;
}
.shablon__accordion{
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.shablon-wr{
    display: flex;
    align-items:  center;
    max-width: 100%;
    width: 100%;
    /* justify-content: space-between; */
}
.accordion__title-shablon{
    flex-flow: row;
    justify-content: start;
    align-items: center;
    border: none;
    margin-bottom: 0px;
    padding: 12px 20px;
    background: rgba(245, 245, 245, 0.3);
    position: relative;
    
}
.accordion-active1{
    background: #fff;
}
.accordion__title-text-name{
    max-width: 185px;
    width: 100%;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-left: 12px;
}
.accordion__title-text-quantity{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-left: 31px;
    max-width: 55px;
    width: 100%;
    text-align: left;
}
.accordion__title-text-totalprice{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    max-width: 90px;
    width: 100%;
    margin-left: 488px;
    text-align: end;
}
.btn_order{
    max-width: 163px;
    width: 100%;
    height: 50px;
    background: #ED713C;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    margin-left: 41px;
}
.btn_order:hover{
    background: #FD5A14;

}
.choice_block-shablon{
    display: flex;
    flex-flow: column;
    max-width: 617px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 11px;
    margin-top: 11px;
}
.choice_block-shablon:last-child{
    border: none
}
.choice_block-shablon-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 633px;
    width: 100%;
    margin-left: 20px;
}
.wr-shablon-inside{
    display: flex;
    align-items: center;
}
.choice_block-shablon-descr{
    min-width: 248px;
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-left: 14px;
}
.choice_block-shablon-price{
    max-width: 62px;
    width: 100%;
    margin-left: 3px;
}
.choice_block-shablon-number{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    color: #999999;
}
.choice_block-shablon-model{
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #404040;
}
.choice_block-shablon-price{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #404040;
}
.choice_block-shablon-quantity {
    display: flex;
    margin-left: 57px;
    border-bottom: 1px solid #DDDDDD;
}
.choice_block-shablon-quantity span{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #404040;
    
}

.btn-minus-shablon{
    margin-right: 21px;
    position: static;

}
.btn-plus-shablon{
    margin-left: 21px;
    position: static;
}
.choice_block-shablon-totalprice{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #404040;
    margin-left: 40px;
} 
/*----shablon-----*/


.header__search{
    display: block;
    width: 34px;
    height: 34px;
    background: url('/images/icons/header-start/search.png') center no-repeat;
    
}
.header__up{
    position: relative;
}
.search-active{
    display: block;
    max-width: 495px;
    width: 100%;
    background: #FFFFFF;
    position: absolute;
    left: calc(50% + 40px);
    transform: translateX(-50%);
    height: 54px;
}
 .tegg{
    position: relative;
    background: #F5F5F5;
    width: 33px;
    height: 34px;
}
.tegg-active{
    background: #ED713C;
    position: absolute;
    right: 10px;
    top: 7px;

}
.search-btn-active {
    position: absolute;
    background: url('/images/icons/search-white.svg') center no-repeat;

}

.input-search{
    display: none;
}
.input-search-active{
    display: block;
    max-width: 495px;
    width: 100%;
    height: 54px;
    border: 1px solid #707070;
    padding-left: 25px;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 0.2em;
    color: #999999;
}
.input-search-active2{
    display: block;
    max-width: 400px;
    width: 100%;
    height: 40px;
    border: 1px solid #707070;
    padding-left: 25px;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: #999999;
    margin-left: 15px;
}
.search-active1{
    background: none;
}
/* .news__menu_link:first-child{
    opacity: 0;
}
.news__menu_link:last-child{
    opacity: 0;
} */

body{
    position: relative;
}
.number2{
    opacity: 0;
}
/*------cookie------*/
.cookie{
    max-width: 406px;
    width: 100%;
    border: 1px solid #ED713C;
    position: fixed;
    right: 160px;
    background: #fff;
    bottom: 95px;
    z-index: 20;
}
.cookie_wrapper{
    position: relative;
    padding: 60px 0 56px 40px;
}
.cookie_close{
    position: absolute;
    top: 0px;
    right: 17px;
    background: none;
    opacity: 0;
}
.cookie_title{
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #232323;
}
.cookie_text{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: #2F2F2F;
    margin-top: 14px;
    padding-right: 56px;
}
.cookie_btn-wrap{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.cookie_btn-accept{
    max-width: 107px;
    width: 100%;
    height: 40px;
    background: #ED713C;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    text-align: center;
    padding: 12px 0;
}
.cookie_btn-accept:hover{
    background: #FD5A14;
}
.cookie_btn-cancel{
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #525252;
    margin-left: 24px;
    background: none;
}

/*------cookie------*/


.logo1-link .hover-text {
    display: none;
}

.logo1-link:hover .hover-text {
    display: block;
}

/*----swiper-------*/
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:after{
    display: none;
}
.swiper-wrapper{
    margin: 0 -12.5px;
}
.swiper-button-prev{
    background: rgba(255, 255, 255, 0.5);
    width: 25px;
    height: 50px;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    left: 0;
}
.swiper-button-next{
    background: rgba(255, 255, 255, 0.5);
    width: 25px;
    height: 50px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    right: 0;
}
.swiper-wrapper2{
    margin: 0;
}

.swiper-wrapper3{margin: 0;}

/*----swiper-------*/

/*----morepic-------*/
.morepic{
    max-width: 1920px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    position: relative;
}
.morepic-wrap{
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}
.morepic-slide {
    max-width: 100%;
    width: 100%;
    height: 80vh;
}
.morepic-slide img{
    object-fit: cover;
    object-position: 100%;
    margin: 0 auto;
}
.arrowPrevMorepic{
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 12px;
}
.arrowNextMorepic{
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: 0;
}

/*----morepic-------*/
.fancybox__container{
    --fancybox-bg: rgba(255, 254, 254, 0.9);
}

.fancybox__toolbar{
    --f-button-bg: rgba(51, -7, 27, -3.35);
}
/* .fancybox__slide.has-image>.fancybox__content{
    max-width: 100%;
    width: 100%;
    height: 100%;
    transform: none;
}
.fancybox-image{
    max-width: 100%;
    width: 100%;
    height: 100%;
} */

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev{
    content: url('/images/icons/rightOrange.svg');
}
.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next{
    content: url('/images/icons/leftOrange.svg');
}
/* .fancybox__slide{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 100%;
} */
.fancybox__footer{
    display: none;
}
.f-button:hover:not([disabled]){
    background-color: #fff;
}

.close-search{
    display: none;
    right: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: none; */
   	background: #fff;
    padding: 10px;
    z-index: 10;
}
.close-search-act{
    display: block;
}

.scroll_up {
    cursor: pointer;
    position: fixed;
    right: 54px;
    bottom: 30px;
}
.scroll_up-item{
    width: 42px;
    height: 42px;
    display: block;
    background: url(/images/elements/scroll-up.svg) center center/cover no-repeat;
}


.h{
    opacity: 0;
    transition: 0.2s ease-in all;
    z-index: -1;
}


.fancybox__slide.has-image>.fancybox__content{
    transform: none;
}

.promo-slider .slick-list {
	width: 100%;
}

.item_review_form {
    background: #F5F5F5;
    display: flex;
    flex-flow: column;
    padding: 25px 15px;
    border-bottom: 1px solid #DDDDDD;
    display: none;
}
.item_review_input label {
	font-family: 'Mont', sans-serif;
	font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.item_review_input input,
.item_review_input textarea {
	padding: 10px 15px;
	width: 100%;
    height: 49px;
    border: none;
    margin-bottom: 14px;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2em;
    /* color: #999999; */
    color: #000000;
}
.item_review_input input:placeholder,
.item_review_input textarea:placeholder {
	color: #999999;
}
.item_review_input textarea {
	resize: none;
	height: 120px;
}
.item_review_input a {
	font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-decoration: underline;
}
.item_review_input a:hover {
	color: #ED713C;
}
.item_review_input .product__review-item-reiting {
	
}
.item_review_input .product__review-item-reiting img {
	height: 20px;
	cursor: pointer;
}

.item_review_btn {
	margin-top: 15px;
	max-width: 200px;
    width: 100%;
    height: 40px;
    font-family: 'Mont',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
}

.review__hidden {
	display: none;
}
.review__hidden.showed_review {
	display: block;
}
.review_more {
	display: flex;
    align-items: center;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #525252;
    cursor: pointer;
    margin-top: 20px;
}

.review_more.show_class .icons-arrow img {
	transform: rotate(180deg);
}

.loader_space {
	display: none;
    position: fixed;
    background: rgba(0,0,0,0.2);
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.loader_block {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    height: 100%;
}
.loader_block_img {
	position: relative;
	width: 100px;
	height: 100px;
	border-bottom: solid 7px #ED713C;
	border-top: solid 7px #ED713C;
	border-radius: 50px;
	animation: 3s linear infinite reverse_spinner;
}
.loader_block_img:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 15px;
	width: 70px;
	height: 70px;
	border-left: solid 5px #ED713C;
	border-right: solid 5px #ED713C;
	border-radius: 50px;
	animation: 3s linear infinite spinner;
}
@keyframes spinner{
	0%{
		transform:rotate(0)
	}
	25%{
		transform:rotate(180deg)
	}
	50%{
		transform:rotate(360deg)
	}
	75%{
		transform:rotate(180deg)
	}
	100%{
		transform:rotate(0deg)
	}
}
@keyframes reverse_spinner{
	0%{
		transform:rotate(0)
	}
	25%{
		transform:rotate(-90deg)
	}
	50%{
		transform:rotate(-180deg)
	}
	75%{
		transform:rotate(-90deg)
	}
	100%{
		transform:rotate(0deg)
	}
}



.about_gallery_wrapper {
    position: relative;
    overflow: hidden;
}
.about_gallery_slider {
    display: block;
}
.about_gallery_slider .slick-list {
    width: calc(100% + 20px);
}
.about_gallery_slide {
    padding-right: 20px;
}

.about_gallery_prev,
.about_gallery_next {
    position: absolute;
    top: 60px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_gallery_prev {
    background: rgba(255, 255, 255, 0.5);
    width: 25px;
    height: 50px;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    left: 0;
}
.about_gallery_next {
    background: rgba(255, 255, 255, 0.5);
    width: 25px;
    height: 50px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    right: 0px;
}