

/* 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 */


/* Start:/local/templates/fish/components/bitrix/system.pagenavigation/round/style.css?17513725853683*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 4px 15px 4px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #f6f6f6;
	padding: 0 8px;
	display: block;
	height: 39px;
	min-width: 39px;
	line-height: 39px;
	color: #000;
	font-size: 14px;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: var(--base);
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev{
    transform: rotate(180deg);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid var(--base);
	line-height: 28px;
	color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span svg path{
    stroke: var(--base);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span svg path{
    stroke: #E5E9EA;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: var(--base);
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: var(--base);
	color: #fff;
}

/* End */


/* Start:/local/templates/fish/components/bitrix/catalog.section/.default/style.min.css?17513725853212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.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}
/* End */


/* Start:/local/templates/fish/components/bitrix/catalog.section.list/subsections2/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.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 */


/* Start:/local/templates/fish/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1751372585706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/fish/components/bitrix/catalog/.default/style.css?17513725857770 */
/* /bitrix/components/bitrix/catalog.search/templates/.default/style.css?1751372540163 */
/* /local/templates/fish/components/bitrix/system.pagenavigation/round/style.css?17513725853683 */
/* /local/templates/fish/components/bitrix/catalog.section/.default/style.min.css?17513725853212 */
/* /local/templates/fish/components/bitrix/catalog.section.list/subsections2/style.css?17513725851911 */
/* /local/templates/fish/components/bitrix/catalog.item/.default/style.css?17513725855745 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17513725381413 */
/* /local/templates/fish/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1751372585706 */
