

/* 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:/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?17848947442857*/
.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: #fff;
    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 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172237112251 */
/* /local/templates/.default/components/bitrix/news.list/shops_main/style.css?17848947442857 */
/* /local/templates/.default/components/bitrix/catalog.section/slider_v3/style.css?1783584085129 */
