body{
  font-family: 'Montserrat', sans-serif!important;
}
.button__ozon {
  width: 14.5%;
  height: 8%;
  display: block;
  content: "";
  background-color: transparent;
  opacity: 1;
  position: absolute;
  left: 6%;
  bottom: 30%;
}
.button__wb {
  width: 14.5%;
  height: 8%;
  display: block;
  content: "";
  background-color: transparent;
  opacity: 1;
  position: absolute;
  left: 22%;
  bottom: 30%;
}
@media (max-width: 760px) {
  .button__ozon,
  .button__wb {
    display: none;
  }
}

/* ------------------------ Style Carousel ------------------------ */

.mainCarousel {
  width: 320px;
  margin: 0 auto 1rem auto;

  --carousel-button-color: #e31e24;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

.mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}

.mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}

.mainCarousel .carousel__button.is-next {
  right: -1.5rem;
}

.mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: none;
}

.thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
  overflow-y: unset;
  overflow-x: unset;
}

.thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}

.fastSlider .thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
  overflow-y: unset;
  overflow-x: unset;
}

.fastSlider .thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.fastSlider .thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}

.fastSlider .thumbCarousel .carousel__viewport {
  height: 90px;
}
.fastSlider .thumbCarousel .carousel__track {
  height: 90px;
}

.fastSlider .mainCarousel {
  width: 100%;
}
.fastSlider .mainCarousel .carousel__button.is-prev {
  left: -1rem;
}
.fastSlider .mainCarousel .carousel__button.is-next {
  right: -1rem;
}

@media (max-width: 1270px) {
  .slider {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .carousel.is-draggable {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .mainCarousel {
    width: 300px;
    margin: 0 auto 1rem 0;
  }
  .fastSlider {
    margin-top: 40px;
  }
  .product-main-info .product-img {
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .product-main-info {
    padding: 35px;
  }
  .mainCarousel {
    width: 100%;
  }
  .product-main-info .product-img {
    padding-right: 0;
  }
}
header .basket-container,
.product-card .hover-content .product-item-button-container .btn.order-btn,
.product-main-info .info .order-container .buttons .product-item-button-container,
.product-main-info .info .order-container .buttons .counter,
.product-card .hover-content .counter,
.product-detail .tabs-container .tabs-content .characteristics table .type span input[type="checkbox"]+label::before,
.product-detail .tabs-container .tabs-content .characteristics .filter-action{
 display:none!important;
}
.header_fixed {
  position: fixed;
top:0;
  z-index:49;
width:calc(100% - 148px);
}
.header_fixed .top,
.header_fixed .bottom{
  display:none;
}
.spoiler {
  overflow: hidden;
  height: 300px; /* Начальная высота блока в свернутом состоянии */
  transition: max-height 0.3s ease-in-out;
}

.spoiler.expanded {
  height: auto; /* Полная высота блока в развернутом состоянии */
}
.spoiler-readmore-body{
  background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.spoiler-readmore {
    cursor: pointer;
    color: #1155cc;
    padding: 8px;
    background-color: #e31e24;
    text-align: center;
    color: #ffffff;
    max-width: 200px;
    margin: 0 auto;
}

  .timeline-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
  }

  .company-part {
        position: relative;
    height: 200px;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    align-items: center;
flex-direction: row-reverse;
  }

  .company-part::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 30%;
    transform: translateX(-50%);
    width: 2px;
    height: 49px;
    background-color: #9fcfce;
    z-index: -1;
  }

  .left-text {
        /* position: absolute; */
    left: 0;
    top: 50%;
    /* transform: translateY(-50%); */
       padding-left: 10px;
    font-size: 14px;
    max-width: 200px;
    padding-right: 10px;
  }

  .sphere {
    width: 150px;
    height: 150px;
    background-color: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 -50%, 109% 51%, 100% 100%, 38% 100%, 0 84%);
    border: 2px solid #9fcfce; /* Тонкая граница */
  }

  .circle {
    width: 100px;
    height: 100px;
    background-color: #e31b26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
  }
  .circle_alt{
      background-color:#27b5b3;
  }
  .year {
    font-size: 24px;
    color: white;
  }
.grecaptcha-badge{
	display: none;
}