

/* Start:/local/templates/.default/components/bitrix/news.list/main_categories_new/style.css?17223711471226*/
:root {
    --banner-size: 29vw; /* 25% от ширины вьюпорта */
  }
  
.index-newcat {
    padding: 90px 15px 0 15px;
    width: 90vw;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center; 
}

.banner-newcat {
  width: var(--banner-size);
  height: var(--banner-size);
  position: relative;
  overflow: hidden;
  background-size: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.banner-newcat:hover {
    transform: scale(1.01); 
}
  
  .content-newcat {
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: white;
  }
  
  .title-newcat {
    font-size: 50px;
  }
  
  .action-newcat {
    display: inline-block; 
    text-decoration: underline;
    color: white; /* Цвет текста ссылки */
    font-size: 24px;
  }
  
  .action-newcat:hover {
    text-decoration: none; /* Опционально: убрать подчеркивание при наведении */
  }

@media (max-width: 840px) {
  .index-newcat {
    padding: 45px 0px 0 0px;
    width:100%;
  }
  .banner-newcat {
    height: 275px;
    width:100%;
  }

}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/slider_novinki/style.css?17854882584052*/
.product__available.in-stock.red:before {
    background-color: var(--color-primary-dark);
}

.related-products .product:after{
    border: none;
}


/* Убираем before и after */
.product-carousel__arrow--prev.slick-arrow::before,
.product-carousel__arrow--prev.slick-arrow::after,
.product-carousel__arrow--next.slick-arrow::before,
.product-carousel__arrow--next.slick-arrow::after {
  content: none !important;
  display: none !important;
}

/* Общие стили для обеих кнопок */
.product-carousel__arrow--prev.slick-arrow,
.product-carousel__arrow--next.slick-arrow {
  background-image: url("/local/templates/.default/markup/podkova/dev/img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 48px;
  height: 48px;
  border: none;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  background-color: none !important;
}



.product-carousel__arrow--next.slick-arrow {
  transform: rotateY(180deg);
}



.product-carousel__arrow--prev.slick-arrow:hover,
.product-carousel__arrow--next.slick-arrow:hover {
  background-color: transparent !important;
  opacity: 1 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


.product-carousel__arrow--prev.slick-arrow {
  transform: none !important;
}

.product-carousel__arrow--next.slick-arrow {
  transform: rotateY(180deg) !important;
}

.product-slider .arrow{
    -webkit-transform: none !important;
    top: calc(50% - 24px) !important;
}

/* @media (max-width: 500px) {
    .product-carousel__arrow--prev.slick-arrow, 
    .product-carousel__arrow--next.slick-arrow{
        display: none !important;
    }
} */


/*  */

/*  */

/*  */


.product-carousel-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-carousel-item__image {
  height: 256px;
  width: auto;
}

.product-carousel-item__image img {
  display: block;
  width: 100%;
  height: 256px !important;
  object-fit: contain;
  opacity: 1;
}

.product-carousel-item__name {
  color: var(--color-text);
  text-align: center;
  min-height: 48px;
}

.product-carousel-item__prices {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.product-carousel-item__price--current {
  color: var(--color-main-red);
}

.product-carousel-item__price--old {
  text-decoration: line-through;
}

.product-carousel__arrow--prev{
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
.product-carousel__arrow--next{
  position: absolute;
  right: -35px;
  top: 50%;
  z-index: 2;
  transform: translate(0px, -50%);
}
.slick-slider{
    right: auto !important;
    margin-top: 40px;
  }

@media (max-width: 490px) {
  .slick-slider{
    right: -20px;
    margin-top: 20px;
  }
  .product-carousel-item__prices,
  .product-carousel-item__name{
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .slick-slider{
    right: -30px;
  }
  .product-carousel-item__image img,
  .product-carousel-item__image{
    height: 200px !important;
  }
  
}
@media (max-width: 450px) {
  .product-carousel__arrow--next{
  right: -25px;
}
.product-carousel__arrow--prev{
  left: -25px;
}
}
@media (max-width: 435px) {
  .slick-slider{
    right: -45px;
  }
}
@media (max-width: 415px) {
  .slick-slider{
    right: -55px;
  }
}
@media (max-width: 395px) {
  .slick-slider{
    right: -65px;
  }
   .product-carousel-item__prices, .product-carousel-item__name{
    font-size: 11px;
  }
  .product-carousel-item__name{
    min-height: 33px;
  }
}
@media (max-width: 360px) {
  .slick-slider{
    right: -80px;
  }
  .product-carousel-item__image img,
  .product-carousel-item__image{
    height: 150px !important;
  }
  .product-carousel-item__prices, .product-carousel-item__name{
    font-size: 10px;
  }
  .product-carousel-item{
    gap: 7px;
  }
}
@media (max-width: 340px) {
  .slick-slider{
    right: -90px;
  }
  .product-carousel-item__prices, .product-carousel-item__name{
    font-size: 9px;
  }
  
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172237112251*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/shops_main/style.css?17852483852874*/
.our_shops-main{
    padding: 90px 15px 0 15px;
    width: 90vw;
    margin: 0 auto;
}
.our_shops-main-inner{
    margin-top: 51px;
    margin-bottom: 76px;
}
.our_shops-main-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.our_shops-main-grid_el{
    display: flex;
    flex-direction: column;  
    gap: 21px; 
}
.our_shops-main-el_img{
    height: 800px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.our_shops-main-el_title{
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}
.our_shops-main-el_desc{
    font-size: 20px;
    line-height: 27px;
}
.link-to-shop{
    display: flex;
    margin: 0 auto;
    margin-top: 28px;
    width: fit-content;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-bg);
    padding: 20px;
    border-radius: 15px;
    background-color: var(--color-main-red);
}

@media (max-width: 1600px) {
    .our_shops-main-el_img{
        height: 600px !important;
    }
}
@media (max-width: 1250px) {
    .our_shops-main-el_img{
        height: 500px !important;
    }
    .our_shops-main-grid{
        gap: 30px;
    }
}
@media (max-width: 992px) {
    .our_shops-main-el_img{
        height: 400px !important;
    }
    .link-to-shop{
        padding: 15px;
    }
}

@media (max-width: 776px) {
    .our_shops-main{
        padding: 15px 15px 0 15px;
        width: 100%;
    }
    .our_shops-main-el_img{
        /* height: 350px !important; */
    }
    .link-to-shop{
        padding: 10px;
    }
    .our_shops-main-grid_el{
        gap: 16px;
    } 
    .our_shops-main-grid{
        gap: 15px;
    }
}
@media (max-width: 600px) {
  .our_shops-main .title--md{
    text-align: left;
  }
  .our_shops-main-inner{
    margin-top: 17px;
    margin-bottom: 33px;
  }
  .our_shops-main-grid_el{
    position: relative;
  }
  .our_shops-main-el_desc{
    display: none;
  }
  /* .our_shops-main-el_title{
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 10px;
  } */
  .our_shops-main-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;
    padding: 0 20px 20px 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: auto;
}
.our_shops-main-grid_el {
    flex: 0 0 85%; /* 85% ширины экрана, 15% остается для "хвостика" следующей карточки */
    scroll-snap-align: start;
}
.our_shops-main-el_img{
    height: auto !important;
}
}
@media (max-width: 500px) {
.our_shops-main-el_img{
    min-height: 250px;
}
.our_shops-main-grid_el{
    flex: 0 0 99%;
}
}
@media (max-width: 350px) {
.our_shops-main-el_img{
    min-height: 200px;
}
.our_shops-main-el_title{
    font-size: 18px;
    line-height: 23px;
}
.link-to-shop{
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/slider_v3/style.css?1783584085129*/
.product__available.in-stock.red:before {
    background-color: #cd2e29;
}

.related-products .product:after{
    border: none;
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/main_categories_new/style.css?17223711471226 */
/* /local/templates/.default/components/bitrix/catalog.section/slider_novinki/style.css?17854882584052 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172237112251 */
/* /local/templates/.default/components/bitrix/news.list/shops_main/style.css?17852483852874 */
/* /local/templates/.default/components/bitrix/catalog.section/slider_v3/style.css?1783584085129 */
