/*hero-group*/
.hero-group{
  background: linear-gradient(180deg, #969395 0%, #B6B4B6 71.5%, #F9F9FA 100%);
  background-repeat: no-repeat;
  background-size: 100% 706px;
}
@media only screen and (max-width : 1023px){
  .hero-group{background-size: 100% 592px, auto;}
}

/*hero*/

.hero-slider{position: relative;}
.hero-slider__prev,
.hero-slider__next{
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .1);
  z-index: 10;
}
.hero-slider__prev{left: 0;}
.hero-slider__next{right: 0;}
.hero-slider__prev:hover,
.hero-slider__next:hover{background: rgba(209, 74, 64, .5);}
.hero-slider__prev.swiper-button-disabled,
.hero-slider__next.swiper-button-disabled{
  user-select: none;
  pointer-events: none;
}
.hero-slide{
  padding: 42px 140px 52px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.hero-slide__main{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  width: calc(50% - 20px);
  text-align: right;
  color: #fff;
  flex-shrink: 0;
}
.hero-slide__pic{
  width: calc(50% - 20px);
  height: 432px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-slide__pic img{
  max-width: 100%;
  max-height: 100%;
}
.hero-slide__title{
  margin-bottom: 10px;
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .07em;
}
.hero-slide__txt{
  margin-bottom: 58px;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: .02em;
}
.hero-slide__btn{
  width: 210px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 3px;
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .05em;
  color: #fff;
}
.hero-slide__btn:hover{
  border-color: #969395;
  color: #E4190A;
}
@media only screen and (max-width : 1199px){
  .hero-slide__title{font-size: 30px;}
  .hero-slide__txt {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
@media only screen and (max-width : 1023px){
  .hero-slider{
    overflow: visible;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .hero-slider .swiper-slide{overflow: hidden}
  .hero-slider__prev,
  .hero-slider__next{
    bottom: 132px;
    width: 50px;
    height: 50px;
  }
  .hero-slider__prev svg,
  .hero-slider__next svg{width: 9px;}
  .hero-slider .swiper-wrapper{align-items: stretch;}
  .hero-slider .swiper-slide{height: unset !important;}
  .hero-slide{
    height: 100%;
    padding: 40px 20px 56px;
    flex-direction: column;
    gap: 12px;
  }
  .hero-slide__main{
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .hero-slide__pic{
    width: 100%;
    height: 204px;
  }
  .hero-slide__title{
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: .05em;
  }
  .hero-slide__txt{
    margin-bottom: 0;
    font-size: 20px;
  }
  .hero-slide__btn{
    width: 180px;
    height: 40px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-slide__btn:hover{
    border-color: #969395;
    color: #E4190A;
  }
  .hero-slider__prev{left: 20px;}
  .hero-slider__next{right: 20px;}
}

/*how-we-work*/
.how-we-work{background-color: #EEEEEE;}
.how-we-work::before,
.how-we-work::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  shape-outside: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);  
}
.how-we-work::before{
  background-color: rgba(255, 255, 255, .3);
  width: 648px;
  height: 540px;
}
.how-we-work::after{
  background-color: rgba(78, 80, 84, 0.2);
  width: 414px;
  height: 342px;
}
.how-we-work__wrap{position: relative;}
.how-we-work__list{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.how-we-work-item{
  width: calc(50% - 20px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 3px;
}
.how-we-work-item:first-child{margin-right: 100px;}
.how-we-work-item__icn{
  width: 80px;
  flex-shrink: 0;  
}
.how-we-work-item__icn img{width: 100%;}
.how-we-work-item__txt{
  flex-grow: 1;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: .02em;
  color: #4E5054;
}
.how-we-work__title{
  width: calc(50% - 20px);
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  color: #999;
}
.how-we-work__title::after{
  content: '';
  display: block;
  width: 50vw;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E4190A;
}
@media only screen and (max-width : 1023px){
  .how-we-work::before,
  .how-we-work::after{
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    shape-outside: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);  
  }
  .how-we-work::before{
    width: 390px;
    height: 325px;
  }
  .how-we-work::after{
    width: 249px;
    height: 206px;
  }
  .how-we-work__list{gap: 20px;}
  .how-we-work-item{
    width: 100%;
    flex-direction: column;
    gap: 13px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  }
  .how-we-work-item:first-child{margin-right: 0;}
  .how-we-work-item__icn{width: 60px;}
  .how-we-work-item__txt{
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
  .how-we-work__title{
    width: 100%;
    position: relative;
    padding-bottom: 3px;
    text-align: center;
    margin-bottom: 23px;
    font-size: 32px;
    letter-spacing: .02em;
    color: #4E5054;
  }
  .how-we-work__title::after{
    width: 100%;
    height: 2px;
  }
}

/*news-sec*/
.news-sec{background-color: #fff;}
.news-sec__wrap{display: grid;grid-template-columns: repeat(4, 1fr);grid-column-gap: 40px;grid-row-gap: 72px;align-items: stretch;}
.news-sec__bar{grid-column: span 2;display: flex;align-items: stretch;justify-content: space-between;gap: 40px;}
.news-sec-link{display: flex;align-items: center;justify-content: center;width: calc(50% - 20px);height: 40px;border: 1px solid #4E5054;border-radius: 3px;font-family: 'Bicubik';font-weight: 400;font-size: 14px;text-align: center;letter-spacing: .05em;color: rgba(78, 80, 84, .8);}
.news-sec-link:hover{border-color: #969395;color: #E4190A;}
.news-sec-main{grid-column: span 2;grid-row: span 2;position: relative;overflow: hidden;border-radius: 3px;}
.news-sec-main::before{content: '';display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 2;background-color: rgba(0, 0, 0, .3);transition: background-color .25s linear;}
.news-sec-main img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.news-sec-main__txt{position: absolute;bottom: 0;left: 0;right: 0;z-index: 4;padding: 36px 40px;font-weight: 700;font-size: 32px;line-height: 1.25;text-transform: uppercase;color: #fff;}
.news-sec-main:hover::before{background-color: rgba(0, 0, 0, .45);}
@media only screen and (max-width : 1023px){
  .news-sec__wrap{display: block;}
  .news-sec__bar{grid-column: unset;margin-bottom: 40px;}
  .news-sec-main{display: block;margin-bottom: 20px;}
  .news-sec-main img{position: static;height: auto;
  }
}
@media only screen and (max-width : 767px){
  .news-sec__bar{gap: 10px;flex-direction: column;align-items: center;}
  .news-sec-link{width: 160px;height: 30px;font-size: 10px;border-color: rgba(78, 80, 84, .8);color: rgba(78, 80, 84, .8);}
  .news-sec-main__txt{padding: 20px;font-size: 20px;font-weight: 400;}
}

/*news-item*/
.news-item{display: block;position: relative;background-color: rgba(78, 80, 84, .1);color: #4E5054;}
.news-item::before,.news-item::after{content: '';display: block;position: absolute;z-index: 4;}
.news-item__pic{width: 100%;}
.news-item__pic img{display: block;width: 100%;}
.news-item__txt{position: relative;z-index: 3;padding: 18px 90px 18px 20px;font-weight: 400;font-size: 18px;line-height: 1.22;letter-spacing: .02em;text-transform: uppercase;}
.news-item::before{bottom: 0;right: 0;width: 106px;height: 89px;background-color: #fff;shape-outside: polygon(100% 0, 100% 100%, 0 100%);clip-path: polygon(100% 0, 100% 100%, 0 100%);}
.news-item::after{bottom: 20px;right: 13px;width: 30px;height: 30px;background: url(../img/news-arrow-right.svg) center center no-repeat;background-size: cover;}
.news-item:hover{color: #E4190A;}
.list .news-item{margin: 0;}
@media only screen and (max-width : 1023px){
  .news-item{display: flex;align-items: flex-start;justify-content: flex-start;margin-bottom: 20px;}
  .news-item:last-child{margin-bottom: 0;}
  .news-item__pic{width: 133px;height: 123px;flex-shrink: 0;overflow: hidden;border-radius: 3px 0 0 3px;}
  .news-item__pic img{height: 100%;object-fit: cover;}
  .news-item__txt{padding: 14px 27px 26px 18px;font-size: 16px;}
  .news-item::before{width: 70px;height: 60px;}
  .news-item::after{bottom: 0;right: 0;}
}

/*form-sec*/
.form-sec{
  background-color: rgba(78, 80, 84, .1);
  overflow: hidden;
}
.form-sec::before,
.form-sec::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  shape-outside: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);  
}
.form-sec::before{
  background-color: #F5F5F5;
  width: 950px;
  height: 792px;
}
.form-sec::after{
  background-color: #4E5054;
  width: 581px;
  height: 480px;
}
.form-sec__title{
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #4E5054;
}
.form-sec__txt{
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  letter-spacing: .02em;
  color: #4E5054;
}
.main-form{margin-top: 40px;}
.main-form__wrap,
.main-form{
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 40px;
  flex-wrap: wrap;  
}
.main-form__wrap{gap: 20px 40px;}
.main-form__bar,
.main-form__text,
.main-form__wrap,
.main-form__wrap > *{
  flex-shrink: 0;
  width: calc(50% - 20px);
}
.main-form__bar{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.main-form__politic{
  width: 311px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: .02em;
  color: #4E5054;
}
.main-form__politic a{
  color: #4E5054;
  text-decoration: underline;
}
.main-form__politic a:hover{color: #E4190A;}
.main-form__btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 50px;
  background-color: #fff;
  border-radius: 3px;
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .05em;
  color: #E4190A;
}
.main-form__btn:hover{
  background-color: #E4190A;
  color: #fff;
}
@media only screen and (max-width : 1479px){
  .form-sec::before,
  .form-sec::after{
    right: auto; 
  }
  .form-sec::before{left: 50%;}
  .form-sec::after{left: calc(50% + 368px);}
}
@media only screen and (max-width : 1199px){
  .main-form__bar,
  .main-form__text,
  .main-form__wrap{width: 100%;}
}
@media only screen and (max-width : 767px){
  .form-sec::before,
  .form-sec::after{
    left: auto;
    right: 0;
  }
  .form-sec::before{
    width: 941px;
    height: 922px;
  }
  .form-sec::after{
    width: 576px;
    height: 559px;
  }
  .form-sec__title{
    margin-bottom: 17px;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .form-sec__txt{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #5D5D5D;
    padding: 0 20px;
  }
  .main-form{margin-top: 28px;}
  .main-form__wrap,
  .main-form{gap: 20px;}
  .main-form__wrap{gap: 20px;}
  .main-form__bar,
  .main-form__text,
  .main-form__wrap,
  .main-form__wrap > *{width: 100%;}
  .main-form__bar{
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .main-form__politic{
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .main-form__politic a{color: #fff;}
  .main-form__btn{
    width: 240px;
    height: 47px;
    font-size: 14px;
  }
}

/*form*/
.label{
  display: block;
  position: relative;
}
.label__title{
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .02em;
  color: #4E5054;
}
.label__title span{color: #E4190A;}
.input{
  display: block;
  width: 100%;
  outline: none;
  background: #fff;
  transition: .25s ease;  
  padding: 0 18px;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 2px solid #fff;
  color: #4E5054;
  font-size: 18px;
  height: 60px;
}
.input::-webkit-input-placeholder{opacity: 1; color: #D0D0D0;}
.input::-moz-placeholder{opacity: 1; color: #D0D0D0;}
.input:-moz-placeholder{opacity: 1; color: #D0D0D0;}
.input:-ms-input-placeholder{opacity: 1; color: #D0D0D0;}
.input:placeholder{opacity: 1;color: #D0D0D0;}
.input.error{border-color: red;}
.input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 100px #fff !important;
  -webkit-text-fill-color: #4E5054 !important;
  color: #4E5054 !important;
}
.textarea{
  resize: none;
  height: 161px;
  padding: 18px;
}
@media only screen and (max-width : 767px){
  .label__title{
    margin-bottom: 3px;
    font-weight: 300;
  }
}

/*flags*/
.flags--shot{background-color: #fff;}
.flags--shot .flags__wrap{padding-bottom: 0;}
.flags__wrap{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding-bottom: 80px;
  overflow-x: auto;
  width: 100%;
}
.flags__wrap::before,
.flags__wrap::after{
  content: '';
  display: block;
  width: 1px;
  flex-shrink: 0;
}
/*.flags__wrap::-webkit-scrollbar {display: none;}  */
.flag{
  flex-shrink: 0;
  width: 330px;
  position: relative;
  background-color: #eee;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .2));
  border-radius: 3px 3px 0 0;
}
.flag:not(.flag--shot)::after{
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 40px solid #eee;
  border-bottom: 40px solid transparent;
  border-left: 165px solid transparent;
  border-right: 165px solid transparent;
  height: 80px;
}
.flag--shot{filter: none;}
.flag__header{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 22px 20px 22px 40px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  position: relative;
}
.flag__header::before,
.flag__header::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  shape-outside: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);  
}
.flag__header::before{
  width: 36px;
  height: 30px;
  background-color: #F5F5F5;
}
.flag__header::after{
  width: 23px;
  height: 19px;
  background-color: #4E5054;
}
.flag--blue .flag__header{background-color: #698E99;}
.flag--gold .flag__header{background-color: #BF9B6F;}
.flag--green .flag__header{background-color: #7E987B;}
.flag__icn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.flag__icn img{
  max-width: 100%;
  max-height: 100%;
}
.flag__title{
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: .03em;
  color: #F7F7F7;
}
.flag__main{
  height: 207px;
  overflow: hidden;
  padding: 16px 40px;
  position: relative;
}
.flag__main::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 100%);
  user-select: none;
  pointer-events: none;
}
.flag.open .flag__main{height: auto;}
.flag.open .flag__main::after{display: none;}
.flag__main li:not(:last-child){
  margin-bottom: 10px;
  padding: 2px 0;
}
.flag__main li a{
  display: inline-block;
  position: relative;
  padding-left: 26px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: .02em;
  color: #111;
}
.flag__main li a:hover{color: #E4190A;}
.flag__main li a::before{
  content: '';
  display: block;
  background: url(../img/item.svg) center center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.flag__footer{
  display: flex;
  justify-content: center;
  padding-top: 38px;
}
.flag__btn{
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: .05em;
}
.flag--blue .flag__btn{color: #698E99;}
.flag--gold .flag__btn{color: #BF9B6F;}
.flag--green .flag__btn{color: #7E987B;}
@media only screen and (max-width : 1099px){
  .flags__wrap{gap: 20px;}
}
@media only screen and (max-width : 767px){
  .flags{margin-top: 40px;}
  .flags--shot{background-color: transparent;}
  .flags__wrap{
    gap: 20px;
    justify-content: flex-start;
    padding-bottom: 56px;
  }
  
  .flag{width: 230px;}
  .flag:not(.flag--shot)::after{
    border-top: 28px solid #eee;
    border-bottom: 28px solid transparent;
    border-left: 115px solid transparent;
    border-right: 115px solid transparent;
    height: 46px;
  }
  .flag__header{
    gap: 10px;
    padding: 20px;
  }
  .flag__title{
    font-size: 12px;
    line-height: 1.67;
  }
  .flag__main{padding: 16px 20px;}
  .flag__main li a{
    font-size: 16px;
    letter-spacing: .03em;
  }
  .flag__footer{padding-top: 21px;}
}

/*main-items*/
.main-items-slider{
  position: relative;
  overflow: visible;
}
.main-items-slider .swiper-wrapper{align-items: stretch;}
.main-items-slider .swiper-slide{
  height: unset;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition: opacity .2s linear;
}
.main-items-slider .swiper-slide.swiper-slide-active,
.main-items-slider .swiper-slide.swiper-slide-active + .swiper-slide,
.main-items-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide,
.main-items-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{
  opacity: 1;
  user-select: unset;
  pointer-events: unset;
}
.main-items-slider__prev,
.main-items-slider__next{
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(209, 74, 64, .5);
  z-index: 10;
}
.main-items-slider__prev{left: 0;}
.main-items-slider__next{right: 0;}
.main-items-slider__prev:hover,
.main-items-slider__next:hover{background-color: rgba(209, 74, 64, .8);}
.main-items-slider__prev.swiper-button-disabled,
.main-items-slider__next.swiper-button-disabled{
  user-select: none;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (max-width : 1023px){
  .main-items-slider{margin-top: 40px;}
  .main-items-slider__prev,
  .main-items-slider__next{
    width: 50px;
    height: 50px;
  }
  .main-items-slider__prev svg,
  .main-items-slider__next svg{width: 9px;}
}


/*item*/
.swiper-slide .item{height: 100%;}
.item{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  background-color: #969395;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  transition: filter .25s linear;
}
.item:hover{filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .3));}
.item__img{display: block;}
.item__img img{width: 100%;}
.item__main{
  padding: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.item__main::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 162px;
  height: 136px;
  background-color: #fff;
  shape-outside: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);  
}
.item__main > *{
  position: relative;
  z-index: 2;
}
.item__name{
  margin-bottom: 7px;
  font-family: 'Neuron';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
}
.item__desc{
  margin-bottom: 19px;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: .02em;
  color: #fff;
}
.item__price{
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  letter-spacing: .02em;
  color: #fff;
}
.item__bar{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}
.item__more,
.item__shopcart{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 15px);
  height: 40px;
  border-radius: 3px;
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: .05em;
  color: #111;
  background-color: #fff;
}
.item__more{color: #111;}
.item__shopcart{
  color: #E4190A;
  border: 1px solid #969395;
}
.item__more:hover,
.item__shopcart:hover{
  background-color: #E4190A;
  color: #fff;
}

/*footer*/
.footer{
  padding: 60px 0;
  background-color: #4E5054;
  color: #F5F5F5;
}
.footer__wrap{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
.footer__main,
.footer__map{
  width: calc(50% - 20px);
  flex-shrink: 0;
}
.footer__logo{
  display: block;
  width: 100%;
  max-width: 403px;
  margin-bottom: 24px;
}
.footer__logo img{width: 100%;}
.footer__row{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.footer__footer{margin-top: 32px;}
.footer__copyright{
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 1;
}
.footer__txt{
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
.footer__contacts{
  max-width: 354px;
  flex-grow: 1;
  font-size: 24px;
  line-height: 1.17;
}
.footer__address{
  display: block;
  font-style: normal;
  margin-bottom: 26px;
}
.footer__contacts a{color: #F5F5F5;}
.footer__contacts a:hover{color: #E4190A;}
.footer__soc{margin-top: 28px;}
.footer-nav li:not(:last-child){margin-bottom: 16px;}
.footer-nav li a{
  font-size: 24px;
  line-height: 1;
  letter-spacing: .03em;
  color: #fff;
  white-space: nowrap;
}
.footer-nav li a:hover{color: #E4190A;}
.footer-nav li a.active{color: #EF7268;}
@media only screen and (max-width : 1023px){
  .footer-nav li a,
  .footer__contacts{font-size: 20px;}
  .footer__txt{font-size: 14px;}
}
@media only screen and (max-width : 767px){
  .footer{display: none;}
}

.soc{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

/*header*/

.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}


.header-top{
  background-color: #F5F5F5;
  padding: 11px 0;
}
.header-bottom__wrap,
.header-top__wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.header-top-nav ul,
.header-bottom__left,
.header-bottom__right,
.header-email,
.header-top__left,
.header-top__right{
  display: flex;
  align-items: center;
}
.header-top__left{gap: 28px;}
.header-top__right{gap: 10px;}
.header-top-nav ul{gap: 30px;}
.header-email{
  gap: 4px;
  font-size: 16px;
  line-height: 1.12;
  letter-spacing: .05em;
  color: #111;
}
.header-email:hover{color: #E4190A;}
.header-top-nav ul li a{
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .02em;
  color: #111;
  white-space: nowrap;
}
.header-top-nav ul li a:hover,
.header-top-nav ul li a.active{color: #E4190A;}
.header-tel{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.12;
  letter-spacing: .05em;
  color: #4E5054;
}
.header-tel:hover{color: #E4190A;}
.header-order{
  font-size: 16px;
  line-height: 1;
  letter-spacing: .02em;
  text-decoration-line: underline;
  color: #E4190A;
  white-space: nowrap;
}
.header-order:hover{color: #111;}
.header-bottom{padding: 20px 0;}
.header-logo{display: block;}
.header-logo img:last-child{display: none;}
.header-bottom__left,
.header-bottom__right{
  width: calc(50% - 20px);
  gap: 20px;
}
.header-bottom__right{justify-content: space-between;}
.header-nav{
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav > ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.header-nav > ul > li > a,
.header-nav > ul > li > span{
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: .02em;
  color: #111;
}
.header-nav > ul > li > a:hover,
.header-nav > ul > li > a.active,
.header-nav > ul > li > span.active{color: #E4190A;}
.header-nav-item.drop > a,
.header-nav-item.drop > span{
  display: inline-block;
  padding-right: 18px;
  background: url(../img/drop.svg) right center no-repeat;
}
.header-search{
  flex-grow: 1;
  position: relative;
}
.header-bar{
  display: flex;
  align-items: center;
  align-items: center;
  gap: 14px;
}
.header-search__input{
  display: block;
  width: 100%;
  outline: none;
  background: #fff;
  transition: .25s ease;  
  padding: 0 50px 0 21px;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid #999;
  color: #111;
  font-size: 16px;
  height: 40px;
  font-weight: 300;
  letter-spacing: .02em;
}
.header-search__input::-webkit-input-placeholder{opacity: 1; color: #999;}
.header-search__input::-moz-placeholder{opacity: 1; color: #999;}
.header-search__input:-moz-placeholder{opacity: 1; color: #999;}
.header-search__input:-ms-input-placeholder{opacity: 1; color: #999;}
.header-search__input:placeholder{opacity: 1;color: #999;}
.header-search__input.error{border-color: red;}
.header-search__input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 100px #fff !important;
  -webkit-text-fill-color: #111 !important;
  color: #111 !important;
}
.header-search__submit{
  width: 21px;
  height: 21px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.header-bar-item{position: relative;}
.header-bar-item svg{flex-shrink: 0;}
.header-bar-item__note{
  position: absolute;
  top: -3px;
  right: -7px;
  z-index: 2;
  padding: 0 4px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  color: #fff;
  background-color: #E4190A;
  font-size: 12px;
  text-align: center;
}
.header-nav-item:hover .drop-cat{display: block;}
.drop-cat{
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: 100%;
  padding-top: 30px;
  display: none;
}
.drop-cat__wrap{
  background-color: #fff;
  border: 1px solid #969395;
  border-radius: 3px;
  height: calc(100vh - 140px);
  max-height: 537px;
  padding: 80px 20px 76px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 80px;
}
.drop-cat__col{
  width: 192px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 36px;
}
.drop-cat__header{
  padding-bottom: 14px;
  border-bottom: 3px solid;
  width: 100%;
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: .03em;
  color: #111;
  display: block;
}
.drop-cat__header--blue{border-bottom-color: #688E9B;}
.drop-cat__header--gold{border-bottom-color: #BE9B70;}
.drop-cat__header--green{border-bottom-color: #7D987C;}
.drop-cat__list{
  flex-grow: 1;
  overflow-y: auto;
}
.drop-cat__list::-webkit-scrollbar {
  width: 2px;
  background-color: #D0D0D0;
  opacity: 0;
  transition: opacity .25s linear;
}
.drop-cat__list:hover::-webkit-scrollbar{opacity: 1;}
.drop-cat__list::-webkit-scrollbar-track {
  background: #D0D0D0;
  background-color: #D0D0D0;
  border: none;
  box-shadow: none;
  outline: none;
}
.drop-cat__list::-webkit-scrollbar-thumb {
  background: #4E5054;
  background-color: #4E5054;
  border-radius: 0;
  border: none;
}
.drop-cat__list li:not(:last-child){margin-bottom: 40px;}
.drop-cat__list li a{
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: .03em;
  color: #4E5054;
}
.drop-cat__list li a:hover,
.drop-cat__list li a.active{color: #E4190A;}
@media only screen and (max-width : 1299px){
  .header-nav > ul{gap: 20px;}
}
@media only screen and (max-width : 1199px){
  .header-nav > ul{gap: 20px;}
  .header-logo img:last-child{display: block;}
  .header-logo img:first-child{display: none;}
  .header-nav > ul{gap: 40px;}
}
@media only screen and (max-width : 1023px){
  .header-nav > ul{gap: 30px;}
  .drop-cat__wrap{gap: 40px;}
}
@media only screen and (max-width : 767px){
  .header{display: none;}
}

/*mob-bar*/
.mob-bar{display: none;}
@media only screen and (max-width : 767px){
  .mob-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, .7);
    border-top: 2px solid #E4E3E1;
    backdrop-filter: blur(2px);
  }
  .mob-bar-logo,
  .mob-bar-item,
  .burger{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 70px;
    height: 60px;
  }
  .mob-bar-item,
  .burger{flex-shrink: 0;}
  .mob-bar-logo{
    width: unset;
    flex-grow: 1;
  }
  .mob-bar-item{
    gap: 8px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    letter-spacing: .02em;
    color: #3E424B;
    white-space: nowrap;
  }
  .mob-bar-item.active{color: #E4190A;}
  .mob-bar-item__icn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
  }
  .mob-bar-item__note{
    position: absolute;
    z-index: 2;
    min-width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    top: -2px;
    right: -5px;
    background-color: #E4190A;
    color: #fff;
    font-size: 8px;
    text-align: center;
  }
  .mob-bar-logo img{
    max-width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 3px;
  }
  .burger span{
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #4E5054;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    transition: transform .25s, top .25s .25s;
  }
  .burger span:nth-child(1){top: 21px;}
  .burger span:nth-child(2){top: 31px;}
  .burger span:nth-child(3){top: 41px;}
  .burger.open span{transition: top .25s, transform .25s .25s;}
  .burger.open span:nth-child(1){top: 31px; transform: rotate(45deg);}
  .burger.open span:nth-child(3){top: 31px; transform: rotate(-45deg);}
  .burger.open span:nth-child(2){display: none;}
}

/*mob-menu*/
.mob-menu{display: none;}
@media only screen and (max-width : 767px){
  .mob-menu.open{
    user-select: auto;
    pointer-events: auto;
  }
  .mob-menu{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 500;
    user-select: none;
    pointer-events: none;
  }
  .mob-menu-overlay{
    background-color: rgba(78, 80, 84, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
  }
  .open .mob-menu-overlay{
    animation: fadeIn both .25s linear;
    display: block;
  }
  .mob-menu__wrap{
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #4E5054;
    overflow-y: auto;
    transform: translateX(110%);
    transition: transform .25s linear;
  }
  .open .mob-menu__wrap{transform: translateX(0);}  
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  @keyframes slideRight {
    from { transform: translateX(110%); }
    to { transform: translateX(0); }
  }
  .mob-menu__main{
    position: relative;
    padding: 30px 20px 46px;
    background-color: #4E5054;
    color: #fff;
  }
  .mob-menu-search{
    margin-bottom: 30px;
    position: relative;
  }
  .mob-menu-search__input{
    display: block;
    width: 100%;
    outline: none;
    background: url(../img/search.svg) right 10px center no-repeat #fff;
    transition: .25s ease;  
    padding: 0 30px 0 10px;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 2px solid #fff;
    color: #000;
    font-size: 14px;
    height: 30px;
    font-weight: 300;
  }
  .mob-menu-search__input::-webkit-input-placeholder{opacity: 1; color: #4E5054;}
  .mob-menu-search__input::-moz-placeholder{opacity: 1; color: #4E5054;}
  .mob-menu-search__input:-moz-placeholder{opacity: 1; color: #4E5054;}
  .mob-menu-search__input:-ms-input-placeholder{opacity: 1; color: #4E5054;}
  .mob-menu-search__input:placeholder{opacity: 1;color: #4E5054;}
  .mob-menu-search__input.error{border-color: red;}
  .mob-menu-search__input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 100px #fff !important;
    -webkit-text-fill-color: #000 !important;
    color: #000 !important;
  }
  .mob-menu-nav > ul > li.drop > a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
  .mob-menu-nav > ul > li.drop > a::after{
    content: '';
    display: block;
    background: url(../img/dropup.svg) center center no-repeat;
    width: 14px;
    height: 8px;
  }
  .mob-menu-nav > ul > li:not(:last-child){margin-bottom: 20px;}
  .mob-menu-nav > ul > li > a{
    font-size: 20px;
    line-height: 1;
    color: #fff;
  }
  .mob-drop-cat{padding-left: 10px;}
  .mob-drop-cat li{margin-top: 15px;}
  .mob-drop-cat li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
  }
  .mob-drop-cat li a img{
    width: 22px;
    flex-shrink: 0;
  }
  .mob-menu-order{
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 144px;
  }
  .mob-menu-order img{width: 100%;}
  .mob-menu__contacts{
    padding: 30px 20px 104px;
    background-color: #eee;
  }
  .mob-menu__contact{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 16px;
    font-size: 20px;
    line-height: 1.2;
    color: #111;
  }
  .mob-menu__contact:last-child{margin-bottom: 0;}
}

/*news-page*/
.news-page{background-color: #fff;padding: 40px 0 114px;border-top: 1px solid #D0D0D0;}
.news-page-title{position: relative;padding-bottom: 8px;width: calc(50% - 20px);font-weight: 400;font-size: 42px;line-height: 1;color: #4E5054;margin-bottom: 74px;}
.news-page-title::after{content: '';display: block;width: 50vw;height: 3px;background-color: #E4190A;position: absolute;bottom:0;}
.news-page__bar{margin-bottom: 72px;}
.news-page-link{display: flex;align-items: center;justify-content: center;height: 40px;border: 1px solid #4E5054;border-radius: 3px;font-family: 'Bicubik';font-weight: 400;font-size: 14px;text-align: center;letter-spacing: .05em;color: rgba(78, 80, 84, .8);}
.news-page-link.active{background-color: #4E5054;border-color: #4E5054;color: #fff;}
.news-page-link:not(.active):hover{border-color: #969395;color: #E4190A;}
@media only screen and (max-width : 1023px){
  .news-page-title{margin-bottom: 20px;padding-bottom: 3px;width: 100%;font-size: 32px;line-height: 1.2;text-align: center;color: #4E5054;}
  .news-page-title::after{width: 100%;height: 2px;}
}
@media only screen and (max-width : 767px){
  .news-page{padding: 40px 0 54px;border-top: none;}
  .news-page__bar{margin-bottom: 30px;gap: 30px;}
  .news-page__bar > *{width: calc(50% - 15px);}
  .news-page-link{height: 30px;font-size: 10px;color: #4E5054;}
}

/*pagination*/
.pagination{
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination__prev,
.pagination__item,
.pagination__next{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 3px;
  text-align: center;
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 20px;
  color: #4E5054;
}
a.pagination__prev:not(.disabled):hover,
a.pagination__next:not(.disabled):hover,
a.pagination__item.active,
a.pagination__item:hover{
  background-color: #999;
  color: #fff;
}
.pagination__prev svg,
.pagination__next svg{
  stroke: #4E5054;
  transition: stroke .25s linear;
}
a.pagination__prev:not(.disabled):hover svg,
a.pagination__next:not(.disabled):hover svg{stroke: #fff;}
a.pagination__prev.disabled svg,
a.pagination__next.disabled svg{stroke: #D9D9D9;}
a.pagination__prev.disabled,
a.pagination__next.disabled{
  user-select: none;
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width : 767px){
  .pagination{
    margin-top: 35px;
    gap: 5px;
  }
  .pagination__prev,
  .pagination__item,
  .pagination__next{
    width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .pagination__item svg{width: 13.5px;}
  .pagination__prev svg,
  .pagination__next svg{width: 8px;}
}

/*breadcrumbs*/
.breadcrumbs{
  padding: 30px 0 34px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-color: #fff;
}
.breadcrumbs a{color: #000;}
.breadcrumbs a:hover{color: #E4190A;}
@media only screen and (max-width : 767px){
  .breadcrumbs{display: none;}
}

/*search-page*/
.search-page{padding: 40px 0 80px;}
.search-page-title{
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  padding-top: 8px;
  color: #4E5054;
}
.search-page-title span{
  display: inline-block;
  margin: 0 12px;
  height: 30px;
  line-height: 30px;
  padding:  0 12px;
  min-width: 40px;
  text-align: center;
  background-color: #4E5054;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
}
@media only screen and (max-width : 767px){
  .search-page{padding: 30px 0 40px;}
  .search-page-title{
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.2;
    padding-top: 0;
    text-align: center;
  }
  .search-page-title span{
    margin: 0 6px;
    height: 20px;
    line-height: 20px;
    min-width: 30px;
    font-weight: bold;
    padding: 0 6px;
  }
}

/*catalog-page*/
.catalog-page{
  position: relative;
  background-color: #fafafa;
}
.catalog-page::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 160px;
  width: 100vw;
  background-color: #fff;
}
.catalog-page__wrap{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  gap: 40px;    
}
.catalog-top-nav{
  position: absolute;
  top: 0;
  right: 0;  
  width: calc(100% - ((100% - 120px) / 4) - 40px);
  height: 80px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 40px;
  overflow-x: auto;
  z-index: 4;
}
.catalog-top-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc((100% - 80px) / 3);
  gap: 20px;
  height: 80px;
  position: relative;
  flex-shrink: 0;
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: .03em;
  color: #F7F7F7;
  text-transform: uppercase;  
  padding-left: 40px;
  padding-right: 20px;
}
.catalog-top-item img{
  display: block;
  flex-shrink: 0;
  width: 40px;
}
.catalog-top-nav::-webkit-scrollbar {display: none;}
.catalog-top-item.blue{background-color: #698E99;}
.catalog-top-item.gold{background-color: #BF9B6F;}
.catalog-top-item.green{background-color: #7E987B;}
.catalog-top-item.soon{background-color: rgba(78, 80, 84, .2);}
.catalog-top-item::after,
.catalog-top-item::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  shape-outside: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);  
}
.catalog-top-item::before{
  background-color: #fff;
  width: 36px;
  height: 30px;
}
.catalog-top-item::after{
  background-color: #4E5054;
  width: 23px;
  height: 19px;
}
.catalog-top-item.soon::after{background-color: rgba(78, 80, 84, .2);}
.catalog-page__aside{
  width: calc((100% - 120px) / 4);
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  background-color: rgb(232, 233, 233);
}
.catalog-page__aside::after{
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 50vw;
  background-color: rgb(232, 233, 233);
}
.catalog-page-header{position: relative;}
.catalog-page-header::after{
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 50vw;
  z-index: 10;
}
.catalog-page-header.blue::after,
.catalog-page-header.blue{background-color: #698E99;}
.catalog-page-header.gold::after,
.catalog-page-header.gold{background-color: #BF9B6F;}
.catalog-page-header.green::after,
.catalog-page-header.green{background-color: #7E987B;}
.catalog-page-header__title{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  height: 80px;
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: .03em;
  color: #F7F7F7;
  text-transform: uppercase; 
  padding-right: 20px;
}
.catalog-page-header__title::after,
.catalog-page-header__title::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  shape-outside: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);  
}
.catalog-page-header__title::before{
  background-color: #fff;
  width: 36px;
  height: 30px;
}
.catalog-page-header__title::after{
  background-color: #4E5054;
  width: 23px;
  height: 19px;
}
.catalog-page-header__title img{
  display: block;
  flex-shrink: 0;
  width: 40px;
}
.catalog-page-mob-nav-btn{display: none;}
.catalog-page-bar{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 30px 30px 0;
  gap: 20px;
}
.catalog-nav > ul{padding: 40px 30px 0 0;}
.catalog-nav-lv-1 > li:not(:last-child){margin-bottom: 20px;}
.catalog-nav-lv-1 > li > a{
  display: block;
  padding-right: 20px;
  position: relative;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #111;
}
.catalog-nav-lv-1 > li > a:hover{color: #E4190A;}
.catalog-nav li.active > a{
  color: #E4190A;
  /*background: url(../img/close.svg) right center no-repeat;*/
}
.catalog-page__main{
  position: relative;
  padding-top: 80px;
  flex-grow: 1;
  width: calc(100% - ((100% - 120px) / 4) - 40px);
}
.catalog-page__content{
  padding: 40px 0 60px;  
  position: relative;
}
.catalog-page__title{
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
  color: #4E5054;
}
.catalog-page__txt{
  height: 90px;
  overflow: hidden;
  position: relative;
  margin: 40px 0 60px;
  font-size: 20px;
  line-height: 1.4;
  color: #4E5054;
}
.catalog-page__txt::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(244, 245, 245, 1), rgba(244, 245, 245, 0));
  cursor: pointer;
}
.catalog-page__txt.open{height: auto;}
.catalog-page__txt.open::after{display: none;}
.catalog-nav-grid{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.catalog-nav-item{
  width: calc((100% - 80px) / 3);
  height: 120px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #111;
}
.catalog-nav-item::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  shape-outside: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);  
  width: 23px;
  height: 19px;
  background-color: #688E9B;
  transition: background-color .25s linear;
}
.catalog-nav-item__pic{
  width: 165px;
  height: 120px;
  overflow: hidden;
  flex-shrink: 0;
  filter: grayscale(0);
  transition: filter .25s linear;
}
.catalog-nav-item__pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-nav-item:hover{color: #E4190A;}
.catalog-nav-item:hover::after{background-color: #E4190A;}
.catalog-nav-item:hover .catalog-nav-item__pic{filter: grayscale(1);}
.catalog-mob-nav{display: none;}

.catalog-page-bar-sort{flex-grow: 1;}
.catalog-page-mob-filter-btn{
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: url(../img/filter.svg) center center no-repeat;
  background-size: contain;
}
.catalog-page-mob-filter-btn.active{background-image: url(../img/filter-active.svg);}
.catalog-page-mob-filter-btn.open{background-image: url(../img/filter-close.svg);}
.catalog-page-filter{
  border-top: 1px solid #fff;
  position: relative;
  z-index: 11;  
  display: grid;
  grid-template-rows: 0fr;  
  transition: all .25s ease-in-out;
  transition-property: grid-template-rows;
  will-change: grid-template-rows;
}
.catalog-page-filter__hide{
  overflow: hidden;
  min-height: 0;
}
.catalog-page-filter.open {
  grid-template-rows: 1fr;
/*  box-shadow: 0 8px 16px rgba(0, 0, 0, .2);  */
} 
.catalog-page-filter::before{
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: 100%;
  width: 50vw;
  height: 1px;
  background-color: #fff;
}
.catalog-page-filter-form{padding: 40px 40px 40px 0;}
.catalog-page-filter-sec:not(:last-child){margin-bottom: 30px;}
.catalog-page-filter-sec__header{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
}
.catalog-page-filter-sec__title{
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
}
.catalog-page-filter-sec__icn{
  flex-shrink: 0;
  transition: transform .25s linear;
}
.catalog-page-filter-sec.open .catalog-page-filter-sec__icn{transform: rotate(180deg);}
.catalog-page-filter-sec__hide{
  display: grid;
  grid-template-rows: 0fr;  
  transition: all .25s ease-in-out;
  transition-property: grid-template-rows;
  will-change: grid-template-rows;
  overflow: hidden;
}
.catalog-page-filter-sec__content{min-height: 0;}
.catalog-page-filter-sec.open .catalog-page-filter-sec__hide{grid-template-rows: 1fr;} 
.catalog-page-filter-sec__fieldset{padding: 10px 0;}
.check{
  display: block;
  margin-bottom: 10px;
}
.check input{display: none;}
.check__row{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.check__row::before{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #fff;
  cursor: pointer;
}
.check input:checked ~ .check__row::before{background-color: #E4190A;}
.check:last-child{margin-bottom: 0;}
.catalog-nav-lv-2{padding: 10px 0 10px 20px;}
.catalog-nav-lv-2 > li{margin-top: 20px;}
.catalog-nav-lv-2 > li > a{
  display: block;
  padding-right: 20px;
  position: relative;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;
  color: #4E5054;
}
.catalog-nav-lv-2 > li > a:hover{color: #E4190A;}
.catalog-nav-lv-2 > li > a.active{
  color: #E4190A;
}

.catalog-nav-lv-3{padding: 10px 0 20px;}
.catalog-nav-lv-3 > li{margin-top: 20px;}
.catalog-nav-lv-3 > li > a{
  display: block;
  padding-left: 22px;
  position: relative;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;
  color: #4E5054;
  background: url(../img/arrow-right.svg) 0 center no-repeat;
}
.catalog-nav-lv-3 > li > a:hover{color: #E4190A;}
.catalog-nav-lv-3 > li > a.active{
  color: #E4190A;
  background: url(../img/arrow-right-red.svg) 0 center no-repeat;
}

@media only screen and (max-width : 1366px){
  .catalog-top-item{
    padding-left: 20px;
    width: calc((100% - 40px) / 3);
  }
  .catalog-top-nav{
    width: calc(100% - ((100% - 60px) / 4) - 20px);
    gap: 20px;
  }
  .catalog-page__aside {width: calc((100% - 60px) / 4);}
  .catalog-nav-grid,
  .catalog-page__wrap{gap: 20px;}
  .catalog-nav-item {width: calc((100% - 40px) / 3);}
}
@media only screen and (max-width : 1199px){
  .catalog-nav-item,
  .catalog-top-item{width: calc(50% - 10px);}
  .catalog-page-bar,
  .catalog-nav > ul{padding-right: 20px;}
}
@media only screen and (max-width : 1023px){
  .catalog-top-item{width: 100%;}
  .catalog-top-nav{width: calc(100% - ((100% - 40px) / 3) - 20px);}
  .catalog-page__aside {width: calc((100% - 40px) / 3);}
  .catalog-nav-item {width: calc(50% - 10px);}
  .catalog-page__main {width: calc(100% - ((100% - 40px) / 3) - 40px);}
}
@media only screen and (max-width : 991px){
  .catalog-nav-item {width: 100%;}
}
@media only screen and (max-width : 767px){
  .catalog-top-nav{display: none;}
  .catalog-mob-nav{
    display: block;
    width: 240px;
    margin: 0 auto 10px;
    overflow: visible;
  }
  .catalog-top-item{
    width: 100%;
  }
  .catalog-top-item{
    width: 100%;
    gap: 10px;
    height: 60px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
  }
  .catalog-page::after{display: none;}
  .catalog-page__wrap{display: block;}
  .catalog-page__aside{
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .catalog-page__aside::after{display: none;}
  .catalog-page-header::after{display: none;}
  .catalog-page-header__title{
    justify-content: center;
    gap: 0;
    height: auto;
    padding: 8px 20px;
    font-size: 24px;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Neuron';
    
  }
  .catalog-page-header__title img{display: none;}
  .catalog-page-header__title::after,
  .catalog-page-header__title::before{display: none;}  
  .catalog-page-mob-nav-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
  }
  .catalog-page-mob-nav-btn.open img:first-child,
  .catalog-page-mob-nav-btn img:last-child{display: none;}
  .catalog-page-mob-nav-btn.open img:last-child{display: block;}  
  .catalog-page-bar{
    justify-content: center;
    padding: 8px 20px;
  }  
  .catalog-hide{
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all .25s ease-in-out;
    transition-property: grid-template-rows;
    will-change: grid-template-rows;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #eee;
  }
  .catalog-nav{min-height: 0;}
  .catalog-hide.open {
    grid-template-rows: 1fr;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);  
  }  
  .catalog-nav > ul{padding: 40px 20px;}
  .catalog-page__main{
    padding-top: 0;
    width: 100%;
  }
  .catalog-page__content{padding: 30px 0;}
  .catalog-page__content > *:first-child{margin-top: 0 !important;}
  .catalog-page__txt{
    height: 64px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .catalog-nav-grid{gap: 20px;}
  .catalog-nav-item{
    width: 100%;
    height: 100px;
    line-height: 1.2;
  }
  .catalog-nav-item__pic{
    height: 100px;
    margin-right: 20px;
  }
  

  .catalog-page-mob-filter-btn{background-size: 24px auto;}
  .catalog-page-mob-filter-btn.open{
    background-size: 18px auto;
    background-image: url(../img/folder-cross.svg);
  }
  .catalog-page-header.blue .catalog-page-filter{background-color: #698E99;}
  .catalog-page-header.gold .catalog-page-filter{background-color: #BF9B6F;}
  .catalog-page-header.green .catalog-page-filter{background-color: #7E987B;}
  .catalog-page-bar{    
    position: relative;
    z-index: 110;
  }
  .catalog-page-filter{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .catalog-page-filter.open {box-shadow: 0 8px 16px rgba(0, 0, 0, .2);} 
  .catalog-page-filter::before{display: none;}
  .catalog-page-filter-form{padding: 40px;}
}


/*styled-select*/
.styled-select{
  position: relative;
  width: 100%;
}
.styled-select select{display: none;}
.select-selected {
  background: #fff; 
  height: 30px;
  line-height: 30px;
  color: #4E5054;
  padding: 0 26px 0 10px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-selected::after {
  position: absolute;
  content: '';
  background: url(../img/select-drop.svg) center center no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}
.select-selected.select-arrow-active::after {transform: rotate(180deg);}
.select-selected.select-arrow-active{border-radius: 3px 3px 0 0;}
.select-items div{
  color: #111;
  font-size: 14px;
  padding: 12px 10px;
  cursor: pointer;
  font-weight: 300;
}
.select-items div:not(:last-child){border-bottom: 1px solid #fff;}
.select-items {
  margin-top: -1px;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0 0 3px 3px;
  max-height: 208px;
  overflow-y: auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
}
.select-hide {display: none;}
.select-items div:hover, .same-as-selected {background-color: #eee;}
div.same-as-selected{color: #E4190A;}
.catalog-page-no-resault{
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-page-no-resault__txt{
  width: 100%;
  max-width: 630px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  color: #969395;
}
@media only screen and (max-width : 767px){
  .select-selected {
    background: #eee; 
    color: #111;
    padding: 0 46px 0 25px;
    font-size: 14px;
  }
  .select-items{
    margin-top: 1px;
    background-color: #eee;
  }
  .select-items div{padding: 12px 25px;}
  .catalog-page-no-resault__txt{font-size: 16px;}
}


/*catalog-page-sec*/
.catalog-page-sec{margin: 60px 0 80px;}
.catalog-page-sec:last-child{margin-bottom: 0;}
.catalog-page-sec__title{
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 8px;
  font-family: 'Neuron';
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  color: #4E5054;
  text-transform: uppercase;
}
.catalog-page-sec__title a{color: #4E5054;}
.catalog-page-sec__title a:hover{color: #E4190A;}
.catalog-page-sec__title::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100vw;
  background-color: #E4190A;
}
.catalog-page-slider{
  overflow: visible;
}
.catalog-page-slider{
  position: relative;
  overflow: visible;
}
.catalog-page-slider .swiper-wrapper{align-items: stretch;}
.catalog-page-slider .swiper-slide{
  height: unset;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition: opacity .2s linear;
}

.catalog-page-slider .swiper-slide.swiper-slide-active,
.catalog-page-slider .swiper-slide.swiper-slide-active + .swiper-slide,
.catalog-page-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide{
  opacity: 1;
  user-select: unset;
  pointer-events: unset;
}


.catalog-mainpage-slider .swiper-slide.swiper-slide-active,
.catalog-mainpage-slider .swiper-slide.swiper-slide-active + .swiper-slide,
.catalog-mainpage-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide,
.catalog-mainpage-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{
  opacity: 1;
  user-select: unset;
  pointer-events: unset;
}


.catalog-page-slider__prev,
.catalog-page-slider__next{
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(209, 74, 64, .5);
  z-index: 10;
}
.catalog-page-slider__prev{left: 0;}
.catalog-page-slider__next{right: 0;}
.catalog-page-slider__prev:hover,
.catalog-page-slider__next:hover{background-color: rgba(209, 74, 64, .8);}
.catalog-page-slider__prev.swiper-button-disabled,
.catalog-page-slider__next.swiper-button-disabled{
  user-select: none;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (max-width : 1023px){
  .catalog-page-slider__prev,
  .catalog-page-slider__next{
    width: 50px;
    height: 50px;
  }
  .catalog-page-slider__prev svg,
  .catalog-page-slider__next svg{width: 9px;}
}
@media only screen and (max-width : 767px){
  .catalog-page-sec{margin: 40px 0;}
  .catalog-page-sec:last-child{margin-bottom: 0;}
  .catalog-page-sec__title{
    margin-bottom: 17px;
    padding-bottom: 3px;
    font-size: 22px;
    border-bottom: 1px solid #E4190A;
  }
  .catalog-page-sec__title::after{display: none;}
  .catalog-page-sec__title a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
  }
  .catalog-page-sec__title a::after{
    content: '';
    display: block;
    flex-shrink: 0;
    background: url(../img/more.svg) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
  }
}

/*detail*/
.detail{
  padding: 40px 0 64px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  position: relative;
  gap: 60px;
}
.detail-txt{
  width: 100%;
  font-size: 20px;
  line-height: 1.3;
  color: #111;
}
.detail-txt p:not(:last-child){margin-bottom: 1.3em;}
.detail-pic{width: 100%;}
.detail-pic img{
  display: block;
  width: 100%;
}
.detail-params{width: 100%;}
.detail-param{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fff;
  font-family: 'Bicubik';
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .05em;
  color: #4E5054;
}
.detail-param:nth-child(even){background-color: #eee;}
.detail-param__txt,
.detail-param__val{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 20px;
}
.detail-param__val{  
  width: 228px;
  flex-shrink: 0;  
  border-left: 1px solid #D9D9D9;
  color: #000;
}
.detail__wrap{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 40px;
}
.detail-gallery,
.detail-main{width: calc(50% - 20px);}
.detail-main{
  position: relative;
  padding-bottom: 100px;
}
.detail-title{
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  color: #999;
  margin-bottom: 40px;
}
.detail-price{
  white-space: nowrap;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: .02em;
  color: #111;
}
.detail-bar{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.detail-bar__btn{
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E4190A;
  border-radius: 3px;
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: .05em;
  color: #fff;
  border: .5px solid #fff;
}
.detail-bar__btn:hover{background-color: #EF7268;}
.detail-doc{height:60px;display:flex;align-items:center;justify-content: end;gap: 22px;font-size: 20px;line-height: 1;text-align: right;color: #4E5054;position: relative;margin-top:1em;}
.detail-doc::after{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  background: url(../img/pdf.webp) center center no-repeat;
  background-size: contain;
}
.detail-doc:hover{color: #E4190A;}
.detail-gallery-slider{
  width: 100%;
  border: 1px solid #eee;
}
.detail-carusel .swiper-wrapper,
.detail-gallery-slider .swiper-wrapper{align-items: stretch;}
.detail-carusel .swiper-slide,
.detail-gallery-slider .swiper-slide{height: unset;}
.detail-carusel-slide,
.detail-gallery-slide{
  background-color: #fff;
  overflow: hidden;
}
.detail-carusel-slide img,
.detail-gallery-slide img{
  width: 100%;
  height: 100%;
  max-width: unset;
  display: block;
  object-fit: contain;
}
.detail-carusel{margin-top: 12px;}
.detail-carusel-slide{
  border: 1px solid #eee;
  cursor: pointer;
  transition: border-color .25s linear;
}
.detail-carusel-slide:hover{border-color: #E4190A;}
@media only screen and (max-width : 1023px){
  .detail-param{
    font-size: 12px;
    line-height: 15px;
  }
  .detail-param__txt,
  .detail-param__val{
    padding: 5px 12px 5px 20px;
    min-height: 40px;
  }
  .detail-param__val{  
    width: 117px;
    justify-content: flex-end;
    text-align: right;
  }
  .detail__wrap{display: block;}
  .detail-gallery,
  .detail-main{width: 100%;}
  .detail-gallery{margin-top: 40px;}
}
@media only screen and (max-width : 767px){
  .detail{
    padding: 40px 0 143px;
    gap: 40px;
  }
  .detail-txt{font-size: 16px;}
  .detail-param{
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .detail-main{
    position: static;
    padding-bottom: 0;
  }
  .detail-title{
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
  }
  .detail-price{
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
  }
  .detail-bar{justify-content: center;}
  .detail-doc{
    bottom: 54px;
    right: 50%;
    transform: translateX(50%);
  }
  .detail-carusel{margin-top: 9px;}
  .detail-gallery-slider{
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}


/*number*/
.number{
  width: 124px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
}
.number__input{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  color: #E4190A;
  padding: 0;
  border: none;
  border-radius: 0;
}
.number__input::-webkit-outer-spin-button,
.number__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number__input{-moz-appearance: textfield;}
.number__input:hover,
.number__input:focus {-moz-appearance: number-input;}
.number__input::-webkit-inner-spin-button,
.number__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number__btn{
  background-color: #fff;
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #4E5054;
  height: 40px;
  width: 40px;
}
.number__btn__minus{border-radius: 3px 0 0 3px;}
.number__btn__plus{border-radius: 0 3px 3px 0;}

/* Добавлено позже */

#toolbar-bar {z-index:9000;}
.block-local-tasks-block {text-align:center}
.block-local-tasks-block .block__content > ul {margin:1em auto;display:inline-block;padding:0;}
.block-local-tasks-block .block__content > ul li {display:inline-block;}
.block-local-tasks-block .block__content > ul li a{border:1px solid #969395;display:flex;align-items:center;justify-content:center;height:40px;border-radius:3px;font-family:'Bicubik';font-weight:400;font-size:12px;text-align:center;letter-spacing:.05em;color:#111; background-color:#fff;padding:0 1em}
.block-local-tasks-block .block__content > ul li a:hover {background-color:#E4190A;color:#fff;}

.node .content {padding: 1em 10em}
.node .content {padding: 1em 10em}

.user-logged-in .header{top:80px;}

.webform-submission-form label{display:block;position:relative;}
.webform-submission-form label{display: block;width: 100%;margin-bottom: 6px;font-weight: 400;font-size: 18px;line-height: 1;letter-spacing: .02em;color: #4E5054;}
.webform-submission-form label.form-required:after {content:"*";color: #E4190A;}
.webform-submission-form input,.webform-submission-form textarea{display: block;width: 100%;outline: none;background: #fff;transition: .25s ease; padding: 0 18px;box-shadow: none;-webkit-appearance: none;border-radius: 3px;border: 2px solid #fff;color: #4E5054;font-size: 18px;height: 60px;}

.webform-submission-form input::-webkit-input-placeholder,.webform-submission-form textarea::-webkit-input-placeholder{opacity: 1; color: #D0D0D0;}
.webform-submission-form input::-moz-placeholder,.webform-submission-form textarea::-moz-placeholder{opacity: 1; color: #D0D0D0;}
.webform-submission-form input:-moz-placeholder,.webform-submission-form textarea:-moz-placeholder{opacity: 1; color: #D0D0D0;}
.webform-submission-form input:-ms-input-placeholder,.webform-submission-form textarea:-ms-input-placeholder{opacity: 1; color: #D0D0D0;}
.webform-submission-form input:placeholder,.webform-submission-form textarea:placeholder{opacity: 1;color: #D0D0D0;}

.webform-submission-form input:invalid,.webform-submission-form textarea:invalid{border-color: red;}

.webform-submission-form input:-webkit-autofill,.webform-submission-form textarea:-webkit-autofill {-webkit-box-shadow: inset 0 0 0 100px #fff !important;-webkit-text-fill-color: #4E5054 !important;color: #4E5054 !important;}

.webform-submission-form textarea{resize:none;height:161px;padding:18px;}

@media only screen and (max-width : 767px){
  .webform-submission-form label{
    margin-bottom: 3px;
    font-weight: 300;
  }
}


.catalog-nav li {position:relative;}
.catalog-nav li > ul {transition:0.5s ease;max-height:1000px}
.catalog-nav li.close > ul {visibility:hidden;opacity:0;max-height:0;overflow:hidden;padding:0;}
.catalog-nav .treeopenbtn {background:url(../img/open.svg) right center no-repeat;position:absolute;right:0;width:14px;height:14px;top:2px;display:block;cursor:pointer}
.catalog-nav .treeopenbtn:hover {color:#E4190A;}

.catalog-nav li.open > .treeopenbtn {background:url(../img/close.svg) right center no-repeat;}


/*.novost-page {}*/
.novost-page h1 {font-weight:400;font-size:42px;line-height:1.1em;text-transform:uppercase;color:#4E5054;}
/*.novost-page__wrap {}*/
.novost-page-img-title-wr {background:#e9e9e9;display:flex;}
.novost-page-img-title-wr > div {flex-grow:1;flex-basis:0;}
.novost-page-img-title-wr img {width:100%;}
.novost-page-title {padding:3em;display:flex;flex-direction:column;justify-content: space-between;}

.novost-page-descr-wr {font-family:'Bicubik';font-weight:400;font-size:16px;line-height:1.25;letter-spacing:.03em;text-transform:uppercase;}
.novost-page-descr-text {margin-bottom:1em;}
.novost-page-date {color:#999999;}
.novost-body {margin:2em 0 2em 0;}
.novost-body a {text-decoration:underline;}
.novost-body p {margin-bottom:1.5em;}


/*article-page*/
.article-page{background-color: #fff;padding: 40px 0 114px;border-top: 1px solid #D0D0D0;}
.article-page-title{position: relative;padding-bottom: 8px;width: calc(50% - 20px);font-weight: 400;font-size: 42px;line-height: 1;color: #4E5054;margin-bottom: 74px;}
.article-page-title::after{content: '';display: block;width: 50vw;height: 3px;background-color: #E4190A;position: absolute;bottom:0;}
.article-body {margin:2em 0 2em 0;}
.article-body .content {margin-left:0;padding-left:0;}
.article-body a {text-decoration:underline;}
.article-body p {margin-bottom:1.5em;}
@media only screen and (max-width : 1023px){
  .article-page-title{margin-bottom: 20px;padding-bottom: 3px;width: 100%;font-size: 32px;line-height: 1.2;text-align: center;color: #4E5054;}
  .article-page-title::after{width: 100%;height: 2px;}
}
@media only screen and (max-width : 767px){
  .article-page{padding: 40px 0 54px;border-top: none;}
}

.auth-popup{display:none;}

#js-zp-form .webform-submission-form input.main-form__btn {border:none;height:50px;}

#js-zp-form .main-form__wrap {width:100%;}
#js-zp-form .main-form__wrap .form-item {width:calc(50%-20px);}

#js-zp-form {background:#f5f5f5;position:fixed;height:auto;width:90%;top:122px;left:0;right:0;z-index:1001;background:#F5F5F5;display:none;padding:1% 10%;margin:0 auto;}
#js-zp-form.open {display:block;}
@media only screen and (max-width: 767px) {#js-zp-form {top:1px;padding:10px 10px;width:100%;height:100vh;}}
#js-zp-form-overlay {z-index:1000;background:#000000;opacity:.3;position:fixed;top:0;left:0;width:100%;height:100%;display:none;}
#js-zp-form-overlay.open {display:block;}
body:has(#js-zp-form.open) {overflow:hidden !important;overscroll-behavior-y:none;}

#js-zp-form .form-actions {display:flex;align-items:stretch;justify-content:flex-end;gap:40px;flex-wrap:wrap;}
#js-zp-form .form-actions {gap:20px 40px;}

#js-zp-form .form-actions .form-submit {cursor:pointer;display:flex;justify-content:center;align-items:center;height:50px;background-color:#fff;border-radius:3px;font-family:'Bicubik';font-weight:400;font-size:16px;letter-spacing:.05em;color:#111111;border:1px solid #969395;}
#js-zp-form .form-actions .form-submit:hover {background-color:#4E5054;color:#fff;}
#js-zp-form .form-actions * {flex-shrink:0;width:calc(50% - 20px);}

#js-zp-form .form-actions .main-form__btn {display:flex;justify-content:center;align-items:center;height:50px;background-color:#fff;border-radius:3px;font-family:'Bicubik';font-weight:400;font-size:16px;letter-spacing:.05em;color:#111111;border:1px solid #969395;}
#js-zp-form .form-actions .main-form__btn:hover {background-color:#4E5054;color:#fff;}
    
#js-zp-form .form-politic {text-align:center;margin:1em 0;} 
#js-zp-form .form-politic a {text-decoration:underline;}

#js-zp-form .login-form {margin:0 auto;max-width:70%;}
#js-zp-form .login-form .main-form__wrap {margin:2em 0 0 0;}

#js-zp-form .login-form .login-form-resetpass {text-align:center;margin:2em auto;}

