

/* Start:/local/templates/.default/components/bitrix/news/selection/style.css?17888748058104*/
/* Специфичность .x.x поднята намеренно: класс делит элемент с классом,
   оставшимся в css/style.css, и в монолите объявлялся позже — то есть перекрывал его.
   После выноса файл компонента грузится раньше, и без удвоения правило проигрывает. */
/* Перенесено из css/style.css */
.catalog__bottom-caption-block{padding-bottom: 36px;}
.catalog__bottom-caption{font: 400 16px/120% 'Oceanic Grotesk Compact', sans-serif; color: #1E1E1E80;}
@media screen and (max-width: 1100px) {
	.catalog__bottom-caption-block{padding-bottom: 30px;}
}
@media screen and (max-width: 767px) {
	.catalog__bottom-caption-block{padding-bottom: 24px;}
	.catalog__bottom-caption{font-size: 14px;}
}
.slider_photos .arrow{width: 54px;height: 54px; flex-shrink: 0; border-radius: 50%; overflow: hidden;display: block; cursor: pointer;position: absolute;top:50%; transform:translateY(-50%); z-index: 2; background: url('/local/templates/.default/img/icon__slide-arrow.svg') no-repeat center center / 14px 14px, #fff; box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.06);}
.slider_photos .arrow.slick-disabled{opacity: 0 !important;}
.slider_photos .arrow--prev{left: -74px;transform:translateY(-50%) rotate(180deg);}
.slider_photos .arrow--next{right: -74px;}
.slider_photos .slick-dots {padding-top: 20px;display: none !important; align-items: center; gap: 10px 4px; margin: 0 auto; flex-wrap: wrap;}
.slider_photos .slick-dots li {display:flex; pointer-events: none;}
.slider_photos .slick-dots li button {font-size: 0;width: 20px;height: 3px;min-width: 0;padding: 0;border: none;border-radius: 20px;background-color: #F1F1F7;}
.slider_photos .slick-dots .slick-active button {background-color: #FF0000;}
@media screen and (max-width: 1470px) {
	.slider_photos .arrow--next{right: 0;}
	.slider_photos .arrow--prev{left: 0;}
}
@media screen and (max-width: 1100px) {

	.slider_photos .slick-dots {display: flex !important;margin: 0;padding-top: 0;}
}

.selection-faq {
	display: flex;
	gap: 20px;
	flex-direction: column;
	padding-bottom: 36px;
}

.product-details-instructions-main__list--faq.product-details-instructions-main__list--faq {
	gap: 16px;
}

.product-details-instructions-main__item--faq.product-details-instructions-main__item--faq {
	border-radius: 20px;
	padding: 20px;
	background-color: #F1F1F7;
	border: none;
}

.product-details-instructions-main__item-questions--faq {
	padding: 0;
}

.product-details-instructions-main__item-questions--faq h3 {
	font: 700 18px/22px 'Oceanic Grotesk Compact', sans-serif;
	color: #707070;
}

.product-details-instructions-main__item--arrow-faq {
	width: 16px;
	height: 16px;
	background: url('/local/templates/.default/img/faq--icon-arrow.svg') no-repeat center center / contain;
	flex-shrink: 0;
	transform: rotate(180deg);
}

.product-details-instructions-main__item-answer--faq.product-details-instructions-main__item-answer--faq {
	font: 400 16px/20px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E;
}

.product-details-instructions-main__item--faq.open .product-details-instructions-main__item-answer--faq {
	padding: 0;
}

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

	.product-details-instructions-main__item-questions--faq h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.product-details-instructions-main__item-answer--faq.product-details-instructions-main__item-answer--faq {
		font-size: 14px;
		line-height: 17px;
	}

	.selection-faq {
		padding-bottom: 30px;
	}

	.product-details-instructions-main__list--faq.product-details-instructions-main__list--faq {
		gap: 12px;
	}
}
.product-verified {
    padding: 22px 0 0 0;
}

.product-verified__wrapper {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    background: #F1F1F7;
}

.product-verified__image {
    width: 146px;
    height: 146px;
    border-radius: 50%;
    overflow: hidden;
	flex-shrink: 0;
}

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

.product-verified__content {
    margin-left: 20px;
	display: flex;
	gap: 4px;
	flex-direction: column;
}

.product-verified__checked {
    margin: 0 0 -4px 0;
    font-family: 'Oceanic Grotesk Compact', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
}

.product-verified__fio {
    margin: 0;
    font-family: 'Oceanic Grotesk Compact', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
    color: #333333;
}

.product-verified__team-info {
	margin: 0;
	font: 400 16px/21px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E;
}

.product-verified__position {
    margin: 0;
    font-family: 'Oceanic Grotesk Compact', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    color: #FF0000;
}

.product-verified__icon {
	width: 160px;
    margin-left: auto;
	flex-shrink: 0;
}

.product-verified__icon-img {
	width: 100%;
	height: auto;
	object-fit: contain;
	mix-blend-mode: multiply;
}

@media screen and (max-width: 1100px) {
	.product-verified__fio {
		line-height: 40px;
	}
}

.slider_photos .prev {
	left: 0;
	transform: translateY(-50%);
}

.slider_photos .next {
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}

.photos_section {
	padding-bottom: 36px;
}

.photos_section .product-details-instructions-main__title {
	padding-bottom: 20px;
}

.slider_photos {
	margin: 0 auto;
}

.slider_photos .slick-track {
	display: inline-flex;
	align-items: center;
}

.slider_photos .image-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.slider_photos .arrow .fa {
	display: none;
}

.photos_section .slick-slide {
	max-height: 214px;
}

.slider_photos:not(.slick-initialized) {
	height: 214px;
	display: grid;
	grid-template-columns: repeat(6, minmax(auto, 214px));
	overflow: hidden;
}

.slider_photos:not(.slick-initialized) .item {
	height: 214px;
}

@media screen and (max-width: 1100px) {
	.slider_photos:not(.slick-initialized) {
		height: 184px;
		grid-template-columns: repeat(4, minmax(auto, 184px));
	}

	.slider_photos:not(.slick-initialized) .item {
		height: 184px;
	}
}

@media screen and (max-width: 767px) {
	.slider_photos:not(.slick-initialized) {
		height: 140px;
		display: inline-flex;
	}

	.slider_photos:not(.slick-initialized) .item {
		width: 145px;
		height: 140px;
	}
}

@media screen and (max-width: 1100px) {
	.photos_section {
		padding-bottom: 30px;
	}

	.photos_section .product-details-instructions-main__title  {
		padding-bottom: 16px;
	}

	.product-details-instructions-main__item--faq.product-details-instructions-main__item--faq {
		padding: 16px;
	}
}

@media (max-width: 767px) {

	.photos_section .product-details-instructions-main__title {
		padding-bottom: 12px;
	}

	.product-details-instructions-main__item-answer--faq.product-details-instructions-main__item-answer--faq {
		line-height: 19px;
	}

	.product-verified {
		padding: 14px 0 0 0;
	}

	.product-verified__wrapper {
        padding: 30px 14px;
		border-radius: 12px;
        flex-direction: column;
    }

    .product-verified__content {
        margin: 10px 0 0 0;
		gap: 10px;
        text-align: center;
    }

	.product-verified__checked {
		font-size: 24px;
		line-height: 35px;
		margin: 0;
	}

	.product-verified__fio {
		font-size: 24px;
		line-height: 29px;
	}

	.product-verified__position {
		font-size: 18px;
		line-height: 23px;
	}

    .product-verified__icon {
        display: none;
    }

	.photos_section {
		padding-bottom: 24px;
	}

	.slider_photos {
		padding: 0;
	}

	.photos_section .slick-slide {
		max-height: 140px;
	}

	.selection-faq {
		padding-bottom: 24px;
	}

	.product-details-instructions-main__item--faq.product-details-instructions-main__item--faq {
		padding: 12px;
	}

	.product-details-instructions-main__list--faq.product-details-instructions-main__list--faq {
		gap: 8px;
	}

	.product-details-instructions-main__item--faq h3 {
		font-size: 16px;
		line-height: 21px;
	}
}

/* End */


/* Start:/local/components/vn1/catalog.filter/templates/.default/style.css?17745317347139*/
@charset "utf-8";
.bx_filter_parameters_box {position: relative;}

.filter-price_inputs {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-bottom: 10px;}
.filter-price_inputs input {width: 100%; height: 32px;padding: 0 32px;text-align: center;border-radius: 12px;border: 1px solid #F2F2F2; font: 400 16px/19px 'Oceanic Grotesk Compact', sans-serif; color: #1E1E1E; background-color: transparent;}
.filter-price_inputs input::placeholder{opacity: 1; color: #1E1E1E;}
.filter-price_inputs input:hover, .filter-price_inputs input:focus {border-color: #FF0000;}
.filter-price_inputs div::before {cursor: pointer;position: absolute;top: 50%;transform: translateY(-50%);left: 8px;color: #1E1E1E80;font: 400 14px/17px 'Oceanic Grotesk Compact', sans-serif;z-index: 1;}
.filter-price_inputs div:after {content: "₽";position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 8px;color: #1E1E1E80;font: 400 14px/17px 'Oceanic Grotesk Compact', sans-serif;z-index: 1;}
.filter-price_inputs .filter-inputs_min::before {content: "от";}
.filter-price_inputs .filter-inputs_max::before {content: "до";}
.filter-price_inputs div::after {content: "₽";}

@media (max-width: 1100px) {
    .filter-price_inputs {
        gap: 20px;
        padding-bottom: 16px;
    }

    .filter-price_inputs input {
        padding: 0 30px;
    }

    .filter-price_inputs .filter-inputs_min,
    .filter-price_inputs .filter-inputs_max {
        flex-grow: 1;
        max-width: 115px;
    }
}

@media screen and (max-width: 767px) {
    .filter-price_inputs {
        padding-bottom: 10px;
    }
}

/*
*	Select
*
*/
.bx_filter .bx_filter_select_container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:35px;padding:1px;border-radius:3px;background:#8ca3ae;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ca3ae), color-stop(100%,#b6c8d2));background:-webkit-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);background:   -moz-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);background:    -ms-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);background:     -o-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);background:        linear-gradient(top bottom, #8ca3ae 0%,#b6c8d2 100%);}
.bx_filter .bx_filter_select_block{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:33px;margin:0;padding:0 33px 0 10px;border:none;border-radius:2px;background:#fff;}
.bx_filter .bx_filter_select_text{font-size:15px;line-height:33px;overflow:hidden;max-width:100%;height:33px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;}
.bx_filter .bx_filter_select_text.fix{min-width:120px;}
.bx_filter .bx_filter_select_text label{cursor:pointer;}
.bx_filter .bx_filter_select_arrow{position:absolute;top:0;right:0;width:34px;height:33px;cursor:pointer;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;}

/*
*	Select popup
*
*/
.popup-window { width: 340px; }
@media screen and (max-width: 1240px) { .popup-window { width: 300px; } }

.bx_filter_select_popup{padding:0;}
.bx_filter_select_popup ul{margin:0;padding:0;list-style:none;}
.bx_filter_select_popup ul li{display:block;text-align: left;vertical-align:middle;}
.bx_filter_select_popup ul li:first-child{border-bottom: 1px solid #e5e5e5;padding-bottom: 5px;margin-bottom: 5px;}
.bx_filter_select_popup ul li label{font-size:14px;line-height:26px;display:block;text-align: left !important;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:26px;padding:0 5px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;color:#575757;}
.bx_filter_select_popup ul li label.selected,
.bx_filter_select_popup ul li label:hover{color:#000;background:#f3f8fa;}
.bx_filter_select_popup ul li label.disabled{color:#b8b8b8;background:transparent;text-decoration: line-through;}
.bx_filter_select_popup ul li .bx_filter_param_text{line-height: 26px !important;}

/*Track*/
.bx_filter .bx_ui_slider_track{position:relative;height:4px;margin:6px 10px;border:1px solid #F2F2F2;background:#F2F2F2;}
.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V{position:absolute;top:-1px;bottom:-1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.bx_filter .bx_ui_slider_range{z-index:100;}
.bx_filter .bx_ui_slider_pricebar{z-index:100;}
.bx_filter .bx_ui_slider_pricebar_VD{z-index:60;border-top: 1px solid #74868e;border-bottom: 1px solid #74868e;background: #F2F2F2;}
.bx_filter .bx_ui_slider_pricebar_VN{z-index:70;border: 1px solid #F2F2F2;background: #F2F2F2;}
.bx_filter .bx_ui_slider_pricebar_V{z-index:80;top:-1px;bottom:-1px;background: #FF0000;}
.bx_filter .bx_ui_slider_handle{position:absolute;top:calc(100% - 8px);width:14px;height:14px;border-radius: 50%;}
.bx_filter .bx_ui_slider_handle:hover{-webkit-cursor:grab;-ms-cursor:grab;-o-cursor:grab;cursor:grab;}
.bx_filter .bx_ui_slider_handle:active{-webkit-cursor:grabbing;-ms-cursor:grabbing;-o-cursor:grabbing;cursor:grabbing;}
.bx_filter .bx_ui_slider_handle.left{left:0;margin-left:-11px;background: #FF0000;}
.bx_filter .bx_ui_slider_handle.right{right:0;margin-right:-11px;background: #FF0000;}
.bx_filter .chevron-filter{position: absolute; top: 50%; transform: translateY(-50%); right: 0; display: block; width: 14px; height: 14px; background: url('/local/templates/.default/img/chevron-filter.svg') no-repeat center center / contain;}
.bx_filter .chevron-filter--up{transform: translateY(-50%) rotate(180deg);}
@media screen and (max-width: 1100px) {
    .bx_filter .chevron-filter{width: 20px; height: 20px;}
    .bx_filter .bx_ui_slider_track{height: 2px; margin: 3px 8px;}
    .bx_filter .bx_ui_slider_handle{top: calc(100% - 4px); width: 8px; height: 8px;}
    .bx_filter .bx_ui_slider_handle.left{margin-left: -8px;}
    .bx_filter .bx_ui_slider_handle.right{margin-right: -8px;}
}
/* End */


/* Start:/local/components/impulseit/catalog.section/templates/.default/style.css?1788874804442*/
/* Перенесено из css/style.css */
@media (max-width: 767px) {

	.button--more-goods {
		height: 36px !important;
		max-height: 100% !important;
		font-size: 14px;
		line-height: 16px;
	}
}

@media screen and (max-width: 1100px) {
	.product-detail-footer__price--cheapest{font-size: 18px; line-height: 22px;}
}

@media screen and (max-width: 767px) {
	.product-detail-footer__price--cheapest{font-size: 20px; line-height: 24px;}
}

/* End */
/* /local/templates/.default/components/bitrix/news/selection/style.css?17888748058104 */
/* /local/components/vn1/catalog.filter/templates/.default/style.css?17745317347139 */
/* /local/components/impulseit/catalog.section/templates/.default/style.css?1788874804442 */
