

/* Start:/local/templates/inner_pages_2022/components/bitrix/catalog.section.list/sale_list/style.css?17586202214007*/
.sn__btn-category {
    display: none;
  }
  
  .sn__block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 60px;
    gap: 30px;
  }
  
  .sn__list {
    list-style: none;
    padding: 0;
  
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
  }
  
  .sn__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  
    padding: 7.5px 15px;
    background: #EFEFEF;
    border-radius: 5px;
  
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
  }
  
  .sn__link.sn__list--current,
  .sn__link:hover,
  .sn__btn-category:hover {
    color: #FFFFFF;
    background-color: #163072;
  }
  
  .sn__btn-sity {
    background: #163072;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 10px 40px;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #FFFFFF;
    position: relative;
    white-space: nowrap;
  }
  
  .sn__btn-sity::before {
    content: '';
    position: absolute;
    top: calc(50% - 16px/2);
    left: 17px;
  
    display: block;
    width: 17px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M9.86686 1C8.9557 1 8.08186 1.36196 7.43758 2.00624C6.79329 2.65053 6.43134 3.52437 6.43134 4.43552C6.43134 7.12446 9.05447 10.3595 9.74173 11.1541C9.77863 11.1963 9.83075 11.2222 9.88669 11.2261C9.94264 11.23 9.99786 11.2116 10.0403 11.175L10.0612 11.1541C10.7393 10.3565 13.3028 7.12408 13.3028 4.43552C13.3028 3.98433 13.2139 3.53756 13.0412 3.12072C12.8685 2.70388 12.6154 2.32513 12.2964 2.00611C11.9773 1.68708 11.5986 1.43403 11.1817 1.2614C10.7648 1.08878 10.318 0.99995 9.86686 1V1ZM9.86686 5.88915C9.53336 5.88907 9.20736 5.79011 8.9301 5.60478C8.65283 5.41945 8.43674 5.15607 8.30915 4.84794C8.18156 4.53981 8.14819 4.20076 8.21328 3.87367C8.27836 3.54658 8.43896 3.24613 8.67478 3.01031C8.91061 2.77448 9.21106 2.61388 9.53815 2.5488C9.86524 2.48372 10.2043 2.51708 10.5124 2.64467C10.8205 2.77226 11.0839 2.98835 11.2693 3.26562C11.4546 3.54288 11.5535 3.86888 11.5536 4.20238V4.20656C11.5526 4.65323 11.3744 5.08125 11.0582 5.39669C10.742 5.71214 10.3135 5.88925 9.86686 5.88915V5.88915Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.2366 5.21518L13.6835 5.18475L15.5361 14.3161L11.6856 14.9999L5.63267 14.3602L1.46387 14.9999L2.58888 5.62594L6.00767 5.18475L6.49792 5.20909M6.00767 5.18475L5.7635 14.3743M11.6856 14.9999L11.0353 9.89476' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  
  
  
  @media (max-width: 1000px) {
    .sn__btn-category {
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 400;
      font-size: 12px;
      line-height: 10px;
      color: #000000;
      padding: 10px 17px 10px 17px;
      background: #EFEFEF;
      border-radius: 5px;
      white-space: nowrap;
      order: 1;
      max-width: calc(50% - 30px/2);
      flex: 1;
    }
  
    .sn__btn-sity {
      order: 2;
      flex: 1;
      max-width: calc(50% - 30px/2);
    }
  
    .sn__list {
      order: 3;
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      grid-auto-flow: row;
      column-gap: 30px;
      row-gap: 10px;
    }
  
  
    .sn__block {
      flex-wrap: wrap;
      margin: 0 0 30px;
    }
  
    .sn__btn-category.open {
      color: #FFFFFF;
      background-color: #000000;
    }
  }
/* End */


/* Start:/local/templates/inner_pages_2022/components/bitrix/news/sale/bitrix/news.list/.default/style.css?17586202217399*/
/* .open_project {
    padding: 10px 15px;
    color: #fff;
    background: #D11B1D;
    font-size: 16px;
}
.pc_banner, .mob_banner {
    margin-bottom: 20px;
}
.mob_banner {
    display: none;
}
@media(max-width:768px){
    .mob_banner {
        display: block; 
    }
    .pc_banner {
        display: none;
    }
} */

main .title-block h1 {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    letter-spacing: 0;
}

main .title-block {
    padding: 0;
    background: none;
    margin: 20px 0 40px;
}

.catalog-sale__list {
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    max-width: 100%;
}

.catalog-sale__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    border: 1px solid #E6E7E8;
    border-radius: 10px;
    padding: 25px;
    width: calc((100% - 60px) / 3);
}

.catalog-sale__item:last-child {
    margin-right: auto;
}


.catalog-sale__img-link {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
}

.catalog-sale__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.catalog-sale__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.catalog-sale__title a {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}

.catalog-sale__size {
    width: 100%;
}

.catalog-sale__size table {
    width: 100%;
    padding: 0 10px;
    border-spacing: 10px 10px;
    margin-bottom: 40px;
}

.catalog-sale__size tbody {
    width: 100%;
}

.catalog-sale__size td:nth-child(2) {
    text-align: right;
}

.catalog-sale__size td {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.catalog-sale__price-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.catalog-sale__price-sale {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 10px;
    color: #000000;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-image: url('/img/sale.svg');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;

    width: 90px;
    height: 60px;

    padding-right: 10px;
}

.catalog-sale__price-old {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-decoration-line: line-through;
    color: #A9A9A9;

    margin: 0;
    text-align: right;
}

.catalog-sale__price-new {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #000000;

    margin: 0;
    text-align: right;
}

.catalog-sale__link-block {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.catalog-sale__link {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.catalog-sale__link:hover {
    text-decoration: underline;
}

.catalog-sale__btn {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;

    padding: 5px 40px;
    background: #163072;
    border-radius: 10px;    
}

.catalog-sale__rating {
    margin-top: 25px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 16px;
}

.catalog-sale__img-block {
    position: relative;
    width: 100% !important;
    overflow: hidden;
}

.catalog-sale__rating-summ {
    display: block;
    position: relative;
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    margin: 0;
}

.catalog-sale__rating-summ:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: -20px;
    top: calc(50% - 16px/2);
    background-image: url('/img/star_new.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.catalog-sale__rating-count {
    display: inline-block;
    position: relative;
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #A9A9A9;
    margin: 0;
}

.catalog-sale__list .swiper-slide {
    max-width: 100% !important;
    width: 100% !important;
}

.catalog-sale__list .swiper-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    bottom: 0 !important;
}
.catalog-sale__list .swiper-pagination-bullet {
    max-width: 45px;
    height: 5px;
    border-radius: 5px;
    flex: auto;
}
.catalog-sale__list .swiper-pagination-bullet-active {
    background: #163072;
}

.pagination {
    margin-top: 120px !important;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0;
    list-style: none;
}
.pagination-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;

    background: #EFEFEF;
    border-radius: 5px;

    font-family: 'Cera Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;

}
.pagination-link.current {
    background: #163072;
    color: #FFFFFF;
}

main .small_nav-menu {
    color: #A9A9A9 !important;
}
div.catalog-sale__title {
	margin-bottom: 20px;
}
div.catalog-sale__size table {
	border-spacing: 10px 0px;
    margin-bottom: 10px;
}
@media (max-width: 1024px) {
    
    .catalog-sale__list {
        justify-content: center;
    }

    .catalog-sale__item {
        width: calc((100% - 60px) / 2);
    }

    .catalog-sale__item:last-child {
        margin-right: 0;
    }
}


@media (max-width: 768px) {
    .catalog-sale__item {
        width: calc((100% - 60px));
    }

    .pagination { 
        margin-top: 80px !important;
        margin-bottom: 80px;
    }

    main .title-block h1 {
        font-size: 24px;
        line-height: 30px;
    }

}

@media (max-width: 425px) {
    .catalog-sale__item {
        width: 100%;
        padding: 15px;
    }

    main .small_nav-menu {
        font-size: 12px !important;
    }
}
#des_changecity_popup_sale .radio-city-items{
    display: flex !important;
}
@media screen and (max-width: 600px) {
    #des_changecity_popup_sale .des_form_popupwin_change_city_box {
        width: 100% !important;
    }
    #des_changecity_popup_sale .radio-city-items {
        max-height: 300px !important;
    }
}
/* End */
/* /local/templates/inner_pages_2022/components/bitrix/catalog.section.list/sale_list/style.css?17586202214007 */
/* /local/templates/inner_pages_2022/components/bitrix/news/sale/bitrix/news.list/.default/style.css?17586202217399 */
