

/* Start:/local/templates/box/components/bitrix/catalog/shop/style.css?17128284334096*/
.catalog-header-list {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-flow: row nowrap;
	width: 100%;
}

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

.catalog-sort {
	color: var(--black);
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 4px 0px;
	margin-bottom: 24px;
}

.catalog-sort::before {
	content: attr(data-name);
	color: var(--night-gray);
}

.catalog-sort__item a {
	color: var(--black);
	text-decoration: none;
}

.catalog-sort__item--selected a {
	color: var(--green);

}

.catalog-sort__item--hide {
	display: none;
}

.catalog-sort__item--selected.up a::after {
	content: '↑';
}

.catalog-sort__item--selected.down a::after {
	content: '↓';
}

.catalog-title h1 {
	margin: 0 0 24px 0;
}

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

	.filter-tile {
		display: flex;
		justify-content: space-between;
		background: white;
		border-left: 0;
		border-right: 0;
		padding: 8px 20px;
		margin: 0 -20px 8px -20px;
		width: calc(100% + 40px);
		z-index: 10;
	}

	.filter-tile--sticky {
		position: sticky;
		top: -1px;
	}

	.filter-tile--sticky.isSticky {
		border-bottom: 1px solid var(--stroke-line);
	}

	.filter-tile .ui-select {
		display: flex;
	}

	.filter-tile .ui-select select {
		border-color: #fff;
		color: var(--black);
		align-items: center;
		font-weight: 500;
		position: relative;
		font-size: 14px;
		letter-spacing: 0.28px;
		padding-left: 0;
	}

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

	.catalog-container {
		padding-top: 16px;
	}

}

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

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

	.catalog-title h1 {
		margin-bottom: 16px;
	}
}

.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?171834927612233*/
/* FIX slick */

.element-picture .slick-track {
    display: flex;
}

.element-picture, .element__pictures-wrapper {
    display: flex !important;
    flex-direction: column;
    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;
}

.element-picture-slider__item--video video,
.element-picture__item--video video {
    width: 100%;
    height: 100%;
}

.fancybox__content video{
    display: block !important;
}

.element-picture-slider .slick-track {
    display: flex;
}

.element-picture-slider {
    display: flex;
    position: relative;
}

.element-picture-slider__item {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% / 3 - 6px);
}

.slick-initialized .element-picture-slider__item, .element-picture-slider__item:first-child {
    position: relative;
    right: 0;
}

.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-title h1 {
    margin: 0 0 24px 0;
}

.element__pictures {
    display: flex;
    flex-direction: column;
    /* padding-bottom: 96px; */
}

.element__pictures img {
    width: 100%;
    max-height: 100%;
    object-fit: scale-down;
    aspect-ratio: 1;
}

.element-picture, .element__pictures-wrapper {
    width: 100%;
}

.element-picture-slider {
    width: 100%;
    order: 1;
    max-width: 334px;
    margin: 10px auto 0;
}

.element-picture-slider .slick-arrow {
    position: absolute;
    top: 0;
    transform: none;
    bottom: 0;
    width: 24px;
    height: 100%;
    left: auto;
    right: auto;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.element-badges {
    display: flex;
    align-items: flex-start;
    z-index: 1;
    gap: 8px;
    margin-bottom: 32px;
}

.badge {
    color: var(--dark-green);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 9px 10px;
    background: var(--light-green);
    border-radius: 4px;
}

.element-picture-slider .slick-arrow svg {
    height: auto;
    width: 24px;
}

.element-picture-slider .slick-next {
    right: -24px;
}

.element-picture-slider .slick-prev {
    left: -24px;
}

.element-picture-slider__item {
    display: flex;
    margin: 7.5px 6px;
    cursor: pointer;
    background: #fff;
}

.element-picture-slider__item .picture {

    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.element-picture-slider__item {
    border-radius: 8px;
    border: 2px solid transparent;
    overflow: hidden;
}

.element-picture-slider__item.slick-current {
    border: 2px solid var(--green, #00B38C);

}

.element-container {
    display: flex;
    align-items: stretch;
    border-top: 1px solid var(--stroke-line);
    border-bottom: 1px solid var(--stroke-line);
}

.element__pictures {
    width: 40%;
    max-width: 483px;
    position: sticky;
    top: 20px;
}

.element__info {
    background: var(--white);
    padding: 32px 40px 24px 40px;
    position: sticky;
    top: 20px;
    flex: 1;
}

.element__info:last-child {
    border-left: 1px solid var(--stroke-line);
    padding: 32px 0px 40px 40px;
    max-width: 318px;
}

.element__prices {
    display: flex;
    align-items: center;
    gap: 8px;
}

.element__price {
    color: var(--black, #293133);
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
}

.element__price--old {
    color: var(--night-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: line-through;
}

.element__info-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin: 24px 0 14px;
}

.element__row--justify {
    display: flex;
    justify-content: space-between;
}

.element-prop {
    --el-margin: 6px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--el-margin) * -1);
}

.element-prop.ui-select {
    margin: 0;
    max-width: 285px;
}


.element-prop .element-prop__item {
    margin: var(--el-margin);
}

.element-prop-razmer {
    color: var(--green);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    margin-top: 12px;
}

.element-props__item {
    font-size: 14px;
    line-height: 20px;

    display: flex;
    justify-content: space-between;
}

.element-props__item {
    margin-top: 14px;
}

.element-props__item span:first-child {
    color: var(--night-gray);
    flex: 1;
    display: flex;
}

.element-props__item span:first-child::after {
    content: '';
    flex: 1;
    border-bottom: 1px dotted var(--night-gray);
    display: block;
    position: relative;
    top: -5px;
    margin: 0 5px;
}

.element__btns {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.element__btns button {
    margin-right: 10px;
    width: 100%;

}

.element__btns button:last-child {
    margin-right: 0;
}

.element-header--sticky {
    position: sticky;
    top: -1px;
    z-index: var(--z-index-element);

    opacity: 0;
    visibility: hidden;
}

.element-header--sticky.isSticky {
    opacity: 1;
    visibility: visible;

    transition: all 0.3s ease;
}

.element-header-wrapper {
    margin-top: 94px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);

}

.element-header-img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    object-fit: cover;
}


.element-header .element-header-row {
    padding-top: 9px;
    padding-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.element-header-info {
    display: grid;
    grid-template-columns: 70px 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    align-items: center;
    justify-items: start;
    flex: 1;
}

.element-header .line-vertical {
    height: 48px;
}

.element-header .btn-link {
    width: 250px;
    max-width: 100%;
}

.element-header-img {
    grid-area: 1 / 1 / 3 / 2;
}

.element-header-title {
    grid-area: 1 / 2 / 2 / 4;
}

.element-header-info .stars {
    grid-area: 2 / 2 / 3 / 4;
}

.element-header-title {
    color: var(--black, #2A2E28);
    font-size: clamp(16px, 1.5vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.prop-disabled {
    display: none;
}

.buy1click {
    display: none;
}

.element-top__btn[data-wishlistid] svg path {
    stroke: var(--green) !important
}

.element-top__btn.liked[data-wishlistid] svg {
    fill: var(--green) !important
}

.element-top__btn[data-wishlistid] span::before {
    content: 'В избранное';
}

.element-top__btn[data-wishlistid].liked span::before {
    content: 'В избранном';
}

#errorBuy1Click {
    color: #e20338;
    margin-top: 10px;
}

.element-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.element-top__col {
    display: flex;
    gap: 16px;
}

.element .stars::after {
    display: none;
}

.element .stars::before {
    content: attr(data-stars-count)" отзывов";
    margin-left: 8px;
    font-size: 14px;
}

.element-top__btn {
    display: flex;
    align-items: center;
    gap: 4px;

    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.element-articul {
    color: var(--night-gray);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.element-deliverys {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-top: 32px;
}

.element-delivery {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--gray);
}

.element-delivery__title {
    color: var(--black, #293133);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.element-delivery__title button {
    color: var(--green);
}

.element-delivery__description {
    color: var(--night-gray);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin: 0 5px !important;
}

#shop-popup .ui-popup__container{
    max-width: 1180px;
    width: calc(100% - 40px);
    padding: 32px 40px;
}


@media (max-width: 1240px) {}

@media (max-width: 992px) {
    .element-picture-slider {
        display: none !important;
    }

    .slick-slide img {
        margin: auto;
    }

    .element-picture, .element__pictures-wrapper {
        padding: 0;
    }

    .element__info {
        padding: 20px;
    }

    .slider-nav {
        display: none;
    }

    .element-container {
        flex-wrap: wrap;
    }

    .element__info,
    .element__pictures {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .element__pictures {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }

    .element__info, .element__pictures {
        position: static;
    }

    .element__info {
        width: 100%;
    }

    .element__pictures {
        flex-wrap: wrap;
    }

    .element-picture, .element__pictures-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }

    .element-picture-slider {
        width: 100%;
        margin: 10px 0;
        order: 0;
    }

    .element__info {
        order: 3;
    }


    .element__info:last-child,
    .element__info {
        padding: 0;
        border: 0;
        max-width: 100%;
    }

    .element__info:last-child {
        order: 2;
        margin-bottom: 40px;
    }

    .element-badges {
        position: absolute;
        top: 16px;
        z-index: 1;
    }

    .element-container {
        position: relative;

    }
}


@media (max-width: 767px) {
    .element-top {
        flex-direction: column;
    }

    .stars {
        margin-right: auto;
    }


    .element-top__btn span {
        display: none;
    }

    .element-title h1 {
        margin-bottom: 8px;
    }

    .element-articul {
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 16px;
    }

    .element-top {
        margin-bottom: 16px;
    }

    .element-container {
        padding-top: 16px;
        position: relative;

    }

    /* .element__pictures {
        padding-bottom: 40px;

    } */

    .element-top__col:last-child {
        order: -1;
    }

    .element__info:last-child {
        margin-bottom: 8px;
        padding-bottom: 32px;
        border-bottom: 1px solid var(--stroke-line);
    }

    .element-header--sticky{
        display: none;
    }
}


@media (max-width: 550px) {

    .element__btns {
        padding: 0;
        margin-top: 24px;
    }

    .element-container {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }

    .element__btns button.btn-link--ic {
        padding: 8px 10px;
        width: auto;
    }

    .ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon{
        width: 50px !important;
        height: 50px !important;
    }
    #shop-popup .shop-item-price.element__prices {
        margin: 10px 0px;
    }
}



/* End */


/* Start:/local/templates/box/style/shopList.css?17128284327172*/
#popupShops_background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popupShops_background {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#popupShops {
    margin: auto;
    height: 600px;
    background: #fff;
    padding: 0;
}

.glyphicon-remove {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

#popupShops #map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.nullValue {
    border-color: red !important
}

[data-element='shop-popup'] {
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

[data-element="shop-popup-overlay"] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(128, 128, 128, 0.5);
    z-index: 101;
}

.shop-list-content {
    display: flex;
    max-height: 100%;
    position: relative;
    border-top: 1px solid var(--stroke-line);
}

.shop-list-container .shop-map {
    /*width: calc(100% - 400px);
    height: 400px;*/

    width: 100%;
    height: 100%;
}

.shop-list-container .shop-map>div {
    width: 100%;
    height: 400px;
    /*    height: 600px;*/
}

.shop-list-container.container {
    max-width: 950px;
    width: 100%;
    padding: 25px 15px 25px 25px !important;
}

.shop-list-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}

.city-select.dropdown {
    text-align: center;
    width: 100%;
}

.city-select__current {
    width: 100%;
}

.shop-list-list {
    height: 100%;
}

.shop-list-list .dropdown-content {
    top: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 1px solid #aa8851;
    background-color: #f3e9d4;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.shop-list-list-ul {
    /*    max-width: 350px;*/
    padding: 5px;

    height: 100%;
    overflow-y: auto;

    margin: 0;
}

.shop-list-list-ul::-webkit-scrollbar {
    width: 4px;
}

.shop-list-list-ul::-webkit-scrollbar-track {
    background-color: var(--light-green);
    border-radius: 4px;

}

.shop-list-list-ul::-webkit-scrollbar-thumb {
    background: var(--link-color);
    border-radius: 4px;

}

.shop-list-list-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0px 0px 15px 0px; */
    padding: 10px;
}

.shop-list-list-ul .shop-item-name,
.shop-list-list-ul .shop-item-address,
.shop-list-list-ul .shop-item-phone,
.shop-list-list-ul .shop-item-email,
.shop-list-list-ul .shop-item-worktime,
.shop-list-list-ul .shop-item-btn {
    width: 25%;
    /* padding: 0 5px; */
}



.shop-item-address {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.shop-item-info,
.shop-item-worktime {
    color: var(--night-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.shop-item-info {
    width: 27%;
}

.shop-list-list-ul .shop-item-name {
    color: #8e6b36;
}

.shop-list-list-ul .shop-item-btn {
    text-align: center;
}

.shop-list-list-ul .shop-item-btn a {
    color: #333;
    padding: 5px;
    max-width: 130px;
    width: 100%;
    border: 1px solid #333;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
}

.shop-list-list-ul .shop-item-btn a:hover {
    color: #fff;
    background: #8e6b36;
    border: 1px solid #8e6b36;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
    text-decoration: none;
}

.shop-list-list-ul .shop-item-phone {
    /*text-align: center;*/
}

.shop-list-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .shop-list-container.container {
        max-width: 875px !important;
    }
}

.shop-list-list-ul .shop-item-name, .shop-item-address {
    /* width: 100%; */
    /* margin: 0px 0px 20px 0px; */
    /*    text-align: center;*/
}

.shop-list-list-ul li {
    padding: 24px 40px;
    border-bottom: 1px solid var(--stroke-line);
}

.shop-list-list-ul li:last-child {
    border: none;
}


@media (max-width: 450px) {
    .shop-list-title.title {
        font-size: 17px;
    }
    .shop-item-info {
        width: initial;
    }
}

.shop-list-list-ul .btn-link {
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    /* margin-top: 15px; */
    max-width: 200px;
}

.shop-list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*    border-radius: 4px;*/
    z-index: 1;
    background-color: #fff;
    height: 100%;
    max-width: 100%;
}

.shop-list-message {
    background-color: var(--light-green);
    padding: 16px;
    border-radius: 8px;
    color: var(--main-color);
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.shop-list-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 24px;
}

.shop-list-viewes {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-list-viewes div {
    background: var(--gray);
    border-radius: 4px;
    padding: 13.5px 15px;
    display: inline-block;
    line-height: initial;
    cursor: pointer;
    text-align: center;
    width: calc(50% - 5px);
    font-size: 16px;
    font-weight: 500;
}

.shop-list-viewes div.active {
    background: var(--btn-bg-color);
    color: #fff;
}

.shop-list-search {
    flex: 1;
    position: relative;
}

.shop-list-search input {
    width: 100%;
    height: 48px;
}

.shop-list-search button {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .shop-list-actions {
        flex-wrap: wrap;
    }

    .shop-list-search {
        width: 100%;
        order: -1;
        flex: none;
    }

    .shop-list-list-ul li {
        flex-wrap: wrap;
    }

    .shop-list-content .shop-list-list-ul .shop-item-name,
    .shop-list-content .shop-list-list-ul .shop-item-address,
    .shop-list-content .shop-list-list-ul .shop-item-phone,
    .shop-list-content .shop-list-list-ul .shop-item-email,
    .shop-list-content .shop-list-list-ul .shop-item-worktime,
    .shop-list-content .shop-list-list-ul .shop-item-btn {
        width: 100%;
    }

    .shop-list-list-ul li{
        padding: 24px 20px;
    }

    .shop-item-worktime, .shop-item-address {
        margin-bottom: 12px;
    }
}
/* End */


/* Start:/local/components/custom/find.size/templates/.default/style.css?17128284322699*/
#popupRazmerWhichSize_background, #popupRazmerWhichSizeTsepi_background, #popupRazmerWhichSizeBrasleti_background {
    display: none;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}
#popupRazmerWhichSize_background, #popupRazmerWhichSizeTsepi_background, #popupRazmerWhichSizeBrasleti_background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popupRazmerWhichSize, #popupRazmerWhichSizeTsepi, #popupRazmerWhichSizeBrasleti {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#popupRazmerWhichSize, #popupRazmerWhichSizeTsepi, #popupRazmerWhichSizeBrasleti {
    margin: auto;
    max-width: 400px;
    height: 400px;
    background: #fff;
    /* border: 1px solid rgb(102,204,204); */
    padding: 20px;
}

@media (min-width: 768px){
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.whichsize-modal-title {
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding:20px 0px;
}
.whichsize-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.whichsize-row p{
    margin: 0 0 5px;
}
.whichsize-row img {
    margin-right: 20px;
    width: 40px;
}
.whichsize-input {
    display: flex;
    align-items: baseline;
}
.whichsizes-input {
    margin-right: 20px;
    padding: 3px 5px;
    width: 40px;
    outline: none;
    border: 1px solid #ccc;
    box-shadow: none;
    text-align: center;
    line-height: 1;
}
#whichSizeInfo {
padding: 10px 0px 0px 0px;
font-size: 18px;
}
@media (max-width:380px) {
    .whichsize-row {
        margin-bottom: 15px;
    }
    #whichSizeInfo {
        padding: 0px;
    }
}
@media screen and (max-width: 360px) {
    #popupRazmerWhichSize {
      padding: 13px;
    }
  }

.modal-body input[type='number'] {
    -moz-appearance: textfield;
}

.modal-body input[type='number'] {
    -moz-appearance: textfield;
}

.modal-body input::-webkit-outer-spin-button,
.modal-body input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/* End */


/* Start:/local/templates/box/components/bitrix/catalog.section/komplect/style.css?17478144921451*/
/* FIX slick */

.main-section-slick .slick-track {
	display: flex;
}

.main-section-slick {
	display: flex !important;
	overflow: hidden;
	margin: 0 -10px;
	--slidesToShow: 4;
}

.main-section__item {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	
}

.main-section-slick>.main-section__item {
	width: calc(100% / var(--slidesToShow) - 20px);
	min-width: calc(100% / var(--slidesToShow) - 20px);
}

.slick-initialized .main-section__item, .main-section__item:nth-child(-n+4) {
	position: relative;
	opacity: 1;
}

@media (max-width: 1200px) {
	.main-section-slick{
		--slidesToShow: 3;
	}
}

@media (max-width: 768px) {
	.main-section-slick {
		--slidesToShow: 2;
	}
}

/* FIX slick */

.main-section__container {
	padding: 0 60px;
}

.main-section {
	margin: var(--margin-default) auto;
	position: relative;
	padding-bottom: 35px;
}

.main-section-slick {
	position: static;
}

.main-section__container .slick-list {
    min-width: 100%;
}

.main-section-slick .slick-list {
	/* margin: 0 -10px; */
}

.main-section__item {
	/* padding: 10px 20px 20px; */
	margin: 10px;
}

.main-section__item:hover {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);

}

.main-section__item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-section .slick-dots {
	/* position: static; */
	margin-top: 20px;
	bottom: -30px;
	/* padding-bottom: 25px; */
	left: 0;
	right: 0;
}

.main-section-relative {
	position: relative;
}
/* End */


/* Start:/local/templates/box/components/bitrix/catalog.item/shop/style.css?17128284334599*/
/* FIX slick */

.catalog-item-slider .slick-track {
	width: 100%;
}

.catalog-item-slider {
	width: 100%;
}

.catalog-item-slider__item {
	position: absolute;
	left: 0;
	top: 0;
}

.slick-initialized .catalog-item-slider__item, .catalog-item-slider__item:first-child {
	position: relative;
}

.catalog-item-slider .slick-dots li button {
	width: 10px;
	height: 10px;
}

/* FIX slick */


.catalog-item {
	background: #FFFFFF;
	/* border: 1px solid #E9E9E9; */
	border-radius: 4px;
	padding: 44px 0 0;
	position: relative;
}

.catalog-item__badges {
	position: absolute;
	display: flex;
	align-items: flex-start;
	top: 7px;
	left: 0;
	z-index: 1;
}

.catalog-item__badges--bottom {
	bottom: 0px;
	top: auto;
}

.badge {
	border-radius: 2px;
	color: var(--main-color-2);
	padding: 6px 6px;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	display: inline-block;

	background: var(--main-color-3);
}

.badge {
	margin-right: 8px;
}

.badge--ves {
	border-radius: 16px;
	background: var(--gray);
	padding: 4px 6px 0px 6px;
	color: var(--night-gray);
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
}

.badge--green {
	background: #62C253;
}

.badge--red {
	background: #E20338
}

.badge--purple {
	background: #782FEF
}

.catalog-item__picture {
	position: relative;
	max-width: 200px;
	margin: 0 auto;
}

.catalog-item__picture picture {
	padding-top: 100%;
	position: relative;

	display: block;
}

.catalog-item__picture img {
	width: 100%;
	height: 100%;
	/* object-fit: contain; */
	object-fit: cover;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	border-radius: 16px;
}

.catalog-item__title {
	font-size: 14px;
	line-height: 143%;
	color: #414042;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3em;
}

.catalog-item__prices {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
}

.catalog-item__price {
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #231F20;
}

.catalog-item__price--old {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: line-through;
	color: var(--night-gray);
	order: -1;
	margin-bottom: 2px;

}

.catalog-item__prices-btns {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.catalog-item__buttons {
	margin-top: 10px;
}

.catalog-item__button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.catalog-item__button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #00B38C;
	border: 2px solid #00B38C;
	position: relative;

}


.catalog-item__button:hover {
	background-color: #2E8572;
	border-color: #2E8572;
}

.catalog-item__button::before,
.catalog-item__button::after {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 4px;

	transition: transform 0.3s ease-in;

}

.catalog-item__button::before {
	transform-origin: center center;
	transform: translate(-50%, -50%) rotate(90deg);
}

.catalog-item__button::after {
	transform: translate(-50%, -50%);
}


.catalog-item__button--active {
	background-color: #fff !important;

}

.catalog-item__button--active::before,
.catalog-item__button--active::after {
	background: #2E8572;
}

.catalog-item__button--active::before {
	transform-origin: top center;
	transform: translate(-22%, 100%) rotate(135deg);
	width: 16px;
}

.catalog-item__button--active::after {
	transform-origin: top center;
	transform: translate(-108%, 200%) rotate(-135deg);
	width: 10px;
}

.catalog-item .catalog-item__favorite {
	position: absolute;
	right: 0px;
	top: 0;
	cursor: pointer;
	z-index: 1;

	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	opacity: 0.9;
	border: 1px solid #E5E5E5;
	border-radius: 50%;

	width: 40px;
	height: 40px;
}

.catalog-item .slick-dots {
	bottom: -12px;
}

.catalog-item .slick-dots li button {
	width: 4px;
	height: 4px;
}

@media (max-width: 1200px) {
	.catalog-item__title {
		font-size: 14px;
	}
}

@media (max-width: 767px) {

	.catalog-item {
		padding: 0;
	}

	.catalog-item__title {
		margin-top: 14px;
		font-size: 13px;
		line-height: 18px;
	}

	.catalog-item__prices {
		flex-wrap: wrap;
		margin-top: 8px;
	}

	.catalog-item__price {
		font-size: 18px;
	}

	.catalog-item__price--old {
		font-size: 13px;
		line-height: 20px;
		line-height: 1;
	}

	.catalog-item__buttons {
		margin-top: 4px;
	}
}


.liked svg {
	fill: var(--green) !important;
	--svg-stroke: var(--green) !important;
}

/* End */


/* Start:/local/templates/box/components/bitrix/system.pagenavigation/more/style.css?17128284321687*/
.pagination-list {
	list-style: none;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.pagination-list__link {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	color: var(--black);
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	margin: 0 8px;
}

span.pagination-list__link {}

.pagination-list__item--active .pagination-list__link {
	border-radius: 4px;
	border: 2px solid var(--green, #00B38C);
	background: var(--light-green, #E5F7F3);
}

.pagination-list__item svg {
	width: 7px;
}

.pagination {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 96px;
	gap: 24px;
}

.pagination-more {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--black);
	background: #fff;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	max-width: 862px;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 56px;

	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
		margin: 0 -5px;
	}

	.pagination-list__link {
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		margin: 0 5px;
	}

	.pagination-list__item {
		display: flex;
	}


}
/* End */


/* Start:/local/components/custom/reviewsNew/templates/.default/style.css?17128284329202*/
.reviews {
    margin: 40px 0;
}

.reviews__title {
    color: var(--black);
    font-size: var(--main-h1-size);
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 24px;
}

.reviews-container {
    display: flex;
    gap: 40px;
}

.reviews-items {
    flex: 1;
}

.review-total {
    width: 318px;
    padding: 0px 0px 40px 40px;
}

.review-total-wrapper--sticky {
    position: sticky;
    top: 20px;
}

.stars::after {
    content: attr(data-stars);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.review-all-raiting {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.review-all-raiting .stars {
    display: flex;
    padding-top: 3.5px;
}

.review-all-raiting .stars::after {
    content: attr(data-stars);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    margin-right: 14px;
    margin-top: -3.5px;
}


.review-all-raiting__text {
    margin: 8px 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.review-all-raiting__count {
    margin: 8px 0 16px;
}

.review-total__progress {
    margin-bottom: 16px;
}

.progress {
    position: relative;
}

.progress-bar {
    accent-color: var(--green);
    -webkit-appearance: none;
    border-radius: 8px;
    overflow: hidden;
    height: 6px;
    width: 100%;
    border: 0;
}

.progress-bar::after {
    content: attr(value);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.progresse__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.progress-bar::-webkit-progress-bar {
    background: var(--gray);

}

.progress-bar::-webkit-progress-value {
    background-color: var(--green);

}

.progress-bar::-moz-progress-bar {
    background: var(--green);
}

.review-item {
    gap: 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.review-item--comment {
    background: var(--gray);
    padding: 24px;
    border-radius: 16px;
    margin-left: 56px;
    position: relative;
}

[data-reviews-zoom]{
    cursor: pointer;
}

.review-item--comment::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='60' viewBox='0 0 24 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.0473 33.8911H10.3134L10.3134 25.9856L13.559 29.2312L14.9733 27.817L9.31641 22.1602L3.65955 27.817L5.07377 29.2312L8.31939 25.9856L8.31939 35.8851L21.0473 35.8851L21.0473 33.8911Z' fill='%23697279'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 60px;
    background-position: center;
    position: absolute;
    left: -40px;
    top: 0;
}

.review-item__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-item__user {
    display: flex;
    align-items: center;
    gap: 16px;
}

.review-item__info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-item__info .stars::after {
    display: none;
}

.review-item__avtar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 44px;
    height: 44px;

    color: var(--green);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;

    border-radius: 50%;
    border: 1px solid var(--stroke-line);
    background: var(--light-green);
}

.review-item__name {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;

    margin: 0;
}

.review-item__name.files--name {
    margin-top: 10px;
}

.stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.stars svg {
    width: 16px;
    height: 16px;
    --svg-fill: var(--gray-2);
    --svg-stroke: var(--gray-2);
}

.stars {
    flex-direction: row-reverse;
}

.stars[data-stars='1'] svg:last-child {
    --svg-fill: var(--green);
    --svg-stroke: var(--green);
}

.stars[data-stars='2'] svg+svg+svg+svg {
    --svg-fill: var(--green);
    --svg-stroke: var(--green);
}

.stars[data-stars='3'] svg+svg+svg {
    --svg-fill: var(--green);
    --svg-stroke: var(--green);
}

.stars[data-stars='4'] svg~svg {
    --svg-fill: var(--green);
    --svg-stroke: var(--green);
}

.stars[data-stars='5'] svg {
    --svg-fill: var(--green);
    --svg-stroke: var(--green);
}

.review-item__date {
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.review-item__images {
    display: flex;
    gap: 12px;
}

.review-item__video,
.review-item__image {
    border-radius: 8px;
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.review-item__title {
    color: var(--black, #293133);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
}

.review-item__title--small {
    color: var(--night-grey, #697279);
    font-weight: 400;
    line-height: 20px;
}

.review-item__likes .review-item__title {
    width: 100%;
}

.reviews-files {
    display: flex;
    gap: 12px;
    /* margin: 16px 0 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--stroke-line); */
    margin: 20px 0px;
}

.reviews-file img {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
}

.reviews-file video{
    width: 72px;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
}

.likes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.likes input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.like-item label {
    cursor: pointer;
}

.like-item span {
    border-radius: 100px;
    background: var(--gray, #F4F6F6);
    border: 2px solid var(--gray, #F4F6F6);
    padding: 6px 14px;

    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.like-item span:hover {
    border: 2px solid var(--green, #00B38C);
    background: var(--light-green, #E5F7F3);
}


.like-item span::after {
    content: attr(data-count);
    color: var(--black, #293133);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.like-item input:checked+span {
    border: 2px solid var(--green, #00B38C);
    background: var(--light-green, #E5F7F3);
}

.like-item input[value="dislike"]:checked+span path {
    fill: var(--red);
    stroke: var(--red);
}

.review-item__text p {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.review-total__btn {
    width: 100%;
}

.review-raiting-list {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 24px;
}

.review-raiting__item {
    display: flex;
    align-items: center;
    gap: 17px;
    width: 100%;
}

.review-raiting__item .stars svg {
    --svg-fill: var(--green) !important;
    --svg-stroke: var(--green) !important;
}

.review-raiting__item .stars::after {
    width: 11px;
}

.review-raiting__item .progress {
    flex: 1;
    margin-bottom: 0;
    display: flex;
}

.review-raiting__item .progress-bar::after {
    display: none;
}

.review-total-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
}


#reviews-form form {
    display: flex;
    flex-wrap: wrap;
}

#reviews-form form>* {
    width: 100%;
}


#reviews-form .ui-input--stars {
    width: 50%;
    margin: 20px 0 0;
}

#reviews-form .file-selectdialog {
    background: var(--light-green);
    border-radius: 4px;
    border-color: var(--main-color);
    box-shadow: none;
}

#reviews-form .file-selectdialog .file-extended .file-selector {
    padding: 24px;
}

#reviews-form .file-selectdialog .file-extended .file-selector:hover {
    padding: 21px;
}

#reviews-form .file-selectdialog .file-extended .file-selector .file-load-img {
    background: none;
    display: none;
}

#reviews-form .file-selectdialog .file-extended .file-uploader .file-but-text {
    color: var(--green);
}

#reviews-form .file-placeholder .files-list td {
    box-shadow: 0 -2px 0 -1px var(--green) inset;
}

#reviews-form .file-placeholder .f-wrap {
    color: var(--green);
}

@media (max-width: 992px) {
    .review-total {
        order: -1;
        padding: 0;
        width: 100%;
    }

    .reviews-container {
        flex-direction: column;
    }

    .review-raiting-list {
        display: none;
    }
}
@media (max-width: 576px) {
    .review-item__info {
        margin-top: 10px;
    }
    .review-item__top.review--user {
        display: block;
    }
    .review-item__name.files--name {
        margin-top: 20px;
    }
    
}
    
/* End */


/* Start:/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/style.min.css?17128277358780*/
.file-placeholder{margin-left:56px}.file-placeholder .loading-wrap{display:inline-block;margin-left:15px;vertical-align:middle;position:relative;width:50%}.file-placeholder .loading{background:#e3ebed;display:block;border:1px solid;border-top:1px solid #bcc2c4;border-left-color:#cfd7d9;border-right-color:#cfd7d9;border-bottom:1px solid #dde5e6;border-radius:2px;height:17px;-webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);-moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);}
.file-placeholder .loading .del-but {
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 7px -20px; cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px}.file-placeholder .load-indicator{background:#40c0e9;background:linear-gradient(top,#40c0e9,#2698db);background:-moz-linear-gradient(top,#40c0e9,#2698db);background:-o-linear-gradient(top,#40c0e9,#2698db);background:-ms-linear-gradient(top,#40c0e9,#2698db);background:-webkit-gradient(linear,left top,left bottom,from(#40c0e9),to(#2698db));border-radius:2px;color:#fff;font-size:12px;height:19px;text-align:center;text-shadow:0 1px 0 rgba(56,124,162,1);left:0;top:0;position:absolute}.file-placeholder .load-number{display:inline-block;box-sizing:border-box;padding-top:2px;}
.file-placeholder .files-title {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat; color:#5c6470;font-size:12px;text-shadow:0 1px 0 rgba(255,255,255,0.8);left:13px;top:12px;width:54px;padding-left:20px;position:absolute}.file-placeholder .files-list-wrap{margin-left:56px}html* .file-placeholder .files-list{width:auto !important}.file-placeholder .files-list{margin-top:-10px;table-layout:fixed;width:100%;position:relative}.file-placeholder .files-list td{box-shadow:0 -2px 0 -1px #fff inset;border-bottom:1px solid #dde5e8;color:#5c6470;font-size:12px;line-height:16px;padding:10px 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;zoom:1}.file-placeholder .file-edit,.file-placeholder .file-section{display:none}.file-placeholder .files-name{width:30%}.file-placeholder .files-size{width:12%}.file-placeholder .files-storage{width:20%}.file-placeholder .files-storage .files-storage-text{display:inline-block;width:80px;color:#5c6470}.file-placeholder .files-storage-block{position:relative}.file-placeholder .files-text{-moz-box-sizing:border-box;color:#2067b0;display:inline-block;font-weight:bold;max-width:100%;padding-right:20px;position:relative;zoom:1}.file-placeholder .error-load .files-text{color:#b00}.file-placeholder .f-wrap{display:inline-block;overflow:hidden;width:100%;word-wrap:break-word;zoom:1;}
.file-placeholder .del-but {
	background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 0 0; cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px}.file-placeholder .files-text .del-but{background-position:6px -19px;display:inline-block;margin-top:-2px;position:static;vertical-align:top}.file-placeholder .loading .del-but{background-position:7px -20px;top:0}.file-placeholder .files-storage-block .del-but{background-position:7px -20px;top:0;}
.file-placeholder .info-icon {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -112px -60px; display:inline-block;height:16px;margin-right:10px;vertical-align:middle;width:17px}.file-placeholder .stor-place{display:inline-block;margin-left:10px;vertical-align:top}.file-placeholder .stor-text{display:inline-block;border-bottom:1px solid #5c6470;}
.file-placeholder .stor-pl-arrow {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -130px -23px; display:inline-block;margin-left:10px;height:5px;vertical-align:middle;width:3px;}
.file-placeholder .edit-stor {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 4px -64px; display:none;height:15px;margin-left:0;vertical-align:middle;width:15px}.file-placeholder .files-path,.file-placeholder .files-path:visited,.file-placeholder .files-path:active,.file-placeholder .files-path:link,.file-placeholder .files-path:hover{border-bottom:1px dashed #5c6470;display:inline-block;color:#5c6470;text-decoration:none}.file-placeholder .files-placement,.file-placeholder .files-placement:visited,.file-placeholder .files-placement:active,.file-placeholder .files-placement:link,.file-placeholder .files-placement:hover{display:inline-block;color:#5c6470;text-decoration:none}.file-selectdialog{-moz-border-bottom-colors:none;-moz-border-image:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none repeat scroll 0 0 #f4f8f9;border-color:#ced0d1 #ced1d1 #d3d7d8;border-radius:2px 2px 2px 2px;border-style:solid;border-width:1px;box-shadow:0 1px 2px -1px rgba(164,164,164,0.698) inset;margin-bottom:11px;overflow:hidden;padding:13px 30px 0 0;position:relative;display:none}.file-selectdialog .file-placeholder{margin-left:56px}.file-selectdialog .file-simple .file-placeholder{margin-top:0;margin-left:90px;}
.file-selectdialog .file-label {
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -146px -186px; color:#5c6470;font-size:12px;left:13px;padding-left:20px;position:absolute;text-shadow:0 1px 0 rgba(255,255,255,0.8);top:12px;width:54px;line-height:20px}.file-selectdialog .file-extended .file-selector{border-radius:5px 5px 5px 5px;color:#a0aeb5;font-size:17px;font-weight:bold;line-height:26px;margin:30px 0 10px;padding:24px 3px 43px 191px;position:relative;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.file-selectdialog .file-extended .file-selector-active{background-position:57px -88px;border:3px dashed #d4dde1;padding:21px 0 40px 190px}.file-selectdialog .file-extended .file-selector:hover{border:3px dashed #d4dde1;padding:21px 0 40px 188px;}
.file-selectdialog .file-extended .file-load-img {background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/loading-place-img.gif") no-repeat 0 0; height:79px;left:58px;top:20px;position:absolute;width:90px}.file-selectdialog .file-extended .file-selector:hover .file-load-img{background-position:0 -104px;left:55px;top:17px}.file-selectdialog .file-extended .file-uploader{color:#2067b0;display:inline-block;overflow:hidden;position:relative;vertical-align:top}.file-selectdialog .file-extended .file-uploader .file-but-text{cursor:pointer;display:block;width:100%;height:100%}.file-selectdialog .file-uploader .file-fileUploader{font-size:120px;height:85px;opacity:0;filter:alpha(opacity=0);position:absolute;right:0;top:-20px;cursor:pointer}.file-selectdialog .file-uploader .file-filemacos{left:0 !important}.file-selectdialog .file-label2{color:#5c6470;font-size:12px;margin-left:58px;padding-bottom:11px}.file-selectdialog .file-simple,.file-selectdialog .file-extended{display:none;margin-left:30px}.file-selectdialog .file-simple .file-label2{margin-top:20px}.file-selectdialog .file-simple .file-selector{color:#5c6470;overflow:hidden;height:30px;font-weight:bold;margin:6px 0 6px 90px;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.file-selectdialog .file-simple .file-uploader{overflow:hidden;position:relative;display:inline-block;margin:0 15px 0 0;vertical-align:middle;cursor:pointer;}
.file-selectdialog .file-simple .file-uploader-left{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 0px -240px; display:inline-block;height:25px;vertical-align:top;width:4px;}
.file-selectdialog .file-simple .file-uploader-right{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -7px -240px; display:inline-block;height:25px;vertical-align:top;width:4px;}
.file-selectdialog .file-simple .file-but-text{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") repeat-x 0 -267px; color:#7a808c;display:inline-block;font-size:12px;font-weight:bold;height:25px;padding:2px 10px 0;text-shadow:0 1px 0 rgba(255,255,255,0.8);vertical-align:top}.feed-add-photo-block-wrap{margin-top:-17px}.feed-add-photo-block{display:inline-block;margin:17px 17px 0 0;min-height:92px;width:102px;padding-right:21px;position:relative;vertical-align:top}.feed-add-photo-block .feed-add-post-del-but{background-position:6px -19px;background-color:#fff;height:22px;top:1px;z-index:0}.feed-add-img-wrap{background:#fff;border:1px solid #e2e6e6;-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);box-shadow:0 0 2px rgba(137,137,137,0.3);display:block;text-align:center;padding:4px;position:relative;z-index:2}.feed-add-img-title{color:#2067b0;display:block;font-weight:bold;font-size:12px;margin-top:3px;overflow:hidden}.feed-add-photo-block .feed-add-close-icon{background-color:#fff;background-position:8px -19px;height:22px;top:1px;right:1px;width:22px}.feed-add-photo-block .feed-add-close-icon:hover{background-position:-57px -60px;}

.feed-add-post-del-but {
	background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat; cursor:pointer;right:0;top:0;height:20px;position:absolute;width:20px}
/* End */


/* Start:/local/templates/box/components/bitrix/catalog.section/shop-slider/style.css?17128284332012*/
/* FIX slick */

.main-section-slick .slick-track {
	display: flex;
}

.main-section-slick {
	display: flex !important;
	overflow: hidden;
	--slidesToShow: 5;
}

.main-section__item {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.main-section-slick>.main-section__item {
	width: calc(100% / var(--slidesToShow));

}

.slick-initialized .main-section__item, .main-section__item:first-child {
	position: relative;
	opacity: 1;
	z-index: 1;
}

.main-section .slick-arrow {
	margin-top: 40px;
}

.title-container {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.title-container a {
	color: var(--green);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	text-decoration: none;
	display: flex;
	align-items: center;
}



@media (max-width: 1200px) {
	.main-section-slick {
		--slidesToShow: 3;
	}
}

@media (max-width: 768px) {
	.main-section-slick {
		--slidesToShow: 2;
	}
}

/* FIX slick */

.main-section__container {
	padding: 0 60px;
}

section.main-section {
	margin: 56px auto;
	position: relative;
}

.main-section-wrapper {
	padding-top: 40px;
	border-top: 1px solid var(--stroke-line);

}

.main-section .main-section-slick {
	position: static;
}

.main-section__container .slick-list {
	min-width: 100%;
}

.main-section-slick .slick-list {
	/* margin: 0 -10px; */
}

.main-section__item {
	padding: 16px 16px;
}

.main-section__item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-section .slick-dots {
	/* position: static; */
	margin-top: 20px;
	bottom: -30px;
	/* padding-bottom: 25px; */
	left: 0;
	right: 0;
}

.main-section-relative {
	position: relative;
}


@media (max-width: 768px) {
	.main-section-wrapper {
		padding-top: 32px;
	}

	section.main-section {
		margin: 32px auto;
	}

	.main-section__item {
		padding: 16px 0 0 0;
		margin: 0 8px;
	}

	.main-section-slick {
		margin: 0 -8px;
	}

	.main-section-slick>.main-section__item {
		width: calc(100% / var(--slidesToShow) - 16px);
	}

}
/* End */


/* Start:/local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17128284321595*/
.pagination-list {
	list-style: none;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.pagination-list__link {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	color: var(--black);
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	margin: 0 8px;
}

span.pagination-list__link {}

.pagination-list__item--active .pagination-list__link {
	border-radius: 4px;
	border: 2px solid var(--green, #00B38C);
	background: var(--light-green, #E5F7F3);
}

.pagination-list__item svg {
	width: 7px;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 96px;
}

.pagination-more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 56px;

	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
		margin: 0 -5px;
	}

	.pagination-list__link {
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		margin: 0 5px;
	}

	.pagination-list__item {
		display: flex;
	}


}
/* End */
/* /local/templates/box/components/bitrix/catalog/shop/style.css?17128284334096 */
/* /local/templates/box/components/bitrix/catalog.element/us/templates/us/style.css?171834927612233 */
/* /local/templates/box/style/shopList.css?17128284327172 */
/* /local/components/custom/find.size/templates/.default/style.css?17128284322699 */
/* /local/templates/box/components/bitrix/catalog.section/komplect/style.css?17478144921451 */
/* /local/templates/box/components/bitrix/catalog.item/shop/style.css?17128284334599 */
/* /local/templates/box/components/bitrix/system.pagenavigation/more/style.css?17128284321687 */
/* /local/components/custom/reviewsNew/templates/.default/style.css?17128284329202 */
/* /bitrix/components/bitrix/main.file.input/templates/drag_n_drop/style.min.css?17128277358780 */
/* /local/templates/box/components/bitrix/catalog.section/shop-slider/style.css?17128284332012 */
/* /local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17128284321595 */
