

/* Start:/local/templates/box/components/bitrix/catalog/shop/style.css?17139621633431*/
.catalog-header-list {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	flex-flow: row nowrap;
	width: 100%;
	margin: 30px 0;
}

.catalog-title{
	margin: 30px 0;
}

.catalog-title h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	text-align: left;
	margin: 0;
}

.catalog-btn-filter {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.catalog-sort {
	font-size: 15px;
	line-height: 20px;
	display: flex;
	align-items: center;
}

/* .catalog-sort::before {
	content: attr(data-name);
	color: #000;
	margin-right: 10px;
} */

.catalog-sort a {
	color: #000;
}

.catalog-sort select {
	min-width: 220px;
}

@media (max-width:992px) {
	.catalog-header-list {
		flex-wrap: wrap;
	}

	.filter-tile {
		display: flex;
		justify-content: space-between;
		background: #F3F8FE;
		border: 1px solid #DCEAFD;
		border-left: 0;
		border-right: 0;
		padding: 12px 20px;
		margin: 0 -20px 10px -20px;
		width: calc(100% + 40px);

	}

	.filter-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}


}

@media (max-width:776px) {
	.catalog-sort::before {
		display: none;
	}

	.catalog-sort select {
		min-width: 150px;
		font-size: 14px;
	}
}

.catalog-btn-filter svg {
	margin-right: 5px;
}

.catalog-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row nowrap;
	margin-bottom: 30px;
	margin-top: 15px;
	width: 100%;
}



/* SORT */

.catalog-sort-panel {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	line-height: 19px;
	margin-right: 10px;
	position: relative;
	margin-top: 12px;
}

.catalog-sort-panel>a {
	margin-left: 10px;
	position: relative;
	text-decoration: none;
	color: #343A40;
}

.catalog-sort-panel>a::after {
	content: '';
	position: absolute;
	right: -11px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #5F5F5F;
	border-right: 1px solid #5F5F5F;
	transform: rotate(45deg);
}

.catalog-sort-panel>a.active::after {
	transform: rotate(-135deg);
	top: 6px;
}

.hidden-sort-list-menu {
	list-style: none;
	padding: 5px 5px 5px 33px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	border: 1px solid #F2F2F2;
	background-color: #fff;
	display: none;
	position: absolute;
	top: 22px;
	width: calc(100% + 14px);
	left: 0;
	box-sizing: border-box;
}

.hidden-sort-list-menu.active {
	display: block;
	z-index: 2;
}

.hidden-sort-list-menu li a {
	text-decoration: none;
	padding: 5px 0;
	display: block;
	position: relative;
	font-size: 14px;
	color: #343A40;
}

.hidden-sort-list-menu li a.active::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 10px;
	margin: auto;
	height: 5px;
	border-bottom: 2px solid #323232;
	border-left: 2px solid #323232;
	transform: rotate(-45deg);
}

.all_filter_click {
	display: none;
}

.catalog-wrapper--main {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 40px;
	justify-content: flex-start;
	align-items: flex-start;
}

.main-catalog-goods-panel {
	margin-bottom: 50px;
}

.catalog-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% - 324px);
}

.catalog-row {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
/* End */


/* Start:/local/templates/box/components/bitrix/catalog.element/us/templates/us/style.css?172802976812800*/
/* FIX slick */

.element-picture .slick-track {
    display: flex;
}

.element-picture {
    display: flex !important;
    position: relative;
}

.element-picture__item {
    position: absolute;
    left: 0;
    top: 0;
    right: var(--el-mr-nav-slider);
}

.slick-initialized .element-picture__item, .element-picture__item:first-child {
    position: relative;
    right: 0;
}

/* FIX slick */

.element {
    --el-width-nav-slider: 92px;
    --el-mr-nav-slider: 20px;
}

.element__btns [data-element="buy-button"] {
    width: 100%;
    border-radius: 3px;
    font-weight: 500;
}

.element-title {
    margin: 30px 0;
}

.element-wrapper {
    display: flex;
    gap: 42px;
    align-items: flex-start;
}

.element-main {
    flex: 1;
}

.element-aside, .element-aside-mobile {
    width: 270px;
    padding: 49px 35px;
    border-radius: 5px;
    border: 1.5px solid #B8CCFF;
    box-shadow: 0px 4px 7px 0px #0000001A;
    margin-top: 89px;
    position: sticky;
    top: 20px;
}

.element-aside-mobile{
    display: none;
}

.element-tabs {
    display: flex;
    justify-content: space-between;
    height: 66px;
    margin-bottom: 23px;
    border-bottom: 1.5px solid #B8CCFF;

}

.element-tab-item {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #757575;
    position: relative;

}

.element-tabs .element-tab-item {
    padding: 0 20px;
}

.element-tab-item.active {
    color: var(--tmp-blue-light);
}

.element-tab-item.active::before {
    content: '';
    position: absolute;
    height: 2px;
    background: var(--tmp-blue-light);
    bottom: 0;
    left: 0;
    right: 0;
}

.element-tab-content {
    display: none;
    border: 1.5px solid #B8CCFF;
    box-shadow: 0px 4px 7px 0px #0000001A;
    padding: 40px 30px;
    min-height: 785px;
    position: relative;
}

.element-tab-content.active {
    display: block;
}

.element-title h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    margin: 0;
}

.element__pictures {
    display: flex;
    flex-direction: column;
}

.element__pictures img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.element-picture {
    min-width: 100%;
}

.element-picture-slider {
    /* order: 1; */
    padding: 20px 0;
    overflow: hidden;
}

.element-picture-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    transform: none;
    left: 0;
    width: 100%;
    height: 20px;
}

.element-picture-slider .slick-arrow svg {
    height: auto;
    width: 12px;
}

.element-picture-slider .slick-next {
    top: auto;
    bottom: 0;
}

.element-picture-slider .slick-prev {
    top: 0;
    bottom: auto;
}

.element-picture-slider__item {
    display: flex;
    margin: 7.5px 0px;
    cursor: pointer;
    background: #fff;
    opacity: 0.5;
}

.element-picture-slider__item .picture {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.element-picture-slider__item {
    border: 1px solid transparent;
}

.element-picture-slider__item.slick-current {
    border: 1px solid #414042;
    opacity: 1;
}

.element-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.element__pictures {
    width: 50%;
    max-width: 270px;
    top: 20px;
}

.element__info {
    flex: 1;
}

.element__measure {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #757575;
    border-bottom: 0.5px solid #BDBDBD;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.element__prices {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 20px;
}

.element__price {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}

.element__price--old {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-decoration: line-through;
    color: #757575;
}

.element__info-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin: 24px 0 24px;
}

.element-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;

    margin: 60px 0;
}

.element__row--justify {
    display: flex;
    justify-content: space-between;
}

.element-prop {
    display: flex;
    flex-wrap: wrap;

    gap: 15px;
}

.element-prop-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;

    margin: 0 0 20px;
}

.element-treeprop {
    min-height: 100px;
}

[data-treeprop-code] {
    margin-bottom: 30px;
}

.element-prop.ui-select {
    margin: 0;
    max-width: 285px;
}

.element-props {
    max-width: 410px;
}

.element-props__item {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.element-props__item span:first-child {
    display: flex;
    align-items: baseline;
    flex: 1;
    gap: 8px;
}

.element-props__item span:first-child::after {
    content: '';
    border-bottom: 0.5px dashed #757575;
    width: 100%;
    flex: 1;
}

.element__btns {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.element__btns button {
    margin-right: 10px;
}

.element__btns button:last-child {
    margin-right: 0;
}

.element-quantity {
    display: flex;
    align-items: center;
}

.element-quantity__input {
    flex: 1;
    width: 100%;
    background: #f5f5f5;
    height: 30px;
    border-radius: 0;
    border: 0;
    text-align: center;
}

.element-quantity__input:focus {
    outline-color: #EBEBEB;
}

.element-quantity__input::-webkit-outer-spin-button,
.element-quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.element-quantity__btn {
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: #EBEBEB;
}

.element-sklads {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 3px;
    margin-top: 30px;
}

.element-sklads__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    margin-bottom: 10px;
}

.element-sklads__item {
    display: flex;
    justify-content: space-between;
    gap: 8px;

    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.element-sklads__item span:first-child {
    display: flex;
    align-items: baseline;
    flex: 1;
    gap: 8px;
}

.element-sklads__item span:first-child::after {
    content: '';
    border-bottom: 0.5px dashed #757575;
    width: 100%;
    flex: 1;
}

[data-element-discount] {
    position: relative;
    width: fit-content;
}

[data-element-discount]::after {
    content: attr(data-element-discount);
    position: absolute;
    background: #E20338;
    border-radius: 2px;
    color: #fff;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    left: calc(100% + 10px);
    display: none;
}

.prop-disabled {
    display: none;
}

.buy1click {
    display: none;
}

#errorBuy1Click {
    color: #e20338;
    margin-top: 10px;
}

.element-btns-small {
    position: absolute;
    right: 40px;

    display: flex;
    flex-direction: column;
    z-index: 1;
    gap: 15px;
    align-items: flex-start;
}

.element-btns-small button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;

    font-size: 18px;
    font-weight: 400;
    line-height: 25px;

}

[class*="fav-box"]::after {
    content: 'В избранное';
}

.liked[class*="fav-box"]::after {
    content: 'В избранном';
}

.element__code {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
}

.element-btns-small button svg {
    width: 25px;
    height: 25px;

}

.element-btns-small button svg path {
    fill: var(--tmp-blue);
}

.element-btns-small [class*="fav-box"] svg path {
    stroke: var(--tmp-blue);
    fill: #fff;
}

.liked svg path {
    fill: var(--tmp-red) !important
}

.liked svg path {
    stroke: var(--tmp-red) !important
}

@media (max-width: 1110px) {
    .element-btns-small {
        position: static;
        flex-direction: row;
        margin-top: 20px;
    }

    .element__code {
        display: none;
    }

    .element-btns-small button {
        font-size: 14px;
    }

    .element-btns-small button svg {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 767px) and (max-width: 1110px) {

    #description .element__info-title,
    #description .element-props,
    #description .element-description {
        width: calc(270px + 40px + 100%);
        margin-left: calc(-270px - 40px);
    }

    .element-treeprop {
        min-height: 270px;
    }
}

@media (max-width: 1024px) {
    .element-aside__wrapper {
        display: flex;
        flex-direction: column;
    }

    .element__prices {
        order: -1;
        margin-bottom: 5px;
    }

    .element__measure {
        margin-bottom: 21px;
    }

    .element-wrapper {
        gap: 15px;
    }

    .element-aside {
        width: 201px;
        padding: 32.5px 10px;
    }

    .element-picture-slider {
        display: none !important;
    }

    .slick-slide img {
        margin: auto;
    }

    .element-picture {
        padding: 0;
    }


    .slider-nav {
        display: none;
    }

    .element-container {
        flex-wrap: wrap;
    }

    .element__info,
    .element__pictures {
        width: 100%;
    }

    .element__info, .element__pictures {
        position: static;
    }

    .element__pictures {
        flex-wrap: wrap;
    }

    .element-picture {
        width: 100%;
    }

    .element-picture-slider {
        width: 100%;
        margin: 10px 0;
        order: 0;
    }

    .element__btns [data-element="buy-button"] {
        padding: 8px 10px;
    }

    .element-sklads__title {
        font-size: 14px;
    }

    .element-sklads__item {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .element-title h1{
        line-height: initial;
    }

    .element-treeprop {
        min-height: 0;
    }

    .element-description{
        margin: 40px 0;
    }

    .element-container {
        flex-direction: column;
    }

    .element-aside {
        display: none;
    }

    .element-aside-mobile{
        width: 100%;
        margin: 0;
        position: static;
        display: block;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .element-tabs [data-tab-id="certificates"] {
        display: none;
    }

    .element-tab-content {
        padding: 20px 10px;
    }

    .element__pictures {
        max-width: 100%;
    }

    .element-btns-small {
        justify-content: space-between;
    }

    .element-prop-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .element-main{
        width: 100%;
    }
}


@media (max-width: 550px) {
    .element-title h1 {
        font-size: 20px;
    }

    .element__btns {
        padding: 8px 10px 0;
    }

    .element__btns button {
        font-size: 11px;
    }

    .element__btns button.btn-link--ic {
        padding: 8px 10px;
        width: auto;
    }
}

@media (max-width: 350px) {
    .element__btns button {
        font-size: 12px;
        padding: 15px 13px;
    }
}


.element-delivery {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--gray);
    margin-top: 20px;
    border: 1px solid var(--link-color);
}

.element-delivery .btn-clear {
    color: var(--link-color)
}

.element-goods-slider .slider-section{
    margin: 40px 0;
    padding: 40px 0;
}
.element-goods-slider .main-section{
    padding: 0;
    margin: 0;
}
.element-goods-slider:nth-child(odd){}
.element-goods-slider:nth-child(odd) .slider-section{
}
.element-goods-slider:nth-child(odd) .title-container{}
.element-goods-slider:nth-child(even){}
.element-goods-slider:nth-child(even) .slider-section{
    background: #F5F5F5;
}
.element-goods-slider:nth-child(even) .title-container{}

.bx_catalog-compare-list{
/*    display: none !important;*/
}
/* End */
/* /local/templates/box/components/bitrix/catalog/shop/style.css?17139621633431 */
/* /local/templates/box/components/bitrix/catalog.element/us/templates/us/style.css?172802976812800 */
