

/* 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:/local/templates/fish/components/bitrix/catalog.element/.default/style.css?175137258523525*/
.breadcrumb .header{
    display: none !important;
}
.catalog-element-top-block .sku-header{
    margin-top: 0;
}
.catalog-element-top-block {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 20px;
    margin-top: 28px;
    margin-bottom: 70px;
}
.catalog-element-top-block .photo-block {
    display: flex;
    grid-column: 1;
    grid-row: 1 / 3;
    position: relative;
    align-self: flex-start;
}
.photo-block .labels-block {
    right: 0;
    z-index: 2;
}
.photo-block .label-item {
    font-size: 12px;
    max-width: 90px;
    text-align: right;
    line-height: 130%;
}
.photo-block .label-item:not(:last-child) {
    margin-bottom: 7px;
}
.photo-block .img-labels {
    z-index: 2;
}
.photo-block .img-labels__item {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-block .img-labels__item svg {
    width: 100%;
    height: 100%;
}
.photo-block .img-labels__item:not(:last-child) {
    margin-bottom: 14px;
}
.photos-slider-small {
    margin-right: 20px !important;
    max-width: 90px;
    overflow: hidden;
    max-height: 530px;
}
.photos-slider-small .swiper-slide {
    cursor: pointer;
}
.photos-slider-small .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: .3;
}
.photos-slider-small.slick-slider {
    width: 88px;
    max-height: 380px;
    border: none;
}
.photos-slider-small .slick-track {
    display: block;
}
.photos-slider-small .slick-slide {
    height: 88px;
    margin-bottom: 12px;
    /*border: 1px solid var(--gray-border2);*/
    position: relative;
}
.photos-slider-small .slick-slide:after {
    position: absolute;
    /*content: '';*/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.06);
}
.photos-slider-big {
    width: 530px;
    height: 530px;
    overflow: hidden;
    border: none;
    position: relative;
}
.labels3 {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 20px;
}
.labels3__item {

    cursor: pointer;
}
.labels3__item:not(:last-child) {
    margin-bottom: 15px;
}
.labels3__item--active {}
.photos-slider-big.slick-slider .slick-arrow{
    display: none !important;
}
.photos-slider-big .slick-slide{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 530px;
    height: 530px;
    opacity: 1 !important;
}
.photos-slider-big .slick-slide img {
    width: 100%;
}
.photos-slider-big .slick-slide a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.element-breadcrumbs {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}
.element-breadcrumbs * {
    font-size: 13px;
}
.element-breadcrumbs span{
    color: #989898;
}
body .element-name {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 18px;
}
.catalog-element-top-block .product-item__description {
    color: #000;
    margin-top: 10px;
    margin-bottom: auto;
}
.catalog-element-top-block .product-item__stars {
    width: 115px;
    height: 22px;
    background-size: contain;
}
.catalog-element-top-block .product-item__stars--current {
    height: 22px;
    background-size: contain;
}

.product-item__barcode {
    margin-top: 10px;
    font-size: 12px;
}
.catalog-element-top-block .product-item__reviews {
    font-size: 14px;}

.catalog-element-top-block .text-block {
    display: flex;
    flex-direction: column;
}

/*.rating {
    background: url('/local/templates/fish/components/bitrix/catalog.element/.default/../../../../img/public/star.svg') left center repeat-x;
    height: 14px;
    margin: 12px 0;
}*/
.params{
    margin-bottom: 6px;
}
.params .param{
    padding: 15px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.params .param a{
    text-decoration: underline;
}
.params .param:not(:last-child){
    border-bottom: 1px solid var(--gray-border2);
}
.params .param .param-name{}
.params .param .param-val{
    font-weight: bold;
}
.catalog-element-top-block .btn-default {
    width: 200px;
    padding: 0 20px;
}

.product-item-price-old .product-item-price-old {
    font-size: 24px;
}

.btn-default.btn-default__one-click:hover{
    background: #D4D4E0;
}
.catalog-element .btn-default svg{
    margin-right: 14px;
}
.catalog-element .product-item-detail-info-container{
    display: flex;
    align-items: center;
    margin-top: 19px;
}
.catalog-element .price-header{
    margin-bottom: 7px;
}
.catalog-element-top-block .price-wrapper{
    margin-top: 50px;
}
.catalog-element-top-block .product-item-price-current{
    font-weight: bold;
    font-size: 36px !important;
    line-height: 1.4;
    display: block;
    padding-top: 0;
}
.catalog-element-top-block .product-item-price-old {
    font-size: 24px;
}
.catalog-element-top-block  .product-item-price__measure {
    font-size: 14px;
    margin-top: 0;
}
.catalog-element-top-block .product-item-scu-container {
    margin-bottom: 20px;
}
.product-item-price-current__wrapper:not(:last-child) {
    margin-right: 110px;
}
.product-item-scu-list {
    position: relative;
}
.product-item-price-current__wrapper {
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.product-item-prices {
    display: flex;
    align-items: flex-end;
}

.product-item-amount-field-btn-minus, .product-item-amount-field-btn-plus {
    font-weight: 700;
    font-size: 14px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-item-amount-field {
    height: 36px;
    font-weight: 700;
    font-size: 14px;
    width: 90px;
    border: 1px solid #F5F5F5;
    text-align: center;
    margin: 0 10px;
}
div[data-entity="main-button-container"] {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.product-item-amount-field-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-element .sep {
    background: url("/local/templates/fish/components/bitrix/catalog.element/.default/../../../../img/public/separator.svg") no-repeat center center;
    width: 6px;
    height: 10px;
    margin: 0 12px;
    display: block;
}
.cars-block{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px 15px;
}
.cars-block a{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}
.cars-block .img-container{
    border: 1px solid var(--gray-border);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-bottom: 14px;
}
.cars-block .img-container img{
    max-width: 100%;
}
.element-sub-header{
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 22px;
}

.photos-slider-small.slick-slider {
    padding: 0 0 15px 0;
}
.photos-slider-small.slick-slider .slick-arrow{
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("/local/templates/fish/components/bitrix/catalog.element/.default/../../../../img/public/small-arrow.svg") no-repeat center center;
    height: 12px;
}
.photos-slider-small.slick-slider .slick-arrow.slick-next{
    /*transform: rotate(180deg);*/
}
.photos-slider-small.slick-slider .slick-arrow.slick-prev{
    top: 0;
    bottom: inherit;

}
.sku-header{
    margin-top: 0;
}
.product-item-properties{
    margin: 14px 0 0 0;
    font-size: 14px;

}
.product-item-properties tr td{
    padding-bottom: 5px;
}
.product-item-properties tr td:first-child{
    font-weight: 700;
    padding-right: 15px;
    white-space: nowrap;
}
.catalog-element .product-item-properties > div > div:nth-child(1),
.catalog-element .product-item-properties > div > div:nth-child(3){
    font-size: 13px;
}
.element-detail-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
}
.element-detail-text  b{
    font-weight: 700;
}
.catalog-element-top-block .product-item-scu-container{
    width: 100%;
    /*max-width: 250px;*/
    margin-bottom: 20px;
}
.photos-slider-small .slick-slide img{
    border-radius: 0;
}
.catalog-element .section-items-slider {
    top: 0;
}
.section.related-positions{
    padding: 40px 0 100px 0;
}
.related-positions .block-header,
.recommended-positions .block-header{
    margin-left: 5px;
}
.recommended-positions .catalog-items {
    grid-template-columns: repeat(4, 1fr);
}
.catalog-element .price-header{
    display: none !important;
}
.catalog-element .product-item .bottom-block > .product-item-info-container.product-item-price-container{
    position: relative;
}
.catalog-element .section-items-slider .slick-slide .product-item .bottom-block .product-item-info-container:last-child{
    margin-bottom: 0;
}
.section-items-slider .product-item-buttons-container,
.section-items-slider .product-item-button-container > div {
    display: flex;
    flex-direction: column-reverse;
}
.section-items-slider .product-item-buttons-container .btn-one-click,
.section-items-slider .product-item-button-container > div .btn-one-click{
    margin-top: 8px;
    text-decoration: underline;
    margin-bottom: 0;
    border-bottom: none;
}
.catalog-element .section-items-slider .slick-slide .product-item {
    padding: 0 14px 120px 14px;
}
.catalog-element .section-items-slider .slick-slide .product-item .product-item-title .favorites-icon{
    display: none;
}
.catalog-element .section-items-slider .slick-slide .product-item .product-item-title{
    margin-top: 4px;
}
.section-items-slider .slick-slide .product-item .product-section-name{
    display: block;
}
.catalog-element .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
    background: none;
}
.catalog-element .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
    background: url("/local/templates/fish/components/bitrix/catalog.element/.default/../../../../img/share.svg") no-repeat center center;
}

.product-item-detail-slider-image{
    display: none !important;
}

.catalog-element-top-block .product-item-scu-item-text-container {
    width: 200px;
    /*min-width: 90px;*/
    /*max-width: 90px;*/
    font-size: 14px;
}

.catalog-element-top-block .product-item-scu-item-text-container:not(:last-child) {
    /*margin-right: 20px;*/
    /*margin-bottom: 20px;*/
}

.element-tabs {
    margin-bottom: 20px;
}
.element-tabs__headers {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.element-tabs__header {
    cursor: pointer;
    color: #828282;
    font-size: 16px;
    font-weight: 500;
    transition: .3s all;
}
.element-tabs__header:hover {
    color: var(--base);
}
.element-tabs__header.element-tabs__header--active {
    cursor: default;
    color: var(--base);
    font-weight: 700;
}
.element-tabs__header:not(:last-child) {
    margin-right: 44px;
}
.element-tabs__content {}
.element-tabs__tab {
    display: none;
}
.element-tabs__tab.element-tabs__tab--active {
    display: block;
}

.product-item-amount-description-container {
    display: none !important;
}


.photos-slider-big .swiper-button-next,
.photos-slider-big .swiper-button-prev {
    background: none;
    box-shadow: none;
}
.photos-slider-big .swiper-button-prev {
    left: 5px;
}
.photos-slider-big .swiper-button-next {
    right: 5px;
}

.photos-slider-big .swiper-button-prev:after, .photos-slider-big .swiper-button-next:after {
    color: #fff;
    font-size: 26px;
}
.photos-slider-big .swiper-slide a {
    display: flex;
}
.catalog-element .photos-slider-big__wrapper .swiper-pagination--element {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: -45px;
}
.swiper-pagination--element .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #878787;
    border-radius: 20px;
    transition: .3s all;
}
.swiper-pagination--element .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--base);
    width: 47px;
}
.photos-slider-big__wrapper {
    position: relative;
    min-width: 530px;
}


.related-items {
    display: flex;
    margin-bottom: 20px;
}
.related-items__item {
    border: 1px solid #D6D6D6;
    width: 140px;
    height: 140px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
}
.related-items__item:not(:last-child) {
    margin-right: 7px;
}
.related-items__name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}
.related-items__img {}


.additional {
    z-index: 10;
    position: relative;
    align-self: flex-start;
    margin-bottom: -30px;
}
.additional__btn {
    background: #F5F5F5;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    cursor: pointer;
    width: 200px;
}
.additional__btn svg {
    margin-left: 20px;
}
.additional__popup {
    transform: translateY(3px);
    position: absolute;
    left: 0;
    background: #F5F5F5;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.3);
    padding: 10px 0 10px 20px;
    width: 420px;
    display: none;
}
.additional__popup.additional__popup--opened {
    display: block;
}
.additional__list {}
.additional__item {
    display: grid;
    grid-template-columns: 40px 1fr 50px 75px;
    column-gap: 10px;
    align-items: center;
    font-size: 16px;
}
.additional__item--selected {
    font-weight: 700;
    color: #E68064;
}
.additional__item-img {}
.additional__item-name {}
.additional__item-price {
    text-align: right;
    white-space: nowrap;
}
.additional__counter {
    font-size: 14px;
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: flex-end;
}
.counter__btn {
    color: inherit;
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.counter__inc-field {}
.counter__btn--check {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}
.counter__btn--check input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    display: none;
}
.add-checkbox-element {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.add-checkbox-element:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #323232;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
}
.add-checkbox-element svg{
    opacity: 0;
}
.counter__btn--check input:checked + .add-checkbox-element:after {
    border-color: #82AAAA;
}
.counter__btn--check input:checked + .add-checkbox-element svg{
    opacity: 1;
}



.prod-reviews__add-review {
    margin-left: 20px;
}

.prod-reviews__average {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prod-reviews__average-digit {
    color: var(--base);
    margin-right: 20px;
    font-weight: 700;
    font-size: 60px;
}

.prod-reviews__average .stars {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prod-reviews__average .stars__rating {
    margin-bottom: 8px;
}

.prod-reviews__average .stars__count {
    font-weight: 300;
    color: #000;
}

.prod-reviews__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ECEFF3;
    line-height: 145%;
}

.prod-reviews__item-top {
    margin-bottom: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prod-reviews__item-name {
    font-size: 20px;
    font-weight: 600;
    margin-right: 25px;
}

.prod-reviews__item-date {
    font-weight: 300;
    font-size: 15px;
    color: #92ADC7;
    margin-right: 25px;
}

.prod-reviews__item-answer {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 14px;
    font-size: 20px;
    text-decoration: underline;
    color: #5760F1;
}

.prod-reviews__order-form {
    padding: 0;
    width: 100%;
    max-width: none;
}

.prod-reviews__order-form .btn {
    margin-top: 10px;
    width: auto;
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stars__rating {
    width: 85px;
    height: 16px;
    position: relative;
    background: url("/local/templates/fish/components/bitrix/catalog.element/.default/../../../../img/public/icons/star-gray.svg") repeat-x;
}

.stars__rating--current {
    height: inherit;
    width: 80%;
    background: url("/local/templates/fish/components/bitrix/catalog.element/.default/../../../../img/public/icons/star.svg") repeat-x;
}

.stars__count {
    color: #92ADC7;
    margin-left: 20px;
}

.page__body-header {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.prod-reviews__order-form .btn-group label {
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.ya-share2_inited.ya-share2 {
    position: absolute;
}

.catalog-element-top-block .product-item-scu-item-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -20px;
    flex-direction: column;
    width: 200px;
    position: absolute;
    z-index: 100;
    display: none;
}

.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: 50px;
    cursor: pointer;
    width: 200px;
}
.sku-current-value.active + .product-item-scu-item-list {
    display: flex;
}

.container .photos-slider-small img,
.container .photos-slider-big img{
    height: 100%;
    object-fit: cover;
}
.photos-slider-big .video{
    padding: 0;
    height: 100%;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1024px) {
    .catalog-element-top-block {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        margin-top: 0;
    }
    .catalog-element-top-block .photo-block {
        display: block;
        order: 2;
        align-self: inherit;
    }
    .catalog-element-top-block .bread-block {
        order: 1;
    }
    .catalog-element-top-block .text-block {
        order: 3;
    }
    .swiper.photos-slider-small{
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .container .photos-slider-big img {
        width: 100%;
    }
    .photos-slider-big .swiper-slide a,
    .photos-slider-big__wrapper {
        min-width: 100%;
        /*margin-bottom: 40px;*/
    }
    .photos-slider-big {
        height: auto;
        width: 100%;
    }
    .photos-slider-big img{
        max-width: 100%;
        height: auto;
    }
    .additional {
        margin-bottom: 0;
    }

    .photos-slider-small.slick-slider {
        display: none;
    }

    .params .param {
        font-size: 15px;
    }

    body .btn-default {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 13px;
    }

    .cars-block {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 10px;
    }

    .photos-slider-big.slick-slider {
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }
    .photos-slider-big .slick-slide{
        height: auto;
    }
    .catalog-element .sep{
        margin: 0 5px;
    }
    .related-positions .container,
    .recommended-positions .container{
        padding: 0;
    }
    .catalog-element-top-block .product-item-scu-container{
        max-width: 100%;
    }
    .photos-slider-big.slick-slider .slick-arrow{
        display: inline-block !important;
    }
    .photos-slider-big.slick-slider .slick-arrow.slick-prev {
        left: 10px;
    }
    .photos-slider-big.slick-slider .slick-arrow.slick-next {
        right: 10px;
    }
    .catalog-element .product-item-detail-info-container{
        flex-wrap: wrap;
    }
    .catalog-element .product-item-detail-info-container .btn-default{
        width: 100%;
        margin-right: 10px;
    }
    .catalog-element .product-item-detail-info-container .favorites-icon{
        margin-left: auto;
        margin-top: 0;
    }
    .ya-share2{
        margin-right: auto;
    }
    .section.related-positions {
        padding: 40px 0 40px 0;
    }

    .photos-slider-big .slick-slide img {
        height: 100%;
    }
    .element-tabs__headers {
        padding-bottom: 10px;
        margin-bottom: 5px;
        overflow-x: scroll;
    }
    .element-tabs__header {
        flex-shrink: 0;
    }
    .catalog-element-top-block .text-block {
        margin-top: 15px;
    }
    .catalog-element-top-block .product-item__description {
        margin-bottom: 20px;
    }
    .catalog-element-top-block .price-wrapper {
        margin-top: 10px;
    }
    .additional__item {
        grid-template-columns: 30px 1fr 50px 60px;
    }
    .additional__popup {
        width: 320px;
        padding: 10px 0 10px 10px;
    }
    .additional__item {
        font-size: 13px;
    }
    .additional__item-img {
        width: 30px;
    }
    .catalog-element-top-block .product-item-price-current {
        font-size: 30px !important;
    }
    div[data-entity="main-button-container"] {
        margin-top: 15px;
    }
    .product-item-price-current__wrapper:not(:last-child) {
        margin-right: 60px;
    }
    .recommended-positions .catalog-items {
        grid-template-columns: repeat(1, 1fr);
    }
    .catalog-element .product-item-detail-info-container {
        margin-top: 0;
    }
    .product-item-properties tr td:first-child {
        width: 50%;
        white-space: normal;
    }

    .page__body-header {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    form.order-form button {
        width: auto;
    }

}























/* End */


/* Start:/local/templates/fish/components/bitrix/news.list/reviews-block-element/style.css?1751372585472*/
/*
.reviews__text{
    max-height: 60px;
    overflow: hidden;
    position: relative;
}
.reviews__text:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to top, white, transparent);
}
.reviews__text--expanded{
    max-height: none;
}
.reviews__text--expanded:after{
    display: none;
}*/
.prod-reviews__average .stars__count {
    margin: 0;
}
/* 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 */


/* Start:/local/templates/fish/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1751372585902*/
.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-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.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 .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /local/templates/fish/components/bitrix/catalog/.default/style.css?17513725857770 */
/* /local/templates/fish/components/bitrix/catalog.element/.default/style.css?175137258523525 */
/* /local/templates/fish/components/bitrix/news.list/reviews-block-element/style.css?1751372585472 */
/* /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 */
/* /local/templates/fish/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1751372585902 */
