

/* Start:/local/templates/cf/components/bitrix/catalog.section/main/style.css?177790618114051*/
.category-banner {}

.category-title {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--title);
    margin: 50px 0 50px 0;
}

.banner {
    position: relative;
    -webkit-box-shadow: 0 37px 25px -20px #00000059;
    box-shadow: 0 37px 25px -20px #00000059;
}

.banner__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, white 15%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 75px 0 50px 80px;
    overflow: hidden;
}

.banner__content::before {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--primary);
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
}

.banner__title {
    font-size: 34px;
    font-weight: 700;
}

.banner__title span {
    background: #ffffff;
    border: 5px solid var(--primary);
    border-radius: 50px;
    padding: 2px 20px 8px 20px;
    line-height: 1.2;
    color: var(--primary);
    display: inline-block;
    margin-left: 8px;
    font-size: 32px;
}

.banner__text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    line-height: 1.3;
}

.banner__btn {
    font-size: 19px;
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 28px;
    margin-top: 45px;
}

.banner__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-video__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.category-row {
    gap: 40px;
    align-items: flex-start;
    padding-top: 40px;
}

.category-right {
    flex-grow: 1;
}


.sort-block {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.sort {
    font-size: 18px;
    font-weight: 700;
}

.sort-select {
    font-weight: 400;
    border: 0;
    margin-left: 10px;
    padding-right: 8px;
    text-align: left;
    outline: none;
    background: var(--wrapper-bg);
    color: var(--text);
}

.category__products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.category__products_col4 {
	grid-template-columns: repeat(4, 1fr);
}

.product-item {
    border: 1px solid var(--border-card);
    padding: 20px 28px;
    border-radius: 8px;
    align-items: center;
    gap: 15px;
    -webkit-box-shadow: 0 25px 25px -20px #00000059;
    box-shadow: 0 25px 25px -20px #00000059;
    transition: .3s;
    position: relative;
}

.product-item:hover {
    -webkit-box-shadow: 0 10px 25px 0px #00000059;
    box-shadow: 0 10px 25px 0px #00000059;
}

.product-item__picture {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.product-item__picture picture {
    height: 282px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item__img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-height: 100%;
}

.quick-view {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: .4s;
    left: 0;
    width: 100%;
    background: transparent;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(0deg, #00000073 -33px, transparent 100px);
    padding: 6px 0;
    cursor: pointer;
    height: 38px;
}

.product-item:hover .quick-view {
    opacity: 1;
}

.product-item__name {
    text-align: center;
    font-size: 17px;
    line-height: 1.4;
    margin-top: 10px;
}

.product-item__name:hover {
	color: var(--primary);
}

.product-item__sku {
    font-size: 15px;
    line-height: 1;
}


.product-item__available {
    font-size: 16px;
    gap: 12px;
    line-height: 1.1;
    margin-bottom: 10px;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
}

.avail {
    font-weight: 600;
    color: #19B457;
    white-space: nowrap;
}

.unavailable {
    font-weight: 600;
    color: #b41919;
    white-space: nowrap;
}


.product-item__opt {
    white-space: nowrap;
}

.product-item__opt::before {
    content: '';
    height: 15px;
    width: 2px;
    background: var(--primary);
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 3px;
}

.product-item__btn {
    width: auto;
    font-weight: 600;
    margin-top: auto;
}

.product-item__btn:hover {}

.add-to-compare {
    display: none;
    position: absolute;
    bottom: -48px;
    background: var(--wrapper-bg);
    width: calc(100% + 2px);
    left: -1px;
    text-align: center;
    border: 1px solid var(--border-card);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    padding-bottom: 22px;
    font-size: 16px;
    font-weight: 500;
    z-index: 3;
    padding-top: 10px;
}

.add-to-compare label {
    cursor: pointer
}

.add-to-compare input[type="checkbox"] {
    margin: 0;
    position: relative;
    margin-right: 10px;
}

.add-to-compare input[type="checkbox"]::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #EAEAEA;
    border-radius: 4px;
    left: -4px;
    top: -3px;
    cursor: pointer;
    transition: .2s;
    border: 3px solid #EAEAEA;
}

.add-to-compare input[type="checkbox"]:checked::before {
    background: var(--primary);
    border: 4px solid #EAEAEA;
    border-radius: 7px;
}

.product-item:hover .add-to-compare {
    display: block;
    box-shadow: 0 23px 26px -18px #00000059;
}

.on-demand {
    color: var(--primary);
    font-weight: 600;
    white-space: nowrap;
}

.seo-text {
    font-size: 16px;
}


@media (max-width: 1460px) {

    .product-item__available {
        gap: 10px;
    }

    .product-item__opt::before {
        margin-right: 10px;
    }

    .product-item__available {
        font-size: 15px;
    }

    .product-item__name {
        font-size: 16px;
    }

    .product-item__btn {
        font-size: 18px;
        padding: 10px 19px;
    }

}


@media (max-width: 1230px) {
    .category__products {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner__title {
        font-size: 25px;
    }

    .banner__title span {
        padding: 3px 15px 4px 15px;
        font-size: 23px;
        margin-left: 5px;
        border-width: 3px;
    }

    .banner__text {
        font-size: 14px;
    }

    .banner__btn {
        font-size: 15px;
        padding: 11px 20px;
        margin-top: 25px;
    }

    .banner__text {
        margin-top: 15px;
    }
}


@media (max-width: 991px) {

    .category-title {
        font-size: 20px;
    }

    .banner__title {
        font-size: 18px;
        display: flex;
        flex-direction: column;
    }

    .banner__title span {
        padding: 1px 10px 4px 10px;
        font-size: 16px;
        margin-left: -7px;
        border-width: 3px;
    }

    .banner__content::before {
        width: 18px;
        height: 18px;
        left: -9px
    }

    .banner__btn {
        font-size: 14px;
        padding: 9px 15px;
        margin-top: 18px;
        border-radius: 40px;
    }

    .banner__text {
        font-size: 12px;
    }

    .banner__content {
        padding: 20px 0 20px 35px;
    }

    .category-row {
        flex-direction: column;
        padding-top: 0;
        gap: 15px;
    }

    .category-right {
        width: 100%;
    }

    .sort {
        font-size: 0;
    }

    .sort select {
        font-size: 14px;
        margin-left: 18px;
    }

    .sort-block {
        width: calc(100% - 76px);
        padding-top: 3px;
    }

    .category-title {
        margin: 0 0 20px 0;
    }

}


@media (max-width: 576px) {

    .banner {
        box-shadow: 0 28px 15px -19px #00000038;
    }

    .seo-text {
        font-size: 15px;
    }

    .banner__content {
        padding: 20px 0 20px 30px;
    }

    .category-title {
        font-size: 16px;
    }

    .category__products {
        grid-gap: 10px;
    }

    .banner__background {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .banner__content {
        position: relative;
        background: linear-gradient(90deg, white 32%, transparent 57%);
        z-index: 2;
    }

    .banner__title {
        font-size: 16px;
    }

    .banner__title span {
        font-size: 15px;
    }

    .banner__text {
        font-size: 12px;
    }

    .banner__btn {
        font-size: 12px;
        padding: 5px 12px;
        font-weight: 500;
    }

    .banner__img {
        object-position: 63% 0;
    }

    .banner__content::before {
        width: 14px;
        height: 14px;
        left: -7px;
    }

    .product-item {
        padding: 15px;
        gap: 12px;
    }

    .label {
        font-size: 12px;

        padding: 2px 8px;
    }

    .product-item__name {
        font-size: 13px;
        line-height: 1.25;
        margin-top: 0;
    }

    .product-item__sku,
    .product-item__available {
        display: none;
    }

    .add-to-compare {
        display: flex !important;
        align-items: center;
        font-size: 12px;
        position: relative;
        bottom: auto;
        width: auto;
        left: 0;
        border-radius: 0;
        padding-bottom: 0;
        border: 0;
        padding: 0;
    }

    .product-item__btn {
        font-size: 13px;
        padding: 8px 10px;
        width: auto;
        order: 1;
    }

    .add-to-compare input[type="checkbox"] {
        width: 10px;
        height: 10px;
    }

    .add-to-compare input[type="checkbox"]::before {
        left: -3px;
        top: -3px;
        width: 15px;
        height: 15px;
    }

    .quick-view {
        display: none;
    }


}


/*search*/

.search-section {
    text-align: center;
    font-size: 20px;
}

.search-title {
    color: var(--title);
    font-size: 30px;
    text-transform: uppercase;
    margin: 35px 0;
}

.search-results .category__products {
    grid-template-columns: repeat(4, 1fr);
}


@media (max-width: 1100px) {
    .search-results .category__products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .search-results .category__products {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-results .category-row {
        padding-top: 40px;
    }

    .search-section {
        font-size: 14px;
    }

    .search-title {
        font-size: 18px;
        margin: 15px 0;
    }

    .search-results .sort select {
        margin-left: 0;
        font-size: 13px;
    }
    .search-results .sort-block {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 440px) {
    .search-results .category__products .one-click-buy {
        font-size: 12px;
        padding: 9px 9px;
    }

    .search-results .category__products .product-item__btn {
        font-size: 12px;
        padding: 9px 9px;
        margin-top: 0;
    }

    .search-results .category__products .product-item__picture picture {
        height: 140px;
    }

    .category__products {
        grid-template-columns: repeat(1, 1fr);
    }
}


.toggle-filter {
    display: none;
}

.toggle-filter__text {
    margin-right: auto;
    margin-left: 20px;
    font-size: 18px;
}

.filter-title {
    display: none;
}


.load-more {
	max-width: 200px;
    margin: 40px auto;
    text-align: center;
}


@media screen and (max-width: 991px) {

    .filter-item__title.active-mobile::after {
        filter: grayscale(1);
        transform: rotateX(180deg);
        opacity: 0.5;
    } 

    .filter-title {
		display: flex;
		text-align: center;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700;
		color: var(--title);
		justify-content: center;
		padding: 25px 20px 20px 20px;
		margin-bottom: 15px;
		position: sticky;
		top: 0;
		background: var(--wrapper-bg);
		z-index: 10;
		margin-left: -15px;
		margin-right: -15px;
    }

    .filter-title svg {
		position: absolute;
		left: 25px;
		top: 30px;
		width: 22px;
		height: 18px;
		transform: rotate(180deg);
    }

    .toggle-filter {
        width: 76px;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        gap: 4px;
        color: var(--primary);
        border-radius: 4px;
        float: left;
    }

    #filter {
		display: none;
		position: fixed;
		left: -1000px;
		top: 152px;
		transition: .4s;
		background: var(--wrapper-bg);
		z-index: 4;
		width: 100%;
		padding: 0 15px;
		max-height: calc(100vh - 152px);
		height: calc(100vh - 152px);
		overflow-y: auto;
		padding-bottom: 120px;
    }

    #filter.active-mobile {
        left: 0;
    }
    
    .active-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .toggle-filter svg:last-child {
        width: 18px;
        height: 22px;
        padding-top: 3px;
    }

    .filter-item__title {
        font-size: 16px;
    }
	
	.filter-block_label {
		display: none;
	}

}

@media screen and (max-width: 414px) {
    .load-more {
        max-width: 170px;
    }

    .product-item__sku, .product-item__available {
        margin-bottom: 0
    }

    .product-item__available {
        font-size: 14px;
    }

    .product-item__opt {
        font-size: 12px;
    }

    .product-item__opt::before {
        margin-right: 5px;
        height: 9px;
        top: 1px;
    }

}


@media screen and (max-width: 350px) {
    .sort select {
        margin-left: 6px;
    }
}


.sfparams-list {
	display: flex;
	margin-bottom: 20px;
}
.sfparams-list_item {
	background: var(--primary);
	padding: 3px 10px 5px 10px;
	color: var(--bg);
	border-radius: 5px;
    margin-right: 10px;
	cursor: pointer;
}
.sfparams-list_item svg {
	margin-left: 5px;
	fill: #fff;
}

.new-price small {
	font-weight: normal;
    font-size: 0.5em;
}
.new-price small:first-child {
    color: var(--text);
}

@media  (max-width: 576px) {
    .product-item__price .new-price {
        font-size: 24px;
    }
}

/* End */


/* Start:/local/templates/cf/components/bitrix/catalog.item/main/style.css?1748437097594*/
.availability {
    font-weight: 300;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.availability>div {
    display: flex;
    flex-direction: column;
}

.quick-view-popup .availability span span {
    font-weight: 700;
}

.quick-view-popup__nav .next {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)
}

.quick-view-popup__nav .prev {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%)
}
/* End */
/* /local/templates/cf/components/bitrix/catalog.section/main/style.css?177790618114051 */
/* /local/templates/cf/components/bitrix/catalog.item/main/style.css?1748437097594 */
