

/* Start:/local/components/sotbit/block.include/templates/.default/style.css?159785995041632*/
.landing-ui-panel-content-overlay {
	background: #000000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 319;
	opacity: 0;
}

.site-builder__show {
    position: relative;
}

.landing-ui-panel-content-overlay.landing-ui-show {
	animation: showOverlay 300ms both;
}

.landing-ui-panel-content-overlay.landing-ui-hide {
	visibility: visible;
	animation: hideOverlay 300ms both;
}

.landing-ui-hide-controls .landing-ui-panel-content-overlay {
	display: none;
}

.landing-ui-panel-content {
	display: flex;
	flex-direction: column;
	background: #fbfcf9;
	position: fixed;
	width: 750px;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
	transform: translateX(-10%);
	opacity: 0;
	contain: layout;
}

.landing-ui-panel.landing-ui-panel-link {
	z-index: 333;
}

.landing-ui-panel-link.landing-ui-panel-content-overlay {
	z-index: 332;
}

.landing-ui-panel-content-with-subtitle .landing-ui-panel-content-body {
	height: calc(100% - 152px)!important;
}

.landing-ui-panel-content.landing-ui-show {
	animation: showContentPanel 300ms ease both;
}

.landing-ui-panel-content.landing-ui-hide {
	animation: hideContentPanel 300ms ease both;
	visibility: visible;
}


@keyframes showContentPanel {
	0% {
		opacity: 0;
		transform: translateX(-10%);
	}
	100% {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes hideContentPanel {
	0% {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		visibility: hidden;
		opacity: 0;
		transform: translateX(-10%);
	}
}


@keyframes showOverlay {
	0% {
		opacity: 0;
	}
	100% {
		opacity: .4;
	}
}

@keyframes hideOverlay {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 0;
	}
}




.landing-ui-panel-content-header {
	width: 100%;
	min-height: 63px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 15px;
	box-sizing: content-box;
}

.landing-ui-panel-content-header:empty {
	display: none;
}

.landing-ui-panel-content-title {
	font-family: 'OpenSans-Bold', Helvetica, Arial, sans-sarif;
	font-size: 24px;
	color: #242424;
	margin-left: 30px;
	margin-top: 10px;
}


.landing-ui-panel-content-subtitle {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #807f7f;
	position: relative;
	margin-left: 30px;
	margin-right: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.landing-ui-panel-content-body {
	display: flex;
	height: calc(100% - 78px - 100px);
}
.landing-ui-panel-content-body.no-footer {
	height: calc(100% - 78px);
}

.landing-ui-panel-content-footer {
    display: flex;
    align-items: center;
	justify-content: center;
	min-height: 100px;
	z-index: 399;
}

.landing-ui-panel-content-footer:empty {
	display: none;
}


.landing-ui-panel-content-body-sidebar {
	background: #fbfcf9;
    border: 1px solid #ebebe9;
    border-left: none;
	position: relative;
	min-width: 225px;
	max-width: 245px;
	left: 0;
	top: 0;
	overflow-y: auto;
	margin-right: 5px;
	transform: translateZ(0);
}

.landing-ui-panel-content-body-sidebar:empty {
	display: none;
}

.landing-ui-panel-content-body-content {
    background: #fbfcf9;
    border: 1px solid #ebebe9;
	position: relative;
	overflow-y: scroll;
	width: 477px;
    padding: 20px;
    padding-bottom: 0;
}


.landing-ui-panel-content-body-sidebar:empty + .landing-ui-panel-content-body-content {
	margin-left: 20px;
}


.landing-ui-panel-content-close {
    position: absolute;
	top: 20px;
	right: 20px;
	background: url("/bitrix/images/landing/close.svg") no-repeat center;
	width: 30px;
	height: 30px;
    padding: 0;
    border: none;
	opacity: .6;
}
.landing-ui-panel-content-close:hover {
	opacity: 1;
}


.landing-ui-panel-block-list {
	width: 747px;
}


.landing-ui-panel-block-list .landing-ui-card-block-preview-image-container {
	background-color: #ffffff;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.15);
}


.landing-ui-panel-block-list .landing-ui-panel-content-body-sidebar {
	transform: none;
    padding: 20px 0;
}

.landing-ui-panel-block-list .landing-ui-panel-content-body-content {
	background-color: #fbfcf9;
}

.landing-ui-panel-block-list .landing-ui-panel-content-body-sidebar .landing-ui-button-sidebar-feedback {
	position: fixed;
	bottom: 10px;
}

.landing-ui-panel-block-list .landing-ui-panel-content-body-sidebar .landing-ui-button-sidebar-feedback::before {
	width: 190px;
	left: 0;
}

.landing-ui-panel-block-list .landing-ui-panel-content-body-sidebar .landing-ui-button-sidebar-feedback {
	border-bottom: 0;
}
.landing-ui-button-plus {
	font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background: rgba(51, 51, 51, .60);
	border: 1px solid rgba(255, 255, 255, .67);
	position: absolute;
	top: 50%;
	left: 50%;
	height: 33px;
	border-radius: 33px;
	line-height: 31px;
	padding-left: 38px;
	padding-right: 22px;
	padding-top: 0;
	padding-bottom: 0;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	white-space: nowrap;
}

.landing-ui-button-plus:hover {
	background: #000000;
}

.landing-ui-button-plus::before {
	background: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2213px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2013%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2047%20%2845396%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%u0420%u0435%u0434%u0430%u043A%u0442%u0438%u0440%u043E%u0432%u0430%u043D%u0438%u0435-Copy%22%20transform%3D%22translate%28-739.000000%2C%20-784.000000%29%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-14%22%20transform%3D%22translate%280.000000%2C%20774.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M747%2C15%20L747%2C10%20L744%2C10%20L744%2C15%20L739%2C15%20L739%2C18%20L744%2C18%20L744%2C23%20L747%2C23%20L747%2C18%20L752%2C18%20L752%2C15%20L747%2C15%20Z%22%20id%3D%22Combined-Shape%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: 100%;
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	top: 50%;
	left: 16px;
	transform: translate3d(0, -50%, 0);
}

.landing-ui-card-block-preview {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0;
	cursor: pointer;
	color: #828B95;
}

.landing-ui-card-block-preview .landing-ui-card-header {
	margin-right: 30px;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	margin-bottom: 10px;
	padding-left: 7px;
	z-index: 301;
}


.landing-ui-card-block-preview .landing-ui-card-body {
	margin-top: 0;
}



.landing-ui-card-block-preview .landing-ui-card-block-preview-image-container {
	position: relative;
	height: auto;
	background-color: #ffffff;
	padding: 0;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
	transition: box-shadow 200ms ease;
}


.landing-ui-card-block-preview-image-container::before,
.landing-ui-card-block-preview-image-container::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 200ms ease;
}

.landing-ui-card-block-preview-image-container::before {
	background: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2277px%22%20height%3D%2277px%22%20viewBox%3D%220%200%2077%2077%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2047%20%2845396%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22path-1%22%20cx%3D%2234.5%22%20cy%3D%2234.5%22%20r%3D%2234.5%22%3E%3C/circle%3E%0A%20%20%20%20%20%20%20%20%3Cfilter%20x%3D%22-10.1%25%22%20y%3D%22-7.2%25%22%20width%3D%22120.3%25%22%20height%3D%22120.3%25%22%20filterUnits%3D%22objectBoundingBox%22%20id%3D%22filter-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeOffset%20dx%3D%220%22%20dy%3D%222%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22%3E%3C/feOffset%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%222%22%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%3E%3C/feGaussianBlur%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%20%20%200%200%200%200%200%20%20%200%200%200%200%200%20%200%200%200%200.115177763%200%22%20type%3D%22matrix%22%20in%3D%22shadowBlurOuter1%22%3E%3C/feColorMatrix%3E%0A%20%20%20%20%20%20%20%20%3C/filter%3E%0A%20%20%20%20%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%u0411%u043B%u043E%u043A%u0438%22%20transform%3D%22translate%28-458.000000%2C%20-441.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-7%22%20transform%3D%22translate%28287.000000%2C%20344.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28175.000000%2C%2099.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Oval-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22black%22%20fill-opacity%3D%221%22%20filter%3D%22url%28%23filter-2%29%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C/use%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C/use%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M38%2C32%20L38%2C18%20L32%2C18%20L32%2C32%20L18%2C32%20L18%2C38%20L32%2C38%20L32%2C52%20L38%2C52%20L38%2C38%20L52%2C38%20L52%2C32%20L38%2C32%20Z%22%20id%3D%22Combined-Shape%22%20fill%3D%22%2313AADB%22%20opacity%3D%220.80078125%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: 100%;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	right: auto;
	bottom: auto;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 50%;
	z-index: 302;
	font-size: 62px;
	text-align: center;
	line-height: 60px;
}

.landing-ui-card-block-preview:hover .landing-ui-card-block-preview-image-container {
	box-shadow: 0 8px 13px 0 rgba(0,0,0,0.15);
}

.landing-ui-card-block-preview:hover .landing-ui-card-block-preview-image-container::before {
	opacity: 1;
}

.landing-ui-card-block-preview-image-container img {
	width: 100%;
}


.landing-ui-card-block-preview-body-wrapper {
	display: flex;
	flex-grow: 1;
}

.landing-ui-card-block-preview .landing-ui-panel-content-body {
	flex-grow: 0;
}

.landing-ui-button-sidebar {
	background: none;
	color: #101010;
    font-size: 15px;
    font-family: "Open Sans", Arial, sans-sarif;
	line-height: 40px;
	padding: 0 20px 0 15px;
	border: none;
    display: flex;
    align-items: center;
	height: 40px;
	width: 100%;
	text-align: left;
}

.landing-ui-button-sidebar .landing-ui-button-text {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	border-radius: 13px;
	display: inline-block;
	line-height: 32px;
}

.landing-ui-button-sidebar:hover {
	background: rgba(225, 225, 223, .4);
}

.landing-ui-button-sidebar.landing-ui-active .landing-ui-button-text {
	background: rgb(241, 241, 241);
}


.landing-ui-button-sidebar.landing-ui-new-section .landing-ui-button-text {
	position: relative;
}

.landing-ui-button-sidebar.landing-ui-new-section .landing-ui-button-text::before {
	background: #2FC6F6;
	position: absolute;
	top: 7px;
	right: 7px;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
}


.landing-ui-button-sidebar:not(.landing-ui-button-sidebar-child) {
	font-family: "Open Sans", Helvetica, Arial, sans-sarif;
	font-size: 15px;
	color: #101010;
	width: 100%;
}

.landing-ui-button-sidebar:not(.landing-ui-button-sidebar-child):hover {
	background: rgba(225, 225, 223, .4);
}


.landing-ui-button-sidebar-child + .landing-ui-button-sidebar:not(.landing-ui-button-sidebar-child) {
	margin-top: 40px;
}


.landing-ui-button-sidebar.landing-ui-button-sidebar-feedback {
	font-family: OpenSans-Regular, Helvetca, Arial, sans-sarif;
	position: relative;
	overflow: visible;
	margin-top: 40px;
	background: none;
	color: #0063C6;
	font-size: 14px;
	text-transform: none;
}

.landing-ui-button-sidebar.landing-ui-button-sidebar-feedback:not(.landing-ui-active):hover {
	opacity: .65;
}

.landing-ui-button-sidebar.landing-ui-button-sidebar-feedback::before {
	display: block;
	content: '';
	position: absolute;
	top: -17px;
	left: 30px;
	width: 156px;
	border-top: 1px rgba(0, 0, 0, .1) solid;
	pointer-events: none;
}

.block-wrapper {
	position: relative;
	box-sizing: border-box;
}

.block-wrapper-changed::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	pointer-events: none;
	border-top: 1px rgba(0,0,0,.2) dashed;
	border-bottom: 1px rgba(0,0,0,.2) dashed;
	z-index: 99;
}

.block-wrapper [contenteditable="true"],
.block-wrapper [contenteditable="plaintext-only"] {
	background: rgba(0,0,0,.05);
	outline: none;
}

/*.block-wrapper-inner-changed::before {*/
	/*background-color: #000000;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*content: '';*/
	/*z-index: 317;*/
	/*opacity: 0;*/
	/*-webkit-transition: 200ms opacity linear;*/
	/*-moz-transition: 200ms opacity linear;*/
	/*-ms-transition: 200ms opacity linear;*/
	/*-o-transition: 200ms opacity linear;*/
	/*transition: 200ms opacity linear;*/
	/*pointer-events: none;*/
/*}*/

.landing-ui-panel {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #777777;
	transform: translateZ(0);
	contain: layout;
}


/** Create block panel */
.landing-ui-panel-create-action {
	position: absolute;
	height: 24px;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	-moz-transform: translate3d(0, 50%, 0);
	-ms-transform: translate3d(0, 50%, 0);
	-o-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	z-index: 302;
}
/** Create block panel */

.landing-ui-panel-link-editor-buttons {
	position: absolute!important;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px #757D87 solid;
	z-index: 321;
	transition: opacity 200ms ease;
	margin-top: 4px;
	transform: translateX(-47%);
}

.landing-ui-panel-link-editor-buttons .landing-ui-button {
	background: #ffffff;
	opacity: 1;
}
.landing-ui-panel-link-editor-buttons .landing-ui-button1 {
	background: #ffffff;
	opacity: 1;
}

.landing-ui-panel-link-editor-buttons .landing-ui-button[data-id="remove"] {
	padding-right: 40px;
}


.landing-ui-panel-create-action {
	height: 1px;
}

.landing-ui-panel-content.landing-ui-panel-edit-image {
	width: 496px;
}

.landing-ui-panel.landing-ui-panel-feedback {
	width: 600px;
	z-index: 1299;
}

.landing-ui-panel.landing-ui-panel-feedback .landing-ui-panel-content-body-content {
	background: #ffffff;
}

.landing-ui-panel-content-overlay.landing-ui-panel-feedback-overlay {
	z-index: 1298;
}


.landing-ui-panel.landing-ui-panel-link {
	width: 496px;
}

.landing-ui-panel.landing-ui-panel-icon {
	z-index: 9999;
}

.landing-ui-panel-content-overlay.landing-ui-panel-icon {
	z-index: 500;
}


.landing-ui-panel .landing-ui-button {
	transition: opacity 200ms ease;
}
.landing-ui-panel .landing-ui-button1 {
	transition: opacity 200ms ease;
}

.landing-ui-panel-block-action {
	background-color: #ffffff;
	overflow: hidden;
	padding-right: 35px;
	display: flex;
	transition: width 200ms ease, right 200ms ease;
}



.landing-ui-collapse .landing-ui-panel-block-action {
	width: 60px;
	min-width: auto;
	right: -26px;
}

.landing-ui-collapse .landing-ui-panel-block-action .landing-ui-button:not([data-id="collapse"]) span,
.landing-ui-collapse .landing-ui-panel-block-action .landing-ui-button:not([data-id="collapse"])::before,
.landing-ui-collapse .landing-ui-panel-block-action .landing-ui-button:not([data-id="collapse"])::after {
	opacity: 0;
}

.landing-ui-panel-block-action .landing-ui-button[data-id="collapse"] {
	position: absolute;
	right: 0!important;
	z-index: 10;
	width: 35px;
}

.landing-ui-panel-block-action .landing-ui-button[data-id="collapse"] .landing-ui-button-text {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	transform: translateX(-15px);
	transform-origin: center;
	transition: transform 200ms ease;
}

.landing-ui-collapse .landing-ui-panel-block-action .landing-ui-button[data-id="collapse"] .landing-ui-button-text {
	transform: translateX(-37px) rotate(180deg);
}

.landing-ui-collapse .landing-ui-panel-block-action .landing-ui-button[data-id="collapse"] {
	width: 100%;
	border-left: 1px #757D87 solid;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.landing-ui-panel-content-action {
	background-color: #ffffff;
	overflow: hidden;
	display: flex;
	padding-left: 35px;
	justify-content: flex-end;
	transition: width 200ms ease, left 200ms ease;
}

.landing-ui-collapse .landing-ui-panel-content-action {
	width: 60px;
	min-width: auto;
	left: -26px;
}

.landing-ui-collapse .landing-ui-panel-content-action .landing-ui-button:not([data-id="collapse"]) span,
.landing-ui-collapse .landing-ui-panel-content-action .landing-ui-button:not([data-id="collapse"])::before,
.landing-ui-collapse .landing-ui-panel-content-action .landing-ui-button:not([data-id="collapse"])::after {
	opacity: 0;
}

.landing-ui-panel-content-action .landing-ui-button[data-id="collapse"] {
	position: absolute;
	left: 0!important;
	z-index: 10;
	width: 35px;
	border-left: 1px #757D87 solid;
	border-right: none;
	border-radius: 20px 0 0 20px;
}

.landing-ui-panel-content-action .landing-ui-button[data-id="content"] {
	border-left: none;
}

.landing-ui-panel-content-action .landing-ui-button[data-id="collapse"] .landing-ui-button-text {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	transform: translateX(-15px) rotate(-180deg);
	transform-origin: center;
	transition: transform 200ms ease;
}

.landing-ui-collapse .landing-ui-panel-content-action .landing-ui-button[data-id="collapse"] .landing-ui-button-text {
	transform: translateX(-16px) rotate(0deg);
}

.landing-ui-collapse .landing-ui-panel-content-action .landing-ui-button[data-id="collapse"] {
	width: 100%;
	border-right: 1px #757D87 solid;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.landing-ui-collapse .landing-ui-panel-content-action .landing-ui-button[data-id="block_display_info"] {
	display: none;
}

.landing-ui-button-action {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	position: relative;
	background: rgba(255, 255, 255, .89);
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	border-radius: 0;
	transition: background 200ms ease, color 200ms ease;
	border: 1px #757D87 solid;
}

.landing-ui-button-action:hover,
.landing-ui-button-action.landing-ui-active {
	background: rgba(255, 255, 255, .69);
	color: rgba(0, 0, 0, .3);
}


.landing-ui-button-action:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-left: 19px;
}

.landing-ui-button-action[data-id="content"] {
	border-right: none;
}

.landing-ui-button-action[data-id="style"] {
	border-left: none;
}


.landing-ui-button-action[data-id="style"],
.landing-ui-button-action[data-id="remove"] {
	padding-right: 19px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.landing-ui-button-action[data-id="actions"] + .landing-ui-button-action[data-id="remove"] {
	border-radius: 0!important;
}

.landing-ui-button-action:last-of-type::after {
	display: none!important;
}

.landing-ui-button-action[data-id="style"].landing-ui-no-rounded {
	border-right: 1px rgba(0,0,0,.1) solid;
}

.landing-ui-button-action[data-id="style"] + .landing-ui-button-action[data-id="actions"] {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-right: 29px;
	border-right: none;
}


.landing-ui-button-action[data-id="block_display_info"] {
	background: url("/bitrix/images/landing/false-button.svg") center center no-repeat;
	position: relative;
	top: 1px;
	width: 51px;
	height: 37px;
	border: none;
	text-align: right;
	padding-right: 10px;
	margin-left: -17px;
	transform: translateX(0) translateZ(0);
	z-index: -6;
	font-size: 14px;
	display: none;
	transition: opacity 200ms ease;
}

.landing-ui-button-action[data-id="block_display_info"]:hover {
	opacity: .8;
}

.l-d-lg-none ~ .landing-ui-panel-content-action .landing-ui-button-action[data-id="block_display_info"],
.l-d-md-none ~ .landing-ui-panel-content-action .landing-ui-button-action[data-id="block_display_info"],
.l-d-xs-none ~ .landing-ui-panel-content-action .landing-ui-button-action[data-id="block_display_info"] {
	display: inline-block;
}



.landing-ui-button-action[data-id="down"] {
	padding-left: 19px;
	border-right: 0;
	padding-right: 22px;
}

.landing-ui-button-action[data-id="down"] {
	border-right: none;
}
.landing-ui-button-action[data-id="up"] {
	border-right: none;
	border-left: none;
}

.landing-ui-button-action[data-id="up"]::after,
.landing-ui-button-action[data-id="actions"]::after,
.landing-ui-button-action[data-id="content"]::after,
.landing-ui-button-action[data-id="content"]::before,
.landing-ui-button-action[data-id="remove"]::after,
.landing-ui-button-card-action:first-child::after {
	content: '';
	position: absolute;
	right: 0;
	top: 8px;
	bottom: 8px;
	border-right: 1px rgba(0,0,0,.1) solid;
}

.landing-ui-button-action[data-id="content"]::before {
	left: 0;
	right: auto;
}


.landing-ui-button-action[data-id="down"]::before,
.landing-ui-button-action[data-id="up"]::before {
	background: url("/bitrix/images/landing/arrow-down.svg");
	width: 11px;
	height: 13px;
	content: '';
	position: absolute;
	top: 50%;
	left: 19px;
	transform: translateY(-50%);
}


.landing-ui-button-action[data-id="up"] {

}

.landing-ui-button-action[data-id="up"]::before {
	transform: translate3d(-50%, -50%, 0) rotate(180deg);
	transform-origin: center center;
	left: 16px;
}

.landing-ui-button-action[data-id="remove"] {
	position: relative;
	padding-left: 22px;
	border-right: none;
}


.landing-ui-button-action[data-id="clone"] {
	position: relative;
}


.landing-ui-button-action[data-id="clone"]  .landing-ui-button-text::before {
	background-image: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2047%20%2845396%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate%28-230.000000%2C%20-41.000000%29%22%20fill%3D%22%23525C69%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-11%22%20transform%3D%22translate%28210.000000%2C%2029.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-27%22%20x%3D%2220%22%20y%3D%2217%22%20width%3D%2212%22%20height%3D%222%22%3E%3C/rect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-27-Copy%22%20transform%3D%22translate%2826.000000%2C%2018.000000%29%20rotate%28-90.000000%29%20translate%28-26.000000%2C%20-18.000000%29%20%22%20x%3D%2220%22%20y%3D%2217%22%20width%3D%2212%22%20height%3D%222%22%3E%3C/rect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
	content: '';
	width: 10px;
	height: 13px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.landing-ui-button-action[data-id="remove"] .landing-ui-button-text {
	display: inline-block;
}

.landing-ui-button-action[data-id="remove"] .landing-ui-button-text::before {
	background: url("/bitrix/images/landing/bin.svg") center center no-repeat;
	content: '';
	width: 10px;
	height: 13px;
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%) translateZ(0);
}

.landing-ui-button-action[data-id="remove"] .landing-ui-button-text.landing-ui-hide-icon::before,
.landing-ui-button-action[data-id="clone"] .landing-ui-button-text.landing-ui-hide-icon::before {
	display: none;
}

.landing-ui-button-action[data-id="clone"] {
	border-right: none;
}

.landing-ui-button-action[data-id="actions"] {
	padding-left: 20px;
	padding-right: 30px;
	border-left: none;
	border-right: none;
}

.landing-sidebar .landing-ui-button-action[data-id="actions"] .landing-ui-button-text,
.landing-sidebar .landing-ui-button-action[data-id="content"] .landing-ui-button-text,
.landing-sidebar .landing-ui-button-action[data-id="style"] .landing-ui-button-text {
	font-size: 0!important;
}

.landing-sidebar .landing-ui-button-action[data-id="actions"] {
	padding-left: 15px;
	padding-right: 25px;
}

.landing-sidebar .landing-ui-button-action[data-id="down"] {
	padding-left: 12px;
	padding-right: 26px;
}


.landing-sidebar .landing-ui-button-action[data-id="content"] {
	padding-left: 25px;
}

.landing-sidebar .landing-ui-button-action[data-id="style"] {
	padding-left: 18px;
}

.landing-sidebar .landing-ui-button-action[data-id="actions"]::before,
.landing-sidebar .landing-ui-button-action[data-id="content"]::before,
.landing-sidebar .landing-ui-button-action[data-id="style"]::before {
	display: none;
}

.landing-sidebar .landing-ui-button-action[data-id="actions"] .landing-ui-button-text::before {
	background: url(/bitrix/images/landing/small-actions.svg) left top no-repeat;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-30%);
	width: 16px;
	height: 16px;
}

.landing-sidebar .landing-ui-button-action[data-id="content"] .landing-ui-button-text::before {
	background: url(/bitrix/images/landing/small-edit.svg) left top no-repeat;
	content: '';
	position: absolute;
	top: 50%;
	left: 43%;
	transform: translateY(-30%);
	width: 20px;
	height: 20px;
}

.landing-sidebar .landing-ui-button-action[data-id="style"] .landing-ui-button-text::before {
	background: url(/bitrix/images/landing/small-design.svg) left top no-repeat;
	content: '';
	position: absolute;
	top: 50%;
	left: 26%;
	transform: translateY(-37%);
	width: 20px;
	height: 20px;
}



.landing-ui-button-action[data-id="remove"] {
	border-left: none;
}

.landing-ui-button-action[data-id="actions"]::before {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 0;
	height: 0;
	border-left: 5px transparent solid;
	border-right: 5px transparent solid;
	border-top: 5px #5F6875 solid;
	transition: all 200ms ease;
}

.landing-ui-button-action[data-id="actions"].landing-ui-active::before,
.landing-ui-button-action[data-id="actions"]:hover::before {
	border-top: 5px rgba(0, 0, 0, .3) solid;
}


.landing-ui-block-actions-popup .menu-popup-item {
	min-width: 220px;
}

.landing-ui-button-action.landing-ui-no-rounded {
	border-radius: 0!important;
}

.landing-ui-button-action.landing-ui-disable {
	pointer-events: none;
}

.landing-ui-button-action.landing-ui-disable .landing-ui-button-text {
	opacity: .4;
}

.landing-ui-block-restricted-button,
.landing-ui-block-restricted-button:hover {
	background-image: url("/bitrix/images/landing/block_restricted.svg");
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 45px;
	top: 1px;
	left: 18px;
	cursor: default;
}

.landing-ui-block-restricted-button + .landing-ui-button-action {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.landing-ui-button-action[data-id="down"].landing-ui-disable::before,
.landing-ui-button-action[data-id="down"].landing-ui-disable .landing-ui-button-text,
.landing-ui-button-action[data-id="up"].landing-ui-disable .landing-ui-button-text,
.landing-ui-button-action[data-id="up"].landing-ui-disable::before {
	opacity: .4;
}

.landing-ui-button-action[data-id="collapse"] {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-left: none;
	z-index: 10;
}
.landing-ui-panel-content-action,
.landing-ui-panel-block-action {
	background-color: #ffffff;
	top: 10px;
	left: 16px;
	position: absolute;
	border-radius: 20px;
	z-index: 316;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity 200ms ease;
	opacity: 0;
}

.block-wrapper:hover .landing-ui-panel-content-action,
.block-wrapper.landing-ui-hover .landing-ui-panel-content-action,
.block-wrapper:hover .landing-ui-panel-block-action,
.block-wrapper.landing-ui-hover .landing-ui-panel-block-action {
	opacity: 1;
}
.landing-ui-panel-block-action {
	left: auto;
	right: 16px;
	z-index: 318;
}

.landing-ui-field {
	font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 17px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1df;
}

.landing-ui-panel-content-edit .landing-ui-field {
    padding-bottom: 0;
    border-bottom: none;
}

.landing-ui-field-header {
    font-family: "OpenSans-Bold", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
	color: #101010;
	margin-bottom: 15px;
}

.landing-ui-field-input {
	background: #fff;
	font-size: 13px;
	color: #000;
    line-height: 21px;
	border: 1px solid #ededed;
    padding: 5px 20px;
	min-height: 39px;
	box-sizing: border-box;
	transition: border-color 200ms ease;
	outline: none!important;
	word-wrap: break-word;
}
.landing-ui-field-input::placeholder {
	color:#8b8b8b;
}

.landing-ui-field-select {
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
	font-size: 13px;
	color: #000;
    padding: 5px 20px;
}

.landing-ui-field-input[contenteditable="true"],
.landing-ui-field-input[contenteditable="plaintext-only"],
.landing-ui-field-input.landing-ui-active {
	background: none;
	border-color: #66AFE9;
}

.landing-ui-field-input:empty::before {
	display: inline-block;
	content: attr(data-placeholder);
	color: #e0e0e0;
}

.landing-ui-field-description {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
}

.landing-ui-field[data-compact="true"] + .landing-ui-field:not([data-compact="true"]) {
	margin-top: 17px;
}

.landing-ui-field:not([data-compact="true"]) + .landing-ui-field[data-compact="true"] {
	margin-top: -10px;
}

.landing-ui-button-content-save,
.landing-ui-button-content-cancel {
	cursor: pointer;
	color: #fff;
	display: inline-block;
	height: 39px;
	line-height: 39px;
	margin: 0 12px 0 0;
	font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	outline: none;
	padding: 0 18px;
	vertical-align: middle;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	border: none;
}

.landing-ui-button-content-save {
    background: #fb0040;
    margin-right: 0;
}

.landing-ui-panel-content-edit .landing-ui-button-content-cancel {
    display: none;
}

.landing-ui-button-content-cancel {
	border: none!important;
	background: none!important;
	box-shadow: none!important;
}

.landing-ui-button-desktop,
.landing-ui-button-tablet,
.landing-ui-button-mobile {
	background-color: #ffffff;
	position: relative;
	width: 50px;
	min-height: 62px;
	opacity: .3;
	border: none;
	transition: opacity 200ms ease;
}

.landing-ui-button-desktop {
	width: 60px;
}

.landing-ui-button-mobile {
	width: 35px;
}


.landing-ui-button-desktop:hover,
.landing-ui-button-tablet:hover,
.landing-ui-button-mobile:hover {
	opacity: .8;
}


.landing-ui-button-desktop.active,
.landing-ui-button-tablet.active,
.landing-ui-button-mobile.active {
	opacity: 1;
}


.landing-ui-button-desktop::before,
.landing-ui-button-tablet::before,
.landing-ui-button-mobile::before {
	background-repeat: no-repeat!important;
	background-position: center center!important;
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	top: 11px;
}

.landing-ui-button-desktop::before {
	background: url('/bitrix/images/landing/devices/desktop.svg');
	background-size: 38px 24px;
	width: 47px;
	height: 29px!important;
}


.landing-ui-button-tablet::before {
	background: url('/bitrix/images/landing/devices/tablet.svg');
	background-size: 27px 20px;
	width: 34px;
	height: 25px!important;
	/*top: 10px;*/
}


.landing-ui-button-mobile::before {
	background: url('/bitrix/images/landing/devices/mobile.svg');
	background-size: 13px 21px;
	width: 17px;
	height: 25px!important;
	top: 12px;
}

.landing-ui-field-input
{
	width:100%;
}
.landing-ui-hidden
{
	display:none;
}
.landing-ui-field-button-group .landing-ui-field-input {
	background: none;
	display: table;
	border: none;
	border-radius: 2px;
	padding: 0;
	line-height: 0;
	min-height: 20px;
	width: auto;
}

.landing-ui-field-button-group .landing-ui-field-input .landing-ui-button {
	line-height: 0;
	padding-top: 0;
	padding-bottom: 4px;
	height: 18px;
}
.landing-ui-field-button-group .landing-ui-field-input .landing-ui-button1 {
	line-height: 0;
	padding-top: 0;
	padding-bottom: 4px;
	height: 18px;
}

.landing-ui-field-button-group .landing-ui-field-input .landing-ui-button.landing-ui-active {
	background-color: #ffffff;
	-webkit-box-shadow:inset 0 0 3px 0 #e0e0e0;
	box-shadow:inset 0 0 3px 0 #e0e0e0;
}
.landing-ui-field-button-group .landing-ui-field-input .landing-ui-button1.landing-ui-active {
	background-color: #ffffff;
	-webkit-box-shadow:inset 0 0 3px 0 #e0e0e0;
	box-shadow:inset 0 0 3px 0 #e0e0e0;
}

.landing-ui-field-button-group .landing-ui-field-input .landing-ui-button:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.landing-ui-field-button-group .landing-ui-field-input .landing-ui-button:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-right: none;
}


.landing-ui-display-button-group {
	width: auto;
	height: auto;
}

.landing-ui-display-button-group .landing-ui-button {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
	width: auto!important;
	height: auto!important;
	padding: 0;
}
.landing-ui-display-button-group .landing-ui-button1 {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
	width: auto!important;
	height: auto!important;
	padding: 0;
}

.landing-ui-display-button-group .landing-ui-button .landing-ui-button-desktop,
.landing-ui-display-button-group .landing-ui-button .landing-ui-button-tablet,
.landing-ui-display-button-group .landing-ui-button .landing-ui-button-mobile {
	background-color: transparent!important;
	display: inline-block;
	height: 50px;
	min-height: 50px;
	opacity: 1;
}

.landing-ui-display-button-group .landing-ui-button {
	position: relative;
}
.landing-ui-display-button-group .landing-ui-button1 {
	position: relative;
}

.landing-ui-display-button-group .landing-ui-button.landing-ui-active {
	opacity: .2;
	transition: opacity 200ms ease;
}
.landing-ui-display-button-group .landing-ui-button1.landing-ui-active {
	opacity: .2;
	transition: opacity 200ms ease;
}

.landing-ui-display-button-group .landing-ui-button.landing-ui-active:hover {
	opacity: .6;
}
.landing-ui-display-button-group .landing-ui-button.landing-ui-active1:hover {
	opacity: .6;
}

.landing-ui-display-button-group .landing-ui-button .landing-ui-button-desktop {
	width: 46px;
}

.landing-ui-display-button-group .landing-ui-button .landing-ui-button-desktop::before {
	background: url('/bitrix/images/landing/devices/desktop-enabled.svg');
	width: 46px;
	height: 29px;
}

.landing-ui-display-button-group .landing-ui-button.landing-ui-active .landing-ui-button-desktop::before {
	background: url('/bitrix/images/landing/devices/desktop-disabled.svg');
}

.landing-ui-display-button-group .landing-ui-button .landing-ui-button-tablet {
	width: 90px;
}

.landing-ui-display-button-group .landing-ui-button .landing-ui-button-tablet::before {
	background: url('/bitrix/images/landing/devices/tablet-enabled.svg');
	width: 33px;
	height: 24px;
	top: 12px;
}

.landing-ui-display-button-group .landing-ui-button.landing-ui-active .landing-ui-button-tablet::before {
	background: url('/bitrix/images/landing/devices/tablet-disabled.svg');
}

.landing-ui-display-button-group .landing-ui-button .landing-ui-button-mobile::before {
	background: url('/bitrix/images/landing/devices/mobile-enabled.svg');
	width: 16px;
	height: 25px;
	margin-left: -9px;
}

.landing-ui-display-button-group .landing-ui-button.landing-ui-active .landing-ui-button-mobile::before {
	background: url('/bitrix/images/landing/devices/mobile-disabled.svg');
}
.landing-block-disabled {
	opacity: .2;
	pointer-events: all;
}
[hidden] {
	display: none !important;
}
.settings-config-block-show
{
	display: block;
}
.settings-config-block-hide
{
	display: none;
}

.landing-ui-panel-top
{
	display: flex;
	position: relative;
	background: #ffffff;
	height: 50px;
	/*box-shadow: 1px 1px 7px 0 #000;*/
	z-index: 99;
	user-select: none;
	justify-content:left;
	align-items:center;
	margin-bottom:20px;
}

.ui-btn,
.ui-btn-main {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 19px;
	height: 39px;
	outline: none;
	border: none;
	border-radius: 2px;
	background-color: #3bc8f5;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	font: 600 12px/39px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	transition: 160ms color linear, 160ms background-color linear, 160ms opacity linear, 160ms padding linear;
}

.landing-ui-button
{
	cursor:pointer;
}
.landing-ui-button1
{
	cursor:pointer;
}
.landing-ui-card-block-preview
{
	margin-bottom: 10px;
}
.landing-ui-card-block-noactive
{
	display: none!important;
}
.landing-ui-card1.landing-ui-card1
{
	/*border:1px solid #ececea;*/
	margin-bottom: 25px!important;
}

.landing-ui-card1 > .landing-ui-card-block-preview__title {
    padding: 0;
}

.site-builder__hide div[data-id="content_actions"],
.site-builder__hide div[data-id="block_action"],
.site-builder__hide div[data-id="create_action"] {
    display: none;
}

.site-builder__hide .block-wrapper-changed::after {
	border-top: transparent;
	border-bottom: transparent;
}

@media (max-width: 767px) {
	.landing-ui-panel-top {
		display: none;
	}
	.site-builder__show div[data-id="content_actions"],
	.site-builder__show div[data-id="block_action"],
	.site-builder__show div[data-id="create_action"] {
		display: none;
	}
	.site-builder__show .block-wrapper-changed::after {

	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/origami_banner_4/style.min.css?15810798951198*/
.main_page-small_banner,.main_page-small_banner>a{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;position:relative}.main_page-small_banner{width:100%;max-height:200px;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.main_page-small_banner>a{cursor:pointer;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.main_page-small_banner>a:not(:last-child){margin-right:30px}.main_page-small_banner>a>img{width:100%;height:auto;max-width:100%;margin-bottom:0}@media screen and (max-width:1000px){.main_page-small_banner>a:not(:last-child){margin-right:15px}}@media screen and (max-width:600px){.main_page-small_banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:none}.main_page-small_banner>a{width:100%;margin-right:0;max-height:200px}.main_page-small_banner>a:not(:last-child){margin-bottom:10px}}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/origami_popular_categories_simple/style.css?16365506684422*/
.popular_category__wrapper {
  padding-left: 15px;
  padding-right: 15px; }

.popular_category_block_new_canvas_link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 2.5rem 1.5rem;
  min-height: 275px;
  max-height: 275px;
  border: 1px solid #ededed;
  margin-bottom: 1rem; }

.popular_category_new_two_img,
.popular_category_block_new__canvas_img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 75%;
  max-height: 75%; }

.popular_category_block_new {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.popular_category_block_new__canvas_title {
  width: 100%;
  text-align: center; }

.popular_category_new_two_link {
  margin-left: -1px;
  margin-top: -1px;
  /*width: calc(25% + 1px);*/
    width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 15px;
  min-height: 330px;
  max-height: 330px;
  background-color: #fff;
  border: 1px solid #ededed; }
  .popular_category_new_two_link:hover {
    -webkit-box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15); }
  .popular_category_new_two_link .popular_category_new_two_img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0; }
  .popular_category_new_two_link .popular_category_block_new__canvas_title {
    margin-top: auto;
    padding-bottom: 15px;
    padding-top: 15px; }

.popular_category_new_two_img-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
  max-height: 200px; }

.popular_category_new_two_img {
  margin-bottom: 25px; }

@media (max-width: 991.98px) {
  .popular_category_block__canvas:last-child {
    display: none; }
  .popular_category_new_two_link {
    width: calc(33.333% + 1px); } }

@media (max-width: 767.98px) {
  .popular_category__wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .popular_category_block_variant__tags_item {
    padding: 0.5rem 2rem 0.5rem 0; }
  .popular_category_block_variant__tags {
    padding-bottom: 0; }
  .popular_category_new_two_link {
    width: calc(50% + 1px); }
  .popular_category_block_new__canvas_title {
    font-size: 14px;
    padding-bottom: 6px;
    margin-bottom: auto; } }

@media (max-width: 576px) {
  .popular_category_block_variant__tags_item {
    padding: 1rem 2rem 1rem 0; }
  .popular_category_new_two_link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% + 1px);
    padding: 5px 5px;
    min-height: auto; }
    .popular_category_new_two_link .popular_category_block_new__canvas_title {
      padding: 5px 0; }
  .popular_category_new_two_img {
    height: 100%;
    width: auto;
    max-width: none; }
  .popular_category_new_two_img-container {
    height: 200px;
    width: auto; } }

@media (max-width: 399.98px) {
  .popular_category_block_variant__tags_item {
    display: block; }
  .popular_category_block_variant__comment {
    display: none; }
  .popular_category_new_two_img-container {
    height: 170px;
    width: auto; } }

/* End */


/* Start:/local/templates/.default/components/sotbit/crosssell.collection/origami_default/style.min.css?158757140230641*/
.catalog_section_block_tabs .recommended-poducts__title{padding:0}section .tabs_sale_block__caption{display:-ms-flexbox;display:-webkit-box;display:-moz-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;position:relative;margin:-1px 0 .5rem -1px}section .tabs_sale_block__caption li:last-child:before{content:'';position:absolute;bottom:-5px;left:0;right:-2px;z-index:-1;height:5px}.tabs_sale_block input[type=radio],section .tabs_sale_block__caption li:before{display:none}section .tabs_sale_block__caption:after{content:'';display:table;clear:both}section .tabs_sale_block__caption li{padding:1rem;min-width:120px;font-size:1.12rem;cursor:pointer;border-bottom:1px solid #ededed;font-weight:700;-webkit-transition:background ease .2s,color .2s;transition:background ease .2s,color .2s;text-align:center}section .tabs_sale_block__caption li:hover{color:#fb0040}section .tabs_sale_block__caption li:not(.active){cursor:pointer}section .tabs_sale_block__caption li.active{color:#fb0040;background:0 0;border-bottom:1px solid #fb0040}section .tabs_sale_block__content.active{display:block}section .tabs_sale_block__content{-webkit-box-ordinal-group:100;-moz-box-ordinal-group:100;-ms-flex-order:99;order:99;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;display:none;background:#fff}section .tabs_product_detail_card .tabs_sale_block__content_property{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}section .tabs_product_detail_card .tabs_sale_block__content_property:before{content:"";height:1px;width:100%;border-bottom:1px dotted #979797;position:absolute;bottom:11px}.tabs_product_detail_card .tabs_sale_block__content_property .tabs_sale_block__content_property_title,.tabs_product_detail_card .tabs_sale_block__content_property .tabs_sale_block__content_property_value,section .tabs_product_detail_card .tabs_sale_block__content_property .tabs_sale_block__content_property_title,section .tabs_product_detail_card .tabs_sale_block__content_property .tabs_sale_block__content_property_value{background:#fff;padding:.5rem 1rem;z-index:2}section .tabs_product_detail_card input[type=radio]:checked+label{border-top:none;border-left:none;border-right:none;border-bottom:1px solid #7fffd4;color:#fb0040}section .tabs_product_detail_card .tabs_sale_block__label{margin-bottom:2rem}section .tabs_product_detail_card .tabs_sale_block__content_existence_text{width:70%}section .tabs_product_detail_card .rating-block{width:calc(30% - 70px);text-align:right}section .tabs_product_detail_card .tabs_sale_block__content_existence{border-top:1px dotted #ededed;padding:2rem 0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.tabs_product_detail_card .tabs_sale_block__content_existence:last-child,section .tabs_product_detail_card .tabs_sale_block__content_existence:last-child{border-bottom:1px dotted #ededed}section .tabs_product_detail_card .tabs_sale_block__content_existence_photo{margin-right:1.5rem}.tabs_product_detail_card .tabs_sale_block__content_existence_photo img,section .tabs_product_detail_card .tabs_sale_block__content_existence_photo img{max-width:70px}section .tabs_product_detail_card .tabs_sale_block__name_marker{font-weight:700}.tabs_product_detail_card .tabs_sale_block__name_marker span,section .tabs_product_detail_card .tabs_sale_block__name_marker span{font-weight:400;opacity:.5}section .tabs_product_detail_card .tabs_sale_block__content_service{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}section .tabs_product_detail_card .tabs_sale_block__content_service__content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;border:1px solid #ededed;width:50%;padding:2.5rem 1rem 2.5rem 2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section .tabs_product_detail_card .tabs_sale_block__content_service__item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}section .tabs_product_detail_card .tabs_sale_block__content_service__photo{width:9rem;padding-right:1rem}.tabs_product_detail_card .tabs_sale_block__content_service__photo img,section .tabs_product_detail_card .tabs_sale_block__content_service__photo img{width:100%}section .tabs_product_detail_card .tabs_sale_block__content_service__text{width:calc(100% - 9rem);margin-bottom:3rem}section .tabs_product_detail_card .tabs_sale_block__content_service__buy{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767.98px){.tabs_product_detail_card{padding-bottom:3rem;border-bottom:1px solid #ededed}.tabs_product_detail_card .tabs_sale_block__label{width:100%;margin-bottom:0;border:1px solid #ced2d5;margin-top:-1px;position:relative}.tabs_product_detail_card .tabs_sale_block__label:before{position:absolute;display:block;content:'';right:1.5rem;top:50%;width:.5rem;height:.5rem;margin-top:-5px;border-top:1px solid #000;border-left:1px solid #000;background:#fff;-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.tabs_product_detail_card input[type=radio]:checked+label{border:1px solid #ced2d5;position:relative}.tabs_product_detail_card input[type=radio]:checked+label:before{position:absolute;display:block;content:'';right:1.5rem;top:50%;width:.5rem;height:.5rem;margin-top:0;border-top:1px solid #000;border-left:1px solid #000;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.tabs_product_detail_card .tabs_sale_block__content_service__content{width:100%;padding:1rem}.tabs_product_detail_card .tabs_sale_block__content_service__photo{width:4rem}.tabs_product_detail_card .tabs_sale_block__content_service__text{width:calc(100% - 4rem)}.tabs_product_detail_card .tabs_sale_block__content{padding:1rem 0}.tabs_product_detail_card .tabs_sale_block__content_existence{-ms-flex-wrap:wrap;flex-wrap:wrap}.tabs_product_detail_card .rating-block{width:100%}.tabs_product_detail_card.tabs_sale_block{display:block}.tabs_block__product_card{border-bottom:1px solid #ededed}}.tabs_sale_block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tabs_sale_block__label{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;display:block;padding:1rem;min-width:120px;cursor:pointer;border-bottom:1px solid #ededed;font-weight:700;-webkit-transition:background ease .2s;transition:background ease .2s;text-align:center}.tabs_sale_block__content{-webkit-box-ordinal-group:100;-moz-box-ordinal-group:100;-ms-flex-order:99;order:99;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;display:none;background:#fff}.tabs_sale_block input[type=radio]:checked+label{background:#fff;border-top:1px solid #ededed;border-left:1px solid #ededed;border-right:1px solid #ededed;border-bottom:1px solid #fff}.tabs_sale_block input[type=radio]:checked+label+.tabs_sale_block__content{display:block}.tabs_product_detail_card .tabs_sale_block__content_property{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.tabs_product_detail_card .tabs_sale_block__content_property:before{content:"";height:1px;width:100%;border-bottom:1px dotted #979797;position:absolute;bottom:11px}.tabs_product_detail_card input[type=radio]:checked+label{border-top:none;border-left:none;border-right:none;border-bottom:1px solid #fb0040;color:#fb0040}.tabs_product_detail_card .tabs_sale_block__label{margin-bottom:0}.tabs_product_detail_card .tabs_sale_block__content_existence_text{width:70%}.tabs_product_detail_card .rating-block{width:calc(30% - 70px);text-align:right}.tabs_product_detail_card .tabs_sale_block__content_existence{border-top:1px dotted #ededed;padding:2rem 0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.tabs_product_detail_card .tabs_sale_block__content_existence_photo{margin-right:1.5rem}.tabs_product_detail_card .tabs_sale_block__name_marker{font-weight:700}.tabs_product_detail_card .tabs_sale_block__content_service{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tabs_product_detail_card .tabs_sale_block__content_service__content{border:1px solid #ededed;width:50%;padding:2.5rem 1rem 2.5rem 2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs_product_detail_card .tabs_sale_block__content_service__content,.tabs_product_detail_card .tabs_sale_block__content_service__item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.tabs_product_detail_card .tabs_sale_block__content_service__photo{width:9rem;padding-right:1rem}.tabs_product_detail_card .tabs_sale_block__content_service__text{width:calc(100% - 9rem);margin-bottom:3rem}.tabs_product_detail_card .tabs_sale_block__content_service__buy{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.tabs-sale-block{width:100%}.tabs-sale-block .tabs_sale_block__content{max-width:1344px}.catalog_content__canvas{margin-bottom:2rem}.catalog_content__canvas_img{width:100%}@media (max-width:576px){.catalog_content__canvas{display:none}}#loadMore,.catalog_content__category_block_img{margin-bottom:2rem}.catalog_content__category,.catalog_content__category_item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.catalog_content__category{margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog_content__category_item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #ebedee;margin-top:-1px;margin-left:-1px;padding:1rem;text-align:center;width:20%;position:relative}.catalog_content__category_item:hover{-webkit-box-shadow:0 5px 9.7px .3px rgba(0,0,0,.15);box-shadow:0 5px 9.7px .3px rgba(0,0,0,.15)}@media (max-width:768px){.catalog_content__category_item{width:calc(50% + 1px)}}.catalog_content__category_block_img{height:110px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:460px){.catalog_content__category_block_img{height:85px;margin-bottom:7px}}.catalog_content__category_img{max-height:100%;max-width:100%}#loadMore{cursor:pointer;text-align:center;color:#949393}#loadMore .icon-nav_button{display:inline}#loadMore .icon-nav_button::before{top:-1px;position:relative}.catalog_content__category_comment{margin-bottom:2rem}.catalog_content__category_comment img{max-width:100%;max-height:100%}.block_main_left_menu__filter{border:1px solid #ced2d5;padding:2rem}.block_main_left_menu__filter_item,.block_main_left_menu__filter_item__title,.block_main_left_menu__title{margin-bottom:1rem}.block_main_left_menu__min_price{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.block_main_left_menu__input{width:40%;height:2rem;border:1px solid #e4e4e4;color:#000;text-align:center}.catalog_content__filter_horizon_item,.catalog_content__filter_horizon_title{display:inline-block}.catalog_content__filter_horizon_item{margin-left:1.5rem}.catalog_content__filter_horizon_item_wrapper{position:absolute;width:260px;z-index:350;background:#fff;display:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon_item_wrapper:before{content:'';position:absolute;display:block;bottom:100%;left:1.5rem;width:1rem;height:1rem;margin-bottom:-1.5rem;border-top:1px solid #ededed;border-left:1px solid #ededed;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner{background:#fff;border:1px solid #ededed;width:100%;margin:1rem 0 0!important;overflow:hidden;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.15);box-shadow:0 3px 3px rgba(0,0,0,.15)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx-filter-select-container,.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .radio_container_wrapper{margin:25px 20px}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .blank_ul_wrapper{padding:20px 0 0 20px;margin:12px 0 0}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper{margin:25px 20px 0}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value{color:#000;border:1px solid #e4e4e4;padding-left:.5rem;height:40px;width:100%;margin-bottom:.5rem}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-moz-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value:-ms-input-placeholder,.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-ms-input-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check{margin:0 20px;font-size:.8rem;color:#000;border-bottom:1px dotted #000;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check:hover{color:#fb0040;border-bottom:1px dotted #fb0040}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_reset{margin:20px 0 20px 4%;max-width:45%;width:100%}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_button{margin:20px 4% 20px 0;max-width:45%;width:100%}.catalog_content__filter_horizon #style-overflow-search{overflow-y:auto;overflow-x:hidden;max-height:15rem;cursor:pointer}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar{width:3px;background-color:transparent;border-radius:10px}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-track{border-radius:10px;background:0 0}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb{border-radius:10px;background:#ced2d5;border:1px solid #ced2d5}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb:hover{background:#ced2d5}.catalog_content__filter_horizon .blank_ul_wrapper>ul{padding:0;margin:0;list-style-type:none}.catalog_content__filter_horizon .blank_ul_wrapper{padding:1rem 0;margin:1rem 0 1.5rem;border-bottom:1px solid #ededed;border-top:1px solid #ededed}.catalog_content__filter_horizon .button_filter_block{cursor:pointer;outline:0;line-height:39px;display:inline-block;height:40px;padding:0 .5rem;text-decoration:none;color:#fff;border:1px solid #fb0040;background:#fb0040}.catalog_content__filter_horizon_item_name{cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon_item_name:hover{color:#fb0040}.catalog_content__filter_horizon{margin-bottom:0}.select_block{position:relative;width:100%;font-size:.9rem;color:#8b8b8b}.catalog_content__sort_horizon_property .select_block{padding:0}.select_block select{height:3rem;line-height:3rem;padding:0 15px 0 1rem;background:0 0;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #ededed}.select_block select::-ms-expand{display:none}.select_block select option{border:1px solid #000;line-height:20px;color:#8b8b8b}.select_block select:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.select_block .select-side{pointer-events:none;width:40px;position:absolute;top:0;height:100%;right:0;cursor:pointer}.select_block .select-side:before{position:absolute;display:block;content:'';width:10px;height:10px;top:50%;right:1rem;margin-top:-3px;border-bottom:1px solid #b4b4b4;border-right:1px solid #b4b4b4;-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform-origin:50% 0;transform-origin:50% 0}.catalog_content__sort_horizon_property{display:inline-block}.catalog_content__sort_horizon{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;height:3rem;line-height:3rem;margin-bottom:10px}.catalog_content__sort_horizon .select_block{margin-bottom:0}.catalog_content__sort_horizon .select_block select{border:0}.catalog_content__sort_horizon .custom-select-trigger{border:0;padding:0 2rem 0 1rem;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.catalog_content__sort_horizon .custom-select-trigger:hover:after{border-bottom:1px solid #fb0040;border-right:1px solid #fb0040}.catalog_content__sort_horizon .custom-select-trigger:after{width:6px;height:6px;border-bottom:1px solid #000;border-right:1px solid #000;margin-top:0}.catalog_content__sort_horizon .custom-options{min-width:12rem;color:#000;margin-top:.7rem}.catalog_content__sort_horizon .custom-options:before{position:absolute;display:block;content:'';bottom:100%;left:1.5rem;width:1rem;height:1rem;margin-bottom:-.45rem;border-top:1px solid #ced2d5;border-left:1px solid #ced2d5;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.catalog_content__sort_horizon .custom-option{border-bottom:1px solid #f0f1f2;line-height:2.3rem}.catalog_content__sort_horizon .custom-option:last-child{border-bottom:none}.catalog_content__sort_horizon .custom-option:active,.catalog_content__sort_horizon .custom-option:hover{color:#fb0040}.catalog_content__sort_horizon form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:100px}.catalog_content__sort_horizon .catalog_content__sort_horizon_btn-block{top:calc(50% - 1.15rem);position:absolute;right:0}.catalog_content__sort_horizon .catalog_content__sort_horizon_btn{margin-left:10px}.catalog_content__sort_horizon span.catalog_content__sort_horizon_btn{fill:#fb0040}.catalog_content__sort_horizon a.catalog_content__sort_horizon_btn{fill:#bdbdbd}.catalog_content__sort_horizon_view_card{float:right}.catalog_content__sort_horizon_view_card .sort_horizon_view_card{display:inline-block;width:1.5rem;height:1.5rem;opacity:.5;margin:0 .5rem}.catalog_content__sort_horizon_view_card .sort_horizon_view_card.active{opacity:1}.show_more_block{position:relative;border:1px solid #fb0040;padding:1rem 0;color:#fb0040;cursor:pointer}.show_more_block .icon-nav_button{display:inline-block;position:relative;top:-1px}.show_more_block:hover{border-color:#fb0040;background-color:#fb0040;color:#fff}.show_more_block:hover.btnLoaderCustom>.loader-btn{fill:#fff}.show_more_block:hover .sk-wave .sk-rect{color:#fff;background-color:#fff}.show_more_block.btnLoaderCustom>.loader-btn{left:calc(50% - 10px);top:calc(50% - 10px);fill:#fb0040}.show_more_block.fonts__main_comment.loaderBtns,.show_more_block.fonts__main_comment.loaderBtns i{color:transparent}.show_more_block.fonts__main_comment.loaderBtns .sk-wave{display:block}.block_page_navigation,.show_more_block{text-align:center;margin-bottom:2.5rem}.block_page_navigation>a,.block_page_navigation>span{padding:.3rem .7rem;margin:0 .5rem}@media (max-width:768px){.block_page_next,.block_page_previous{display:none}}.block_page_current{border:1px solid #fb0040}.catalog_section_block{padding-left:15px;padding-right:15px;margin-bottom:60px}.catalog_section_block .product_card__block_item{width:25%;margin-bottom:-1px}.catalog_section_block .product_card__block_item-4{width:25%}.catalog_section_block .catalog_section_block .product_card__block_item-5{width:20%}.catalog_section_block .catalog_section_block .product_card__block_item-3{width:33.3333333%}.catalog_section_block.catalog_section_block_bestsellers{padding:0 0 32px}@media (max-width:768px){.catalog_section_block{padding-left:15px;padding-right:0;margin-bottom:40px}}.catalog_content__category_img_title{font-size:.9rem}.product_card__block_item>div{height:100%}.block__product_cards,.tabs_block__product_card{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.block__product_cards .product_card__inner,.tabs_block__product_card .product_card__inner{-ms-flex-preferred-size:270px;flex-basis:270px;width:auto;margin-left:-1px}.block__product_cards .product_card__inner.product_card__inner--row,.tabs_block__product_card .product_card__inner.product_card__inner--row{width:100%;-ms-flex-preferred-size:none;flex-basis:none}.block__product_cards{margin-bottom:37px}.catalog_section_page{border-top:1px solid #eee;padding:2rem 0 3rem;position:relative}.catalog_section_page .popular_category_block_variant__canvas{margin-bottom:3rem}.catalog_section_page .catalog_content__sort_horizon_view_card{position:absolute;top:-2.5rem;right:0}@media (max-width:1199.98px){div.catalog_section_block .product_card__block_item{width:25%}div.catalog_section_block .product_card__block_item.product_card__block_item--row{width:100%}}@media (max-width:991.98px){div.catalog_section_block .product_card__block_item{width:calc(100%/3)}div.catalog_section_block .product_card__block_item.product_card__block_item--row{width:100%}}@media (max-width:767.98px){div.catalog_section_block .product_card__block_item{width:50%;height:100%}div.catalog_section_block .product_card__block_item.product_card__block_item--row{width:100%}.catalog_content__sort_horizon,.catalog_content__sort_horizon form{display:initial}.catalog_content__sort_horizon_btn-block{display:none}}@media (max-width:576px){.catalog_content__canvas{display:none}.catalog_content__canvas.catalog_content__canvas--display{display:block}div.catalog_section_block .product_card__block_item{width:100%;height:100%}}.catalog-wrapper{padding-left:15px;padding-right:15px}@media (max-width:576px){.catalog-wrapper{padding-left:15px;padding-right:15px}.catalog-wrapper .block_main_left_menu__content.no-padding{padding:0!important}.catalog_content__sort_horizon form{padding-right:0}}.catalog_section_block_bestsellers .product_card__block_item{width:100%}.block__product_cards.block__product_cards--row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product_card__block_item.product_card__block_item--row{width:100%;margin-bottom:-1px}.catalog_section_block_tabs .product_card__inner{-ms-flex-preferred-size:270px;flex-basis:270px;width:auto}.catalog_section_block_tabs .product_card__block_item_inner{margin-left:-1px}.catalog_section_block_tabs:not(.main-container){padding:0!important}@media (max-width:1299.98px){.bx_filter .bx_filter_section,.catalog_content__category_item{padding:1rem}}@media (max-width:1199.98px){div.catalog_section_block .product_card__block_item{width:33.33%}}@media (max-width:991.98px){.catalog_content__category_item{padding:1.5rem}#loadMore,.catalog_content__category,.catalog_content__category_block_img{margin-bottom:1rem}}@media (max-width:767.98px){.catalog_section_block{padding-left:15px;padding-right:15px}.catalog_content__category_item,div.catalog_section_block .product_card__block_item{width:50%}.catalog_content__sort_horizon{margin-bottom:1rem}.rating-block-title{display:none}.product-detail-info-block-comment{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem}.product-detail-info-block-title{text-align:center}.product-detail-photo-block .product_card__block_icon,.product-detail-photo-block .sticker_product{top:1rem}.product-detail-price-and-cheaper{background:#f7f7f7;text-align:center;padding:2rem 1rem 0}.product-detail-price-and-cheaper .product-detail-title-price{display:inline-block}.product-detail-price-and-cheaper .product_card__block__new_price_product{padding-right:0;padding-bottom:0}.product-detail-price-and-cheaper .product_card__block__old_price_product{display:block;font-size:.8rem;margin:.3rem 0 .5rem}.product-detail-price-and-cheaper .product-detail-info-block-price{padding-bottom:1rem}.product-detail-info-block-brand{padding:2.5rem 1rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;border-bottom:1px solid #ededed}.product-detail-info-block-brand .product-detail-info-block-brand-link{margin-bottom:0}.product-detail-info-block-main-property{text-align:center}.product-detail-info-block .block-property-text-item{opacity:.5}.product-detail-info-block .block-property-color-item.active,.product-detail-info-block .block-property-text-item.active{opacity:1}.product-detail-info-block .product-detail-info-block-size,.product-detail-info-block-basic-property,.product-detail-share-block-comment{display:none}.product-detail-info-block .product-detail-info-block-basket{position:fixed;bottom:0;left:0;width:100%;background:#fff;z-index:555;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding-bottom:0}.product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper{width:50%}.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus{width:33.33%;height:100%;line-height:3.2rem}.product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn{width:100%;margin-bottom:1.5rem;padding:.8rem .5rem}.product-detail-info-block .block-advantages-title{text-align:center;font-size:1.5rem}.product-detail-info-block .product-detail-info-block-advantages-item{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}.product-detail-info-block .product-detail-info-block-advantages-item img{max-width:50px;margin-right:0;margin-bottom:1rem}.product-detail-info-block .product-detail-info-block-advantages{border-bottom:1px solid #ededed}.product-detail-share-block-button{margin-right:0;width:100%;text-align:center;padding:.8rem 1.5rem}.product-detail-info-block-one-click-basket{margin-bottom:2rem;border-bottom:1px solid #ededed}.product_card__block_item{width:100%}.detail-product-advice.owl-carousel .owl-dot span,.detail-product-advice.owl-carousel .owl-dot.active span{display:block;width:8px;height:8px;border:1px solid #ededed;border-radius:50px;margin-right:1.333rem}.detail-product-advice.owl-carousel .owl-dot.active span{border:1px solid #fb0040;background:#fb0040}.detail-product-advice.owl-carousel .owl-dots{display:block;text-align:center;margin-top:1rem;padding-bottom:2rem}.tabs_block__product_card{padding-right:0}.detail-product-advice.owl-carousel .product_card__block{padding:2rem 0}.product_set_item .d24,.product_set_item::before{right:50%;top:auto;bottom:0;margin-top:auto;margin-bottom:-27px;margin-right:-27px}.product_set_item .d24{margin-bottom:-13px;margin-right:-2px}.product_set_comment{padding-bottom:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.puzzle_block .detail_product{border-bottom:1px solid #ededed;margin-bottom:2.5rem;padding-bottom:2.5rem}.product_set_comment__price{padding-right:0;padding-bottom:1rem}.product-detail-info-block .product-detail-info-block-basket .main_btn{width:100%;height:100%;padding:.8rem}.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity{width:50%;margin-left:0}}@media (max-width:575.98px){.catalog_content__category_item,div.catalog_section_block .product_card__block_item{width:100%}.product_card__block__article{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.block_page_navigation>a,.block_page_navigation>span{padding:.3rem .7rem;margin:0 .3rem}.catalog_content__sort_horizon_property{display:block}}
/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17297601501265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/.default/components/sotbit/crosssell.collection.list/origami_default/style.min.css?1636051369252*/
.youtube_title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:24px}.youtube_title>a{font-size:14px}.youtube_wrapper{display:flex;flex-wrap:wrap}.youtube_item{max-width:20%}.youtube_item iframe{max-width:100%}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/origami_section/style.min.css?15875713983274*/
.recommended-products{margin-bottom:60px}.recommended-products__slider.owl-carousel{width:calc(100% + 20px);margin-left:-10px}.recommended-products__slider .product_card__inner{width:100%}.recommended-products__slider .owl-stage{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;padding-bottom:10px}.recommended-products__slider.owl-carousel .owl-nav .owl-prev{left:10px}.recommended-products__slider.owl-carousel .owl-nav .owl-next{right:10px}.recommended-products__slider .owl-item{position:relative}.recommended-products__slider .owl-item .product_card__block_item_inner-wrapper,.recommended-products__slider .owl-item>div{height:100%}@media (max-widrh:768px){.recommended-products__slider .owl-nav{display:none}.recommended-products__slider.owl-carousel{width:100%;margin-left:0}}.recommended-products__row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.recommended-products__row.recommended-products__row--5>div{width:20%}.recommended-products__row.recommended-products__row--5 .product_card__inner{width:100%}.recommended-products__row.recommended-products__row--5 .product-card-inner__buy{margin-left:auto;margin-right:auto}.recommended-products__row.recommended-products__row--4>div{width:25%}.recommended-products__row.recommended-products__row--4 .product_card__inner{width:100%}.recommended-products__row.recommended-products__row--4 .product-card-inner__buy{margin-left:auto;margin-right:auto}.recommended-products__row.recommended-products__row--3>div{width:calc(100%/3)}.recommended-products__row.recommended-products__row--3 .product_card__inner{width:100%}.recommended-products__row.recommended-products__row--3 .product-card-inner__buy{margin-left:auto;margin-right:auto}@media (max-width:1200px){.recommended-products__row.recommended-products__row--3>div,.recommended-products__row.recommended-products__row--4>div,.recommended-products__row.recommended-products__row--5>div{width:calc(100%/3)}.recommended-products__row .product_card__block_item_inner-wrapper{max-width:100%}}@media (max-width:768px){.recommended-products__row.recommended-products__row--3>div,.recommended-products__row.recommended-products__row--4>div,.recommended-products__row.recommended-products__row--5>div{width:50%}}@media (max-width:520px){.recommended-products__row.recommended-products__row--3>div,.recommended-products__row.recommended-products__row--4>div,.recommended-products__row.recommended-products__row--5>div{width:100%}}.recommended-products__slider{display:none}.recommended-products__slider .slick-initialized{display:block}.recommended-products__slider .slick-list{padding-left:3px;margin-right:-7px}.recommended-products__slider .slick-slide{margin-left:-1px}.recommended-products__slider .slick-slide.slick-active .product_card__inner{border-color:#ededed}.recommended-products__slider .slick-slide .product_card__inner{border-color:transparent}@media (max-width:1200px){.recommended-products__slider{display:none}.recommended-products__slider .slick-list{margin-right:0}}@media (max-width:768px){.recommended-products__slider .slick-slide .product_card__inner{border-color:#ededed}}[id^=blocks_main_] .catalog_section_block,[id^=blocks_main_] .recommended-products{margin-bottom:0}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/origami_item/style.min.css?163605136975883*/
.product-card-inner__stickers,.product_card__inner{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.product_card__inner{height:100%;width:270px;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #ededed;position:relative}.product_card__inner p{padding-bottom:0}.product_card__inner:hover{z-index:100;-webkit-box-shadow:5px 3px 10px rgba(0,0,0,.15);box-shadow:5px 3px 10px rgba(0,0,0,.15)}.product_card__inner:hover .product-card-inner__img-view{display:block}.product_card__inner:hover .product-card-inner__title-link{color:var(--main-color)}.product_card__inner:hover .product-card-inner__icon::before{color:#807f7f}.product-card-inner__stickers{position:absolute!important;top:16px;left:13px;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:50px;z-index:53}.product-card-inner__stickers .timer{position:relative;top:0;left:0;width:100%;padding:0;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-card-inner__stickers .timer .timer-wrapper{position:relative;top:0;left:0}.product-card-inner__sticker{margin-right:5px;margin-bottom:5px;padding:2px 10px;font-size:11px;color:#fff;font-weight:700;background-color:var(--main-color)}.product-card-inner__icons{position:absolute;right:16px;top:16px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:25px;margin-bottom:15px;z-index:53}.product-card-inner__icon{cursor:pointer;position:relative;width:26px;height:26px;margin-bottom:8px;border-radius:50%;-webkit-transition:.2s;transition:.2s}.product-card-inner__icon:hover{background-color:#ededed}.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity=compare-checkbox].active svg,.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity=compare-checkbox]:hover svg,.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity=wish].active svg,.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity=wish]:hover svg,.product-card-inner__icon.active:hover svg,.product-card-inner__icon:hover svg{fill:var(--main-color)}.product-card-inner__icon svg{position:absolute;top:calc(50% - 8px);left:calc(50% - 8px);fill:#bdbdbd}.product-card-inner__icon.active{background-color:var(--main-color)}.product-card-inner__icon.active svg{fill:#fff}.product-card-inner__icon.active:hover{background-color:#ededed!important}.product-card-inner__img-wrapper{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:150px;margin-bottom:11px;overflow:hidden}.product-card-inner__img-view{position:absolute;top:80px;left:calc(50% - 70px);display:none;width:140px;padding:6px 9px;font-size:12px;color:#fff;font-weight:700;background-color:rgba(54,53,53,.7);cursor:pointer;z-index:53}.product-card-inner__img-link{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:15px;width:100%;height:100%;position:relative}.product_card__inner .product-card-inner__img-wrapper .product-card-inner__img-link>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-ms-flex-negative:0;flex-shrink:0}.product-card-inner__title{margin-bottom:13px;text-align:center;font-size:1rem;line-height:1rem;font-weight:700;color:#000}.product-card-inner__title-link{display:block;min-height:39px;color:#000;font-size:1rem;font-weight:700;line-height:20px}.product-card-inner__title-link:hover{color:var(--main-color)}.product-card-inner__info,.product-card-inner__rating-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.product-card-inner__rating-block{height:14px;margin-left:auto;margin-right:auto;cursor:auto;margin-bottom:17px;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-card-inner__rating-block .bx_item_detail_rating .bx_stars_container{cursor:auto}.product-card-inner__option-item input,.product-card-inner__rating-block .rating-block-title{display:none}.product-card-inner__info{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:180px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:14px}.product-card-inner__info>.product-card-inner__vendor-code,.product-card-inner__info>div{margin:0 auto;padding:0 3px}.product-card-inner__quantity{display:block;position:relative;margin:0;padding-left:15px;font-size:11px;color:#000}.product-card-inner__quantity--lot::before{content:url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11px' height='11px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%2300b02a'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;top:2px;left:0}.product-card-inner__quantity--few::before{content:url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11px' height='11px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23ffd876'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;top:2px;left:0}.product-card-inner__quantity--enough::before{content:url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAeFBMVEX////JASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASkAAABW4CSsAAAAJ3RSTlMAQ94K2iQLhIIVgYUihtmwVnt5sUe/ZGNIzyxQTecPHx0MauTg42iJdFSmAAAAAWJLR0QnLQ+oIwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+MDDAogAMlhp5AAAABMSURBVAjXHcZHAkAwAADBJSFC9N67/z8RmdMAOK7rYAnpedK3VYHWYfTPSBErkZivaUZekJVQ1dC0UHf0A4wTDD3zAusG+8xxXtb9vHWvBEG36StCAAAAAElFTkSuQmCC);position:absolute;top:1px;left:0}.product-card-inner__quantity--none::before{content:url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAALVBMVEX////QIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEMAAAAVbAepAAAADnRSTlMAT8H2ifuaTlOX/Ehp/ouaMcMAAAABYktHRA5vvTBPAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4wMMCiUSR68inQAAAEJJREFUCNdjYBAyVmRgYAmrmOXAILqB4exCBjUGnjuTGMwZzh5oZrDgucNQzKB59gBDEoPUHQbuQAaWle2pDgxgXQDQ4g9peIy43QAAAABJRU5ErkJggg==);position:absolute;top:1px;left:0}.product-card-inner__vendor-code{margin:0;font-size:11px;color:#807f7f}.product-card-inner__price{margin-bottom:10px}.product-card-inner__action-price{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:auto;margin-right:auto;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:3px;max-width:188px}.product-card-inner__old-price{position:relative;display:inline-block;margin:0 auto;padding:0 4px;font-size:14px;color:#cbcbcb}.product-card-inner__old-price::before{content:"";position:absolute;top:10px;left:-2px;height:1px;width:100%;background-color:#cbcbcb}.product-card-inner__new-price{margin:0 auto;padding:0 4px;font-size:18px;color:#000;font-weight:700}.product-card-inner__new-price span{font-size:14px;font-weight:700}.product-card-inner__saving,.product-card-inner__saving-title{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-card-inner__saving-title{margin:0;font-size:11px}.product-card-inner__saving-value{margin-left:3px;padding:0 6px;color:#00b02a;border:1px solid #00b02a}.product-card-inner__option-price-retail{margin-bottom:5px;text-align:center}.product-card-inner__option-price-gross{text-align:center}.product-card-inner__option-price-title{margin:0 0 -3px;font-size:12px;color:#989898}.product-card-inner__option-price-value{margin:0;font-size:18px;font-weight:700}.product-card-inner__form{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-card-inner__form .product-card-inner__buttons-block{margin-top:auto}.product-card-inner__form,.product-card-inner__option{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-card-inner__option-color{margin-bottom:13px;-webkit-box-ordinal-group:0;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.product-card-inner__option-memory{padding-bottom:13px}.product-card-inner__option-title{margin:0 0 4px;font-size:13px;font-weight:700;text-align:center}.product-card-inner__option-list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 5px}.product-card-inner__option-color .product-card-inner__option-item{width:38px;height:38px}.product-card-column .product-card-column__image-wrapper-link img,.product-card-inner__option-color .product-card-inner__option-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content{position:relative}.product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::before{position:absolute;content:"";top:50%;left:0;width:30px;height:1px;background-color:#7c7b7a;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::after{position:absolute;content:"";top:50%;left:0;width:30px;height:1px;background-color:#7c7b7a;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.product-card-inner__option-item{height:38px;min-width:38px;margin:2px;padding:3px;border:1px solid #e9e9e9;cursor:pointer}.product-card-inner__option-item:hover{border-color:#e9e9e9;-webkit-box-shadow:0 0 1px 0 #bfbdbd;box-shadow:0 0 1px 0 #bfbdbd}.product-card-inner__option-item.checked,.product-card-inner__option-item.checked:hover{border-color:var(--main-color)}.product-card-inner__option-item.checked p{font-weight:700}.product-card-inner__option-item img{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:30px;border:1px solid #e9e9e9;overflow:hidden}.product-card-inner__option-item p{margin:0;font-size:14px;text-align:center;vertical-align:middle}.product-card-inner__option-item.disabled p{color:#bcbcbc}.product-card-inner__option-item-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-card-inner__option-item-content span{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;padding:2px}.product-card-inner__buy{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:235px;padding:0}.product-card-inner__buy .btnLoaderCustom{position:relative;font-size:inherit!important}.product-card-inner__buy .btnLoaderCustom .product-card-inner__in-basket{color:transparent}.product-card-inner__buy .btnLoaderCustom .loader-btn{top:calc(50% - 10px);left:calc(50% - 10px)}.product-card-inner__buy>div{margin-left:auto;margin-right:auto;padding-top:13px}.product-card-inner__buy,.product-card-inner__counter{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto}.product-card-column .product-card-inner__counter input,.product-card-inner__counter input{width:34px;padding:9px 3px;height:40px;font-weight:700;text-align:center;border-left:none;border-right:none;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.product-card-inner__counter-btn{margin:0;padding:0 8px;height:40px;background-color:transparent;border:1px solid #e6e6e6;cursor:pointer}.product-card-inner__counter-btn:hover{background-color:#f2f2f2}.product-card-inner__in-basket{-ms-flex-preferred-size:106px;flex-basis:106px;height:40px;margin-left:auto;padding:0 16px;color:#fff;font-weight:700;background-color:var(--main-color);border:0;cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.product-card-inner__in-basket:hover{background-color:var(--main-color-hover)}.product-card-inner__product-basket{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;padding:13px 15px 0}.product-card-inner__product-basket-btn{position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:100%;height:40px;text-align:center;color:#fff;font-weight:700;line-height:40px;background-color:#00b02a}.product-card-inner__product-basket-btn:focus,.product-card-inner__product-basket-btn:hover{color:#fff;background-color:#007d1e}.product-card-inner__product-basket-btn::before,.product-card-inner__product-subscribe-btn::before{content:url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");position:relative;top:3px;padding-right:5px}.product-card-inner__subscribe{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;padding:0 15px}.product-card-inner__buttons-block{padding-bottom:13px;cursor:pointer}.product-card-inner__product-subscribe-btn{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:100%;height:40px;text-align:center;color:#fff;font-weight:700;line-height:40px;background-color:var(--main-color);-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.product-card-inner__product-subscribe-btn:hover{color:#fff;background-color:var(--main-color-hover)}.product-card-inner__product-subscribe-btn.product-card-inner__product-subscribe-btn--active{background-color:#00b02a}.product-card-inner__product-subscribe-btn.product-card-inner__product-subscribe-btn--active:hover{background-color:#007d1e}.product_card__inner-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:100%;position:relative;top:0;left:0;padding:16px 16px 24px;background-color:#fff}.product-card-inner__buttons-block.product-mode-N .product-card-inner__buttom-more-btn{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:40px;font-weight:700;font-size:14px;color:#fff}.product_card__inner.product_card__inner--two{padding:0;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product_card__inner.product_card__inner--two .product-card-inner__form{display:none}.product_card__inner.product_card__inner--two .product-card-inner__buttons-block{padding-top:0}.product_card__inner.product_card__inner--two .product_card__inner-wrapper{width:100%;min-height:100%;position:relative;top:0;left:0;padding:16px 16px 24px;background-color:#fff}.product_card__inner.product_card__inner--two .product-card-inner__rating-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_card__inner.product_card__inner--two:hover{border:0;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--two:hover .product_card__inner-wrapper{position:absolute;z-index:10;top:0;left:0;border:1px solid #ededed;-webkit-box-shadow:5px 3px 10px rgba(0,0,0,.15);box-shadow:5px 3px 10px rgba(0,0,0,.15)}.product_card__inner.product_card__inner--two:hover .product-card-inner__form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.product_card__inner.product_card__inner--two .product-card-inner__buttom-more-btn{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:40px;font-weight:700;font-size:14px;color:#fff}.product_card__inner.product_card__inner--five,.product_card__inner.product_card__inner--four,.product_card__inner.product_card__inner--three{padding:0}.product_card__inner.product_card__inner--three .product-card-inner__buttons-block{display:none}.product_card__inner.product_card__inner--three .product_card__inner-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:100%;position:relative;top:0;left:0;padding:16px 16px 24px;background-color:#fff}.product_card__inner.product_card__inner--three .product-card-inner__rating-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_card__inner.product_card__inner--three .product-card-inner__buttons-block{padding-top:0;margin-top:auto}.product_card__inner.product_card__inner--three:hover{border:0;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--three:hover .product_card__inner-wrapper{position:absolute;z-index:10;top:0;left:0;border:1px solid #ededed;-webkit-box-shadow:5px 3px 10px rgba(0,0,0,.15);box-shadow:5px 3px 10px rgba(0,0,0,.15)}.product_card__inner.product_card__inner--four .product-card-inner__buy,.product_card__inner.product_card__inner--four .product-card-inner__option{display:none}.product_card__inner.product_card__inner--four .product-card-inner__subscribe,.product_card__inner.product_card__inner--three:hover .product-card-inner__buttons-block{display:block}.product_card__inner.product_card__inner--four .product-card-inner__buttom-more{padding-top:13px}.product_card__inner.product_card__inner--four .product-card-inner__buttom-more-btn{display:block;position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:100%;height:40px;text-align:center;color:#fff;font-weight:700;line-height:40px;background-color:var(--main-color);-webkit-transition:.2s;transition:.2s}.product_card__inner.product_card__inner--five .product-card-inner__buttom-more-btn:hover,.product_card__inner.product_card__inner--four .product-card-inner__buttom-more-btn:hover{background-color:var(--main-color-hover)}.product_card__inner.product_card__inner--four .product_card__inner-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:100%;position:relative;top:0;left:0;padding:16px 16px 24px;background-color:#fff}.product_card__inner.product_card__inner--four .product-card-inner__rating-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_card__inner.product_card__inner--four:hover{z-index:10}.product_card__inner.product_card__inner--five .product-card-inner__buttons-block,.product_card__inner.product_card__inner--five .product-card-inner__buy{display:none}.product_card__inner.product_card__inner--five .product-card-inner__subscribe{display:block}.product_card__inner.product_card__inner--five .product-card-inner__buttom-more{padding-top:13px}.product_card__inner.product_card__inner--five .product-card-inner__buttom-more-btn{display:block;position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:100%;height:40px;text-align:center;color:#fff;font-weight:700;line-height:40px;background-color:var(--main-color);-webkit-transition:.2s;transition:.2s}.product_card__inner.product_card__inner--five .product_card__inner-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:100%;position:relative;top:0;left:0;padding:16px 16px 24px;background-color:#fff}.product_card__inner.product_card__inner--five .product-card-inner__rating-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_card__inner.product_card__inner--five:hover{border:0;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--five:hover .product_card__inner-wrapper{position:absolute;z-index:10;top:0;left:0;border:1px solid #ededed;-webkit-box-shadow:5px 3px 10px rgba(0,0,0,.15);box-shadow:5px 3px 10px rgba(0,0,0,.15)}.product_card__inner.product_card__inner--five:hover .product-card-inner__form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.product_card__inner.product_card__inner--five:hover .product-card-inner__buttons-block{display:block}.product_card__block_item_inner,.product_card__block_item_inner-wrapper{height:100%}.product_card__inner.product_card__inner--row{-ms-flex-preferred-size:auto;flex-basis:auto;min-height:240px}.product_card__inner.product_card__inner--row .product_card__inner-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:11px 20px;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.product_card__inner.product_card__inner--row .product-card-inner__img-wrapper{position:relative;width:200px;-ms-flex-negative:0;flex-shrink:0;margin-right:30px}.product_card__inner.product_card__inner--row .product-card-inner__img-view{text-align:center}.product_card__inner.product_card__inner--row .product-card-inner__stickers{left:0}.product_card__inner.product_card__inner--row .product-card-inner__icons{top:2px;right:17px}.product_card__inner.product_card__inner--row .product-card-inner__description-wrapper{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:10px}.product_card__inner.product_card__inner--row .product-card-inner__title{margin-bottom:11px;text-align:left}.product_card__inner.product_card__inner--row .product-card-inner__title-link{min-height:auto;font-size:17px;line-height:25px}.product_card__inner.product_card__inner--row .product-card-inner__info-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:23px}.product_card__inner.product_card__inner--row .product-card-inner__info{width:auto;max-width:none;margin-bottom:0}.product_card__inner.product_card__inner--row .product-card-inner__info>div{margin-left:0}.product_card__inner.product_card__inner--row .product-card-inner__vendor-code{margin-right:20px;margin-left:0;color:gray;font-size:1rem;-webkit-box-ordinal-group:0;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.product_card__inner.product_card__inner--row .product-card-inner__vendor-code span{color:#000}.product_card__inner.product_card__inner--row .product-card-inner__quantity{font-size:1rem}.product_card__inner.product_card__inner--row .product-card-inner__rating-block{width:100%;margin-bottom:8px;margin-left:0;margin-right:18px;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product_card__inner.product_card__inner--row .bx_item_detail_rating{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.product_card__inner.product_card__inner--row .product-card-inner__quantity--lot::before{top:0}.product_card__inner.product_card__inner--row .product-card-inner__option-list{-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product_card__inner.product_card__inner--row .product-card-inner__option-color{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item{height:30px;width:30px}.product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::after,.product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::before{left:-3px;width:29px}.product_card__inner.product_card__inner--row .product-card-inner__option-title{color:gray;font-weight:400;text-align:left}.product_card__inner.product_card__inner--row .product-card-inner__option-item{width:auto;height:30px;min-width:30px}.product_card__inner.product_card__inner--row .product-card-inner__option-memory{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper{position:relative;width:100%;-ms-flex-negative:0;flex-shrink:0;max-width:250px;padding-left:20px;margin:5px 0;border-left:1px solid #ededed;border-top:none}.product_card__inner.product_card__inner--row .product-card-inner__option-price-retail{margin-bottom:8px;text-align:left}.product_card__inner.product_card__inner--row .product-card-inner__option-price-retail:last-of-type{margin-bottom:0}.product_card__inner.product_card__inner--row .product-card-inner__option-price-title{padding-bottom:7px;line-height:12px}.product_card__inner.product_card__inner--row .product-card-inner__price{margin-bottom:11px}.product_card__inner.product_card__inner--row .product-card-inner__action-price{margin:0 0 10px;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:none}.product_card__inner.product_card__inner--row .product-card-inner__saving{margin-bottom:20px;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product_card__inner.product_card__inner--row .product-card-inner__old-price{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0}.product_card__inner.product_card__inner--row .product-card-inner__new-price{margin:0 10px 0 0;line-height:18px}.product_card__inner.product_card__inner--row .product-card-inner__buy{margin-left:0;margin-right:0}.product_card__inner.product_card__inner--row .product-card-inner__buy>div{padding-top:0;margin-left:0;margin-right:0}.product_card__inner.product_card__inner--row .product-card-inner__buy div[id$=_basket_actions]{max-width:130px;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product_card__inner.product_card__inner--row .product-card-inner__buy .product-card-inner__in-basket{width:100%;-ms-flex-preferred-size:auto;flex-basis:auto}.product_card__inner.product_card__inner--row .product-card-inner__counter input{width:29px}.product_card__inner.product_card__inner--row .product-card-inner__product-basket{padding:0}.product_card__inner.product_card__inner--row .product-card-inner__one-click-basket{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:40px;width:100%;margin-top:20px;border:1px solid var(--main-color);cursor:pointer}.product_card__inner.product_card__inner--row .product-card-inner__one-click-basket:hover{border-color:var(--main-color-hover)}.product_card__inner.product_card__inner--row .product-card-inner__one-click-basket:hover .product-card-inner__one-click-text{color:var(--main-color-hover)}.product_card__inner.product_card__inner--row .product-card-inner__one-click-basket.btnLoaderCustom span{font-size:0}.product_card__inner.product_card__inner--row .product-card-inner__one-click-basket.btnLoaderCustom .loader-btn{fill:var(--main-color);left:calc(50% - 10px)}.product_card__inner.product_card__inner--row .product-card-inner__one-click-text{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;font-size:14px;color:var(--main-color);text-align:center}.product_card__inner.product_card__inner--row .product-card-inner__subscribe{padding:0}.product_card__inner.product_card__inner--row .product-card-inner__buttom-more+.product-card-inner__subscribe{margin-top:12px}.product_card__inner.product_card__inner--row .product-card-inner__product-subscribe-btn::before{content:none}.product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn,.product_card__inner.product_card__inner--row .product-card-inner__buttons-block.product-mode-N .product-card-inner__buttom-more-btn{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:40px;font-weight:700;font-size:14px;color:#fff}.product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn{display:none}.product_card__inner.product_card__inner--row .product-card-inner__buttons-block.product-mode-N .product-card-inner__buttom-more-btn{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.product_card__inner.product_card__inner--row .product-card-inner__buttons-block{padding-bottom:3px}.product_card__inner.product_card__inner--row .product-card-inner__info-more{display:none}@media (max-width:768px){.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min{height:auto}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min:nth-child(2n) .product_card__inner.product_card__inner--row{border-right:none}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min:nth-child(2n+1) .product_card__inner.product_card__inner--row{border-left:none}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner--row:hover{-webkit-box-shadow:none;box-shadow:none}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner-wrapper{display:block}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__img-wrapper{float:left;height:70px;margin-bottom:0}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__description-wrapper{padding-left:100px}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__form,.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__info{display:none}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__buy-wrapper{padding-top:0;padding-left:100px;margin:0;border:0}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__saving{display:none}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__action-price{-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner.product_card__inner--row{min-height:auto}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__title-link{max-height:40px;overflow:hidden;font-size:13px;line-height:20px;font-weight:400}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__action-price{font-size:14px;line-height:21px}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__new-price{padding-left:0;font-weight:700;font-size:14px;line-height:21px}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__old-price{font-size:12px}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__title{margin:0 0 2px}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__info-wrapper{margin:0}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icons{top:4px;right:4px}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;margin-bottom:4px;background-color:#ededed;opacity:.5}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon.active{opacity:1;background-color:var(--main-color)}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon.active svg{fill:#fff}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon svg{fill:#000}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__old-price~.product-card-inner__new-price{color:var(--main-color)}.product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__img-link{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-top:0}}.product-card-column__buttons .product-card-inner__buttons-block{padding-bottom:0}.product-card-column__buttons .product-card-inner__buttons-block .product-card-inner__buttom-more-btn{width:auto;margin-left:20px;padding:0 30px}.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column{margin:0;border-left:1px solid #ededed;border-top:1px solid #ededed;border-right:1px solid #ededed;-webkit-transition:all .2s ease;transition:all .2s ease}.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:last-child{border-bottom:1px solid #ededed}.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:last-child:hover{border-bottom:1px solid transparent}.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:hover{border:1px solid transparent;border-bottom:0;-webkit-box-shadow:0 2px 16px rgba(0,0,0,.15);box-shadow:0 2px 16px rgba(0,0,0,.15)}.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:hover .product-card-column__title{color:var(--main-color)}.product-card-column{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:10px}.product-card-column .product-card-inner__product-subscribe-btn{white-space:nowrap}.product-card-column .product-card-inner__in-basket .icon_cart_medium,.product-card-column .product-card-inner__product-subscribe-btn:before{display:none}.product-card-column .product-card-column__image-wrapper{width:60px;height:60px;margin-right:20px}.product-card-column .product-card-inner__product-basket-btn{padding:0 30px}.product-card-column .product-card-inner__product-basket{padding:0;margin-left:20px;white-space:nowrap}.product-card-column .product-card-column__image-wrapper-link{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:60px;height:60px;overflow:hidden}.product-card-column .product-card-column__buttons,.product-card-column .product-card-column__image-wrapper-link{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.product-card-column .product-card-column__title{display:block;font-size:15px;line-height:24px}.product-card-column .product-card-column__data-btns{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.product-card-column .product-card-inner__buy>div,.product-card-column .product-card-inner__subscribe{padding:0}.product-card-column .product-card-column__price{margin-left:20px;font-weight:600;font-size:17px;line-height:25px;white-space:nowrap}.product-card-column .product-card-inner__counter-btn{margin:0;padding:0 8px;height:40px;background-color:transparent;border:1px solid #e6e6e6;cursor:pointer}.product-card-column .product-card-column__data-wrapper-outer{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.product-card-column .product-card-inner__counter.product-counter__amount{margin-left:20px}.product-card-column .product-card-inner__in-basket{-ms-flex-preferred-size:106px;flex-basis:106px;height:40px;margin-left:20px;padding:0 30px;color:#fff;white-space:nowrap;font-weight:700;background-color:var(--main-color);border:0;cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.product-card-column .product-card-inner__product-subscribe-btn{margin-left:20px;padding:0 30px;cursor:pointer}.product-card-column .product-card-column .product-card-inner__buy>div{margin:0}.product-card-column .product-card-inner__buy{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:none;padding:0;margin-left:auto;margin-right:auto}.product-card-column .product-card-inner__quantity{margin-right:15px}.product-card-column .product-card-column__data-btns-favourite-compare{font-size:0}.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity=wish]{display:inline-block;margin:0 15px 0 0;padding:5px;cursor:pointer;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity=compare-checkbox].active,.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity=compare-checkbox]:hover,.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity=wish].active,.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity=wish]:hover{background-color:#ededed}.product-card-column .product-card-column__data-btns-favourite-compare span[data-entity=compare-checkbox]{display:inline-block;margin-right:15px;padding:5px;cursor:pointer;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}.product-card-column .product-card-column__data-btns-favourite-compare svg{fill:#bdbdbd}@media (max-width:1024px){.product-card-column .product-card-column__title{font-size:14px;line-height:21px}.product-card-column .product-card-column__price{font-size:15px;line-height:24px}.product_card__inner.product_card__inner--row .product-card-inner__img-wrapper{width:246px;margin-right:20px}.product_card__inner.product_card__inner--row .product-card-inner__rating-block{margin-bottom:0}.product_card__inner.product_card__inner--row .product-card-inner__vendor-code{margin-left:0}.product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper{max-width:230px}.product_card__inner.product_card__inner--row .product-card-inner__buy div[id$=_basket_actions]{max-width:108px}.product_card__inner.product_card__inner--row .product-card-inner__info{padding-top:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product_card__inner.product_card__inner--row .product-card-inner__info>div{margin:0}.product_card__inner.product_card__inner--row .product-card-inner__quantity{font-size:13px;margin-top:6px}}@media (max-width:768px){.product_card__inner.product_card__inner--five,.product_card__inner.product_card__inner--four,.product_card__inner.product_card__inner--three{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product_card__inner.product_card__inner--four .product-card-inner__form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.product_card__inner.product_card__inner--four:hover{-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--four:hover .product_card__inner-wrapper{position:relative;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--four .product-card-inner__buttons-block{display:block}.product_card__inner.product_card__inner--four.product_card__inner--four-min{height:auto;border:0}.product_card__inner.product_card__inner--four.product_card__inner--four-min:hover .product_card__inner-wrapper{position:static;border:0;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product_card__inner-wrapper{padding:0}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__form,.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__info,.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__rating-block,.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__saving{display:none}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__price,.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__title{margin-bottom:0}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__title-link{max-height:42px;min-height:auto;overflow:hidden;font-size:14px;line-height:21px;font-weight:400}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__new-price{font-weight:700;font-size:14px;line-height:21px}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__img-link{padding:10px;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ededed;border-radius:4px}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__stickers{top:0;left:0;height:150px;-ms-flex-line-pack:end;align-content:flex-end}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__sticker{border-top-left-radius:4px;border-bottom-right-radius:4px}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__old-price~.product-card-inner__new-price{color:var(--main-color)}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icons{top:4px;right:4px}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;margin-bottom:4px;background-color:#ededed;opacity:.5;border-radius:50%}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon.active{opacity:1;background-color:var(--main-color)}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon svg,.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon svg,.product_card__inner.product_card__inner--min .product-card-inner__icon svg,.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon svg,.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon svg{fill:#000}.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__action-price{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.product_card__inner.product_card__inner--three .product-card-inner__form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.product_card__inner.product_card__inner--three:hover .product_card__inner-wrapper{position:relative;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--three .product-card-inner__buttons-block{display:block}.product_card__inner.product_card__inner--three.product_card__inner--three-min{height:auto;border:0}.product_card__inner.product_card__inner--three.product_card__inner--three-min:hover .product_card__inner-wrapper{position:static;border:0;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product_card__inner-wrapper{padding:0}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__form,.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__info,.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__rating-block,.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__saving{display:none}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__price,.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__title{margin-bottom:0}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__title-link{max-height:42px;min-height:auto;overflow:hidden;font-size:14px;line-height:21px;font-weight:400}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__new-price{font-weight:700;font-size:14px;line-height:21px}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__img-link{padding:10px;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ededed;border-radius:4px}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__stickers{top:0;left:0;height:150px;-ms-flex-line-pack:end;align-content:flex-end}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__sticker{border-top-left-radius:4px;border-bottom-right-radius:4px}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__old-price~.product-card-inner__new-price{color:var(--main-color)}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icons{top:4px;right:4px}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;margin-bottom:4px;background-color:#ededed;opacity:.5;border-radius:50%}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon.active{opacity:1;background-color:var(--main-color)}.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__action-price{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.product_card__inner.product_card__inner--two .product-card-inner__form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.product_card__inner.product_card__inner--two:hover .product_card__inner-wrapper{position:relative;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--two.product_card__inner--two-min{height:auto;border:0}.product_card__inner.product_card__inner--two.product_card__inner--two-min:hover .product_card__inner-wrapper{border:0}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product_card__inner-wrapper{padding:0}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__form,.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__info,.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__rating-block,.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__saving{display:none}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__price,.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__title{margin-bottom:0}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__title-link{max-height:42px;min-height:auto;overflow:hidden;font-size:14px;line-height:21px;font-weight:400}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__new-price{font-weight:700;font-size:14px;line-height:21px}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__img-link{padding:10px;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ededed;border-radius:4px}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__stickers{top:0;left:0;height:150px;-ms-flex-line-pack:end;align-content:flex-end}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__sticker{border-top-left-radius:4px;border-bottom-right-radius:4px}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__old-price~.product-card-inner__new-price{color:var(--main-color)}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icons{top:4px;right:4px}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;margin-bottom:4px;background-color:#ededed;opacity:.5;border-radius:50%}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon.active{opacity:1;background-color:var(--main-color)}.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__action-price{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.product_card__inner.product_card__inner--five .product-card-inner__buttons-block,.product_card__inner.product_card__inner--five .product-card-inner__form{display:block}.product_card__block_item_inner,.product_card__inner.product_card__inner--five .product-card-inner__form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.product_card__inner.product_card__inner--five:hover{-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--five:hover .product_card__inner-wrapper{position:relative;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--five.product_card__inner--five-min{height:auto;border:0}.product_card__inner.product_card__inner--five.product_card__inner--five-min:hover .product_card__inner-wrapper{position:static;border:0;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product_card__inner-wrapper{padding:0}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__form,.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__info,.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__rating-block,.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__saving{display:none}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__price,.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__title{margin-bottom:0}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__title-link{max-height:42px;min-height:auto;overflow:hidden;font-size:14px;line-height:21px;font-weight:400}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__new-price{font-weight:700;font-size:14px;line-height:21px}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__img-link{padding:10px;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ededed;border-radius:4px}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__stickers{top:0;left:0;height:150px;-ms-flex-line-pack:end;align-content:flex-end}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__sticker{border-top-left-radius:4px;border-bottom-right-radius:4px}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__old-price~.product-card-inner__new-price{color:var(--main-color)}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icons{top:4px;right:4px}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;margin-bottom:4px;background-color:#ededed;opacity:.5;border-radius:50%}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon.active{opacity:1;background-color:var(--main-color)}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__action-price{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.product_card__block_item_inner{height:100%}.product_card__inner{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product_card__inner:hover .product_card__inner-wrapper{position:relative;-webkit-box-shadow:none;box-shadow:none}.product_card__inner:hover .product-card-inner__img-view{display:none}.product-card-inner__buttons-block{display:block}.product_card__inner.product_card__inner--min{height:auto;border:0;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--min:hover .product_card__inner-wrapper{position:static;border:0;-webkit-box-shadow:none;box-shadow:none}.product_card__inner.product_card__inner--min .product_card__inner-wrapper{padding:0}.product_card__inner.product_card__inner--min .product-card-inner__form,.product_card__inner.product_card__inner--min .product-card-inner__info,.product_card__inner.product_card__inner--min .product-card-inner__rating-block,.product_card__inner.product_card__inner--min .product-card-inner__saving{display:none}.product_card__inner.product_card__inner--min .product-card-inner__price,.product_card__inner.product_card__inner--min .product-card-inner__title{margin-bottom:0}.product_card__inner.product_card__inner--min .product-card-inner__title-link{max-height:42px;min-height:auto;font-size:14px;line-height:21px;font-weight:400;overflow:hidden}.product_card__inner.product_card__inner--min .product-card-inner__new-price{font-weight:700;font-size:14px;line-height:21px}.product_card__inner.product_card__inner--min .product-card-inner__img-link{padding:10px;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ededed;border-radius:4px}.product_card__inner.product_card__inner--min .product-card-inner__stickers{top:0;left:0;height:150px;-ms-flex-line-pack:end;align-content:flex-end}.product_card__inner.product_card__inner--min .product-card-inner__sticker{border-top-left-radius:4px;border-bottom-right-radius:4px}.product_card__inner.product_card__inner--min .product-card-inner__old-price~.product-card-inner__new-price{color:var(--main-color)}.product_card__inner.product_card__inner--min .product-card-inner__icons{top:4px;right:4px}.product_card__inner.product_card__inner--min .product-card-inner__icon{background-color:#ededed;opacity:.5;width:24px;height:24px;margin-bottom:4px}.product_card__inner.product_card__inner--min .product-card-inner__icon.active{opacity:1;background-color:var(--main-color)}.product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon.active svg,.product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon.active svg,.product_card__inner.product_card__inner--min .product-card-inner__icon.active svg,.product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon.active svg,.product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon.active svg{fill:#fff}.product_card__inner.product_card__inner--min .product-card-inner__action-price{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.product-card-column .product-card-inner__counter.product-counter__amount,.product-card-column .product-card-inner__in-basket,.product-card-column .product-card-inner__product-basket{margin-left:10px}.product_card__block_item--row-min .product_card__inner--row .product_card__inner-wrapper{padding:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__img-wrapper{width:90px;height:110px;margin-right:10px;padding-right:10px;-ms-flex-negative:1;flex-shrink:1}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__icons{right:2px}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__description-wrapper{-ms-flex-preferred-size:150px;flex-basis:150px}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__stickers{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;top:0}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__sticker{position:absolute;bottom:0;left:0;margin:0}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__sticker:not([id$=_dsc_perc]){display:none}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__title-link{font-size:14px;font-weight:400}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__option{display:none}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__rating-block{-ms-flex-item-align:start;align-self:flex-start;margin-bottom:2px}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;margin-bottom:10px}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__vendor-code{display:none}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__info{-ms-flex-item-align:start;align-self:flex-start}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__quantity.product-card-inner__quantity--lot{margin-top:0}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__quantity{margin-top:7px}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more{display:block;margin-top:8px;-ms-flex-item-align:start;align-self:flex-start}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more a{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:var(--main-color)}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more-icon{margin-left:6px;fill:var(--main-color)}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy-wrapper{padding:13px 0 0;width:100%;max-width:none;border-left:none;border-top:1px solid #ededed}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__new-price,.product_card__block_item--row-min .product_card__inner--row .product-card-inner__old-price{margin:0}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__new-price span{font-size:18px}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__action-price{max-width:none;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__saving{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__option-price-retail{text-align:center}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:350px;margin-left:auto;margin-right:auto}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy div[id$=_basket_actions]{max-width:none;margin-left:20px}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__product-basket,.product_card__block_item--row-min .product_card__inner--row .product-card-inner__product-subscribe-btn{max-width:350px;margin-left:auto;margin-right:auto}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__counter input,.product_card__block_item--row-min .product_card__inner--row .product-card-inner__counter-btn{width:40px}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__one-click-basket{max-width:350px;margin-left:auto;margin-right:auto}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttom-more-btn{display:block;position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;max-width:350px;width:100%;height:40px;margin-right:auto;margin-left:auto;margin-top:20px;text-align:center;color:#fff;font-weight:700;line-height:40px;background-color:var(--main-color);-webkit-transition:.2s;transition:.2s}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttom-more-btn:hover{background-color:var(--main-color-hover)}.product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__buy,.product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__one-click-basket,.product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__product-basket{display:none!important}.product-card-inner__icon.active:hover{background-color:initial}}@media (min-width:768px) and (max-width:1200px){.product_card__inner.product_card__inner--row .product-card-inner__option-color,.product_card__inner.product_card__inner--row .product-card-inner__option-memory{-ms-flex-wrap:wrap;flex-wrap:wrap}.product_card__inner.product_card__inner--row .product-card-inner__option-title{margin-right:5px}.product_card__inner.product_card__inner--row .product-card-inner__option-list{margin:0;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:767px){.product_card__inner--row:hover{-webkit-box-shadow:none;box-shadow:none}}@media (max-width:768px){.product_card__inner.product_card__inner--row .product_card__inner-wrapper{padding:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.product_card__inner.product_card__inner--row .product-card-inner__img-wrapper{width:90px;height:110px;margin-right:10px;padding-right:10px;-ms-flex-negative:1;flex-shrink:1}.product_card__inner.product_card__inner--row .product-card-inner__icons{right:2px}.product_card__inner.product_card__inner--row .product-card-inner__description-wrapper{-ms-flex-preferred-size:150px;flex-basis:150px}.product_card__inner.product_card__inner--row .product-card-inner__stickers{display:none}.product_card__inner.product_card__inner--row .product-card-inner__title-link{font-size:14px;font-weight:400}.product_card__inner.product_card__inner--row .product-card-inner__option{display:none}.product_card__inner.product_card__inner--row .product-card-inner__rating-block{-ms-flex-item-align:start;align-self:flex-start;margin-bottom:2px}.product_card__inner.product_card__inner--row .product-card-inner__info-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;margin-bottom:10px}.product_card__inner.product_card__inner--row .product-card-inner__vendor-code{display:none}.product_card__inner.product_card__inner--row .product-card-inner__info{-ms-flex-item-align:start;align-self:flex-start}.product_card__inner.product_card__inner--row .product-card-inner__quantity.product-card-inner__quantity--lot{margin-top:0}.product_card__inner.product_card__inner--row .product-card-inner__quantity{margin-top:7px}.product_card__inner.product_card__inner--row .product-card-inner__info-more{display:block;margin-top:8px;-ms-flex-item-align:start;align-self:flex-start}.product_card__inner.product_card__inner--row .product-card-inner__info-more a{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:var(--main-color)}.product_card__inner.product_card__inner--row .product-card-inner__info-more-icon{margin-left:6px;fill:var(--main-color)}.product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper{padding:13px 0 0;width:100%;max-width:none;border-left:none;border-top:1px solid #ededed}.product_card__inner.product_card__inner--row .product-card-inner__new-price,.product_card__inner.product_card__inner--row .product-card-inner__old-price{margin:0}.product_card__inner.product_card__inner--row .product-card-inner__new-price span{font-size:18px}.product_card__inner.product_card__inner--row .product-card-inner__action-price{max-width:none}.product_card__inner.product_card__inner--row .product-card-inner__action-price,.product_card__inner.product_card__inner--row .product-card-inner__saving{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_card__inner.product_card__inner--row .product-card-inner__option-price-retail{text-align:center}.product_card__inner.product_card__inner--row .product-card-inner__buy{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:350px;margin-left:auto;margin-right:auto}.product_card__inner.product_card__inner--row .product-card-inner__buy div[id$=_basket_actions]{max-width:none;margin-left:20px}.product_card__inner.product_card__inner--row .product-card-inner__product-basket,.product_card__inner.product_card__inner--row .product-card-inner__product-subscribe-btn{max-width:350px;margin-left:auto;margin-right:auto}.product_card__inner.product_card__inner--row .product-card-inner__counter input,.product_card__inner.product_card__inner--row .product-card-inner__counter-btn{width:40px}.product_card__inner.product_card__inner--row .product-card-inner__one-click-basket{max-width:350px;margin-left:auto;margin-right:auto}.product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn{display:block;position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;max-width:350px;width:100%;height:40px;margin-right:auto;margin-left:auto;margin-top:20px;text-align:center;color:#fff;font-weight:700;line-height:40px;background-color:var(--main-color);-webkit-transition:.2s;transition:.2s}.product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn:hover{background-color:var(--main-color-hover)}.product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__buy,.product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__one-click-basket,.product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__product-basket{display:none!important}.product-card-inner__icon.active:hover{background-color:initial}}@media (max-width:640px){.product-card-inner__title-link{max-height:34px;font-size:11px;line-height:17px;font-weight:400}}@media (max-width:630px){.product-card-column{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.product-card-column .product-card-inner__counter.product-counter__amount,.product-card-column .product-card-inner__in-basket span,.product-card-column .product-card-inner__product-basket-btn span,.product-card-column .product-card-inner__product-subscribe-btn span{display:none}.product-card-column .product-card-inner__in-basket .icon_cart_medium{display:block;fill:none;stroke:#fff}.product-card-column .product-card-inner__in-basket,.product-card-column .product-card-inner__product-basket-btn,.product-card-column .product-card-inner__product-subscribe-btn{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;padding:0}.product-card-column .product-card-inner__product-basket-btn:before,.product-card-column .product-card-inner__product-subscribe-btn:before{padding:0}.product-card-column .product-card-column__data-btns{display:none}.product-card-column .product-card-column__price{margin-left:0}.product-card-column .product-card-column__data-wrapper-outer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-card-column .product-card-column__title{font-size:13px;line-height:20px}.product-card-column .product-card-column__price{font-size:14px;line-height:21px}.product-card-column .product-card-inner__product-subscribe-btn .icon_mail{display:block!important;fill:#fff}.product-card-column .product-card-inner__product-subscribe-btn.product-card-inner__product-subscribe-btn--active{background-color:#00b02a!important}}@media (max-width:480px){.product-card-inner__old-price{font-size:12px;line-height:18px}.product-card-inner__new-price{font-size:11px;line-height:17px}.product-card-inner__old-price::before{top:9px}.product_card__inner.product_card__inner--row{border-left:none;border-right:none}}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/origami_news_images_and_list/style.min.css?15875714021778*/
.news_block_three{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:-30px}.news_block_three__item,.news_block_three__others{width:calc(100%/3 - 30px);margin-left:30px}.news_block_three__img_link,.news_block_three__item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.news_block_three__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news_block_three__img_link{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;height:240px}.news_block_three__img_link>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.news_block_three__clock-icon{display:inline-block;position:relative;top:5px;left:0}.news_block_three__content_date{display:inline-block}.news_block_three__content{margin-top:.7rem}.news_block_three__others_title{font-size:1.33rem;font-weight:700}.news_block_three__others__content_comment{padding-bottom:.8rem}.news_block_three__others__content{padding-left:1.3rem;border-left:1px solid #eee;position:relative;margin-bottom:.5rem}@media (max-width:1024px){.news_block_three__img_link{height:170px}}@media (max-width:768px){.news_block_three__img_link{height:164px}.news_block_three .slick-slide{width:290px;margin-right:20px}.news_block_three .promotion_block__content:last-child{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.news_block_three__item,.news_block_three__others{margin-left:0}.news_block_three{margin:0}}@media (max-width:576px){.news-block__wrapper .news_block_three .slick-slide{width:260px;margin-right:20px}}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/origami_promotions_vertical/style.min.css?15875714022342*/
.promotion_block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.promotion_block .promotion_block__content{width:calc(100%/5 - 30px);margin:0 15px}.promotion_block .promotion_block__content:first-child{margin-left:0;width:calc(100%/5 - 15px)}.promotion_block .promotion_block__content:last-child{margin-right:0;width:calc(100%/5 - 15px)}.promotion_block__content_img-block_link{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;margin-bottom:.7rem;height:292px}.promotion_block__content_img-block_link img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.promotion_block__content_date{color:#807f7f;padding-bottom:.5rem}.promotion_block__content_name{line-height:1.4}.promotion_block__content_name_title:hover{-webkit-transition:.2s ease-out;transition:.2s ease-out}@media (max-width:1200px){.promotion_block .promotion_block__content:last-child{display:none}.promotion_block .promotion_block__content{width:calc(100%/4 - 30px);margin:0 15px}.promotion_block .promotion_block__content:first-child{margin-left:0;width:calc(100%/4 - 15px)}.promotion_block .promotion_block__content:nth-child(4){margin-right:0;width:calc(100%/4 - 15px)}.promotion_block__content_img-block_link{height:326px}}@media (max-width:1024px){.promotion_block .promotion_block__content:last-child{display:none}.promotion_block .promotion_block__content{width:calc(100%/4 - 30px);margin:0 15px}.promotion_block .promotion_block__content:first-child{margin-left:0;width:calc(100%/4 - 15px)}.promotion_block .promotion_block__content:nth-child(4){margin-right:0;width:calc(100%/4 - 15px)}.promotion_block__content_img-block_link{height:264px}}@media (max-width:991.98px) and (min-width:576px){.promotion_block .slick-slide{width:290px;margin-right:20px}}@media (max-width:768px){.promotion_block .promotion_block__content{margin:0}.promotion_block .promotion_block__content:last-child{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.promotion_block__content_img-block_link{height:346px}}@media (max-width:575.98px){.promotion-block__wrapper .promotion_block .slick-slide{width:260px;margin-right:20px}}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/origami_blog_simple/style.min.css?15875714022208*/
.blog_block-simple__item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;background-color:#fff;border:1px solid #ededed}.blog_block-simple__item:hover{-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1)}.blog_block__content_title{display:block;margin-bottom:1rem}.blog_block-simple__item-wrapper,.blog_block-simple__wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.blog_block-simple__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-30px}.blog_block-simple__item-wrapper{width:calc(100%/4 - 30px);margin-left:30px}.blog_block-simple__item-img{overflow:hidden}.blog_block-simple__item-img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.blog_block__content_comment{margin-bottom:1rem}.blog_block-simple__item-content{padding:1.25rem 1.25rem 2.5rem}.blog_block-simple__item-data{margin-bottom:1.5rem;color:#807f7f}.blog_block__item_link{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:180px}@media (max-width:1024px){.blog_block-simple__item-wrapper{width:calc(100%/2 - 30px)}.blog_block-simple__item-wrapper:nth-child(n+3){margin-top:30px}.blog_block__item_link{height:270px}}@media (max-width:768px){.blog_block-simple .slick-slide,.blog_block-simple__item-wrapper{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.blog_block-simple .slick-slide{width:290px;margin-right:20px}.blog_block-simple .slick-slide>div{height:auto!important;max-width:100%}.blog_block-simple__item-wrapper{margin-left:0}.blog_block-simple__wrapper{margin:0}.blog_block__item_link{height:164px}}@media (max-width:576px){.blog_block-simple__wrapper .slick-slide{width:260px;margin-right:20px}.blog_block-simple__item-wrapper:nth-child(n+3){margin-top:0}.blog_block-simple__item{height:100%}}
/* End */


/* Start:/include/blocks/about/style.css?16367132283395*/
/* ___________ about_block __________________ */
/* ___________ about_block __________________ */
.about__puzzle_block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }

.about-block__wrapper {
  padding-left: 5px;
  padding-right: 5px; }

.about_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.about_block__img {
  margin-right: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: red; }

.about_block__img img {
  width: 100%; }

.about_block__content_item {
  padding-bottom: 2rem; }

.about_block__title {
  padding-bottom: 1.8rem;
  padding-top: 10px;
  font-size: 1.6rem; }

.about_block__content-title {
  padding-bottom: 6px;
  padding-top: 10px;
  font-size: 1.6rem; }

.about__puzzle_block__title {
  padding-bottom: 3.1rem; }

.about_block__name {
  margin-bottom: 1px; }

.about_block__features {
  margin-bottom: 3px;
  font-size: 1.1rem; }

.about_block__list {
  padding-left: 16px !important;
  margin-bottom: 18px; }

.about_block__list .about_block__item {
  position: relative;
  margin-bottom: 0.28rem;
  padding-left: 1.2rem; }

.about_block__content li::after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fb0040; }

.about__fas {
  font-weight: 400;
  vertical-align: middle;
  margin-left: -2px; }

.about__more {
  padding-left: 2px;
  color: #807f7f;
  font-size: 13px; }

@media (max-width: 991.98px) {
  .about_block__content a {
    padding-left: 20px; }
  .about_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about_block__img {
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .about__puzzle_block__title {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1.8rem;
    font-size: 1.4rem; }
  .about_block__content-title {
    padding-top: 23px;
    padding-bottom: 0;
    font-size: 1.1rem; }
  .about_block__name {
    margin-top: -2px;
    margin-bottom: 4px;
    line-height: 1.6rem; }
  .about_block__features {
    margin-bottom: 10px;
    font-size: 0.95rem; }
  .about_block__title {
    padding-bottom: 0;
    font-size: 1.1rem; }
  .about_block__list {
    padding-left: 0 !important;
    margin-left: 0.4rem;
    margin-bottom: 13px; }
  .about_block__item::after {
    left: -3px; }
  .about_block__list .about_block__item {
    padding-left: 1.1rem;
    margin-bottom: 1rem; }
    .about_block__list .about_block__item:last-child {
      margin-bottom: 0; } }

@media (max-width: 1199.98px) {
  .about__puzzle_block {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 767.98px) {
  .about__puzzle_block {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px; }
  .about_block__img {
    margin-bottom: 25px; }
  .about_block__content h4 {
    padding-bottom: 0; }
  .about_block__content .fonts__small_text {
    padding-left: 0 !important; }
  .about_block__content .about__fas {
    padding-left: 4px; } }

@media (max-width: 575.98px) {
  .about__puzzle_block {
    padding-left: 15px;
    padding-right: 15px; } }

/* End */
/* /local/components/sotbit/block.include/templates/.default/style.css?159785995041632 */
/* /local/templates/.default/components/bitrix/news.list/origami_banner_4/style.min.css?15810798951198 */
/* /local/templates/.default/components/bitrix/catalog.section.list/origami_popular_categories_simple/style.css?16365506684422 */
/* /local/templates/.default/components/sotbit/crosssell.collection/origami_default/style.min.css?158757140230641 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17297601501265 */
/* /local/templates/.default/components/sotbit/crosssell.collection.list/origami_default/style.min.css?1636051369252 */
/* /local/templates/.default/components/bitrix/catalog.section/origami_section/style.min.css?15875713983274 */
/* /local/templates/.default/components/bitrix/catalog.item/origami_item/style.min.css?163605136975883 */
/* /local/templates/.default/components/bitrix/news.list/origami_news_images_and_list/style.min.css?15875714021778 */
/* /local/templates/.default/components/bitrix/news.list/origami_promotions_vertical/style.min.css?15875714022342 */
/* /local/templates/.default/components/bitrix/news.list/origami_blog_simple/style.min.css?15875714022208 */
/* /include/blocks/about/style.css?16367132283395 */
