

/* Start:/local/templates/fish/components/bitrix/catalog/.default/style.css?17513725857770*/
.catalog-section-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.load-more-button {
    margin: 0 0 15px 0;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    font-family: Montserrat;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tags-block.brands .swiper-slide {
    width: initial;
}

.tags-block.brands .slide__wrapper {
    width: 100%;
}

.tags-block.brands .swiper-button-prev {
    left: -30px;
}

.tags-block.brands .swiper-button-next {
    right: -30px;
}

.only-mobile.btn-filter {
    display: none !important;
}

.tags-block {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 22px;
}

.tags-block.brands {
    margin: 22px 0;
    position: relative;
}

.tags-block > a {
    cursor: pointer;
    transition: .4s all;
	background: #F5F5F5;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    text-align: center;
    color: #969696;
}

.tags-block.brands > * {
    background: initial;
    line-height: initial;
    height: auto;
}

.tags-block .tags-block__item--selected {
    cursor: default;
}
.tags-block .tags-block__item--selected,
.tags-block > a:hover{
    background: var(--base2);
    color: #fff;
}

.tags-block.brands .swiper-slide {
    display: flex;
    align-items: center;
}

.catalog-items-wrapper .subsections__hide {
    display: none;
    margin-right: auto;
    margin-left: 15px;
    margin-bottom: 0;
    padding: 0 20px;
}

.catalog-section.catalog-section--hide {
    grid-template-columns: 1fr;
}
.catalog-section.catalog-section--hide .catalog-items{
    grid-template-columns: repeat(4, 1fr);
}
.catalog-section--hide .filter-block{
    display: none;
}

.catalog-section.catalog-section--hide .catalog-items-wrapper .subsections__hide {
    display: flex;
}


/* верхняя часть секции каталога */
.catalog-section-title h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.catalog-section-preview-wrapper {
    display: flex;
    padding-top: 20px;
}

.catalog-section-preview-wrapper > a {
    display: contents;
}

.catalog-section-preview-left-col {
    padding: 14px 10px 14px 15px;
    background: #E68064;
    width: 150px;
    min-width: 150px;
}

.catalog-section-preview-left-col p {
    margin-top: 15px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.catalog-section-preview-left-col span {
    margin-top: 8px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.catalog-section-preview-right-col {
    margin-left: 20px;
    flex-grow: 1;
}
.catalog-section-preview-text {
    margin-top: 17px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
}
.catalog-section-preview-btn-wrapper {
    margin-top: 20px;
    text-align: end;
}
.catalog-section-preview-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 34px;
    background-color: #96C8C8;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 35px;
}

.tags-cloud {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 22px;
}

.tags-cloud a,
.tags-cloud span {
    cursor: pointer;
    transition: .4s all;
    background: #F5F5F5;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    text-align: center;
    color: #969696;
    font-weight: bold;
    font-size: 10px;
}

.tags-cloud a:hover,
.tags-cloud span:hover,
.tags-cloud .tags-block__item--selected {
    background: var(--base2);
    color: #fff;
}
.catalog-items.compact-view .product-item .bottom-block .product-item-buttons-container{
    margin: 0 0 20px;
}

@media screen and (max-width: 1440px) { 
    .catalog-section-preview-btn-wrapper {
        margin-top: 50px;
    }
    .catalog-section-preview-btn {
        position: inherit;
    }
    .swiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 35px;
    }
    .tags-block.brands .swiper-wrapper {
        gap: 14px;
    }
}

@media screen and (max-width: 1024px) { 
    .catalog-section-title {
        text-align: center;
    }
    .brands {
        padding: 0 20px;
    }
    .tags-block.brands .swiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 18px;
    }
    .tags-block.brands .swiper-wrapper {
        gap: 0;
    }
    .catalog-section-preview-left-col {
        padding: 14px 13px 16px 15px;
        min-width: 147px;
    }
    .catalog-section-preview-left-col span {
        margin-top: 10px;
    }
    .catalog-section-preview-right-col {
        padding-right: 10px;
    }
    .catalog-section-preview-btn-wrapper {
        margin-top: 47px;
    }
    .catalog-section-preview-btn {
        padding: 15px 39px;
    }
    .tags-block.brands {
        margin-bottom: 31px;
    }
}

@media screen and (max-width: 767px){
    .tags-cloud {
        display: flex;
        flex-wrap: wrap;
    }
    .tags-cloud a, .tags-cloud span {
        width: fit-content;
        padding: 0 15px;
        white-space: nowrap;
        padding: 0 15px;
    }
    .catalog-section-title {
        font-size: 28px;
    }
    .catalog-section-preview-wrapper {
        flex-direction: column;
    }
    .catalog-section-preview-left-col {
        width: 100%;
        display: flex;
        padding: 10px 13px 16px 10px;
    }
    .catalog-section-preview-left-col-text {
        margin-left: 17px;
    }
    .catalog-section-preview-left-col p {
        margin-top: 12px;
    }
    .catalog-section-preview-left-col span {
        text-align: start;
        margin-top: 13px;
    }
    .catalog-section-preview-right-col {
        padding-right: 0;
        margin-left: 0;
    }
    .catalog-section-preview-text {
        margin-top: 34px;
        padding-left: 2px;
    }
    .catalog-section-preview-btn-wrapper {
        text-align: center;
        margin-top: 42px;
    }
    .tags-block.brands .swiper-button-prev,
    .tags-block.brands .swiper-button-next {
        display: none;
    }
    .tags-block {
        margin-top: 15px;
        margin-bottom: 7px;
        max-height: 90px;
        overflow: hidden;
    }
    .tags-block.opened{
        max-height: none;
    }
    .tags-block.brands {
        padding: 0 30px;
    }
    .tags-block .swiper__seometa {
        height: auto;
    }
    .tags-block.brands .swiper-wrapper {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }
    .tags-block.brands .swiper-slide {
        width: 80px;
        justify-content: center;
    }
    body .tags-block-toggle-btn{
        font-size: 13px;
        text-decoration: dashed;
        cursor: pointer;
        display: inline-block;
        margin-top: -5px;
        border-bottom: 1px dashed;
    }
    html body .content .tags-block {
        margin-top: 21px;
        max-height: initial;
        grid-gap: 5px;
        grid-template-columns: repeat(3, 1fr);
    }
    html body .content .tags-block.opened {
        max-height: none;
    }
    .tags-block.brands .slide__wrapper {
        margin: 20px 0;
    }
}

@media screen and (max-width: 400px){ 
    .tags-block.brands {
        padding: 0 15px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.search/templates/.default/style.css?1751372540163*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */
/* /local/templates/fish/components/bitrix/catalog/.default/style.css?17513725857770 */
/* /bitrix/components/bitrix/catalog.search/templates/.default/style.css?1751372540163 */
