

/* Start:/local/templates/custom/components/bitrix/catalog/brands/style.css?17442259578473*/
.catalog_block{
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    padding-top: 10px;
    border-top: 1px solid #D6D6D6;
}
.filter_block_catalog{
    max-width: 237px;
    width: 100%;
}

.all_section_cnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
    margin-top: 40px;
}
.all_text{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #252324;
}
.custom-select{
    border: 0;
    outline: 0;

}
.brand-search-icon-box {
    cursor: pointer;
}
.favourite-brands-main-box {
    margin-top: 30px;
}

.favourite-brand-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.favourite-brands-box {
    margin-top: 20px;
}

.favourite-brand-title {
    font-family: Segoe UI, seriff;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
}

.favourite-brands-box-title {
    font-family: Segoe UI, seriff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
}

.product__filter-content {
    margin-top: 60px;
}
.product__spoiler-item {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 40px;
}
.product__spoiler-title.activeFilter::before {
    transform: rotate(-40deg);
}
.product__spoiler-title.activeFilter::after {
    transform: rotate(40deg);
}
.product__spoiler-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #c8c4c4;
    padding-right: 100%;
    position: relative;
    cursor: pointer;
}
.product__spoiler-title::before, .product__spoiler-title::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 10px;
    transition: 0.3s;
}
.product__spoiler-title::before {
    transform: rotate(40deg);
    left: 94.2%;
}
.product__spoiler-title::after {
    transform: rotate(-40deg);
    left: 97%;
}
.product__spoiler-select {
    display: none;
    margin-top: 20px;
}
.product__checks-column {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.product__delete-all {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #c8c4c4;
    border-bottom: 1px solid #c8c4c4;
    background: white;
}
.product__spoiler-check {
    display: flex;
    align-items: center;
    gap: 1px;
}
.product__spoiler-check input {
    display: none;
}
.product__spoiler-check input:checked + .product__fake-radio::before {
    opacity: 1;
}
.product__spoiler-check input:checked + .product__fake-sort-radio::before {
    opacity: 1;
}
.product__fake-sort-radio {
    position: relative;
}
.product__fake-sort-radio::before {
    content: "";
    position: absolute;
    display: block;
    width: 6.8px;
    height: 5.1px;
    background: url("/local/templates/custom/components/bitrix/catalog/brands/../img/radioSort.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.4s;
    left: 125px;
    top: -2px;
}
.product__fake-radio {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d9d9d9;
    position: relative;
}
.product__fake-radio::before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
}
.product__name-radio {
    cursor: pointer;
}
.product__sort-popup.activeSort {
    top: 25px;
    right: 10px;
    opacity: 1;
}
.product__sort-popup {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 25px;
    transition: all 0.3s ease 0s;
    width: 170px;
    opacity: 0;
    overflow: hidden;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px 20px 20px 10px;
}
.product__sort {
    cursor: pointer;
    z-index: 4;
    position: relative;
    padding-right: 24px;
}
.product__sort::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url("/images/arrSortRight.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 6px;
    left: 80px;
}
.product__sort.activeSort::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url("/images/arrSortRight.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
    left: 80px;
    transform: rotate(90deg);
}

.person__slider {
    position: relative;
}
.sort_block{
    position: relative;
}
.product__sort{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.1em;

    color: #252324;
}
.catalog-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
}
.product-item-list-col-1{
    max-width: 368px;
    width: 100%;
}
.catalog-section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog_block, .all_section_cnt,   .catalog-sections, .catalog-block-header, .catalog-products-viewed{
    max-width: 1400px;
    width: 100%;
}
.just-in-prods-container{
    max-width: 1600px;
}
.sale-container{
    margin: 40px 0 80px 0;
}

@media (max-width: 1920px) {
    .product-item-list-col-1{
        max-width: 367px;
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .product-item-list-col-1{
        max-width: 367px;
        width: 100%;
    }
    .block_news {
        max-width: 66%;
    }


}
@media (max-width: 1366px) {
    .product-item-list-col-1 {
        max-width: 325px;
        width: 100%;
    }
    .catalog_block, .all_section_cnt{
        max-width: 1260px;
    }

}
@media (max-width: 1280px) {
    .product-item-list-col-1{
        max-width: 300px;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .product-item-list-col-1{
        max-width: 340px;
        width: 100%;
    }
    .block_news {
        max-width: 46%;
        height: 400px;
    }
    .catalog-section-list-list-title .catalog-section-list-list-link{
        font-size: 27px;
    }
    .filter_block_catalog{
        max-width: 223px;
    }
    .picture_block img{
        height: 360px;
    }
}

@media (max-width: 768px) {
    .product-item-list-col-1{
        max-width: 300px;
        width: 100%;
    }
    .block_news {
        max-width: 48%;
        height: 400px;
    }
    .catalog-section-list-list-title .catalog-section-list-list-link{
        font-size: 27px;
    }
    .filter_block_catalog{
        max-width: 350px;
        margin: 0 auto;
    }
    .picture_block img{
        height: 360px;
    }

    .catalog_block{
        display: block;
    }
    .catalog-section{
        margin: 0 auto ;
    }
}
@media (max-width: 767px) {
    .catalog-section{
        justify-content: center;

    }
}

.brand-content-box {
    display: flex;
    justify-content: flex-start;
    column-gap: 100px;
    align-items: flex-start;
    padding: 15px 20px;
}

.all-brand-title-box {
    padding: 50px 0;
    margin: 0 20px;
    font-family: Segoe UI, seriff;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    border-bottom: 1px solid #D6D6D6
}

.brand-section-title-box {
    font-family: "montserrat_arm_light", 'montserrat_light';
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #949494;
    margin-bottom: 30px;
}

.brand-section-items-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax( auto);
    width: 100%;
}

.brand-item-name-box {
    font-family: Segoe UI, seriff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #000;
    text-transform: capitalize;
}

.brand-item-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.brand-item-wish-box {
    line-height: 0;
}

.filter_block_catalog {
    max-width: 237px;
    width: 100%;
}

.brand-content-section-box {
    margin-bottom: 50px;
}

.brand-item-wish-box img {
    cursor: pointer;
}
/* End */


/* Start:/local/templates/custom/components/bitrix/search.form/brand/style.css?17442259573611*/
.brand-search-box {
    background: #EAE3DB;
    padding: 40px 20px;
}

.brand-search-top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.brand-search-top-title {
    color: #949494;
    font-family: "montserrat_arm_light", 'montserrat_light';
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;

}

.brand-search-box .input-group input {
    background: transparent;
    border: none;
    padding: 0 0 5px 0;
    min-width: 335px;
    font-family: "montserrat_arm_light", 'montserrat_light';
    font-size: 12px;
    font-weight: 350;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-align: left;

    outline: none;
}

.brand-search-box .input-group {
    border-bottom: 1px solid #252324;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-search-icon-box {
    background: transparent;
    border: none;
    line-height: 1;
}

.min_block_wishlist {
    display: none;
}

.brand-search-bottom-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
    column-gap: 50px;
    row-gap: 10px;
}

.brand-search-box-letter {
    font-family: Segoe UI, seriff;
    font-size: 21px;
    font-weight: 350;
    line-height: 28px;
    text-align: left;
    opacity: 0.3;
}
.brand-search-box-letter.show-letter {
    cursor: pointer;
}
.brand-search-box-letter.show-letter {
    opacity: 1;
}
.mark-block {
    animation: blink 1s ease alternate 2 .5s;
}
@keyframes blink {
    0%, 100% {background-color:#f5f5f5;}
    50% {background-color: #EAE3DB;}
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .brand-content-box {
        column-gap: 40px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .brand-search-bottom-box {
        column-gap: 25px;
        row-gap: 0;
    }

    .brand-search-top-title {
        font-size: 30px;
    }

    .brand-search-box-letter {
        font-size: 18px;
    }

    .brand-content-box {
        column-gap: 50px;
    }

    .brand-content-section-box {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .brand-section-items-box {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .brand-search-top-box {
        flex-direction: column;
        row-gap: 20px;
    }

    .search-form {
        width: 100%;
    }

    .brand-search-box .input-group input {
        min-width: 80%;
    }

    .brand-search-box-letter {
        font-size: 18px;
    }

    .brand-search-bottom-box {
        column-gap: 19px;
    }

    .brand-content-box {
        flex-direction: column;
    }

    .brand-section-items-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .brand-list{
        grid-template-columns: repeat(2, 1fr);
    }
    .brand-item-box {
        width: 100%;
        gap: 10px;
        margin-bottom: 15px;
    }
    .brand-item-name-box{
        font-size: 12px;
        line-height: 150%;
    }

    .brand-content-section-box {
        margin-top: 0;
        margin-bottom: 0;
    }
    .brand-section-title-box{
        margin-bottom: 10px;
        font-size: 32px;
    }
    .brand-content-box {
        column-gap: 0;
        padding: 15px 10px;
    }
    .filter_block_catalog {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/custom/components/bitrix/catalog.section.list/brands/style.css?17442259575697*/
.catalog-section-list-item { }

.catalog-section-list-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
}

.brand-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: minmax( auto);
}

.catalog-section-list-item-link {
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-counter {
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.catalog-section-list-item-description { font-size: 13px; }

.catalog-section-list-item-img {
	display: block;
	padding-top: 100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.catalog-section-list-item-img:hover { border-color: var(--theme-color-primary); }

/* region Line */
.catalog-section-list-line-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-line-list .catalog-section-list-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.catalog-section-list-line-list .catalog-section-list-item-title { text-align: left; }

.catalog-section-list-line-img-container {
	padding-right: 15px;
	min-width: 75px;
	width: 75px;
}

.catalog-section-list-line-list .catalog-section-list-titles {
	margin: 0;
	line-height: 20px;
}

/*endregion*/

/*region Text */
.catalog-section-list-text-list {
	padding: 0;
	list-style: none;
	column-count: 3;
}

.catalog-section-list-text-list .catalog-section-list-item-title { text-align: left; }

@media (max-width: 767px) {
	.catalog-section-list-text-list { column-count: 1; }

	.brand-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

/*endregion*/

/*region Tile */

.catalog-section-list-tile-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-tile-img-container { width: 100%; }

/*endregion*/

/* list */

.catalog-section-list-list { margin-bottom: 30px; }

.catalog-section-list-list .catalog-section-list-item {
	padding: 0;
	line-height: 16px;
	max-width: 335px;
	position: relative;
	max-height: 460px;
	height: 460px;
}
.catalog-section-list-list-title{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	margin: auto !important;
	text-align: center;
}
.catalog-section-list-list-title .catalog-section-list-list-link{
	font-family: "Segoe UI", seriff;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 43px;
	color: white;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}
.catalog-section-list-list .catalog-section-list-item:before { content: '' !important }

.catalog-section-list-list-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.catalog-section-list-list-link {
	white-space: nowrap;
	font-size: 13px;
}
.just-in-prods-container .owl-nav button div {
	background: transparent !important;
	padding: 0 7px;
	margin: 0 !important;
}
.owl-nav>button:hover {
	background: transparent !important;
}
.just-in-prods-container .owl-nav {
	display: flex;
	gap: 10px;
}
.just-in-item img {
	aspect-ratio: 2/3;
	object-fit: contain;
	max-height: 481px;
	background-color: #ffffff;
}
.just-in-prods-container .owl-nav button div {
	background: transparent !important;
	padding: 0 7px;
	margin: 0 !important;
}
body .just-in-prods-container .owl-dots, body .just-in-prods-container .owl-nav {
	text-align: left;
	left: 0;
	top: 100%;
	transform: translateX(0);
	margin: 0 !important;
}
body .just-in-prods-container .owl-nav{
	padding-top: 40px;
}
body .just-in-prods-container .owl-nav button .nav-button, body .just-in-prods-container .owl-nav button {
	padding: 0;
	margin: 0 !important;
}
body .just-in-container .owl-theme .owl-dots .owl-dot span {
	margin: 0;
	border-radius: 0;
	width: 45px;
	height: 3px;
}
.just-in-prods-container.owl-theme .owl-dots .owl-dot span {
	margin: 0;
	width: 30px;
	height: 5px;
}
.just-in-prods-container.owl-theme .owl-dots .owl-dot span{
	width: 60px !important;
	height: 2px !important;
	margin: 40px 0 0 0 !important;
}
.col .just-in-prods-container {
	padding-left: 118px;
	margin: 0 auto;
	margin-top: 20px;
}
.catalog-section-list-list-link:hover { text-decoration: none }

.catalog-section-list-list-title span { font-size: 11px; }


@media (max-width: 1440px) {
	.col .just-in-prods-container{
		padding-left: 118px;
	}

}
@media (max-width: 768px) {
	.col .just-in-prods-container{
		padding-left: 100px;
	}
	.catalog-section-list-list-title .catalog-section-list-list-link {
		font-size: 19px;
	}
}
@media (max-width: 320px) {
	.col .just-in-prods-container{
		padding-left: 10px;
		width: 100%;
	}
	.catalog-section-list-list-title .catalog-section-list-list-link {
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	.col .just-in-prods-container{
		padding-left: 10px;
		width: 100%;
	}
	.catalog-section-list-list-title .catalog-section-list-list-link {
		font-size: 19px;
	}
}




@media (max-width: 639px) {
	.bx-touch .catalog-section-list-list .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .catalog-section-list-list .bx_catalog_line_title a { font-size: 12px; }
}

.catalog-section-list-list-title,
.catalog-section-list-list-link { transition: all 0.3s ease; }
/* End */
/* /local/templates/custom/components/bitrix/catalog/brands/style.css?17442259578473 */
/* /local/templates/custom/components/bitrix/search.form/brand/style.css?17442259573611 */
/* /local/templates/custom/components/bitrix/catalog.section.list/brands/style.css?17442259575697 */
