

/* Start:/local/templates/fish/components/bitrix/news.detail/brands/style.css?1751372585155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/fish/components/bitrix/catalog.section.list/search-page-sections/style.css?17513725851911*/
.subsections-list{
    margin-bottom: 25px;
}
.subsections-list li{
}
.subsections-list li a{
    font-weight: 500;
    font-size: 16px;
    color: #323232;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 5px 5px;
    border-bottom: 2px solid #C8C8C8;
    transition: .3s color;
    position: relative;
}
.subsections-list li a path{
    transition: .3s all;
}
.subsections-list li ul {
    padding: 3px 0;
    border-bottom: 2px solid #C8C8C8;
    display: none;
}
.subsections-list li ul li{
}
.subsections-list li ul li a{
    font-weight: 500;
    font-size: 14px;
    color: #969696;
    border-bottom: none;
    padding: 3px 15px;
}

.subsections-list li a.selected{
    font-weight: 700;
    color: var(--base);
}
.subsections-header{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.subsections__hide {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    cursor: pointer;
    font-weight: 500;
    font-size: 9px;
    color: #969696;
    margin-bottom: 12px;
    transition: .3s all;
}
.subsections__hide:hover {
    color: var(--base);
}

.subsections-list li:hover > a {
    font-weight: 700;
    color: var(--base);
}
.subsections-list li:hover a path {
    fill: var(--base);
}
.subsections-list li a.selected path {
    fill: var(--base);
}
.subsections-list li ul a.selected,
.subsections-list li ul a:hover{
    color: #969696;
    font-weight: 700;
}

.subsection-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    transition: .3s all;
}
.subsection-toggler--rotate {
    transform: rotate(90deg);
}
/* End */


/* Start:/local/templates/fish/components/bitrix/catalog/brands/style.css?17513725856607*/
.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-bottom: 22px;
    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 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

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

.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: -50px;
    right: 0;
    padding: 12px 34px;
    background-color: #96C8C8;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
} 

.swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 35px;
}

@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){
    .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 50px;
    }
    .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 a{
        font-size: 13px;
        padding: 4px 10px;
        display: block;
    }
}

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


/* Start:/local/templates/fish/components/bitrix/catalog.section/brands/style.css?1751372585300*/
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.catalog-section--hide-not-avail-label .label-item--not-available {
	display: none !important;
}
/* End */


/* Start:/local/templates/fish/components/sotbit/seo.meta.tags/custom/style.css?1751372585789*/
.tags-block.brands .slide__wrapper {
    position: relative;
}

.swiper__seometa {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    min-height: 100%;
}

.sotbit-seometa-tag-image {
    width: 80px;
}

.tags-block.brands .tags {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    width: 100%;
}

.tags-block.brands .tags 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;
    padding: 2px 5px;
}

@media screen and (max-width: 540px) {
    .tags-block.brands .tags a{
        width: calc(50% - 5px);
    }
}
/* End */


/* Start:/local/templates/fish/components/bitrix/catalog.item/.default/style.css?17513725855745*/
.product-item {
    position: relative;
    line-height: 132%;
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-item .product-item-price-old {
    position: absolute;
    margin-bottom: 3px;
}

.product-item__rating {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.product-item__stars {
    width: 85px;
    height: 15px;
    background: url("/local/templates/fish/components/bitrix/catalog.item/.default/../../../../img/public/icons/star-gray.svg");
    /*background-size: contain;*/
    height: 15px;
}
.product-item__stars--current {
    background: url("/local/templates/fish/components/bitrix/catalog.item/.default/../../../../img/public/icons/star.svg");
    /*background-size: contain;*/
    height: 15px;
}
.product-item__reviews {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    margin-left: 6px;
    color: #969696;
}

.product-item-image-original {
    padding-top: 175px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.product-item-image-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    width: calc(100% + 20px);
    overflow: hidden;
    position: relative;
}
.product-item-price__measure {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #9D9E9E;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .product-item-image-wrapper{
        /*margin-left: -21px;*/
        /*width: calc(100% + 42px);*/
    }
}

.product-item-image-wrapper img{

}
.product-item-image-wrapper.not-avaiable-img img{
    opacity: .7;
}
.product-item-image-wrapper img{
    object-fit: contain;
}
.product-item .rating{
    background: url("/local/templates/fish/components/bitrix/catalog.item/.default/../../../../img/public/star.svg") left center;
    background-repeat: repeat-x;
    height: 14px;
    margin: 12px 0;
}
.product-item .product-item-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
}

.product-item__description {
    color: #969696;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}
.product-item .product-item-properties{
    display: none;
}
.product-item .product-item-property-header{
    font-size: 12px;
    line-height: 132%;
    color: var(--gray-text);
    margin-top: 6px;
}
.product-item .product-item-property-text{
    font-weight: normal;
    font-size: 14px;
    line-height: 132%;
    color: #000000;
}
.product-item .sku-block {
    width: 100%;
}
.product-item .bottom-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.product-item .bottom-block .product-item-buttons-container{
    margin-bottom: 20px;
}
.product-item .bottom-block .product-item-buttons-container .btn-default{
    display: flex;
    width: 100%;
    padding: 0 25px;
}

.product-item .bottom-block > .product-item-info-container.product-item-price-container{
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
}
.labels-block{
    position: absolute;
    right: -1px;
    top: 5px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.label-item{
    font-weight: 600;
    font-size: 8px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: var(--base2);
    padding: 5px 6px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.label-item--new {
    background: #93D3FF;
}
.label-item--lider {}
.label-item--not-available {
    background: #E68064;
}
.label-item:not(:last-child){
    margin-bottom: 3px;
}
.labels-block div.not_avaiable{
    background: #E3E3EC;
    color: #000;
}
.img-labels{
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.img-labels__item{

}
.img-labels__item:not(:last-child){
    margin-bottom: 5px;
}

.product-item div[data-entity="quantity-block"] {
    display: none !important;
}


.product-section-name{
    display: none;
    margin-top: 22px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #989898;
}

.product-item .product-item-scu-item-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -20px;
    flex-direction: column;
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
}

.product-item .sku-current-value {
    background: #F5F5F5;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    cursor: pointer;
    width: 100%;
}
.product-item .sku-current-value.active + .product-item-scu-item-list {
    display: flex;
}


@media (max-width: 767px){
    .product-item{
        /*padding: 0 20px 108px 20px;*/
        padding-bottom: 0;
        display: flex;
    }
    .product-item .bottom-block{
        left: 0;
        right: 0;
        position: relative;
        margin-top: auto;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .product-item .sku-block {
        margin-bottom: 8px;
    }
    .product-item-scu-item-list {
        margin-bottom: 10px;
    }
}

@media (max-width: 550px){
    .product-item .bottom-block .product-item-buttons-container .btn-default{
        font-size: 12px;
        height: 40px;
    }
    .product-item-price-current {
        font-size: 17px!important;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17513725381413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */
/* /local/templates/fish/components/bitrix/news.detail/brands/style.css?1751372585155 */
/* /local/templates/fish/components/bitrix/catalog.section.list/search-page-sections/style.css?17513725851911 */
/* /local/templates/fish/components/bitrix/catalog/brands/style.css?17513725856607 */
/* /local/templates/fish/components/bitrix/catalog.section/brands/style.css?1751372585300 */
/* /local/templates/fish/components/sotbit/seo.meta.tags/custom/style.css?1751372585789 */
/* /local/templates/fish/components/bitrix/catalog.item/.default/style.css?17513725855745 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17513725381413 */
