

/* Start:/local/templates/.default/components/bitrix/catalog/fileo_new_dev/style.css?17305542361125*/
@media screen and (max-width: 1280px) {
    html .catalog__title-wrap {
        margin-left: 0 !important;
        width: 100% !important;
    }

    html .js-filter-ico {
        font-size: 13px !important;
    }
}

@media(max-width: 665px) {}

@media (max-width: 665px) {
    html .content-catalog .manage-bar__select-wrap .select span {
        font-weight: 400;
        font-size: 12px !important;
        line-height: 8px;
    }

    .top-catalog .paginataion-wrap {
        margin-left: -1px !important;
    }
}

@media (max-width: 665px) {
    html body .content-catalog .manage-bar__pagination-link {
        font-weight: 400;
        font-size: 12px !important;
        line-height: 8px;
    }

    html body .js-filter-ico {
        font-size: 12px !important;
        line-height: 14px !important;
        width: 100%;
        padding-right: 9px;
    }

    html .manage-bar__pagination-link {
        padding: 0 10px !important;
    }

    html .catalog__title-wrap .manage-bar__select-wrap {
        width: 100% !important;
    }

    .content-catalog .top-catalog-part {
        width: 68px !important;
    }

}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/catalog/style.css?1730546007268*/
.manage-bar-mb {
    display: none !important;
}

.manage-bar-pc {
    display: flex !important;
}

@media (max-width: 700px) {
    .manage-bar-pc {
        display: none !important;
    }

    .manage-bar-mb {
        display: flex !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/fileo_new_dev/style.css?178514324819254*/
/*.content-catalog  .product-item__right{
    flex-direction: column;
    justify-content: flex-start;
}
html .content-catalog  .product-item__price {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
html .content-catalog  .product-item__price .desc_info:nth-child(1){
    color: #B2B2B2;
}
html .content-catalog  .product-item .buy_link{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
html .content-catalog  .product-item__content .product-item__title{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
html .content-catalog  .product-item__size,
html .content-catalog  .product-item__width,
html .content-catalog  .product-item__sale{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}
html body.auth .content-catalog  .product-item__content .prod_desc {
    margin-top: 3px;
}
html .content-catalog  .product-item .get-price{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
html .content-catalog  .product-item__content .prod_desc{
    margin-top: 3px;
}
.content-catalog  .catalog__title-limit{
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}
html .content-catalog  .manage-bar__title{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.content-catalog  .manage-bar__select-wrap .select span{
    font-weight: 400;
    font-size: 16px;
    line-height: 0px;
}
html .content-catalog  .top-catalog-part{
    max-width: 465px;
}
html .content-catalog  .manage-bar__pagination-link{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
html .content-catalog .manage-bar__view-type-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
html .content-catalog .manage-bar__view-type li{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
html .content-catalog .js-filter-ico{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
html .content-catalog .catalog__title-limit{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}*/

/*.catalog__title-wrap, .content-catalog h1, html .katalog .breadcrumbs-block_mod-bg, .catalog-wrap{*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    width:100%;*/
/*}*/
/*html .top-catalog.minified{*/
/*    width:100%;*/
/*    padding-left: 40px;*/
/*}*/

html .catalog__content {
    flex-wrap: nowrap;
}

.flex-jc-start {
    justify-content: start;
}

.flex-jc-end {
    justify-content: end;
}

.flex-jc-center {
    display: flex;
    justify-content: center;
}

.select__dropdown.select__dropdown--left {
    right: auto;
    left: 0;
}
.manage-bar__select-sorting, .select__dropdown-sorting{
    width: auto;
}
.catalog__title-wrap{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 5px;
}
.catalog__title-wrap > * {
    width: auto !important;
    max-width: 100% !important;
}
@media (max-width: 700px) {
    html .manage-bar__select-wrap .select:after{
        display: none !important;
    }

    html .content-catalog .top-catalog-part{
        height: 20px;
    }
    html .manage-bar__select-sorting,html body .content-catalog .js-filter-ico{
        padding: 0 !important;
        margin: 0;
    }
    html .catalog__title-wrap .paginataion-wrap{
        height: fit-content;
    }
    .filter-cnt:before, .filter-cnt:after{
        display: none !important;
    }
    html .top-catalog.minified.up{
        height: 40px !important;
    }
    .top-catalog.minified.up .manage-bar{
        padding-top: 0;
    }
    .filter-cnt.active {
        position: absolute;
        font-size: 0;
        line-height: 0;
        right: 0;
        top: 0;
        content: '';
        background: black;
        border-radius: 10px;
        padding: 5px;
    }
}
.no-after::after {
    display: none !important;
}
.view-pc {
    display: block;
}

.js-filter-ico {
    display: flex;
    align-items: center;
    gap: 5px;
}

.arrow-full.select:after {
    right: 0;
}

.view-mb {
    display: none;
}

@media (max-width: 700px) {
    .view-pc {
        display: none;
    }

    .view-mb {
        display: block;
    }
}

@media screen and (max-width: 1366px) {
    html .content-catalog h1,
    html .catalog__title-wrap,
    html .katalog .breadcrumbs-block_mod-bg {
        width: 100% !important;
        margin-left: 0 !important;
    }

    /*html .catalog__title-wrap{*/
    /*    width: 100%;*/
    /*    margin-left: 0;*/
    /*}*/
    .catalog__title-wrap {
        margin-left: 16.9% !important;
    }

    html .catalog-wrap {
        width: 100%;
        margin-left: 0;
    }

    html .manage-bar__pagination {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    html .manage-bar__select-wrap {
        margin-right: 20px;
    }
}

@media (max-width: 1280px) {
    .catalog__title-wrap {
        margin-left: 13.5% !important;
        width: 85% !important;
    }
}

@media only screen and (max-width: 1024px) {
    html .catalog__title-wrap .paginataion-wrap {
        width: 100%;
    }

    html .content-catalog .top-catalog-part {

        display: none;
    }

    html .catalog__title-wrap .paginataion-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    html .catalog__title-wrap {
        position: relative;
    }
}

@media only screen and (max-width: 1024px) {
    html .top-catalog-part__sort,
    html .catalog__title-wrap .manage-bar__select-wrap {
        display: block !important;
    }

    html .content-catalog .top-catalog-part > .manage-bar__select-wrap:nth-child(1) {
        display: none !important;
    }

    html .content-catalog .top-catalog-part {
        max-width: 100%;
        display: flex !important;
        width: 100% !important;
    }

    .manage-bar__view-type-wrap.js-catalog-view {
        display: none;
    }

    html .manage-bar {
        margin: auto 0 !important;
        flex-direction: initial;
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: auto !important;
    }

    .manage-bar__select-sorting {
        padding-left: 5px !important;
    }

    html .content-catalog .catalog__title-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    html .js-filter-ico {
        padding-right: 0;
        text-transform: capitalize;
    }

    html .manage-bar__select-sorting {
        padding-right: 20px;
    }
}

@media (max-width: 665px) {
    .catalog__title-wrap {
        margin-left: 0% !important;
        width: 100% !important;
    }

    html .content-catalog .manage-bar__select-wrap .select span {
        font-weight: 400;
        font-size: 7px;
        line-height: 8px;
    }

    html body .content-catalog .manage-bar__pagination-link {
        font-weight: 400;
        font-size: 7px;
        line-height: 8px;
    }

    html body .content-catalog .js-filter-ico {
        font-weight: 400;
        font-size: 7px;
        line-height: 8px;
    }

    html .manage-bar__select-wrap .select:after {
        transform: scale(.5);
        top: 5px;
    }

    html .manage-bar__pagination-link.prev-page,
    html .manage-bar__pagination-link.next-page {
        background-size: contain;
    }

    html .manage-bar__pagination-link {
        padding: 0 3px;
    }
}

@media (min-width: 1025px) {
    .product-item__price .hide-desktop {
        display: none;
    }
}

@media (max-width: 565px) {
    html .catalog__title-wrap {
        padding: 0 10px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 1024px) {
    html .content-catalog h1 {
        max-width: none;
    }

    html .manage-bar {
        position: relative;
        width: fit-content;
        padding: 0;
    }

    html body .content-catalog .product-item__price {
        font-weight: 400;
        font-size: 8px;
        line-height: 150%;
        display: flex;
        min-width: fit-content;
        width: 100%;
    }

    html body .content-catalog .product-item__price span {
        display: block;
    }

    html .katalog .catalog__content_small-tile .desc_info {
        /*display: block;*/
        margin-right: 5px;
    }

    html .catalog__content.catalog__content_small-tile .mob_info {
        display: none;
    }

    html .product-item__content {
        padding: 0 10px 0;
    }

    .similiar-cnts {
        margin-right: auto;
    }

    .similiar-cnts div {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }

    .product-item__header {
        flex-direction: column-reverse;
    }

    html .product-item__header .product-item__title {
        width: 100%;
        margin-top: 0;
        /*margin-bottom: 5px;*/
    }

    html body .content-catalog .product-item__price {
        margin-bottom: 8px;
        margin-top: 0;
    }

    .catalog__content.catalog__content_small-tile .product-item .buy_link {
        display: none;
    }

    html body .content-catalog .product-item__size {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }

    html .product-item__header {
        margin-bottom: 0;
    }

    .paginataion-wrap.paginataion-wrap--bottom .manage-bar__pagination {
        justify-content: center;
    }

    html body .content-catalog .product-item__price .desc_info {
        text-transform: lowercase;
        color: #B2B2B2;
    }

    html .product-item__content .product-item__title span:after,
    html .mob_info.small-hidden {
        display: none !important
    }
}

@media (max-width: 1024px) {
    html .katalog .product-item__content--small-tile {
        display: block !important
    }

    html .katalog .product-item__content--big-tile {
        display: none !important;
    }
}


/*html .product-item__dots {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*}*/
/*html .product-item__dots{*/
/*    bottom: 31px;*/
/*}*/
/*html .product-item__dots .item_dot{*/
/*    border: #fff;*/
/*    background: #fff;*/
/*    transition: .4s all;*/
/*}*/
/*.product-item__img-wrap:hover .product-item__dots .item_dot:nth-child(1){*/
/*    border: #fff;*/
/*    background: #fff;*/
/*}*/
/*.product-item__img-wrap:hover .product-item__dots .item_dot:nth-child(2){*/
/*    border: #000;*/
/*    background: #000;*/
/*}*/
/*.product-item__img-wrap .product-item__dots .item_dot:nth-child(1){*/
/*    border: #000;*/
/*    background: #000;*/
/*}*/

/*.similiar-cnts div{*/
/*    text-transform: lowercase;*/
/*}*/
/*html .prod_desc .desc_info{*/
/*    text-transform: capitalize;*/
/*}*/
/*html .content-catalog .product-item__price .desc_info:nth-child(1){*/
/*    text-transform: lowercase;*/
/*}*/
/*html .content-catalog .product-item__price{*/
/*    text-transform: lowercase;*/
/*}*/

/*.content-catalog-back{*/
/*    font-weight: 400;*/
/*    font-size: 12px;*/
/*    line-height: 15px;*/
/*    color: #000000;*/
/*    margin-top: 17px;*/
/*    cursor: pointer;*/
/*}*/

@media (max-width: 1024px) {
    .content-catalog-back {
        padding: 0 35px;
    }
}

@media (max-width: 565px) {

    html .content-catalog {
        margin-top: 10px;
    }

    .content-catalog-back {
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 0 10px;
    }
}

@media (max-width: 666px) {
    html .manage-bar__select-sorting {
        max-width: max-content;
    }

    html .catalog__title-wrap .manage-bar__select-wrap {
        width: 120px;
        /*max-width: fit-content;*/
    }
}

@media (max-width: 1333px) {
    html .manage-bar__pagination {
        justify-content: center;
    }
}

/*html .manage-bar__select-quantity{*/
/*    padding-left: 1px;*/
/*    width: 43px;*/
/*}*/
/*html .manage-bar__select-sorting{*/
/*    width: 156px;*/
/*}*/
/*html .paginataion-wrap--bottom{*/
/*    display: block;*/
/*}*/

/*html .breadcrumbs span, html .breadcrumbs a{*/
/*    color: #000;*/
/*}*/

/*html .menu-mob__category{*/
/*    font-size: 14px;*/
/*}*/

@media only screen and (max-width: 1024px) {
    html .mob_materials .owl-controls {
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    html body .mob_materials .owl-dots .owl-dot:first-child {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 480px) {
    html .mob_materials .owl-dots .owl-dot.active {
        background: #000;
        width: 4px;
        height: 4px;
    }
}

@media only screen and (max-width: 1024px) {
    html .mob_materials .owl-dot.active {
        background: #000;
        width: 5px;
        height: 5px;
    }
}

/*html .content-catalog .product-item__content .product-item__title{*/
/*    white-space: pre-line;*/
/*}*/

@media (max-width: 1280px) {
    html .product-item__content .product-item__left {
        max-width: 60%;
    }

    html .catalog__content_small-tile .product-item__right .buy_link,
    html .catalog__content_small-tile .desc_info {
        display: block;
    }
}

/* section styles */

.product-item__content--big-tile {
    flex-direction: column;
}

.product-item__content--big-tile .product-item__price {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
}

.product-item__content--big-tile .product-item__price .priceval {
    font-weight: 500;
}

.product-item__content--big-tile .product-item__left {
    width: 100%;
    max-width: 100% !important;
}

.product-item__content--big-tile .product-item__title {
    margin-top: 10px;
}

.product-item__content--big-tile .product-item__actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 3px;
}

.product-item__content--big-tile .product-item__width, .product-item__content--big-tile .product-item__size {
    margin-top: 0;
    line-height: 13px;
    text-transform: lowercase;
}

.product-item__content--big-tile .desc_info {
    display: none;
}

.product-item__content--big-tile .buy_link {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 9px !important;
    padding: 3px 16px 2px !important;
    min-height: 25px;
}

.content-catalog--is-favorite .catalog__title-wrap {
    width: 100%;
    margin: 0;
}

.content-catalog--is-favorite h1 {
    width: 100%;
    margin-left: 0;
}

.content-catalog--is-favorite .catalog-wrap {
    width: 100%;
}

.content-catalog--is-favorite .manage-bar__view-type-wrap {
    margin-right: 0;
}

.content-catalog--is-favorite .top-catalog.minified {
    width: 100%;
}

.addFavorite {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
    z-index: 9;
}

.addFavorite span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: .2s opacity;
}

.addFavorite:not(.active) .active {
    opacity: 0;
}

.addFavorite.active .no-active {
    opacity: 0;
}

html .catalog__content_small-tile .product-item__content {
    margin-top: 3px;
}

html .catalog__content_small-tile .product-item__title {
    margin-bottom: 0;
}

html .catalog__content_small-tile .product-item__price {
    margin-bottom: 3px !important;
}

html .catalog__content_small-tile .product-item__price span {
    font-weight: 600;
}

html .product-item__content {
    margin-top: 3px;
}

html .product-item__content--big-tile .product-item__title {
    margin-top: 10px;
}

html .paginataion-wrap--bottom {
    display: block;
}

@media only screen and (max-width: 565px) {
    html .catalog__content_small-tile .product-item__img_mob .product-item__ribbon.new-ribbon {
        top: auto;
        bottom: 13px;
    }
}

.search--title {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 85%;
    margin-left: 0;
    font-weight: 600;
    color: #000;
}

.search--title h1 {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
}

.catalog__title_mod-similars {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.top-catalog.up .catalog__title_mod-similars {
    display: none;
}

@media only screen and (max-width: 1280px) {
    html .catalog__content.catalog__content_small-tile .product-item__title span {
        margin-top: 0px;
    }
}


.mobile-priceval span{
  font-weight: 400!important;
  display:inline-block!important;
  text-transform: lowercase;
  color: #A8A8A8;
  margin-right: 5px;
}

/* fileo-catalog-controls-fix-20260727: make catalog view/sort/filter controls readable on desktop and laptop widths */
@media (min-width: 768px) {
  html .content-catalog .catalog__title-wrap.top-catalog {
    align-items: center;
    gap: 12px;
  }
  html .content-catalog .top-catalog-part__view .manage-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    width: 100%;
    min-height: 28px;
    margin-left: auto !important;
  }
  html .content-catalog .manage-bar__view-type-wrap.js-catalog-view {
    display: flex !important;
    align-items: center;
    gap: 8px;
    min-width: 86px;
    margin-right: 0 !important;
    white-space: nowrap;
  }
  html .content-catalog .manage-bar__view-type {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    min-width: 52px;
    min-height: 24px;
    margin: 0;
    padding: 0;
  }
  html .content-catalog .manage-bar__view-type li {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px;
    line-height: 24px !important;
    cursor: pointer;
  }
  html .content-catalog .manage-bar__view-type li::before {
    display: block !important;
    font-size: 13px !important;
    line-height: 24px !important;
    color: #111 !important;
    opacity: 1 !important;
  }
  html .content-catalog .manage-bar__view-type .view-type__first::before {
    content: "3" !important;
  }
  html .content-catalog .manage-bar__view-type .view-type__second::before {
    content: "5" !important;
  }
  html .content-catalog .manage-bar__view-type li.active::before {
    color: #9e0b20 !important;
    font-weight: 600 !important;
  }
  html .content-catalog #catalog-sort-select-1 .view-pc,
  html .content-catalog .js-filter-ico .view-pc {
    display: block !important;
  }
  html .content-catalog #catalog-sort-select-1 .view-mb,
  html .content-catalog .js-filter-ico .view-mb {
    display: none !important;
  }
  html .content-catalog #catalog-sort-select-1 {
    min-width: 112px;
    overflow: visible;
  }
  html .content-catalog .js-filter-ico {
    min-width: 68px;
    overflow: visible;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  html .content-catalog .catalog__title-wrap.top-catalog {
    grid-template-columns: minmax(150px, 1fr) auto minmax(180px, 1fr) !important;
  }
  html .content-catalog .manage-bar__view-type-wrap.js-catalog-view {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  html .content-catalog .manage-bar__view-type-wrap.js-catalog-view {
    display: none !important;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.viewed.products/fileo_new/style.css?178422061812237*/


html .catalog__content{
    flex-wrap: nowrap;
}

@media screen and (max-width: 1366px) {
    html .content-catalog h1,
    .catalog__title-wrap,
    .katalog .breadcrumbs-block_mod-bg{
        width: 100% !important;
        margin-left: 0 !important;
    }
    /*html .catalog__title-wrap{*/
    /*    width: 100%;*/
    /*    margin-left: 0;*/
    /*}*/
    .catalog__title-wrap{
        margin-left: 16.9% !important;
    }
    html .catalog-wrap{
        width: 100%;
        margin-left: 0;
    }
    html .manage-bar__pagination{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    html .manage-bar__select-wrap{
        margin-right: 20px;
    }
}

@media(max-width: 1280px){
    .catalog__title-wrap{
        margin-left: 13.5% !important;
        width: 85% !important;
    }
}

@media only screen and (max-width: 1024px) {
    html .catalog__title-wrap .paginataion-wrap {
        width: 100%;
    }
    html .content-catalog .top-catalog-part {

        display: none;
    }
    html .catalog__title-wrap .paginataion-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    html .catalog__title-wrap{
        position: relative;
    }
}


@media only screen and (max-width: 1024px) {
    html .top-catalog-part__sort,
    html .catalog__title-wrap .manage-bar__select-wrap {
        display: block !important;
    }

    html .content-catalog .top-catalog-part>.manage-bar__select-wrhtml .content-catalog h1ap:nth-child(1){
        display: none !important;
    }
    html .content-catalog .top-catalog-part {
        display: flex !important;
    }
    .manage-bar__view-type-wrap.js-catalog-view{
        display: none;
    }
    html .manage-bar{
        margin: auto 0 !important;
        flex-direction: initial;
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: auto !important;
    }
    .manage-bar__select-sorting{
        padding-left: 5px !important;
    }
    html .catalog__title-wrap{
        display: flex;
        flex-wrap: nowrap;
    }
    html .js-filter-ico{
        padding-right: 0;
        text-transform: capitalize;
    }
    html .manage-bar__select-sorting{
        padding-right: 20px;
    }
}

@media(max-width:665px){
    html .content-catalog .manage-bar__select-wrap .select span{
        font-weight: 400;
        font-size: 7px;
        line-height: 8px;
    }
    html body .content-catalog .manage-bar__pagination-link{
        font-weight: 400;
        font-size: 7px;
        line-height: 8px;
    }
    html body .content-catalog .js-filter-ico{
        font-weight: 400;
        font-size: 7px;
        line-height: 8px;
    }
    html .manage-bar__select-wrap .select:after{
        transform: scale(.5);
        top: 5px;
    }
    html .manage-bar__pagination-link.prev-page,
    html .manage-bar__pagination-link.next-page{
        background-size: contain;
    }
    html .manage-bar__pagination-link{
        padding: 0 3px;
    }
}

@media(min-width: 1025px){
    .product-item__price .hide-desktop{
        display: none;
    }
}

@media(max-width: 565px){
    html .catalog__title-wrap{
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1024px) {
    html .content-catalog h1 {
        max-width: none;
    }
    html .manage-bar{
        position: relative;
        padding: 0;
    }

    html body .content-catalog .product-item__price{
        font-weight: 400;
        font-size: 8px;
        line-height: 150%;
        display: flex;
        min-width: fit-content;
        width: 100%;
    }
    html body .content-catalog .product-item__price span{
        display: block;
    }
    html .katalog .catalog__content_small-tile .desc_info{
        /*display: block;*/
        margin-right: 5px;
    }
    html .catalog__content.catalog__content_small-tile .mob_info{
        display: none;
    }
    html .product-item__content{
        padding: 0 10px 0;
    }
    .similiar-cnts{
        margin-right: auto;
    }
    .similiar-cnts div{
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }
    .product-item__header{
        flex-direction: column-reverse;
    }
    html .product-item__header .product-item__title {
        width: 100%;
        margin-top: 0;
        margin-bottom: 5px;
    }
    html body .content-catalog .product-item__price{
        margin-bottom: 8px;
        margin-top: 0;
    }
    .catalog__content.catalog__content_small-tile .product-item .buy_link{
        display: none;
    }
    html body .content-catalog .product-item__size{
        font-weight: 400;
        font-size: 9px;
        line-height: 150%;
    }
    html .product-item__header{
        margin-bottom: 0;
    }
    .paginataion-wrap.paginataion-wrap--bottom .manage-bar__pagination{
        justify-content: center;
    }
    html body .content-catalog .product-item__price .desc_info{
        text-transform: lowercase;
        color: #B2B2B2;
    }
    html .product-item__content .product-item__title span:after,
    html .mob_info.small-hidden{
        display: none !important
    }
}

@media(max-width: 1024px){
    html .katalog .product-item__content--small-tile{
        display: block !important
    }
    html .katalog .product-item__content--big-tile{
        display: none !important;
    }
}



@media(max-width:1024px){
    .content-catalog-back{
        padding: 0 35px;
    }
}

@media(max-width:565px){

    html .content-catalog{
        margin-top: 10px;
    }
    .content-catalog-back{
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 0 10px;
    }
}

@media(max-width: 666px){
    html .manage-bar__select-sorting{
        max-width: fit-content;
    }
    html .catalog__title-wrap .manage-bar__select-wrap{
        width: 68px;
        max-width: fit-content;
    }
}

@media(max-width: 1333px){
    html .manage-bar__pagination{
        justify-content: center;
    }
}

/*html .manage-bar__select-quantity{*/
/*    padding-left: 1px;*/
/*    width: 43px;*/
/*}*/
/*html .manage-bar__select-sorting{*/
/*    width: 156px;*/
/*}*/
/*html .paginataion-wrap--bottom{*/
/*    display: block;*/
/*}*/

/*html .breadcrumbs span, html .breadcrumbs a{*/
/*    color: #000;*/
/*}*/

/*html .menu-mob__category{*/
/*    font-size: 14px;*/
/*}*/

@media only screen and (max-width: 1024px) {
    html .mob_materials .owl-controls {
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    html body .mob_materials .owl-dots .owl-dot:first-child{
        margin-left: 10px;
    }
}

@media only screen and (max-width: 480px) {
    html .mob_materials .owl-dots .owl-dot.active {
        background: #000;
        width: 4px;
        height: 4px;
    }
}

@media only screen and (max-width: 1024px) {
    html .mob_materials .owl-dot.active {
        background: #000;
        width: 5px;
        height: 5px;
    }
}

html .content-catalog .product-item__content .product-item__title{
    white-space: pre-line;
}

@media(max-width: 1280px) {
    html .product-item__content .product-item__left {
        max-width: 60%;
    }
    html .catalog__content_small-tile .product-item__right .buy_link,
    html .catalog__content_small-tile .desc_info{
        display: block;
    }
}

/* section styles */

.product-item__content--big-tile{
    flex-direction: column;
}
.product-item__content--big-tile .product-item__price{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
}
.product-item__content--big-tile .product-item__price .priceval{
    font-weight: 500;
}
.product-item__content--big-tile .product-item__left{
    width: 100%;
    max-width: 100% !important;
}
.product-item__content--big-tile .product-item__title{
    margin-top: 10px;
}
.product-item__content--big-tile .product-item__actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 3px;
}
.product-item__content--big-tile .product-item__width, .product-item__content--big-tile  .product-item__size{
    margin-top: 0;
    line-height: 13px;
    text-transform: lowercase;
}
.product-item__content--big-tile .desc_info {
    display: none;
}
.product-item__content--big-tile .buy_link{
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 9px !important;
    padding: 3px 16px 2px !important;
    min-height: 25px;
}

.content-catalog--is-favorite .catalog__title-wrap{
    width: 100%;
    margin: 0;
}

.content-catalog--is-favorite  h1{
    width: 100%;
    margin-left: 0;
}

.content-catalog--is-favorite .catalog-wrap{
    width: 100%;
}

.content-catalog--is-favorite .manage-bar__view-type-wrap{
    margin-right: 0;
}

.content-catalog--is-favorite .top-catalog.minified{
    width: 100%;
}

.viewed-products .addFavorite{
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
    z-index: 9;
}

.viewed-products .addFavorite span{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: .2s opacity;
}

.viewed-products .addFavorite:not(.active) .active{
    opacity: 0;
}

.viewed-products .addFavorite.active .no-active{
    opacity: 0;
}

html .catalog__content_small-tile .product-item__content{
    margin-top: 3px;
}
html .catalog__content_small-tile .product-item__title{
    margin-bottom: 0;
}
html .catalog__content_small-tile .product-item__price{
    margin-bottom: 3px !important;
}

html .catalog__content_small-tile .product-item__price span{
    font-weight: 600;
}

html .product-item__content{
    margin-top: 3px;
}
html .product-item__content--big-tile .product-item__title{
    margin-top: 10px;
}

html .paginataion-wrap--bottom{
    display: block;
}

@media only screen and (max-width: 565px){
    html .catalog__content_small-tile .product-item__img_mob .product-item__ribbon.new-ribbon {
        top: auto;
        bottom: 13px;
    }
}

@media only screen and (max-width: 565px){
    .carousel-main-new-items .product-item__content {
        margin-top: 3px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .carousel-main-new-items  .product-item .buy_link {
        display: none;
    }
}
@media only screen and (max-width: 1280px) {
    html .catalog__content.catalog__content_small-tile .product-item__title span {
        margin-top: 0px;
    }
}

@media(min-width: 1336px) {
    .container.katalog.catalog-wrap {
        width: calc(100% - 125px);
    }
}

@media only screen and (max-width: 1024px){
    html .carousel-main-new-items.owl-carousel .desc_info {
        display: none;
    }
}
@media only screen and (max-width: 565px){
    html .carousel-main-new-items .product-item__size .mob_info {
        display: none;
    }
    .product-item__img_mob .product-item__ribbon.new-ribbon, .product-item__img_mob .product-item__ribbon.sale-ribbon {
        top: auto !important;
    }
}
@media only screen and (max-width: 1024px){
    .product-item__content .product-item__title span{
        font-size: 12px !important;
        line-height: 11px;
    }
    .product-item__content .product-item__title{
        font-size: 12px !important;
        line-height: 11px;
        margin-bottom: 0 !important;
    }
    html body .content-catalog .product-item__price{
        margin-bottom: 4px !important;
    }
}
html .carousel-viewed-products .product-item__content{
    margin-top: 3px;
}
.carousel-viewed-products .product-item__price{
    margin-bottom: 3px !important;
}
.carousel-viewed-products .product-item .buy_link{
    display: none;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/fileo_new_dev/style.css?17305542361125 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/catalog/style.css?1730546007268 */
/* /local/templates/.default/components/bitrix/catalog.section/fileo_new_dev/style.css?178514324819254 */
/* /local/templates/.default/components/bitrix/catalog.viewed.products/fileo_new/style.css?178422061812237 */
