/*! jQuery UI - v1.12.1 - 2021-01-11
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
    .select2-container .select2-selection--single {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      height: 28px;
      user-select: none;
      -webkit-user-select: none; }
      .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 8px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .select2-container .select2-selection--single .select2-selection__clear {
        background-color: transparent;
        border: none;
        font-size: 1em; }
    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
      padding-right: 8px;
      padding-left: 20px; }
    .select2-container .select2-selection--multiple {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      min-height: 32px;
      user-select: none;
      -webkit-user-select: none; }
      .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline;
        list-style: none;
        padding: 0; }
      .select2-container .select2-selection--multiple .select2-selection__clear {
        background-color: transparent;
        border: none;
        font-size: 1em; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      margin-left: 5px;
      padding: 0;
      max-width: 100%;
      resize: none;
      height: 18px;
      vertical-align: bottom;
      font-family: sans-serif;
      overflow: hidden;
      word-break: keep-all; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

  .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

  .select2-results {
    display: block; }

  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

  .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none; }

  .select2-results__option--selectable {
    cursor: pointer; }

  .select2-container--open .select2-dropdown {
    left: 0; }

  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .select2-search--dropdown {
    display: block;
    padding: 4px; }
    .select2-search--dropdown .select2-search__field {
      padding: 4px;
      width: 100%;
      box-sizing: border-box; }
      .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
    .select2-search--dropdown.select2-search--hide {
      display: none; }

  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }

  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 28px; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      height: 26px;
      margin-right: 20px;
      padding-right: 0px; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 26px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 20px; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }

  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }

  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative; }
    .select2-container--default .select2-selection--multiple.select2-selection--clearable {
      padding-right: 25px; }
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      font-weight: bold;
      height: 20px;
      margin-right: 10px;
      margin-top: 5px;
      position: absolute;
      right: 0;
      padding: 1px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      box-sizing: border-box;
      display: inline-block;
      margin-left: 5px;
      margin-top: 5px;
      padding: 0;
      padding-left: 20px;
      position: relative;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: bottom;
      white-space: nowrap; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
      cursor: default;
      padding-left: 2px;
      padding-right: 5px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      background-color: transparent;
      border: none;
      border-right: 1px solid #aaa;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      color: #999;
      cursor: pointer;
      font-size: 1em;
      font-weight: bold;
      padding: 0 4px;
      position: absolute;
      left: 0;
      top: 0; }
      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
        background-color: #f1f1f1;
        color: #333;
        outline: none; }

  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px; }

  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto; }

  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }

  .select2-container--default .select2-results__option--group {
    padding: 0; }

  .select2-container--default .select2-results__option--disabled {
    color: #999; }

  /* .select2-container--default .select2-results__option--selected {
    background-color: #ddd; } */

  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white; }

  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

  .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
    .select2-container--classic .select2-selection--single:focus {
      border: 1px solid #5897fb; }
    .select2-container--classic .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 28px; }
    .select2-container--classic .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      height: 26px;
      margin-right: 20px; }
    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--classic .select2-selection--single .select2-selection__arrow {
      background-color: #ddd;
      border: none;
      border-left: 1px solid #aaa;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      height: 26px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 20px;
      background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
      background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
      background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
      .select2-container--classic .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }

  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

  .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
      background: transparent;
      border: none; }
      .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #888 transparent;
        border-width: 0 4px 5px 4px; }

  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

  .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px; }
    .select2-container--classic .select2-selection--multiple:focus {
      border: 1px solid #5897fb; }
    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
      display: none; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      display: inline-block;
      margin-left: 5px;
      margin-top: 5px;
      padding: 0; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
      cursor: default;
      padding-left: 2px;
      padding-right: 5px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
      background-color: transparent;
      border: none;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      color: #888;
      cursor: pointer;
      font-size: 1em;
      font-weight: bold;
      padding: 0 4px; }
      .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #555;
        outline: none; }

  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px; }

  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

  .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }

  .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

  .select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

  .select2-container--classic .select2-dropdown--above {
    border-bottom: none; }

  .select2-container--classic .select2-dropdown--below {
    border-top: none; }

  .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

  .select2-container--classic .select2-results__option--group {
    padding: 0; }

  .select2-container--classic .select2-results__option--disabled {
    color: grey; }

  .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: white; }

  .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

  .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }
/*


   Magic Zoom  v5.3.6
   Copyright 2020 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoom/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
        touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}
.mz-lens img {
    -webkit-transition: none !important;
            transition: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
        -ms-transform-origin: 50% 50% !important;
            transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
            transform-style: flat !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}


@media not screen and (max-device-width: 767px) {
    .mz-expanded-view-open,
    .mz-expanded-view-open body {
        overflow: hidden !important;
    }
    .mz-expanded-view-open body { height: auto !important; }
}

@media screen and (max-device-width: 767px) {
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]),
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
        overflow: hidden !important;
    }
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body { height: auto !important; }
}


/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}
.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-expand .mz-figure.mz-active.mz-inner-zoom,
:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}
.mz-zoom-window.mz-inner:not(.mz-expanded) {
    z-index: 80;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.4s ease, z-index 0.4s ease;
            transition: opacity 0.4s ease, z-index 0.4s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mz-expand .mz-hint-message:before {
    display: none;
}
.mz-expand .mz-hint-hidden {
    opacity: 0;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}



/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    max-width: none !important;
    max-height: none !important;
    margin: auto;
    vertical-align: middle;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-perspective: 600px;
            perspective: 600px;

    -webkit-transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg);
            transform: translate3d(0, 0 ,0) scale(7) rotate(0.01deg);
}

.mz-expand .mz-expand-bg > img  {
    margin: auto;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.mz-expand .mz-expand-bg > img  {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
}

.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}
[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index: 2100000000;
}

.mz-expand .mz-expand-stage .mz-image-stage {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    position: relative;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}


.mz-expand .mz-image-stage > figure {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.mz-expand .mz-figure {
    max-width: 100% !important;
    overflow: visible;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    flex: 1 0;
    width: 100%;
    height: 100%;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {
    pointer-events: none;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}

/* Caption in expanded view */
.mz-expand .mz-caption {
    flex: 0 0;
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 30px;
    font: normal 10pt/1.25 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    opacity: 0;
}

.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}

.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
    display: none;
}

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
@media screen and (max-device-width: 767px) {
    .mobile-magic .mz-expand .mz-image-stage .mz-caption {
        display: none !important;
    }
}

/**
 * Buttons & Arrows
 */
.mz-nav-controls,
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

.mz-nav-controls {
    z-index: 2100000000;
}

button.mz-button {
    color: rgba(180, 180, 180, .6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 2100000000 !important;
    background-color: transparent !important;
    border: 0 solid transparent !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-transition: color .25s, background-color .25s !important;
            transition: color .25s, background-color .25s !important;
}

button.mz-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(.9);
    -webkit-transition: -webkit-transform .25s !important;
            transition: transform .25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover,
button.mz-button:active {
    color: rgba(180, 180, 180, 1) !important;
}

button.mz-button:active:before {
    -webkit-transform: scale(.7) !important;
            transform: scale(.7) !important;
}

.mobile-magic .mz-expand button.mz-button:active {
    background-color: rgba(49, 51, 61, .7) !important;
}


button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

button.mz-button.mz-button-prev {
    left: 0 !important;
    transform: rotateZ(180deg) !important;
}

button.mz-button.mz-button-next {
    right: 0 !important;
}

button.mz-button.mz-button-close {
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}

button.mz-button.mz-button-close:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

button.mz-button.mz-button-prev:before,
button.mz-button.mz-button-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports(
        ((-webkit-mask-image:url()) or (mask-image:url())) and
        ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and
        ((-webkit-mask-position:center) or (mask-position:center)) and
        ((-webkit-mask-size:cover) or (mask-size:cover))
) {
    button.mz-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-size: cover;
                mask-size: cover;
    }

    button.mz-button.mz-button-close:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    }

    button.mz-button.mz-button-prev:before,
    button.mz-button.mz-button-next:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");

    }
}

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button.mz-button-close {
        width: 50px !important;
        height: 50px !important;
        color: rgb(180, 180, 180) !important;
    }

    .mobile-magic .mz-expand button.mz-button:before {
        transform: scale(.8);
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}

/* Arrows on the main image on the page */
.mz-figure .mz-nav-controls button.mz-button {
    display: none;
    width: 32px !important;
    height: 56px !important;
    margin: auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
    display: block;
}



/**
 * Thumbnails
 */

/** Thumbnails on the page **/
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

a[data-zoom-id] img,
.mz-thumb img {
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.mz-thumb:not(.mz-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-thumb.mz-thumb-selected img {
    border-bottom-color: rgb(180, 180, 180);
}

/** Thumbnails in expanded view **/
.mz-expand-thumbnails {
    flex: 0 0 80px;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 50;
    overflow: hidden;
}

.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails,
:root[data-magic-ua=firefox] .mz-expand-thumbnails {
    height: 80px;
}

.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
    border-bottom-color: rgb(180, 180, 180);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}

/** Thumbnails on the left in expanded view with .expand-thumbnails-left class **/
@media not screen and (max-device-width: 767px) and (orientation: portrait) {
    .mz-expand.expand-thumbnails-left .mz-expand-stage {
        flex-direction: row-reverse;
    }

    .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        padding: 0 10px;
        height: 100%;
        overflow: hidden;
    }

    .ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails,
    :root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        width: 80px;
        height: 100%;
    }

    @media not screen and (max-device-width: 767px) {
        .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
            height: calc(100% - 40px);
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

    @media screen and (max-device-width: 767px) {
        .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical.no-buttons {
            height: calc(100% - 40px);
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}


/** Thumbnails shaded style (improved previous one)  **/
.thumbnails-style-shaded.mz-thumb img {
    border: 0 !important;
    padding-bottom: 0;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, .3);
}

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(.7);
            filter: brightness(.7);

}
.thumbnails-style-shaded.mz-thumb-selected img {
    -webkit-filter: brightness(.7) opacity(.7);
            filter: brightness(.7) opacity(.7);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {
    border: 0 ;
    padding-bottom: 0;
    box-shadow:0 0 5px 1px rgba(0, 0, 0, .3);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(.75);
            filter: brightness(.75);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(.7) opacity(.7);
            filter: brightness(.7) opacity(.7);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected {
    background: #000;
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .75;
    filter: alpha(opacity=75);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
    opacity: .7;
    filter: alpha(opacity=70);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb {
    position: relative;
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 100;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after {
    background-color: rgba(0, 0, 0, 0.2);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img {
    position: relative;
    z-index: 1;
}

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, .3);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 40px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
        touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 40px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100% !important;
    max-height: none !important;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, .6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 100%;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    width: 33px;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto 3px;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-transition: color .25s, background-color .25s !important;
            transition: color .25s, background-color .25s !important;
}

.magic-thumbs button.magic-thumbs-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(1);
    -webkit-transition: -webkit-transform .25s !important;
            transition: transform .25s !important;
}

.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled),
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover,
.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    color: rgba(180, 180, 180, 1) !important;
}

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
    -webkit-transform: scale(.7) !important;
            transform: scale(.7) !important;
}

.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    background-color: rgba(49, 51, 61, .7) !important;
}

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
    transform: rotateZ(180deg) !important;
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs-vertical button.magic-thumbs-button {
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 3px auto;
}

.magic-thumbs-vertical button.magic-thumbs-button-prev {
    top: 0;
    transform: rotateZ(-90deg) !important;
}

.magic-thumbs-vertical button.magic-thumbs-button-next {
    bottom: 0;
    transform: rotateZ(90deg) !important;
}

.magic-thumbs .magic-thumbs-button-prev:before,
.magic-thumbs .magic-thumbs-button-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports(
        ((-webkit-mask-image:url()) or (mask-image:url())) and
        ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and
        ((-webkit-mask-position:center) or (mask-position:center)) and
        ((-webkit-mask-size:cover) or (mask-size:cover))
) {
    .magic-thumbs button.magic-thumbs-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-size: cover;
                mask-size: cover;
    }

    .magic-thumbs .magic-thumbs-button-prev:before,
    .magic-thumbs .magic-thumbs-button-next:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");

    }
}

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}
.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

*{-webkit-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}address,blockquote,dl,figure,form,iframe,p,pre,table{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ol,ul{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;border:0;border-top:1px solid;margin:0;clear:both}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:rgba(0,0,0,0);text-decoration:none;color:inherit}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;vertical-align:bottom}embed,iframe,object{border:0;vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:0;-webkit-border-radius:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=button][disabled],[type=reset][disabled],[type=submit][disabled],button[disabled]{cursor:default}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{margin:0;padding:0;border:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-webkit-input-placeholder{font:inherit}:-ms-input-placeholder{font:inherit}::-ms-input-placeholder{font:inherit}::-moz-placeholder{font:inherit}::placeholder{font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top}th{text-align:left;font-weight:700}template{display:none}[hidden]{display:none}textarea{resize:none}a{outline:0}@font-face{font-family:Circe;src:url(../fonts/CirceRegular/Circe-Regular.woff2) format("woff2");font-style:normal;font-weight:400}@font-face{font-family:Circe;src:url(../fonts/CirceBold/Circe-Bold.woff2) format("woff2");font-style:normal;font-weight:700}.alert{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.alert.alert_with-icon .alert__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:18px;-moz-column-gap:18px;column-gap:18px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert.alert_with-icon .alert__icon{-webkit-box-flex:0;-webkit-flex:0 0 20px;-ms-flex:0 0 20px;flex:0 0 20px}.alert.alert_danger .alert__container{border:1px solid rgba(235,0,27,.5)}@media screen and (max-width:768px){.alert.alert_danger .alert__container{padding:12px 16px}}.alert.alert_danger .alert__icon{background:#fff url(../img/icons/i_tooltip-danger.svg) no-repeat 50%/100%}.alert.alert_danger .alert__content{font-size:14px;line-height:160%}@media screen and (min-width:768px){.alert.alert_danger .alert__content{font-size:16px;line-height:26px}}.alert__container{padding:16px 24px;background:#fff;border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;overflow:hidden}.alert__icon{width:20px;height:20px;display:inline-block;background:#fff url(../img/icons/i_tooltip.svg) no-repeat 50%/100%}.alert__header{margin-bottom:14px}.alert__content{font-size:14px;line-height:20px}.alert__content strong{font-weight:700}.alert__content a{color:#297bf6}.alert__content a:hover{text-decoration:underline}.requisits__group_inline .requisits__item,.requisits__group_inline .requisits__value{display:inline}.site{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh;height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-family:Circe,Helvetica,Arial,sans-serif;color:#000;font-weight:400}.site_content{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.ov-hidden{overflow:hidden;height:100%}.hidden{display:none!important}.invisible{opacity:0;width:1px;height:1px;position:absolute}.default_page{padding:40px 0 80px}.default_page .title{margin-bottom:30px}@media screen and (max-width:1280px){.default_page{padding:40px 0 60px}}@media screen and (max-width:767px){.default_page{padding:24px 0 40px}.default_page .breadcrumbs{padding-left:0}.default_page .title{margin-bottom:24px}}.pag_section{margin-top:32px}.pag_section .show_more{margin-bottom:24px}@media screen and (max-width:767px){.pag_section{margin-top:24px}}.markup{position:fixed;background-color:#3500be;padding:20px;top:100px;left:0;-webkit-transform:translateX(-webkit-calc(-100% + 20px));-ms-transform:translateX(calc(-100% + 20px));transform:translateX(calc(-100% + 20px));-webkit-border-radius:6px;border-radius:6px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;z-index:1000}.markup:hover{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.markup_item{margin-bottom:10px}.markup_item:last-child{margin-bottom:0}.markup_link{color:#fff;font-weight:700}.markup_link:hover{text-decoration:underline}.wrap{width:100%;max-width:1344px;margin:0 auto}.c_red{color:#eb001b}.c_green{color:#00c853}.c_gray{color:#808d9a}.c_black{color:#000}.f_bold{font-weight:700}.logo{display:inline-block;width:120px;height:42px;background-repeat:no-repeat;background-position:0;background-size:contain;background-image:url(../img/logo.svg)}#checkout_form .error .select2-container .select2-selection--single.select_search_input{border:1px solid #eb001b!important}#checkout_form .error .select2-container--default .select2-selection--single .select2-selection__arrow{display:none}.form_input{display:block;width:100%;height:40px;border:1px solid #808d9a;-webkit-border-radius:6px;border-radius:6px;padding:8px 16px;font-size:14px;line-height:1.6;background-color:#fff}.form_input:hover{border-color:#3500be}.form_input:focus{border-color:#3500be;-webkit-box-shadow:1px 1px 4px rgba(104,89,203,.4);box-shadow:1px 1px 4px rgba(104,89,203,.4)}.form_input:disabled{border-color:#808d9a}.form_input.error{border-color:#eb001b}.form_input.error:focus{-webkit-box-shadow:1px 1px 4px rgba(235,0,27,.4);box-shadow:1px 1px 4px rgba(235,0,27,.4)}.form label.error{font-size:14px;line-height:1.2;color:#eb001b;margin-top:6px}.form_label{display:block;font-size:14px;line-height:22px;color:#808d9a;margin-bottom:2px}.form_label a{text-decoration:underline}.form_textarea{display:block;width:100%;height:100px;border:1px solid #808d9a;-webkit-border-radius:6px;border-radius:6px;padding:8px 16px;font-size:14px;line-height:1.6;background-color:#fff}.form_textarea:hover{border-color:#3500be}.form_textarea:focus{border-color:#3500be;-webkit-box-shadow:1px 1px 4px rgba(104,89,203,.4);box-shadow:1px 1px 4px rgba(104,89,203,.4)}.form_textarea:disabled{border-color:#808d9a}.form_item_checkbox{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form_item_checkbox,.form_item_checkbox_label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.form_item_checkbox_label{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.form_item_checkbox .form_label{color:#000;margin:0}.form_item.error{position:relative}.form_item.error:after{content:"";width:16px;height:16px;position:absolute;bottom:12px;right:16px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_error.svg)}.form_item.error .form_input{border-color:#eb001b;padding-right:40px}.form_item.error .form_input:focus{-webkit-box-shadow:1px 1px 4px rgba(235,0,27,.4);box-shadow:1px 1px 4px rgba(235,0,27,.4)}.form_item.error label.error{position:absolute;bottom:-2px;left:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);font-size:12px;margin:0;cursor:default}.form_item.error .form_error_text{display:block}.form_item.form_disabled .form_input,.form_item.form_disabled .form_label{opacity:.5;cursor:default}.form_checkbox{position:relative;z-index:2;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px;opacity:0;cursor:pointer}.form_checkbox:hover+.form_check{border-color:#6859cb}.form_checkbox:checked+.form_check{background-color:#6859cb;border-color:#6859cb}.form_checkbox:checked+.form_check:before{opacity:1}.form_check{position:relative;z-index:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px;-webkit-border-radius:6px;border-radius:6px;background-color:#fff;border:1px solid #808d9a;margin:0 12px 0 -20px}.form_check:before{content:"";width:14px;height:10px;position:absolute;top:4px;left:2px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_check_white.svg);opacity:0}.form_counter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.form_counter_btn{width:38px;height:38px;color:#808d9a;background-color:#f4f6f8;cursor:pointer;position:relative}.form_counter_btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50%;background-size:16px 16px;opacity:.5;-webkit-transition:.15s;-o-transition:.15s;transition:.15s}.form_counter_btn:hover:after{opacity:1}.form_counter_btn--disable:after{opacity:.15;cursor:not-allowed}.form_counter_less{-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px}.form_counter_less:after{background-image:url(../img/icons/i_minus.svg)}.form_counter_more{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px}.form_counter_more:after{background-image:url(../img/icons/i_plus.svg)}.form_counter_input{width:38px;height:38px;text-align:center;font-size:16px;font-weight:700;background-color:#f4f6f8}.form_radio{display:inline-block}.form_radio_input{display:none}.form_radio_input:checked+.form_radio_label{border-color:#3500be;color:#3500be}.form_radio_label{display:inline-block;font-size:14px;line-height:18px;padding:5px 10px;-webkit-border-radius:4px;border-radius:4px;border:1px solid rgba(53,0,190,.1);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.form_radio_label:hover{border-color:#3500be}.form_radio_custom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form_radio_custom_input{width:20px;height:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:12px;position:relative;z-index:1;opacity:0;cursor:pointer}.form_radio_custom_input:checked+.form_radio_custom_circle{background-color:#3500be;border-color:#3500be}.form_radio_custom_input:hover+.form_radio_custom_circle{border-color:#3500be}.form_radio_custom_input:disabled{cursor:default}.form_radio_custom_input:disabled:hover+.form_radio_custom_circle{border-color:#808d9a}.form_radio_custom_input:disabled+.form_radio_custom_circle{opacity:.5;cursor:default}.form_radio_custom_input:disabled+.form_radio_custom_circle+.form_radio_custom_label{opacity:.5;cursor:default}.form_radio_custom_circle{width:20px;height:20px;-webkit-border-radius:50%;border-radius:50%;border:1px solid #808d9a;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:0 12px 0 -32px}.form_radio_custom_circle:before{content:"";width:10px;height:10px;-webkit-border-radius:50%;border-radius:50%;background-color:#fff;position:absolute;top:50%;left:50%;margin:-5px 0 0 -5px}.form_radio_custom_label{font-size:14px;line-height:18px;cursor:pointer}.form_error_text{font-size:14px;line-height:1.2;color:#eb001b;margin-top:6px;display:none}.form .error_place{-webkit-border-radius:6px;border-radius:6px;background-color:rgba(235,0,27,.05);border:1px solid #eb001b;padding:16px;font-size:14px;margin-bottom:5px}.form .error_place:empty{display:none}.form .error_place .error{display:block;margin:0 0 4px;font-size:14px;line-height:20px;color:#000}.form .error_place .error:last-child{margin-bottom:0}.form .error_place .error:before{content:"";width:4px;height:4px;-webkit-border-radius:50%;border-radius:50%;background-color:#000;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:8px;display:inline-block;vertical-align:middle}.form .password_group{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form .password_group_input{padding-right:48px}.form .password_group_icon{width:16px;height:16px;position:absolute;bottom:12px;right:16px;z-index:1;cursor:pointer}.form .password_group.error .password_group_icon{right:40px} .form .password_group_icon.active .svg_off{display:none}.form .password_group_icon.active .svg_on{display:block}.form .password_group_icon svg{display:block;width:100%;height:100%}.form .password_group_icon .svg_off{display:block}.form .password_group_icon .svg_on{display:none}.form .select_error{position:relative}.form .select_error .select2-selection{border-color:#eb001b!important}.form .select_error label.error{position:absolute;bottom:-2px;left:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);font-size:12px;margin:0;cursor:default}.form_address{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.form_address_str{width:100%}.form_address_aprt,.form_address_bld{width:64px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:8px}::-webkit-input-placeholder{color:#808d9a}::-moz-placeholder{color:#808d9a}:-ms-input-placeholder{color:#808d9a}:-moz-placeholder{color:#808d9a}@media screen and (max-width:767px){.form_counter_btn{width:30px;height:30px}.form_counter_btn:after{background-size:14px 14px}.form_counter_input{width:30px;height:30px}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.icon_funnel{background-image:url(../img/icons/i_funnel_white.svg)}.icon_credit-red{background-image:url(../img/icons/i_credit-red.svg)}.attention{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:12px 16px;border:1px solid rgba(235,0,27,.5);-webkit-border-radius:6px;border-radius:6px}.attention_icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px;margin-right:10px}.attention_text{font-size:16px;line-height:24px}.switcher{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.switcher_btn{font-size:14px;line-height:22px;padding:2px 16px;text-align:center;min-width:122px;border:1px solid #6959cb;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switcher_btn:first-child{-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px}.switcher_btn:last-child{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px}.switcher_btn.active{background-color:#6959cb;color:#fff}.price_block_old{font-size:16px;line-height:16px;color:#808d9a;text-decoration:line-through;margin-bottom:6px}.price_block_old+.price_block_main .price_block_val{color:#eb001b}.price_block_main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:4px}.price_block_prev{font-size:20px;line-height:24px;margin-right:4px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.price_block_val{font-size:30px;line-height:30px;font-weight:700}.price_block_sale{font-size:14px;line-height:14px;font-weight:700;padding:4px 6px 3px;color:#fff;background-color:#f14336;-webkit-border-radius:3px;border-radius:3px;margin-left:24px}.price_block_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.price_block_info{font-size:12px}}.price_block_part{font-size:16px;line-height:16px;font-weight:700;background-color:#fff2c5;padding:4px 4px 2px;-webkit-border-radius:2px;border-radius:2px;margin-right:6px}.price_block_count{font-size:14px;line-height:14px;color:#808d9a}.price_cashback{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:4px;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4;min-height:16px;font-size:12px}@media screen and (min-width:768px){.price_cashback{font-size:14px}}.price_cashback__icon{width:16px;height:16px;display:inline-block}.price_cashback__price{color:#3500be;font-weight:700;line-height:19px;padding-top:2px}.price_cashback__action{line-height:19px}.price_cashback_invisible{opacity:0;visibility:hidden}.simple_tooltip{font-size:14px;line-height:20px;padding:8px 16px;background-color:#fff;border:1px solid #d3dce9;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.1);box-shadow:0 5px 8px rgba(0,0,0,.1);-webkit-border-radius:6px;border-radius:6px;position:absolute;z-index:10;top:-100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.certificate,.certificate_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.certificate_link{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:1;color:#297bf6}.certificate_link:hover{text-decoration:underline}.certificate_icon{width:20px;height:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:8px}.zoom{width:28px;height:28px;-webkit-border-radius:6px;border-radius:6px;background-color:#fff}.zoom:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:16px 16px;background-image:url(../img/icons/i_zoom.svg)}.breadcrumbs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:16px;overflow:auto;overflow-y:hidden;white-space:nowrap;padding-bottom:2px}.breadcrumbs_item:last-child:after{display:none}.breadcrumbs_item:last-child .breadcrumbs_link:not([href]){color:#808d9a}.breadcrumbs_item:last-child .breadcrumbs_link:not([href]):hover{text-decoration:none}.breadcrumbs_item:after{content:"";width:14px;height:7px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_arrow.svg);display:inline-block;margin:0 10px}.breadcrumbs_link{display:inline-block;font-size:14px;line-height:1.2;color:#297bf6}.breadcrumbs_link:hover{text-decoration:underline}.title{font-size:40px;line-height:1.2;word-break:break-word}.title_val{font-size:24px;line-height:1.2;color:#808d9a;margin-left:12px}.subtitle{font-size:32px;line-height:1.2}.subtitle_val{color:#808d9a}.text{font-size:20px;line-height:24px}.product{position:relative;display:inline-block}.product .product_wrap .product_preview{padding:0}.product_users-pallete{position:absolute;right:0;top:1px;z-index:11}.product_modify .product_edit{background-color:#f2f4f7}.product_modify .product_edit_item{border-bottom:1px solid #d3dce9}.product_modify .product_edit_item:last-child{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:0}.product_edit{-webkit-border-radius:6px;border-radius:6px;position:absolute;top:16px;right:8px;z-index:11;overflow:hidden}.product_edit_item{border-bottom:0;width:40px;height:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.product_edit_item:last-child{margin-bottom:0;display:none}.product_edit_item svg{display:block;width:24px;height:24px;color:#808d9a}.product_edit_item.viewed_rm:hover svg{color:#3500be}.product_edit_item:active svg{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.product:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #3500be;opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product:hover:after{opacity:1}.product_wrap{position:relative;padding:34px 20px 20px}.product_side{min-height:162px;padding-bottom:54px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.product_preview,.product_side{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product_preview{width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:10}.product_preview a{aspect-ratio:1}.product_preview .picture,.product_preview a{width:100%;height:100%}.product_img{display:block;max-width:100%;max-height:100%;margin:0 auto}.product_img:not([src]){display:none}.product_info{z-index:12;margin-bottom:8px}.product_info,.product_info_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.product_info_item{margin-right:12px;color:#808d9a;font-weight:700;font-size:12px;cursor:default}.product_info_item:last-child{margin-right:0}.product_info_item .icon{width:14px;height:14px;margin-right:4px}.product_info .tooltip{top:unset;bottom:-webkit-calc(100% + 8px);bottom:calc(100% + 8px);width:360px;margin-left:-180px}.product .price_block{margin-bottom:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product .price_block_prev{font-size:14px;line-height:14px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-top:2px}.product .price_block_val{font-size:24px;line-height:24px}.product .price_block_main{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.product .price_block_old{font-size:14px;line-height:14px;margin:0 0 0 8px;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.product .price_block_info{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%}.product .price_block_info_invisible{opacity:0;visibility:hidden}.product .price_block .price_cashback{width:100%;margin-top:8px}.product_not_available{font-size:18px;line-height:18px;color:#808d9a;margin-bottom:26px;padding-top:16px}.product_name{font-size:16px;line-height:24px;position:relative;z-index:11;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;height:48px;-webkit-box-orient:vertical;overflow:hidden;outline:0;word-break:break-word}.product_name:hover{color:#3500be}.product_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:0;width:100%}.product .btn{position:relative;z-index:11;min-height:38px}.product_buy{background-color:#25f257;-webkit-border-radius:6px;border-radius:6px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product_buy:hover{background-color:#25ff5a}.product_buy .icon{width:20px;height:20px}.product_quantity{width:50px;height:36px;background-color:#f2f4f7;-webkit-border-radius:6px;border-radius:6px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#3500be;font-weight:700;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:relative;z-index:1}.product_quantity:hover{background-color:#3500be;color:#fff}.product_mark{position:absolute;top:24px;left:20px;z-index:11}.product_mark.active{z-index:50}.product_mark_item{display:block;margin-bottom:8px;font-size:14px;line-height:1.6;font-weight:700;color:#fff;text-align:center;-webkit-border-radius:6px;border-radius:6px;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;padding:1px 7px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product_mark_item.c_red{background-color:#f14336}.product_mark_item.c_blue{background-color:#297bf6}.product_mark_item.c_lightblue{background-color:#039be5}.product_mark_picture{max-width:60px;display:block;margin-bottom:8px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15);-webkit-border-radius:6px;border-radius:6px;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.product_mark_picture img{display:block;max-width:100%}.product_characteristics,.product_mark .tippy_tooltip{display:none}.product_characteristics_line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;line-height:20px;margin-bottom:6px}.product_characteristics_line:last-child{margin-bottom:0}.product_characteristics_name{margin-right:6px;color:#808d9a}.product_wishlist{width:30px;height:30px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:6px;position:relative;z-index:11;cursor:pointer;-webkit-transform:scale(.68);-ms-transform:scale(.68);transform:scale(.68)}.product_wishlist:active svg{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.product_wishlist svg{display:block;width:100%;height:100%;color:#808d9a}.product_wishlist.active svg{color:#3500be}.product_wishlist.active svg:nth-child(2){opacity:1}.product_wishlist svg{position:absolute}.product_wishlist svg:nth-child(2){opacity:0}.product_wishlist:hover svg{color:#3500be}.product_chars{margin-top:20px}@media screen and (max-width:768px){.product_chars{margin-top:12px}}.product_chars .requisits__group{margin-bottom:8px}.product_chars .requisits__item,.product_chars .requisits__value{font-size:14px;line-height:24px}.product_chars .requisits__item{margin-bottom:0}.product_slider .slick-arrow{top:148px}.product_slider .slick-arrow.slick-disabled{display:none}.product_slider .slick-list{padding:0 3px}.product_slider_viewed .slick-disabled{display:none}.slick-arrow{position:absolute;z-index:20;top:50%;width:50px;height:50px;-webkit-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.5;font-size:0;color:hsla(0,0%,100%,0);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15);background-repeat:no-repeat;background-position:50%;background-size:24px 24px;background-image:url(../img/icons/i_arrow_big.svg)}@media screen and (max-width:1300px){.slick-arrow{width:32px;height:32px}}.slick-arrow.slick-prev{left:0;margin-top:-25px}@media screen and (max-width:1300px){.slick-arrow.slick-prev{margin-top:-14px;background-size:16px 16px}}.slick-arrow.slick-next{background-image:url(../img/icons/i_arrow_big_reverse.svg);right:0;margin-top:-25px}@media screen and (max-width:1300px){.slick-arrow.slick-next{margin-top:-14px;background-size:16px 16px}}.slick-arrow:hover{opacity:1}.slick-track{margin:0}.swiper-pagination{position:absolute!important;width:100%!important;left:0!important;bottom:16px!important;top:unset!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;right:unset!important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.swiper-pagination-bullet{margin:0 5px!important;width:10px!important;height:10px!important;opacity:1!important;background:rgba(0,0,0,0)!important;border:2px solid #fff!important}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff!important}.swiper-button-prev{position:absolute!important;z-index:20!important;top:50%!important;left:16px!important;width:32px!important;height:32px!important;-webkit-border-radius:50%!important;border-radius:50%!important;background-color:#fff!important;opacity:.5!important;-webkit-transition:.3s!important;-o-transition:.3s!important;transition:.3s!important;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15)!important;box-shadow:0 2px 4px 0 rgba(0,0,0,.15)!important;background-repeat:no-repeat!important;background-position:50%!important;background-size:16px 16px!important;background-image:url(../img/icons/i_arrow_big.svg)!important;margin:0!important;-webkit-transform:translateY(-50%)!important;-ms-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.swiper-button-prev:after{display:none!important}.swiper-button-prev:hover{opacity:1!important}.swiper-button-next{position:absolute!important;z-index:20!important;top:50%!important;right:16px!important;width:32px!important;height:32px!important;-webkit-border-radius:50%!important;border-radius:50%!important;background-color:#fff!important;opacity:.5!important;-webkit-transition:.3s!important;-o-transition:.3s!important;transition:.3s!important;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15)!important;box-shadow:0 2px 4px 0 rgba(0,0,0,.15)!important;background-repeat:no-repeat!important;background-position:50%!important;background-size:16px 16px!important;background-image:url(../img/icons/i_arrow_big_reverse.svg)!important;margin:0!important;-webkit-transform:translateY(-50%)!important;-ms-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.swiper-button-next:after{display:none!important}.swiper-button-next:hover{opacity:1!important}@media screen and (max-width:991px){.swiper-button-next,.swiper-button-prev{opacity:1!important}}.one_photo_slider_cont{height:500px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.one_photo_slider_img{display:block;max-width:100%;max-height:100%}.one_photo_slider_nav{height:70px;margin-top:24px}.one_photo_slider_nav_cont{height:66px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.one_photo_slider_nav_img{display:block;max-width:56px;max-height:56px}.one_photo_slider_nav .slick-list{width:414px;height:70px;margin:0 auto}.one_photo_slider_nav .slick-slide{height:70px;min-width:70px;border:2px solid #fff;-webkit-border-radius:6px;border-radius:6px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.one_photo_slider_nav .slick-slide.slick-current{border-color:#3500be}.one_photo_slider_nav .slick-arrow{width:32px;height:32px;background-size:16px 16px;margin-top:-16px}.one_photo_slider_nav .slick-track{height:70px}.offers{font-size:14px;line-height:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:10px 0}.offers_val{font-weight:700;margin-right:6px;padding:4px 4px 2px;background-color:#f2f4f7;-webkit-border-radius:4px;border-radius:4px}.offers_text{color:#808d9a}.transform{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:24px}@media screen and (max-width:1023px){.transform{display:none}}@media screen and (min-width:1024px){.transform{margin-right:0}}@media screen and (max-width:767px){.transform{margin-right:20px}}.transform_item{width:20px;height:20px;margin-right:12px;cursor:pointer}@media screen and (max-width:767px){.transform_item{display:none;margin-right:0}}.transform_item:active svg{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.transform_item svg{display:block;width:100%;height:100%}.transform_item svg,.transform_item svg rect{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.transform_item svg rect{stroke:#808d9a}.transform_item:last-child{margin-right:0}.transform_block:hover svg rect{stroke:#000}.transform_block.active{display:block}.transform_block.active svg rect{stroke:#000}.transform_list:hover svg rect{stroke:#000}.transform_list.active{display:block}.transform_list.active svg rect{stroke:#000}.ui-widget.ui-widget-content{position:relative;background-color:#a7c0e2;border:0;height:2px;-webkit-border-radius:0;border-radius:0;margin:9px 0 9px 10px;width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}.ui-widget.ui-widget-content:before{content:"";position:absolute;width:-webkit-calc(100% + 20px);width:calc(100% + 20px);height:2px;top:0;left:-10px;background-color:#a7c0e2}.ui-state-default,.ui-widget-content .ui-state-default{width:20px;height:20px;-webkit-border-radius:50%;border-radius:50%;border:2px solid #3500be;background-color:#fff;top:-9px;outline:0;cursor:pointer}.ui-slider-horizontal .ui-slider-range{background-color:#3500be}.scrollbar-inner>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-inner>.scroll-element .scroll-element_track{-webkit-border-radius:0;border-radius:0}.scrollbar-inner>.scroll-element .scroll-element_track{background-color:rgba(0,0,0,0)}.scrollbar-inner>.scroll-element.scroll-y{width:2px;right:10px;top:19px}.scrollbar-inner>.scroll-element .scroll-bar{background-color:#3500be;opacity:1}.show_more{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.show_more,.show_more_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.show_more_link{font-size:16px;line-height:24px;color:#297bf6}.show_more_link:hover{text-decoration:underline}.show_more_icon{width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_refresh.svg);margin:0 12px 2px 0}.code{font-size:14px;line-height:1;color:#808d9a}.code_val{color:#000}.tab_head{margin:6px 0 40px}.tab_head_sticky{height:64px}.tab_head_sticky.fixed .tab_head_block{background-color:#fff;position:fixed;z-index:9997;top:0;left:0;width:100%}.tab_head_block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;white-space:nowrap;overflow:auto;padding-top:24px;border-bottom:1px solid #d3dce9}@media screen and (max-width:1023px){.tab_head_block{padding-top:0}}.tab_head_block .wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.tab_head_link{height:40px;font-size:16px;line-height:1.2;font-weight:700;margin-right:32px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:relative}.tab_head_link,.tab_head_link_badge{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tab_head_link_badge{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:6px;height:24px;width:24px;background:#25ff5a;-webkit-border-radius:4px;border-radius:4px;color:#000;font-size:14px}.tab_head_link_counter{display:inline-block;margin-left:6px;color:#000;font-size:16px;font-weight:400;color:#808d9a}.tab_head_link:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background-color:#3500be}.tab_head_link:last-child{margin-right:0}.tab_head_link:hover{color:#3500be}.tab_head_link.active{color:#3500be}.tab_head_link.active:before{height:2px}.tab_cont{display:none}.tab_cont.active{display:block}.offer{margin-top:75px}.offer_table{margin:30px 0 40px}.offer_sort{border:1px solid #d3dce9;border-bottom:0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:50px;font-size:16px;line-height:1.2;padding:8px 16px}.offer_sort,.offer_sort_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.offer_sort_title{color:#808d9a;margin-right:12px;font-size:14px}.offer_sort .select2-container{width:auto!important}.offer_item{border:1px solid #d3dce9;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;margin-top:-1px;cursor:pointer}.offer_item:hover{border-color:#3500be;z-index:1}.offer_item:hover .offer_item_side{border-color:#3500be}.offer_item:hover .zoom:after{background-size:20px 20px}.offer_item_cont{padding:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%}.offer_item_preview{width:280px;height:280px;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:40px}.offer_item_preview .product_mark{top:8px}.offer_item_preview_img{display:block;max-width:100%}.offer_item_preview_rate{position:absolute;z-index:1;top:8px;right:8px;width:40px;height:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-border-radius:6px;border-radius:6px;background-color:#f2f4f7;font-size:20px;line-height:24px;font-weight:700;color:#3500be}.offer_item_preview .zoom{position:absolute;bottom:8px;left:8px}.offer_item_line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;line-height:1.2;margin-bottom:16px}.offer_item_line:last-child{margin-bottom:0}.offer_item_line_name{color:#808d9a;width:152px}.offer_item_line_name,.offer_item_side{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.offer_item_side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-right:20px}.offer_item_side .btn{min-height:48px;width:282px;margin-top:18px;position:relative;z-index:10}.offer_item_side .btn .icon{width:16px;height:16px;margin-right:8px}.offer_item_side .btn .text{font-size:inherit}.offer_item_side .link{margin-top:16px}.offer_item_price{font-size:30px;line-height:1.2;font-weight:700}.offer_item_price_old{font-size:16px;line-height:1.2;font-weight:400;color:#f14336;text-decoration:line-through}.offer .show_more{margin-bottom:22px}.offer .subscription{margin:-40px 0 40px;-webkit-border-radius:0;border-radius:0;border:1px solid #d3dce9;border-top:0}.offer .subscription_icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.offer .subscription_cont{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.offer .subscription_text{margin:0 14px 0 0}.offer .subtitle+.subscription{margin-top:24px;border-top:1px solid #d3dce9}.rate_filter,.rate_filter_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rate_filter_item{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:28px;height:28px;-webkit-border-radius:6px;border-radius:6px;background-color:#f2f4f7;font-size:14px;line-height:24px;font-weight:700;color:#5420d8;margin-right:8px;cursor:pointer;border:1px solid rgba(0,0,0,0);-webkit-transition:.15s;-o-transition:.15s;transition:.15s}.rate_filter_item:last-child{margin-right:0}.rate_filter_item:hover{border-color:#7142e7}.rate_filter_item.active{border-color:#3500be}.filter{width:320px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;border:1px solid #d3dce9;border-bottom:0}@media screen and (min-width:1280px){.filter{width:280px}}.filter_btn_mobile,.filter_show,.filter_top{display:none}.filter_head{padding:20px;border-bottom:1px solid #d3dce9;display:none}.filter_head .filter_title{margin-bottom:12px}.filter_title{font-size:16px;line-height:1.2}.filter_clear{font-size:14px;line-height:1.2;color:#297bf6;border-bottom:1px dashed;cursor:pointer;display:none}.filter_clear.active{display:inline-block}.filter .form_label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;width:100%;margin-bottom:10px}.filter .form_label.disabled{opacity:.5;cursor:default;display:none}.filter .form_label span{color:#808d9a}.filter .form_label span:last-child{margin-left:4px}.filter_part{border-bottom:1px solid #d3dce9}.filter_part.hide .filter_part_head{border-bottom:1px solid rgba(0,0,0,0);padding-bottom:14px;-webkit-transition:0s .15s;-o-transition:0s .15s;transition:0s .15s}.filter_part.hide .filter_part_arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.filter_part_head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;padding:15px 20px;border-bottom:1px solid #d3dce9;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:0s 0s;-o-transition:0s 0s;transition:0s 0s}.filter_part_title{font-size:16px;line-height:1.2;padding-right:20px}.filter_part_title .icon{width:16px;height:16px;display:inline-block;vertical-align:middle;margin-left:8px;cursor:pointer}.filter_part_arrow{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_forward.svg);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.filter_part_list{padding:22px 20px 12px}.filter_part .form_item{width:100%}.filter_part .form_item:last-child{margin-bottom:0}.filter_part_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:19px}.filter_part_action:first-child{margin-top:0}.filter_part_action_sep{margin:0 5px}.filter_part_action .btn{min-height:40px;margin-left:7px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.filter_part_show_all,.select2-search--dropdown{display:none}.select2-container--default .select2-selection--single{border:0;font-size:14px;color:#000;outline:0;height:12px}.select2-container--default .select2-selection--single .select2-selection__rendered{padding:0;line-height:14px;color:#000;overflow:visible}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #000}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0)}.select2-dropdown:not(.select_search_dropdown):not(.select_standart_dropdown):not(.select_main_search_dropdown){-webkit-border-radius:0!important;border-radius:0!important;padding:8px 0;border:1px solid #d3dce9!important;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.1);box-shadow:0 5px 8px rgba(0,0,0,.1);width:auto!important;white-space:nowrap}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#f2f4f7;color:#000}.select2-results__option{font-size:14px;line-height:18px;padding:8px 16px}.select2-container--default .select2-selection--single{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.select2-container--default .select2-selection--single .select2-selection__arrow{position:static;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.select2-container--default .select2-selection--single .select2-selection__arrow b{position:static;margin:2px 0 0}.select_search_dropdown{border-color:#3500be!important;-webkit-box-shadow:1px 1px 4px rgba(104,89,203,.4);box-shadow:1px 1px 4px rgba(104,89,203,.4)}.select_search_dropdown .select2-search--dropdown{display:block;padding:0}.select_search_dropdown .select2-search--dropdown .select2-search__field{padding:6px 16px;border:0;-webkit-box-shadow:inset 1px 1px 4px rgba(104,89,203,.4);box-shadow:inset 1px 1px 4px rgba(104,89,203,.4);border-bottom:1px solid #3500be}.select_search_dropdown.select_without_search_input .select2-search--dropdown{display:none}.select_standart_dropdown{border-color:#3500be!important;-webkit-box-shadow:1px 1px 4px rgba(104,89,203,.4);box-shadow:1px 1px 4px rgba(104,89,203,.4)}.select_standart_dropdown .select2-search--dropdown .select2-search__field{padding:6px 16px;border:0}.select2-container--open .select_search_input,.select2-container--open .select_standart_input{border-color:#3500be!important;-webkit-box-shadow:1px 1px 4px rgba(104,89,203,.4);box-shadow:1px 1px 4px rgba(104,89,203,.4)}.select_search+.select2{width:100%!important}.select2-container .select2-selection--single.select_search_input,.select2-container .select2-selection--single.select_standart_input{height:40px}.select_search_input,.select_standart_input{border:1px solid #808d9a!important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 8px 0 16px}.select2-container{min-width:115px}.label_dotted{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.label_dotted_name{width:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.label_dotted_line{width:100%;background-image:-webkit-gradient(linear,left top,right top,color-stop(33%,#000),color-stop(0,hsla(0,0%,100%,0)));background-image:-o-linear-gradient(left,#000 33%,hsla(0,0%,100%,0) 0);background-image:linear-gradient(90deg,#000 33%,hsla(0,0%,100%,0) 0);background-position:bottom;background-size:5px 1px;background-repeat:repeat-x;position:relative;bottom:4px;margin:0 2px}.label_dotted_val{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.js_timer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tooltip{border:1px solid #d3dce9;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.1);box-shadow:0 5px 8px rgba(0,0,0,.1);-webkit-border-radius:6px;border-radius:6px;padding:24px;width:360px;background-color:#fff;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:20;color:#000;display:none}.tooltip_wrap{display:inline-block;position:relative}.tooltip_wrap .tooltip{width:360px;padding:10px 16px;text-align:center;font-size:14px;line-height:20px;bottom:-webkit-calc(100% + 8px);bottom:calc(100% + 8px);top:unset}.tooltip_icon{width:16px;height:16px;display:inline-block;margin-left:8px;background-image:url(../img/icons/i_tooltip.svg);background-repeat:no-repeat;background-position:50%;background-size:contain;cursor:pointer;vertical-align:middle}.tooltip_icon:hover+.tooltip{display:block!important}.tooltip_close{position:absolute;top:10px;right:10px;width:20px;height:20px;cursor:pointer;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_close_modal.svg)}.tooltip_close:hover{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.tooltip_rate{margin-bottom:16px}.tooltip_rate,.tooltip_rate_val{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tooltip_rate_val{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:40px;height:40px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-border-radius:6px;border-radius:6px;background-color:#f2f4f7;font-size:20px;line-height:24px;font-weight:700;color:#3500be;margin-right:12px}.tooltip_rate_name,.tooltip_title{font-size:20px;line-height:32px}.tooltip_title{font-weight:700;margin-bottom:16px}.tooltip_text{font-size:16px;line-height:26px}.tooltip_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:16px}.tooltip .btn{min-height:40px}.show_tooltip{cursor:pointer}.js_accordion{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.js_accordion.open .js_accordion_head:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.js_accordion_head{cursor:pointer;position:relative}.js_accordion_head:after{content:"";width:20px;height:20px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_forward.svg);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:absolute;right:16px;top:50%;margin-top:-10px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.installment{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:12px;font-weight:400}.installment:last-child{margin-bottom:0}.installment_icon{width:24px;height:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:12px}.installment_icon img{display:block;max-width:24px;max-height:24px;-o-object-fit:contain;object-fit:contain}.installment_name{font-size:16px;line-height:24px}.installment_desc{font-size:14px;line-height:20px;color:#808d9a}.link{font-size:16px;line-height:1.6;color:#297bf6;display:inline-block}.link:hover{text-decoration:underline}.subscription{background-color:#f2f4f7;-webkit-border-radius:8px;border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:12px 16px;margin-top:24px}.subscription_icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:30px;height:30px;margin-right:14px}.subscription_icon svg{display:block;width:100%;height:100%}.subscription_text{font-size:14px;line-height:16px;margin-bottom:4px}.subscription_actions,.subscription_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.subscription_link{margin-right:14px;font-size:14px;line-height:14px}.subscription_link:last-child{margin-right:0}.subscription_link_icon{width:14px;height:14px;margin-right:6px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden}.credit_list_line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #d3dce9;padding:20px 0}@media (min-width:768px) and (max-width:1439px){.credit_list_line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;position:relative}}.credit_list_line:last-child{border-bottom:0}.credit_list_line.credit_list_line-disabled .credit_list_item-hint{width:580px!important}.credit_list_line.credit_list_line-disabled .form_radio_custom_label{color:#808d9a}.credit_list_line.credit_list_line-disabled .form_radio_custom{-webkit-filter:opacity(.8);filter:opacity(.8)}.credit_list_title{font-size:20px;line-height:24px;margin-bottom:2px}.credit_list_subtitle{font-size:14px;line-height:16px;color:#808d9a}.credit_list_head{font-size:14px;line-height:22px;font-weight:700;padding:8px 0}@media (min-width:768px) and (max-width:1439px){.credit_list_head{display:none}}.credit_list_item{min-height:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.credit_list_item:first-child{width:100%}@media (min-width:768px) and (max-width:1439px){.credit_list_item:first-child{width:auto;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.credit_list_item:nth-child(2){width:230px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media (min-width:768px) and (max-width:1439px){.credit_list_item:nth-child(2){padding-left:32px;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;min-height:auto;padding-top:16px}}.credit_list_item:nth-child(3){width:190px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media (min-width:768px) and (max-width:1439px){.credit_list_item:nth-child(3){padding-left:32px;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;padding-top:16px}}.credit_list_item:nth-child(4){width:160px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;text-align:right}@media (min-width:768px) and (max-width:1439px){.credit_list_item:nth-child(4){position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.credit_list_side{width:340px}.credit_list_name,.credit_list_side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.credit_list_name{min-height:40px}.credit_list_name .form_radio_custom_label{font-size:16px;line-height:1;font-weight:700}.credit_list_desc{font-size:14px;line-height:14px;color:#808d9a;margin-top:2px;font-weight:400}.credit_list_logo{margin-right:8px}.credit_list_text{font-size:14px;line-height:14px}.credit_list_price{font-size:18px;line-height:40px;font-weight:700}.credit_list .select2-container{min-width:160px;max-width:160px}.credit_list .form_input{width:160px;margin-bottom:16px}.credit_total{background-color:#f2f4f7;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:30px}.credit_total,.credit_total_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.credit_total_col{margin-right:30px}.credit_total_col:last-child{margin-right:0}.credit_total_name{font-size:14px;line-height:16px;color:#808d9a;margin-bottom:6px}.credit_total_val{font-size:16px;line-height:18px;font-weight:700}.credit_total_side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.credit_total_sum{font-size:30px;line-height:36px;font-weight:700;margin-right:30px}.credit_total_sum sub{bottom:0}.credit_total .btn{min-height:40px}@media screen and (max-width:767px){.credit_list{padding:0 16px}.credit_list .form_input{width:100%}.credit_list .select2-container{min-width:100%}.credit_list_line{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.credit_list_line.credit_list_line-disabled{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.credit_list_line.credit_list_line-disabled .credit_list_item-hint{width:100%!important;margin-bottom:16px}.credit_list_head{display:none}.credit_list_item{min-height:auto}.credit_list_item:first-child{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.credit_list_item:nth-child(2){width:50%;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.credit_list_item:nth-child(3){width:100%;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin-bottom:16px}.credit_list_item:nth-child(4){width:50%;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.credit_list_name{margin-bottom:8px}.credit_list_name .form_radio_custom_label{font-size:14px;line-height:16px}.credit_list_option{width:130px;margin-right:16px}.credit_list_side{width:100%}.credit_list_price{font-size:16px;line-height:18px}.credit_total{padding:16px;display:block}.credit_total_list{display:block;border-bottom:1px solid #d3dce9;padding-bottom:16px;margin-bottom:16px}.credit_total_col{margin:0 0 8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.credit_total_col:last-child{margin-bottom:0}.credit_total_side{display:block}.credit_total_sum{font-size:22px;line-height:26px;margin-bottom:8px}.credit_total .btn{width:100%;max-width:320px;margin:0 auto}}@media screen and (max-width:1439px){.wrap{max-width:100%;padding:0 36px}}@media screen and (max-width:1360px){.filter{width:280px}}@media screen and (max-width:1280px){.offer{margin-top:44px}.offer_table{margin:24px 0 40px}.offer_item_side .btn{width:220px}.subtitle{font-size:28px}.one_photo_slider_cont{height:360px}.one_photo_slider_nav .slick-list{width:350px}}@media screen and (max-width:1120px){.one_photo_slider_cont{height:288px}.one_photo_slider_nav .slick-list{width:260px}}@media screen and (max-width:1023px){.title{font-size:32px}.title_val{font-size:20px}.text{font-size:16px;line-height:20px}.one_photo_slider_cont{height:336px}.one_photo_slider_nav .slick-list{width:242px}.offer_item{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.offer_item_preview{width:318px;height:318px;margin-right:20px}.offer_item_slider_img{max-width:318px;max-height:318px}.offer_item_line{display:block}.offer_item_cont{height:358px}.offer_item_side{width:318px;background-color:rgba(0,0,0,0);-webkit-border-radius:6px;border-radius:6px;padding:0;margin:0 0 20px 20px;border:0}.offer_item_side .btn{width:100%;max-width:100%;margin:16px auto 0}.offer_item_side_cont{display:block;width:100%}.offer_item_price{font-size:24px}.filter{display:none}.filter.open{display:block;position:fixed;z-index:101;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);border:0}.filter.open .filter_wrap{width:320px;height:100%;overflow:auto;padding:50px 0 80px;background-color:#fff}.filter_top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:8px 20px;height:50px;background-color:#f2f4f7;font-size:16px;line-height:1.2;font-weight:700;position:fixed;z-index:10;top:0;left:0;width:320px}.filter_top_close{width:20px;height:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_close.svg)}.filter_head{display:block}.filter_btn_mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:auto!important;font-size:14px;font-weight:400;padding:0;padding:8px 10px!important;position:relative;line-height:1!important}.filter_btn_mobile .icon{width:16px;height:16px;margin-right:4px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.filter_btn_mobile .val{height:18px;min-width:18px;text-align:center;font-size:12px;line-height:17px;font-weight:700;color:#fff;-webkit-border-radius:50%;border-radius:50%;border:1.5px solid #fff;background-color:#eb001b;position:absolute;top:-6px;right:-6px}.filter_show{display:block;position:fixed;z-index:10;width:320px;bottom:0;left:0;padding:20px;background-color:#f2f4f7}.filter_show .btn{min-width:40px}.filter_part_show_all{display:block;padding:0 20px 22px}.filter_part_show_all_more{font-size:14px;line-height:1.2;color:#297bf6;border-bottom:1px dashed}.filter_part_show_all_more.hide{display:none}.filter_part_show_all_less{font-size:14px;line-height:1.2;color:#297bf6;border-bottom:1px dashed}.filter_part_show_all_less.hide{display:none}.slick-arrow{opacity:.3}.product_info .tooltip{margin-left:0;left:0;width:320px}.installment_name{font-size:14px;line-height:20px}}@media screen and (max-width:767px){.wrap{padding:0 16px}.logo{width:80px;height:28px}.title{font-size:24px}.title_val{font-size:16px}.subtitle{font-size:20px}.text{font-size:14px;line-height:18px}.product:hover:after{opacity:0}.product_wrap{padding:18px 12px 16px}.product_preview{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:0 16px 16px 0}.product_side{width:100%;min-height:128px;padding-bottom:46px}.product_mark{top:12px;left:12px}.product_mark_item{font-size:10px;padding:2px 7px}.product_favorite{width:16px;height:16px}.product_edit,.product_favorite{top:16px;right:16px}.product_edit_item,.product_edit_item svg{width:24px;height:24px}.product_edit_item.product_wishlist svg use{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.product_edit_item.viewed_rm svg use{-webkit-transform:scale(.67);-ms-transform:scale(.67);transform:scale(.67)}.product_type{font-size:12px;margin-bottom:0}.product_name{font-size:14px;line-height:20px;height:40px;margin-bottom:0}.product_action .btn{min-height:32px;padding:5px 11px;font-size:12px}.product_not_available{font-size:16px;line-height:16px;margin-bottom:20px}.product_wishlist{-webkit-transform:scale(.54);-ms-transform:scale(.54);transform:scale(.54);margin-left:4px}.product_price{min-width:77px;font-size:16px}.product_price_old{font-size:10px}.product_quantity{font-size:12px}.product_buy,.product_quantity{width:40px;height:32px;margin-left:31px}.product_buy .icon{width:16px;height:16px}.product_info{margin-top:16px}.product .price_block_val{font-size:16px;line-height:16px}.product .price_block_old{margin-left:6px}.product .price_block_count,.product .price_block_old,.product .price_block_part{font-size:12px;line-height:12px}.product .offers{font-size:12px;margin:6px 0}.certificate_link{font-size:14px}.product_slider,.product_slider_viewed{padding:0 16px}.product_slider .slick-list,.product_slider_viewed .slick-list{padding:0}.product_slider .slick-arrow,.product_slider_viewed .slick-arrow{opacity:.5;top:132px}.product_slider .slick-arrow.slick-prev,.product_slider_viewed .slick-arrow.slick-prev{left:0}.product_slider .slick-arrow.slick-next,.product_slider_viewed .slick-arrow.slick-next{right:0}.product_slider_viewed{padding:0}.tab_head{margin:24px 0 0}.tab_head_link{margin-right:24px}.tab_head_link:last-child{padding-right:16px}.tab_head_link:last-child:before{width:-webkit-calc(100% - 16px);width:calc(100% - 16px)}.offer{width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin-left:-16px;margin-top:16px}.offer .subtitle{display:inline-block;padding:0 16px}.offer_sort{border-left:0;border-right:0;height:auto}.offer_sort_link,.offer_sort_title{display:none}.offer_item,.offer_sort .select2,.offer_sort_select{display:block}.offer_item{border-left:0;border-right:0}.offer_item:hover{border-color:#d3dce9}.offer_item_cont{padding:16px}.offer_item_preview{margin-right:20px;position:relative;z-index:10;margin-bottom:20px}.offer_item_slider_img{width:100%;height:auto;max-width:unset;max-height:unset}.offer_item_slider .slick-list{padding:0}.offer_item_side{margin:0 0 16px 16px;-webkit-border-radius:0;border-radius:0}.offer_item_line{font-size:14px}.rate_filter_item{margin-right:6px}.one_photo_slider{width:288px}.one_photo_slider_cont{height:288px;margin:0 auto}.one_photo_slider_nav{margin-top:16px}.breadcrumbs{width:100%;margin:0 0 8px;padding:0 0 2px}.breadcrumbs_item:last-child{padding-right:16px}.slick-arrow{width:32px;height:32px;background-size:14px 14px}.tooltip{width:288px;padding:16px}.tooltip_rate{margin-bottom:8px}.tooltip_rate_name,.tooltip_title{font-size:16px;line-height:20px}.tooltip_title{margin-bottom:8px}.tooltip_text{line-height:22px}.tooltip .btn,.tooltip_text{font-size:14px}.product_info .tooltip{position:fixed;top:50%;bottom:unset;left:50%;margin-left:-160px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.subscription{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:12px 16px}.offer_item_line_name{display:inline}.offer_item_line_name:after{content:":"}.offer_item_line_val{display:inline}.offer .subscription_cont{display:block;width:auto}.offer .subscription_text{margin-bottom:5px}}@media screen and (max-width:640px){.offer_item_preview{width:220px;height:220px}.offer_item_cont{height:auto}.offer_item_side{width:220px}.offer_item_side .certificate_link{font-size:14px}}@media screen and (max-width:480px){.offer_item_cont{display:block}.offer_item_preview{width:100%;height:auto;min-height:140px}.offer_item_preview_img{margin:0 auto}.offer_item_side{width:100%;margin:0;padding:0 16px 16px}}.modal .set_list .tab_head{border:0;margin:0 0 16px;padding:0;position:relative}.modal .set_list .tab_head:after{content:"";width:100%;height:1px;background-color:#d3dce9;position:absolute;bottom:0;left:0}.modal .set_list .tab_head_link{width:44px;height:60px;margin-right:16px;padding-bottom:16px}.modal .set_list .tab_head_link:before{z-index:10}.modal .set_list .tab_cont{padding:0;border:0;overflow:visible;max-height:unset}.set_list{padding:30px;border-bottom:1px solid #d3dce9}.set_list_title{font-size:20px;line-height:24px;margin-bottom:16px}.set_list .marks{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:auto;white-space:nowrap;margin-bottom:24px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1023px){.set_list .marks{margin-bottom:0}}.set_list .marks_item{font-size:14px;line-height:22px;padding:2px 8px;-webkit-border-radius:6px;border-radius:6px;background-color:#f2f4f7;color:#808d9a;-webkit-transition:.15s;-o-transition:.15s;transition:.15s;cursor:pointer;margin-right:10px;margin-bottom:10px}.set_list .marks_item.active,.set_list .marks_item:hover{background-color:#6959cb;color:#fff}.set_list .marks_item:last-child{margin-right:0}.set_list .s_slider,.set_list .s_slider_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.set_list .s_slider_item_preview{width:80px;height:80px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.set_list .s_slider_item_name{font-size:14px;line-height:18px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;height:54px;-webkit-box-orient:vertical;overflow:hidden;outline:0;word-break:break-word;cursor:pointer;margin-bottom:8px}.set_list .s_slider_item_name:hover{color:#3500be}.set_list .s_slider_item_title{font-size:14px;line-height:14px}.set_list .s_slider_item_title_sub{font-weight:700;padding:4px;margin-right:5px;background-color:#f2f4f7;-webkit-border-radius:4px;border-radius:4px}.set_list .s_slider_item_side{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.set_list .s_slider_item_grade,.set_list .s_slider_item_side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.set_list .s_slider_item_grade{height:32px;margin-bottom:8px}.set_list .s_slider_item .select2-container{min-width:100%}.set_list .s_slider_item .select2-container .select2-selection--single.select_standart_input{height:32px}.set_list .s_slider_item .modal_price{margin-left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.set_list .s_slider_item .modal_price_val{font-size:16px;line-height:16px}.set_list .s_slider_item .modal_price_old{font-size:12px;line-height:12px;margin-left:6px}.set_list .s_slider .btn{min-height:32px}.coupon{margin-bottom:32px}.coupon .btn{margin-top:16px}button.hooper-next.is-disabled,button.hooper-prev.is-disabled{display:none!important}.hooper-list .hooper-navigation .swiper-button-prev{left:-21px!important}.hooper-list .hooper-navigation .swiper-button-next{right:-20px!important}.hooper-list .hooper-pagination .hooper-indicators{display:none}@media screen and (max-width:767px){.hooper-list .hooper-navigation .swiper-button-next,.hooper-list .hooper-navigation .swiper-button-prev{display:none}.hooper-list .hooper-pagination .hooper-indicators{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.hooper-list .hooper-pagination .hooper-indicators .hooper-indicator{width:6px;height:6px;-webkit-border-radius:50%;border-radius:50%;background-color:#d3dce9;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.hooper-list .hooper-pagination .hooper-indicators .hooper-indicator.is-active{width:8px;height:8px;background-color:#6959cb}}.overflow-dots{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.similar-products .subtitle{margin-bottom:20px;display:inline-block}@media screen and (min-width:768px){.similar-products .subtitle{margin-bottom:30px}}.similar-products .product_wrap{padding:12px}@media screen and (min-width:768px){.similar-products .product_wrap{padding:20px 16px}}.similar-products .price_block{margin-bottom:8px}.similar-products .product_side{min-height:142px}@media screen and (min-width:768px){.similar-products .product_side{min-height:156px}}@media screen and (max-width:767px){.similar-products .product_preview{margin:0 auto 16px}}.page500{text-align:center;padding:60px 16px;max-width:712px;margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.page500{padding:100px 16px 148px}}.page500 figure{margin-bottom:32px;margin-left:-8px;margin-right:-8px}@media screen and (min-width:768px){.page500 figure{margin-bottom:64px;margin-left:0;margin-right:0}}.page500 figure img{width:100%}.page500 h1{font-weight:400;font-size:24px;line-height:30px;margin-bottom:16px}@media screen and (min-width:768px){.page500 h1{font-size:32px;line-height:120%;margin-bottom:24px}}.page500 p{font-weight:400;font-size:16px;line-height:24px;margin-bottom:16px}@media screen and (min-width:768px){.page500 p{font-size:24px;line-height:160%;margin-bottom:32px}}.page500 p a{font-weight:700}.page500 .social-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px}@media screen and (min-width:768px){.page500 .social-links{margin-bottom:56px}}.page500 .social-links_link{width:32px;height:32px;margin-right:16px;-webkit-border-radius:6px;border-radius:6px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}@media screen and (min-width:768px){.page500 .social-links_link{width:40px;height:40px;margin-right:24px}}.page500 .social-links_link:last-child{margin-right:0}.page500 .social-links_link svg{display:block;width:100%;height:100%}.page500 .btn{padding:7px 20px;min-height:40px}.header{position:relative}.header .top-banner__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}.header .top-banner__image{display:inline-block;max-width:100%;overflow:hidden;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}.header .top-banner__preview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:1039px;width:100%}.header .top-banner__preview img{height:30px}.header .top-banner__preview source{display:none}.header_main{height:90px}.header_main,.header_main .wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header_main .wrap{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header .burger{width:26px;height:22px;position:relative;margin-right:26px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:none}.header .burger_line{position:absolute;top:0;left:0;width:100%;height:2px;-webkit-border-radius:1px;border-radius:1px;background-color:#000}.header .burger_line:nth-child(2){top:10px}.header .burger_line:nth-child(3){top:20px}.header .burger_val{position:absolute;top:-17px;right:-12px;min-width:24px;height:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:12px;border-radius:12px;font-size:16px;line-height:1.2;font-weight:700;text-align:center;color:#fff;background-color:#eb001b}.header .logo{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header_search{width:100%;margin:0 40px;position:relative}.header_search:before{content:"";position:absolute;top:12px;left:16px;width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_search.svg)}.header_search_seaction{border:2px solid #3500be;-webkit-border-radius:6px;border-radius:6px;height:40px;position:relative}.header_search_seaction .select2-container{position:absolute;top:0;left:0;width:100%!important;height:100%}.header_search_seaction_close{position:absolute;top:10px;right:93px;width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_close.svg);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer;display:none}.header_search_seaction_close:hover{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.header_search_seaction_close.active{display:block}.header_search_seaction_text{font-size:14px;color:#808d9a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;pointer-events:none}.header_search_seaction_btn,.header_search_seaction_text{position:absolute;top:0;right:0;z-index:10;height:100%;min-width:80px;line-height:20px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header_search_seaction_btn{display:none;padding:0 16px;font-size:16px;color:#fff;font-weight:700;background-color:#3500be;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header_search_seaction_btn:hover{background-color:#2d0692}.header_search_seaction_btn.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header_search .form_input{border-width:2px;border-color:#3500be;font-size:16px;padding:0 115px 0 40px}.header_search .form_input:focus+.header_search_close{width:16px}.header_search .form_input:focus+.header_search_close+.header_search_btn{background-color:#3500be;color:#fff;font-weight:700}.header_search_dropdown{position:absolute;z-index:40;top:-webkit-calc(100% + 5px);top:calc(100% + 5px);left:0;width:100%;background-color:#fff;-webkit-border-radius:6px;border-radius:6px;overflow:hidden;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px rgba(0,0,0,.1);display:none}.header_search_dropdown.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header_search_form{height:100%}.header_search_form.active .header_search_seaction_close{width:16px;display:block}.header_search_form.active .header_search_seaction_btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#3500be;color:#fff;font-weight:700}.header_search_input{width:100%;padding:0 80px 0 42px;display:block;height:100%}.header_search_title{font-size:16px;line-height:24px;font-weight:700;color:#808d9a;margin-bottom:16px}.header_search_result{margin-top:20px;padding:0 20px}.header_search_category_line{font-size:16px;line-height:24px;margin-bottom:16px}.header_search_category_line:last-child{margin-bottom:0}.header_search_category_val{color:#808d9a}.header_search_list{margin-top:20px;padding:0 20px 20px}.header_search_products_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:16px}.header_search_products_item:last-child{margin-bottom:0}.header_search_products_item_preview{width:60px;height:60px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header_search_products_item_img{display:block;max-width:100%;max-height:100%}.header_search_products_item_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.header_search_products_item_name{font-size:16px;line-height:24px;margin-bottom:4px}.header_search_products_item_side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header_search_products_item_price_old{display:inline-block;font-size:10px;line-height:10px;text-decoration:line-through;color:#808d9a;margin-left:8px}.header_search_products_item_price_val{font-weight:700}.header_search_products_item_price_text,.header_search_products_item_price_val{display:inline-block;font-size:16px;line-height:16px}.header_search_products_item_price_count{display:inline-block;line-height:12px;padding:5px;background-color:#f2f4f7;margin-left:12px}.header_search_products_item_count,.header_search_products_item_price_count{color:#3500be;font-size:12px;font-weight:700;-webkit-border-radius:6px;border-radius:6px}.header_search_products_item_count{background-color:#dde5f0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;line-height:18px;min-width:40px;height:32px}.header_search_total{margin-top:20px;padding:0 20px}.header_search_name{font-size:16px;line-height:24px;font-weight:400;margin-bottom:16px}.header_search_name:last-child{margin-bottom:0}.header_search_name span{font-weight:700}.header_search_more{border-top:1px solid #d3dce9;padding:20px;margin-top:20px}.header_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header_action_item{padding:5px 24px;border-right:1px solid #d3dce9;position:relative}.header_action_item:first-child{padding-left:0}.header_action_item:last-child{border-right:0}.header_action_item.header_profile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1023px){.header_action_item.header_profile{display:none}}.header_action_item.header_profile .price_cashback{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:10px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;display:none;gap:0}@media screen and (min-width:768px){.header_action_item.header_profile .price_cashback{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.header_action_item.header_profile .price_cashback>span:first-child{color:#808d9a}.header_action_item.header_profile .price_cashback>span:last-child{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:4px}@media screen and (max-width:1439px){.header_action_item.header_orders{display:none}}@media screen and (max-width:1023px){.header_action_item.header_viewed{padding-left:0}}.header_action_link{display:inline-block;width:30px;height:30px;cursor:pointer;position:relative}.header_action_link:hover svg{color:#3500be}.header_action_link.active svg{color:#3500be}.header_action_link:active svg{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.header_action_link svg{display:block;width:100%;height:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#000}.header_action_link_val{position:absolute;top:-9px;right:-10px;min-width:20px;height:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:12px;border-radius:12px;font-size:12px;line-height:1.2;font-weight:700;text-align:center;color:#fff;background-color:#eb001b;padding-top:2px}.header_action_link_val:empty{display:none}.header_cart,.header_cart .header_action_link{position:relative}.header_info{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:0 40px 0 28px}.header_info:last-child{margin-right:0}.header_info_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:6px;position:relative}.header_info_item:last-child{margin-bottom:0}.header_info_item:hover .tooltip{display:block}.header_info_item .tooltip{width:auto;margin-left:0;top:100%;right:-20%;left:unset;white-space:nowrap}.header_info_item .tooltip .tooltip_title{font-weight:400}.header_info_item .tooltip .tooltip_text{white-space:nowrap}.header_info_phone{font-size:18px;line-height:18px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header_info .icon{width:18px;height:18px;margin-right:8px}.header_info_icon{margin-left:8px;width:16px;height:16px;background:url(../img/icons/clock.svg) 50%/100% no-repeat}.header_info_callback{font-size:14px;line-height:18px;cursor:pointer;color:#297bf6}.header_info_callback:hover{text-decoration:underline}.header_info_desc{font-size:14px;line-height:1.2;color:#808d9a;text-align:right}.header_lang{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header_lang_item{margin-bottom:2px}.header_lang_item:last-child{margin-bottom:0}.header_lang_link{display:block;font-size:12px;line-height:1.2;font-weight:700;color:#808d9a;text-transform:uppercase;-webkit-border-radius:6px;border-radius:6px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;padding:3px 6px}.header_lang_link:hover{background-color:#f2f4f7}.header_lang_link.active{background-color:#f2f4f7;color:#3500be}.header_menu{background-color:#000;height:50px;white-space:nowrap;overflow:auto}.header_menu,.header_menu .wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header_menu .wrap{height:100%}.header_menu .main_menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%;margin:0 16px 0 -16px;padding-right:16px;border-right:1px solid hsla(0,0%,100%,.2)}.header_menu .main_menu_item{height:100%}.header_menu .main_menu_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;padding:5px 16px;font-size:16px;line-height:1.6;color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header_menu .main_menu_link:hover{background-color:hsla(0,0%,100%,.1)}.header_menu .main_menu_link.active{background-color:hsla(0,0%,100%,.15)}.header_menu .main_menu .sub_menu_item.active .sub_menu_link{background-color:hsla(0,0%,100%,.1)}.header_menu .main_menu .sub_menu_link{color:#fff}.header_menu .main_menu .sub_menu_link:hover{background-color:hsla(0,0%,100%,.1)}.header_menu .main_menu .sub_menu_link.active{background-color:hsla(0,0%,100%,.15)}.header_menu .main_menu .sub_menu_link_arrow{opacity:1}.header_menu .sub_menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.header_menu .sub_menu_link--sales{background:rgba(235,0,27,.9);-webkit-border-radius:6px;border-radius:6px;color:#fff!important}.header_menu .sub_menu_item{height:100%;cursor:pointer}.header_menu .sub_menu_item:hover .sub_menu_link{color:#fff}.header_menu .sub_menu_item:hover .sub_menu_link_arrow{opacity:1}.header_menu .sub_menu_item_dropdown{position:absolute;z-index:21;top:100%;background-color:#fff;border:1px solid #d3dce9;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.1);box-shadow:0 5px 8px rgba(0,0,0,.1);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:none}.header_menu .sub_menu_item_dropdown.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header_menu .sub_menu_item_dropdown:hover{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header_menu .sub_menu_item_dropdown_link{display:block;font-size:16px;line-height:24px;padding:12px 16px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header_menu .sub_menu_item_dropdown_link:hover{background-color:#f2f4f7}.header_menu .sub_menu_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;padding:5px 16px;font-size:16px;line-height:1.6;color:hsla(0,0%,100%,.65);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header_menu .sub_menu_link:hover{color:#fff}.header_menu .sub_menu_link:hover .sub_menu_link_arrow{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}.header_menu .sub_menu_link_arrow{width:16px;height:16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:4px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_dropdown_arrow_white.svg);-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:.5;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header_menu .sub_menu_link.active{color:#fff}.header_menu .sub_menu_link.active .sub_menu_link_arrow{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}.invisible+label.error{position:relative!important}label#delivery_target_type_name-error{position:relative}.targets_types_holder{margin-bottom:16px}.mobile_menu{position:fixed;z-index:10002;top:0;left:0;width:0;height:100%;overflow:hidden;-webkit-transition:width 0s .35s;-o-transition:width 0s .35s;transition:width 0s .35s;display:none}.mobile_menu.active{width:100%;background-color:rgba(0,0,0,.5);-webkit-transition:width 0s 0s;-o-transition:width 0s 0s;transition:width 0s 0s}.mobile_menu.active .mobile_menu_wrap{left:0}.mobile_menu_wrap{position:absolute;top:0;left:-100%;width:100%;max-width:320px;height:100%;background-color:#fff;overflow:hidden;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.mobile_menu_head{position:absolute;top:0;left:0;width:100%;height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px;background-color:#000}.mobile_menu_back{width:20px;height:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:20px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_back_arrow_white.svg)}.mobile_menu_title{font-size:16px;line-height:20px;color:#fff;font-weight:700}.mobile_menu_close{width:20px;height:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:20px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_close_white.svg)}.mobile_menu_cont{height:-webkit-calc(100% - 50px);height:calc(100% - 50px);overflow:auto;margin-top:50px}.mobile_menu_part{border-bottom:1px solid #f2f4f7;padding:20px 16px}.mobile_menu_part:last-child{border-bottom:0}.mobile_menu_line{margin-bottom:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mobile_menu_line:last-child{margin-bottom:0}.mobile_menu_line .mobile_menu_line_total_bonus{width:100%;margin:0;padding:12px 16px;line-height:0}.mobile_menu_line .mobile_menu_line_total_bonus .price_cashback{width:100%}.mobile_menu_line .mobile_menu_line_total_bonus .price_cashback>span:nth-child(2){-webkit-box-flex:1;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;display:inherit;padding-top:4px}.mobile_menu_line .mobile_menu_line_total_bonus .price_cashback>span:nth-child(2) span:first-child{margin-right:4px}.mobile_menu_line .mobile_menu_line_total_bonus .price_cashback__price{margin-top:0;padding-top:0}.mobile_menu_time{min-width:140px;width:100%;color:#808d9a;text-align:right}.mobile_menu_callback{font-size:16px;line-height:26px;color:#297bf6;cursor:pointer}.mobile_menu_callback:hover{text-decoration:underline}.mobile_menu .mobile_cart_empty,.mobile_menu .mobile_cart_not_empty,.mobile_menu .mobile_viewed_empty,.mobile_menu .mobile_viewed_not_empty,.mobile_menu .mobile_wishlist_empty,.mobile_menu .mobile_wishlist_not_empty{display:none}.mobile_menu .mobile_cart_empty.show,.mobile_menu .mobile_cart_not_empty.show,.mobile_menu .mobile_viewed_empty.show,.mobile_menu .mobile_viewed_not_empty.show,.mobile_menu .mobile_wishlist_empty.show,.mobile_menu .mobile_wishlist_not_empty.show,.mobile_menu_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.mobile_menu_link{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.mobile_menu_link_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.mobile_menu_link_icon{width:16px;height:16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:12px}.mobile_menu_link_name{font-size:16px;line-height:20px}.mobile_menu_link_val{min-width:16px;-webkit-border-radius:50%;border-radius:50%;background-color:#eb001b;color:#fff;font-size:10px;line-height:1;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:2px 0 0}.mobile_menu_link_arrow,.mobile_menu_link_val{height:16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:12px}.mobile_menu_link_arrow{width:16px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_forward_black.svg)}.mobile_menu_link__link-sale{color:#eb001b}.mobile_menu_info,.mobile_menu_lang{width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;line-height:20px}.mobile_menu_info,.mobile_menu_lang,.mobile_menu_lang .header_lang{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.mobile_menu_lang .header_lang{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.mobile_menu_lang .header_lang_item{margin:0 4px 0 0}.mobile_menu_sub{position:fixed;top:0;left:-100%;z-index:201;width:100%;max-width:320px;height:100%;background-color:#fff;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.mobile_menu_sub.active{left:0}.mobile_menu_sub .mobile_menu_cont{padding:0 20px}.mobile_menu_sub .mobile_menu_line{border-bottom:1px solid #f2f4f7;margin:0}.mobile_menu_sub .mobile_menu_line:last-child{border-bottom:0}.mobile_menu_sub .mobile_menu_link{padding:19px 0}.mobile_menu_desc{font-size:16px;line-height:26px;text-align:center;margin:30px 0}.mobile_menu_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.mobile_menu_action .btn{min-height:40px}.cart_products_amount:empty,.wishlist_products_amount:empty{display:none}@media screen and (max-width:1280px){.header .burger{display:block}.header_info,.header_lang{display:none}.header_cart{padding-right:0}.header_action_item .tooltip{right:0;left:auto;margin-left:0}.header_action_item .tooltip_right{right:0;left:unset;margin-left:0;transform: unset}.mobile_menu{display:block}}@media screen and (max-width:767px){.header .top-banner__preview img{height:40px}.header .top-banner__preview source{width:100%;height:40px}.header .burger{margin:0;width:20px;height:16px;top:2px}.header .burger_line:nth-child(2){top:7px}.header .burger_line:nth-child(3){top:14px}.header .burger_val{top:-8px;right:-3px;min-width:6px;height:6px;font-size:0;color:rgba(0,0,0,0)}.header_main{height:120px;position:relative}.header_main .wrap{margin-top:-56px}.header_search{position:absolute;width:100%;left:0;bottom:16px;margin:0;padding:0 16px}.header_search:before{left:28px}.header_search_close{right:92px;height:12px;top:10px}.header_search_btn{right:16px;font-size:14px;min-width:70px}.header_search_dropdown{width:100%;left:0;-webkit-border-radius:0;border-radius:0;top:-webkit-calc(100% + 16px);top:calc(100% + 16px);-webkit-box-shadow:0 2px 8px inset rgba(0,0,0,.08);box-shadow:inset 0 2px 8px rgba(0,0,0,.08)}.header_search_total{margin-top:16px;padding:0 16px}.header_search_list{margin-top:16px;padding:0 16px 16px}.header_search_result{margin-top:16px;padding:0 16px}.header_search_more{background-color:#f4f6f8;padding:20px 16px;border:0;-webkit-box-shadow:0 -5px 8px rgba(0,0,0,.1);box-shadow:0 -5px 8px rgba(0,0,0,.1)}.header_search_name{font-size:14px;line-height:22px}.header_search_products_item_preview{margin-right:12px}.header_search_products_item_name{font-size:14px;line-height:16px}.header_search_category_line{font-size:14px;line-height:22px}.header_viewed,.header_wishlist{display:none}.header_action_link svg use{-webkit-transform:scale(.94);-ms-transform:scale(.94);transform:scale(.94)}.header_cart{padding:0;margin-top:8px}.header_cart .header_action_link_val{top:-4px;right:-4px;min-width:16px;height:16px}.header_menu{height:36px;display:none}}.time__title{font-size:20px;line-height:32px;margin-bottom:16px;color:#000}.time__desc{font-size:16px;line-height:26px;color:#000}.requisits_by .requisits__item{line-height:22px}.requisits_by .requisits__value{margin-bottom:8px;line-height:26px}.requisits_by .requisits__value_xl{line-height:24px}.requisits_by .requisits__value_mb-0{margin-bottom:0}.requisits__group{margin-bottom:16px}.requisits__group:last-child{margin-bottom:0}.requisits__item{display:block;font-size:14px;line-height:14px;color:#808d9a;margin-bottom:8px}.requisits__value{display:block;font-size:16px;line-height:22px}.requisits__value_xl{font-weight:700;font-size:20px;line-height:22px}.requisits__value_fb{font-weight:700}.users-palette__control{-webkit-border-radius:50%;border-radius:50%;width:36px;height:36px;background-color:hsla(0,0%,100%,.75);margin-bottom:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:-webkit-box-shadow .15s ease;transition:-webkit-box-shadow .15s ease;-o-transition:box-shadow .15s ease;transition:box-shadow .15s ease;transition:box-shadow .15s ease,-webkit-box-shadow .15s ease}.users-palette__control:hover{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.15);box-shadow:0 2px 4px rgba(0,0,0,.15)}.users-palette__control:last-child{margin-bottom:0}.users-palette__control .icon{display:block;width:20px;height:20px}.footer .subscribe{padding:40px 0;background-color:#2d19b6;color:#fff}.footer .subscribe .wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.footer .subscribe_cont{width:515px}.footer .subscribe_title{font-size:32px;line-height:1.2;margin-bottom:30px}.footer .subscribe_text{font-size:16px;line-height:1.5}.footer .subscribe_form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.footer .subscribe_form .btn{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:8px}.footer .subscribe .form_item{width:100%;position:relative}.footer .subscribe .form_item_checkbox{width:-webkit-calc(100% + 138px);width:calc(100% + 138px);margin-top:12px}.footer .subscribe .form_item .icon{position:absolute;top:17px;right:16px;width:16px;height:16px}.footer .subscribe .form_input{width:530px;height:50px;border:0;font-size:16px;color:#000}.footer .subscribe .form_label,.footer .subscribe .form_label a{color:#fff}.footer_main{background-color:#000;color:#fff}.footer_main_block{padding:60px 0}.footer_main_block .wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.footer_info{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:280px}.footer_info .btn_whatsapp{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer_name{font-size:24px;line-height:1.5;font-weight:700;margin-bottom:20px}.footer_text{font-size:16px;line-height:1.5;margin-bottom:12px}.footer_phone{font-size:32px;line-height:1.2;font-weight:700}.footer_menu_item{margin-bottom:10px}.footer_menu_item:last-child{margin-bottom:0}.footer_menu_link{font-size:16px;line-height:1.5;color:hsla(0,0%,100%,.7);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.footer_menu_link:hover{color:#fff;text-decoration:underline}.footer_side{padding:24px 0}.footer_side .wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.footer_side .wrap:before{content:"";position:absolute;width:100%;height:1px;top:-24px;left:0;background-color:#d3dce9}.footer_copyright{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;font-size:14px;line-height:1.5;color:hsla(0,0%,100%,.6);max-width:530px}.footer_social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.footer_social_link{width:30px;height:30px;margin-right:16px;-webkit-border-radius:6px;border-radius:6px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.footer_social_link:last-child{margin-right:0}.footer_social_link svg{display:block;width:100%;height:100%}.footer_payment{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:660px;width:100%}.footer_payment_item{max-width:660px;width:100%;text-align:right}.footer_payment_item img{height:44px}.footer_part{margin-top:40px}.footer_part .footer_name:after{display:none}.footer.seo-margin .labels{margin-bottom:40px}.locale{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.locale_link{width:34px;height:24px;background-repeat:no-repeat;background-position:50%;background-size:contain;margin-right:16px;-webkit-border-radius:4px;border-radius:4px;cursor:pointer;opacity:.8;-webkit-transition:.25s;-o-transition:.25s;transition:.25s}.locale_link:hover{opacity:1}.locale_link:last-child{margin-right:0}.seo{color:#808d9a}.labels{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:0}.labels_item{font-size:14px;line-height:18px;background-color:#f2f4f7;margin:0 8px 6px 0;-webkit-border-radius:4px;border-radius:4px;color:#808d9a;padding:2px 6px}.seo_part{margin-bottom:60px}.seo_part_title{font-size:20px;line-height:24px;margin-bottom:20px}.seo_part_text{font-size:16px;line-height:26px;margin-bottom:16px}.seo_nav_head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px}.seo_nav .tab_cont{-webkit-column-count:4;-moz-column-count:4;column-count:4}.seo_nav .tab_head_link:hover{color:#808d9a}.seo_nav .tab_head_link.active{color:#808d9a}.seo_nav .tab_head_link.active:before{background-color:#808d9a}.seo_nav_cont_link{font-size:16px;line-height:24px;margin-bottom:10px}@media screen and (max-width:1439px){.footer_side .wrap:before{width:-webkit-calc(100% - 72px);width:calc(100% - 72px);left:36px}}@media screen and (max-width:1280px){.footer .subscribe_cont{width:100%;margin-right:90px}.footer .subscribe .form_input{width:320px}.seo_nav .tab_cont{-webkit-column-count:3;-moz-column-count:3;column-count:3}}@media screen and (min-width:1023px){.footer_toggle{display:block!important}}@media screen and (max-width:1023px){.footer .subscribe .wrap{display:block}.footer .subscribe_cont{margin-bottom:24px}.footer .subscribe .form_input,.footer .subscribe_form_line{width:100%}.footer_main_block{padding:20px 0}.footer_main_block .wrap{display:block}.footer_info{width:100%;margin-right:0;border-bottom:1px solid #2b2f2f}.footer_info.open .footer_name:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.footer_menu{border-bottom:1px solid #2b2f2f}.footer_menu:last-child{border-bottom:0}.footer_menu_col{margin:0}.footer_menu_col.open .footer_name:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.footer_name{font-size:20px;margin:0;padding:20px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.footer_name:after{content:"";width:7px;height:14px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_forward_white.svg);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.footer_toggle{display:none;padding-bottom:20px}.footer_part{margin-top:0}.footer .wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer_copyright{max-width:530px;text-align:center;margin-bottom:16px}.footer_payment{max-width:none;min-width:0;margin-right:0}.footer_payment_item{max-width:none;text-align:center}.seo_nav .tab_cont{-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media screen and (max-width:767px){.footer .subscribe{padding:24px 0}.footer .subscribe_title{font-size:24px;margin-bottom:16px}.footer .subscribe_form{display:block}.footer .subscribe_form .btn{width:100%;margin:12px 0 0}.footer .subscribe_form_line{display:block}.footer .subscribe .form_item_checkbox{width:100%}.footer_copyright{font-size:12px;line-height:14px}.footer_social{width:100%}.footer_payment{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer_payment_item img{height:20px;width:100%;-o-object-fit:contain;object-fit:contain}.footer_main_block,.footer_name{padding:12px 0}.footer_menu_link,.footer_name{font-size:14px}.footer_toggle{padding-bottom:12px}.footer_side .wrap:before{width:-webkit-calc(100% - 32px);width:calc(100% - 32px);left:12px}.footer .locale{margin:0 auto}.footer .mob_hidden{display:none}.seo_nav .tab_cont{-webkit-column-count:1;-moz-column-count:1;column-count:1}}.tippy-box{border:1px solid #d3dce9;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.1);box-shadow:0 5px 8px rgba(0,0,0,.1);-webkit-border-radius:6px;border-radius:6px;padding:24px;background-color:#fff;color:#000;font-size:16px;line-height:24px;text-align:left;max-width:360px!important;width:360px}.tippy-content{padding:0;white-space:normal}.tippy-content a{color:#297bf6}.tippy-content .status_info_part{margin-bottom:16px}.tippy-content .status_info_part:last-child{margin-bottom:0}.tippy-content .status_info_part_rate{width:24px;height:24px;font-size:13px;margin-right:12px}.tippy-content .status_info_part_name{font-size:16px;line-height:24px}.tippy-content .status_info_part_desc{margin:10px 0 0;font-size:14px;line-height:22px}@media screen and (max-width:767px){.tippy-box{max-width:320px!important;width:320px!important;font-size:14px;line-height:20px;padding:16px}}@media screen and (max-width:1023px){.filter_part_title .icon.tippy_grade_description{display:none}}.product-page{padding:40px 0 60px}@media screen and (max-width:767px){.product-page{padding-bottom:40px}}.product-page .info_wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-page .info_wrapper,.product-page .info_wrapper .code{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product-page .info_wrapper .code{margin-right:20px}.product-page .info_wrapper .code_val{margin-left:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.product-page .info_wrapper .favorite{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-page .info_wrapper .favorite:hover svg{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product-page .info_wrapper .favorite svg{cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;margin-right:8px}.product-page .info_wrapper .favorite.active svg{fill:#3500be}.product-page .info_wrapper .favorite.active svg path{stroke:#3500be}.product-page .info_wrapper .favorite_title{color:#297bf6}.product-page .info_wrapper .favorite_count,.product-page .info_wrapper .favorite_title{font-size:14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer;width:-webkit-max-content;width:-moz-max-content;width:max-content}.product-page .info_wrapper .favorite_count{color:#808d9a}@media screen and (max-width:767px){.product-page .info_wrapper{margin-top:4px;-webkit-box-align:self-end;-webkit-align-items:self-end;-ms-flex-align:self-end;align-items:self-end}.product-page .info_wrapper .rating__stars .vue-star-rating .vue-star-rating-star{width:16px;height:16px}}.product-page .tabs .tabs__item{display:none}.product-page .info,.product-page .tabs .tabs-active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product-page .info{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;max-width:1440px;padding:0 48px;width:100%;margin:0 auto}.product-page .info__content{width:300px;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-page .info__content,.product-page .info__preview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product-page .info__preview{margin-right:74px;max-width:610px;min-width:340px;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.product-page .info__preview img{width:100%}.product-page .info__preview .hooper-pp-slider{height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:500px;width:100%;position:-webkit-sticky;position:sticky;top:84px}.product-page .info__preview .hooper-pp-slider .hooper-pagination{display:none}.product-page .info__preview .hooper-pp-slider .hooper-pagination .hooper-indicators{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product-page .info__preview .hooper-pp-slider .hooper-navigation{display:none}.product-page .info__preview .hooper-pp-navigation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:500px;width:100px;position:-webkit-sticky;position:sticky;top:84px}.product-page .info__preview .hooper-pp-navigation .hooper-slide{height:83px;width:83px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:2px solid #fff;-webkit-border-radius:6px;border-radius:6px}.product-page .info__preview .hooper-pp-navigation .hooper-slide[is-current]{border-color:#3500be}.product-page .info__preview .hooper-pp-navigation .hooper-slide img{height:60px;width:60px}.product-page .info__sales-timer{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}@media screen and (max-width:767px){.product-page .info__sales-timer{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}}.product-page .info__sales-timer .sales-timer{margin-bottom:38px}@media screen and (max-width:1023px){.product-page .info__sales-timer .sales-timer{margin-bottom:30px}}@media screen and (max-width:767px){.product-page .info__sales-timer .sales-timer{margin-bottom:24px}}.product-page .info__sales-timer .sales-timer__container{border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;overflow:hidden;padding:16px 24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1365px){.product-page .info__sales-timer .sales-timer__container{padding:16px}}@media screen and (max-width:1023px){.product-page .info__sales-timer .sales-timer__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-bottom:8px}}@media screen and (max-width:767px){.product-page .info__sales-timer .sales-timer__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-bottom:14px}}.product-page .info__sales-timer .sales-timer__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;-webkit-flex-basis:340px;-ms-flex-preferred-size:340px;flex-basis:340px}@media screen and (max-width:1023px){.product-page .info__sales-timer .sales-timer__info{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;margin-bottom:16px}}@media screen and (max-width:767px){.product-page .info__sales-timer .sales-timer__info{-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;margin-bottom:10px}}.product-page .info__sales-timer .sales-timer__image{width:64px;height:64px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 0 64px;-ms-flex:0 0 64px;flex:0 0 64px}.product-page .info__sales-timer .sales-timer__description{font-size:16px;line-height:20px}@media screen and (max-width:767px){.product-page .info__sales-timer .sales-timer__description{font-size:14px;line-height:18px}}.product-page .info__sales-timer .sales-timer__anounce{font-weight:700;color:#f14336}@media screen and (max-width:1023px){.product-page .info__sales-timer .sales-timer__countdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}}@media screen and (max-width:767px){.product-page .info__sales-timer .sales-timer__countdown{-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}}.product-page .info__sales-timer .sales-timer__text{font-weight:400;font-size:14px;line-height:14px;color:#808d9a;display:inline-block;margin-bottom:8px}@media screen and (max-width:1023px){.product-page .info__sales-timer .sales-timer__text{-webkit-flex-basis:64px;-ms-flex-preferred-size:64px;flex-basis:64px;line-height:17px}}@media screen and (max-width:768px){.product-page .info__sales-timer .sales-timer__text{line-height:14px;font-size:12px;position:relative;top:4px}}.product-page .info__sales-timer .sales-timer__clock-face{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:24px;line-height:24px;font-weight:700}.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_days,.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_hours,.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_minutes,.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_seconds{position:relative;width:26px}@media screen and (max-width:768px){.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_days,.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_hours,.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_minutes,.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_seconds{width:24px;font-size:22px}}.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_days:after,.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_hours:after,.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_minutes:after,.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_seconds:after{display:inline;content:attr(data-digit-hint);font-size:10px;line-height:20px;text-align:center;position:absolute;bottom:-16px;left:0;width:100%}.product-page .info__sales-timer .sales-timer__clock-digit.clock-digit_seconds{color:#eb001b}.product-page .info__sales-timer .sales-timer__clock-divider{margin:0 5px}.product-page .info__sales-timer .sales-timer__clock-divider.clock-divider_ticked{-webkit-animation:clockTick 1s steps(1) infinite;animation:clockTick 1s steps(1) infinite}@media screen and (max-width:1023px){.product-page .info__sales-timer .sales-timer__clock-divider{margin:0 3px}}.product-page .info__info{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;background-color:#fff;z-index:10;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:24px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-page .info__info .price{margin-right:32px;min-width:120px;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}@media screen and (max-width:767px){.product-page .info__info .price{margin-right:16px!important}}.product-page .info__info .price__main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-page .info__info .price__main .wrapper__discount{margin-left:0;padding:4px 0;z-index:14}.product-page .info__info .price__main .wrappers{z-index:13}.product-page .info__info .price__main .wrapper__price{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.product-page .info__info .price__main .product_mark{position:unset}.product-page .info__info .info_buttons{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (min-width:1024px){.product-page .info__info .info_buttons{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.product-page .info__info .info_buttons .button.cart{margin-right:16px}.product-page .info__info .info_buttons .button__text{font-size:18px}.product-page .info__info .price_cashback{font-size:16px;margin-top:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:16px}@media screen and (min-width:1024px){.product-page .info__info .price_cashback{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin-top:24px;margin-bottom:0}}.product-page .info__info .price_cashback__icon:first-child{width:24px;height:24px}@media screen and (max-width:767px){.product-page .info__info .price_cashback__icon:first-child{width:20px;height:20px}}.product-page .info .suggestions{position:relative;color:#212121;margin-bottom:24px;padding:0 40px}@media screen and (max-width:767px){.product-page .info .suggestions{margin-bottom:16px}}.product-page .info .suggestions.suggestions_no-controls{padding:0}.product-page .info .suggestions.suggestions_no-controls .suggestions__controls{display:none}.product-page .info .suggestions.suggestions_smooth-hidden:after,.product-page .info .suggestions.suggestions_smooth-hidden:before{position:absolute;display:block;content:"";height:100%;width:8px;top:0;z-index:1}.product-page .info .suggestions.suggestions_smooth-hidden:before{left:40px;background:-webkit-gradient(linear,left top,right top,from(#fff),color-stop(20%,#fff),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(left,#fff 0,#fff 20%,hsla(0,0%,100%,0) 100%);background:linear-gradient(90deg,#fff,#fff 20%,hsla(0,0%,100%,0))}.product-page .info .suggestions.suggestions_smooth-hidden:after{right:40px;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(80%,#fff),to(#fff));background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 80%,#fff 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 80%,#fff)}.product-page .info .suggestions__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:14px;-moz-column-gap:14px;column-gap:14px;overflow:auto}.product-page .info .suggestions__controls{-webkit-border-radius:50%;border-radius:50%;background-color:#f2f4f7;position:absolute;bottom:50%;width:22px;height:22px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden;top:-webkit-calc(50% - 12px);top:calc(50% - 12px)}.product-page .info .suggestions__controls_left{left:5px}.product-page .info .suggestions__controls_right{right:5px}.product-page .info .suggestions__controls__icon{width:4px;height:8px}.product-page .info .suggestions.suggestions_credit .suggestions__content{min-height:64px}.product-page .info .suggestions.suggestions_credit .suggestions__content::-webkit-scrollbar{display:none}.product-page .info .suggestions.suggestions_credit .credit-element{-webkit-box-flex:0;-webkit-flex:0 0 52px;-ms-flex:0 0 52px;flex:0 0 52px;text-align:center;position:relative}.product-page .info .suggestions.suggestions_credit .credit-element *{display:block}.product-page .info .suggestions.suggestions_credit .credit-element__image{width:28px;height:28px;margin:0 auto 5px}.product-page .info .suggestions.suggestions_credit .credit-element__name{text-transform:uppercase;font-size:9px;line-height:12px}.product-page .info .suggestions.suggestions_credit .credit-element__notify{position:relative;width:18px;height:18px;-webkit-border-radius:50%;border-radius:50%;background-color:#f2f4f7;font-size:11px;line-height:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden;margin-bottom:-12px;margin-left:auto}.product-page .info .suggestions.suggestions_service .suggestions__content{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.product-page .info .suggestions.suggestions_service .suggestions__content::-webkit-scrollbar{display:none}.product-page .info .suggestions.suggestions_service .service-element{-webkit-box-flex:0;-webkit-flex:0 0 52px;-ms-flex:0 0 52px;flex:0 0 52px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;padding:11px 12px;border:1px solid #d3dce9;-webkit-border-radius:6px;border-radius:6px}@media screen and (max-width:767px){.product-page .info .suggestions.suggestions_service .service-element{padding:12px}}.product-page .info .suggestions.suggestions_service .service-element__image{width:24px;height:24px}@media screen and (max-width:767px){.product-page .info .suggestions.suggestions_service .service-element__image{width:16px;height:16px}}.product-page .info .suggestions.suggestions_service .service-element__name{font-size:16px;line-height:16px;white-space:nowrap}@media screen and (max-width:767px){.product-page .info .suggestions.suggestions_service .service-element__name{font-size:14px;line-height:14px}}.product-page .info .suggestions,.product-page .info__links{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.product-page .info__links{margin-bottom:40px}.product-page .info__specs{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.product-page .info__condition{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;margin-bottom:40px}.product-page .info__bottom{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.product-page .info__delivery,.product-page .info__refurbished{margin-bottom:24px}.product-page .info__refurbished .meaningful{border:1px solid #d3dce9;padding:16px 24px;-webkit-border-radius:6px;border-radius:6px}.product-page .info__refurbished .meaningful__title{font-weight:700;font-size:18px;line-height:18px;color:#000;margin-bottom:16px}.product-page .info__refurbished .meaningful__arrow{display:none}@media screen and (max-width:1365px){.product-page .info__refurbished .meaningful{padding:16px}}@media screen and (max-width:767px){.product-page .info__refurbished .meaningful{padding:24px 16px;border:none;border-top:1px solid #d3dce9;-webkit-border-radius:0;border-radius:0}.product-page .info__refurbished .meaningful__title{font-size:16px;line-height:16px}.product-page .info__refurbished .meaningful__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer}.product-page .info__refurbished .meaningful__arrow{display:initial}.product-page .info__refurbished .meaningful.hide{height:64px}.product-page .info__refurbished .meaningful.hide .meaningful__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}}.product-page .info__refurbished .meaningful__content p{font-size:14px;line-height:160%}@media screen and (max-width:768px){.product-page .info__refurbished .meaningful__content p{font-size:14px}}.product-page .info__features{margin-bottom:24px}@media screen and (max-width:1365px){.product-page .info{padding:0 36px}.product-page .info__preview{margin-right:24px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-width:336px}.product-page .info__preview .hooper-pp-navigation{display:none}.product-page .info__preview .hooper-pp-slider .hooper-pagination{display:block}.product-page .info__preview .hooper-pp-slider .hooper-pagination .hooper-indicator{width:8px;height:8px;-webkit-border-radius:50%;border-radius:50%;background-color:#d3dce9}.product-page .info__preview .hooper-pp-slider .hooper-pagination .hooper-indicator.is-active{background-color:#6959cb;width:10px;height:10px}.product-page .info__preview .hooper-slide{margin-bottom:36px}}@media screen and (max-width:1023px){.product-page .info__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-page .info__info,.product-page .info__info .price .main{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.product-page .info__info .price:not(.price-no-stock){margin-right:0;margin-bottom:16px}.product-page .info__info .info_buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.product-page .info__info .info_buttons .button.cart{margin-right:0;margin-bottom:16px}.product-page .info__buttons{width:100%}.product-page .info__links{margin-bottom:30px}.product-page .info__specs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:767px){.product-page .info{padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-page .info__preview{min-width:0;margin:0 auto 24px;padding:0 16px}.product-page .info__top{padding:0 16px}.product-page .info__bottom{padding:0}.product-page .info__content{width:100%;max-width:none;margin:0 auto}.product-page .info__benefits,.product-page .info__delivery,.product-page .info__features,.product-page .info__refurbished{margin-bottom:0}.product-page .info__info{padding:0 16px}.product-page .info__condition,.product-page .info__links,.product-page .info__sales-timer,.product-page .info__specs{margin-left:16px;margin-right:16px}}.product-page .tab_head_fluid{position:fixed;display:none;top:0;left:0;right:0;z-index:10001;margin-top:0;margin-bottom:0;background-color:#fff;padding-top:10px;border-bottom:1px solid #d3dce9;opacity:0}@media screen and (max-width:1023px){.product-page .tab_head_fluid{border-top:1px solid #d3dce9;border-bottom:none;top:auto;bottom:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;display:block;opacity:1}}.product-page .tab_head_fluid.visible{display:block}@media screen and (min-width:1024px){.product-page .tab_head_fluid.visible{-webkit-animation:show .2s forwards;animation:show .2s forwards}}@media screen and (max-width:1024px){.product-page .tab_head_fluid.all_suggestions_hidden{display:none}}.product-page .tab_head_fluid__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:26px;position:relative}@media screen and (max-width:1023px){.product-page .tab_head_fluid__wrapper{padding-top:12px;padding-bottom:12px}}.product-page .tab_head_fluid__wrapper:before{position:absolute;content:"";display:block;top:0;left:26px;width:16px;height:100%;z-index:1;background:-webkit-gradient(linear,left top,right top,from(#fff),to(rgba(0,0,0,0))) no-repeat;background:-o-linear-gradient(left,#fff,rgba(0,0,0,0)) no-repeat;background:linear-gradient(90deg,#fff,rgba(0,0,0,0)) no-repeat}@media screen and (min-width:1440px){.product-page .tab_head_fluid__wrapper{padding-left:0}.product-page .tab_head_fluid__wrapper:before{display:none}}.product-page .tab_head_fluid__header{font-weight:700;color:#808d9a;font-size:14px;line-height:14px}@media screen and (max-width:1023px){.product-page .tab_head_fluid__header{display:none}}.product-page .tab_head_fluid .tab_head_block{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding-top:0}@media screen and (max-width:1023px){.product-page .tab_head_fluid .tab_head_block{display:none}}.product-page .tab_head_fluid .tab_head_block .wrap{border-bottom:none;padding-left:0}.product-page .tab_head_fluid .tab_head_link{height:40px}.product-page .tab_head_fluid .tab_head_link:first-child{padding-left:10px}@media screen and (min-width:1440px){.product-page .tab_head_fluid .tab_head_link:first-child{padding-left:0}}.product-page .tab_head_fluid .tab_head_link:last-child{padding-right:32px}.product-page .tab_head_fluid .info__info{background:-webkit-gradient(linear,left top,right top,from(rgba(2,0,36,0)),color-stop(6%,#fff)) no-repeat;background:-o-linear-gradient(left,rgba(2,0,36,0) 0,#fff 6%) no-repeat;background:linear-gradient(90deg,rgba(2,0,36,0),#fff 6%) no-repeat;margin-left:-32px;margin-top:-24px;margin-bottom:0;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (max-width:1023px){.product-page .tab_head_fluid .info__info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:0;margin-top:0;width:100%;padding:0}}.product-page .tab_head_fluid .info__info .price{margin-right:32px;padding-left:32px;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (max-width:1023px){.product-page .tab_head_fluid .info__info .price{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;margin-bottom:0;padding-right:0;margin-right:0;padding-left:0}}@media screen and (max-width:768px){.product-page .tab_head_fluid .info__info .price{min-width:50px}}.product-page .tab_head_fluid .info__info .price__main{margin-bottom:0}.product-page .tab_head_fluid .info__info .price-no-stock{margin-right:0;padding-left:0;margin-right:0!important}.product-page .tab_head_fluid .info__info .price-no-stock__text{font-size:18px;line-height:18px}.product-page .tab_head_fluid .info__info .price__old{font-size:14px;line-height:14px;margin-bottom:4px}.product-page .tab_head_fluid .info__info .price .wrappers{margin-left:auto}@media screen and (max-width:1023px){.product-page .tab_head_fluid .info__info .price .wrappers{margin-left:0}}.product-page .tab_head_fluid .info__info .price .wrapper__price{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-page .tab_head_fluid .info__info .price .main__value{font-size:20px;line-height:20px}.product-page .tab_head_fluid .info__info .info_buttons{-webkit-box-flex:0;-webkit-flex:0 1 150px;-ms-flex:0 1 150px;flex:0 1 150px;white-space:nowrap}.product-page .tab_head_fluid .info__info .info_buttons .button{height:40px}.product-page .tab_head_fluid .info__info .info_buttons .button.cart,.product-page .tab_head_fluid .info__info .info_buttons .button.choose,.product-page .tab_head_fluid .info__info .info_buttons .button.notify{padding:16px 12px;min-width:auto;width:100%}.product-page .tab_head_fluid .info__info .info_buttons .button.cart svg,.product-page .tab_head_fluid .info__info .info_buttons .button.choose svg,.product-page .tab_head_fluid .info__info .info_buttons .button.notify svg{width:16px;height:16px}.product-page .tab_head_fluid .info__info .info_buttons .button.cart{margin-bottom:0}.product-page .tab_head_fluid .info__info .info_buttons .button__text,.product-page .tab_head_fluid .info__info .info_buttons .notify{font-size:16px;line-height:16px}.product-page .offers{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;max-width:1440px;padding:0 48px;width:100%;margin:0 auto}.product-page .offers__title{font-size:32px;line-height:32px;color:#000;margin-bottom:30px}.product-page .offers__name{color:#7f8d99}.product-page .offers__content{width:100%;border:1px solid #d3dce9}.product-page .offers__content .select2-selection__arrow{display:block}.product-page .offers__content .select2-selection__arrow>b{position:relative}.product-page .offers__content .select2-container--open .select2-selection__arrow{display:block}.product-page .offers__content .select2-container--open .select2-selection__arrow>b{top:-50%}.product-page .offers .header{padding:14px 24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #d3dce9}@media screen and (max-width:1365px){.product-page .offers{padding:0 36px}.product-page .offers__title{font-size:28px;line-height:28px}}@media screen and (max-width:1023px){.product-page .offers__title{margin-bottom:24px}}@media screen and (max-width:767px){.product-page .offers{padding:0}.product-page .offers__content{border:1px solid #d3dce9;border-right:none;border-left:none}.product-page .offers__title{font-size:20px;line-height:24px;margin-bottom:16px;padding-left:16px;padding-right:16px}.product-page .offers .header{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:14px 0 0}.product-page .offers .switcher{padding:0}}.product-page .characteristics{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;max-width:1416px;padding:0 36px;width:100%;margin:0 auto}.product-page .characteristics__title{font-size:32px;line-height:32px;color:#000;margin-bottom:30px}.product-page .characteristics__name{color:#7f8d99}.product-page .characteristics__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.product-page .characteristics__list{max-width:912px;width:100%}@media screen and (max-width:1365px){.product-page .characteristics__title{font-size:28px;line-height:28px}.product-page .characteristics__list{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}}@media screen and (max-width:767px){.product-page .characteristics{padding:0 16px}.product-page .characteristics__title{font-size:20px;line-height:24px;margin-bottom:16px}}.product-page .reviews{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;max-width:1416px;padding:0 36px;width:100%;margin:0 auto}.product-page .reviews__title{font-size:32px;line-height:32px;color:#000;margin-bottom:30px}.product-page .reviews__name{color:#7f8d99}.product-page .reviews__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.product-page .reviews__content{max-width:912px;width:100%;margin-right:52px}.product-page .reviews__rate,.product-page .reviews__rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-page .reviews__rate{font-weight:700;font-size:26px;line-height:26px;color:#000;width:-webkit-max-content;width:-moz-max-content;width:max-content;background-color:#f4f6f8;-webkit-border-radius:6px;border-radius:6px;padding:10px 10px 6px;margin-right:16px;height:50px;width:50px;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.product-page .reviews__stars .vue-star-rating-star{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.product-page .reviews__amount{font-size:14px;line-height:18px;color:#808d9a;padding-left:3px}.product-page .reviews__amount-head{color:#297bf6;cursor:pointer}.product-page .reviews__actions,.product-page .reviews__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.product-page .reviews__actions-title{font-size:24px;line-height:24px;color:#000}@media screen and (max-width:1365px){.product-page .reviews__title{font-size:28px;line-height:28px}.product-page .reviews__content{margin-right:0;max-width:none}}@media screen and (max-width:767px){.product-page .reviews{padding:0 16px}.product-page .reviews__title{font-size:20px;line-height:24px;margin-bottom:16px}.product-page .reviews__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-page .reviews__rating{margin-bottom:16px}.product-page .reviews__actions{margin-bottom:8px}.product-page .reviews__actions-title{display:none}}.product-page .faq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;max-width:1416px;padding:0 36px;width:100%;margin:0 auto}.product-page .faq__title{font-size:32px;line-height:32px;color:#000;margin-bottom:30px}.product-page .faq__content{padding:0;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.product-page .faq__accordion{max-width:912px;width:100%;margin-right:52px}.product-page .faq .accordion__content{font-size:16px;line-height:26px}@media screen and (max-width:1365px){.product-page .faq__accordion{margin-right:0;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}}@media screen and (max-width:1023px){.product-page .faq__title{margin-bottom:24px}}@media screen and (max-width:767px){.product-page .faq{padding:24px 16px}.product-page .faq__title{font-size:20px;line-height:24px}}.product-page .states{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;max-width:1416px;padding:0 36px;width:100%;margin:0 auto}.product-page .states__title{font-size:32px;line-height:32px;color:#000;margin-bottom:30px}.product-page .states__content{padding:0;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.product-page .states__container{max-width:912px;width:100%;margin-right:52px}.product-page .states__item-head{margin-bottom:16px}.product-page .states__item-head,.product-page .states__item-head span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-page .states__item-head span{width:40px;height:40px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-border-radius:6px;border-radius:6px;background-color:#f2f4f7;color:#6959cb;margin-right:20px}.product-page .states__item-head p,.product-page .states__item-head span{font-size:20px;line-height:24px;font-weight:700}.product-page .states__item-desc{font-size:16px;line-height:26px;margin-bottom:16px}.product-page .states__item:not(:last-child){margin-bottom:40px}@media screen and (max-width:1365px){.product-page .states__container{margin-right:0;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}}@media screen and (max-width:1023px){.product-page .states__title{margin-bottom:24px}}@media screen and (max-width:767px){.product-page .states{padding:24px 16px}.product-page .states__title{font-size:20px;line-height:24px}.product-page .states__item-head span{font-size:13px;line-height:29px;width:24px;height:24px;margin-right:12px}.product-page .states__item-head p{font-size:16px;line-height:24px}.product-page .states__item-desc{font-size:14px;line-height:22px}}.product-page .seo-feature{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-top:32px}@media screen and (min-width:768px){.product-page .seo-feature{padding-top:60px}}@media screen and (min-width:1024px){.product-page .seo-feature{padding-top:80px}}.product-page .seo-feature .seo,.product-page .seo-feature .wrap{margin:0;padding:0;color:inherit}.product-page .seo-feature .faq__title,.product-page .seo-feature__title,.product-page .seo-feature h2{font-size:20px;line-height:24px;margin-bottom:20px}@media screen and (max-width:1023px){.product-page .seo-feature .faq__title,.product-page .seo-feature__title,.product-page .seo-feature h2{margin-bottom:24px}}@media screen and (max-width:767px){.product-page .seo-feature .faq__title,.product-page .seo-feature__title,.product-page .seo-feature h2{margin-bottom:16px}}.product-page .seo-feature__typo{font-size:16px;line-height:26px;margin-bottom:20px}@media screen and (max-width:767px){.product-page .seo-feature__typo{font-size:14px;line-height:22px}}.product-page .seo-feature .rating__star{width:16px;height:16px}.product-page .seo-feature .rating__star path{fill:#ffbf26;stroke:#ffbf26}.product-page .seo-feature .rating__star:hover path{fill:none}.product-page .seo-feature__used-goods{margin-bottom:48px}@media screen and (max-width:767px){.product-page .seo-feature__used-goods{margin-bottom:40px}}.product-page .seo-feature__used-goods .used-good{font-weight:400}.product-page .seo-feature__used-goods .used-good .used-good__text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:initial;-webkit-box-orient:vertical}.product-page .seo-feature__used-goods .used-good .used-good__text_collapsed{-webkit-line-clamp:6}@media screen and (min-width:768px){.product-page .seo-feature__used-goods .used-good .used-good__text_collapsed{-webkit-line-clamp:5}}.product-page .seo-feature__used-goods .used-good .used-good__text *{display:inline}.product-page .seo-feature__used-goods .used-good .used-good__text :is(p,ul,ol,h1,h2,h3,h4,h5,h6):after{content:"\A\A";white-space:pre-line}.product-page .seo-feature__used-goods .used-good .used-good__text ul li{position:relative;padding-left:32px}.product-page .seo-feature__used-goods .used-good .used-good__text ul li:not(:last-child):after{content:"\A";white-space:pre-line}.product-page .seo-feature__used-goods .used-good .used-good__text ul li:before{content:"";display:block;width:6px;height:6px;-webkit-border-radius:50%;border-radius:50%;background-color:#000;position:absolute;left:16px;top:9px}.product-page .seo-feature__used-goods .used-good .used-good__text ol{counter-reset:list-number}.product-page .seo-feature__used-goods .used-good .used-good__text ol li{position:relative;padding-left:32px}.product-page .seo-feature__used-goods .used-good .used-good__text ol li:not(:last-child):after{content:"\A";white-space:pre-line}.product-page .seo-feature__used-goods .used-good .used-good__text ol li:before{counter-increment:list-number;content:counter(list-number) ". ";display:inline;position:absolute;left:16px}.product-page .seo-feature__used-goods .used-good h2{margin-top:20px}@media screen and (max-width:1023px){.product-page .seo-feature__used-goods .used-good h2{margin-top:24px}}@media screen and (max-width:767px){.product-page .seo-feature__used-goods .used-good h2{margin-top:16px}}.product-page .seo-feature__used-goods .used-good__text{line-height:160%}.product-page .seo-feature__used-goods .used-good__article_collapsed{height:0;overflow:hidden}.product-page .seo-feature__used-goods .used-good__controller{margin-top:20px}@media screen and (max-width:1023px){.product-page .seo-feature__used-goods .used-good__controller{margin-top:24px}}@media screen and (max-width:767px){.product-page .seo-feature__used-goods .used-good__controller{margin-top:16px}}.product-page .seo-feature__used-goods .used-good__read-more{color:#297bf6;cursor:pointer}@media screen and (max-width:767px){.product-page .seo-feature__used-goods .used-good__read-more{font-size:14px;line-height:22px}}.product-page .seo-feature__customer-reviews{margin-bottom:54px}@media screen and (max-width:767px){.product-page .seo-feature__customer-reviews{margin-bottom:40px}}.product-page .seo-feature__customer-reviews .customer-reviews{position:relative}.product-page .seo-feature__customer-reviews .customer-reviews__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}@media screen and (max-width:1023px){.product-page .seo-feature__customer-reviews .customer-reviews__title{margin-bottom:20px}}.product-page .seo-feature__customer-reviews .customer-reviews__review-item{padding:20px;border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;-webkit-box-flex:0;-webkit-flex:0 1 320px;-ms-flex:0 1 320px;flex:0 1 320px}@media screen and (max-width:1023px){.product-page .seo-feature__customer-reviews .customer-reviews__review-item{-webkit-box-flex:1;-webkit-flex:1 1 216px;-ms-flex:1 1 216px;flex:1 1 216px;padding:16px}.product-page .seo-feature__customer-reviews .customer-reviews__review-item:last-child{display:none}}@media screen and (max-width:767px){.product-page .seo-feature__customer-reviews .customer-reviews__review-item{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.product-page .seo-feature__customer-reviews .customer-reviews__review-item:not(:first-child){display:none}}.product-page .seo-feature__customer-reviews .customer-reviews__product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;border-bottom:1px solid #d3dce9;padding-bottom:14px;margin-bottom:20px}@media screen and (max-width:1023px){.product-page .seo-feature__customer-reviews .customer-reviews__product{padding-bottom:10px;margin-bottom:16px}}.product-page .seo-feature__customer-reviews .customer-reviews__product-image{-webkit-box-flex:0;-webkit-flex:0 0 72px;-ms-flex:0 0 72px;flex:0 0 72px;width:72px;height:72px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1023px){.product-page .seo-feature__customer-reviews .customer-reviews__product-image{-webkit-flex-basis:64px;-ms-flex-preferred-size:64px;flex-basis:64px;width:64px;height:64px}}.product-page .seo-feature__customer-reviews .customer-reviews__product-name{font-size:16px;line-height:24px;margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:767px){.product-page .seo-feature__customer-reviews .customer-reviews__product-name{font-size:14px;line-height:19px}}@media screen and (max-width:767px){.product-page .seo-feature__customer-reviews .customer-reviews__review>.customer-reviews__review-text{-webkit-line-clamp:3;margin-bottom:4px}}.product-page .seo-feature__customer-reviews .customer-reviews__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}@media screen and (max-width:767px){.product-page .seo-feature__customer-reviews .customer-reviews__info{margin-bottom:10px}}.product-page .seo-feature__customer-reviews .customer-reviews__user-name{font-weight:700;font-size:16px;line-height:16px}.product-page .seo-feature__customer-reviews .customer-reviews__review-date{font-weight:400;font-size:14px;line-height:16px;color:#808d9a}.product-page .seo-feature__customer-reviews .customer-reviews__review-text{font-weight:400;font-size:16px;line-height:160%;margin-bottom:16px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:767px){.product-page .seo-feature__customer-reviews .customer-reviews__review-text{font-size:14px;line-height:22px}}.product-page .seo-feature__customer-reviews .customer-reviews__details{margin-bottom:16px}@media screen and (max-width:767px){.product-page .seo-feature__customer-reviews .customer-reviews__details{margin-bottom:-4px}}.product-page .seo-feature__customer-reviews .customer-reviews__details-name{font-weight:700;font-size:16px;line-height:26px;display:inline-block}@media screen and (max-width:767px){.product-page .seo-feature__customer-reviews .customer-reviews__details-name{font-size:14px;line-height:22px;margin-bottom:3px}}.product-page .seo-feature__customer-reviews .customer-reviews__details:last-child{margin-bottom:0}.product-page .seo-feature__customer-reviews .customer-reviews__details .customer-reviews__review-text{margin-bottom:10px}@media screen and (max-width:1023px){.product-page .seo-feature__customer-reviews .customer-reviews__details .customer-reviews__review-text{-webkit-line-clamp:1}}@media screen and (max-width:767px){.product-page .seo-feature__customer-reviews .customer-reviews__read-more{font-size:14px;line-height:22px}}.product-page .seo-feature__customer-reviews .customer-reviews__control{width:32px;height:32px;-webkit-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15);background-repeat:no-repeat;background-position:50%;background-size:16px 16px;background-image:url(../img/icons/i_pagination_arrow.svg);position:absolute;top:-webkit-calc(50% + 4px);top:calc(50% + 4px);display:none}@media screen and (max-width:1023px){.product-page .seo-feature__customer-reviews .customer-reviews__control{display:block}}.product-page .seo-feature__customer-reviews .customer-reviews__control_left{left:4px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.product-page .seo-feature__customer-reviews .customer-reviews__control_right{right:4px}.product-page .seo-feature__tabs .tabs__nav{margin-bottom:30px}@media screen and (max-width:767px){.product-page .seo-feature__tabs .tabs__nav{margin-bottom:20px}}.product-page .seo-feature__tabs .tabs__nav-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px}@media screen and (max-width:767px){.product-page .seo-feature__tabs .tabs__nav-list{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}}.product-page .seo-feature__tabs .tabs__nav-item{padding-bottom:8px;border-bottom:1px solid #fff;-webkit-transition:border-bottom-color .15s ease;-o-transition:border-bottom-color .15s ease;transition:border-bottom-color .15s ease;cursor:pointer}.product-page .seo-feature__tabs .tabs__nav-item_active{border-bottom-color:#000}.product-page .seo-feature__tabs .tabs__nav-item:hover{border-bottom-color:#000}@media screen and (max-width:767px){.product-page .seo-feature__tabs .tabs__nav-link{font-size:14px;line-height:20px}}.product-page .seo-feature__tabs .tabs__tab-item{display:none}.product-page .seo-feature__tabs .tabs__tab-item table{width:100%}.product-page .seo-feature__tabs .tabs__tab-item table td,.product-page .seo-feature__tabs .tabs__tab-item table th{padding:8px 20px;border:1px solid #d3dce9;font-size:16px;line-height:25px}@media screen and (max-width:767px){.product-page .seo-feature__tabs .tabs__tab-item table td,.product-page .seo-feature__tabs .tabs__tab-item table th{font-size:14px;line-height:16px;padding:8px}}.product-page .seo-feature__tabs .tabs__tab-item table th{font-weight:700}@media screen and (max-width:767px){.product-page .seo-feature__tabs .tabs__tab-item table th{line-height:19px}}.product-page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr td:last-child,.product-page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr th:last-child{width:318px}@media screen and (max-width:1023px){.product-page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr td:last-child,.product-page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr th:last-child{width:215px}}@media screen and (max-width:767px){.product-page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr td:last-child,.product-page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr th:last-child{width:auto;min-width:114px}}.product-page .seo-feature__tabs .tabs__tab-item_active{display:initial}.product-page .seo-feature__tabs .tabs__tab-item .faq{padding:0}.product-page .seo-feature__tabs .tabs__tab-item .faq__content{display:block;padding:0}@media screen and (max-width:1023px){.product-page .seo-feature__tabs .tabs__tab-item .faq .accordion__title:after{right:16px}}@media screen and (max-width:1023px){.product-page .seo-feature__tabs .tabs__tab-item .seo-feature__title{margin-bottom:20px}}.product-page .seo-feature__tabs .tabs__tab-item .badge{display:inline-block;font-size:14px;line-height:18px;-webkit-border-radius:4px;border-radius:4px;padding:2px 6px}.product-page .seo-feature__tabs .tabs__tab-item .badge_gray{color:#808d9a;background:#f2f4f7}.product-page .seo-feature__tabs .tabs__tab-item .badge-list{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:8px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-page .seo-feature__tabs .tabs__tab-item .badge_show-more{color:#297bf6}.product-page .characteristics .price_cashback,.product-page .faq .price_cashback,.product-page .offers .price_cashback,.product-page .reviews .price_cashback,.product-page .states .price_cashback{font-size:16px;margin-top:16px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.product-page .characteristics .price_cashback,.product-page .faq .price_cashback,.product-page .offers .price_cashback,.product-page .reviews .price_cashback,.product-page .states .price_cashback{margin-top:24px}}.product-page .characteristics .price_cashback:first-child,.product-page .faq .price_cashback:first-child,.product-page .offers .price_cashback:first-child,.product-page .reviews .price_cashback:first-child,.product-page .states .price_cashback:first-child{width:24px;height:24px}@media screen and (max-width:767px){.product-page .characteristics .price_cashback:first-child,.product-page .faq .price_cashback:first-child,.product-page .offers .price_cashback:first-child,.product-page .reviews .price_cashback:first-child,.product-page .states .price_cashback:first-child{width:20px;height:20px}}.product-page .characteristics~.viewed_products,.product-page .faq~.viewed_products,.product-page .offers~.viewed_products,.product-page .reviews~.viewed_products,.product-page .states~.viewed_products{padding-left:16px!important;padding-right:16px!important}@-webkit-keyframes clockTick{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes clockTick{0%{opacity:1}50%{opacity:0}to{opacity:1}}@-webkit-keyframes show{0%{opacity:0}to{opacity:1}}@keyframes show{0%{opacity:0}to{opacity:1}}#bwc-wrap.jivo-up,#jivo_custom_wrapper.jivo-up{z-index:10001}@media screen and (max-width:768px){#bwc-wrap.jivo-up #bwc-chat-cloud-message,#jivo_custom_wrapper.jivo-up #bwc-chat-cloud-message{max-width:290px}#bwc-wrap.jivo-up #bwc-chat-omnichannel.bwc-mobile,#jivo_custom_wrapper.jivo-up #bwc-chat-omnichannel.bwc-mobile{bottom:210px!important}}@media screen and (max-width:390px){#bwc-wrap.jivo-up .bwc-container-msg-text,#jivo_custom_wrapper.jivo-up .bwc-container-msg-text{width:220px!important}#bwc-wrap.jivo-up #bwc-chat-cloud-message,#jivo_custom_wrapper.jivo-up #bwc-chat-cloud-message{max-width:71%}}#bwc-wrap.jivo-up #bwc-chat-cloud-message.bwc-mobile,#jivo_custom_wrapper.jivo-up #bwc-chat-cloud-message.bwc-mobile{bottom:72px}@media screen and (max-width:1023px){#bwc-wrap.jivo-up #bwc-widget-action,#bwc-wrap.jivo-up #jivo_custom_widget,#bwc-wrap.jivo-up #menu_wrapper,#jivo_custom_wrapper.jivo-up #bwc-widget-action,#jivo_custom_wrapper.jivo-up #jivo_custom_widget,#jivo_custom_wrapper.jivo-up #menu_wrapper{bottom:80px!important}}@media screen and (max-width:767px){.hero-grade-block.wrap{padding:0}}.hero-grade-block .hero-grade{margin:80px 0}@media screen and (max-width:767px){.hero-grade-block .hero-grade{margin-top:40px}}.hero-grade-block .hero-grade .wrap{width:100%;background-color:#000;-webkit-border-radius:16px;border-radius:16px;color:#fff;padding:32px 16px}@media screen and (max-width:767px){.hero-grade-block .hero-grade .wrap{-webkit-border-radius:0;border-radius:0;padding:32px 16px}}@media screen and (min-width:768px){.hero-grade-block .hero-grade .wrap{padding:32px}}@media screen and (min-width:1440px){.hero-grade-block .hero-grade .wrap{padding:60px 80px}}.hero-grade-block .hero-grade .title{margin-bottom:24px;font-weight:700;font-size:24px;line-height:110%}@media screen and (min-width:768px){.hero-grade-block .hero-grade .title{font-size:32px;line-height:100%;margin-bottom:32px}}@media screen and (min-width:1440px){.hero-grade-block .hero-grade .title{font-size:40px;line-height:42px}}.hero-grade-block .hero-grade_slider{margin-top:0}@media screen and (min-width:768px){.hero-grade-block .hero-grade_slider{margin-top:-150px;margin-bottom:-32px}}@media screen and (min-width:768px) and (max-width:1023px){.hero-grade-block .hero-grade_slider{margin-bottom:0}}@media screen and (min-width:1440px){.hero-grade-block .hero-grade_slider{margin-bottom:-60px}}.hero-grade-block .hero-grade_slider_nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:32px;position:relative;z-index:10;width:100%;gap:16px}@media screen and (min-width:768px){.hero-grade-block .hero-grade_slider_nav{margin-bottom:24px;width:50%}}.hero-grade-block .hero-grade_slider_nav_item{width:60px!important;height:60px;border:2px solid #161ff9;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:24px;line-height:28px;font-weight:700;color:#fff;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:.15s;-o-transition:.15s;transition:.15s;background-color:#161ff9}.hero-grade-block .hero-grade_slider_nav_item span{width:24px;height:24px;text-align:center}.hero-grade-block .hero-grade_slider_nav .slick-track{width:auto!important;-webkit-transform:unset!important;-ms-transform:unset!important;transform:unset!important}.hero-grade-block .hero-grade_slider_nav .slick-slide{margin-right:16px;width:auto!important}.hero-grade-block .hero-grade_slider_nav .slick-slide:last-child{margin-right:0}.hero-grade-block .hero-grade_slider_nav .slick-slide.slick-current.slick-active .hero-grade_slider_nav_item{border:2px solid #161ff9;background-color:rgba(0,0,0,0)}.hero-grade-block .hero-grade_slider_wrap{-ms-flex-pack:justify;gap:48px;position:relative}.hero-grade-block .hero-grade_slider_side,.hero-grade-block .hero-grade_slider_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.hero-grade-block .hero-grade_slider_side{-webkit-box-flex:1;-webkit-flex:1 3 750px;-ms-flex:1 3 750px;flex:1 3 750px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify}@media screen and (max-width:767px){.hero-grade-block .hero-grade_slider_side{width:100%;display:block}}@media screen and (min-width:768px) and (max-width:1023px){.hero-grade-block .hero-grade_slider_side{-webkit-box-flex:1;-webkit-flex:1 1 345px;-ms-flex:1 1 345px;flex:1 1 345px}}.hero-grade-block .hero-grade_slider_cont{padding-top:0}@media screen and (min-width:768px){.hero-grade-block .hero-grade_slider_cont{padding-top:150px}}.hero-grade-block .hero-grade_slider_mob_img{display:none}@media screen and (max-width:767px){.hero-grade-block .hero-grade_slider_mob_img{display:block;max-width:340px;margin:0 -16px 32px;width:-webkit-calc(100% + 32px);width:calc(100% + 32px)}}.hero-grade-block .hero-grade_slider_text{font-size:18px;font-weight:400;line-height:160%;margin-bottom:32px}.hero-grade-block .hero-grade_slider_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:16px;padding-bottom:60px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1023px){.hero-grade-block .hero-grade_slider_info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding-bottom:0}}.hero-grade-block .hero-grade_slider_condition .btn{min-height:40px;background-color:rgba(0,0,0,0);border:1px solid #fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.hero-grade-block .hero-grade_slider_condition .btn:hover{background-color:hsla(0,0%,100%,.5)}.hero-grade-block .hero-grade_slider_condition .btn.btn_guarancy_info{border-color:rgba(0,0,0,0);padding-right:0;padding-left:0;cursor:default}.hero-grade-block .hero-grade_slider_condition .btn.btn_guarancy_info:hover{background-color:rgba(0,0,0,0)}.hero-grade-block .hero-grade_slider_img{-webkit-box-flex:1;-webkit-flex:1 1 386px;-ms-flex:1 1 386px;flex:1 1 386px;position:relative;height:300px}@media screen and (max-width:767px){.hero-grade-block .hero-grade_slider_img{display:none}}@media screen and (min-width:768px) and (max-width:1023px){.hero-grade-block .hero-grade_slider_img{height:auto;-webkit-box-flex:1;-webkit-flex:1 1 250px;-ms-flex:1 1 250px;flex:1 1 250px;top:60px}}@media screen and (min-width:1024px){.hero-grade-block .hero-grade_slider_img{top:60px}}@media screen and (min-width:1440px){.hero-grade-block .hero-grade_slider_img{top:0}}.hero-grade-block .hero-grade_slider_img img{width:100%}@media screen and (min-width:768px) and (max-width:1023px){.hero-grade-block .hero-grade_slider_img img{-o-object-fit:contain;object-fit:contain;height:400px;padding-bottom:10px}}.hero-grade-block~#BlowupLens{width:140px!important;height:140px!important;border-width:4px!important}@media screen and (min-width:768px){.hero-grade-block~#BlowupLens{width:160px!important;height:160px!important}}@media screen and (min-width:1024px){.hero-grade-block~#BlowupLens{width:200px!important;height:200px!important}}.arrow{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.arrow.delivery__arrow{display:none}@media screen and (max-width:767px){.arrow.delivery__arrow{display:block}}.product-page .switcher{position:relative;display:inline-block;max-width:30px;width:100%}.product-page .switcher__input{display:none}.product-page .switcher__input:checked+.switcher__label:before{background-color:#6859cb;border:none}.product-page .switcher__input:checked+.switcher__label:after{background-color:#fff;left:14px}.product-page .switcher__label{display:block;width:30px;height:20px;text-indent:-150%;clip:rect(0 0 0 0);color:rgba(0,0,0,0)}.product-page .switcher__label:after,.product-page .switcher__label:before{content:"";display:block;position:absolute;cursor:pointer}.product-page .switcher__label:before{width:100%;height:100%;-webkit-border-radius:9999em;border-radius:9999em;background-color:#808d9a;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;background-color:rgba(0,0,0,0);border:1px solid #808d9a}.product-page .switcher__label:after{top:4px;left:4px;width:12px;height:12px;-webkit-border-radius:8px;border-radius:8px;background-color:#808d9a;-webkit-box-shadow:0 0 2px rgba(0,0,0,.45);box-shadow:0 0 2px rgba(0,0,0,.45);-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease}.about__title{padding:30px 24px 16px;font-size:20px;line-height:24px;color:#000}.about__criterion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.about__name{max-width:312px;width:100%;font-weight:700;font-size:16px;line-height:26px;color:#808d9a;padding:24px 0 24px 24px;min-width:312px}.about__name.gray{background-color:#f9fafa}.about__wrapper{width:100%;overflow:hidden;position:relative}.about__wrapper.gray{background-color:#f9fafa}.about__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;overflow:hidden;position:relative}.about__list.gray{background-color:#f9fafa}.about__condition{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.about__desc{max-width:232px;width:100%;min-width:232px;padding:16px 24px}.about__letter{background-color:#f2f4f7;-webkit-border-radius:6px;border-radius:6px;color:#6959cb;font-weight:800;font-size:14px;line-height:14px;width:24px;height:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:8px}.about__condition-text,.about__text{font-size:16px;line-height:26px;color:#000}@media screen and (max-width:1023px){.about__criterion{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.about__wrapper{background-color:#f9fafa}.about__name,.about__name.gray{background-color:#fff}}@media screen and (max-width:767px){.about__title{display:none}.about__wrapper{padding:12px 0;background-color:#f9fafa}.about__name{font-size:14px;line-height:16px;padding:12px 16px}.about__name,.about__name.gray{background-color:#fff}.about__desc{padding:0 16px;min-width:160px;max-width:160px}.about__condition-text,.about__letter,.about__text{font-size:14px;line-height:16px}}.compare{border-top:1px solid #d3dce9}.compare__products{border-bottom:1px solid #d3dce9}.compare__filter,.compare__products{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.compare__filter{max-width:312px;width:100%;border-right:1px solid #d3dce9;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding-left:24px;padding-bottom:24px}.compare .actions__title{font-weight:700;font-size:16px;line-height:26px;color:#000;margin-bottom:16px}.compare .actions__button{display:block;position:relative;width:100%;height:auto}.compare .actions__button:not(:last-child){margin-bottom:16px}.compare .actions__button input[type=radio]{position:absolute;visibility:hidden}.compare .actions__button input[type=radio]:checked~.actions__check{border:5px solid #6959cb}.compare .actions__name{display:block;position:relative;font-size:14px;line-height:20px;color:#000;cursor:pointer;padding-left:30px;z-index:10}.compare .actions__check{display:block;position:absolute;border:1px solid #808d9a;-webkit-border-radius:100%;border-radius:100%;width:20px;height:20px;top:0;left:0;z-index:5;-webkit-transition:border .2s linear;-o-transition:border .2s linear;transition:border .2s linear}.compare__list,.compare__wrapper{width:100%;overflow:hidden;position:relative}.compare__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.compare__item{padding:24px;max-width:232px}.compare__item .button{width:117px;height:38px}.compare__item .button.cart{height:38px}.compare__item:not(:last-child){border-right:1px solid #d3dce9}.compare__preview{position:relative;margin-bottom:16px}.compare__discount{position:absolute;background-color:#f14336;padding:4px;-webkit-border-radius:4px;border-radius:4px;color:#fff;font-weight:700;font-size:14px;line-height:14px;text-align:center}.compare__image{margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.compare__image img{width:100%;max-width:180px}.compare__icon{position:absolute;bottom:4px;left:6px;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:4px;border-radius:4px;padding:4px;cursor:pointer}.compare .pagination{display:none}@media screen and (max-width:1023px){.compare__item .button.cart{height:38px}.compare__products{margin-bottom:16px}.compare__filter{display:none}.compare__item{padding:16px}.compare .pagination{display:block}}@media screen and (max-width:767px){.compare__item{max-width:160px}.compare__item .button.cart{height:36px}.compare__image{width:130px}.compare__discount{top:4px;left:4px}.compare__icon{left:4px}.compare .price.price--compare .old{margin-right:0}.compare .button.cart{min-width:128px;padding:10px}}.grades{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.grades .sort__order__in_grades.order{display:none}.grades__title{font-size:14px;line-height:22px;color:#808d9a;margin-right:10px}.grades__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.grades__list.hidden{display:none}.grades__item{background-color:#f2f4f7;color:#3500be;font-weight:700;font-size:14px;line-height:24px;padding:2px 4px;min-width:28px;text-align:center;-webkit-border-radius:6px;border-radius:6px;cursor:pointer;border:1px solid rgba(0,0,0,0)}.grades__item:hover{border:1px solid #3500be}.grades__item.active{border:1px solid #3500be}@media screen and (max-width:767px){.grades{border-bottom:1px solid #d3dce9;padding:0 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.grades__list{margin-bottom:14px}.grades .sort__order__in_grades.order{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:14px}}.product-page .order{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.product-page .order.comparison{display:none}.product-page .order__title{font-size:14px;line-height:22px;color:#808d9a;margin-right:10px}.product-page .order__select{font-size:14px;line-height:22px;color:#000}.product-page .order.reviews__order .select2-container--default .select2-selection--single .select2-selection__arrow{height:unset}@media screen and (max-width:1023px){.product-page .order.comparison{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product-page .order__title{display:none}.product-page .order.reviews__order .order__title{display:block}}.sort,.sort__switcher{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.sort__switcher{margin-right:32px}.sort__text{font-size:14px;line-height:22px;color:#000}.sort__text-mobile{display:none}.sort .switcher{margin-right:10px}@media screen and (max-width:767px){.sort{padding:14px 16px 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.sort__switcher{margin-bottom:0;margin-right:0;height:28px}.sort__text{display:none}.sort__text-mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.site_content .viewed_products{max-width:1440px;width:100%;margin:0 auto;padding:36px 36px 80px}.site_content .viewed_products .slick-disabled{display:none}@media screen and (max-width:1023px){.site_content .viewed_products{padding:36px 36px 60px}}@media screen and (max-width:767px){.site_content .viewed_products{padding:0 16px 40px!important}}.site_content .faq{max-width:1416px;width:100%;margin:0 auto}.site_content .product-page__faq .faq{padding:0 36px}@media screen and (max-width:767px){.site_content .product-page__faq .faq{padding:0 16px}}.site_content .catalog_page .faq{padding:0}.suggestions-preview{max-width:1416px;width:100%;padding:0 16px;margin:0 auto 40px}@media screen and (min-width:768px){.suggestions-preview{padding:0 36px;margin-bottom:60px}}@media screen and (min-width:1024px){.suggestions-preview{margin-bottom:80px}}.suggestions-preview__title{font-size:20px;line-height:24px;color:#7d8e9b;margin-bottom:16px}@media screen and (min-width:768px){.suggestions-preview__title{font-size:32px;line-height:32px;margin-bottom:30px}}.suggestions-preview__text{color:#000}.suggestions-preview__body{position:relative}.suggestions-preview__content{overflow:hidden;max-height:250px;pointer-events:none}@media screen and (max-width:767px){.suggestions-preview__content{max-height:200px}}.suggestions-preview__item-wrapper:not(:last-child){margin-bottom:16px;border-bottom:1px solid #d3dce9;padding-bottom:16px}.suggestions-preview__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #d3dce9;padding:0}.suggestions-preview__item:last-child{border-bottom:0}.suggestions-preview__item__preview{width:120px;height:120px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:30px}@media screen and (max-width:767px){.suggestions-preview__item__preview{width:80px;height:80px;margin-right:16px}}.suggestions-preview__item__preview-rate{position:absolute;top:4px;right:4px;width:24px;height:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-border-radius:6px;border-radius:6px;background-color:#f2f4f7;font-size:16px;line-height:16px;font-weight:700;color:#3500be}.suggestions-preview__item__preview-img{display:block;max-width:100%;max-height:100%}.suggestions-preview__item__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.suggestions-preview__item__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.suggestions-preview__item__title{font-size:14px;line-height:140%;font-weight:400;margin-bottom:4px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:initial;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media screen and (min-width:768px){.suggestions-preview__item__title{display:none}}.suggestions-preview__item__list{font-size:16px;line-height:160%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:initial;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media screen and (max-width:767px){.suggestions-preview__item__list{display:none}}.suggestions-preview__item__side{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:24px;min-width:120px}@media screen and (max-width:767px){.suggestions-preview__item__side{margin-left:0}}@media screen and (min-width:1440px){.suggestions-preview__item__side{margin-left:60px}}@media screen and (min-width:768px){.suggestions-preview__item__side .price{margin-bottom:16px}}.suggestions-preview__item__side .wrapper__price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:4px}.suggestions-preview__item__side .wrapper__price .main__value{font-size:24px;line-height:1}@media screen and (max-width:767px){.suggestions-preview__item__side .wrapper__price .main__value{font-size:16px}}.suggestions-preview__item__side .wrapper__price .old{font-size:14px;margin-bottom:0}@media screen and (max-width:767px){.suggestions-preview__item__side .wrapper__price .old{font-size:12px}}.suggestions-preview__item__side .price_cashback{font-size:16px;text-align:left}@media screen and (max-width:767px){.suggestions-preview__item__side .price_cashback{font-size:12px}}@media screen and (min-width:1440px){.suggestions-preview__item__side .price_cashback__icon{width:20px;height:20px}}.suggestions-preview__line:last-child .suggestions-preview__line__val:after{display:none}.suggestions-preview__line__name{color:#808d9a}.suggestions-preview__line__val:after{content:"";width:2px;height:2px;-webkit-border-radius:50%;border-radius:50%;display:inline-block;vertical-align:middle;margin:0 5px;background-color:#000}.suggestions-preview__gradient{position:absolute;left:0;right:0;bottom:0;height:148px;background:-webkit-gradient(linear,left bottom,left top,color-stop(30%,#fff),to(rgba(0,0,0,0))),no-repeat;background:-o-linear-gradient(bottom,#fff 30%,rgba(0,0,0,0)),no-repeat;background:linear-gradient(0deg,#fff 30%,rgba(0,0,0,0)),no-repeat;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease}@media screen and (max-width:767px){.suggestions-preview__gradient{height:100px;background:-webkit-gradient(linear,left bottom,left top,color-stop(45%,#fff),to(rgba(0,0,0,0))),no-repeat;background:-o-linear-gradient(bottom,#fff 45%,rgba(0,0,0,0)),no-repeat;background:linear-gradient(0deg,#fff 45%,rgba(0,0,0,0)),no-repeat}}.suggestions-preview__actions{position:relative;margin-top:-16px;-webkit-transition:margin-top,height,.15s ease;-o-transition:margin-top,height,.15s ease;transition:margin-top,height,.15s ease}@media screen and (max-width:767px){.suggestions-preview__actions{margin-top:0}}.suggestions-preview__actions__show-more{margin:auto}@media screen and (max-width:767px){.suggestions-preview__actions__show-more{width:100%}}.suggestions-preview_open .suggestions-preview__gradient{opacity:0;pointer-events:none}.suggestions-preview_open .suggestions-preview__content{height:auto;pointer-events:all}.suggestions-preview_open .suggestions-preview__actions{opacity:0;pointer-events:none;margin-top:0;height:0}.short-reviews{max-width:1416px;width:100%;padding:0 36px;margin:0 auto 80px}.short-reviews .review__description{max-height:3em;min-height:3em;overflow-y:hidden}.short-reviews__title{font-size:32px;line-height:32px;color:#7d8e9b;margin-bottom:30px}.short-reviews__text{color:#000}.short-reviews__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.short-reviews__rate,.short-reviews__rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.short-reviews__rate{font-weight:700;font-size:26px;line-height:26px;color:#000;width:-webkit-max-content;width:-moz-max-content;width:max-content;background-color:#f4f6f8;-webkit-border-radius:6px;border-radius:6px;padding:10px 10px 6px;margin-right:16px;height:50px;width:50px;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.short-reviews__stars .vue-star-rating-star{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.short-reviews__amount{font-size:14px;line-height:16px;color:#808d9a;padding-left:3px;padding-top:6px}.short-reviews .button.review{height:48px;background-color:#6959cb;padding:5px 20px;min-width:157px}.short-reviews .button.review .button__text{font-size:16px;line-height:26px}.short-reviews__empty-mobile,.short-reviews__empty.hidden,.short-reviews__reviews.hidden{display:none}.short-reviews__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.short-reviews__content .review{max-width:660px;width:100%}.short-reviews__content .review.one-item:first-child{max-width:unset;margin-right:0}.short-reviews__content .review__item{margin-bottom:0!important}.short-reviews__content .review__description{margin-bottom:16px}.short-reviews__content .review:first-child{margin-right:24px;margin-bottom:24px}.short-reviews__more{font-size:16px;line-height:18px;color:#297bf6;cursor:pointer}.short-reviews .button.all-reviews{max-width:173px}.short-reviews .button.all-reviews .button__text{font-size:16px;line-height:26px}.short-reviews__empty-text{font-size:24px;line-height:20px;color:#000}.short-reviews__empty-mobile-text{font-size:16px;line-height:160%}@media screen and (max-width:1365px){.short-reviews__title{font-size:28px;line-height:32px}.short-reviews__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:24px}.short-reviews__content .review{max-width:none}.short-reviews__content .review:first-child{margin-right:0}}@media screen and (max-width:1023px){.short-reviews{margin-bottom:60px}}@media screen and (max-width:767px){.short-reviews{padding:0 16px;margin-bottom:40px}.short-reviews__title{font-size:20px;line-height:24px;margin-bottom:18px}.short-reviews__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}.short-reviews__rating{margin-bottom:16px}.short-reviews__content{margin-bottom:0}.short-reviews .review{margin-bottom:16px!important}.short-reviews .button.review{max-width:none}.short-reviews .button.all-reviews{max-width:unset;width:100%}.short-reviews__empty{display:none}.short-reviews__empty-mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:16px}.short-reviews__more{font-size:14px;line-height:16px}}.review:not(:last-child){margin-bottom:16px}.review__head{padding:16px 24px;border-left:1px solid #d3dce9;border-right:1px solid #d3dce9;border-top:1px solid #d3dce9;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:767px){.review__head{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.review__head-info{max-width:75%}.review__name{font-weight:700;font-size:18px;line-height:18px;color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.review__name-user{margin-right:16px}.review__name-rating-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.review__name-rating{margin-right:10px}.review__name-amount{font-size:14px;line-height:21px}.review__head-date{font-size:14px;line-height:14px;color:#808d9a;display:block}.review__head-date-mobile{display:none}.review__content{border:1px solid #d3dce9;padding:16px 24px 24px;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px}.review__item{margin-bottom:16px}.review__title{font-weight:700;font-size:16px;line-height:26px;color:#000;margin-bottom:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.review__title.title-grade{margin-bottom:16px}.review__title-grade{background-color:#f2f4f7;-webkit-border-radius:6px;border-radius:6px;color:#6959cb;font-weight:800;font-size:14px;line-height:14px;width:24px;height:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:12px}.review__description{font-size:16px;line-height:26px;color:#000}.review__footer{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.review__footer,.review__rate{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.review__rate svg{margin-right:8px;cursor:pointer}.review__text{font-size:14px;line-height:16px;color:#808d9a;margin-right:32px}.review__rate-like{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:20px}.review__rate-like.liked svg{fill:#00c854}.review__rate-dislike{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.review__rate-dislike.disliked svg{fill:#f24336}.review__rate-count{font-size:14px;line-height:16px;color:#808d9a}@media screen and (max-width:1365px){.review__head{padding:16px 20px}}@media screen and (max-width:767px){.review__head{padding:12px 16px}.review__name{font-size:16px;line-height:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.review__name-rating-wrapper{margin-top:8px}.review__content{padding:16px}.review__item{margin-bottom:8px}.review__item:last-child{margin-bottom:16px}.review__title{font-size:14px;line-height:22px}.review__title.title-grade{margin-bottom:10px}.review__description{font-size:14px;line-height:22px}.review__footer{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.review__head-date{display:none}.review__head-date-mobile{display:block}}.review__answer{-webkit-border-radius:6px;border-radius:6px;overflow:hidden;background:#f4f6f8;margin-top:24px}.review__answer__container{padding:24px}.review__answer__header{font-size:16px;font-weight:700;line-height:100%;margin-bottom:8px}@media screen and (min-width:768px){.review__answer__header{font-size:18px}}.review__answer__content{font-size:14px;font-style:normal;font-weight:400;line-height:160%}@media screen and (min-width:768px){.review__answer__content{font-size:16px}}.review__answer__content a{color:#297bf6}.review__answer__content a:hover{text-decoration:underline}.rich-content{max-width:1416px;width:100%;padding:0 36px;margin:0 auto 80px}@media screen and (max-width:1023px){.rich-content{margin-bottom:60px}}@media screen and (max-width:767px){.rich-content{padding:0 16px;margin-bottom:40px}}.navigation__button{position:absolute;width:32px;height:32px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.15);box-shadow:0 2px 4px rgba(0,0,0,.15);cursor:pointer;-webkit-border-radius:50%;border-radius:50%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.navigation__prev{background:url(../images/back-arrow.svg) 50% no-repeat,#fff;left:8px}.navigation__next{background:url(../images/next-arrow.svg) 50% no-repeat,#fff;right:8px}.product-page .pagination{width:100%}.product-page .pagination__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-page .pagination__item{width:8px;height:8px;background-color:#d3dce9;-webkit-border-radius:50%;border-radius:50%;cursor:pointer}.product-page .pagination__item:not(:last-child){margin-right:8px}.product-page .pagination__item-active{background-color:#6859cb;width:10px;height:10px}.button{padding:18px 28px;-webkit-border-radius:6px;border-radius:6px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#000;min-width:189px;font-size:16px}.button__icon{margin-right:10px}.button__text{font-weight:700;font-size:18px;line-height:18px}.button.choose{height:54px;background-color:#25f257}.button.choose:hover{background-color:#25ff5a}.button.cart{height:48px;background-color:#25f257}.button.cart:hover{background-color:#25ff5a}.button.credit,.button.send{height:48px;background-color:#6959cb;color:#fff}.button.credit:hover,.button.send:hover{background-color:#3500be}.button.copy,.button.notify{height:48px;background-color:#eef3f9}.button.copy:hover,.button.notify:hover{background-color:#e3eaf1}.button.notify{font-weight:700;font-size:18px;line-height:28px;color:#6859cb;padding:10px 24px}.button.notify svg{margin-right:10px}.button.review{background-color:#6959cb;color:#fff;font-weight:700;font-size:16px;line-height:23px;max-width:145px;min-width:145px;height:48px;padding:10px 0}.button.review svg{margin-right:8px}.button.review:hover{background-color:#3500be}.button.all-reviews,.button.cancel{height:48px;font-size:16px;background-color:#eef3f9;color:#6959cb}.button.all-reviews:hover,.button.cancel:hover{background-color:#e6eef6}.button__pulsing{-webkit-animation:pulsing 2s infinite;animation:pulsing 2s infinite;-webkit-box-shadow:0 0 0 0 rgba(var(--pulsing-color),.4);box-shadow:0 0 0 0 rgba(var(--pulsing-color),.4)}@-webkit-keyframes pulsing{0%{-webkit-box-shadow:0 0 0 0 rgba(var(--pulsing-color),1);box-shadow:0 0 0 0 rgba(var(--pulsing-color),1)}70%{-webkit-box-shadow:0 0 0 10px rgba(var(--pulsing-color),0);box-shadow:0 0 0 10px rgba(var(--pulsing-color),0)}to{-webkit-box-shadow:0 0 0 50px rgba(var(--pulsing-color),0);box-shadow:0 0 0 50px rgba(var(--pulsing-color),0)}}@keyframes pulsing{0%{-webkit-box-shadow:0 0 0 0 rgba(var(--pulsing-color),1);box-shadow:0 0 0 0 rgba(var(--pulsing-color),1)}70%{-webkit-box-shadow:0 0 0 10px rgba(var(--pulsing-color),0);box-shadow:0 0 0 10px rgba(var(--pulsing-color),0)}to{-webkit-box-shadow:0 0 0 50px rgba(var(--pulsing-color),0);box-shadow:0 0 0 50px rgba(var(--pulsing-color),0)}}.button__pulsing.pulsing__green{--pulsing-color:37,242,87}.button__pulsing.pulsing__violet{--pulsing-color:105,89,203}@media screen and (max-width:1023px){.button.notify{max-width:none;width:100%}}@media screen and (max-width:767px){.button{width:100%}.button.review{width:100%;max-width:unset}.button__icon{width:16px;height:16px}.button__text{font-size:16px;line-height:22px}}.color__title{font-weight:700;font-size:18px;line-height:18px;color:#808d9a;margin-bottom:20px}.color__title .color__current{padding-left:4px;color:#000}.color__item,.color__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.color__item{width:34px;height:34px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 4px 4px 0;-webkit-border-radius:17px;border-radius:17px;position:relative}.color__item.active,.color__item:hover{border:2px solid #6859cb}.color__item:hover .color__tooltip{display:block}.color__circle{width:24px;height:24px;-webkit-border-radius:50%;border-radius:50%;position:relative}.color__circle-white{border:1px solid #d9dde1}.color__circle.disabled:before{position:absolute;left:50%;top:50%;width:45px;height:1px;background-color:#d3dce9;-webkit-transform:rotate(135deg) translate(-50%,-50%);-ms-transform:rotate(135deg) translate(-50%,-50%);transform:rotate(135deg) translate(-50%,-50%);-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0;content:""}.color__tooltip{display:none;font-size:14px;line-height:20px;padding:8px 16px;background-color:#fff;border:1px solid #d3dce9;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.1);box-shadow:0 5px 8px rgba(0,0,0,.1);-webkit-border-radius:6px;border-radius:6px;position:absolute;z-index:10;top:-41px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}@media screen and (max-width:1023px){.color__title{margin-bottom:16px}}@media screen and (max-width:767px){.color__title{font-size:16px;line-height:16px}}.description:not(:last-child){margin-bottom:30px}.description__title{font-size:20px;line-height:24px;color:#000;margin-bottom:20px}.description__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.description__row:not(:last-child){margin-bottom:16px}.description__name{max-width:320px;margin-right:24px;color:#808d9a}.description__name,.description__value{width:100%;font-size:16px;line-height:26px}.description__value{color:#000}@media screen and (max-width:1023px){.description__name{max-width:216px}}@media screen and (max-width:767px){.description__title{margin-bottom:10px}.description__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.description__row:not(:last-child){margin-bottom:10px}.description__name{margin-right:0}.description__name,.description__value{font-size:14px;line-height:22px}.description.list .description__value{line-height:28px}}.memory{margin-right:48px;width:auto}.memory__title{font-weight:700;font-size:18px;line-height:18px;margin-bottom:16px}.memory__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.memory__item{-webkit-box-shadow:0 0 0 1px #d3dce9;box-shadow:0 0 0 1px #d3dce9;-webkit-border-radius:6px;border-radius:6px;padding:12px 12px 8px;position:relative;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-webkit-flex:0 1 80px;-ms-flex:0 1 80px;flex:0 1 80px;width:80px}.memory__item:hover{-webkit-box-shadow:0 0 0 2px #6959cb;box-shadow:0 0 0 2px #6959cb}.memory__item.active{-webkit-box-shadow:0 0 0 2px #6959cb;box-shadow:0 0 0 2px #6959cb;font-weight:700}.memory__item.disabled{color:#808d9a;cursor:not-allowed}.memory__item.disabled:before{content:"";position:absolute;width:105%;height:2%;background-color:#d3dce9;bottom:19px;left:-2px;-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}.memory__item:not(:last-child){margin-right:10px}.memory__number{min-width:28px;font-size:16px;line-height:16px;text-align:center}@media screen and (max-width:1023px){.memory{margin-right:0;margin-bottom:24px}}@media screen and (max-width:767px){.memory{width:100%}.memory__title{font-size:16px;line-height:16px}}.price .old{font-size:18px;line-height:20px;color:#808d9a;text-decoration:line-through;margin-bottom:6px}.price .old .price__old_currency{display:none}.price .old+.main__value{color:#eb001b}.price .main{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:4px}.price .main,.price .main .wrapper__price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.price .main .wrapper__price{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.price .main .wrapper__discount{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:10px;padding:4px 6px}.price .main__value{font-weight:700;font-size:32px;line-height:32px;color:#000;white-space:nowrap}.price .main__value.discount{color:#eb001b}.price .main .wrappers{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.price .main .wrappers .wrapper__discount{padding:0;margin-left:24px;margin-bottom:0;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;z-index:14}.price .main .wrappers .wrapper__discount .product_mark_item{margin-bottom:8px}.price .main .wrappers .wrappers{z-index:13}.price .credit{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.price .credit__slice{font-weight:700;font-size:16px;line-height:16px;background-color:#fff2c5;padding:4px 6px;-webkit-border-radius:4px;border-radius:4px;margin-right:6px}.price .credit__months{font-size:14px;line-height:14px;color:#808d9a}.price.new-product .main__value{color:#000}.price.price-no-stock{color:#808d9a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:24px;line-height:24px;max-width:190px;width:100%}.price.price--compare,.price.price--sidebar{margin-bottom:16px}.price.price--compare .main,.price.price--sidebar .main{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.price.price--compare .main__value,.price.price--sidebar .main__value{font-size:22px;line-height:22px;margin-right:8px}.price.price--compare .old,.price.price--sidebar .old{margin-bottom:0;font-size:14px;line-height:14px;margin-right:24px}@media screen and (max-width:1023px){.price .old{font-size:16px;line-height:18px}.price .main{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.price .main__value{font-size:30px;line-height:32px}.price .main .wrapper__price{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.price .main .wrapper__discount{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:0}.price .main .wrappers{margin:4px 0}.price .main .wrappers .wrapper__discount{margin-top:2px;margin-bottom:0}}@media screen and (max-width:767px){.price .old{font-size:18px;line-height:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.price .old,.price .old .price__old_currency{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.price .main__value{font-size:32px;line-height:34px}.price .main .wrappers{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.price .main .wrappers .wrapper__discount{margin-bottom:0;margin-left:8px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.price .main .wrappers .wrapper__discount .product_mark{margin-bottom:-1px;height:34px}.price .main .wrappers .wrapper__discount .product_mark .product_mark_item{margin-bottom:0}.price.price--compare .main__value{font-size:16px;line-height:16px}.price.price--compare .old{font-size:10px;line-height:10px}.price.price--compare .credit__months,.price.price--compare .credit__slice{font-size:12px;line-height:12px}}.links__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.links__item:not(:last-child){margin-bottom:16px}.links__item.hidden{display:none}.links__icon{margin-right:8px}@media screen and (max-width:767px){.links__icon{width:16px}}.links__link{font-size:16px;line-height:22px;color:#297bf6;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.links__link:hover{text-decoration:underline}@media screen and (max-width:767px){.links__link{font-size:14px;line-height:140%}}.condition__title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.condition__text{font-weight:700;font-size:18px;line-height:18px;margin-right:8px}@media screen and (max-width:767px){.condition__text{font-size:16px;line-height:100%}}.condition__icon{cursor:pointer}@media screen and (max-width:767px){.condition__icon{width:20px}}.condition__list{gap:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(138px,1fr))}.condition__item{-webkit-box-shadow:0 0 0 1px #d3dce9;box-shadow:0 0 0 1px #d3dce9;-webkit-border-radius:6px;border-radius:6px;position:relative;cursor:pointer;padding:16px 12px}.condition__item:hover{-webkit-box-shadow:0 0 0 2px #6959cb;box-shadow:0 0 0 2px #6959cb}.condition__item.active{-webkit-box-shadow:0 0 0 2px #6959cb;box-shadow:0 0 0 2px #6959cb}.condition__item.active .condition__name{font-weight:700}.condition__item.disabled{color:#808d9a;cursor:not-allowed;background:linear-gradient(to top left,rgba(0,0,0,0) -webkit-calc(50% - 1px),#d3dce9,rgba(0,0,0,0) -webkit-calc(50% + 1px));background:-o-linear-gradient(bottom right,rgba(0,0,0,0) calc(50% - 1px),#d3dce9,rgba(0,0,0,0) calc(50% + 1px));background:linear-gradient(to top left,rgba(0,0,0,0) calc(50% - 1px),#d3dce9,rgba(0,0,0,0) calc(50% + 1px))}.condition__item.disabled *{z-index:-1}.condition__name{display:block;margin-bottom:6px}.condition__grade{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;right:5px;top:5px;height:24px;width:24px;background:#f2f4f7;color:#6859cb;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:6px;border-radius:6px;font-size:14px;font-weight:800;line-height:100%}.condition__price{display:block;font-size:14px;line-height:14px}.features{border:1px solid #d3dce9;padding:16px 24px;-webkit-border-radius:6px;border-radius:6px}.features__title{font-weight:700;font-size:18px;line-height:18px;color:#000;margin-bottom:16px}.features__arrow{display:none;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.features__content{opacity:1;max-height:500px;-webkit-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out}.features__list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:1;max-height:500px;-webkit-transition:.3s ease-in;-o-transition:.3s ease-in;transition:.3s ease-in}.features__item,.features__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:8px}.features__item{background-color:#f2f4f7;-webkit-border-radius:6px;border-radius:6px;font-size:16px;line-height:26px;padding:2px 8px}.features__item:not(:last-child){margin-right:8px}.features__name{color:#808d9a;margin-right:4px}.features__value{color:#000}.features__more{display:block;color:#297bf6;font-size:16px;line-height:16px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.features__more:hover{text-decoration:underline}@media screen and (max-width:1023px){.features{padding:16px 8px 16px 16px}}@media screen and (max-width:767px){.features{padding:24px 16px;border:none;border-top:1px solid #d3dce9;-webkit-border-radius:0;border-radius:0}.features__item{font-size:14px;padding:0 8px}.features__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer}.features.hide{height:64px}.features.hide .features__list{opacity:0;max-height:0;-webkit-transition:max-height .3s ease-out;-o-transition:max-height .3s ease-out;transition:max-height .3s ease-out}.features.hide .features__item{display:none}.features.hide .features__content{opacity:0;max-height:0;-webkit-transition:max-height .3s ease-out;-o-transition:max-height .3s ease-out;transition:max-height .3s ease-out}.features.hide .features__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.features.hide .features__more{display:none}.features__title{font-size:16px;line-height:16px}.features__arrow{display:block}}.benefits{border:1px solid #d3dce9;padding:16px 24px;-webkit-border-radius:6px;border-radius:6px}.benefits__title{font-weight:700;font-size:18px;line-height:18px;color:#000;margin-bottom:16px}.benefits__list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.benefits__item,.benefits__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.benefits__item{width:46%;font-size:16px;line-height:16px;color:#000;margin-bottom:16px}.benefits__item:nth-child(odd){margin-right:24px}.benefits__icon{margin-right:8px}.benefits__more{color:#297bf6;font-size:16px;line-height:16px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.benefits__more:hover{text-decoration:underline}@media screen and (max-width:1365px){.benefits__item{width:46%}}@media screen and (max-width:1023px){.benefits__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.benefits__item{width:100%}.benefits__item:nth-child(odd){margin-right:0}}@media screen and (max-width:767px){.benefits{border:none;border-top:1px solid #d3dce9;-webkit-border-radius:0;border-radius:0;padding:24px 16px 0}.benefits__item,.benefits__more{font-size:14px}.benefits__title{font-size:16px;line-height:16px}}.delivery{border:1px solid #d3dce9;padding:16px 24px;-webkit-border-radius:6px;border-radius:6px}.delivery__title{font-weight:700;font-size:18px;line-height:18px;color:#000;margin-bottom:16px}.delivery__list{margin-bottom:8px;opacity:1;max-height:500px;-webkit-transition:.3s ease-in;-o-transition:.3s ease-in;transition:.3s ease-in}.delivery__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.delivery__item.time--hide{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.delivery__item.time--hide .delivery__right{margin-right:16px}.delivery__item.time--hide .delivery__time{display:none}.delivery__item.time--hide .delivery__type{margin-bottom:0}.delivery__item:not(:last-child){margin-bottom:16px}.delivery__right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:80%}.delivery__type{width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:16px;line-height:16px;color:#000}.delivery__time{font-size:14px;line-height:14px;color:#808d9a}.delivery__price{font-weight:700;font-size:16px;line-height:16px;color:#000;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;width:100%;text-align:right}.delivery__price-free{color:#00c853}@media screen and (max-width:1365px){.delivery{padding:16px}.delivery__item{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.delivery__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.delivery__type{width:100%;margin-bottom:8px}}@media screen and (max-width:767px){.delivery{padding:24px 16px;border:none;border-top:1px solid #d3dce9;-webkit-border-radius:0;border-radius:0}.delivery__title{font-size:16px;line-height:16px}.delivery__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer}.delivery.hide{height:64px}.delivery.hide .delivery__list{opacity:0;max-height:0;-webkit-transition:max-height .3s ease-out;-o-transition:max-height .3s ease-out;transition:max-height .3s ease-out}.delivery.hide .delivery__item{display:none}.delivery.hide .delivery__content{opacity:0;max-height:0;-webkit-transition:max-height .3s ease-out;-o-transition:max-height .3s ease-out;transition:max-height .3s ease-out}.delivery.hide .delivery__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.delivery.hide .delivery__more{display:none}.delivery__price{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;width:100%}}.offers__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:24px;cursor:pointer}.offers__item:not(:last-child){border-bottom:1px solid #d3dce9}@media screen and (max-width:1365px){.offers__item{padding:20px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:767px){.offers__list{padding:0 16px}.offers__item{padding:16px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.offer{margin-top:0}.offer__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:980px;width:100%}.offer__preview{margin-right:34px;width:100%;max-width:288px}.offer__preview-container{position:relative}.offer__preview-container img{width:100%}.offer__grade{font-weight:700;font-size:20px;line-height:24px;color:#3500be;z-index:1;top:8px;right:8px;width:40px;height:40px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-border-radius:6px;border-radius:6px}.offer__grade,.offer__icon{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#fff}.offer__icon{bottom:8px;left:8px;-webkit-border-radius:4px;border-radius:4px;padding:4px;cursor:pointer}.offer__icon svg{width:24px;height:24px}.offer__icon-download{left:0;bottom:0;width:20px;height:20px;padding:0}.offer__spec{width:100%}.offer__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:12px;padding-right:16px}.offer__name{color:#808d9a;max-width:140px;margin-right:16px}.offer__name,.offer__value{font-size:16px;line-height:26px;width:100%}.offer__value{color:#000}.offer__certificate{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.offer__download{font-size:16px;line-height:16px;color:#297bf6;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;padding-left:32px}.offer__download:hover{text-decoration:underline}.offer__price{max-width:285px;width:100%}.offer__price .price{margin-bottom:16px}.offer__price .price .price__main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.offer__price .price .price__main .wrapper__discount{margin:0 0 8px;padding:0;z-index:14}.offer__price .price .price__main .wrappers{z-index:13}.offer__price .price .price__main .wrappers .wrapper__discount{margin:0 0 0 24px}.offer__price .price .price__main .main__value{margin-right:12px;font-size:30px}.offer__price .offer__top{margin-bottom:16px}.offer__price .button.copy{display:none}.offer__buttons .button{width:100%}@media screen and (max-width:1365px){.offer__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.offer__preview{margin-right:16px;max-width:260px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.offer__preview-container img{width:100%}.offer__price .price .main .wrappers .wrapper__discount{margin:0 0 0 24px}}@media screen and (max-width:1023px){.offer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.offer__content{height:288px;margin-bottom:24px}.offer__preview{max-width:288px}.offer__name,.offer__value{font-size:14px;line-height:22px}.offer__download{font-size:14px;line-height:20px}.offer__price .price .main .wrapper__price{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.offer__price .price .main .wrappers .wrapper__discount{margin-bottom:0;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.offer__price .price .main .wrappers .wrapper__discount .product_mark{margin-bottom:8px}}@media screen and (max-width:767px){.offer{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.offer__content{height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;margin:0 auto 24px}.offer__item{display:block;margin-bottom:16px}.offer__preview{max-width:none;margin:0 auto 24px}.offer__name{margin-right:0}.offer__name:after{content:":"}.offer__name,.offer__value{display:inline}.offer__price{max-width:none;width:100%;margin:0 auto}.offer__price .offer__top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.offer__price .button.copy{margin-left:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-width:48px;width:48px;padding:14px}.offer__price .price .price__main .main__discount{font-size:14px}.offer__price .price .price__main .wrappers .wrapper__discount{margin:2px 0 0 8px}.offer__price .price .price__main .wrappers .wrapper__discount .product_mark{margin-bottom:0}.offer__price .price .price__main .wrapper__discount .product_mark_item{font-size:14px}.offer__buttons .button{height:48px}}.sidebar{max-width:380px;width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;padding:24px;position:-webkit-sticky;position:sticky;top:84px}.sidebar__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:16px}.sidebar__price .button{width:100%}.sidebar__price .button.cart{margin-bottom:16px}.sidebar__price .price.price--sidebar .main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.sidebar__price .price.price--sidebar .main .wrapper__discount{margin-left:0;padding:0;z-index:14}.sidebar__price .price.price--sidebar .main .wrappers{z-index:13}.sidebar__price .price.price--sidebar .main .wrappers .wrapper__price{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.sidebar__preview{margin-right:8px}.sidebar__title{line-height:26px}.sidebar .buttons--sidebar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.sidebar .buttons--sidebar .button{min-width:unset;width:158px;padding:0;margin:0}@media screen and (max-width:1365px){.sidebar{display:none}}.product-page .subscribe{width:100%;background-color:#f2f4f7;padding:16px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-left:1px solid #d3dce9;border-right:1px solid #d3dce9;border-bottom:1px solid #d3dce9}.product-page .subscribe__icon{margin-right:12px}.product-page .subscribe__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-page .subscribe__title{font-size:14px;line-height:16px;color:#000;margin-right:16px}.product-page .subscribe__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.product-page .subscribe__item{position:relative;font-size:14px;line-height:14px;color:#297bf6}.product-page .subscribe__item:first-child{margin-right:14px}@media screen and (max-width:767px){.product-page .subscribe{padding:16px}.product-page .subscribe,.product-page .subscribe__content{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.product-page .subscribe__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-page .subscribe__title{margin-bottom:8px}}.more{padding:16px 0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;border-left:1px solid #d3dce9;border-right:1px solid #d3dce9}.more,.more__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.more__container{cursor:pointer}.more__container:hover .more__icon{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn)}.more__icon{margin-right:6px;-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s}.more__text{font-size:16px;line-height:15px;color:#297bf6}@media screen and (max-width:767px){.more__text{font-size:14px;line-height:13px}}#product_condition_modal{max-width:1280px;width:100%}#product_condition_modal .modal{padding:0 24px}#product_condition_modal .modal-head{-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px;border-bottom:1px solid #d3dce9;padding:20px 0}#product_condition_modal .modal-head__condition{margin-left:20px;background-color:#f2f4f7;-webkit-border-radius:6px;border-radius:6px;color:#3500be;font-weight:700;font-size:20px;line-height:24px;margin-right:16px;padding:6px 10px}#product_condition_modal .modal-head__title{font-weight:700;font-size:20px;line-height:24px;color:#000}#product_condition_modal .modal-wrapper{position:relative;overflow:hidden;width:100%;padding-top:56.25%}#product_condition_modal .modal-content{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.modal.product-condition-modal{padding:0 24px}.product-condition-modal .modal_close_icon{top:18px}.product-condition-modal .modal_wrap{max-width:1280px;width:100%}@media screen and (max-width:767px){.product-condition-modal .modal_wrap{height:auto}}#product_review_modal{width:720px;min-height:660px}#product_review_modal .modal_form{padding:30px}#product_review_modal .form{max-height:100vh;overflow:auto}#product_review_modal .hidden{display:none}#product_review_modal .rate{margin-bottom:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#product_review_modal .rate__text{font-weight:700;font-size:16px;line-height:26px;color:#808d9a;margin-left:16px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:6px}#product_review_modal .review__user-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:24px;margin-bottom:24px}#product_review_modal .review__user-email,#product_review_modal .review__user-name{width:100%}#product_review_modal .review__actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:24px}#product_review_modal .review__actions button{min-width:auto;width:110px}#product_review_modal .review__actions button:first-child{margin-right:16px}#product_review_modal .review__actions .button__text{font-weight:700;font-size:16px;line-height:26px}#product_review_modal .review__agreement{font-size:14px;line-height:20px}#product_review_modal .review__agreement a{color:#297bf6;text-decoration:underline}#product_review_modal textarea{height:auto}#product_review_modal .thanks{background-color:#f4f6f8;padding:60px 16px 48px;text-align:center}#product_review_modal .thanks svg{margin-bottom:24px}#product_review_modal .thanks__desc,#product_review_modal .thanks__title{font-size:20px;line-height:24px}@media screen and (max-width:767px){#product_review_modal{width:100%}#product_review_modal .modal_head{padding:18px 16px}#product_review_modal .modal_form{padding:20px 16px}#product_review_modal .review__user-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#product_review_modal .review__actions button{width:50%}#product_review_modal .rate{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-bottom:16px}#product_review_modal .rate__text{margin-left:5px;margin-top:0;margin-bottom:8px}}#trade_in_modal input[type=date]::-webkit-calendar-picker-indicator,#trade_in_modal input[type=date]::-webkit-inner-spin-button{display:none;-webkit-appearance:none}#trade_in_modal .error input[type=date]:after{display:none}#trade_in_modal .error .selection .select_search_input{border:1px solid red!important}#trade_in_modal .error .select2-selection__arrow{display:none}#trade_in_modal input[type=date]{position:relative}#trade_in_modal input[type=date]:after{content:"";background:url(../img/icons/i_date_picker.svg) 50%/100% no-repeat;width:18px;height:18px;position:absolute;top:10px;right:11px}#trade_in_modal .trade_in_calculator_agreement_info{opacity:0;height:0;display:none}#trade_in_modal .trade_in_calculator_agreement_info.show{display:block;-webkit-animation:trade_in_agreement_anim .5s ease-in forwards;animation:trade_in_agreement_anim .5s ease-in forwards}@-webkit-keyframes trade_in_agreement_anim{0%{height:0;opacity:0;display:block}to{height:100%;opacity:1;display:block}}@keyframes trade_in_agreement_anim{0%{height:0;opacity:0;display:block}to{height:100%;opacity:1;display:block}}#trade_in_modal .select2-container{width:100%!important}#trade_in_modal .form_item_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#trade_in_modal .tooltip{left:-webkit-calc(100% + 85px);left:calc(100% + 85px)}@media screen and (max-width:767px){#trade_in_modal .tooltip.tooltip_imei{left:-82px}}#trade_in_modal .tooltip_wrap .tooltip{width:280px}.trade-in-modal .modal_wrap{max-width:550px;width:100%}@media screen and (max-width:991px){#trade_in_modal .modal_container{padding:24px 30px;overflow:auto}}@media screen and (max-width:767px){#trade_in_modal #tradeinCalculator{overflow:auto}#trade_in_modal #tradeinCalculator .questions{margin-bottom:0;padding-bottom:24px}#trade_in_modal .trade_in_calculator_side{padding-bottom:10px}.trade-in-modal{overflow:hidden}.trade-in-modal .modal_wrap{max-width:none}}.priority_services_title{font-size:16px;font-weight:700;margin-bottom:16px}.priority_service_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:10px}.priority_service_item .wrapper_label{width:100%}.priority_service_item .item_icon{width:16px;height:16px;background:#fff url(../img/icons/i_tooltip.svg) no-repeat 50%/100%;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block;position:relative;top:2px;left:8px;cursor:pointer}@media screen and (max-width:767px){.priority_service_item .item_icon{margin-bottom:-2px}}.priority_service_item .item_label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%}@media screen and (max-width:767px){.priority_service_item .item_label{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.priority_service_item .item_checkbox{z-index:2;opacity:0;cursor:pointer}.priority_service_item .item_check,.priority_service_item .item_checkbox{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px}.priority_service_item .item_check{z-index:1;-webkit-border-radius:6px;border-radius:6px;background-color:#fff;border:1px solid #808d9a;margin:0 12px 0 -20px}.priority_service_item .item_check:before{content:"";width:14px;height:10px;position:absolute;top:4px;left:2px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_check_white.svg);opacity:0}.priority_service_item .item_checkbox:checked+.item_check{background-color:#6859cb;border-color:#6859cb}.priority_service_item .item_checkbox:checked+.item_check:before{opacity:1}.priority_service_item .item_content{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:160%}@media screen and (max-width:767px){.priority_service_item .item_content{font-size:14px}}.priority_service_item .item_content .item_text{margin-right:16px}.priority_service_item .item_content .item_price{text-wrap:nowrap;white-space:nowrap}.btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:50px;padding:5px 16px;text-align:center;font-size:16px;line-height:1.2;font-weight:700;-webkit-border-radius:6px;border-radius:6px;white-space:nowrap;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.btn.disabled{opacity:.4;cursor:default}.btn_transparent{border:2px solid #d3dce9;color:#d3dce9}.btn_violet{background-color:rgba(104,89,203,.9);color:#fff}.btn_violet:hover{background-color:#3500be}.btn_green{background-color:#25f257;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.btn_green:hover{background-color:#25ff5a}.btn_whatsapp{background-color:#25d366;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#fff;padding:10px 16px;min-height:40px;margin-top:16px;margin-bottom:16px}.btn_whatsapp:hover{background-color:#25ff5a}.btn_whatsapp *{line-height:26px}.btn_whatsapp .icon{width:20px!important;height:20px!important}.btn_gray{background-color:#eef3f9;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#6859cb}.btn_gray:hover{background-color:#f2f4f7;color:#3500be}.btn_white{background-color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#2d19b6}.btn_white:hover{background-color:#dbe8fb;color:#2d19b6}.btn_light{background-color:#eef3f9}.btn_light:hover{background-color:#e3eaf1}.btn_subscribe{background-color:#eef3f9;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#297bf6;font-weight:400}.btn_subscribe:hover{background-color:#f2f4f7}.btn .icon{width:16px;height:16px;margin-right:10px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.btn_without_text .icon{width:20px;height:20px;margin-right:0}.btn .text{font-size:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.btn .text_lg{font-size:16px;line-height:1}.btn .text_sm{margin-top:4px;font-size:14px;line-height:1;font-weight:400}.btn.btn_loader{position:relative;overflow:hidden}.btn.btn_loader:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.btn.btn_loader:after{position:absolute;top:50%;left:50%;content:"";width:16px;height:16px;margin:-8px 0 0 -8px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_spinner.svg);-webkit-animation:spin 4s linear infinite;animation:spin 4s linear infinite}.btn.btn_loader.btn_green:before{background-color:#25f257}.icon{background-repeat:no-repeat;background-position:50%;background-size:contain}.icon_facebook{background-image:url(../img/icons/i_facebook.svg)}.icon_instagram{background-image:url(../img/icons/i_instagram.svg)}.icon_tiktok{background-image:url(../img/icons/i_tiktok.svg)}.icon_whatsapp-green{background-image:url(../img/icons/i_whatsapp-green.svg)}.icon_whatsapp-white{background-image:url(../img/icons/i_whatsapp-white.svg)}.icon_linked{background-image:url(../img/icons/i_linked.svg)}.icon_telegram{background-image:url(../img/icons/i_telegram.svg)}.icon_viber{background-image:url(../img/icons/i_viber.svg)}.icon_youtube{background-image:url(../img/icons/i_youtube.svg)}.icon_mastercard{background-image:url(../img/icons/i_mastercard.svg)}.icon_visa{background-image:url(../img/icons/i_visa.svg)}.icon_visa_dark{background-image:url(../img/icons/i_visa_dark.svg)}.icon_cart{background-image:url(../img/icons/i_cart.svg)}.icon_check_black{background-image:url(../img/icons/i_check_black.svg)}.icon_filter{background-image:url(../img/icons/i_filter_white.svg)}.icon_filter_black{background-image:url(../img/icons/i_filter_black.svg)}.icon_adv_1{background-image:url(../img/icons/i_adv_1.svg)}.icon_adv_2{background-image:url(../img/icons/i_adv_2.svg)}.icon_adv_3{background-image:url(../img/icons/i_adv_3.svg)}.icon_adv_4{background-image:url(../img/icons/i_adv_4.svg)}.icon_mail_gray{background-image:url(../img/icons/i_mail_gray.svg)}.icon_home_white{background-image:url(../img/icons/i_home_white.svg)}.icon_m_home{background-image:url(../img/icons/i_m_home.svg)}.icon_m_catalog{background-image:url(../img/icons/i_m_catalog.svg)}.icon_m_profile{background-image:url(../img/icons/i_m_profile.svg)}.icon_m_cart{background-image:url(../img/icons/i_m_cart.svg)}.icon_m_fav{background-image:url(../img/icons/i_m_fav.svg)}.icon_m_view{background-image:url(../img/icons/i_m_view.svg)}.icon_m_client{background-image:url(../img/icons/i_m_client.svg)}.icon_m_trade-in{background-image:url(../img/icons/i_m_trade-in.svg)}.icon_m_repair{background-image:url(../img/icons/i_m_repair.svg)}.icon_m_info{background-image:url(../img/icons/i_m_info.svg)}.icon_m_mail{background-image:url(../img/icons/i_m_mail.svg)}.icon_m_orders{background-image:url(../img/icons/i_m_orders.svg)}.icon_m_exit{background-image:url(../img/icons/i_m_exit.svg)}.icon_m_opt{background-image:url(../img/icons/i_m_opt.svg)}.icon_part_pay{background-image:url(../img/icons/i_part_pay.svg)}.icon_credit{background-image:url(../img/icons/i_credit.svg)}.icon_info{background-image:url(../img/icons/i_info.svg)}.icon_battery{background-image:url(../img/icons/i_battery.svg)}.icon_shield{background-image:url(../img/icons/i_shield.svg)}.icon_shield_white{background-image:url(../img/icons/i_shield_white.svg)}.icon_refresh_up{background-image:url(../img/icons/i_refresh_up.svg)}.icon_ua{background-image:url(../img/icons/i_flag_ua.svg)}.icon_by{background-image:url(../img/icons/i_flag_by.svg)}.icon_kz{background-image:url(../img/icons/i_flag_kz.svg)}.icon_list{background-image:url(../img/icons/i_list.svg)}.icon_bell{background-image:url(../img/icons/i_bell_new.svg)}.icon_bell-gray{background-image:url(../img/icons/i_bell_gray.svg)}.icon_download{background-image:url(../img/icons/i_download.svg)}.icon_share{background-image:url(../img/icons/i_share.svg)}.icon_error{background-image:url(../img/icons/i_error.svg)}.icon_favorite{background-image:url(../img/icons/i_favorite_grey.svg)}.icon_arrow-white{background-image:url(../img/icons/i_arrow_left_white.svg)}.icon_video{background-image:url(../img/icons/i_play.svg)}.icon_video_fill{background-image:url(../img/icons/i_play_fill.svg)}.icon_help{background-image:url(../img/icons/help.svg);background-size:contain}.icon_cashback{background-image:url(../img/icons/i_cashback.svg)}.icon_warranty{background-image:url(../img/icons/i_warranty.svg)}.icon_compare{background-image:url(../img/icons/i_compare_gray.svg)}.icon_heart{background-image:url(../img/icons/i_heart_gray.svg)}.favorite{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.favorite:hover svg{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.favorite svg{cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.favorite.active svg{fill:#3500be}.favorite.active svg path{stroke:#3500be}.pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pagination_item{margin-right:12px}.pagination_item:last-child{margin-right:0}.pagination_link{width:32px;height:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:6px;border-radius:6px;border:1px solid #d3dce9;font-size:16px;line-height:1.2;color:#808d9a;font-weight:700;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.pagination_link_ect{border:0}.pagination_link:hover{border-color:#3500be;color:#000}.pagination_link.active{border-color:#3500be;background-color:#3500be;color:#fff}.pagination_arrow{width:32px;height:32px;-webkit-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15);background-repeat:no-repeat;background-position:50%;background-size:16px 16px;background-image:url(../img/icons/i_pagination_arrow.svg);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.pagination_arrow_prev{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.pagination_arrow.disable{opacity:.5}.catalog_page{padding:40px 0 80px}.catalog_page .main_block_cont{width:100%}.catalog_page_main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:16px;position:relative}.catalog_page_main .loader{position:absolute;top:0;left:0;width:100%;height:0;opacity:0;background-color:hsla(0,0%,100%,.8);z-index:100;-webkit-transition:height 0s .15s,opacity .15s 0s;-o-transition:height 0s .15s,opacity .15s 0s;transition:height 0s .15s,opacity .15s 0s}.catalog_page_main .loader.active{height:100%;opacity:1;-webkit-transition:height 0s 0s,opacity .15s 0s;-o-transition:height 0s 0s,opacity .15s 0s;transition:height 0s 0s,opacity .15s 0s}.catalog_page_main_cont{width:100%}.catalog_page_main .sort{border:1px solid #d3dce9;border-left:0;padding:12px 20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media screen and (min-width:1024px){.catalog_page_main .sort{height:52px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.catalog_page_main .sort_side{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.catalog_page_main .sort_block,.catalog_page_main .sort_side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.catalog_page_main .sort_block.mobile_sort,.catalog_page_main .sort_block.mobile_sort .select2-container--default .select2-selection--single .select2-selection__arrow{display:none}.catalog_page_main .sort_block .mobile_sort__title{font-size:14px;font-weight:700;color:#808d9a;line-height:10px;margin-bottom:2px;padding-top:5px}.catalog_page_main .sort .filter_btn_mobile{font-size:14px;line-height:160%;font-weight:700}.catalog_page_main .sort .filter_btn_mobile .val{border:1px solid #fff}.catalog_page_main .sort .filter_btn_mobile .icon{margin-right:4px}.catalog_page_main .sort_title{font-size:16px;line-height:1.2;color:#808d9a;margin-right:24px}.catalog_page_main .sort_link{font-size:16px;line-height:1.2;margin-right:24px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.catalog_page_main .sort_link .arrow{display:inline-block;width:11px;height:6px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_arrow_sm.svg);margin:0 0 1px 4px}.catalog_page_main .sort_link .arrow_up{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.catalog_page_main .sort_link:hover{color:#3500be}.catalog_page_main .sort_link.active{color:#3500be}.catalog_page_main .product_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-calc(100% + 1px);width:calc(100% + 1px);margin-left:-1px;border-left:1px solid #d3dce9}.catalog_page_main .product_list.list_view .product_list_item{width:100%}.catalog_page_main .product_list.list_view .product_list_item .product_wrap{width:100%;padding:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.catalog_page_main .product_list.list_view .product_list_item .product_mark{top:16px;left:16px}.catalog_page_main .product_list.list_view .product_list_item .product_edit{top:16px;right:16px}.catalog_page_main .product_list.list_view .product_list_item .product_preview{margin:0 32px 0 0}.catalog_page_main .product_list.list_view .product_list_item .product_name{height:auto;font-weight:700;margin-bottom:12px}.catalog_page_main .product_list.list_view .product_list_item .product_price{font-size:30px}.catalog_page_main .product_list.list_view .product_list_item .product_characteristics{display:block}.catalog_page_main .product_list.list_view .product_list_item .product_side{width:100%}.catalog_page_main .product_list.list_view .product_list_item .product_action{position:absolute;right:0;top:0;width:214px;height:100%;padding:54px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.catalog_page_main .product_list_item{width:25%;border-right:1px solid #d3dce9;border-bottom:1px solid #d3dce9}.catalog_page_main_bottom{padding-top:16px}@media screen and (min-width:768px){.catalog_page_main_bottom{padding-top:62px}}.catalog_page .seo-tags{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:40px}@media screen and (min-width:768px){.catalog_page .seo-tags{margin-bottom:48px}}.catalog_page .seo-tags__title{font-size:20px;line-height:24px;margin-bottom:20px}@media screen and (max-width:1023px){.catalog_page .seo-tags__title{margin-bottom:24px}}@media screen and (max-width:767px){.catalog_page .seo-tags__title{margin-bottom:16px}}.catalog_page .seo-feature{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-top:32px}@media screen and (min-width:768px){.catalog_page .seo-feature{padding-top:60px}}@media screen and (min-width:1024px){.catalog_page .seo-feature{padding-top:80px}}.catalog_page .seo-feature .seo,.catalog_page .seo-feature .wrap{margin:0;padding:0;color:inherit}.catalog_page .seo-feature .faq__title,.catalog_page .seo-feature__title,.catalog_page .seo-feature h2{font-size:20px;line-height:24px;margin-bottom:20px}@media screen and (max-width:1023px){.catalog_page .seo-feature .faq__title,.catalog_page .seo-feature__title,.catalog_page .seo-feature h2{margin-bottom:24px}}@media screen and (max-width:767px){.catalog_page .seo-feature .faq__title,.catalog_page .seo-feature__title,.catalog_page .seo-feature h2{margin-bottom:16px}}.catalog_page .seo-feature__typo{font-size:16px;line-height:26px;margin-bottom:20px}@media screen and (max-width:767px){.catalog_page .seo-feature__typo{font-size:14px;line-height:22px}}.catalog_page .seo-feature .rating__star{width:16px;height:16px}.catalog_page .seo-feature .rating__star path{fill:#ffbf26;stroke:#ffbf26}.catalog_page .seo-feature .rating__star:hover path{fill:none}.catalog_page .seo-feature__used-goods{margin-bottom:48px}@media screen and (max-width:767px){.catalog_page .seo-feature__used-goods{margin-bottom:40px}}.catalog_page .seo-feature__used-goods .used-good{font-weight:400}.catalog_page .seo-feature__used-goods .used-good .used-good__text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:initial;-webkit-box-orient:vertical}.catalog_page .seo-feature__used-goods .used-good .used-good__text_collapsed{-webkit-line-clamp:6}@media screen and (min-width:768px){.catalog_page .seo-feature__used-goods .used-good .used-good__text_collapsed{-webkit-line-clamp:5}}.catalog_page .seo-feature__used-goods .used-good .used-good__text *{display:inline}.catalog_page .seo-feature__used-goods .used-good .used-good__text :is(p,ul,ol,h1,h2,h3,h4,h5,h6):after{content:"\A\A";white-space:pre-line}.catalog_page .seo-feature__used-goods .used-good .used-good__text ul li{position:relative;padding-left:32px}.catalog_page .seo-feature__used-goods .used-good .used-good__text ul li:not(:last-child):after{content:"\A";white-space:pre-line}.catalog_page .seo-feature__used-goods .used-good .used-good__text ul li:before{content:"";display:block;width:6px;height:6px;-webkit-border-radius:50%;border-radius:50%;background-color:#000;position:absolute;left:16px;top:9px}.catalog_page .seo-feature__used-goods .used-good .used-good__text ol{counter-reset:list-number}.catalog_page .seo-feature__used-goods .used-good .used-good__text ol li{position:relative;padding-left:32px}.catalog_page .seo-feature__used-goods .used-good .used-good__text ol li:not(:last-child):after{content:"\A";white-space:pre-line}.catalog_page .seo-feature__used-goods .used-good .used-good__text ol li:before{counter-increment:list-number;content:counter(list-number) ". ";display:inline;position:absolute;left:16px}.catalog_page .seo-feature__used-goods .used-good h2{margin-top:20px}@media screen and (max-width:1023px){.catalog_page .seo-feature__used-goods .used-good h2{margin-top:24px}}@media screen and (max-width:767px){.catalog_page .seo-feature__used-goods .used-good h2{margin-top:16px}}.catalog_page .seo-feature__used-goods .used-good__text{line-height:160%}.catalog_page .seo-feature__used-goods .used-good__article_collapsed{height:0;overflow:hidden}.catalog_page .seo-feature__used-goods .used-good__controller{margin-top:20px}@media screen and (max-width:1023px){.catalog_page .seo-feature__used-goods .used-good__controller{margin-top:24px}}@media screen and (max-width:767px){.catalog_page .seo-feature__used-goods .used-good__controller{margin-top:16px}}.catalog_page .seo-feature__used-goods .used-good__read-more{color:#297bf6;cursor:pointer}@media screen and (max-width:767px){.catalog_page .seo-feature__used-goods .used-good__read-more{font-size:14px;line-height:22px}}.catalog_page .seo-feature__customer-reviews{margin-bottom:54px}@media screen and (max-width:767px){.catalog_page .seo-feature__customer-reviews{margin-bottom:40px}}.catalog_page .seo-feature__customer-reviews .customer-reviews{position:relative}.catalog_page .seo-feature__customer-reviews .customer-reviews__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}@media screen and (max-width:1023px){.catalog_page .seo-feature__customer-reviews .customer-reviews__title{margin-bottom:20px}}.catalog_page .seo-feature__customer-reviews .customer-reviews__review-item{padding:20px;border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;-webkit-box-flex:0;-webkit-flex:0 1 320px;-ms-flex:0 1 320px;flex:0 1 320px}@media screen and (max-width:1023px){.catalog_page .seo-feature__customer-reviews .customer-reviews__review-item{-webkit-box-flex:1;-webkit-flex:1 1 216px;-ms-flex:1 1 216px;flex:1 1 216px;padding:16px}.catalog_page .seo-feature__customer-reviews .customer-reviews__review-item:last-child{display:none}}@media screen and (max-width:767px){.catalog_page .seo-feature__customer-reviews .customer-reviews__review-item{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.catalog_page .seo-feature__customer-reviews .customer-reviews__review-item:not(:first-child){display:none}}.catalog_page .seo-feature__customer-reviews .customer-reviews__product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;border-bottom:1px solid #d3dce9;padding-bottom:14px;margin-bottom:20px}@media screen and (max-width:1023px){.catalog_page .seo-feature__customer-reviews .customer-reviews__product{padding-bottom:10px;margin-bottom:16px}}.catalog_page .seo-feature__customer-reviews .customer-reviews__product-image{-webkit-box-flex:0;-webkit-flex:0 0 72px;-ms-flex:0 0 72px;flex:0 0 72px;width:72px;height:72px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1023px){.catalog_page .seo-feature__customer-reviews .customer-reviews__product-image{-webkit-flex-basis:64px;-ms-flex-preferred-size:64px;flex-basis:64px;width:64px;height:64px}}.catalog_page .seo-feature__customer-reviews .customer-reviews__product-name{font-size:16px;line-height:24px;margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:767px){.catalog_page .seo-feature__customer-reviews .customer-reviews__product-name{font-size:14px;line-height:19px}}@media screen and (max-width:767px){.catalog_page .seo-feature__customer-reviews .customer-reviews__review>.customer-reviews__review-text{-webkit-line-clamp:3;margin-bottom:4px}}.catalog_page .seo-feature__customer-reviews .customer-reviews__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}@media screen and (max-width:767px){.catalog_page .seo-feature__customer-reviews .customer-reviews__info{margin-bottom:10px}}.catalog_page .seo-feature__customer-reviews .customer-reviews__user-name{font-weight:700;font-size:16px;line-height:16px}.catalog_page .seo-feature__customer-reviews .customer-reviews__review-date{font-weight:400;font-size:14px;line-height:16px;color:#808d9a}.catalog_page .seo-feature__customer-reviews .customer-reviews__review-text{font-weight:400;font-size:16px;line-height:160%;margin-bottom:16px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:767px){.catalog_page .seo-feature__customer-reviews .customer-reviews__review-text{font-size:14px;line-height:22px}}.catalog_page .seo-feature__customer-reviews .customer-reviews__details{margin-bottom:16px}@media screen and (max-width:767px){.catalog_page .seo-feature__customer-reviews .customer-reviews__details{margin-bottom:-4px}}.catalog_page .seo-feature__customer-reviews .customer-reviews__details-name{font-weight:700;font-size:16px;line-height:26px;display:inline-block}@media screen and (max-width:767px){.catalog_page .seo-feature__customer-reviews .customer-reviews__details-name{font-size:14px;line-height:22px;margin-bottom:3px}}.catalog_page .seo-feature__customer-reviews .customer-reviews__details:last-child{margin-bottom:0}.catalog_page .seo-feature__customer-reviews .customer-reviews__details .customer-reviews__review-text{margin-bottom:10px}@media screen and (max-width:1023px){.catalog_page .seo-feature__customer-reviews .customer-reviews__details .customer-reviews__review-text{-webkit-line-clamp:1}}@media screen and (max-width:767px){.catalog_page .seo-feature__customer-reviews .customer-reviews__read-more{font-size:14px;line-height:22px}}.catalog_page .seo-feature__customer-reviews .customer-reviews__control{width:32px;height:32px;-webkit-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15);background-repeat:no-repeat;background-position:50%;background-size:16px 16px;background-image:url(../img/icons/i_pagination_arrow.svg);position:absolute;top:-webkit-calc(50% + 4px);top:calc(50% + 4px);display:none}@media screen and (max-width:1023px){.catalog_page .seo-feature__customer-reviews .customer-reviews__control{display:block}}.catalog_page .seo-feature__customer-reviews .customer-reviews__control_left{left:4px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.catalog_page .seo-feature__customer-reviews .customer-reviews__control_right{right:4px}.catalog_page .seo-feature__tabs .tabs__nav{margin-bottom:30px}@media screen and (max-width:767px){.catalog_page .seo-feature__tabs .tabs__nav{margin-bottom:20px}}.catalog_page .seo-feature__tabs .tabs__nav-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px}@media screen and (max-width:767px){.catalog_page .seo-feature__tabs .tabs__nav-list{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}}.catalog_page .seo-feature__tabs .tabs__nav-item{padding-bottom:8px;border-bottom:1px solid #fff;-webkit-transition:border-bottom-color .15s ease;-o-transition:border-bottom-color .15s ease;transition:border-bottom-color .15s ease;cursor:pointer}.catalog_page .seo-feature__tabs .tabs__nav-item_active{border-bottom-color:#000}.catalog_page .seo-feature__tabs .tabs__nav-item:hover{border-bottom-color:#000}@media screen and (max-width:767px){.catalog_page .seo-feature__tabs .tabs__nav-link{font-size:14px;line-height:20px}}.catalog_page .seo-feature__tabs .tabs__tab-item{display:none}.catalog_page .seo-feature__tabs .tabs__tab-item table{width:100%}.catalog_page .seo-feature__tabs .tabs__tab-item table td,.catalog_page .seo-feature__tabs .tabs__tab-item table th{padding:8px 20px;border:1px solid #d3dce9;font-size:16px;line-height:25px}@media screen and (max-width:767px){.catalog_page .seo-feature__tabs .tabs__tab-item table td,.catalog_page .seo-feature__tabs .tabs__tab-item table th{font-size:14px;line-height:16px;padding:8px}}.catalog_page .seo-feature__tabs .tabs__tab-item table th{font-weight:700}@media screen and (max-width:767px){.catalog_page .seo-feature__tabs .tabs__tab-item table th{line-height:19px}}.catalog_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr td:last-child,.catalog_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr th:last-child{width:318px}@media screen and (max-width:1023px){.catalog_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr td:last-child,.catalog_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr th:last-child{width:215px}}@media screen and (max-width:767px){.catalog_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr td:last-child,.catalog_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr th:last-child{width:auto;min-width:114px}}.catalog_page .seo-feature__tabs .tabs__tab-item_active{display:initial}.catalog_page .seo-feature__tabs .tabs__tab-item .faq{padding:0}.catalog_page .seo-feature__tabs .tabs__tab-item .faq__content{display:block;padding:0}@media screen and (max-width:1023px){.catalog_page .seo-feature__tabs .tabs__tab-item .faq .accordion__title:after{right:16px}}@media screen and (max-width:1023px){.catalog_page .seo-feature__tabs .tabs__tab-item .seo-feature__title{margin-bottom:20px}}.catalog_page .seo-feature__tabs .tabs__tab-item .badge{display:inline-block;font-size:14px;line-height:18px;-webkit-border-radius:4px;border-radius:4px;padding:2px 6px}.catalog_page .seo-feature__tabs .tabs__tab-item .badge_gray{color:#808d9a;background:#f2f4f7}.catalog_page .seo-feature__tabs .tabs__tab-item .badge-list{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:8px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog_page .seo-feature__tabs .tabs__tab-item .badge_show-more{color:#297bf6}@media screen and (max-width:767px){.catalog_page .seo-feature{padding-left:16px;padding-right:16px;padding-top:0}}.catalog_page .btn-more{color:#297bf6;cursor:pointer}.catalog_page .badge{display:inline-block;font-size:14px;line-height:18px;-webkit-border-radius:4px;border-radius:4px;padding:2px 6px}.catalog_page .badge_gray{color:#808d9a;background:#f2f4f7}.catalog_page .badge-list{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:8px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog_page .faq .accordion__item:not(:last-child){margin-bottom:14px}.catalog_page .viewed_products{padding:40px 0 0}@media screen and (min-width:768px){.catalog_page .viewed_products{padding-top:60px}}@media screen and (min-width:1024px){.catalog_page .viewed_products{padding-top:80px}}.text-through{text-decoration:line-through}.no_result{border-right:1px solid #d3dce9;border-bottom:1px solid #d3dce9;padding:30px 16px;font-size:16px;line-height:24px}.catalog_head{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px}.catalog_head,.selected{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.selected{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-12px}.selected_total{font-size:16px;line-height:26px;font-weight:700;margin:0 24px 6px 0}.selected_list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 16px -4px 0}.selected_item,.selected_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.selected_item{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#f2f4f7;font-size:14px;line-height:1.2;-webkit-border-radius:6px;border-radius:6px;padding:5px 8px;margin:0 12px 12px 0}.selected_item_name{color:#808d9a;margin-right:4px}.selected_item_delete{width:12px;height:12px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_close.svg);cursor:pointer;margin-left:4px;display:inline-block;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.selected_item_delete:hover{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.selected_action{margin-bottom:12px}.selected_clear{font-size:14px;line-height:14px;color:#297bf6;border-bottom:1px dashed;display:inline-block}@media screen and (max-width:1280px){.catalog_page{padding:40px 0 60px}.catalog_page_main .product_list_item{width:33.33333%}.catalog_page_main .sort{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:15px 16px}.catalog_page_main .sort,.catalog_page_main .sort_side{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.catalog_page_main .sort_side{width:100%}.catalog_page_main .sort_link{font-size:14px}}@media screen and (max-width:1023px){.catalog_page_main .product_list{width:100%;margin-left:0}.catalog_page_main .product_list_item{width:33.33333%}.catalog_page_main .sort{border-left:1px solid #d3dce9;padding:12px 16px}.catalog_page_main .sort_block{display:none}.catalog_page_main .sort_block.mobile_sort{display:block}.catalog_head{margin-top:14px}.catalog_head .selected{display:none}}@media screen and (max-width:767px){.catalog_head{margin-top:0}.sort{padding:10px 16px;min-height:48px}.catalog_page{padding:16px 0 40px}.catalog_page .wrap{padding:0}.catalog_page .breadcrumbs,.catalog_page .title{padding:0 16px}.catalog_page_main{margin:16px 0 40px}.catalog_page_main .sort{border-left:0;border-right:0}.catalog_page_main .sort_link{margin-right:0}.catalog_page_main .product_list{display:block;border-left:0}.catalog_page_main .product_list_item{width:100%;border-left:0}.catalog_page_main .product_list.block_view{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.catalog_page_main .product_list.block_view .product{width:50%;padding:0}.catalog_page_main .product_list.block_view .product:nth-child(2n){border-right:0}.catalog_page_main .product_list.block_view .product_wrap{display:block;max-width:100%;padding:16px 12px 12px}.catalog_page_main .product_list.block_view .product_preview{width:100%;margin:0 auto 16px}.catalog_page_main .product_list.block_view .product_buy,.catalog_page_main .product_list.block_view .product_quantity{margin:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.catalog_page_main_bottom .show_more{margin:24px 0}.catalog_page .product_slider{margin-top:20px}.catalog_page .product_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-calc(100% + 1px);width:calc(100% + 1px);margin-left:-1px;border-left:1px solid #d3dce9}.catalog_page .product_list.list_view .product_list_item{width:100%}.catalog_page .product_list.list_view .product_list_item .product_wrap{padding:24px 16px}.catalog_page .product_list.list_view .product_list_item .product_preview{margin-right:16px}.catalog_page .product_list.list_view .product_list_item .product_characteristics_line{font-size:12px;line-height:16px;display:block}.catalog_page .product_list.list_view .product_list_item .product_action{position:static;width:auto;padding:0;height:auto;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:revert;-ms-flex-direction:revert;flex-direction:revert;margin-top:12px}.catalog_page .product_list.list_view .product_list_item .product_price{font-size:16px}.catalog_page .faq,.catalog_page .viewed_products{padding-right:16px!important;padding-left:16px!important}.no_result{border-right:0}.switcher{padding:0 16px}}@media screen and (max-width:540px){.switcher{width:100%}.switcher_btn{width:50%}}@media screen and (max-width:360px){.catalog_page_main .sort_block.mobile_sort{max-width:140px}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10002!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.5);display:none}.modal.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.modal.full .modal_wrap{width:100%;height:100%;-webkit-border-radius:0;border-radius:0}.modal.full .modal_inner{width:100%;height:100%}.modal.full_height .modal_wrap{height:-webkit-calc(100% - 48px);height:calc(100% - 48px)}.modal.cart_modal_custom .modal_wrap{height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.modal.product_modal_custom .modal_wrap{-webkit-border-radius:0;border-radius:0;background-color:rgba(0,0,0,0)}.modal.product_modal_custom .modal_close_icon{right:20px}.modal.product_modal_custom .modal_inner{width:100%;height:100%}.modal.product_modal_custom #repair_modal{height:auto}.modal.product_modal_custom #product_modal{background-color:rgba(0,0,0,0)}.modal_inner{display:none;height:100%}.modal_inner.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal_wrap{max-height:-webkit-calc(100% - 48px);max-height:calc(100% - 48px);background-color:#fff;-webkit-border-radius:6px;border-radius:6px;position:relative}.modal_cont{width:100%}.modal_container{padding:24px 30px;max-height:-webkit-calc(100vh - 108px);max-height:calc(100vh - 108px);overflow:auto}.modal_close_icon{position:absolute;top:18px;right:12px;width:24px;height:24px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_close_modal.svg);z-index:20;cursor:pointer}.modal_close_icon:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.modal_head{padding:18px 30px;font-size:20px;line-height:1.2;border-bottom:1px solid #d3dce9;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px}.modal_head_subtitle{font-size:16px;line-height:16px;color:#808d9a;display:inline-block;margin-left:8px}.modal_remove{width:20px;height:20px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_remove.svg);cursor:pointer}.modal_remove:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.modal_preview{width:440px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:30px}.modal_title{font-size:20px;line-height:1.2;font-weight:700;margin-bottom:8px;padding-right:24px}.modal .tab_head{background-color:rgba(0,0,0,0);border:1px solid #d3dce9;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px;padding:0 20px;margin:20px 0 0}.modal .tab_cont{border:1px solid #d3dce9;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;border-top:0;padding:20px;max-height:285px;overflow:auto}.modal_action{margin-top:20px;background-color:#f2f4f7;-webkit-border-radius:6px;border-radius:6px;padding:20px}.modal_action,.modal_action_part,.modal_action_side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.modal_action .btn{min-height:40px}.modal_price{margin-right:20px}.modal_price_old{font-size:14px;line-height:14px;color:#808d9a;text-decoration:line-through}.modal_price_val{font-size:24px;line-height:1.2;font-weight:700}.modal_favorites{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_heart_gray.svg);margin:0 16px 0 20px}.modal_favorites,.modal_prelink{width:24px;height:24px;cursor:pointer}.modal_prelink{position:relative}.modal_prelink.active .modal_prelink_hint{display:block}.modal_prelink_hint{position:absolute;top:-28px;right:0;z-index:10;background-color:#fff;-webkit-border-radius:4px;border-radius:4px;font-size:14px;line-height:14px;padding:2px 8px;border:1px solid #d3dce9;white-space:nowrap;display:none}.modal_line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;line-height:1.2;margin-bottom:16px}.modal_line:last-child{margin-bottom:0}.modal_line_name{width:132px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;color:#808d9a}.modal_radio{border:1px solid #d3dce9;padding:3px 10px;-webkit-border-radius:6px;border-radius:6px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;display:inline-block;margin:0 5px 5px 0}.modal_radio:hover{border-color:#3500be}.modal_radio.active{border-color:#3500be}.modal .one_product_info_side_cont{padding:0}.modal .one_product_info_side_cont_line{margin-bottom:16px}.modal .one_product_info_side_delivery{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:16px}.modal .one_product_info_side_delivery:last-child{margin-bottom:0}.modal .one_product_info_side_delivery_name{width:228px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:12px;color:#808d9a;font-size:16px;line-height:1.2}.modal .one_product_info_side_delivery_val{font-size:16px;line-height:1.2}.modal .one_photo_slider_cont{height:440px}.modal .one_photo_slider_nav{margin-top:16px}.modal .one_photo_slider_nav .slick-list{width:328px}.modal_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:1.2;color:#297bf6;cursor:pointer}.modal_link:hover{text-decoration:underline}.modal_link .icon_arrow{background-image:url(../img/icons/i_arrow_blue.svg);width:24px;height:24px;margin-right:8px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.modal_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #d3dce9;padding:30px 0}.modal_item:last-child{border-bottom:0}.modal_item_preview{width:120px;height:120px;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:30px}.modal_item_preview,.modal_item_preview_rate{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.modal_item_preview_rate{position:absolute;top:8px;right:8px;width:32px;height:32px;-webkit-border-radius:6px;border-radius:6px;background-color:#f2f4f7;font-size:18px;line-height:18px;font-weight:700;color:#3500be}.modal_item_img{display:block;max-width:100%;max-height:100%}.modal_item_title{font-size:20px;line-height:1.2;font-weight:700;margin-bottom:16px}.modal_item_cont{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.modal_item_main{width:100%}.modal_item_side{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:20px;min-width:120px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-align:right}.modal_item_side .modal_price{margin:0}.modal_item_side .modal_link{display:inline-block}.modal_form{padding:20px 30px}.modal_form .form_item{margin-bottom:24px}.modal_form_line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.modal_form_line .form_item_checkbox{margin-bottom:0}.modal_form_action{margin-top:20px}.modal_form .btn{min-height:40px}.modal_form_link{font-size:14px;line-height:24px;color:#297bf6;cursor:pointer}.modal_form_link:hover{text-decoration:underline}.modal_form_text{text-align:center;font-size:14px;line-height:20px;margin-top:10px}.modal_form_text--pre_order{font-size:16px}.modal_form_text a{color:#3500be;text-decoration:underline}.modal_form_desc{font-size:16px;line-height:26px;margin-bottom:16px}.modal_form_mail{font-weight:700;color:#3500be}.modal_form_button{background-color:#eef3f9;font-size:14px;line-height:24px;color:#6859cb;cursor:pointer;font-weight:700;padding:10px 30px;display:block;text-align:center;margin:20px 0 -20px -30px;width:-webkit-calc(100% + 60px);width:calc(100% + 60px);-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.modal_form_button:hover{color:#3500be;background-color:#f2f4f7}.modal_thanks{padding:30px}.modal_thanks_img{display:block;margin:0 auto 20px;width:60px}.modal_thanks_title{font-size:20px;line-height:30px;text-align:center;font-weight:700;color:#00c853;margin-bottom:8px}.modal_thanks_text{font-size:14px;line-height:20px;text-align:center}.modal .stock-info{font-size:14px;line-height:160%;margin-bottom:24px}@media screen and (min-width:767px){.modal .stock-info{font-size:16px}}.modal .stock-info__status{margin-bottom:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.modal .stock-info__status__icon{width:16px;height:16px;position:relative;bottom:2px}.modal .stock-info__status_in-stock{color:#00c853}.modal .stock-info__status_in-stock path{stroke:#00c853}.modal .stock-info__status_no-stock{color:#eb001b}.modal .stock-info__status_no-stock path{stroke:#eb001b}.modal .stock-info__address{font-weight:700;margin-bottom:4px}.modal .stock-info__time-list{margin-bottom:4px}.modal #cart_modal{width:1120px;position:relative;padding-top:60px;display:none}.modal #cart_modal.active{display:block}.modal #cart_modal .set_list .set_list_select+.select2{margin-left:8px;max-width:480px;width:100%!important}.modal #cart_modal .set_list_title{font-size:16px;line-height:26px}.modal #cart_modal .set_list_title br{display:none}.modal #cart_modal .set_list_suggestion-products{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px}.modal #cart_modal .set_list_suggestion-products>div:first-child{font-weight:700;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.modal #cart_modal .set_list_suggestion-products .form_item{-webkit-box-flex:0;-webkit-flex:0 1 480px;-ms-flex:0 1 480px;flex:0 1 480px}.modal #cart_modal .set_list .select_standart_input{border:1px solid #808d9a!important;-webkit-border-radius:6px;border-radius:6px}.modal #cart_modal .set_list .selection{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.modal #cart_modal .set_list .selection:after{position:absolute;content:"";width:16px;height:16px;right:12px;top:13px;background-image:url(../img/icons/i_select_arrow_grey.svg)}.modal #cart_modal .set_list .select2-container--open .selection:after{background-image:url(../img/icons/i_select_arrow_rotated.svg)}.modal #cart_modal .set_list .select2-selection__arrow{display:none}.modal #cart_modal .set_list .select2-container--default .select2-selection--single .select2-selection__rendered{color:#808d9a;width:94%}.modal #cart_modal .set_list .s_slider_item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:20px 16px}@media screen and (max-width:767px){.modal #cart_modal .set_list .s_slider_item{padding:12px 16px}}.modal #cart_modal .set_list .s_slider_item_preview{width:100%;height:90px;margin-bottom:16px;position:relative}.modal #cart_modal .set_list .s_slider_item_preview .product_img{margin:0 auto}.modal #cart_modal .set_list .s_slider_item_preview_label{position:absolute;right:4px;top:0;width:24px;height:24px;background-color:#f2f4f7;-webkit-border-radius:6px;border-radius:6px;text-align:center;font-weight:700;font-size:14px;line-height:24px;color:#3500be}.modal #cart_modal .set_list .s_slider_item_side{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.modal #cart_modal .set_list .s_slider_item_name{margin-bottom:10px}.modal #cart_modal .set_list .s_slider_item_cont .modal_price{-webkit-box-orient:initial;-webkit-box-direction:initial;-webkit-flex-direction:initial;-ms-flex-direction:initial;flex-direction:row;margin-bottom:8px;position:relative}.modal #cart_modal .set_list .s_slider_item_cont .modal_price_default{font-weight:700;font-size:16px;line-height:16px;color:#000}.modal #cart_modal .set_list .s_slider_item_cont .modal_price_old{margin:0}.modal #cart_modal .set_list .s_slider_item_cont .modal_price_val{color:#eb001b;margin-right:4px}.modal #cart_modal .set_list .s_slider_item_cont .price_cashback{margin-bottom:8px}.modal #cart_modal .set_list .s_slider_item_cont .s_slider_item_actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.modal #cart_modal .set_list .s_slider_item_cont .s_slider_item_actions .btn.btn_without_text .icon{width:16px;height:16px}.modal #cart_modal .set_list .s_slider_item_cont .s_slider_item_icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:12px;width:16px;height:16px}.modal #cart_modal .set_list .s_slider_item_cont .s_slider_item_icon svg{width:16px}.modal #cart_modal .set_list .hooper{height:auto}.modal #cart_modal .modal_head{position:absolute;top:0;left:0;width:100%;z-index:10;background-color:#fff}.modal #cart_modal .modal_cont{max-height:100%;overflow:auto;border-bottom:0;border-top:0;padding:0;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px}.modal #cart_modal .modal_cont .product-alert-wrapper{margin:0 30px;border-bottom:1px solid #d3dce9}.modal #cart_modal .modal_cont .product-alert-wrapper:last-child{border-bottom:none}.modal #cart_modal .modal_cont .product-alert-wrapper .alert_danger{padding:30px 0 0}.modal #cart_modal .modal_item_main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal #cart_modal .modal_item_action,.modal #cart_modal .modal_item_main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.modal #cart_modal .modal_action{padding:36px 30px;display:block;-webkit-border-radius:0;border-radius:0;margin-top:0}.modal #cart_modal .modal_action_line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.modal #cart_modal .modal_action .price_cashback{margin-top:8px;font-size:16px;-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end;width:100%;padding-right:24px;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.modal #cart_modal .modal_action .price_cashback__icon{width:20px;height:20px}.modal #cart_modal .modal_buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:14px}.modal #cart_modal .modal_buttons .btn{margin-right:16px}.modal #cart_modal .modal_buttons .btn:last-child{margin-right:0}.modal #cart_modal .modal_total_price{font-size:20px;line-height:24px;text-align:right}.modal #cart_modal .modal_total_price .modal_price{min-width:104px;display:inline-block;font-weight:700;font-size:24px;line-height:24px}.modal #cart_modal .modal_total_price_percent{margin-top:8px;font-size:16px;color:#808d9a}.modal #cart_modal .modal_line{font-size:14px;line-height:1.2;margin-bottom:0;display:inline}.modal #cart_modal .modal_line:last-child .modal_line_val:after{display:none}.modal #cart_modal .modal_line_name{width:auto;display:inline}.modal #cart_modal .modal_line_name:after{content:":"}.modal #cart_modal .modal_line_val{display:inline}.modal #cart_modal .modal_line_val:after{content:"";width:2px;height:2px;-webkit-border-radius:50%;border-radius:50%;display:inline-block;vertical-align:middle;margin:0 5px;background-color:#000}.modal #cart_modal .credit_list{margin-top:30px;padding:0 30px}@media screen and (max-width:768px){.modal #cart_modal .price-no-stock{font-size:16px;line-height:16px}}@media screen and (max-width:767px){.modal #trade_in_modal .trade_in_calculator{height:auto}}.modal #price_modal{width:1120px;max-height:100%;height:auto;position:relative}.modal #price_modal.active{display:block}.modal #price_modal .modal_top_side{padding:0 30px;margin-top:30px}.modal #price_modal .modal_cont .product-alert-wrapper{margin:0 30px;border-bottom:1px solid #d3dce9}.modal #price_modal .modal_cont .product-alert-wrapper:last-child{border-bottom:none}.modal #price_modal .modal_cont .product-alert-wrapper .alert_danger{padding:30px 0 0}.modal #price_modal .modal_item{border:0}.modal #price_modal .modal_item_main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal #price_modal .modal_item_action,.modal #price_modal .modal_item_main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.modal #price_modal .modal_line{font-size:14px;line-height:1.2;margin-bottom:0;display:inline}.modal #price_modal .modal_line:last-child .modal_line_val:after{display:none}.modal #price_modal .modal_line_name{width:auto;display:inline}.modal #price_modal .modal_line_name:after{content:":"}.modal #price_modal .modal_line_val{display:inline}.modal #price_modal .modal_line_val:after{content:"";width:2px;height:2px;-webkit-border-radius:50%;border-radius:50%;display:inline-block;vertical-align:middle;margin:0 5px;background-color:#000}.modal #price_modal .modal_action{margin-top:-1px;padding:36px 30px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}.modal #price_modal .modal_empty{min-height:366px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:30px}.modal #price_modal .modal_empty_text,.modal #price_modal .modal_empty_text .link{font-size:20px;line-height:32px}.modal #pre_order_final_modal,.modal #pre_order_modal{width:100%;max-width:340px}.modal #pre_order_final_modal .modal_form_text,.modal #pre_order_modal .modal_form_text{margin:0 0 16px;text-align:left}.modal #pre_order_final_modal .modal_form_text:last-child,.modal #pre_order_modal .modal_form_text:last-child{margin-bottom:0}.modal #pre_order_final_modal .modal_form,.modal #pre_order_modal .modal_form{padding:30px}.modal #used_goods_modal{width:1120px}.modal #used_goods_modal.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:30px}.modal #used_goods_modal.old_used_goods_modal.active{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.modal #change_pass_modal,.modal #login_modal,.modal #reg_modal,.modal #restore_pass_modal,.modal #thanks_modal{width:340px}@media screen and (max-width:767px){.modal #login_modal .form .modal_form_button{background-color:rgba(0,0,0,0)}}.modal #login_modal .enter-by{text-align:center}@media screen and (max-width:767px){.modal #reg_modal .form .modal_form_button{background-color:rgba(0,0,0,0)}}@media screen and (min-width:768px){.modal .restore_pass_modal .form{max-width:340px;min-width:340px}}@media screen and (max-width:767px){.modal .restore_pass_modal .form .modal_form_button{background-color:rgba(0,0,0,0)}}.modal .restore_pass_modal__step-2 .modal_form_desc strong{white-space:nowrap}.modal .restore_pass_modal__step-2 .code-literals{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:16px;text-align:center}.modal .restore_pass_modal__step-2 .number-mistake{font-size:16px;font-weight:400;line-height:160%;margin-bottom:24px;display:inline-block}.modal .restore_pass_modal__step-2 .form_item{margin-bottom:16px}.modal .restore_pass_modal__step-2 .dont-get-code{text-align:center;font-size:14px;font-weight:400;line-height:24px}.modal .restore_pass_modal__step-final{min-height:320px}.modal #repair_modal{width:400px;max-width:340px;background-color:#fff;border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px}@media screen and (max-width:767px){.modal #repair_modal{width:100%;max-width:inherit}}.modal #repair_modal .repair_list__device_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;margin-bottom:32px}.modal #repair_modal .repair_list__device_info_img{width:60px;height:60px}.modal #repair_modal .repair_list__device_info_text_header{font-weight:400;font-size:16px;line-height:25px;margin-bottom:8px}.modal #repair_modal .repair_list__device_info_text_list{margin-bottom:8px}.modal #repair_modal .repair_list__device_info_text_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;margin-bottom:8px;position:relative;padding-left:8px}.modal #repair_modal .repair_list__device_info_text_item:before{display:block;width:4px;height:4px;-webkit-border-radius:2px;border-radius:2px;overflow:hidden;content:"";position:absolute;top:5px;left:0;background-color:#000}.modal #repair_modal .repair_list__device_info_text_item:last-child{margin-bottom:0}.modal #repair_modal .repair_list__device_info_text_icon{width:16px;height:16px}.modal #repair_modal .repair_list__device_info_text_content{font-weight:400;font-size:14px;line-height:16px}.modal #repair_modal .text{font-size:16px;line-height:24px;margin-bottom:16px}.modal #repair_modal .form_item{margin-bottom:16px}.modal #repair_modal .btn{min-height:40px}@media screen and (max-width:767px){.modal[data-target=cart_modal] .modal_wrap{padding-bottom:16px}}@media screen and (max-width:767px){.modal[data-target=reg_modal] #reg_modal .modal_form_button.open_modal{margin-bottom:16px}}@media screen and (max-width:767px){.modal[data-target=cart_modal] .modal_wrap,.modal[data-target=login_modal] .modal_wrap,.modal[data-target=price_modal] .modal_wrap,.modal[data-target=reg_modal] .modal_wrap,.modal[data-target=repair_modal] .modal_wrap,.modal[data-target=trade_in_modal] .modal_wrap{-webkit-border-top-right-radius:16px;border-top-right-radius:16px;-webkit-border-top-left-radius:16px;border-top-left-radius:16px}}.modal.active{-webkit-animation:modal-bg-anim .3s both;animation:modal-bg-anim .3s both}.modal.active .modal_wrap{-webkit-animation:indent-modal-anim .3s both;animation:indent-modal-anim .3s both;-webkit-animation-timing-function:cubic-bezier(.39,.29,.4,.98);animation-timing-function:cubic-bezier(.39,.29,.4,.98)}@media screen and (min-width:768px){.modal.active .modal_wrap{-webkit-animation:modal-anim .3s both;animation:modal-anim .3s both}}.modal.disactive{-webkit-animation:modal-bg-anim-close .3s both;animation:modal-bg-anim-close .3s both}.modal.disactive .modal_wrap{-webkit-animation:indent-modal-anim-close .3s both;animation:indent-modal-anim-close .3s both;-webkit-animation-timing-function:cubic-bezier(.39,.29,.4,.98);animation-timing-function:cubic-bezier(.39,.29,.4,.98)}@media screen and (min-width:768px){.modal.disactive .modal_wrap{-webkit-animation:modal-anim-close .3s both;animation:modal-anim-close .3s both}}@-webkit-keyframes indent-modal-anim{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(16px);transform:translateY(16px)}}@keyframes indent-modal-anim{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(16px);transform:translateY(16px)}}@-webkit-keyframes indent-modal-anim-close{0%{opacity:1;-webkit-transform:translateY(16px);transform:translateY(16px)}to{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}}@keyframes indent-modal-anim-close{0%{opacity:1;-webkit-transform:translateY(16px);transform:translateY(16px)}to{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}}@-webkit-keyframes modal-anim{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes modal-anim{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes modal-anim-close{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}}@keyframes modal-anim-close{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}}@-webkit-keyframes modal-bg-anim{0%{opacity:0}to{opacity:1}}@keyframes modal-bg-anim{0%{opacity:0}to{opacity:1}}@-webkit-keyframes modal-bg-anim-close{0%{opacity:1}to{opacity:0}}@keyframes modal-bg-anim-close{0%{opacity:1}to{opacity:0}}.trade_in_agreement_title{text-align:center;margin-bottom:24px;font-weight:700;font-size:16px;line-height:26px}.trade_in_agreement_item{margin-bottom:24px}.trade_in_agreement_text_section{margin-bottom:20px}.trade_in_agreement_text_item{margin-bottom:18px;font-weight:400;font-size:16px;line-height:26px}.trade_in_checkbox{margin-bottom:24px}.trade_in_agreement_button{cursor:pointer}.trade_in_agreement_button.disabled{cursor:not-allowed;pointer-events:none}.repair_modal_final{background-color:#f4f6f8;-webkit-border-radius:8px;border-radius:8px;padding:24px 16px}.repair_modal_final_icon{display:block;width:64px;height:64px;margin:0 auto 16px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_okay.svg)}.repair_modal_final_text{text-align:center;font-size:20px;line-height:24px}#product_modal{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;background-color:rgba(0,0,0,.5);display:none}#product_modal.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#product_modal .price_block_main{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:8px}#product_modal .price_block_main .price_block_old{margin-left:12px}.product_modal{width:1305px;height:820px;max-height:-webkit-calc(100% - 48px);max-height:calc(100% - 48px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;background-color:#fff;position:relative;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product_modal .modal_head{display:none}.product_modal_view .swiper-button-next,.product_modal_view .swiper-button-prev{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product_modal .one_photo_slider_nav{display:none}.product_modal .slick-list,.product_modal .slick-slide,.product_modal .slick-slider,.product_modal .slick-track{height:100%}.product_modal .slick-slide>div{height:100%}.product_modal .one_photo_slider_cont,.product_modal .one_photo_slider_img,.product_modal .one_photo_slider_item{height:100%}.product_modal .swipe_product .slick-arrow{width:40px;height:40px;margin-top:-20px;cursor:pointer}.product_modal .swipe_product .slick-arrow.slick-prev{left:-64px}.product_modal .swipe_product .slick-arrow.slick-next{right:-64px}.product_modal .swipe_product .slick-arrow.disabled{cursor:default;opacity:.1;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product_modal .code,.product_modal .swipe_product_text{display:none}.product_modal_close{position:absolute;width:24px;height:24px;top:16px;right:16px;cursor:pointer;background-image:url(../img/icons/i_close_new.svg);background-size:contain}.product_modal_close:hover{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.product_modal_view{height:100%;width:100%}.product_modal_info{width:478px;max-height:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 32px 0;overflow:auto}.product_modal_info-wrapper{padding: 32px 0}.product_modal_info .code{display:block}.product_modal .code{margin-bottom:10px}.product_modal_title{font-size:20px;line-height:28px;font-weight:700;margin-bottom:10px}.product_modal .short-info{white-space:nowrap;overflow:auto;width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin-left:-16px;padding:0 16px;margin-bottom:24px}.product_modal .short-info,.product_modal .short-info_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product_modal .short-info_item{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:16px}.product_modal .short-info_item:last-child{margin-right:0}.product_modal .short-info_item_icon{width:24px;height:24px;background-color:#f2f4f7;-webkit-border-radius:6px;border-radius:6px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:8px;font-size:14px;line-height:1;letter-spacing:-1px;color:#3500be;font-weight:800;text-align:center}.product_modal .short-info_item_icon.icon_battery{background-size:24px 25px}.product_modal .short-info_item_icon.icon_shield{background-size:18px 18px}.product_modal .short-info_item_name{font-size:14px;line-height:1.5}.product_modal .price_block_old{font-size:18px;line-height:18px}.product_modal .price_block .wrappers{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.product_modal .price_block .wrappers .wrapper__discount{margin-left:24px}.product_modal .price_block_info{margin-bottom:16px}.product_modal .price_block .price_cashback{font-size:16px;margin-top:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product_modal .price_block .price_cashback__icon{width:24px;height:24px}.product_modal .price_block .price_cashback__icon.icon_help{width:16px;height:16px}.product_modal_actions{margin:16px 0 24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.product_modal_actions .btn{width:100%;min-height:48px;height:48px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-right:16px}.product_modal_actions .btn_without_text{width:48px}.product_modal_actions .btn:last-child{margin-right:0}.product_modal .tab_head{background-color:unset;position:relative;margin:0 0 16px;border:0;padding:0}.product_modal .tab_head:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#d3dce9}.product_modal .tab_head_link{height:auto;line-height:1.5;padding-bottom:8px;color:#000}.product_modal .tab_head_link:before{z-index:1}.product_modal .tab_head_link.active{color:#3500be}.product_modal .tab_cont{border:0;max-height:100%!important;padding:0 0 24px}.product_modal .one_product_info_side_cont{padding:0}.product_modal .modal_line{line-height:1.5}.product_modal .one_product_info_side_delivery_name{font-size:16px;line-height:1.5}.product_modal .one_product_info_side_delivery{margin-bottom:16px}.product_modal .one_product_info_side_delivery:last-child{margin-bottom:0}.product_modal .modal_line{display:block}.product_modal .modal_line_name{display:inline}.product_modal .modal_line_name:after{content:": "}.product_modal .modal_line_val{display:inline}.swiper{width:100%;height:100%}.swiper img{display:block;max-width:100%;max-height:100%}@media screen and (max-width:1600px){.product_modal{width:1225px;height:747px}}@media screen and (max-width:1366px){.product_modal{width:980px;height:500px}}@media screen and (max-width:1240px){.product_modal{width:850px;height:430px}.product_modal_info-wrapper{padding: 24px 0}.product_modal_info{padding:0 24px 0;width:420px}}@media screen and (max-width:991px){.modal.product_modal_custom .modal_wrap{max-width:700px;height:100%;margin-top:24px}.modal.product_modal_custom .modal_close_icon{margin:5px;top:5px;right:25px}.product_modal{display:block;padding:0;overflow:auto;width:100%;max-width:-webkit-calc(100% - 24px);max-width:calc(100% - 24px);height:100%;max-height:100%}.product_modal_view{width:100%;height:auto}.product_modal_view .swiper-button-next,.product_modal_view .swiper-button-prev{display:none}.product_modal_info-wrapper{padding: 32px 0}.product_modal_info{width:100%;max-height:unset;margin:0;display:block;padding:0 32px}.product_modal_actions{max-width:456px}.product_modal_part{min-height:auto}.product_modal .swipe_product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 24px 24px}.product_modal .swipe_product .slick-arrow{position:static;opacity:1;margin:0}.product_modal .swipe_product_text{display:block;font-size:14px;line-height:22px;font-weight:700}.modal .product_modal .tab_cont{max-height:100%}.modal #pre_order_final_modal,.modal #pre_order_modal{max-width:100%}.modal #pre_order_final_modal .modal_form,.modal #pre_order_modal .modal_form{padding:16px}.modal #pre_order_final_modal .modal_head,.modal #pre_order_modal .modal_head{padding:18px 16px;border:0;border-bottom:1px solid #d3dce9}.swiper{height:auto}.modal #repair_modal,.modal #trade_in_modal{width:100%}.modal_container{padding:16px}}@media screen and (max-width:767px){.modal_container{overflow:initial}.modal.product_modal_custom .product_modal{padding-top:40px}.modal.product_modal_custom .product_modal .modal_head{display:block;position:fixed;top:0;left:0;width:100%;z-index:10;background-color:#fff;border-bottom:none;padding:20px 30px 30px}.modal.product_modal_custom .modal_wrap{margin-top:0;-webkit-border-radius:16px 16px 0 0;border-radius:16px 16px 0 0}.modal.product_modal_custom .modal_close_icon{background-color:rgba(0,0,0,0);right:15px}.product_modal{max-width:100%}#product_modal .product_modal .product_mark_item{font-size:14px}#product_modal .product_modal .wrappers .wrapper__price{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}#product_modal .product_modal .wrappers .wrapper__price .price_block_old{margin-left:0}#product_modal .product_modal .wrappers .wrapper__discount{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}#product_modal .product_modal .wrappers .wrapper__discount .product_mark{margin-bottom:12px;z-index:9}#product_modal .product_modal .wrappers .wrapper__discount .product_mark .product_mark_item{margin:0}}@media screen and (max-width:640px){.modal.product_modal_custom .modal_wrap .modal_close_icon{margin:0;right:16px;top:10px}.product_modal{padding:16px;width:100%;max-height:100%}.product_modal .code{display:block;margin-bottom:16px}.product_modal_view{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:auto}.product_modal_info-wrapper{margin: 24px 0; padding: 0}.product_modal_info{margin:0;padding:0;overflow:visible}.product_modal .price_block_val{font-size:28px;line-height:28px}.product_modal .price_block_old{font-size:16px;line-height:16px}.product_modal_title{font-size:18px;line-height:26px}.product_modal_actions{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%}.product_modal_actions .btn:first-child{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;width:-webkit-calc(80% - 16px);width:calc(80% - 16px);margin-bottom:16px}.product_modal_actions .btn:nth-child(2){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;margin:0}.product_modal_actions .btn:nth-child(3){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin:0}.product_modal .tab_head{margin-bottom:0}.product_modal .tab_head:after{width:-webkit-calc(100% - 32px);width:calc(100% - 32px);left:16px}.product_modal .swipe_product{padding:0;margin-bottom:32px}}@media screen and (max-width:1280px){.modal_line{display:block}.modal_line_name{width:100%}.modal .one_product_specifications_item_line{display:block}.modal .one_product_specifications_item_name{width:100%}.modal .one_product_info_side_delivery{display:block}.modal .one_product_info_side_delivery_name{width:100%;display:block}.modal_action{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.modal #cart_modal,.modal #change_pass_modal,.modal #login_modal,.modal #price_modal,.modal #reg_modal,.modal #restore_pass_modal,.modal #thanks_modal,.modal #used_goods_modal{width:100%}}@media screen and (max-height:720px) and (min-width:1024px){#reg_modal .modal_form{max-height:540px;overflow:auto}}@media screen and (max-height:680px) and (min-width:1024px){#reg_modal .modal_form{max-height:480px}}@media screen and (max-height:580px) and (min-width:1024px){#reg_modal .modal_form{max-height:420px}}@media screen and (max-height:680px){.modal_preview{width:326px}.modal .one_photo_slider_cont{height:326px}.modal .tab_cont{max-height:260px}}@media screen and (max-height:580px){.modal .tab_cont{max-height:190px}}@media screen and (max-height:680px) and (max-width:1280px){.modal_preview{width:326px}.modal .one_photo_slider_cont{height:326px}.modal .tab_cont{max-height:260px}}@media screen and (max-height:580px) and (max-width:1280px){.modal .tab_cont{max-height:190px}}@media screen and (max-width:1023px){.modal_wrap{max-height:100%;-webkit-border-radius:0;border-radius:0}.modal_container{max-height:-webkit-calc(100vh - 61px);max-height:calc(100vh - 61px)}.modal_preview{width:326px;margin-right:20px}.modal .one_photo_slider_cont{height:326px}.modal_price_val{font-size:24px}.modal_price_old{font-size:14px}.modal_head{-webkit-border-radius:0;border-radius:0}.modal_item_preview{width:120px;height:120px}.modal_item_preview_rate{width:24px;height:24px;font-size:14px;top:4px;right:4px}.modal #cart_modal .modal_head{border:0;border-bottom:1px solid #d3dce9}.modal #cart_modal .modal_cont{border:0}.modal #cart_modal .set_list .marks{padding-bottom:16px}.modal #price_modal{height:100%}.modal #price_modal .modal_head{border:0;border-bottom:1px solid #d3dce9;position:fixed;width:100%;top:0;left:0;z-index:10;background-color:#fff}.modal #price_modal .modal_cont{border:0;height:100%;padding:60px 0 112px;overflow:auto}.modal #price_modal .modal_action{-webkit-border-radius:0;border-radius:0;position:fixed;width:100%;bottom:0;left:0;z-index:10}.modal #used_goods_modal.old_used_goods_modal .modal_cont{width:-webkit-calc(100% - 346px);width:calc(100% - 346px)}.modal #trade_in_modal{overflow:hidden}.modal #repair_modal,.modal #trade_in_modal{width:100%}.modal #repair_modal .modal_head,.modal #trade_in_modal .modal_head{padding:18px 16px}_container{max-height:-webkit-calc(100vh - 61px);max-height:calc(100vh - 61px)}_preview{width:326px;margin-right:20px}.one_photo_slider_cont{height:326px}_price_val{font-size:24px}_price_old{font-size:14px}_head{-webkit-border-radius:0;border-radius:0}_item_preview{width:120px;height:120px}_item_preview_rate{width:24px;height:24px;font-size:14px;top:4px;right:4px}#cart_modal .modal_head{border:0;border-bottom:1px solid #d3dce9}#cart_modal .modal_cont{border:0}#price_modal{height:100%}#price_modal .modal_head{border:0;border-bottom:1px solid #d3dce9;position:fixed;width:100%;top:0;left:0;z-index:10;background-color:#fff}#price_modal .modal_cont{border:0;height:100%;padding:60px 0 112px;overflow:auto}#price_modal .modal_action{-webkit-border-radius:0;border-radius:0;position:fixed;width:100%;bottom:0;left:0;z-index:10}#used_goods_modal.old_used_goods_modal .modal_cont{width:-webkit-calc(100% - 346px);width:calc(100% - 346px)}#trade_in_modal{width:100%}#trade_in_modal .modal_head{padding:18px 16px}}@media screen and (max-width:767px){.modal.product_modal_custom .modal_close_icon{top:10px;right:15px;padding:10px;background-color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.modal.product_modal_custom .modal_close_icon:hover{background-color:rgba(0,0,0,0)}.modal #used_goods_modal.active{display:block;padding:56px 16px 78px}.modal #used_goods_modal.old_used_goods_modal .modal_cont{width:100%;padding-bottom:72px}.modal .one_photo_slider{width:100%}.modal .one_photo_slider_cont{height:auto}.modal .one_photo_slider_nav .slick-list{width:auto}.modal_wrap{overflow:auto;height:100vh;width:100%}.modal_preview{width:100%;margin:0 auto 24px}.modal_action{position:fixed;width:100%;bottom:0;left:0;z-index:10;padding:16px;-webkit-border-radius:0;border-radius:0;margin:0}.modal_price{margin-right:8px}.modal_price_val{font-size:22px}.modal_favorites,.modal_prelink{margin:0 8px}.modal .tab_head{width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin-left:-16px;-webkit-border-radius:0;border-radius:0;border-left:0;border-right:0;padding:0}.modal .tab_head_block{padding-left:16px}.modal .tab_cont{max-height:100%;width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin-left:-16px;-webkit-border-radius:0;border-radius:0;border:0;padding:16px}.modal_line{margin-bottom:12px}.modal .one_product_specifications_item_line,.modal_line{font-size:14px}.modal .one_product_specifications_item_title{margin-bottom:20px}.modal .one_product_info_side_delivery{margin-bottom:12px}.modal .one_product_info_side_delivery_name,.modal .one_product_info_side_delivery_val{font-size:14px}.modal_item{padding:20px 16px}.modal_item_preview{width:80px;height:80px;margin-right:16px}.modal_item_list{display:none}.modal_item_title{font-size:14px;line-height:1.6;font-weight:400;margin-bottom:12px}.modal_item_side{margin:0;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.modal_item_side .modal_price{text-align:left}.modal_item_side .modal_price_old{font-size:10px;line-height:1.2}.modal_item_side .modal_price_val{font-size:16px;line-height:1.2}.modal_item_side .modal_link{font-size:14px;margin-bottom:2px}.modal #cart_modal{padding-top:50px}.modal #cart_modal .set_list .set_list_select+.select2{margin-top:8px;margin-left:0}.modal #cart_modal .set_list_title br{display:block}.modal #cart_modal .set_list .marks.ovh{padding-bottom:0;-ms-overflow-style:none;scrollbar-width:none}.modal #cart_modal .set_list .marks.ovh::-webkit-scrollbar{display:none}.modal #cart_modal .credit_list{padding:24px 16px 0;margin:0}.modal #cart_modal .s_slider_item_side{margin-bottom:16px}.modal #cart_modal .modal_head{padding:12px 42px 12px 16px;border:0;font-size:16px;line-height:1.6;font-weight:700;border-bottom:1px solid #d3dce9}.modal #cart_modal .modal_cont{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal #cart_modal .modal_cont .product-alert-wrapper{margin:0 16px}.modal #cart_modal .modal_item{padding:20px 0}.modal #cart_modal .modal_item_cont{position:relative}.modal #cart_modal .modal_item_title{padding-right:30px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.modal #cart_modal .modal_remove{position:absolute;top:0;right:0;width:24px;height:24px;background-size:16px 16px}.modal #cart_modal .modal_item_side{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;min-width:auto}.modal #cart_modal .modal_action{padding:16px;position:static;margin-top:auto}.modal #cart_modal .modal_action_part{display:none}.modal #cart_modal .modal_action_side{width:100%;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.modal #cart_modal .modal_action_line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal #cart_modal .modal_link{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.modal #cart_modal .modal_buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:16px;width:100%}.modal #cart_modal .modal_buttons .btn{width:100%;max-width:360px;margin:0 0 16px}.modal #cart_modal .modal_buttons .btn:first-child{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.modal #cart_modal .modal_buttons .btn:nth-child(2){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.modal #cart_modal .modal_price{text-align:right;position:absolute;margin-right:4px}.modal #cart_modal .modal_total_price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.modal #cart_modal .modal_total_price .modal_price{margin-right:0;min-width:auto}.modal #cart_modal .modal_item_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.modal #cart_modal .modal_item_action .modal_price{text-align:left;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:8px}.modal #cart_modal .modal_item_action .modal_price_val{font-size:16px}.modal #cart_modal .modal_item_action .modal_price_old{margin:0 0 0 6px;font-size:10px;line-height:10px}.modal #cart_modal .form_counter{margin-top:24px}.modal #price_modal .modal_empty{padding:16px}.modal #price_modal .modal_empty_text,.modal #price_modal .modal_empty_text .link{font-size:18px;line-height:28px}.modal #price_modal .modal_head{padding:18px 16px}.modal #price_modal .modal_cont{padding-bottom:88px}.modal #price_modal .modal_cont .product-alert-wrapper{margin:0 16px}.modal #price_modal .modal_item{padding:20px 0}.modal #price_modal .modal_item_title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.modal #price_modal .modal_item_side{min-width:auto}.modal #price_modal .modal_top_side{padding:0 16px;margin-top:20px}.modal #price_modal .modal_action{padding:24px 16px}.modal #price_modal .modal_action .btn{width:100%}.modal.cart_modal_custom .modal_wrap{height:100%}.modal .modal_cont>.modal_action .modal_price{position:static!important}}.search_page{padding:40px 0 80px}.search_page_no_result .title{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #d3dce9}.search_page .viewed_products{padding-left:0;padding-right:0}@media screen and (max-width:767px){.search_page .viewed_products{padding-left:16px!important;padding-right:16px!important}}.select_main_search_dropdown .select2-search--dropdown{display:block}.select_main_search_input{opacity:0}.select_main_search_dropdown{padding:0;border:0!important;-webkit-box-shadow:unset;box-shadow:unset;width:275px!important;margin-top:-30px;background-color:unset}.select_main_search_dropdown .select2-results{position:relative;left:-2px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;overflow:hidden}.select_main_search_dropdown .select2-results__options{padding-top:10px}.select_main_search_dropdown .select2-results__option{line-height:22px;margin-left:-2px;padding:8px 20px}.select_main_search_dropdown .select2-search--dropdown{padding:0}.select_main_search_dropdown .select2-search__field{border:0!important;padding:0;height:36px;margin:-6px 0 2px 40px;background-color:#fff;-webkit-border-radius:6px;border-radius:6px}@media screen and (max-width:1439px){.select_main_search_dropdown{width:240px!important}}@media screen and (max-width:1340px){.header_search_dropdown.active{display:block}.header_search_list{border-left:0}.header_search_result{width:100%}.select_main_search_dropdown{width:240px!important}}@media screen and (max-width:1280px){.search_page{padding:40px 0 60px}}@media screen and (max-width:767px){.search_page{padding:24px 0 40px}.search_page .wrap{padding:0}.search_page .breadcrumbs,.search_page_no_result,.search_page_result .title{padding:0 16px}.search_page_no_result .title{padding-bottom:20px;margin-bottom:20px}.search_page .product_slider{margin-top:20px}.select_main_search_dropdown .select2-results__option{padding:8px 30px;background-color:#fff}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#fff}.select_main_search_dropdown{width:170px!important}.select_main_search_dropdown .select2-results{width:285px}}.main_page{padding:40px 0 80px}.main_page_intro{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.main_page_slider{margin-top:80px}.main_page_slider_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:30px}.main_page_slider .subtitle{margin-right:24px}.main_page_slider__additional{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.main_page_slider__additional .btn{margin-left:auto;min-height:40px}.main_page_slider_link{position:relative}.main_page_slider_text{color:#297bf6;padding-right:24px}.main_page_slider_text:after{position:absolute;content:"";width:18px;height:18px;background:url(../img/icons/i_arrow_blue_right.svg);top:0;right:0;background-size:contain}.main_page .viewed_products{padding:40px 0 0}@media screen and (min-width:1023px){.main_page .viewed_products{padding:60px 0 0}}@media screen and (min-width:1440px){.main_page .viewed_products{padding:80px 0 0}}.main_page .seo-feature{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-top:32px}@media screen and (min-width:768px){.main_page .seo-feature{padding-top:60px}}@media screen and (min-width:1024px){.main_page .seo-feature{padding-top:80px}}.main_page .seo-feature .seo,.main_page .seo-feature .wrap{margin:0;padding:0;color:inherit}.main_page .seo-feature .faq__title,.main_page .seo-feature__title,.main_page .seo-feature h2{font-size:20px;line-height:24px;margin-bottom:20px}@media screen and (max-width:1023px){.main_page .seo-feature .faq__title,.main_page .seo-feature__title,.main_page .seo-feature h2{margin-bottom:24px}}@media screen and (max-width:767px){.main_page .seo-feature .faq__title,.main_page .seo-feature__title,.main_page .seo-feature h2{margin-bottom:16px}}.main_page .seo-feature__typo{font-size:16px;line-height:26px;margin-bottom:20px}@media screen and (max-width:767px){.main_page .seo-feature__typo{font-size:14px;line-height:22px}}.main_page .seo-feature .rating__star{width:16px;height:16px}.main_page .seo-feature .rating__star path{fill:#ffbf26;stroke:#ffbf26}.main_page .seo-feature .rating__star:hover path{fill:none}.main_page .seo-feature__used-goods{margin-bottom:48px}@media screen and (max-width:767px){.main_page .seo-feature__used-goods{margin-bottom:40px}}.main_page .seo-feature__used-goods .used-good{font-weight:400}.main_page .seo-feature__used-goods .used-good .used-good__text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:initial;-webkit-box-orient:vertical}.main_page .seo-feature__used-goods .used-good .used-good__text_collapsed{-webkit-line-clamp:6}@media screen and (min-width:768px){.main_page .seo-feature__used-goods .used-good .used-good__text_collapsed{-webkit-line-clamp:5}}.main_page .seo-feature__used-goods .used-good .used-good__text *{display:inline}.main_page .seo-feature__used-goods .used-good .used-good__text :is(p,ul,ol,h1,h2,h3,h4,h5,h6):after{content:"\A\A";white-space:pre-line}.main_page .seo-feature__used-goods .used-good .used-good__text ul li{position:relative;padding-left:32px}.main_page .seo-feature__used-goods .used-good .used-good__text ul li:not(:last-child):after{content:"\A";white-space:pre-line}.main_page .seo-feature__used-goods .used-good .used-good__text ul li:before{content:"";display:block;width:6px;height:6px;-webkit-border-radius:50%;border-radius:50%;background-color:#000;position:absolute;left:16px;top:9px}.main_page .seo-feature__used-goods .used-good .used-good__text ol{counter-reset:list-number}.main_page .seo-feature__used-goods .used-good .used-good__text ol li{position:relative;padding-left:32px}.main_page .seo-feature__used-goods .used-good .used-good__text ol li:not(:last-child):after{content:"\A";white-space:pre-line}.main_page .seo-feature__used-goods .used-good .used-good__text ol li:before{counter-increment:list-number;content:counter(list-number) ". ";display:inline;position:absolute;left:16px}.main_page .seo-feature__used-goods .used-good h2{margin-top:20px}@media screen and (max-width:1023px){.main_page .seo-feature__used-goods .used-good h2{margin-top:24px}}@media screen and (max-width:767px){.main_page .seo-feature__used-goods .used-good h2{margin-top:16px}}.main_page .seo-feature__used-goods .used-good__text{line-height:160%}.main_page .seo-feature__used-goods .used-good__article_collapsed{height:0;overflow:hidden}.main_page .seo-feature__used-goods .used-good__controller{margin-top:20px}@media screen and (max-width:1023px){.main_page .seo-feature__used-goods .used-good__controller{margin-top:24px}}@media screen and (max-width:767px){.main_page .seo-feature__used-goods .used-good__controller{margin-top:16px}}.main_page .seo-feature__used-goods .used-good__read-more{color:#297bf6;cursor:pointer}@media screen and (max-width:767px){.main_page .seo-feature__used-goods .used-good__read-more{font-size:14px;line-height:22px}}.main_page .seo-feature__customer-reviews{margin-bottom:54px}@media screen and (max-width:767px){.main_page .seo-feature__customer-reviews{margin-bottom:40px}}.main_page .seo-feature__customer-reviews .customer-reviews{position:relative}.main_page .seo-feature__customer-reviews .customer-reviews__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}@media screen and (max-width:1023px){.main_page .seo-feature__customer-reviews .customer-reviews__title{margin-bottom:20px}}.main_page .seo-feature__customer-reviews .customer-reviews__review-item{padding:20px;border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;-webkit-box-flex:0;-webkit-flex:0 1 320px;-ms-flex:0 1 320px;flex:0 1 320px}@media screen and (max-width:1023px){.main_page .seo-feature__customer-reviews .customer-reviews__review-item{-webkit-box-flex:1;-webkit-flex:1 1 216px;-ms-flex:1 1 216px;flex:1 1 216px;padding:16px}.main_page .seo-feature__customer-reviews .customer-reviews__review-item:last-child{display:none}}@media screen and (max-width:767px){.main_page .seo-feature__customer-reviews .customer-reviews__review-item{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.main_page .seo-feature__customer-reviews .customer-reviews__review-item:not(:first-child){display:none}}.main_page .seo-feature__customer-reviews .customer-reviews__product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;border-bottom:1px solid #d3dce9;padding-bottom:14px;margin-bottom:20px}@media screen and (max-width:1023px){.main_page .seo-feature__customer-reviews .customer-reviews__product{padding-bottom:10px;margin-bottom:16px}}.main_page .seo-feature__customer-reviews .customer-reviews__product-image{-webkit-box-flex:0;-webkit-flex:0 0 72px;-ms-flex:0 0 72px;flex:0 0 72px;width:72px;height:72px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1023px){.main_page .seo-feature__customer-reviews .customer-reviews__product-image{-webkit-flex-basis:64px;-ms-flex-preferred-size:64px;flex-basis:64px;width:64px;height:64px}}.main_page .seo-feature__customer-reviews .customer-reviews__product-name{font-size:16px;line-height:24px;margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:767px){.main_page .seo-feature__customer-reviews .customer-reviews__product-name{font-size:14px;line-height:19px}}@media screen and (max-width:767px){.main_page .seo-feature__customer-reviews .customer-reviews__review>.customer-reviews__review-text{-webkit-line-clamp:3;margin-bottom:4px}}.main_page .seo-feature__customer-reviews .customer-reviews__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}@media screen and (max-width:767px){.main_page .seo-feature__customer-reviews .customer-reviews__info{margin-bottom:10px}}.main_page .seo-feature__customer-reviews .customer-reviews__user-name{font-weight:700;font-size:16px;line-height:16px}.main_page .seo-feature__customer-reviews .customer-reviews__review-date{font-weight:400;font-size:14px;line-height:16px;color:#808d9a}.main_page .seo-feature__customer-reviews .customer-reviews__review-text{font-weight:400;font-size:16px;line-height:160%;margin-bottom:16px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:767px){.main_page .seo-feature__customer-reviews .customer-reviews__review-text{font-size:14px;line-height:22px}}.main_page .seo-feature__customer-reviews .customer-reviews__details{margin-bottom:16px}@media screen and (max-width:767px){.main_page .seo-feature__customer-reviews .customer-reviews__details{margin-bottom:-4px}}.main_page .seo-feature__customer-reviews .customer-reviews__details-name{font-weight:700;font-size:16px;line-height:26px;display:inline-block}@media screen and (max-width:767px){.main_page .seo-feature__customer-reviews .customer-reviews__details-name{font-size:14px;line-height:22px;margin-bottom:3px}}.main_page .seo-feature__customer-reviews .customer-reviews__details:last-child{margin-bottom:0}.main_page .seo-feature__customer-reviews .customer-reviews__details .customer-reviews__review-text{margin-bottom:10px}@media screen and (max-width:1023px){.main_page .seo-feature__customer-reviews .customer-reviews__details .customer-reviews__review-text{-webkit-line-clamp:1}}@media screen and (max-width:767px){.main_page .seo-feature__customer-reviews .customer-reviews__read-more{font-size:14px;line-height:22px}}.main_page .seo-feature__customer-reviews .customer-reviews__control{width:32px;height:32px;-webkit-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15);background-repeat:no-repeat;background-position:50%;background-size:16px 16px;background-image:url(../img/icons/i_pagination_arrow.svg);position:absolute;top:-webkit-calc(50% + 4px);top:calc(50% + 4px);display:none}@media screen and (max-width:1023px){.main_page .seo-feature__customer-reviews .customer-reviews__control{display:block}}.main_page .seo-feature__customer-reviews .customer-reviews__control_left{left:4px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.main_page .seo-feature__customer-reviews .customer-reviews__control_right{right:4px}.main_page .seo-feature__tabs .tabs__nav{margin-bottom:30px}@media screen and (max-width:767px){.main_page .seo-feature__tabs .tabs__nav{margin-bottom:20px}}.main_page .seo-feature__tabs .tabs__nav-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px}@media screen and (max-width:767px){.main_page .seo-feature__tabs .tabs__nav-list{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}}.main_page .seo-feature__tabs .tabs__nav-item{padding-bottom:8px;border-bottom:1px solid #fff;-webkit-transition:border-bottom-color .15s ease;-o-transition:border-bottom-color .15s ease;transition:border-bottom-color .15s ease;cursor:pointer}.main_page .seo-feature__tabs .tabs__nav-item_active{border-bottom-color:#000}.main_page .seo-feature__tabs .tabs__nav-item:hover{border-bottom-color:#000}@media screen and (max-width:767px){.main_page .seo-feature__tabs .tabs__nav-link{font-size:14px;line-height:20px}}.main_page .seo-feature__tabs .tabs__tab-item{display:none}.main_page .seo-feature__tabs .tabs__tab-item table{width:100%}.main_page .seo-feature__tabs .tabs__tab-item table td,.main_page .seo-feature__tabs .tabs__tab-item table th{padding:8px 20px;border:1px solid #d3dce9;font-size:16px;line-height:25px}@media screen and (max-width:767px){.main_page .seo-feature__tabs .tabs__tab-item table td,.main_page .seo-feature__tabs .tabs__tab-item table th{font-size:14px;line-height:16px;padding:8px}}.main_page .seo-feature__tabs .tabs__tab-item table th{font-weight:700}@media screen and (max-width:767px){.main_page .seo-feature__tabs .tabs__tab-item table th{line-height:19px}}.main_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr td:last-child,.main_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr th:last-child{width:318px}@media screen and (max-width:1023px){.main_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr td:last-child,.main_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr th:last-child{width:215px}}@media screen and (max-width:767px){.main_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr td:last-child,.main_page .seo-feature__tabs .tabs__tab-item[data-for-id=tab-price] tr th:last-child{width:auto;min-width:114px}}.main_page .seo-feature__tabs .tabs__tab-item_active{display:initial}.main_page .seo-feature__tabs .tabs__tab-item .faq{padding:0}.main_page .seo-feature__tabs .tabs__tab-item .faq__content{display:block;padding:0}@media screen and (max-width:1023px){.main_page .seo-feature__tabs .tabs__tab-item .faq .accordion__title:after{right:16px}}@media screen and (max-width:1023px){.main_page .seo-feature__tabs .tabs__tab-item .seo-feature__title{margin-bottom:20px}}.main_page .seo-feature__tabs .tabs__tab-item .badge{display:inline-block;font-size:14px;line-height:18px;-webkit-border-radius:4px;border-radius:4px;padding:2px 6px}.main_page .seo-feature__tabs .tabs__tab-item .badge_gray{color:#808d9a;background:#f2f4f7}.main_page .seo-feature__tabs .tabs__tab-item .badge-list{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:8px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.main_page .seo-feature__tabs .tabs__tab-item .badge_show-more{color:#297bf6}.promo_slider{width:-webkit-calc(100% - 344px);width:calc(100% - 344px);height:420px;margin-right:24px;overflow:hidden}.promo_slider_item{-webkit-border-radius:8px;border-radius:8px;position:relative;overflow:hidden;display:block!important}.promo_slider_item_desktop{width:100%;height:420px;-o-object-fit:cover;object-fit:cover;display:block!important}.promo_slider_item_mobile{width:100%;display:none!important}.promo_slider .slick-arrow{margin-top:-25px}.promo_slider .slick-arrow.slick-prev{left:30px}.promo_slider .slick-arrow.slick-next{right:30px}.promo_slider .slick-dots{position:absolute;width:100%;bottom:24px;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.promo_slider .slick-dots li{margin-right:6px}.promo_slider .slick-dots li:last-child{margin-right:0}.promo_slider .slick-dots li button{display:block;width:10px;height:10px;font-size:0;color:rgba(0,0,0,0);border:2px solid #fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.15);box-shadow:0 2px 4px rgba(0,0,0,.15)}.promo_slider .slick-dots li.slick-active button{background-color:#fff}.mobile_category{display:none}.solo_products_wrapper{position:relative}.solo_products_wrapper .solo_products_title{position:absolute;top:20px;left:32px}.solo_product,.solo_products{width:320px;height:420px;border:2px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;padding:20px 30px}.solo_product_head,.solo_products_head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.solo_product_title,.solo_products_title{font-size:20px;line-height:100%;font-weight:700}.solo_product_time,.solo_products_time{font-size:20px;line-height:28px;font-weight:700;color:#3500be}.solo_product .product,.solo_products .product{width:100%}.solo_product .product:after,.solo_products .product:after{display:none}.solo_product .product_wrap,.solo_products .product_wrap{margin:0;padding:0;width:100%}.solo_product .product_mark,.solo_products .product_mark{top:0;left:0}.solo_product .product_favorite,.solo_products .product_favorite{top:0}.solo_product .product_preview,.solo_products .product_preview{margin:16px auto}.solo_product .product_preview picture,.solo_products .product_preview picture{padding:0 50px}.solo_product .product .price_block,.solo_products .product .price_block{margin-bottom:4px}.solo_product .product .price_block_info,.solo_products .product .price_block_info{margin-bottom:10px}.solo_product .product_img,.solo_products .product_img{max-height:188px}.solo_product .product .price_cashback,.solo_products .product .price_cashback{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4;margin-top:0}.solo_product .product .price_cashback__action,.solo_products .product .price_cashback__action{line-height:21px}.best_products{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px}.best_products_item{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;margin-right:24px;-webkit-border-radius:8px;border-radius:8px;overflow:hidden;position:relative;height:260px;padding:30px;cursor:pointer;background-color:#f2f4f7;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.best_products_item:last-child{margin-right:0}.best_products_item:hover .best_products_item_btn_arrow{left:5px}.best_products_item:hover .best_products_item_img{right:0;bottom:0}.best_products_item_cont{height:100%;width:180px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.best_products_item_img{position:absolute;right:-10px;bottom:-10px;display:block;max-width:50%;max-height:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.best_products_item_title{font-size:20px;line-height:32px;font-weight:700}.best_products_item_btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.best_products_item_btn_arrow{width:24px;height:24px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background-color:#6859cb;background-image:url(../img/icons/i_forward_white.svg);background-repeat:no-repeat;background-position:50%;background-size:6px 10px;-webkit-border-radius:50%;border-radius:50%;margin-right:12px;position:relative;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;left:0}.best_products_item_btn_text{font-size:16px;line-height:24px;color:#6859cb;font-weight:700}.why{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:80px}.why,.why_main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.why_main{padding:40px;background-color:#2d19b6;-webkit-border-radius:8px;border-radius:8px;width:-webkit-calc(50% - 12px);width:calc(50% - 12px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.why_main_title{color:#fff;margin-bottom:30px}.why_main_list_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:24px;color:#fff;margin-bottom:16px}.why_main_list_item:last-child{margin-bottom:0}.why_main_list_item_icon{width:16px;height:12px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:16px}.why_main_list_item_icon svg{display:block;width:100%;height:100%}.why_side{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-24px}.why_side,.why_side_item{width:-webkit-calc(50% - 12px);width:calc(50% - 12px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.why_side_item{background-color:#f2f4f7;-webkit-border-radius:8px;border-radius:8px;padding:30px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.why_side_item_text{font-size:20px;line-height:32px;font-weight:700;width:100%}.why_side_item_icon{width:100px;height:100px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.media{margin-top:80px}.media_list{margin-top:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}@media screen and (min-width:768px){.media_list{gap:16px}}@media screen and (min-width:1024px){.media_list{gap:24px}}.media_list_item{-webkit-border-radius:8px;border-radius:8px;background:#f4f6f8;height:56px;padding:0 24px;-webkit-box-flex:0;-webkit-flex:0 1 -webkit-calc(50% - 4px);-ms-flex:0 1 calc(50% - 4px);flex:0 1 calc(50% - 4px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.media_list_item{height:72px;-webkit-box-flex:0;-webkit-flex:0 1 -webkit-calc(25% - 12px);-ms-flex:0 1 calc(25% - 12px);flex:0 1 calc(25% - 12px)}}@media screen and (min-width:1023px){.media_list_item{height:80px;-webkit-box-flex:0;-webkit-flex:0 1 -webkit-calc(25% - 18px);-ms-flex:0 1 calc(25% - 18px);flex:0 1 calc(25% - 18px)}}@media screen and (min-width:1440px){.media_list_item{-webkit-box-flex:0;-webkit-flex:0 1 204px;-ms-flex:0 1 204px;flex:0 1 204px}}.media_list_item_img{max-width:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width:1023px){.media_list_item_img{max-height:35px}}@media screen and (min-width:1440px){.media_list_item_img{max-height:40px}}.faq_item{margin-bottom:24px}.faq_item:last-child{margin-bottom:0}.faq_item.active .faq_item_head{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.faq_item.active .faq_item_arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.faq_item_head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:16px 20px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid rgba(53,0,190,.1);-webkit-border-radius:8px;border-radius:8px}.faq_item_head:hover{border-color:#3500be}.faq_item_name{font-size:16px;line-height:26px;font-weight:700}.faq_item_arrow{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px;width:24px;height:24px;background-repeat:no-repeat;background-position:50%;background-size:9px 16px;background-image:url(../img/icons/i_faq_arrow.svg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.faq_item_cont{padding:20px;font-size:16px;line-height:26px;border:1px solid rgba(53,0,190,.1);border-top:0;-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;border-bottom-right-radius:8px;display:none}.status_info_part{margin-bottom:30px}.status_info_part.active .status_info_part_more_arrow{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.status_info_part:last-child{margin-bottom:0}.status_info_part_head,.status_info_part_rate{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.status_info_part_rate{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:40px;height:40px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-border-radius:6px;border-radius:6px;background-color:#f2f4f7;font-size:20px;line-height:24px;font-weight:700;color:#3500be;margin-right:20px}.status_info_part_name{font-size:20px;line-height:28px;font-weight:700}.status_info_part_desc{margin:20px 0;font-size:16px;line-height:24px}.status_info_part_more{display:inline-block;font-size:16px;line-height:26px;color:#297bf6;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.status_info_part_more:hover{text-decoration:underline}.status_info_part_more_arrow{display:inline-block;vertical-align:middle;width:24px;height:24px;margin-left:2px;background-repeat:no-repeat;background-position:50%;background-size:15px 8px;background-image:url(../img/icons/i_icon_status.svg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.status_info_part_list{display:none;margin-top:16px}.status_info_part_list_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;line-height:24px;margin-bottom:16px}.status_info_part_list_item:last-child{margin-bottom:0}.status_info_part_list_item_name{width:120px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:16px;color:#808d9a}@media screen and (max-width:1300px){.main_page{padding:40px 0 60px}.main_page_slider_wrapper{margin-bottom:24px}.promo_slider{width:100%;height:auto;margin:0 0 40px;overflow:auto}.promo_slider_item_desktop{height:auto;-o-object-fit:unset;object-fit:unset}.solo_products_wrapper{width:-webkit-calc(33.33333% - 12px);width:calc(33.33333% - 12px);margin-right:24px}.solo_products_wrapper .solo_products_title{top:14px;left:22px}.solo_product,.solo_products{width:-webkit-calc(33.33333% - 12px);width:calc(33.33333% - 12px);margin-right:24px;padding:10px 20px;border-width:1px;height:180px}.solo_product_head,.solo_products_head{margin-bottom:6px}.solo_product_title,.solo_products_title{font-size:16px;line-height:16px;margin-bottom:0}.solo_product_time,.solo_products_time{font-size:16px;line-height:16px}.solo_product .product_wrap,.solo_products .product_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.solo_product .product_preview,.solo_products .product_preview{width:100px;height:100px;margin:0 10px 0 0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:0}.solo_product .product_preview picture,.solo_products .product_preview picture{padding:0}.solo_product .product_side,.solo_products .product_side{min-height:190px}.solo_product .product_side .price_block_old,.solo_products .product_side .price_block_old{font-size:12px}.solo_product .product_side .price_block_prev,.solo_products .product_side .price_block_prev{font-size:12px;line-height:12px}.solo_product .product_side .price_block_val,.solo_products .product_side .price_block_val{font-size:16px;line-height:16px}.solo_product .product_side .price_block_count,.solo_product .product_side .price_block_part,.solo_products .product_side .price_block_count,.solo_products .product_side .price_block_part{font-size:12px;line-height:12px}.solo_product .product_side .price_block_info,.solo_products .product_side .price_block_info{margin-bottom:6px}.solo_product .product_side .offers,.solo_products .product_side .offers{margin:5px 0}.solo_product .product_side .offers_text,.solo_product .product_side .offers_val,.solo_products .product_side .offers_text,.solo_products .product_side .offers_val{font-size:12px;line-height:12px}.solo_product .product_name,.solo_products .product_name{font-size:14px;line-height:20px;height:40px}.solo_product .product_price,.solo_products .product_price{font-size:16px}.solo_product .product_price_old,.solo_products .product_price_old{font-size:10px;line-height:12px}.solo_product .product_mark,.solo_products .product_mark{left:0}.solo_product .product_mark_item,.solo_products .product_mark_item{margin-bottom:6px;font-size:10px;line-height:16px}.solo_product .product_buy,.solo_products .product_buy{width:40px;height:32px}.solo_product .product_buy .icon,.solo_products .product_buy .icon{width:16px;height:16px}.solo_products{width:100%}.best_products{width:-webkit-calc(66.66666% - 12px);width:calc(66.66666% - 12px);margin:0}.best_products_item{height:180px;padding:20px}.best_products_item_cont{width:140px}.best_products_item_title{font-size:16px;line-height:25px}.best_products .slick-arrow{width:32px;height:32px;margin-top:-16px;background-size:16px 16px}.best_products .slick-slide{margin:0 12px}.best_products .slick-list{margin:0 -12px}.why{margin-top:60px}.why_side_item{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.why_side_item_icon{width:60px;height:60px}.why_side_item_text{font-size:16px;line-height:25px;margin-top:16px;text-align:center}.media{margin-top:60px}.media_list{margin-top:24px}.media_list_item_img{height:30px}}@media screen and (max-width:1023px){.main_page{padding:40px 0}.solo_product,.solo_products,.solo_products_wrapper{width:-webkit-calc(50% - 12px);width:calc(50% - 12px)}.solo_product_head,.solo_products_head{margin-bottom:6px}.solo_product .product .price_block_val,.solo_products .product .price_block_val{font-size:18px;line-height:18px}.solo_product .product .price_block,.solo_products .product .price_block{margin-bottom:2px}.solo_products{width:100%}.best_products{width:-webkit-calc(50% - 12px);width:calc(50% - 12px)}.best_products_item:hover .best_products_item_btn_arrow{left:0}.best_products_item:hover .best_products_item_img{right:-10px;bottom:-10px}.why{display:block}.why_main{margin-bottom:24px}.why_main,.why_side{width:100%}}@media screen and (max-width:767px){.main_page{padding:0 0 30px}.main_page_intro{display:block}.main_page .product_slider{padding:0}.main_page_slider{margin-top:40px}.main_page_slider_wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}.main_page_slider .subtitle{margin-bottom:10px;width:100%}.main_page_slider__additional{width:100%}.main_page_slider_text{font-size:14px}.main_page .viewed_products{padding-top:24px}.promo_slider{width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin:0 0 0 -16px}.promo_slider_item{-webkit-border-radius:0;border-radius:0}.promo_slider_item_desktop{display:none!important}.promo_slider_item_mobile{display:block!important}.promo_slider .slick-dots{bottom:8px}.mobile_category{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin-left:-16px;overflow:auto;background-color:#f2f4f7;padding:16px}.mobile_category_item{background-color:#fff;-webkit-border-radius:6px;border-radius:6px;width:100px;margin-right:10px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:12px}.mobile_category_item:last-child{margin-right:0}.mobile_category_item_preview{width:50px;height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.mobile_category_item_img{display:block;max-width:100%;max-height:100%}.mobile_category_item_name{margin-top:8px;text-align:center;font-size:12px;line-height:1.2;font-weight:700}.solo_products_wrapper{width:100%}.solo_products_wrapper .solo_products_title{top:10px;left:6px}.solo_product,.solo_products{width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin:0 0 24px;-webkit-border-radius:0;border-radius:0;border:0;border-bottom:1px solid #d3dce9}.solo_product .product_side,.solo_products .product_side{min-height:180px}.solo_product .product .price_block,.solo_products .product .price_block{margin-bottom:6px}.solo_product .offers,.solo_products .offers{padding:0}.solo_products{width:100%}.best_products{overflow:hidden}.best_products,.best_products_item{width:100%;display:block}.why{margin-top:40px;width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin-left:-16px}.why_main{-webkit-border-radius:0;border-radius:0;padding:40px 16px}.why_side{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset;overflow:auto;padding:0 16px;margin:0}.why_side_item{width:216px;margin:0 16px 0 0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.faq_item{margin-bottom:20px}.faq_item_head{padding:16px}.faq_item_head:hover{border-color:rgba(53,0,190,.1)}.faq_item_cont,.faq_item_name{font-size:14px;line-height:22px}.faq_item_cont{padding:16px}.status_info_part_rate{width:24px;height:24px;font-size:14px;line-height:24px;margin-right:12px}.status_info_part_name{font-size:16px;line-height:24px}.status_info_part_desc{margin:16px 0;font-size:14px;line-height:20px}.status_info_part_more{font-size:14px;line-height:22px}.status_info_part_more_arrow{margin-left:0;background-size:12px 8px}.status_info_part_list_item{margin-bottom:12px;font-size:14px;line-height:20px;display:block}.status_info_part_list_item_name{display:block;width:100%;margin-right:0}.viewed_products{margin-top:40px!important;padding:0!important}}.static_page{padding:40px 0 80px}.static_page_opt{padding-bottom:0}.static_page .subtitle{margin-bottom:30px}.static_page_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:30px}.static_page_wrap .static_page_navigation{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:300px;margin-left:24px}@media screen and (max-width:1023px){.static_page_wrap .static_page_navigation{display:none}}.static_page_wrap .static_page_navigation.fixed .static_page_nav_wrap{position:fixed;top:20px}.static_page_wrap .static_page_navigation_item{margin-bottom:10px}.static_page_wrap .static_page_navigation_item:last-child{margin-bottom:0}.static_page_wrap .static_page_navigation_link{font-size:16px;line-height:24px;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.static_page_wrap .static_page_navigation_link:hover:before{background-color:#3500be}.static_page_wrap .static_page_navigation_link.active{color:#3500be}.static_page_wrap .static_page_navigation_link.active:before{background-color:#3500be}.static_page_wrap .static_page_navigation_link:before{content:"";width:6px;height:40px;-webkit-border-radius:4px;border-radius:4px;background-color:#d3dce9;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:18px}.static_page_own-block{display:grid;grid-template-columns:auto 1fr;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:24px;height:455px}@media screen and (max-width:1024px){.static_page_own-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:auto;gap:40px}}@media screen and (max-width:767px){.static_page_own-block{gap:24px}}.static_page_own-block_main{height:100%;width:100%;max-width:1002px}@media screen and (max-width:1024px){.static_page_own-block_main{width:100%}}.static_page_telegram{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:28px 26px 26px;border:2px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;height:100%;min-width:318px}@media screen and (max-width:1024px){.static_page_telegram{width:100%;display:grid;grid-template-columns:2fr 1fr;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;justify-items:self-end;padding:28px 36px 32px 28px}}@media screen and (max-width:767px){.static_page_telegram{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:auto;padding-right:16px;padding-left:16px}}@media screen and (max-width:1024px){.static_page_telegram-description{width:100%}}.static_page_telegram-description_title{font-family:Circe;font-style:normal;font-weight:700;font-size:20px;line-height:110%;text-align:center}@media screen and (max-width:1024px){.static_page_telegram-description_title{text-align:left}}@media screen and (max-width:767px){.static_page_telegram-description_title{text-align:center}}.static_page_telegram-description_item{font-family:Circe;font-style:normal;font-weight:400;font-size:16px;line-height:150%;text-align:center;max-width:95%;margin:16px auto 28px}@media screen and (max-width:1024px){.static_page_telegram-description_item{text-align:left;max-width:100%;margin:8px auto 28px}}@media screen and (max-width:767px){.static_page_telegram-description_item{text-align:center;margin-bottom:0;margin-top:16px}}.static_page_telegram-qcode{max-height:160px;max-width:160px;margin:0 auto 28px}@media screen and (max-width:1024px){.static_page_telegram-qcode{display:grid;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:100%;grid-row-start:1;grid-row-end:3;grid-column-start:2;grid-column-end:3;margin:0}}@media screen and (max-width:767px){.static_page_telegram-qcode{display:none}}.static_page_telegram-follow{margin:0 auto}@media screen and (max-width:1024px){.static_page_telegram-follow{width:100%}}@media screen and (max-width:767px){.static_page_telegram-follow{margin-top:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.static_page_telegram-follow_button{background:#6959cb;color:#fff;-webkit-border-radius:6px;border-radius:6px;font-family:Circe;font-style:normal;font-weight:700;font-size:16px;line-height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:48px;width:205px;text-decoration:none}.static_page_main{width:100%;border-top:1px solid #d3dce9;padding-top:30px}.static_page_main>table{margin-bottom:40px}.static_page_cont{margin-bottom:40px}.static_page .faq{margin-bottom:60px}.static_page .faq:last-child{margin-bottom:0}.static_page .contacts_list{margin-bottom:80px}.static_page .stores{margin-bottom:40px}.static_contacts_page .title{margin-bottom:62px}@media screen and (max-width:767px){.static_contacts_page .title{margin-bottom:35px}}.static_contacts_page__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.static_contacts_page__info table{-webkit-box-flex:0;-webkit-flex:0 1 1002px;-ms-flex:0 1 1002px;flex:0 1 1002px;position:relative}.static_contacts_page__info table:before{content:"";display:block;height:1px;background-color:#d3dce9;position:absolute;left:0;top:-32px;width:100%}.static_contacts_page__info table a{color:#297bf6}.static_contacts_page__info table a:hover{text-decoration:underline}.static_contacts_page__info table td,.static_contacts_page__info table tr{height:42px;line-height:25px}.static_contacts_page__info table td:first-child{color:#808d9a;width:50%}@media screen and (min-width:1440px){.static_contacts_page__info table td:first-child{width:318px}}@media screen and (max-width:767px){.static_contacts_page__info table:before{top:-15px}.static_contacts_page__info table td,.static_contacts_page__info table tr{line-height:21px;height:auto;display:block;font-size:14px}.static_contacts_page__info table tr{display:block;margin-bottom:12px}.static_contacts_page__info table td:first-child{width:auto}}.static_contacts_page__info .static_page_navigation{margin-top:-32px;-webkit-box-flex:0;-webkit-flex:0 0 156px;-ms-flex:0 0 156px;flex:0 0 156px}@media screen and (max-width:1023px){.static_contacts_page__info .static_page_navigation{display:none}}.static_contacts_page__info .static_page_navigation_item{margin-bottom:10px}.static_contacts_page__info .static_page_navigation_item:last-child{margin-bottom:0}.static_contacts_page__info .static_page_navigation_link{font-size:16px;line-height:24px;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.static_contacts_page__info .static_page_navigation_link:hover:before{background-color:#3500be}.static_contacts_page__info .static_page_navigation_link.active{color:#3500be}.static_contacts_page__info .static_page_navigation_link.active:before{background-color:#3500be}.static_contacts_page__info .static_page_navigation_link:before{content:"";width:6px;height:40px;-webkit-border-radius:4px;border-radius:4px;background-color:#d3dce9;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:18px}.static_contacts_page .location{margin:32px auto 0;max-width:auto}@media screen and (max-width:767px){.static_contacts_page .location{margin:8px auto 0}}@media screen and (max-width:767px){.static_contacts_page .location__expander{padding:0}}.static_contacts_page .location__expander .title{font-size:32px;margin-bottom:24px}@media screen and (max-width:767px){.static_contacts_page .location__expander .title{font-size:20px;margin-bottom:16px;height:22px;overflow:hidden}.static_contacts_page .location__expander .title:before{content:"Пункты самовывоза";display:block}}.static_contacts_page .location__map-toggler{display:none}@media screen and (max-width:767px){.static_contacts_page .location__map-toggler{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.static_contacts_page .location__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:568px;-webkit-border-radius:16px;border-radius:16px;overflow:hidden}@media screen and (max-width:767px){.static_contacts_page .location__container{height:auto;overflow:visible}}.static_contacts_page .location_map{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;height:100%}@media screen and (max-width:767px){.static_contacts_page .location_map{display:none;height:500px;-webkit-border-radius:8px;border-radius:8px;overflow:hidden}.static_contacts_page .location_map.location_visible-item{display:block}}.static_contacts_page .location_map .gm-style-iw{padding:16px}.static_contacts_page .location_map .gm-style-iw button.gm-ui-hover-effect{top:10px!important;right:14px!important}.static_contacts_page .location_map .gm-style-iw button.gm-ui-hover-effect span{margin:3px!important;width:24px!important;height:24px!important}.static_contacts_page .location_map iframe{display:block!important;width:100%;height:100%}.static_contacts_page .location__map-shop-list{-webkit-box-flex:0;-webkit-flex:0 0 342px;-ms-flex:0 0 342px;flex:0 0 342px}@media screen and (max-width:767px){.static_contacts_page .location__map-shop-list{display:none;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;background-color:rgba(0,0,0,0);padding:0}.static_contacts_page .location__map-shop-list.location_visible-item{display:block}}.static_content *{font-size:16px;line-height:26px;margin-bottom:20px}.static_content :last-child{margin-bottom:0}.static_content .seo_products h2{color:#000}.static_content td{color:#000;border:1px solid #d3dce9;padding:18px 16px}.static_content td span{padding:0}.static_content th{font-size:16px;line-height:18px;color:#000;border:1px solid #d3dce9;padding:18px 16px}.static_content h1{font-size:24px;line-height:24px}.static_content h2{font-size:20px;line-height:24px}.static_content h3,.static_content h4{font-size:18px;line-height:24px}.static_content h5,.static_content h6{font-size:16px;line-height:24px}.static_content ol,.static_content ul{list-style:inherit;padding-left:18px}.static_content ol li,.static_content ul li{margin-bottom:0}.static_content a{color:#297bf6}.static_content a:hover{text-decoration:underline}.static_content img{display:block;max-width:100%;-webkit-border-radius:8px;border-radius:8px}.how_it_works{margin-bottom:60px}.how_it_works_title{font-size:20px;line-height:24px}.how_it_works_cont{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:46px}.how_it_works_item{margin-right:30px;-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.how_it_works_item:last-child{margin-right:0}.how_it_works_item:last-child .how_it_works_item_sep{display:none}.how_it_works_item:first-child .how_it_works_item_img:after{background-image:url(../img/icons/how_it_works_1.png)}.how_it_works_item:nth-child(2) .how_it_works_item_img:after{background-image:url(../img/icons/how_it_works_2.png)}.how_it_works_item:nth-child(3) .how_it_works_item_img:after{background-image:url(../img/icons/how_it_works_3.png)}.how_it_works_item:nth-child(4) .how_it_works_item_img:after{background-image:url(../img/icons/how_it_works_4.png)}.how_it_works_item_preview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.how_it_works_item_img{width:80px;height:80px;position:relative;-webkit-border-radius:50%;border-radius:50%;background-color:#f5f2fb;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:44px}.how_it_works_item_img:after{content:"";position:absolute;background-repeat:no-repeat;background-position:50%;background-size:contain;left:4px;bottom:20px;width:72px;height:72px}.how_it_works_item_sep{width:100%;height:1px;background-color:#f5f2fb;display:block}.how_it_works_item_text{font-size:16px;line-height:26px;margin-top:30px}.contacts_list_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:26px;margin-bottom:20px}.contacts_list_item:last-child{margin-bottom:0}.contacts_list_item_title{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:24px;width:270px;color:#808d9a}.contacts_list_item a{color:#3500be}.contacts_list_item a:hover{text-decoration:underline}.stores{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.stores,.stores_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.stores_item{width:-webkit-calc(50% - 12px);width:calc(50% - 12px);border:1px solid #d3dce9;-webkit-border-radius:6px;border-radius:6px;padding:24px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.stores_item:hover{border-color:#3500be}.stores_item.active{border-color:#3500be}.stores_item_preview{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:160px;height:160px;background-repeat:no-repeat;background-position:50%;background-size:cover;margin-right:22px}.stores_item_name{font-size:20px;line-height:28px;margin-bottom:16px}.stores_item_line{margin-bottom:16px;font-size:16px;line-height:20px}.stores_item_line:last-child{margin-bottom:0}.stores_item_subtitle{color:#808d9a}.map{display:block;width:100%;height:500px}.map iframe{display:block;width:100%!important;height:100%!important}.b_section{padding:80px 0}.b_title{font-size:40px;line-height:52px;text-align:center;font-weight:700;margin-bottom:32px}.bg_block{-webkit-border-radius:8px;border-radius:8px;background:no-repeat;background-attachment:fixed;background-position:50%;background-size:cover;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;overflow:hidden;color:#fff;padding:96px 80px}.bg_block_color{position:absolute;top:0;left:0;width:100%;height:100%}.bg_block_cont{position:relative;z-index:10}.bg_block_title{font-size:54px;line-height:64px;font-weight:700;margin-bottom:20px}.bg_block_text{font-size:20px;line-height:32px;margin-bottom:35px}.bg_block_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bg_block .btn_green{color:#000;min-height:40px}.bg_block .btn{padding:14px 24px}.drop_section{margin-top:80px}.adv_block{padding:105px 0 196px}.adv_block_list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-24px}.adv_block_item,.adv_block_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.adv_block_item{margin:0 24px 24px 0;width:-webkit-calc(33.33333% - 16px);width:calc(33.33333% - 16px)}.adv_block_item:nth-child(3n){margin-right:0}.adv_block_item_preview{width:90px;height:90px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:24px}.adv_block_item_img{width:100%}.adv_block_item_name{font-size:20px;line-height:26px;font-weight:700;margin-bottom:6px}.adv_block_item_text{font-size:16px;line-height:24px}.b_group{background-color:#f2f4f7}.b_group_item,.b_group_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.b_group_item{-webkit-border-radius:12px;border-radius:12px;overflow:hidden;position:relative;background-color:#282729;width:-webkit-calc(25% - 18px);width:calc(25% - 18px);margin-right:24px;height:318px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.b_group_item:last-child{margin-right:0}.b_group_item:hover{background-color:#25f257}.b_group_item:hover .b_group_item_name{color:#000}.b_group_item:hover .b_group_item_img{top:0}.b_group_item_name{font-size:20px;line-height:24px;font-weight:700;color:#fff;text-align:center;margin-top:32px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.b_group_item_preview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.b_group_item_img{max-width:100%;position:relative;top:20px;-webkit-transition:top .3s;-o-transition:top .3s;transition:top .3s}.b_brands_list{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.b_brands_list,.b_simple_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.b_simple_list{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.b_simple_item{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;margin-right:24px;text-align:center}.b_simple_item:last-child{margin-right:0}.b_simple_item_preview{width:100px;height:100px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 32px}.b_simple_item_img{max-width:100%;max-height:100%}.b_simple_item_name{font-size:20px;line-height:26px;font-weight:700;margin-bottom:16px}.b_simple_item_text{font-size:16px;line-height:26px}.b_about{background-color:#f2f4f7}.b_about_text{width:890px;font-size:16px;line-height:26px;text-align:center;margin:0 auto 32px}.b_about_text:last-child{margin-bottom:0}.b_get{background:no-repeat;background-position:50%;background-size:cover;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;color:#fff;margin-bottom:80px}.b_get_color{position:absolute;top:0;left:0;width:100%;height:100%}.b_get_cont{position:relative;z-index:10}.b_get_text{margin-bottom:32px}.b_get_form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.b_get_form .btn{min-height:40px;color:#000}.b_get .form_item{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;margin-right:24px;text-align:left}.b_get .form_label{color:#fff}.b_get .form_input{color:#000}@media screen and (max-width:1439px){.static-content .wrap{padding:0}}@media screen and (max-width:1280px){.static_page{padding:40px 0 60px}.static_page_opt{padding-bottom:0}.stores_item{display:block}.stores_item_preview{display:block;margin-bottom:16px}.bg_block{padding:80px 120px}.bg_block_title{font-size:40px;line-height:48px}.b_title{font-size:34px;line-height:42px}.b_group_item{height:280px}.b_get{margin-bottom:60px}}@media screen and (max-width:1023px){.static_page_nav{display:none}.bg_block{padding:64px 16px;background-attachment:scroll}.bg_block_title{font-size:24px;line-height:32px}.bg_block_text{font-size:16px;line-height:24px;margin-bottom:24px}.b_section{padding:40px 0}.b_title{font-size:24px;line-height:32px;margin-bottom:24px}.drop_section{margin-top:40px}.adv_block_list{display:block;margin:0}.adv_block_item{width:100%;margin:0 0 24px}.adv_block_item:last-child{margin-bottom:0}.adv_block_item_preview{width:48px;height:48px;margin-right:16px}.b_group_list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.b_group_item{width:-webkit-calc(50% - 8px);width:calc(50% - 8px);height:288px;margin:0 0 16px}.b_group_item_preview{height:100%}.b_group_item_img{top:0;width:-webkit-calc(100% - 16px);width:calc(100% - 16px)}.b_simple_list{display:block}.b_simple_item{width:100%;margin:0 0 24px}.b_simple_item:last-child{margin-bottom:0}.b_simple_item_preview{width:60px;height:60px;margin-bottom:16px}.b_get{margin-bottom:40px}.b_get_form{display:block}.b_get .form_item{width:100%;margin:0 0 24px}.b_get .form_item:last-child{margin-bottom:0}.b_about_text{width:100%}}@media screen and (max-width:767px){.static_page{padding:24px 0 40px}.static_page_opt{padding-bottom:0}.static_page .breadcrumbs{padding:0 16px 2px 0}.static_page_wrap{margin-top:16px}.static_page_main{padding-top:16px}.static_page_nav.fixed .static_page_nav_wrap{position:static}.static_page .subtitle{margin-bottom:16px}.static_page .faq{margin-bottom:24px}.static_page .contacts_list{margin-bottom:36px}.static_page .stores{margin-bottom:16px}.static_page .static_page_own-block_main{-webkit-border-radius:8px;border-radius:8px}.static_content *{font-size:14px;line-height:24px;margin-bottom:16px}.static_content:last-child{vertical-align:middle}.static_content td,.static_content th{font-size:14px;line-height:16px;padding:10px 8px}.how_it_works{margin-bottom:24px}.how_it_works_cont{display:block;margin-top:24px}.how_it_works_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 0 36px}.how_it_works_item:last-child{margin-bottom:0}.how_it_works_item_sep{display:none}.how_it_works_item_text{font-size:14px;line-height:24px;margin-top:0}.contacts_list_item{display:block}.contacts_list_item_title{width:100%}.stores{display:block}.stores_item{padding:16px;width:100%;margin:0 0 16px}.stores_item:last-child{margin-bottom:0}.stores_item_name{font-size:16px;line-height:24px;margin-bottom:8px}.map{height:280px}.b_get{margin-bottom:30px}}@media screen and (max-width:540px){.b_group_list{display:block}.b_group_item{width:100%}.b_group_item:last-child{margin-bottom:0}}.cabinet_page{padding:40px 0 80px}.cabinet_page_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:30px}.cabinet_page_wrap .form{width:100%;max-width:340px;padding:0}.cabinet_page_main{width:100%}.cabinet_page_main .indicator{padding:2px 8px;font-size:14px;line-height:130%;font-weight:700;color:#fff;-webkit-border-radius:2px;border-radius:2px;text-align:center;width:114px}.cabinet_page_main .indicator_processing{background-color:#039be5}.cabinet_page_main .indicator_done{background-color:#25ae60}.cabinet_page_main .indicator_rejected{background-color:#808d9a}.cabinet_page_main .more-loyalty{display:inline-block;font-size:16px;line-height:24px;color:#297bf6}.cabinet_page .cabinet_page_main{margin-top:0}.cabinet_page .cabinet_page_main .sort{border-left:1px solid #d3dce9}.cabinet_page .cabinet_page_main .product_list{width:100%;margin-left:0}.cabinet_page .reset_password_change_form .form_item{margin-bottom:16px}.cabinet_page .viewed_products{padding-left:0;padding-right:0}.cabinet_page .bonuses-score{padding:32px 16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid #d3dce9}@media screen and (max-width:767px){.cabinet_page .bonuses-score{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.cabinet_page .bonuses-score__item{font-weight:700;text-align:center;-webkit-box-flex:0;-webkit-flex:0 1 200px;-ms-flex:0 1 200px;flex:0 1 200px}@media screen and (max-width:767px){.cabinet_page .bonuses-score__item{-webkit-box-flex:0;-webkit-flex:0 1 49.5%;-ms-flex:0 1 49.5%;flex:0 1 49.5%}}.cabinet_page .bonuses-score__item *{display:block;max-width:200px;margin:auto}.cabinet_page .bonuses-score__item_divider{-webkit-box-flex:0!important;-webkit-flex:0 0 1px!important;-ms-flex:0 0 1px!important;flex:0 0 1px!important;width:1px;background:#e3e2e7}@media screen and (max-width:767px){.cabinet_page .bonuses-score__item_divider:nth-child(4){width:100%;-webkit-box-flex:1!important;-webkit-flex:1 1 100%!important;-ms-flex:1 1 100%!important;flex:1 1 100%!important;height:1px;margin-top:16px;margin-bottom:16px}}.cabinet_page .bonuses-score__name{font-size:16px;font-weight:700;line-height:26px;color:rgba(0,0,0,.6);margin-bottom:8px}@media screen and (max-width:767px){.cabinet_page .bonuses-score__name{font-size:14px}}.cabinet_page .bonuses-score__value{font-size:32px;line-height:100%}@media screen and (max-width:767px){.cabinet_page .bonuses-score__value{font-size:24px}}.cabinet_page .bonuses-score__value.success{color:#00c853}.cabinet_page .bonuses-score__value.danger{color:#eb001b}.profile_menu{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:318px;margin-right:24px}.profile_menu.fixed .profile_menu_sticky{position:fixed;top:20px}.profile_menu .filter{margin-top:24px;-webkit-border-radius:8px;border-radius:8px;overflow:hidden}.profile_menu .filter:first-child{margin-top:0}.profile_menu .filter .form_label{margin-bottom:0}.profile_menu .filter .form_item{margin-bottom:10px}.profile_menu .filter .form_item:last-child{margin-bottom:0}.profile_menu_wrap{border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;width:318px}.profile_menu_head{padding:14px 24px;font-size:16px;line-height:22px;border-bottom:1px solid #d3dce9}.profile_menu_list{padding:14px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.profile_menu_list,.profile_menu_list_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.profile_menu_list_link{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;padding:12px 24px;font-size:16px;line-height:24px;font-weight:700;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.profile_menu_list_link:hover{color:#3500be}.profile_menu_list_link:hover .profile_menu_list_link_icon svg path{fill:#3500be}.profile_menu_list_link.active{background-color:rgba(242,244,247,.6);color:#3500be}.profile_menu_list_link.active:before{background-color:#3500be}.profile_menu_list_link.active .profile_menu_list_link_icon svg path{fill:#3500be}.profile_menu_list_link:before{content:"";position:absolute;left:0;top:0;width:2px;height:100%;background-color:rgba(0,0,0,0);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.profile_menu_list_link_icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;margin-right:16px}.profile_menu_list_link_icon svg{display:block;width:100%;height:100%}.profile_menu_list_link_icon svg path{fill:#000}.profile_menu_list_link_icon svg path,.profile_menu_list_link_text{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.info_block{border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;overflow:hidden;margin-bottom:24px}.info_block:last-child{margin-bottom:0}.info_block .delete-button{max-width:160px;color:red;margin:24px 0 24px 16px}.info_block.i_login .form_input{width:320px}.info_block.i_password.open .info_block_cont{display:block}.info_block.i_password .info_block_cont{display:none}.info_block.i_password .form_input{width:320px}.info_block.open .info_block_cont_item_head,.info_block.open .info_block_head_edit{display:none}.info_block.open .form_item{display:block}.info_block.open .info_block_cont_item{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.info_block.open .info_block_cont_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.info_block_head{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background-color:#f2f4f7;padding:13px 16px}.info_block_head,.info_block_head_title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.info_block_head_title{font-size:16px;line-height:24px}.info_block_head_title_icon{width:16px;height:16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:12px}.info_block_head_title_icon svg{display:block;width:100%;height:100%}.info_block_head_edit{font-size:16px;line-height:24px;font-weight:700;color:#297bf6;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px;cursor:pointer}.info_block_head_edit:hover{text-decoration:underline}.info_block_cont{padding:23px 16px;border-top:1px solid #d3dce9}.info_block_cont_line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.info_block_cont_item{margin-right:16px}.info_block_cont_item:last-child{margin-right:0}.info_block_cont_item_head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:24px;white-space:nowrap}.info_block_cont_item_title{color:#808d9a;margin-right:4px}.info_block_cont_item .form_label{font-size:16px;line-height:24px}.info_block_cont_item .form_item{margin-bottom:16px;width:100%;display:none}.info_block_cont_item .form_item:first-child{margin-top:0}.info_block_cont_action{display:none}.info_block_cont_action .btn{min-height:40px;margin-right:16px;padding:5px 20px}.info_block_cont_action .btn:last-child{margin-right:0}.order_block{overflow:hidden;margin-bottom:24px}.order_block:last-child{margin-bottom:0}.order_block.active .order_block_head{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.order_block.active .order_block_head_arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.order_block .price_cashback{font-size:16px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.order_block .price_cashback__icon{width:24px;height:24px}@media screen and (max-width:767px){.order_block .price_cashback__icon{width:16px;height:16px}}.order_block_head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:17px 24px;border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.order_block_head:hover{border-color:#3500be}.order_block_head_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.order_block_head_info{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (min-width:1440px){.order_block_head_info{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%;gap:32px}}.order_block_head_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:32px;font-size:16px;line-height:26px}@media screen and (min-width:1440px){.order_block_head_item{margin-right:0;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}}.order_block_head_item:last-child{margin-right:0}.order_block_head_item_title{color:#808d9a;margin-right:4px}@media screen and (min-width:768px){.order_block_head_item_order{-webkit-box-flex:1;-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%}}@media screen and (min-width:1440px){.order_block_head_item_order{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}}.order_block_head_item_order b{margin-right:4px}@media screen and (min-width:768px){.order_block_head_item_indicator,.order_block_head_item_order{margin-bottom:12px}}@media screen and (min-width:1440px){.order_block_head_item_indicator,.order_block_head_item_order{margin-bottom:auto}}.order_block_head_arrow{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px;width:24px;height:24px;background-repeat:no-repeat;background-position:50%;background-size:9px 16px;background-image:url(../img/icons/i_faq_arrow.svg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.order_block_wrap{display:none;border:1px solid #d3dce9;border-top:0;-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;border-bottom-right-radius:8px;overflow:hidden;background-color:#f2f4f7}.order_block_wrap>.btn{margin-bottom:16px;margin-right:16px;margin-left:16px;padding:7px 20px;color:#eb001b}@media screen and (min-width:768px){.order_block_wrap>.btn{margin-bottom:24px;margin-right:24px;margin-left:24px;width:-webkit-max-content;width:-moz-max-content;width:max-content}}.order_block_cont{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;background-color:#f2f4f7;padding:24px}.order_block_board{width:100%;-webkit-border-radius:8px;border-radius:8px;overflow:hidden;background-color:#fff;border:1px solid #d3dce9}.order_block_board_head{border-bottom:1px solid #d3dce9;font-size:20px;line-height:28px;padding:16px 20px}.order_block_board_main{padding:0 20px}.order_block_board_list{padding:20px 0}.order_block_board_item:not(:last-child){padding-bottom:16px}.order_block_board_item{padding-bottom:20px}.order_block_board_item:not(:first-child){padding-top:20px}.order_block_board_item:not(:last-child){border-bottom:1px solid #d3dce9}.order_block_board_item:not(last-child){padding-bottom:0}.order_block_board_item_status{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:16px}.order_block_board_item_status .indicator{margin-bottom:16px}@media screen and (min-width:1440px){.order_block_board_item_status{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.order_block_board_item_cashback{margin-top:16px}.order_block_board_item .price_cashback{margin-bottom:20px}@media screen and (max-width:767px){.order_block_board_item .price_cashback{margin-bottom:16px}}.order_block_board_product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}.order_block_board_product:last-child{margin-bottom:0}.order_block_board_product_info{position:relative;width:auto;max-width:390px}.order_block_board_product_url{position: absolute; left: 0; top:0; width: 100%; height:100%;z-index:1}.order_block_board_product_info,.order_block_board_product_preview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order_block_board_product_preview{width:80px;height:80px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:16px}.order_block_board_product_img{display:block;max-width:100%;max-height:100%}.order_block_board_product_name{font-size:16px;line-height:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.order_block_board_product_rate{background-color:#f2f4f7;-webkit-border-radius:6px;border-radius:6px;width:24px;height:24px;position:absolute;top:4px;right:4px;font-size:14px;line-height:18px;font-weight:700;color:#3500be;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.order_block_board_product_count{font-size:16px;line-height:24px;font-weight:700;color:#808d9a;width:60px;text-align:right}.order_block_board_product_price{font-size:16px;line-height:24px;font-weight:700;width:100px;text-align:right}.order_block_board_delivery{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;line-height:26px;padding:16px 0;border-top:1px solid #d3dce9}.order_block_board_delivery_title{color:#808d9a}.order_block_board_delivery_value{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px}.order_block_board_sale{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;line-height:26px;padding:0 0 16px}.order_block_board_sale_title{color:#808d9a}.order_block_board_sale_value{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px}.order_block_board_total{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:20px;line-height:28px;font-weight:700;border-top:1px solid #d3dce9;padding:16px 0 20px}.order_block_board_total_value{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px}.order_block_board_cashback{padding:16px 0 24px;border-top:1px solid #d3dce9}.order_block_board_cashback .price_cashback{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.order_block_board_cashback .price_cashback *{font-size:16px}.order_block_board_cashback .price_cashback__icon{width:24px;height:24px}@media screen and (max-width:767px){.order_block_board_cashback .price_cashback__icon{width:20px;height:20px}}.order_block_side{width:318px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:24px;-webkit-border-radius:8px;border-radius:8px;overflow:hidden;background-color:#fff;border:1px solid #d3dce9}.order_block_side_head{border-bottom:1px solid #d3dce9;font-size:20px;line-height:28px;padding:16px 20px}.order_block_side_main{padding:20px}.order_block_side_line{margin-bottom:12px;font-size:16px;line-height:24px}.order_block_side_line:last-child{margin-bottom:0}.order_block_side_line_title{color:#808d9a}@media screen and (max-width:1439px){.cabinet_page .filter{width:318px}.order_block_board_product{display:block;position:relative}.order_block_board_product_preview{margin-right:16px}.order_block_board_product_count{position:absolute;bottom:0;left:96px;text-align:left}.order_block_board_product_price{position:absolute;right:0;bottom:0}}@media screen and (max-width:1280px){.cabinet_page{padding:40px 0 60px}.cabinet_page .profile_menu{width:0;margin:0}.cabinet_page .profile_menu.fixed .profile_menu_sticky{position:static}.cabinet_page .profile_menu_wrap{display:none}.cabinet_page .profile_menu .filter{display:none;-webkit-border-radius:0;border-radius:0}.cabinet_page .profile_menu .filter.open{display:block;width:100%;margin:0}}@media screen and (max-width:1023px){.cabinet_page_wrap{margin-top:24px}.info_block.open .info_block_cont_item{-webkit-box-flex:unset;-webkit-flex:unset;-ms-flex:unset;flex:unset}.info_block.i_login .form_input,.info_block.i_password .form_input{width:100%}.info_block_cont_line{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-16px}.info_block_cont_item{width:-webkit-calc(50% - 8px);width:calc(50% - 8px);margin:0 0 16px}.order_block_head:hover{border-color:#d3dce9}.order_block_cont{display:block}.order_block_side{width:100%;margin:20px 0 0}}@media screen and (max-width:767px){.cabinet_page{padding:24px 0 40px}.cabinet_page_wrap{margin-top:20px}.cabinet_page .breadcrumbs{padding:0 16px 2px 0}.cabinet_page .catalog_page_main{width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin:0 0 0 -16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.cabinet_page .catalog_page_main .sort{border-left:0;padding:12px 16px}.profile_menu.fixed .profile_menu_sticky{position:static}.info_block{-webkit-border-radius:0;border-radius:0;border-left:0;border-right:0;width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin:0 0 20px -16px}.info_block_head_edit,.info_block_head_title{font-size:14px;line-height:22px}.info_block_cont{padding:16px}.info_block_cont_line{display:block;margin-bottom:0}.info_block_cont_item{width:100%;margin-bottom:12px}.info_block_cont_item:last-child{margin-bottom:0}.info_block_cont_item_head{white-space:normal}.info_block_cont_item .form_label,.info_block_cont_item_head{font-size:14px;line-height:22px}.order_block{width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin:0 0 -1px -16px}.order_block_head{-webkit-border-radius:0;border-radius:0;border-left:0;border-right:0;padding:17px 16px}.order_block_head_info{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.order_block_head_item{font-size:14px;line-height:24px;margin-bottom:8px;-webkit-box-flex:1;-webkit-flex:1 1 51%;-ms-flex:1 1 51%;flex:1 1 51%}.order_block_head_item_indicator{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.order_block_head_item_order{-webkit-box-flex:1;-webkit-flex:1 1 47%;-ms-flex:1 1 47%;flex:1 1 47%}.order_block_wrap{border:0;-webkit-border-radius:0;border-radius:0}.order_block_cont{padding:16px 0}.order_block_board{-webkit-border-radius:0;border-radius:0;border-left:0;border-right:0}.order_block_board_head{padding:16px}.order_block_board_main{padding:0 16px}.order_block_board_product{display:block;position:relative}.order_block_board_product_preview{margin-right:16px}.order_block_board_product_count{position:absolute;bottom:0;left:96px;text-align:left}.order_block_board_product_price{position:absolute;right:0;bottom:0}.order_block_side{-webkit-border-radius:0;border-radius:0;border-left:0;border-right:0}.order_block_side_head{padding:16px}.order_block_side_main{padding:20px 16px}.order_block_side_line{margin-bottom:16px;font-size:14px;line-height:22px}}.error_page{padding:60px 0 80px}.error_page_cont{text-align:center}.error_page_img{margin-bottom:60px}.error_page_text,.error_page_title{margin-bottom:24px}.error_page_text{font-size:24px;line-height:38px}.error_page_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.error_page .viewed_products{padding-left:0;padding-right:0}@media screen and (max-width:1280px){.error_page{padding:40px 0 60px}}@media screen and (max-width:767px){.error_page_img{max-width:100%;margin-bottom:24px}.error_page_text,.error_page_title{margin-bottom:16px}.error_page_text{font-size:16px;line-height:24px}}@media screen and (max-width:767px){.error_page{padding:24px 0 40px}}.about_page{padding-top:90px}.about_page .link{font-size:inherit}.about_page .text{font-size:16px;line-height:1.6}.about_page .subtitle{font-size:20px;line-height:1.6;text-align:center}.about_page .title{margin-bottom:30px;font-weight:700}.about_page .caption{font-size:20px;line-height:30px;font-weight:700;text-align:center;width:70%;margin:0 auto}.about_page .caption span{background:rgba(90,242,24,.95);-webkit-box-shadow:10px 0 rgba(90,242,24,.95),-10px 0 rgba(90,242,24,.95);box-shadow:10px 0 rgba(90,242,24,.95),-10px 0 rgba(90,242,24,.95)}.about_page .intro{color:#fff;-webkit-border-radius:16px;border-radius:16px;width:1116px;margin:0 auto;min-height:530px;background:#132bae;background:-o-linear-gradient(301deg,#132bae 0,#0b66cd 31%,#132bae 59%,#45b546 100%);background:linear-gradient(149deg,#132bae,#0b66cd 31%,#132bae 59%,#45b546)}.about_page .intro,.about_page .intro .wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.about_page .intro .wrap{height:512px;width:888px}.about_page .intro_preview{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.about_page .intro_cont,.about_page .intro_preview{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative}.about_page .intro_cont{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:10;padding-right:90px}.about_page .intro .subtitle{text-align:left}.about_page .intro .phone_ph{display:block;width:380px;height:464px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/decor/about_phone_bg.png);position:relative}.about_page .intro .phone_ph .decor_text{position:absolute;top:40px;left:126px;width:186px;height:340px;overflow:hidden}.about_page .intro .phone_ph .decor_text_img{position:absolute;top:0;left:0;width:750px;-webkit-transform:translateX(200px);-ms-transform:translateX(200px);transform:translateX(200px);-webkit-animation:introTextTurn 10s linear 1s infinite forwards;animation:introTextTurn 10s linear 1s infinite forwards}@-webkit-keyframes introTextTurn{0%{-webkit-transform:translateX(200px);transform:translateX(200px)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes introTextTurn{0%{-webkit-transform:translateX(200px);transform:translateX(200px)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.about_page .tradein .subtitle{margin-bottom:40px}.about_page .tradein .title_write-about{font-size:16px;line-height:110%;margin-bottom:16px}@media screen and (min-width:768px){.about_page .tradein .title_write-about{font-size:20px;line-height:150%}}.about_page .tradein__logos{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:78px}@media screen and (max-width:767px){.about_page .tradein__logos{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;height:auto}}.about_page .tradein__logos-item{-webkit-box-flex:0;-webkit-flex:0 1 280px;-ms-flex:0 1 280px;flex:0 1 280px}@media screen and (max-width:767px){.about_page .tradein__logos-item{-webkit-box-flex:0;-webkit-flex:0 1 -webkit-calc(50% - 16px);-ms-flex:0 1 calc(50% - 16px);flex:0 1 calc(50% - 16px)}}.about_page .tradein__logos-item img{margin:auto;display:block;height:42px}@media screen and (max-width:767px){.about_page .tradein__logos-item img{width:100%;height:22px;-o-object-fit:contain;object-fit:contain}}.about_page .layer{padding-top:90px}.about_page .layer:nth-child(4){padding-top:0}.about_page .layer .wrap{width:888px}.about_page .line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:60px 0 70px}.about_page .line_item{width:-webkit-calc(33.33333% - 16px);width:calc(33.33333% - 16px)}.about_page .line_item_preview{width:130px;height:130px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin:0 auto 40px}.about_page .line_item_num,.about_page .line_item_preview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.about_page .line_item_num{width:52px;height:52px;margin:0 auto 16px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:32px;font-weight:700;color:#000;-webkit-border-radius:50%;border-radius:50%;background-color:#25f257}.about_page .line_item_img{display:block;max-width:100%}.about_page .line_item_title{font-size:20px;line-height:32px;text-align:center;font-weight:700}.about_page .line_item .text{text-align:left}.about_page .rate{margin:80px 0}.about_page .rate .wrap{width:100%;background-color:#000;-webkit-border-radius:16px;border-radius:16px;color:#fff;padding:80px 120px;max-width:1116px}.about_page .rate_slider{margin-top:-150px}.about_page .rate_slider_side,.about_page .rate_slider_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.about_page .rate_slider_side{width:60%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.about_page .rate_slider_nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:40px;position:relative;z-index:10;width:50%}.about_page .rate_slider_nav_item{width:66px!important;height:40px;border:2px solid #00c4ff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:18px;line-height:24px;color:#fff;-webkit-border-radius:6px;border-radius:6px;margin-right:10px;-webkit-transition:.15s;-o-transition:.15s;transition:.15s}.about_page .rate_slider_nav_item:last-child{margin-right:0}.about_page .rate_slider_nav .slick-track{width:auto!important;-webkit-transform:unset!important;-ms-transform:unset!important;transform:unset!important}.about_page .rate_slider_nav .slick-slide{margin-right:10px;width:auto!important}.about_page .rate_slider_nav .slick-slide:last-child{margin-right:0}.about_page .rate_slider_nav .slick-slide.slick-current.slick-active .rate_slider_nav_item{border-color:rgba(0,0,0,0);background-color:#232323}.about_page .rate_slider_cont{padding-top:150px}.about_page .rate_slider_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.about_page .rate_slider_mob_img{display:none}.about_page .rate_slider_val{font-size:140px;font-weight:700;margin-right:80px}.about_page .rate_slider_condition{display:block}.about_page .rate_slider_condition .btn{max-width:155px;min-height:40px;margin-top:40px;background-color:rgba(0,0,0,0);border:1px solid #fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.about_page .rate_slider_condition .btn:hover{background-color:hsla(0,0%,100%,.5)}.about_page .rate_slider .rate_slider_condition__mob{display:none}.about_page .rate_slider .rate_slider_condition__mob .btn{max-width:155px;min-height:40px;margin-top:40px;background-color:rgba(0,0,0,0);border:1px solid #fff;margin-bottom:24px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.about_page .rate_slider .rate_slider_condition__mob .btn:hover{background-color:hsla(0,0%,100%,.5)}.about_page .rate_slider_desc{font-size:32px;line-height:42px}.about_page .rate_slider_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:24px}.about_page .rate_slider .btn_green{color:#000;min-height:40px}.about_page .hero-grade-block .hero-grade{margin:80px 0}@media screen and (max-width:767px){.about_page .hero-grade-block .hero-grade{margin-top:40px}}.about_page .hero-grade-block .hero-grade .wrap{width:100%;background-color:#000;-webkit-border-radius:16px;border-radius:16px;color:#fff;padding:32px 16px}@media screen and (max-width:767px){.about_page .hero-grade-block .hero-grade .wrap{-webkit-border-radius:0;border-radius:0;padding:32px 16px}}@media screen and (min-width:768px){.about_page .hero-grade-block .hero-grade .wrap{padding:32px}}@media screen and (min-width:1440px){.about_page .hero-grade-block .hero-grade .wrap{padding:60px 80px}}.about_page .hero-grade-block .hero-grade .title{margin-bottom:24px;font-weight:700;font-size:24px;line-height:110%}@media screen and (min-width:768px){.about_page .hero-grade-block .hero-grade .title{font-size:32px;line-height:100%;margin-bottom:32px}}@media screen and (min-width:1440px){.about_page .hero-grade-block .hero-grade .title{font-size:40px;line-height:42px}}.about_page .hero-grade-block .hero-grade_slider{margin-top:0}@media screen and (min-width:768px){.about_page .hero-grade-block .hero-grade_slider{margin-top:-150px;margin-bottom:-32px}}@media screen and (min-width:768px) and (max-width:1023px){.about_page .hero-grade-block .hero-grade_slider{margin-bottom:0}}@media screen and (min-width:1440px){.about_page .hero-grade-block .hero-grade_slider{margin-bottom:-60px}}.about_page .hero-grade-block .hero-grade_slider_nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:32px;position:relative;z-index:10;width:100%;gap:16px}@media screen and (min-width:768px){.about_page .hero-grade-block .hero-grade_slider_nav{margin-bottom:24px;width:50%}}.about_page .hero-grade-block .hero-grade_slider_nav_item{width:60px!important;height:60px;border:2px solid #161ff9;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:24px;line-height:28px;font-weight:700;color:#fff;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:.15s;-o-transition:.15s;transition:.15s;background-color:#161ff9}.about_page .hero-grade-block .hero-grade_slider_nav_item span{width:24px;height:24px;text-align:center}.about_page .hero-grade-block .hero-grade_slider_nav .slick-track{width:auto!important;-webkit-transform:unset!important;-ms-transform:unset!important;transform:unset!important}.about_page .hero-grade-block .hero-grade_slider_nav .slick-slide{margin-right:16px;width:auto!important}.about_page .hero-grade-block .hero-grade_slider_nav .slick-slide:last-child{margin-right:0}.about_page .hero-grade-block .hero-grade_slider_nav .slick-slide.slick-current.slick-active .hero-grade_slider_nav_item{border:2px solid #161ff9;background-color:rgba(0,0,0,0)}.about_page .hero-grade-block .hero-grade_slider_wrap{-ms-flex-pack:justify;gap:48px;position:relative}.about_page .hero-grade-block .hero-grade_slider_side,.about_page .hero-grade-block .hero-grade_slider_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.about_page .hero-grade-block .hero-grade_slider_side{-webkit-box-flex:1;-webkit-flex:1 3 750px;-ms-flex:1 3 750px;flex:1 3 750px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify}@media screen and (max-width:767px){.about_page .hero-grade-block .hero-grade_slider_side{width:100%;display:block}}@media screen and (min-width:768px) and (max-width:1023px){.about_page .hero-grade-block .hero-grade_slider_side{-webkit-box-flex:1;-webkit-flex:1 1 345px;-ms-flex:1 1 345px;flex:1 1 345px}}.about_page .hero-grade-block .hero-grade_slider_cont{padding-top:0}@media screen and (min-width:768px){.about_page .hero-grade-block .hero-grade_slider_cont{padding-top:150px}}.about_page .hero-grade-block .hero-grade_slider_mob_img{display:none}@media screen and (max-width:767px){.about_page .hero-grade-block .hero-grade_slider_mob_img{display:block;max-width:340px;margin:0 -16px 32px;width:-webkit-calc(100% + 32px);width:calc(100% + 32px)}}.about_page .hero-grade-block .hero-grade_slider_text{font-size:18px;font-weight:400;line-height:160%;margin-bottom:32px}.about_page .hero-grade-block .hero-grade_slider_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:16px;padding-bottom:60px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1023px){.about_page .hero-grade-block .hero-grade_slider_info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding-bottom:0}}.about_page .hero-grade-block .hero-grade_slider_condition .btn{min-height:40px;background-color:rgba(0,0,0,0);border:1px solid #fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.about_page .hero-grade-block .hero-grade_slider_condition .btn:hover{background-color:hsla(0,0%,100%,.5)}.about_page .hero-grade-block .hero-grade_slider_condition .btn.btn_guarancy_info{border-color:rgba(0,0,0,0);padding-right:0;padding-left:0;cursor:default}.about_page .hero-grade-block .hero-grade_slider_condition .btn.btn_guarancy_info:hover{background-color:rgba(0,0,0,0)}.about_page .hero-grade-block .hero-grade_slider_img{-webkit-box-flex:1;-webkit-flex:1 1 386px;-ms-flex:1 1 386px;flex:1 1 386px;position:relative;height:300px}@media screen and (max-width:767px){.about_page .hero-grade-block .hero-grade_slider_img{display:none}}@media screen and (min-width:768px) and (max-width:1023px){.about_page .hero-grade-block .hero-grade_slider_img{height:auto;-webkit-box-flex:1;-webkit-flex:1 1 250px;-ms-flex:1 1 250px;flex:1 1 250px;top:60px}}@media screen and (min-width:1024px){.about_page .hero-grade-block .hero-grade_slider_img{top:60px}}@media screen and (min-width:1440px){.about_page .hero-grade-block .hero-grade_slider_img{top:0}}.about_page .hero-grade-block .hero-grade_slider_img img{width:100%}@media screen and (min-width:768px) and (max-width:1023px){.about_page .hero-grade-block .hero-grade_slider_img img{-o-object-fit:contain;object-fit:contain;height:400px;padding-bottom:10px}}.about_page .hero-grade-block~#BlowupLens{width:140px!important;height:140px!important;border-width:4px!important}@media screen and (min-width:768px){.about_page .hero-grade-block~#BlowupLens{width:160px!important;height:160px!important}}@media screen and (min-width:1024px){.about_page .hero-grade-block~#BlowupLens{width:200px!important;height:200px!important}}@media screen and (max-width:767px){.about_page .hero-grade-block.wrap{padding:0}}@media screen and (min-width:1340px){.about_page .hero-grade-block.wrap{padding:0;width:1116px}}@media screen and (max-width:991px){.about_page .hero-grade-block .hero-grade .wrap{-webkit-border-radius:0;border-radius:0}}.about_page .trade-in-link{color:#297bf6;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.about_page .trade-in-link:hover{text-decoration:underline}.about_page .plus{margin:80px 0}.about_page .plus .title{text-align:center;font-weight:700}.about_page .plus_list{margin-top:100px;-webkit-column-count:2;-moz-column-count:2;column-count:2}.about_page .plus_item{display:inline-block;-webkit-border-radius:16px;border-radius:16px;background-color:#f4f6f8;padding:40px 30px;text-align:center;margin-bottom:24px;-webkit-box-shadow:0 15px 45px rgba(0,0,0,0);box-shadow:0 15px 45px rgba(0,0,0,0);-webkit-transition:.15s;-o-transition:.15s;transition:.15s}.about_page .plus_item:first-child{margin-top:-80px}.about_page .plus_item:hover{background-color:#fff;-webkit-box-shadow:0 15px 45px rgba(0,0,0,.25);box-shadow:0 15px 45px rgba(0,0,0,.25)}.about_page .plus_item_preview{width:54px;height:54px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.about_page .plus_item_preview svg{display:block;max-width:100%}.about_page .plus_item_title{margin:24px 0 16px;font-size:20px;line-height:24px;font-weight:700}.about_page .section .text,.about_page .title_center{text-align:center}.about_page .section .line_item .text{text-align:left}.about_page .why .title{text-align:center;font-weight:700}.about_page .why .text{text-align:center}.about_page .why .footer_social{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:50px}.about_page .logos{padding:90px 0}.about_page .logos .wrap{width:100%;max-width:1116px}.about_page .logos .title{text-align:center;font-weight:700}.about_page .logos .subtitle{width:888px;margin:0 auto;text-align:center}.about_page .logos-list{margin-top:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-40px}.about_page .logos-list_loc-Byru .logos-item{width:auto;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}@media screen and (min-width:768px){.about_page .logos-list_loc-Byru .logos-item{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%}}.about_page .logos-item{width:16.66667%;margin-bottom:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.about_page .logos-img{display:block;max-width:100%;max-height:100%}.about_page .lineup{margin-top:90px;overflow:hidden;white-space:nowrap;font-size:0}.about_page .lineup,.about_page .lineup-img{-webkit-transform:translateZ(0);transform:translateZ(0)}.about_page .lineup-img{width:3243px;display:inline-block;vertical-align:middle;-webkit-animation:moveSlideshow 40s linear infinite;animation:moveSlideshow 40s linear infinite;margin-right:30px}@-webkit-keyframes moveSlideshow{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.about_page .promoution .subtitle{text-align:left}.about_page .action_block{background-color:#2d19b6;-webkit-border-radius:16px;border-radius:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;padding:80px 100px;text-align:center}.about_page .action_block .title{margin-bottom:20px}.about_page .action_block .text{font-size:20px;line-height:32px;margin-bottom:32px;opacity:.8}.about_page .action_block .btn{min-width:280px}.about_page .location{margin:120px 0}.about_page .location_map{margin-bottom:40px;overflow:hidden}.about_page .location_map iframe{display:block;width:100%;height:500px}.about_page .fast_block{margin:120px 0}.about_page .fast_block .line_item_preview{width:52px;height:52px;margin-bottom:16px}.trade_in .layer{padding:0}.trade_in .section{margin:120px 0}.trade_in .intro{background:#dfffe6;background:-o-linear-gradient(301deg,#dfffe6 0,#ede7ff 100%);background:linear-gradient(149deg,#dfffe6,#ede7ff);color:#000}.trade_in .intro_preview{overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:revert;-ms-flex-direction:revert;flex-direction:revert}.trade_in .intro_img{max-height:435px;height:auto;width:100%;max-width:495px}.trade_in .intro_img_mob{display:none}.trade_in .intro .title{text-align:left}.trade_in .intro .subtitle{margin-bottom:40px}.trade_in .intro_actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.trade_in .intro .btn{min-height:48px;min-width:208px}.trade_in .section .line_item .text,.trade_in .title{text-align:center}.trade_in .why{margin:120px 0}.trade_in .line_item .text{text-align:center}.trade_in .location{margin:80px auto 115px;max-width:1150px}.trade_in .location__expander{padding:0 16px}@media screen and (max-width:767px){.trade_in .location__expander .title{margin-bottom:16px}}.trade_in .location__map-toggler{display:none}@media screen and (max-width:767px){.trade_in .location__map-toggler{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.trade_in .location__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:568px;-webkit-border-radius:16px;border-radius:16px;overflow:hidden}@media screen and (max-width:767px){.trade_in .location__container{height:auto;overflow:visible}}.trade_in .location_map{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;height:100%}@media screen and (max-width:767px){.trade_in .location_map{display:none;height:500px;-webkit-border-radius:8px;border-radius:8px}.trade_in .location_map.location_visible-item{display:block}}.trade_in .location_map .gm-style-iw{padding:16px}.trade_in .location_map .gm-style-iw button.gm-ui-hover-effect{top:10px!important;right:14px!important}.trade_in .location_map .gm-style-iw button.gm-ui-hover-effect span{margin:3px!important;width:24px!important;height:24px!important}.trade_in .location_map iframe{display:block!important;width:100%;height:100%}.trade_in .location__map-shop-list{-webkit-box-flex:0;-webkit-flex:0 0 342px;-ms-flex:0 0 342px;flex:0 0 342px}@media screen and (max-width:767px){.trade_in .location__map-shop-list{display:none;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;background-color:rgba(0,0,0,0);padding:0}.trade_in .location__map-shop-list.location_visible-item{display:block}}@media screen and (max-width:1340px){.about_page .intro{width:100%}.about_page.trade_in .intro{max-width:1116px}.about_page .intro_preview{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.about_page .why_list_item_text{font-size:16px;line-height:20px}.about_page .logos .subtitle{width:100%}}@media screen and (max-width:1280px){.about_page .caption{font-size:24px;line-height:34px;width:65%}.about_page .rate .wrap{padding:80px 40px}.about_page .rate_slider_val{font-size:110px;margin-right:50px}.about_page .rate_slider_desc{font-size:26px;line-height:36px}.about_page .plus_item_title{margin:16px 0;font-size:26px;line-height:30px}.about_page .why .wrap{padding:0}.about_page .why_list{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding-left:16px;margin:0}.about_page .why_list_item{width:240px;margin:0 16px 0 0}}@media screen and (max-width:991px){.about_page,.about_page .wrap{padding:0}.about_page .title{font-size:24px;line-height:26px;margin-bottom:16px}.about_page .subtitle,.about_page .text{font-size:14px}.about_page .intro{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:32px 16px 0;text-align:center;min-height:auto;-webkit-border-radius:0;border-radius:0}.about_page .intro .title{font-size:36px;line-height:42px}.about_page .intro .wrap{height:auto;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.about_page .intro_preview{width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin:0 auto 0 -16px;padding-right:0}.about_page .intro_cont{width:100%;padding:0}.about_page .intro .phone_ph{height:390px;width:320px;margin:0 auto;position:relative;left:-20px}.about_page .intro .phone_ph .decor_text{top:25px;left:107px;width:155px;height:300px}.about_page .intro .phone_ph .decor_text_img{width:652px}.about_page .intro .subtitle{margin-bottom:40px;text-align:center}.about_page .layer{padding-top:60px}.about_page .layer .wrap{padding:0 16px}.about_page .line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:40px 0}.about_page .line_item{width:100%;max-width:480px;margin:0 auto 40px}.about_page .line_item:last-child{margin-bottom:0;margin-right:auto}.about_page .line_item_preview{margin-bottom:24px}.about_page .line_item .text{font-size:14px;line-height:24px}.about_page .caption{width:100%;font-size:16px;line-height:26px}.about_page .section .text{text-align:left}.about_page .rate{margin:60px 0}.about_page .rate .wrap{-webkit-border-radius:0;border-radius:0;padding:32px 16px}.about_page .rate .title{margin-bottom:24px}.about_page .rate_slider{margin-top:0}.about_page .rate_slider_cont{padding-top:0}.about_page .rate_slider_img{display:none}.about_page .rate_slider_nav{width:100%}.about_page .rate_slider_side{width:100%;display:block}.about_page .rate_slider_info{display:block}.about_page .rate_slider_nav_item{width:60px!important}.about_page .rate_slider_info{margin:24px 0 0;display:none}.about_page .rate_slider_mob_img{display:block;margin:0 auto 24px;width:320px}.about_page .rate_slider_val{font-size:96px;line-height:96px;margin:0}.about_page .rate_slider_text{margin-bottom:24px}.about_page .rate_slider_condition{display:none}.about_page .rate_slider .rate_slider_condition__mob{display:block}.about_page .plus{margin:60px 0}.about_page .plus .title{text-align:left}.about_page .plus_list{display:block;margin:0;padding:0;-webkit-column-count:1;-moz-column-count:1;column-count:1}.about_page .section .title.title_center{text-align:left}.about_page .plus_item{width:100%;margin:0 0 10px!important;padding:32px 20px 20px}.about_page .plus_item:last-child{margin-bottom:0}.about_page .plus_item .text{text-align:center}.about_page .plus_item_icon img{width:48px;max-height:48px}.about_page .plus_item_title{font-size:16px;line-height:26px;margin:24px 0 10px}.about_page .promo_img{width:100%;max-width:640px;margin:0 auto}.about_page .promo_title{font-size:16px;line-height:26px;margin-bottom:16px}.about_page .promo{margin:60px 0}.about_page .why{width:100%;margin:0}.about_page .why .wrap{width:100%;padding:0 16px}.about_page .why_list{display:block;padding:0}.about_page .why_list_item{width:100%;padding:20px;margin:0 0 10px}.about_page .why_list_item:last-child{margin-bottom:0}.about_page .why .footer_social{margin-top:24px}.about_page .tradein .subtitle{text-align:left}.about_page .logos .text{width:100%}.about_page .lineup{margin-top:60px}.about_page .lineup-img{width:3110px}.about_page .logos{padding:60px 0}.about_page .logos-list{margin-top:30px;margin-bottom:-24px}.about_page .logos-item{width:50%;margin-bottom:24px}.trade_in .intro .title{text-align:center}.trade_in .intro .subtitle{margin-bottom:32px}.trade_in .intro_preview{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:40px 0;width:100%}.trade_in .intro_img{display:none}.trade_in .intro_img_mob{display:block;max-width:80%}.trade_in .intro .btn{width:280px;margin:0 auto}.trade_in .section{margin:0}.trade_in .action_block{width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin-left:-16px;padding:60px 16px;-webkit-border-radius:0;border-radius:0}.trade_in .action_block .text{font-size:16px;line-height:26px}.trade_in .fast_block,.trade_in .location{margin:60px 0}.trade_in .location_map{width:-webkit-calc(100% + 32px);width:calc(100% + 32px)}.trade_in .why{margin-top:60px}.trade_in .lineup{margin-bottom:60px}}.article_list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:24px}.date{display:block;font-size:14px;line-height:18px;color:#808d9a}.article_post{-webkit-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,0);box-shadow:0 2px 8px rgba(0,0,0,0);overflow:hidden;cursor:pointer;background-color:#f9fafa;-webkit-transition:-webkit-box-shadow .25s;transition:-webkit-box-shadow .25s;-o-transition:box-shadow .25s;transition:box-shadow .25s;transition:box-shadow .25s,-webkit-box-shadow .25s}.article_post:hover{-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.08)}.article_post_preview{height:250px}.article_post_img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article_post_cont{padding:20px}.article_post_date{margin-bottom:12px}.article_post_name{font-size:20px;line-height:24px;font-weight:700;min-height:48px;margin-bottom:8px}.article_post_desc{font-size:16px;line-height:22px;color:#808d9a}.article_page .title{width:888px;margin-bottom:10px}.article_page_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px}.article_page_post{width:888px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:48px}.article_page_side{width:100%}.article_page_side_title{font-size:24px;line-height:28px;font-weight:700;margin-bottom:24px}.article_post_mini{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:24px;cursor:pointer}.article_post_mini:last-child{margin-bottom:0}.article_post_mini_preview{width:86px;height:86px;-webkit-border-radius:8px;border-radius:8px;overflow:hidden;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:16px}.article_post_mini_img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article_post_mini_name{font-size:16px;line-height:20px;margin-bottom:8px}@media screen and (max-width:1280px){.article_page .title{width:100%}.article_page_wrap{display:block}.article_page_post{width:100%;margin:0 0 60px}}@media screen and (max-width:1023px){.article_list{grid-template-columns:1fr 1fr}.article_post_preview{height:194px}.article_post_cont{padding:16px}.article_post_date{margin-bottom:8px}.article_post_name{min-height:72px}.article_page_wrap{margin-top:24px}}@media screen and (max-width:767px){.article_list{grid-template-columns:1fr;grid-gap:16px}.article_post_preview{height:166px}.article_post_name{min-height:auto}.article_post_desc,.article_post_name{font-size:14px;line-height:20px}.article_page_post{margin:0 0 40px}.article_page_side_title{font-size:16px;line-height:16px;margin-bottom:16px}.article_post_mini{margin-bottom:16px}.article_post_mini_preview{width:84px;height:84px}.article_post_mini_name{font-size:14px;line-height:20px}}.sitemap-page{padding:60px 0 80px}@media screen and (max-width:1280px){.sitemap-page{padding:40px 0 60px}}@media screen and (max-width:767px){.sitemap-page{padding:24px 0 40px}}.sitemap-page__content{padding-top:30px}.sitemap-page .sitemap-list__header{margin-bottom:24px}.sitemap-page .sitemap-list__title{font-size:20px;font-weight:400;line-height:120%}@media screen and (min-width:768px){.sitemap-page .sitemap-list__title{font-size:28px}}.sitemap-page .sitemap-list__list-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:400px;gap:24px}@media screen and (max-width:767px){.sitemap-page .sitemap-list__list-container{height:auto;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:none}}.sitemap-page .sitemap-list__list-item{font-size:16px}.sitemap-page .sitemap-list__list-item__header{margin-bottom:8px}.sitemap-page .sitemap-list__list-item__header__title{font-weight:700;line-height:160%}.sitemap-page .sitemap-list__list-item__list{font-weight:400;line-height:200%;padding-left:12px}.sitemap-page__sitemap-list{padding-bottom:48px}.sitemap-page__sitemap-list:not(:last-child){border-bottom:1px solid #d3dce9;margin-bottom:48px}.loyalty-page__wrapper{margin-left:16px;margin-right:16px}@media screen and (min-width:768px){.loyalty-page__wrapper{margin-left:36px;margin-right:36px}}@media screen and (min-width:1400px){.loyalty-page__wrapper{max-width:1116px;margin:auto}}.loyalty-page .btn{padding:20px 32px;font-size:18px;font-weight:700;line-height:160%;height:54px;min-height:auto}@media screen and (max-width:767px){.loyalty-page .btn{padding:16px 32px;height:44px;font-size:16px}}.loyalty-page .title-md{font-size:40px;font-weight:700;line-height:100%}@media screen and (max-width:767px){.loyalty-page .title-md{font-size:32px;line-height:38px}}.loyalty-page .text-m{font-size:24px;font-weight:400;line-height:150%;margin-bottom:32px}@media screen and (max-width:767px){.loyalty-page .text-m{font-size:20px;line-height:160%;margin-bottom:24px}}.loyalty-page .text-sm{font-size:20px;font-weight:400;line-height:150%;margin-bottom:24px}@media screen and (max-width:767px){.loyalty-page .text-sm{font-size:18px;line-height:160%;margin-bottom:16px}}.loyalty-page .loyalty__hero{padding-top:32px;padding-bottom:40px}@media screen and (min-width:768px){.loyalty-page .loyalty__hero{padding-top:40px;padding-bottom:90px}}@media screen and (min-width:1024px){.loyalty-page .loyalty__hero{padding-top:90px;padding-bottom:90px}.loyalty-page .loyalty__hero__body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:1400px){.loyalty-page .loyalty__hero{padding-top:90px;padding-bottom:90px}}@media screen and (min-width:1024px){.loyalty-page .loyalty__hero__header{-webkit-box-flex:1;-webkit-flex:1 0 464px;-ms-flex:1 0 464px;flex:1 0 464px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__hero__header{-webkit-box-flex:1;-webkit-flex:1 0 562px;-ms-flex:1 0 562px;flex:1 0 562px}}@media screen and (max-width:767px){.loyalty-page .loyalty__hero__header .btn{font-size:16px}}.loyalty-page .loyalty__hero .title-md{font-size:40px;line-height:100%;margin-bottom:16px}@media screen and (min-width:768px){.loyalty-page .loyalty__hero .title-md{font-size:44px;line-height:120%;margin-bottom:24px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__hero .title-md{margin-bottom:32px;font-size:72px;line-height:100%}}.loyalty-page .loyalty__hero__image{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}@media screen and (min-width:768px){.loyalty-page .loyalty__hero__image{overflow:hidden;max-width:720px;margin:auto}}@media screen and (min-width:1024px){.loyalty-page .loyalty__hero__image{overflow:visible;max-width:620px;margin:initial}}@media screen and (min-width:1400px){.loyalty-page .loyalty__hero__image{max-width:none}}.loyalty-page .loyalty__hero__image img{width:100%}@media screen and (max-width:1023px){.loyalty-page .loyalty__hero__image img{margin-top:-60px}}@media screen and (max-width:767px){.loyalty-page .loyalty__hero__image img{margin-top:30px}}@media screen and (min-width:1024px){.loyalty-page .loyalty__hero__image img{position:relative;bottom:85px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__hero__image img{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);left:35px;bottom:20px}}.loyalty-page .loyalty__hero .panel{-webkit-border-radius:8px;border-radius:8px;position:relative;background:rgba(13,26,50,.4470588235294118);padding:32px 24px}@media screen and (max-width:767px){.loyalty-page .loyalty__hero .panel{margin-top:-35px}}@media screen and (min-width:768px){.loyalty-page .loyalty__hero .panel{margin-top:-130px}}@media screen and (min-width:1024px){.loyalty-page .loyalty__hero .panel{padding:32px 56px;margin-top:-180px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__hero .panel{margin-top:-100px;width:920px}}.loyalty-page .loyalty__hero .panel__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:24px}@media screen and (max-width:767px){.loyalty-page .loyalty__hero .panel__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.loyalty-page .loyalty__hero .panel__item{-webkit-box-flex:1;-webkit-flex:1 0 200px;-ms-flex:1 0 200px;flex:1 0 200px;color:#fff}@media screen and (max-width:767px){.loyalty-page .loyalty__hero .panel__item{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.loyalty-page .loyalty__hero .panel__item:not(:last-child){padding-bottom:24px;border-bottom:1px solid #fff}}@media screen and (min-width:1024px){.loyalty-page .loyalty__hero .panel__item{-webkit-box-flex:0;-webkit-flex:0 0 232px;-ms-flex:0 0 232px;flex:0 0 232px}}.loyalty-page .loyalty__hero .panel__title{font-size:24px;font-weight:700;line-height:115%;margin-bottom:4px}.loyalty-page .loyalty__hero .panel__text{font-size:18px;font-weight:400;line-height:160%}.loyalty-page .loyalty__annotation{background-color:#f4f6f8;padding-top:60px;padding-bottom:60px}@media screen and (min-width:768px){.loyalty-page .loyalty__annotation{padding-top:80px;padding-bottom:80px}}@media screen and (min-width:768px){.loyalty-page .loyalty__annotation__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.loyalty-page .loyalty__annotation__header{font-size:40px;font-weight:400;line-height:160%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;margin:auto}@media screen and (max-width:767px){.loyalty-page .loyalty__annotation__header{font-size:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px}}@media screen and (max-width:767px){.loyalty-page .loyalty__annotation__header img{width:64px;height:64px}}.loyalty-page .loyalty__how-it-work{padding-top:60px;padding-bottom:60px}@media screen and (min-width:768px){.loyalty-page .loyalty__how-it-work{padding-top:120px;padding-bottom:140px}}@media screen and (min-width:1024px){.loyalty-page .loyalty__how-it-work{padding-top:80px;padding-bottom:120px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__how-it-work{padding-top:120px;padding-bottom:170px}}.loyalty-page .loyalty__how-it-work .title-md{font-size:44px;line-height:120%;margin-bottom:48px;text-align:center}@media screen and (max-width:767px){.loyalty-page .loyalty__how-it-work .title-md{font-size:32px;font-weight:700;line-height:38px}}.loyalty-page .loyalty__how-it-work .btn{margin-top:32px}@media screen and (max-width:1023px){.loyalty-page .loyalty__how-it-work .steps__item:first-child{margin-bottom:30px}.loyalty-page .loyalty__how-it-work .steps__item:first-child .steps__image{margin-bottom:24px}.loyalty-page .loyalty__how-it-work .steps__item:nth-child(2){margin-bottom:25px}.loyalty-page .loyalty__how-it-work .steps__item:nth-child(2) .steps__image{margin-bottom:32px}.loyalty-page .loyalty__how-it-work .steps__item:nth-child(3) .steps__image{margin-bottom:32px}}@media screen and (max-width:767px){.loyalty-page .loyalty__how-it-work .steps__item:nth-child(2) .steps__image{margin-bottom:25px}}@media screen and (min-width:1024px){.loyalty-page .loyalty__how-it-work .steps__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:68px}.loyalty-page .loyalty__how-it-work .steps__item:nth-child(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.loyalty-page .loyalty__how-it-work .steps__item:first-child{margin-bottom:-20px}.loyalty-page .loyalty__how-it-work .steps__item:first-child .steps__content{margin-left:-34px}.loyalty-page .loyalty__how-it-work .steps__item:nth-child(2) .steps__content{margin-right:-40px}.loyalty-page .loyalty__how-it-work .steps__item:nth-child(3) .steps__content{margin-left:-34px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__how-it-work .steps__item:first-child{margin-bottom:-24px}.loyalty-page .loyalty__how-it-work .steps__item:first-child .steps__content{margin-left:0;margin-top:-40px}.loyalty-page .loyalty__how-it-work .steps__item:nth-child(2){margin-bottom:-32px}.loyalty-page .loyalty__how-it-work .steps__item:nth-child(2) .steps__content{margin-right:0}.loyalty-page .loyalty__how-it-work .steps__item:nth-child(3) .steps__content{margin-left:0}}@media screen and (min-width:1024px){.loyalty-page .loyalty__how-it-work .steps__image{-webkit-box-flex:1;-webkit-flex:1 0 472px;-ms-flex:1 0 472px;flex:1 0 472px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__how-it-work .steps__image{-webkit-box-flex:1;-webkit-flex:1 0 546px;-ms-flex:1 0 546px;flex:1 0 546px}}.loyalty-page .loyalty__how-it-work .steps__image img{width:100%}@media screen and (max-width:1023px){.loyalty-page .loyalty__how-it-work .steps__image img{max-width:540px;display:block;margin:auto}}.loyalty-page .loyalty__how-it-work .steps__content{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;font-size:24px;font-weight:400;line-height:150%}@media screen and (max-width:767px){.loyalty-page .loyalty__how-it-work .steps__content{font-size:20px;line-height:160%}}@media screen and (max-width:1023px){.loyalty-page .loyalty__how-it-work .steps__content{max-width:600px}}.loyalty-page .loyalty__info{background-color:#000;padding-top:48px;padding-bottom:0}@media screen and (min-width:768px){.loyalty-page .loyalty__info{padding-top:55px;padding-bottom:40px}}@media screen and (min-width:1024px){.loyalty-page .loyalty__info{padding-bottom:55px}}@media screen and (min-width:768px){.loyalty-page .loyalty__info__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.loyalty-page .loyalty__info__header{color:#fff;font-size:24px;font-weight:400;line-height:160%}@media screen and (max-width:1023px){.loyalty-page .loyalty__info__header{margin-right:-48px}}@media screen and (max-width:767px){.loyalty-page .loyalty__info__header{font-size:20px;margin-right:0}}@media screen and (max-width:767px){.loyalty-page .loyalty__info__image{overflow:hidden;margin-top:-14px}}.loyalty-page .loyalty__info__image img{width:100%}@media screen and (max-width:767px){.loyalty-page .loyalty__info__image img{margin-left:-48px;min-width:336px}}@media screen and (min-width:768px){.loyalty-page .loyalty__info__image img{width:336px;height:336px;margin-top:-84px;margin-bottom:-84px;margin-right:-24px}}@media screen and (min-width:1024px){.loyalty-page .loyalty__info__image img{width:448px;height:448px;margin-top:-168px;margin-bottom:-168px;margin-right:0;position:relative;left:30px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__info__image img{left:auto}}.loyalty-page .loyalty__how-activate{padding-top:60px;padding-bottom:60px}@media screen and (min-width:768px){.loyalty-page .loyalty__how-activate{padding-top:120px;padding-bottom:120px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__how-activate{padding-top:140px;padding-bottom:140px}}.loyalty-page .loyalty__how-activate .title-md{margin-bottom:48px;text-align:center}@media screen and (max-width:767px){.loyalty-page .loyalty__how-activate .title-md{margin-bottom:24px}}.loyalty-page .loyalty__how-activate .btn{color:#161ff9}.loyalty-page .loyalty__how-activate .solutions{-webkit-border-radius:8px;border-radius:8px;overflow:hidden}@media screen and (min-width:1024px){.loyalty-page .loyalty__how-activate .solutions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.loyalty-page .loyalty__how-activate .solutions__item{padding:32px 24px;-webkit-box-flex:1;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width:768px){.loyalty-page .loyalty__how-activate .solutions__item{padding:32px 48px}}@media screen and (max-width:1023px){.loyalty-page .loyalty__how-activate .solutions__item{min-height:280px}}.loyalty-page .loyalty__how-activate .solutions__item_new{background:#005dff}.loyalty-page .loyalty__how-activate .solutions__item_current{background:#1329ad}.loyalty-page .loyalty__how-activate .solutions__header{margin-bottom:48px;color:#fff}.loyalty-page .loyalty__how-activate .solutions__title{font-size:24px;font-weight:700;line-height:140%;margin-bottom:16px}@media screen and (max-width:767px){.loyalty-page .loyalty__how-activate .solutions__title{line-height:115%}}.loyalty-page .loyalty__how-activate .solutions__text{font-size:20px;font-weight:400;line-height:160%}@media screen and (max-width:767px){.loyalty-page .loyalty__how-activate .solutions__text{font-size:18px}}@media screen and (max-width:767px){.loyalty-page .loyalty__how-activate .solutions__button{width:100%}}@media screen and (min-width:768px){.loyalty-page .loyalty__how-activate .solutions__button{width:260px}}.loyalty-page .loyalty__how-check{padding-top:60px;padding-bottom:24px}@media screen and (min-width:768px){.loyalty-page .loyalty__how-check{padding-top:80px;padding-bottom:30px}}@media screen and (min-width:1024px){.loyalty-page .loyalty__how-check{padding-top:50px;padding-bottom:60px;-webkit-column-gap:34px;-moz-column-gap:34px;column-gap:34px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:1400px){.loyalty-page .loyalty__how-check{padding-top:100px;padding-bottom:50px;-webkit-column-gap:90px;-moz-column-gap:90px;column-gap:90px}}.loyalty-page .loyalty__how-check__header{padding-top:140px}@media screen and (max-width:1023px){.loyalty-page .loyalty__how-check__header{margin-bottom:80px;padding-top:0}}@media screen and (max-width:767px){.loyalty-page .loyalty__how-check__header{margin-bottom:40px}}@media screen and (min-width:1024px){.loyalty-page .loyalty__how-check__header{margin-right:-24px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__how-check__header{margin-right:0}}.loyalty-page .loyalty__how-check .title-md{margin-bottom:16px;text-align:left}@media screen and (max-width:767px){.loyalty-page .loyalty__how-check__image{margin-left:-12px;margin-right:-12px;margin-top:-20px}}.loyalty-page .loyalty__how-check__image img{max-width:492px}@media screen and (max-width:1023px){.loyalty-page .loyalty__how-check__image img{display:block;position:relative;margin:-40px auto auto}}@media screen and (max-width:767px){.loyalty-page .loyalty__how-check__image img{width:100%;margin-top:0}}@media screen and (min-width:1024px){.loyalty-page .loyalty__how-check__image img{position:relative;left:26px;bottom:6px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__how-check__image img{left:18px;bottom:14px}}.loyalty-page .loyalty__faqs{padding-top:60px;padding-bottom:60px}@media screen and (min-width:768px){.loyalty-page .loyalty__faqs{padding-top:80px;padding-bottom:120px}}@media screen and (min-width:1400px){.loyalty-page .loyalty__faqs{padding-top:120px;padding-bottom:140px}}.loyalty-page .loyalty__faqs .title-md{margin-bottom:48px;text-align:center}.loyalty-page .loyalty__faqs .faq_item{-webkit-border-radius:16px;border-radius:16px;overflow:hidden;border:1px solid rgba(53,0,190,.1)}.loyalty-page .loyalty__faqs .faq_item_head{border:none;padding:24px}@media screen and (max-width:767px){.loyalty-page .loyalty__faqs .faq_item_head{padding:16px}}.loyalty-page .loyalty__faqs .faq_item_name{font-size:24px;font-weight:700;line-height:140%}@media screen and (max-width:767px){.loyalty-page .loyalty__faqs .faq_item_name{font-size:16px;font-weight:700;line-height:26px}}.loyalty-page .loyalty__faqs .faq_item_arrow{background-image:url(../img/icons/chevron_down.svg);background-size:100%;width:20px;height:20px}.loyalty-page .loyalty__faqs .faq_item_cont{padding:0 24px 24px;color:rgba(0,0,0,.6);font-size:20px;font-weight:400;line-height:160%;opacity:0}@media screen and (max-width:767px){.loyalty-page .loyalty__faqs .faq_item_cont{font-size:16px;font-weight:400;line-height:26px;padding:0 16px 16px}}.loyalty-page .loyalty__faqs .faq_item.active .faq_item_head{border:none}.loyalty-page .loyalty__faqs .faq_item.active .faq_item_arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.loyalty-page .loyalty__faqs .faq_item.active .faq_item_cont{margin-top:-8px;opacity:1}@media screen and (max-width:767px){.loyalty-page .loyalty__faqs .faq_item.active .faq_item_cont{margin-top:0}}.loyalty-page .loyalty__faqs .faq_item_cont{border:none}.catalog_page .seo_content{margin-bottom:0}.seo_content{margin-bottom:24px}@media screen and (min-width:768px){.seo_content{margin-bottom:40px}}.seo_content .seo_products table{width:100%}.seo_content .seo_products table .price_block_prev{margin:0 4px 0 0}.seo_content .seo_products .text-through{text-decoration:line-through}.seo_shield{margin-bottom:80px;color:#808d9a;font-size:16px;line-height:24px;font-weight:400}.seo_shield ul{list-style-type:disc!important;padding-left:24px!important}.seo_shield ul li{margin-bottom:10px}.seo_shield ul li:last-child{margin-bottom:0}.seo_shield ul li a{text-decoration:underline}.shield__footers_module_block__wrapper__top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;white-space:nowrap;overflow:auto;margin-bottom:20px}.shield__footers_module_block__wrapper__btn{font-weight:700;margin-right:32px;padding-bottom:6px}.shield__footers_module_block__wrapper__btn.shield__footers_module_block__wrapper__btn-success{border-bottom:2px solid}.shield__footers_module_block__wrapper__btn:last-child{margin-right:0}.shield__footers_module_block__wrapper__row{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.shield__footers_module_block__wrapper__row span{display:block;margin-bottom:10px}.shield__footers_module_block__wrapper__row span:last-child{margin-bottom:0}.shield__footers_module_block__wrapper__row br{display:none}.shield__footers_module_block__wrapper__right{width:100%}.shield__footers_module_block__wrapper__row li,.shield__footers_module_block__wrapper__row li a,.shield__footers_module_block__wrapper__row span a,.shield__footers_module_block__wrapper li,.shield__footers_module_block__wrapper p,.shield__footers_module_block__wrapper span{color:#000}@media screen and (max-width:1439px){.seo_products .seo .wrap{padding:0}}@media screen and (max-width:1280px){.catalog_page .seo_content{margin-bottom:0}.seo_shield{margin-bottom:60px}}@media screen and (max-width:991px){.shield__footers_module_block__wrapper__row .shield__footers_module_block__wrapper__row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.shield__footers_module_block__wrapper__row .shield__footers_module_block__wrapper__row .shield__footers_module_block__wrapper__col-3{width:50%;padding-right:8px}}@media screen and (max-width:767px){.catalog_page .seo_content{padding:0 16px;margin-bottom:0}.seo_shield{margin-bottom:40px}.shield__footers_module_block__wrapper__bottom .shield__footers_module_block__wrapper__card-body .shield__footers_module_block__wrapper__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}@media screen and (max-width:640px){.shield__footers_module_block__wrapper__row .shield__footers_module_block__wrapper__row .shield__footers_module_block__wrapper__col-3{width:100%;padding-right:0}}@media screen and (max-width:767px){.shield__footers_module_block__wrapper__top{width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin-left:-16px;padding-left:16px}}.seo-recommendation{padding-top:60px;margin-bottom:60px}.seo-title{font-weight:400;font-size:20px;line-height:24px;color:#808d9a;margin-bottom:20px}.seo-content{position:relative;overflow:hidden;height:60px;margin-bottom:16px}.seo-content.show{height:100%}.seo-text{color:#808d9a;margin-bottom:20px}.seo-show_more,.seo-text{font-weight:400;font-size:16px;line-height:26px}.seo-show_more{color:#297bf6;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.seo-show_more:hover{color:#3500be}@media screen and (max-width:1023px){.seo{margin-bottom:40px}}@media screen and (max-width:767px){.seo{margin-bottom:30px}.seo-content{margin-bottom:10px}.seo-text{font-size:14px;line-height:22px}.seo-show_more{font-size:14px;line-height:21px}}.seo-head{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.seo-head__item{font-weight:700;font-size:16px;line-height:24px;color:#808d9a;padding-bottom:8px;position:relative;cursor:pointer}.seo-head__item:after{content:"";width:0;height:2px;position:absolute;bottom:0;left:50%;background-color:#808d9a;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.seo-head__item:hover:after{width:100%}.seo-head__item.active:after{width:100%}.seo-head__item:not(:last-child){margin-right:32px}.seo-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.seo-item{width:23%;color:#808d9a;margin-bottom:10px;margin-right:24px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;font-size:16px;line-height:24px}.seo-item:hover{color:#667481}.seo-categories_show-more{display:none}@media screen and (max-width:1365px){.seo-item{width:25%}}@media screen and (max-width:1023px){.seo-item{width:45%}}@media screen and (max-width:767px){.seo-head__item{font-size:14px;line-height:21px}.seo-list{position:relative;height:270px;overflow:hidden;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.seo-list.active{height:auto}.seo-item{font-size:14px;line-height:21px;width:100%}.seo-categories_show-more{display:block;font-weight:400;font-size:16px;line-height:26px;color:#297bf6;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.seo-categories_show-more:hover{color:#3500be}}.faq__container{width:100%;margin:0 auto}.faq__content{padding:80px 0}.faq__title{font-size:28px;line-height:28px;color:#000;margin-bottom:30px}.faq .accordion__item{border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px}.faq .accordion__item:not(:last-child){margin-bottom:16px}.faq .accordion__title{padding:16px 60px 16px 20px;font-weight:700;font-size:16px;line-height:26px;position:relative;cursor:pointer}.faq .accordion__title:after{content:url(../img/icons/faq-arrow.svg);position:absolute;width:24px;height:24px;right:24px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.faq .accordion__title-active:after{-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.faq .accordion__body{max-height:0;overflow:hidden;font-size:16px;line-height:26px;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.faq .accordion__content{padding:0 20px 16px}@media screen and (max-width:1365px){.faq__content{padding:60px 0 80px}}@media screen and (max-width:767px){.faq__content{padding:40px 0}.faq__title{font-size:20px;line-height:24px;margin-bottom:16px}.faq .accordion__title{padding:16px 50px 16px 16px;font-size:14px;line-height:22px}.faq .accordion__title:after{right:16px}.faq .accordion__content{padding:0 16px 16px}}.repair-pad__header{background-color:#f2f4f7;padding:28px 48px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.repair-pad__header-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:1344px;width:100%;margin:0 auto}.repair-pad__header-phone{font-weight:400;font-size:18px;line-height:22px;color:#000}.repair-pad__header-worktime{font-weight:400;font-size:14px;line-height:17px;color:#808d9a}.repair-pad__content{height:-webkit-calc(100vh - 100px);height:calc(100vh - 100px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 16px}.repair-pad__content-desc,.repair-pad__content-title{font-weight:400;font-size:40px;line-height:48px;color:#000;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.repair-pad__content-desc{margin-bottom:40px}@media screen and (max-width:1023px){.repair-pad__header{padding:30px 36px}.repair-pad__content-desc,.repair-pad__content-title{font-size:32px;line-height:38px}.repair-pad__content-desc{margin-bottom:30px}}@media screen and (max-width:767px){.repair-pad__header{padding:16px}.repair-pad__header-contacts{text-align:right}.repair-pad__header-phone{font-size:14px;line-height:17px}.repair-pad__header-worktime{font-size:12px;line-height:14px}.repair-pad__content-desc,.repair-pad__content-title{font-size:24px;line-height:26px}.repair-pad__content-desc{margin-bottom:24px}}.map-shop-list{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f4f6f8;padding:0 24px;position:relative;overflow-y:auto}.map-shop-list h3,.map-shop-list p,.map-shop-list span,.map-shop-list strong{font-size:16px;line-height:25px;display:inline-block}@media screen and (max-width:767px){.map-shop-list__container{padding:1px}}.map-shop-list__item{margin:16px 0;padding:16px;-webkit-border-radius:8px;border-radius:8px;-webkit-transition:-webkit-box-shadow .15s ease;transition:-webkit-box-shadow .15s ease;-o-transition:box-shadow .15s ease;transition:box-shadow .15s ease;transition:box-shadow .15s ease,-webkit-box-shadow .15s ease;background-color:#fff}@media screen and (max-width:767px){.map-shop-list__item{-webkit-box-shadow:0 0 0 1px #d3dce9;box-shadow:0 0 0 1px #d3dce9}}.map-shop-list__item_active{-webkit-box-shadow:0 0 0 1px #6859cb;box-shadow:0 0 0 1px #6859cb}.map-shop-list__item_active .map-shop-list__control__chevron{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.map-shop-list__item_active .map-shop-list__content__main{margin-bottom:16px}.map-shop-list__item_active .map-shop-list__content__review{display:block}.map-shop-list__item:hover{-webkit-box-shadow:0 0 0 1px #6859cb;box-shadow:0 0 0 1px #6859cb}.map-shop-list__item:first-child{margin-top:24px}@media screen and (max-width:767px){.map-shop-list__item:first-child{margin-top:0}}.map-shop-list__item_hint,.map-shop-list__item_hint-full{-webkit-box-shadow:0 8px 16px rgba(0,0,0,.15);box-shadow:0 8px 16px rgba(0,0,0,.15);position:relative}.map-shop-list__item_hint-full .map-shop-list__control__chevron,.map-shop-list__item_hint .map-shop-list__control__chevron{display:none}.map-shop-list__item_hint-full .map-shop-list__control__close,.map-shop-list__item_hint .map-shop-list__control__close{display:block}.map-shop-list__item_hint-full .map-shop-list__content__main,.map-shop-list__item_hint .map-shop-list__content__main{margin-bottom:16px}.map-shop-list__item_hint-full .map-shop-list__content__review,.map-shop-list__item_hint .map-shop-list__content__review{display:block}.map-shop-list__item_hint-full .map-shop-list__review-item,.map-shop-list__item_hint .map-shop-list__review-item{margin-bottom:0}.map-shop-list__item_hint-full .map-shop-list__related-images,.map-shop-list__item_hint .map-shop-list__related-images{display:none}.map-shop-list__item_hint-full .map-shop-list__hint-label,.map-shop-list__item_hint .map-shop-list__hint-label{display:block}.map-shop-list__item_hint-full .map-shop-list__related-images{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.map-shop-list__item_hint-full .map-shop-list__related-images__image{-webkit-flex-basis:76px;-ms-flex-preferred-size:76px;flex-basis:76px;height:76px}}.map-shop-list__item_hint-full .map-shop-list__review-item{margin-bottom:16px}.map-shop-list__header{position:relative;margin-bottom:16px}.map-shop-list__header__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.map-shop-list__header__logo{width:32px;height:32px;-webkit-border-radius:4px;border-radius:4px}.map-shop-list__header__office-name{font-weight:700;line-height:22px;padding-right:34px}.map-shop-list__control{position:absolute;right:6px;top:0;cursor:pointer}.map-shop-list__control__chevron,.map-shop-list__control__close{width:24px;height:24px;-webkit-transition:-webkit-transform .15s ease;transition:-webkit-transform .15s ease;-o-transition:transform .15s ease;transition:transform .15s ease;transition:transform .15s ease,-webkit-transform .15s ease}.map-shop-list__control__chevron_active,.map-shop-list__control__close_active{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.map-shop-list__control__chevron img,.map-shop-list__control__close img{width:100%;height:100%}.map-shop-list__control__close{display:none}.map-shop-list__content__group{margin-bottom:4px}.map-shop-list__content__group span,.map-shop-list__content__group strong{display:block;line-height:26px}.map-shop-list__content-key{font-weight:400;color:#808d9a}.map-shop-list__content-link{color:#297bf6;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;line-height:normal;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.map-shop-list__content-link__icon{width:16px;height:16px}.map-shop-list__content-link__icon.icon-stars{width:auto}.map-shop-list__content__review{display:none}.map-shop-list__review-item{margin-bottom:16px}.map-shop-list__review-name{margin-bottom:4px}.map-shop-list__review-rate{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.map-shop-list__related-images,.map-shop-list__review-rate{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.map-shop-list__related-images__image-container{-webkit-box-flex:0;-webkit-flex:0 1 82px;-ms-flex:0 1 82px;flex:0 1 82px;-webkit-border-radius:4px;border-radius:4px;cursor:pointer;overflow:hidden}@media screen and (max-width:767px){.map-shop-list__related-images__image-container{-webkit-flex-basis:80px;-ms-flex-preferred-size:80px;flex-basis:80px;height:80px}}.map-shop-list__related-images__image-container img{width:100%;max-height:82px;max-width:82px}.map-shop-list__hint-label{display:none;position:absolute;width:32px;height:32px;z-index:0;left:-webkit-calc(50% - 16px);left:calc(50% - 16px)}.toggler{-webkit-border-radius:6px;border-radius:6px;border:1px solid #6959cb;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:16px}.toggler__item{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:7px;text-align:center;font-size:14px;line-height:14px;cursor:pointer}.toggler__item_active{background-color:#6959cb;font-weight:700;color:#fff}.repair{padding-top:90px}.repair .link{font-size:inherit}.repair .wrap{padding:0}.repair .text{font-size:16px;line-height:1.6}.repair .subtitle{font-size:20px;line-height:1.6;text-align:center}.repair .title{margin-bottom:32px;font-weight:700;text-align:center}.repair .intro{-webkit-border-radius:16px;border-radius:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;max-width:1116px;margin:0 auto;background:-o-linear-gradient(301deg,#dfffe6,#ede7ff);background:linear-gradient(149deg,#dfffe6,#ede7ff);color:#000;height:500px;min-height:auto;overflow:hidden}.repair .intro_preview{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;overflow:hidden;align-items:center;-webkit-flex-direction:revert;-ms-flex-direction:revert;flex-direction:revert;padding:0 220px 0 0}.repair .intro_cont,.repair .intro_preview{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.repair .intro_cont{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;z-index:10;padding:10px 0 0 92px}.repair .intro_cont .title{text-align:left;line-height:42px}.repair .intro_actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:16px}.repair .intro_actions .btn{margin-right:20px}.repair .intro_actions .btn:last-child{margin-right:0;min-width:0;max-width:148px;width:100%}.repair .intro .btn{min-height:48px;min-width:208px}.repair .intro_desc{font-size:14px;line-height:22px;color:#808d9a}.repair .intro_desc:before{content:"";width:16px;height:16px;margin-right:9px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/watermelon.png);display:inline-block;vertical-align:text-top}.repair .intro .subtitle{text-align:left;margin-bottom:50px}.repair .intro_img{height:500px}.repair .intro_img_mob{display:none}.repair .layer{padding-top:116px}.repair .layer .section .title{margin-bottom:28px}.repair .layer .section .promoution .line{margin-bottom:90px}.repair .layer .wrap{width:888px}.repair .line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 80px}.repair .line_item{width:-webkit-calc(33.33333% - 16px);width:calc(33.33333% - 16px)}.repair .line_item_preview{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.repair .line_item_num,.repair .line_item_preview{width:52px;height:52px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 16px}.repair .line_item_num{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:32px;font-weight:700;color:#000;-webkit-border-radius:50%;border-radius:50%;background-color:#25f257}.repair .line_item_img{display:block;max-width:100%}.repair .line_item_title{font-size:20px;line-height:32px;text-align:center;font-weight:700;margin-bottom:8px}.repair .line_item .text{text-align:center}.repair .calculation_container{margin:0 18px}.repair .calculation_block{background-color:#f4f6f8;-webkit-border-radius:16px;border-radius:16px;padding:77px 0}.repair .calculation_title{margin-bottom:28px;text-align:center}.repair .calculation_form{padding:0 32px}.repair .calculation_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;overflow:auto;width:100%;border-bottom:1px solid #dbe2ec}.repair .calculation_item{-webkit-flex-basis:110px;-ms-flex-preferred-size:110px;flex-basis:110px;padding-bottom:26px;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.repair .calculation_item:after{content:"";width:0;height:2px;position:absolute;bottom:0;left:50%;background-color:#3500be;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.repair .calculation_item:hover:after{width:100%}.repair .calculation_item.active:after{width:100%}.repair .calculation_item_preview{width:100px;height:100px;margin:0 auto 8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.repair .calculation_item_img{max-width:100%;max-height:100%}.repair .calculation_item_name{font-size:16px;line-height:22px;font-weight:700;text-align:center}.repair .calculation_side{margin:0 8px}.repair .calculation_side__selection{padding-top:32px}.repair .calculation_side__select_device{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:32px}.repair .calculation_side__select_header_title{position:relative}.repair .calculation_side__select_label{font-weight:700;font-size:20px;line-height:24px}.repair .calculation_side__select_label_icon{margin-left:6px;cursor:pointer}@media screen and (min-width:768px){.repair .calculation_side__select_label_icon:hover~.calculation_side__select_hint{opacity:1;visibility:visible}}@media screen and (max-width:768px){.repair .calculation_side__select_label_icon.active~.calculation_side__select_hint{opacity:1;visibility:visible}}.repair .calculation_side__select_hint{position:absolute;left:25%;bottom:150%;padding:24px 38px 24px 24px;background-color:#fff;max-width:362px;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-weight:400;font-size:14px;line-height:140%;border:1px solid #d3dce9;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.1);box-shadow:0 5px 8px rgba(0,0,0,.1);-webkit-border-radius:6px;border-radius:6px;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.repair .calculation_side__select_hint_close{position:absolute;right:10px;top:10px;width:20px;height:20px;cursor:pointer}@media screen and (min-width:768px){.repair .calculation_side__select_hint_close{display:none}}.repair .calculation_side__select_field{-webkit-flex-basis:264px;-ms-flex-preferred-size:264px;flex-basis:264px;position:relative}.repair .calculation_side__select_input_icon{position:absolute;top:6px;left:6px}.repair .calculation_side__select_input{width:100%;display:inline-block;-webkit-border-radius:6px;border-radius:6px;padding:6px 6px 6px 30px;-webkit-box-shadow:0 0 0 1px #808d9a;box-shadow:0 0 0 1px #808d9a;background-color:#fff;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;-o-transition:box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.repair .calculation_side__select_input:hover{-webkit-box-shadow:0 0 0 2px #6859cb;box-shadow:0 0 0 2px #6859cb}.repair .calculation_side__select_input:focus{-webkit-box-shadow:0 0 0 2px #6859cb;box-shadow:0 0 0 2px #6859cb}.repair .calculation_side__selection_list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:32px}.repair .calculation_side__selection_list__item{background-color:#fff;padding:8px 16px;-webkit-border-radius:8px;border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.repair .calculation_side__selection_list__item_img{width:56px;height:56px}.repair .calculation_side__selection_list__item_name{font-size:16px;font-weight:400;line-height:25px}.repair .calculation_side .repair_list{background-color:#fff;-webkit-border-radius:8px;border-radius:8px;overflow:hidden;padding:32px;margin-top:32px}.repair .calculation_side .repair_list__device_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;margin-bottom:32px}.repair .calculation_side .repair_list__device_info_img{width:96px;height:96px}.repair .calculation_side .repair_list__device_info_text_header{font-weight:700;font-size:20px;line-height:28px;margin-bottom:16px}.repair .calculation_side .repair_list__device_info_text_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;margin-bottom:10px}.repair .calculation_side .repair_list__device_info_text_item:last-child{margin-bottom:0}.repair .calculation_side .repair_list__device_info_text_icon{width:16px;height:16px}.repair .calculation_side .repair_list__device_info_text_content{font-weight:400;font-size:14px;line-height:20px}.repair .calculation_side .repair_list__checklist_header{grid-template-columns:482px auto;background-color:#f4f6f8;font-weight:700;font-size:16px;line-height:16px}.repair .calculation_side .repair_list__checklist_header,.repair .calculation_side .repair_list__checklist_item{display:grid;padding:16px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:30px}.repair .calculation_side .repair_list__checklist_item{grid-template-columns:482px auto 102px}.repair .calculation_side .repair_list__checklist_item:nth-child(odd){background-color:#f9fafa}.repair .calculation_side .repair_list__checklist_item_service_header{font-weight:400;font-size:16px;line-height:16px;margin-bottom:8px}.repair .calculation_side .repair_list__checklist_item_service_info{font-weight:400;font-size:14px;line-height:14px;color:#808d9a}.repair .calculation_side .repair_list__checklist_item_price{font-weight:700;font-size:16px;line-height:16px}.repair .calculation_side .repair_list__checklist_item_buy{font-weight:700;font-size:16px;line-height:16px;text-align:center;padding:8px 20px;-webkit-border-radius:6px;border-radius:6px;color:#fff;background-color:#6959cb;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;cursor:pointer}.repair .calculation_side .repair_list__checklist_item_buy:hover{background-color:#3500be}.repair .calculation_side .setup_service__header{padding:16px 16px 20px;font-weight:700;font-size:16px}.repair .calculation_side .setup_service__header_next{padding:30px 16px 24px}.repair .calculation_side .setup_service .repair_list__checklist_item_service_info{color:#000;font-size:16px;line-height:19px;font-weight:400}.repair .calculation_side .repare_device{background-color:#fff;-webkit-border-radius:8px;border-radius:8px;padding:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;margin-top:32px}.repair .calculation_side .repare_device__image{width:176px;height:176px}.repair .calculation_side .repare_device__content{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.repair .calculation_side .repare_device__header{font-weight:700;font-size:20px;line-height:28px;margin-bottom:8px}.repair .calculation_side .repare_device__reason{font-weight:400;font-size:16px;line-height:22px;margin-bottom:16px}.repair .calculation_side .repare_device__price{font-weight:700;font-size:36px;line-height:42px;display:inline-block;margin-bottom:24px}.repair .calculation_side .repare_device__suggestion_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:8px}.repair .calculation_side .repare_device__suggestion_checkbox .form_check{display:inline-block}.repair .calculation_side .repare_device__suggestion_name{font-weight:400;font-size:14px;line-height:20px;position:relative}.repair .calculation_side .repare_device__suggestion_name__hint{display:inline}.repair .calculation_side .repare_device__suggestion_name__hint .calculation_side__select_label_icon{display:inline-block;width:16px;height:16px;margin-right:2px}.repair .calculation_side .repare_device__suggestion_dots{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;border-bottom:1px dotted #808d9a;width:auto;height:16px}.repair .calculation_side .repare_device__suggestion_price{font-weight:700;font-size:14px;line-height:20px}@media screen and (max-width:768px){.repair .calculation_side .repare_device__suggestion_price{margin-left:auto}}.repair .calculation_side .repare_device__order{font-weight:700;font-size:16px;line-height:16px;text-align:center;padding:16px 46px;-webkit-border-radius:6px;border-radius:6px;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:18px;background-color:#6959cb;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;cursor:pointer}.repair .calculation_side .repare_device__order:hover{background-color:#3500be}.repair .calculation_side .order_setup_service .repare_device__image{width:150px;height:150px;padding:15px}.repair .calculation_side .order_setup_service .repare_device__header{margin-bottom:14px}.repair .calculation_side .order_setup_service .repare_device__price{margin-bottom:6px}.repair .calculation_side__selection_back_link{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;cursor:pointer}.repair .calculation_side__selection_back_icon{width:16px;height:16px}.repair .calculation_side__selection_back_text{font-weight:400;font-size:16px;line-height:16px;color:#808d9a}.repair .calculation_side__footer_block{margin-top:28px}.repair .calculation_side__footer_block .liquidity{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;margin-bottom:32px}.repair .calculation_side__footer_block .liquidity__item{background-color:#fff;-webkit-border-radius:8px;border-radius:8px;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;padding:16px 32px 24px}.repair .calculation_side__footer_block .liquidity__header{font-weight:700;font-size:20px;line-height:24px;margin-bottom:4px}.repair .calculation_side__footer_block .liquidity__info{font-weight:400;font-size:16px;line-height:25px;margin-bottom:24px;display:inline-block}.repair .calculation_side__footer_block .liquidity__action{font-weight:700;font-size:16px;line-height:1.6;color:#6959cb;-webkit-border-radius:6px;border-radius:6px;padding:7px 20px;background-color:#eef3f9;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;cursor:pointer}.repair .calculation_side__footer_block .liquidity__action:hover{background-color:#dbe8fb}.repair .calculation_choice{margin:40px 0}.repair .calculation_choice .form_item{margin-bottom:24px}.repair .calculation_choice .form_item:last-child{margin-bottom:0}.repair .calculation_selected{background-color:#fff;-webkit-border-radius:8px;border-radius:8px;padding:32px}.repair .calculation_selected,.repair .calculation_selected_preview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.repair .calculation_selected_preview{width:150px;height:150px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:32px}.repair .calculation_selected_img{max-width:100%;max-height:100%}.repair .calculation_selected_name{font-size:20px;line-height:28px;font-weight:700;margin-bottom:16px}.repair .calculation_selected_price{font-size:36px;line-height:42px;font-weight:700;margin-bottom:16px}.repair .calculation_selected_actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.repair .calculation_selected_actions .btn{min-width:220px;min-height:48px}.repair .calculation_get{display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;margin-top:24px}.repair .calculation_get_block{padding:16px 16px 24px;-webkit-border-radius:8px;border-radius:8px;background-color:#fff}.repair .calculation_get_title{font-size:20px;line-height:24px;font-weight:700;margin-bottom:4px}.repair .calculation_get_text{font-size:16px;line-height:24px;margin-bottom:24px}.repair .calculation_get_actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.repair .calculation_get_actions .btn{min-height:40px}.repair .fast_block{margin-top:116px}.repair .fast_block .line{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;row-gap:40px;margin-bottom:94px}.repair .fast_block .line_item{width:100%}.repair .fast_block .line_item_preview{margin-left:0;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.repair .fast_block .line_item .text,.repair .fast_block .line_item_title{text-align:left}.repair .caption{font-size:20px;line-height:30px;font-weight:700;text-align:center;width:75%;margin:0 auto}.repair .caption span{background:rgba(90,242,24,.95);-webkit-box-shadow:10px 0 rgba(90,242,24,.95),-10px 0 rgba(90,242,24,.95);box-shadow:10px 0 rgba(90,242,24,.95),-10px 0 rgba(90,242,24,.95)}.repair .location{margin:120px 0}.repair .location_map{margin-bottom:40px;overflow:hidden}.repair .location_map iframe{display:block;height:500px}.repair .location{margin:80px auto 115px;max-width:1150px}.repair .location__expander{padding:0 16px}@media screen and (max-width:767px){.repair .location__expander .title{margin-bottom:16px}}.repair .location__map-toggler{display:none}@media screen and (max-width:767px){.repair .location__map-toggler{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.repair .location__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:568px;-webkit-border-radius:16px;border-radius:16px;overflow:hidden}@media screen and (max-width:767px){.repair .location__container{height:auto;overflow:visible}}.repair .location_map{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;height:100%}@media screen and (max-width:767px){.repair .location_map{display:none;height:500px;-webkit-border-radius:8px;border-radius:8px}.repair .location_map.location_visible-item{display:block}}.repair .location_map .gm-style-iw{padding:16px}.repair .location_map .gm-style-iw button.gm-ui-hover-effect{top:10px!important;right:14px!important}.repair .location_map .gm-style-iw button.gm-ui-hover-effect span{margin:3px!important;width:24px!important;height:24px!important}.repair .location_map iframe{display:block!important;width:100%;height:100%}.repair .location__map-shop-list{-webkit-box-flex:0;-webkit-flex:0 0 342px;-ms-flex:0 0 342px;flex:0 0 342px}@media screen and (max-width:767px){.repair .location__map-shop-list{display:none;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;background-color:rgba(0,0,0,0);padding:0}.repair .location__map-shop-list.location_visible-item{display:block}}.repair .faq_block{padding-top:6px}.repair .faq_block .title{margin-bottom:28px}.repair .faq_block .faq_item{margin-bottom:14px}.repair .faq_block .faq_item.active .faq_item_head{border-bottom-color:#fff}.repair .faq_block .faq_item_cont{padding:0 22px 16px}.repair .faq_block .faq_item_text{display:block;margin-bottom:16px}.repair .faq_block .faq_item_text:last-child{margin-bottom:0}.repair .why{margin-top:114px;margin-bottom:116px}.repair .why .text{text-align:center}.repair .why .title{margin-bottom:28px;text-align:center;font-weight:700}.repair .why .subtitle{line-height:32px}.repair .why .subtitle span{display:inline-block;margin-bottom:12px}.repair .why .subtitle span:last-child{margin-bottom:0}.repair .why .footer_social{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:28px}.repair .our_clients{margin-bottom:120px}.repair .our_clients .title{margin-bottom:36px}.repair .our_clients__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.repair .lineup{margin-top:90px;margin-bottom:80px;overflow:hidden;white-space:nowrap;font-size:0}.repair .lineup,.repair .lineup-img{-webkit-transform:translateZ(0);transform:translateZ(0)}.repair .lineup-img{width:3243px;display:inline-block;vertical-align:middle;-webkit-animation:moveSlideshow 40s linear infinite;animation:moveSlideshow 40s linear infinite;margin-right:30px}@keyframes moveSlideshow{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@media screen and (max-width:1365px){.repair .intro{-webkit-border-radius:0;border-radius:0}.repair .intro_cont{padding-left:58px}.repair .intro_img{margin-left:75px}}@media screen and (max-width:1023px){.repair{padding-top:0}.repair .wrap{padding:0 36px}.repair .wrap.wrap_intro{padding:0}.repair .title{font-size:24px}.repair .layer{padding-top:80px}.repair .layer .section .promoution .line{margin-bottom:82px}.repair .line{margin-bottom:60px}.repair .intro{background:-o-linear-gradient(201.34deg,#ede7ff 0,#dfffe6 100%);background:linear-gradient(248.66deg,#ede7ff,#dfffe6);-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:auto;min-height:auto;padding:0;text-align:center;-webkit-border-radius:0;border-radius:0;width:100%}.repair .intro_preview{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:100%;margin:0;padding:0}.repair .intro_img{display:none;height:100%;max-height:486px;max-width:100%}.repair .intro_img_mob{display:block;height:490px}.repair .intro_cont{width:100%;padding:32px 60px 60px}.repair .intro_cont .title{font-size:36px;line-height:42px;margin-bottom:24px;text-align:left}.repair .intro_cont .subtitle{font-size:20px;line-height:32px;margin-bottom:32px}.repair .intro_desc{text-align:left}.repair .calculation_block{padding:58px 0}.repair .calculation_form{padding:0}.repair .calculation_container{margin:0 0 0 28px}.repair .calculation_list{-webkit-column-gap:34px;-moz-column-gap:34px;column-gap:34px}.repair .calculation_item_preview{margin-bottom:0}.repair .calculation .wrap{padding:0 36px}.repair .calculation_side{margin:0;padding:0 24px}.repair .calculation_side__selection_list{grid-template-columns:repeat(2,1fr)}.repair .calculation_side .repair_list__checklist_header{grid-template-columns:1fr auto 105px}.repair .calculation_side .repair_list__checklist_item{grid-template-columns:1fr auto 102px}.repair .fast_block{margin-top:78px}.repair .fast_block .line{grid-template-columns:repeat(2,1fr);row-gap:24px;margin-bottom:60px}.repair .caption{width:95%}.repair .why{margin-top:74px}.repair .our_clients,.repair .why{margin-bottom:80px}.repair .our_clients .title{margin-bottom:28px}.repair .our_clients__list img{width:140px}.repair .lineup{margin-top:0;margin-bottom:60px}}@media screen and (max-width:767px){.repair .wrap{padding:0}.repair .intro_img,.repair .intro_img_mob{display:none}.repair .intro_cont{padding:40px 16px}.repair .intro_cont .title{max-width:400px;width:100%;margin:0 auto 12px}.repair .intro_cont .subtitle{font-size:16px;line-height:26px;max-width:400px;width:100%;margin:0 auto 32px}.repair .intro_actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.repair .intro .btn{max-width:400px;width:100%;margin:0 auto 16px}.repair .intro .btn:first-child{margin-bottom:16px}.repair .intro .btn:last-child{margin:auto;max-width:400px}.repair .intro_desc{text-align:center}.repair .layer{padding-top:60px}.repair .line{margin-bottom:40px}.repair .line_item:first-child{margin-bottom:20px}.repair .line_item:nth-child(2){margin-bottom:20px}.repair .line_item_num{margin:0 auto 8px}.repair .promoution .title{font-size:24px;line-height:28px;margin-bottom:32px!important}.repair .promoution .line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 24px;margin-bottom:0!important}.repair .promoution .line_item{max-width:400px;width:100%;margin:0 auto 40px}.repair .promoution .line_item_title{font-size:16px;line-height:26px;margin-bottom:8px}.repair .promoution .line_item .text{font-size:16px;line-height:22px}.repair .calculation{background-color:#f4f6f8}.repair .calculation .wrap{padding:0}.repair .calculation_container{margin:0 0 0 12px}.repair .calculation_list{-webkit-column-gap:14px;-moz-column-gap:14px;column-gap:14px}.repair .calculation_item{padding-bottom:14px}.repair .calculation_block{padding:28px 0}.repair .calculation_block .title{margin-bottom:16px;padding:0 16px}.repair .calculation_side{padding:0 16px}.repair .calculation_side__select_device{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:26px}.repair .calculation_side__select_device,.repair .calculation_side__select_header_title{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.repair .calculation_side__select_header_title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:8px}.repair .calculation_side__select_field{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;width:100%}.repair .calculation_side__select_label{display:inline-block;font-size:16px;line-height:25px}.repair .calculation_side__select_label_icon{width:16px;height:16px}.repair .calculation_side__select_hint{left:-22%;max-width:294px}.repair .calculation_side__selection{padding-top:24px}.repair .calculation_side__selection_list{gap:4px;margin-bottom:20px}.repair .calculation_side__selection_list__item{text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;row-gap:12px;padding:16px 8px}.repair .calculation_side__selection_list__item_name{font-size:14px;line-height:18px}.repair .calculation_side__footer_block{margin-top:16px}.repair .calculation .repair_list{margin-top:24px;padding-left:16px;padding-right:16px;padding-top:22px}.repair .calculation .repair_list__device_info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:46px}.repair .calculation .repair_list__device_info_img{margin-bottom:16px}.repair .calculation .repair_list__device_info_text_header{text-align:center;font-size:16px;line-height:25px}.repair .calculation .repair_list__device_info_text_list{margin:0 -6px}.repair .calculation .repair_list__checklist_header{display:none}.repair .calculation .repair_list__checklist_item{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:0;padding:0;margin-bottom:20px}.repair .calculation .repair_list__checklist_item:nth-child(odd){margin:0 -16px 20px;padding:16px}.repair .calculation .repair_list__checklist_item_service{grid-column:1/3;margin-bottom:8px}.repair .calculation .repair_list__checklist_item_service_info{line-height:16px}.repair .calculation .repair_list__checklist_item_service_header{margin-bottom:4px}.repair .calculation .repair_list__checklist_item_buy{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto}.repair .calculation .repair_list.setup_service .repair_list__device_info{margin-bottom:10px}.repair .calculation .repair_list.setup_service .repair_list__device_info_img{margin-bottom:20px}.repair .calculation .repair_list.setup_service .setup_service__header{padding-left:0}.repair .calculation .repair_list.setup_service .repair_list__checklist_item_service_info{line-height:22px}.repair .calculation .repare_device{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:24px;padding:24px 16px 16px}.repair .calculation .repare_device__image{width:96px;height:96px;margin-bottom:16px}.repair .calculation .repare_device__header{font-size:16px;line-height:25px;text-align:center;margin-bottom:16px}.repair .calculation .repare_device__reason{font-size:14px;line-height:22px;text-align:center}.repair .calculation .repare_device__price{font-size:32px;line-height:42px;text-align:center;display:inherit;margin-bottom:18px}.repair .calculation .repare_device__suggestion_item{margin-bottom:16px}.repair .calculation .repare_device__suggestion_checkbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.repair .calculation .repare_device__suggestion_name{margin-left:10px}.repair .calculation .repare_device__suggestion_dots{display:none}.repair .calculation .repare_device__order{width:auto}.repair .calculation .repare_device.order_setup_service{padding:0 16px 16px}.repair .calculation .repare_device.order_setup_service .repare_device__image{width:125px;height:125px;margin-bottom:4px}.repair .calculation .liquidity{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;row-gap:16px}.repair .calculation .liquidity__item{padding:16px}.repair .calculation .liquidity__header{font-size:16px;line-height:24px}.repair .calculation .liquidity__info{font-size:14px;line-height:22px}.repair .calculation .liquidity__action{width:auto;text-align:center}.repair .fast_block{margin-top:40px}.repair .fast_block .title{margin-top:60px;margin-bottom:32px}.repair .fast_block .line{display:block;margin:0 0 60px;padding:0 24px}.repair .fast_block .line_item{max-width:400px;width:100%;margin:0 auto 30px}.repair .fast_block .line_item_preview{margin:0 auto 8px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:auto}.repair .fast_block .line_item_title{text-align:center;font-size:16px;line-height:26px}.repair .fast_block .line .text{text-align:center;font-size:14px;line-height:22px}.repair .caption{width:100%;font-size:14px;line-height:26px;padding:0 20px}.repair .faq_block{padding:0 16px}.repair .faq_block .title{margin-bottom:14px}.repair .faq_block .faq_item_cont{padding:0 14px 16px}.repair .faq_block .faq_item_text{margin-bottom:8px}.repair .faq_block .faq_item_text:last-child{margin-bottom:0}.repair .why{margin:60px 0;width:100%;padding:0 16px}.repair .why .title{margin-bottom:16px}.repair .why .subtitle{font-size:14px;line-height:21px}.repair .why .subtitle .subtitle_first{margin-bottom:10px}.repair .why .footer_social{margin-top:20px}.repair .our_clients{margin-bottom:68px}.repair .our_clients .title{margin-bottom:14px}.repair .our_clients__list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 20px;row-gap:30px}.repair .our_clients__list img{width:120px}.repair .lineup{height:428px}}#delete_user_modal{max-width:340px;width:100%}#delete_user_modal .modal-head{-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px;border-bottom:1px solid #d3dce9;padding:18px 0}#delete_user_modal .modal-head__title{padding-left:30px;font-size:20px;line-height:24px;color:#000}#delete_user_modal .modal-wrapper{padding:14px 30px 24px}#delete_user_modal .modal-desc{font-weight:400;font-size:16px;line-height:26px;color:#000;margin-bottom:24px}#delete_user_modal .modal-button{min-height:40px;font-size:16px;line-height:26px}.delete-user-modal .modal_close_icon{top:18px}.trade_in_calculator{min-height:555px;height:100%}.trade_in_calculator_title{font-size:16px;line-height:24px;font-weight:700;margin-bottom:24px}.trade_in_calculator_title.hide{display:none}.trade_in_calculator_placeholder{background-color:#f4f6f8;-webkit-border-radius:8px;border-radius:8px;padding:40px 32px;text-align:center}.trade_in_calculator_placeholder_icon{width:48px;height:48px;display:block;margin:0 auto 10px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_tradein_placeholder.svg)}.trade_in_calculator_placeholder_text{font-size:16px;line-height:22px;color:#808d9a}.trade_in_calculator_form{display:none;margin-bottom:24px}.trade_in_calculator_form .trade_in_calculator_title.hide{display:block}.trade_in_calculator_form .form_item{margin-bottom:16px}.trade_in_calculator_form .form_item:last-child{margin-bottom:0}.trade_in_calculator_form .form_item.error{margin-bottom:32px}.trade_in_calculator_form .form_item.error label.error{bottom:-5px}.trade_in_calculator_side{display:none}.trade_in_calculator_actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background-color:#f4f6f8;-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;border-bottom-right-radius:8px;padding:0 16px 16px}.trade_in_calculator_actions_item{width:-webkit-calc(50% - 8px);width:calc(50% - 8px)}.trade_in_calculator_actions_item.full-width{width:100%}.trade_in_calculator_actions_item_desc{margin-top:8px;text-align:center;font-size:14px;line-height:18px;color:#808d9a}.trade_in_calculator_actions_item_desc .link{font-size:inherit}.trade_in_calculator_info{font-size:14px;line-height:18px;color:#808d9a;margin-top:8px}.trade_in_calculator_info .link{font-size:inherit;line-height:inherit}.trade_in_calculator_again{display:inline-block;margin-top:60px;font-size:16px;line-height:16px;color:#808d9a;cursor:pointer}.trade_in_calculator_again:hover:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.trade_in_calculator_again:before{content:"";display:inline-block;vertical-align:middle;width:16px;height:16px;margin:-2px 10px 0 0;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_form_refresh.svg);-webkit-transition:.15s;-o-transition:.15s;transition:.15s}.trade_in_calculator_final_mobile{display:none}.trade_in_calculator_final_info{background-color:#f4f6f8;-webkit-border-radius:8px;border-radius:8px;padding:62px 16px 28px;text-align:center;margin-bottom:56px}.trade_in_calculator_final_icon{display:block;width:64px;height:64px;margin:0 auto 26px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_okay.svg)}.trade_in_calculator_final_text{font-size:20px;line-height:24px}.trade_in_calculator_final_code{display:block;width:160px;height:160px;margin:0 auto 24px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../images/q-code.svg)}.trade_in_calculator_final_caption{font-size:16px;line-height:24px;text-align:center;margin-bottom:76px}.trade_in_calculator .button-back{background-color:unset;margin-bottom:24px;display:inline-block;width:auto;height:auto;color:#808d9a;font-size:16px;line-height:16px;font-weight:400}.trade_in_calculator .button-back-custom,.trade_in_calculator .button-back.hide{display:none}#tradeinCalculator .button{display:block;width:100%;height:48px;-webkit-border-radius:6px;border-radius:6px;font-size:16px;line-height:100%;font-weight:700;color:#fff;background-color:#6959cb;text-align:center;-webkit-transition:.25s;-o-transition:.25s;transition:.25s}#tradeinCalculator .button:hover{background-color:#5b4ac5}#tradeinCalculator .button.button-go-to-question{margin-top:16px}#tradeinCalculator .button.button-back{background-color:unset;margin-bottom:24px;min-width:unset;padding:unset}#tradeinCalculator .button.button-back,#tradeinCalculator .button.button-start-over{display:inline-block;width:auto;height:auto;color:#808d9a;font-size:16px;line-height:16px;font-weight:400}#tradeinCalculator .button.button-start-over{position:absolute;bottom:24px;left:30px;margin-top:60px;cursor:pointer;padding:0;background:no-repeat;opacity:0}#tradeinCalculator .button.button-start-over:hover:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}#tradeinCalculator .button.button-start-over:before{content:"";display:inline-block;vertical-align:middle;width:16px;height:16px;margin:-2px 10px 0 0;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_form_refresh.svg);-webkit-transition:.15s;-o-transition:.15s;transition:.15s}#tradeinCalculator .buttons-question{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:16px}#tradeinCalculator .buttons-question.hide{display:none!important}#tradeinCalculator .buttons-question .button{width:-webkit-calc(50% - 8px);width:calc(50% - 8px);background-color:#eef3f9;color:#6959cb;min-width:100px}#tradeinCalculator .buttons-question .button:hover{background-color:#d3e1f3}#tradeinCalculator .buttons-question .button.button-next-question{color:#fff;background-color:#6959cb;width:100%}#tradeinCalculator .buttons-question .button.button-next-question:hover{background-color:#5b4ac5}#tradeinCalculator .buttons-question .button.disabled,#tradeinCalculator .buttons-question .button:disabled{opacity:.5;cursor:default}#tradeinCalculator .questions{min-height:432px;margin-bottom:32px}#tradeinCalculator .questions .title-question{margin-bottom:24px}#tradeinCalculator .block-question{min-height:432px;position:relative;padding-bottom:64px}#tradeinCalculator .block-question .buttons-question{position:absolute;bottom:0;left:0;width:100%}#tradeinCalculator .select-product label{display:block;font-size:14px;line-height:22px;color:#808d9a;margin-bottom:6px}#tradeinCalculator .select-product input,#tradeinCalculator .select-product select{display:block;width:100%;height:40px;border:1px solid #808d9a;-webkit-border-radius:8px;border-radius:8px;font-size:14px;line-height:22px;padding:8px 16px;margin-bottom:16px;-webkit-transition:.15s;-o-transition:.15s;transition:.15s}#tradeinCalculator .select-product input:hover,#tradeinCalculator .select-product select:hover{border-color:#3500be}#tradeinCalculator .select-product input:last-child,#tradeinCalculator .select-product select:last-child{margin-bottom:0}#tradeinCalculator .select-product select{background:url(../img/icons/i_select_arrow.svg);background-size:12px 12px;background-repeat:no-repeat;background-position:-webkit-calc(100% - 16px) 50%;background-position:calc(100% - 16px) 50%}#tradeinCalculator .selected-product{background-color:#f4f6f8;-webkit-border-radius:8px;border-radius:8px;padding:16px;margin-top:8px}#tradeinCalculator .selected-product.no-border-radius{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}#tradeinCalculator .selected-product .selected-product-title{margin-bottom:8px;font-size:16px;line-height:24px;color:#808d9a;width:100%}#tradeinCalculator .selected-product .selected-product-name{font-size:16px;line-height:24px;font-weight:700;width:-webkit-calc(100% - 130px);width:calc(100% - 130px);white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}#tradeinCalculator .selected-product .selected-product-price{margin:-24px 0 0;width:100%;font-size:24px;line-height:24px;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}#tradeinCalculator .selected-product .selected-product-price .price{margin-right:4px}#tradeinCalculator .title-question{font-size:16px;line-height:24px;font-weight:700;margin-bottom:8px}#tradeinCalculator .description-question{display:block;font-size:14px;line-height:20px;color:#808d9a;margin-bottom:16px}#tradeinCalculator .description-question>li{display:block;position:relative;padding-left:32px}#tradeinCalculator .description-question>li:before{content:"";width:4px;height:4px;-webkit-border-radius:50%;border-radius:50%;position:absolute;top:8px;left:15px;background-color:#808d9a}#tradeinCalculator .options-question label{display:block;margin-bottom:16px;font-size:16px;line-height:20px;cursor:pointer}#tradeinCalculator .options-question label:last-child{margin-bottom:0}#tradeinCalculator .options-question label:hover .name:before{border-color:#3500be}#tradeinCalculator .options-question label input{display:none}#tradeinCalculator .options-question label input:checked+.name:before{border-color:#3500be;background-color:#3500be}#tradeinCalculator .options-question label .name{position:relative;padding-left:32px;margin-bottom:8px;display:block}#tradeinCalculator .options-question label .name:before{content:"";width:20px;height:20px;-webkit-border-radius:50%;border-radius:50%;border:1px solid #808d9a;position:absolute;top:0;left:0}#tradeinCalculator .options-question label .name:after{content:"";width:10px;height:10px;-webkit-border-radius:50%;border-radius:50%;position:absolute;top:5px;left:5px;background-color:#fff}#tradeinCalculator .description{display:block;padding-left:32px;font-size:14px;line-height:20px;color:#808d9a}#tradeinCalculator .description ul{margin-top:8px;padding-left:20px;list-style:disc}@media screen and (max-width:1023px){#tradeinCalculator .button.button-back{margin-bottom:16px}#tradeinCalculator .button.button-start-over{bottom:16px;left:16px}#tradeinCalculator .selected-product .selected-product-name{font-size:14px;line-height:22px;width:100%;white-space:normal;margin-bottom:8px}#tradeinCalculator .selected-product .selected-product-price{font-size:20px;line-height:20px;margin:0;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}#tradeinCalculator .options-question label{font-size:14px}#tradeinCalculator .questions{margin-bottom:24px;max-height:-webkit-calc(100vh - 272px);max-height:calc(100vh - 272px);min-height:auto;overflow:auto}#tradeinCalculator .questions .title-question{margin-bottom:16px;font-size:14px}#tradeinCalculator .questions .options-question{height:-webkit-calc(100vh - 300px);height:calc(100vh - 300px)}#tradeinCalculator .buttons-question{position:absolute;bottom:16px;left:0;padding:16px;width:100%}.trade_in_calculator_placeholder{margin-top:16px;padding:16px}.trade_in_calculator_placeholder_text{font-size:14px;line-height:20px}.trade_in_calculator .button-back{margin-bottom:16px}.trade_in_calculator_title{font-size:14px;line-height:20px;margin-bottom:16px}.trade_in_calculator_actions{display:block}.trade_in_calculator_actions_item{width:100%;margin-bottom:16px}.trade_in_calculator_actions_item:last-child{margin-bottom:0}.trade_in_calculator_info{margin-top:16px}.trade_in_calculator_again{margin-top:36px}.trade_in_calculator_caption{font-size:14px;line-height:20px}.trade_in_calculator_form{margin-bottom:16px}.trade_in_calculator_final_mobile{display:block}.trade_in_calculator_final_desktop{display:none}.trade_in_calculator_final_info{padding:24px 16px;margin-bottom:32px}.trade_in_calculator_final_icon{margin:0 auto 16px}.trade_in_calculator_final_desc{text-align:center}.trade_in_calculator_final_desc .link{margin-bottom:42px}.trade_in_calculator_final_desc .link:before{content:"";width:16px;height:16px;margin-right:10px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../img/icons/i_tradein_download.svg);display:inline-block;vertical-align:middle}.trade_in_calculator_final_check{width:64px;height:64px;display:block;margin:0 auto 16px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(../images/q-code_mob.png)}.trade_in_calculator_final_caption{margin-bottom:38px}}.shares_page{padding:40px 0 80px}.shares_page .main_block_cont{width:100%}.shares_page_main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:16px;position:relative}.shares_page_main .loader{position:absolute;top:0;left:0;width:100%;height:0;opacity:0;background-color:hsla(0,0%,100%,.8);z-index:100;-webkit-transition:height 0s .15s,opacity .15s 0s;-o-transition:height 0s .15s,opacity .15s 0s;transition:height 0s .15s,opacity .15s 0s}.shares_page_main .loader.active{height:100%;opacity:1;-webkit-transition:height 0s 0s,opacity .15s 0s;-o-transition:height 0s 0s,opacity .15s 0s;transition:height 0s 0s,opacity .15s 0s}.shares_page_main_cont{width:100%}.shares_page_main .sort{display:none}.shares_page_main .no_result{border-top:1px solid #d3dce9}.shares_page_main .share_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-left:-1px;border-left:1px solid #d3dce9}.shares_page_main .share_item{width:33.3%;border-top:1px solid #d3dce9;border-right:1px solid #d3dce9;border-bottom:1px solid #d3dce9;cursor:pointer}.shares_page_main .share_item.finished{opacity:.5;cursor:not-allowed}.shares_page_main .share_item_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:20px}.shares_page_main .share_item_image{margin-bottom:16px;max-width:312px;width:100%}.shares_page_main .share_item_type{width:-webkit-max-content;width:-moz-max-content;width:max-content;font-weight:700;font-size:14px;line-height:18px;color:#fff;margin-bottom:8px;-webkit-border-radius:4px;border-radius:4px;padding:4px 8px}.shares_page_main .share_item_type.special{background-color:#02b5dc}.shares_page_main .share_item_type.sale{background-color:#f14336}.shares_page_main .share_item_type.draw{background-color:#00ba88}.shares_page_main .share_item_type.gift{background-color:#ed2e7e}.shares_page_main .share_item_name{font-weight:700;font-size:16px;line-height:26px;margin-bottom:8px;color:#000;min-height:52px}.shares_page_main .share_item_date{font-size:16px;line-height:26px;color:#808d9a}.shares_page_main_bottom .show_more{margin:40px 0 22px}.shares_page_main .filter .form_label{margin-bottom:0}.shares_page_main .filter .form_item{margin-bottom:10px}.shares_page_main .filter .form_item:last-child{margin-bottom:0}.shares_page .viewed_products{padding-left:0;padding-right:0}.share_head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px}.filter_head .filter_action{margin-top:12px}@media screen and (max-width:1023px){.shares_page_main .sort{border:1px solid #d3dce9;padding:12px 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.shares_page_main .sort .filter_btn_mobile{padding:0;min-height:30px;font-size:14px;line-height:160%;font-weight:700}.shares_page_main .sort .filter_btn_mobile .val{border:1px solid #fff}.shares_page_main .sort .filter_btn_mobile .icon{margin-right:4px}.shares_page_main .share_list{margin-left:0}.shares_page_main .share_item{width:50%}.share_head{margin-top:24px}.share_head .selected{display:none}}@media screen and (max-width:767px){.shares_page{padding:24px 0 40px}.shares_page .wrap{padding:0}.shares_page .breadcrumbs,.shares_page .subtitle,.shares_page .title{padding:0 16px}.shares_page_main{margin:24px 0 40px}.shares_page_main_bottom .show_more{margin:24px 0}.switcher{padding:0 16px}}@media screen and (max-width:540px){.shares_page_main .share_list div:last-of-type{border-bottom:1px solid #d3dce9}.shares_page_main .share_item{width:100%;border-bottom:0}.shares_page_main .share_item_image{max-width:none;width:100%}.shares_page_main .share_item_wrapper{padding:16px}.shares_page_main .share_item_type{font-size:13px;line-height:16px}.shares_page_main .share_item_name{font-size:14px;line-height:21px;min-height:auto}.shares_page_main .share_item_date{font-size:14px;line-height:22px}.switcher{width:100%}.switcher_btn{width:50%}}.share_page{padding:40px 0 80px}.share_page .title{margin-bottom:40px;font-size:32px;line-height:38px}.share_page_header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:64px}.share_page_header_image{width:100%}.share_page_header_image img{max-width:-webkit-calc(100% - 24px);max-width:calc(100% - 24px);width:100%;-webkit-border-radius:6px;border-radius:6px}.share_page_header_desc{padding-right:74px;margin-right:94px;border-right:1px dashed #d3dce9;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-width:355px;width:100%}.share_page_header_title{font-weight:700;font-size:24px;line-height:26px;margin-bottom:32px;color:#000}.share_page_header_price{padding-left:16px;border-left:1px solid #000;margin-bottom:24px}.share_page_header_price_title{font-size:20px;line-height:24px;margin-bottom:6px;color:#000}.share_page_header_price_text{font-size:18px;line-height:18px;color:#eb001a}.share_page_header_price_discount{font-weight:700;font-size:24px;line-height:24px}.share_page_header_price_old{color:#808d9a;text-decoration:line-through}.share_page_header_date{font-size:14px;line-height:22px;color:#000}.share_page_header_timer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;padding:0 24px;max-width:340px;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.share_page_header_timer_content{max-width:270px;width:100%;margin:0 auto}.share_page_header_timer_title{font-size:14px;line-height:22px;color:#808d9a;margin-bottom:24px;text-align:center}.share_page_header_timer_title.action-end{color:#000;font-size:14px;line-height:160%;font-weight:400;margin:auto}@media screen and (min-width:768px){.share_page_header_timer_title.action-end{font-size:16px}}.share_page_header_timer_countdown{max-width:260px;width:100%;margin:0 auto}.share_page_header_timer_list{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.share_page_header_timer_item,.share_page_header_timer_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.share_page_header_timer_item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:14px;line-height:22px;color:#000;position:relative;text-align:center;min-width:48px}.share_page_header_timer_item:not(:last-child){padding-right:30px}.share_page_header_timer_item:not(:last-child):before{content:"";position:absolute;bottom:30px;right:12px;width:5px;height:5px;-webkit-border-radius:50%;border-radius:50%;background-color:#000}.share_page_header_timer_item:not(:last-child):after{content:"";position:absolute;bottom:40px;right:12px;width:5px;height:5px;-webkit-border-radius:50%;border-radius:50%;background-color:#000}.share_page_header_timer_item.seconds,.share_page_header_timer_item.seconds span{color:#eb001b}.share_page_header_timer_number{font-weight:700;font-size:40px;line-height:38px;color:#000}.share_page_header_timer_social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.share_page_header_timer_social_title{font-size:14px;line-height:22px;color:#000;margin-right:16px}.share_page_header_timer_social_icon{width:24px;height:24px;margin-right:16px}.share_page_description{margin-bottom:64px}.share_page_description_title{font-size:32px;line-height:38px;color:#000;margin-bottom:32px}.share_page_description_text{font-size:20px;line-height:24px;color:#000;margin-bottom:20px}.share_page_description_terms{font-size:16px;line-height:26px;color:#000}.share_page_main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:16px;position:relative}.share_page_main .loader{position:absolute;top:0;left:0;width:100%;height:0;opacity:0;background-color:hsla(0,0%,100%,.8);z-index:100;-webkit-transition:height 0s .15s,opacity .15s 0s;-o-transition:height 0s .15s,opacity .15s 0s;transition:height 0s .15s,opacity .15s 0s}.share_page_main .loader.active{height:100%;opacity:1;-webkit-transition:height 0s 0s,opacity .15s 0s;-o-transition:height 0s 0s,opacity .15s 0s;transition:height 0s 0s,opacity .15s 0s}.share_page_main_cont{width:100%}.share_page_main .sort{display:none}.share_page_main .product_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-calc(100% + 1px);width:calc(100% + 1px);margin-left:-1px;border-left:1px solid #d3dce9}.share_page_main .product_list.list_view .product_list_item{width:100%}.share_page_main .product_list.list_view .product_list_item .product_wrap{width:100%;padding:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.share_page_main .product_list.list_view .product_list_item .product_mark{top:16px;left:16px}.share_page_main .product_list.list_view .product_list_item .product_edit{top:16px;right:16px}.share_page_main .product_list.list_view .product_list_item .product_preview{margin:0 32px 0 0}.share_page_main .product_list.list_view .product_list_item .product_name{height:auto;font-weight:700;margin-bottom:12px}.share_page_main .product_list.list_view .product_list_item .product_price{font-size:30px}.share_page_main .product_list.list_view .product_list_item .product_characteristics{display:block}.share_page_main .product_list.list_view .product_list_item .product_side{width:100%}.share_page_main .product_list.list_view .product_list_item .product_action{position:absolute;right:0;top:0;width:214px;height:100%;padding:54px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.share_page_main .product_list_item{width:25%;border-right:1px solid #d3dce9;border-bottom:1px solid #d3dce9;border-top:1px solid #d3dce9}.share_page_main_bottom .show_more{margin:40px 0 22px}.share_page .viewed_products{padding-left:0;padding-right:0}@media screen and (max-width:1366px){.share_page_header_desc{padding-right:24px;margin-right:55px}}@media screen and (max-width:1280px){.share_page_main .product_list_item{width:33.33333%}}@media screen and (max-width:1023px){.share_page_header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:44px}.share_page_header_image img{max-width:100%}.share_page_header_content{padding:0;border-bottom:1px dashed #d3dce9;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px}.share_page_header_image{max-width:312px}.share_page_header_desc{border-right:none;margin-right:0;padding-right:0;max-width:none}.share_page_header_timer{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;padding:24px}.share_page_header_timer,.share_page_header_timer_content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:100%}.share_page_header_timer_content{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.share_page_header_timer_title{margin-bottom:0}.share_page_header_timer_countdown{margin:0}.share_page_header_timer_social{padding-bottom:12px}.share_page_main .product_list{width:100%;margin-left:0}.share_page_main .product_list_item{width:33.33333%;border-top:none}.share_page_main .sort{border:1px solid #d3dce9;padding:12px 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.share_page_main .sort .filter_btn_mobile{padding:0;min-height:30px}.share_page_main .share_list{margin-left:0}.share_page_main .share_item{width:50%}.share_head{margin-top:24px}.share_head .selected{display:none}}@media screen and (max-width:767px){.share_page{padding:24px 0 40px}.share_page_container{padding:0 16px}.share_page_description{margin-bottom:40px}.share_page_description_title{font-size:20px;line-height:24px;margin-bottom:20px}.share_page_description_text{font-size:18px;line-height:22px;margin-bottom:16px}.share_page_description_terms{font-size:14px;line-height:22px}.share_page .wrap{padding:0}.share_page .breadcrumbs{padding:0 16px}.share_page .title{padding:0 16px;font-size:20px;line-height:24px}.share_page .subtitle{padding:0 16px}.share_page_main{margin:24px 0 40px}.share_page_main .product_list{display:block;border-left:0}.share_page_main .product_list_item{width:100%;border-left:0}.share_page_main .product_list.block_view{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.share_page_main .product_list.block_view .product{width:50%;padding:0}.share_page_main .product_list.block_view .product:nth-child(2n){border-right:0}.share_page_main .product_list.block_view .product_wrap{display:block;max-width:100%;padding:16px 12px 12px}.share_page_main .product_list.block_view .product_preview{width:110px;height:110px;margin:0 auto 16px}.share_page_main .product_list.block_view .product_buy,.share_page_main .product_list.block_view .product_quantity{margin:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.share_page_main_bottom .show_more{margin:24px 0}.switcher{padding:0 16px}}@media screen and (max-width:600px){.share_page_header_content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%}.share_page_header_title{font-size:20px;line-height:22px;margin-bottom:24px}.share_page_header_timer{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:24px 32px}.share_page_header_timer,.share_page_header_timer_content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.share_page_header_timer_title{margin-bottom:16px}.share_page_header_timer_item:not(:last-child):before{bottom:25px}.share_page_header_timer_item:not(:last-child):after{bottom:35px}.share_page_header_timer_number{font-size:36px;line-height:26px}}@media screen and (max-width:540px){.share_page_main .share_list div:last-of-type{border-bottom:1px solid #d3dce9}.share_page_main .share_item{width:100%;border-bottom:0}.share_page_main .share_item_wrapper{padding:16px}.share_page_main .share_item_type{font-size:13px;line-height:16px}.share_page_main .share_item_name{font-size:14px;line-height:21px;min-height:auto}.share_page_main .share_item_date{font-size:14px;line-height:22px}.switcher{width:100%}.switcher_btn{width:50%}}.order{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.order .btn{min-height:40px}.order .title{position:relative;z-index:1}.order_part{width:100%}.order_header{background-color:#f2f4f7;height:100px}.order_header,.order_header .wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.order_header .wrap{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.order_header_info{text-align:right}.order_header_info_phone{font-size:18px;line-height:22px}.order_header_info_time{font-size:14px;line-height:18px;color:#808d9a}.order_main{padding:40px 0 80px}.order_main .wrap{max-width:885px}.order_cont{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:40px}.order_form{width:100%}.order_form_step_done{font-size:16px;line-height:24px;color:#808d9a;padding-left:60px;display:none}.order_form_part{position:relative;padding-bottom:24px;margin-bottom:16px}.order_form_part.hide{padding-bottom:0}.order_form_part.hide .order_form_information{display:none}.order_form_part.hide .order_form_head{margin-bottom:16px}.order_form_part.done{padding-bottom:0}.order_form_part.done:before{background-color:#00c853}.order_form_part.done .order_form_information{display:none}.order_form_part.done .order_form_head{margin-bottom:16px}.order_form_part.done .order_form_title{color:#00c853}.order_form_part.done .order_form_num{border-color:#00c853;position:relative}.order_form_part.done .order_form_num:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;background-image:url(../img/icons/i_check_green.svg);background-position:50%;background-size:16px 12px;background-repeat:no-repeat;-webkit-border-radius:50%;border-radius:50%}.order_form_part.done .order_form_part_edit,.order_form_part.done .order_form_step_done{display:block}.order_form_part.done .order_form_step_done div{display:inline;white-space:nowrap}.order_form_part:last-child{padding-bottom:0;margin-bottom:0}.order_form_part:before{content:"";position:absolute;top:56px;left:20px;width:2px;height:-webkit-calc(100% - 56px);height:calc(100% - 56px);background-color:#d3dce9}.order_form_part_edit{font-size:16px;line-height:1.4;color:#297bf6;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px;cursor:pointer;display:none}.order_form_part_edit:hover{text-decoration:underline}.order_form_head{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.order_form_head,.order_form_head_side,.order_form_num{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.order_form_num{width:40px;height:40px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:50%;border-radius:50%;border:2px solid #d3dce9;font-size:20px;line-height:28px;font-weight:700;padding-top:4px;margin-right:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:relative;background-color:#fff}.order_form_num:before{content:"";position:absolute;bottom:38px;left:18px;width:2px;height:200px}.order_form_title{font-size:20px;line-height:28px;font-weight:700}.order_form_subtitle{padding-left:60px;font-size:16px;line-height:1.2;font-weight:700;margin-bottom:16px}.order_form_line{padding-left:60px;margin-bottom:16px;position:relative}.order_form_line:last-child{margin-bottom:0}.order_form_line .select2-selection__arrow{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.order_form_line .form_radio{margin-right:10px}.order_form_line .form_radio:last-child{margin-right:0}.order_form_line #payment_method_data{padding-left:0}.order_form_line.loan>.form_item{margin-bottom:16px}.order_form_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:24px}.order_form_toggle{margin-bottom:16px;padding-left:32px}.order_form_toggle .payment_method{margin-bottom:24px}.order_form_toggle .payment_method_holder-disabled .form_radio_custom{-webkit-filter:opacity(.5);filter:opacity(.5)}.order_form_toggle .payment_method .order_form_table{margin-top:24px}.order_form_toggle .payment_method .alert{margin-bottom:12px}.order_form_city{margin:12px 0 24px}.order_form_city_link{display:inline-block;font-size:14px;line-height:24px;color:#297bf6;border-bottom:1px dashed;margin-right:20px}.order_form_city_link.active{font-weight:700}.order_form_city_link:last-child{margin-right:0}.order_form_table{border:1px solid #d3dce9;-webkit-border-radius:6px;border-radius:6px}.order_form_table_head{padding:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #d3dce9}.order_form_table_name{font-size:14px;line-height:1.6}.order_form_table_main{padding:16px}.order_form_table_line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px;font-size:14px;line-height:1.6;color:#808d9a}.order_form_table_line:last-child{margin-bottom:0}.order_form_pass{display:inline;font-size:16px;line-height:26px;color:#297bf6;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.order_form_pass:hover{color:#0a60e2}.order_form .error_place{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);margin:0 0 16px 60px}.order_side{width:310px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:35px}.order_side.fixed .order_side_wrapper{position:fixed;top:20px}.order_side .order-warranty{font-size:14px;line-height:20px;margin-top:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px}.order_side_wrapper{width:320px;border:1px solid rgba(53,0,190,.1);-webkit-border-radius:8px;border-radius:8px;padding:16px}.order_side_head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid rgba(53,0,190,.1);padding-bottom:8px}.order_side_title{font-size:20px;line-height:1.4}.order_side_edit{font-size:16px;line-height:1.4;color:#297bf6;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px}.order_side_edit:hover{text-decoration:underline}.order_side_product_list{padding:16px 0 24px}.order_side_availability_error{border:1px solid rgba(235,0,27,.5);-webkit-border-radius:6px;border-radius:6px;padding:12px}.order_side_availability_error_title{font-size:14px;line-height:20px}.order_side_availability_error_link{color:#297bf6;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.order_side_availability_error_link:hover{text-decoration:underline}.order_side_product_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:24px}.order_side_product_item:last-child{margin-bottom:0}.order_side_product_item_preview{width:80px;height:80px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:16px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.order_side_product_item_img{display:block;max-width:100%;max-height:100%}.order_side_product_item_rate{position:absolute;top:4px;right:4px;width:24px;height:24px;-webkit-border-radius:6px;border-radius:6px;background-color:#f2f4f7;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:14px;line-height:1.2;font-weight:700;color:#3500be}.order_side_product_item_info,.order_side_product_item_rate{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order_side_product_item_info{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.order_side_product_item_name{font-size:14px;line-height:21px}.order_side_product_item_price{margin-bottom:4px;margin-top:4px}.order_side_product_item_price_val{font-size:16px;line-height:20px;font-weight:700;display:block}.order_side_product_item_price_old{font-size:10px;line-height:12px;color:#f14336;text-decoration:line-through;display:block}.order_side_total .coupon .form_label{margin-bottom:6px}.order_side_total .coupon .promo_group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order_side_total .coupon .promo_group .form_input{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;border-right:none}.order_side_total .coupon .promo_group .btn{font-size:14px;line-height:22px;-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;margin-top:0}.order_side_total .coupon .form_hint{font-weight:400;font-size:13px;line-height:150%;margin-top:6px;color:#808d9a;display:inline-block}.order_side_total .coupon .form_hint_success{color:#00c853}.order_side_total .coupon .form_hint_danger{color:#eb001b}.order_side_total .coupon.coupon_bonus .form_item{margin-bottom:16px}.order_side_total .coupon.coupon_bonus .form_item .form_label{margin-bottom:0}.order_side_total .coupon.coupon_bonus .form_item .form_label,.order_side_total .coupon.coupon_bonus .form_item .price_cashback__price{font-size:16px}.order_side_total .coupon.coupon_bonus .bonus-input{margin-top:16px;display:none}.order_side_total .coupon.coupon_bonus .bonus-input.active{display:block}.order_side_total .coupon.coupon_bonus>.form_label{font-size:14px;margin-bottom:0}.order_side_total_title{font-size:20px;line-height:1.4;border-bottom:1px solid rgba(53,0,190,.1);padding-bottom:12px;margin-bottom:16px}.order_side_total_line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;line-height:24px;margin-bottom:16px;color:#000}.order_side_total_line_name{color:#808d9a}.order_side_total_line_val{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:8px}.order_side_total .btn{max-height:40px}.order_side_total_all{font-size:20px;line-height:30px;font-weight:700}.order_side_total_all .order_side_total_line_name{color:#000}.order_side_total_desc{font-size:12px;line-height:18px;text-align:center;margin-top:16px}.order_side_total_desc a{color:#297bf6}.order_side_total_desc a:hover{text-decoration:underline}.order_side_total_bonus{-webkit-border-radius:8px;border-radius:8px;background:#f4f6f8;padding:16px;margin:16px 0;width:100%;line-height:0}.order_side_total_bonus .price_cashback{font-size:16px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:12px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.order_side_total_bonus .price_cashback span:first-child{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:8px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.order_side_total_bonus .price_cashback span:first-child>span{padding-top:4px}.order_side_total_bonus .price_cashback__icon{width:24px;height:24px}.order_side_total_bonus .price_cashback__price{padding-top:4px;display:inline-block}@media screen and (max-width:767px){.order_side_total_bonus .price_cashback__price{margin-top:0}}.order_side_total_bonus .price_cashback *{line-height:16px}.order_footer{background-color:#f2f4f7;padding:28px 0}.order_footer .wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.order_footer_text{font-size:14px;line-height:21px}.order_footer_payment{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.order_footer_payment_item{margin-right:16px}.order_footer_payment_item:last-child{margin-right:0}.order_footer_payment_item.icon_mastercard{width:46px;height:30px}.order_footer_payment_item.icon_visa_dark{width:60px;height:30px}.order .redirect-wrap{max-width:885px;width:100%;margin:40px auto 0}.order-redirect{border:1px solid #d3dce9;-webkit-border-radius:8px;border-radius:8px;padding:24px 0}.order-redirect_title{font-size:20px;line-height:24px;text-align:center;margin-bottom:16px}.order-redirect #countdown{position:relative;height:64px;width:64px;text-align:center;color:#000;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.order-redirect #countdown-number{color:#000;display:inline-block;line-height:40px}.order-redirect svg{position:absolute;top:-4px;right:4px;width:64px;height:64px;-webkit-transform:rotateY(-180deg) rotate(-90deg);transform:rotateY(-180deg) rotate(-90deg)}.order-redirect .main-circle{stroke-dasharray:230px;stroke-dashoffset:0px;stroke-linecap:round;stroke-width:2px;stroke:#6959cb;fill:none;-webkit-animation:countdown 5s linear forwards;animation:countdown 5s linear forwards;z-index:10}.order-redirect .back-circle{stroke:#f4f6f8;stroke-dasharray:230px;stroke-dashoffset:0px;stroke-linecap:round;stroke-width:2px;fill:none;z-index:1}@-webkit-keyframes countdown{0%{stroke-dashoffset:0px}to{stroke-dashoffset:230px}}@keyframes countdown{0%{stroke-dashoffset:0px}to{stroke-dashoffset:230px}}@media screen and (max-width:1439px){.order .redirect-wrap{padding:0 36px}}@media screen and (max-width:768px){.order .redirect-wrap{padding:0}.order-redirect{border:none}.order-redirect_title{font-size:16px;line-height:19px}.order-redirect #countdown,.order-redirect svg{width:56px;height:56px}.order-redirect svg{top:0;right:0}.order-redirect .back-circle,.order-redirect .main-circle{stroke-dasharray:200px}@-webkit-keyframes countdown{0%{stroke-dashoffset:0px}to{stroke-dashoffset:200px}}@keyframes countdown{0%{stroke-dashoffset:0px}to{stroke-dashoffset:200px}}}.order_thanks{padding:40px 0 80px}.order_thanks .wrap{max-width:885px}.order_thanks .title{color:#00c853;margin-bottom:16px}.order_thanks_text{font-size:16px;line-height:24px;margin-bottom:30px}.order_thanks_cont{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.order_thanks_form{width:100%;-webkit-border-radius:8px;border-radius:8px;border:1px solid #d3dce9}.order_thanks_form_head{padding:16px 20px;border-bottom:1px solid #d3dce9;font-size:20px;line-height:30px;color:#808d9a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.order_thanks_form_order{color:#3500be;text-decoration:underline;cursor:pointer;margin-right:4px}.order_thanks_form_main{padding:20px}.order_thanks_form_product_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.order_thanks_form_product_item:last-child{margin-bottom:0}.order_thanks_form_product_item_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%}@media screen and (max-width:425px){.order_thanks_form_product_item_info{padding-bottom:12px}}.order_thanks_form_product_item_preview{width:80px;height:80px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:16px}.order_thanks_form_product_item_img{display:block;max-width:100%;max-height:100%}.order_thanks_form_product_item_rate{position:absolute;top:4px;right:4px;width:24px;height:24px;-webkit-border-radius:6px;border-radius:6px;background-color:#f2f4f7;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:14px;line-height:1.2;font-weight:700;color:#3500be}.order_thanks_form_product_item_name{font-size:16px;line-height:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.order_thanks_form_product_item_count{color:#808d9a;width:40px}.order_thanks_form_product_item_count,.order_thanks_form_product_item_price{font-size:16px;line-height:24px;font-weight:700;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px}.order_thanks_form_product_item_price{width:114px;text-align:right}.order_thanks_form_product_item_price .price_cashback{font-size:12px}.order_thanks_form_product_item_price .price_cashback *{line-height:12px}.order_thanks_form_product_item_price .price_cashback__icon{width:14px;height:14px}.order_thanks_form_summary{font-size:16px;line-height:24px;margin:20px 0}.order_thanks_form_summary_container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-top:1px solid #d3dce9;border-bottom:1px solid #d3dce9;padding:16px 0}.order_thanks_form_summary_container,.order_thanks_form_summary_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order_thanks_form_summary_item{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.order_thanks_form_summary_item:not(:last-child){margin-bottom:12px}.order_thanks_form_summary_title{color:#808d9a}.order_thanks_form_summary_val{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px}.order_thanks_form_total{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:20px;line-height:30px;font-weight:700;padding-bottom:16px}.order_thanks_form_total_val{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:16px}.order_thanks_form_cashback{border-top:1px solid #d3dce9}.order_thanks_form_cashback .order_side_total_bonus{margin-bottom:0}.order_thanks_form_cashback .price_cashback__price{margin-top:0}.order_thanks_action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px}.order_thanks_action .btn{min-height:40px}.order_thanks_action .btn .icon{width:16px;height:16px;margin-right:10px}.order_thanks_action .btn .icon,.order_thanks_side{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.order_thanks_side{width:320px;margin-left:24px;-webkit-border-radius:8px;border-radius:8px;border:1px solid #d3dce9;padding:20px 16px}.order_thanks_side_line{font-size:16px;line-height:24px;margin-bottom:16px}.order_thanks_side_line:last-child{margin-bottom:0}.order_thanks_side_line_name{color:#808d9a}.order .select2-container--default .select2-selection--single .select2-selection__rendered{overflow:hidden}.delivery_toggle{display:none}.delivery_toggle.active{display:block;position:relative}.delivery_toggle .form_item.error{position:static}.delivery_toggle .form_item.error:after{display:none}.delivery_toggle .form_item.error label.error{padding-left:60px}.delivery_toggle .order_form_contacts .form_item.error{position:relative}.delivery_toggle .order_form_contacts .form_item.error:after{display:block}.delivery_toggle .order_form_contacts .form_item.error label.error{padding-left:0}.pickup_breezy{display:none}.pickup_breezy.active{display:block}.credit_radio_toggle_block,.delivery_radio_toggle_block,.pb_radio_toggle_block,.recipient_order_toggle_block{display:none}.payment_method .tooltip{left:auto;right:0}@media screen and (max-width:1023px){.order_form_num{margin-right:10px}.order_form_line,.order_form_step_done,.order_form_subtitle{padding-left:50px}.order .form .error_place{margin:0 0 16px 50px}.order_side{margin-left:16px}.order_footer .wrap{display:block}.order_footer_text{margin-bottom:16px}.order_thanks{padding:40px 0 60px}.order_thanks_cont{display:block}.order_thanks_side{width:100%;margin:24px 0 0}}@media screen and (max-width:767px){.order_header{height:60px}.order_header_info_phone{font-size:14px;line-height:18px}.order_header_info_time{font-size:12px;line-height:14px}.order_main{padding:24px 0}.order_cont{display:block;margin-top:24px}.order_form{width:100%}.order_form_part:before{display:none}.order_form_part.done .order_form_num:after{background-size:10px 8px}.order_form_step_done{padding-left:0}.order_form_num{width:24px;height:24px;font-size:16px;line-height:18px;padding-top:2px}.order_form_num:before{display:none}.order_form_title{font-size:16px;line-height:24px}.order_form_line,.order_form_subtitle{padding-left:0}.order_form_table_line,.order_form_table_name{font-size:14px}.order .form .error_place{width:100%;margin-left:0}.order_side{width:100%;margin:0}.order_side.fixed .order_side_wrapper{position:static}.order_side_wrapper{width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin:12px 0 0 -16px;border:0}.order_side_total_line{font-size:14px}.order_side_total_all{font-size:20px}.order_footer_text{text-align:center}.order_footer_payment{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.order_thanks{padding:24px 0 40px}.order_thanks_text{margin-bottom:24px}.order_thanks_cont{width:-webkit-calc(100% + 32px);width:calc(100% + 32px);margin-left:-16px}.order_thanks_form{-webkit-border-radius:0;border-radius:0;border-left:0;border-right:0}.order_thanks_form_head{font-size:16px;line-height:24px;padding:16px}.order_thanks_form_main{padding:20px 16px}.order_thanks_form_product_item{display:block;position:relative}.order_thanks_form_product_item_count{position:absolute;bottom:0;left:96px;margin:0}.order_thanks_form_product_item_price{position:absolute;bottom:-3px;right:0;margin:0;font-size:14px}.order_thanks_side{-webkit-border-radius:0;border-radius:0;border-left:0;border-right:0;border-top:0;margin-top:0;padding:20px 16px}.order_thanks_side_line{font-size:14px;line-height:20px;margin-bottom:12px}.order .tooltip{width:288px}.order .tooltip_icon{padding:16px;background-size:16px 16px;margin:-8px 0}}@media screen and (max-width:420px){.order_form_line .form_radio{width:100%;margin:0 0 8px}.order_form_line .form_radio_label{width:100%;text-align:center}.order_form_action .btn{width:100%}.order_form_city_link{margin-right:15px;margin-bottom:5px}.order_form_information.step_1_form>.order_form_line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order_form_information.step_1_form>.order_form_line .form_radio{margin:0 10px 0 0}.order_form_information.step_1_form>.order_form_line .form_radio:last-child{margin-right:0}.order_form_information.step_1_form>.order_form_line .form_radio_label{padding:5px 2px;width:100%}.order_thanks .btn{width:100%}}@media screen and (max-width:361px){.order .tooltip{width:80vw}}.order_form-qr_code{margin-top:40px;padding-left:60px}.order_form-qr_code .qr_code-mobile{display:none}.order_form-qr_code__button{height:65px;background:#000;-webkit-border-radius:8px;border-radius:8px;color:#fff;font-size:36px;text-transform:uppercase;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.order_form-qr_code__button.disabled{opacity:.5}.order_form-qr_code__subtitle{margin-top:16px;margin-bottom:8px}.order_form-qr_code__info,.order_form-qr_code__subtitle{font-family:Circe;font-style:normal;font-weight:400;font-size:16px;line-height:160%;text-align:left}.order_form-qr_code__info{color:#297bf6;margin-bottom:24px}.order_form-qr_code__code{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:30px}.order_form-qr_code__code-title{font-family:Circe;font-style:normal;font-weight:700;font-size:16px;line-height:24px;margin-bottom:8px}.order_form-qr_code__code-subtitle{color:#808d9a;margin-top:30px;text-align:center}.order_form-qr_code__code-subtitle .counter{font-weight:700}.order_form-qr_code__code-item{-webkit-box-shadow:0 0 6px rgba(67,67,67,.4);box-shadow:0 0 6px rgba(67,67,67,.4);-webkit-border-radius:10px;border-radius:10px;padding:25px;width:250px;height:250px}.order_form-qr_code__code-item_picture{width:100%;height:100%}.order_form-qr_code__code-waiting{-webkit-border-radius:8px;border-radius:8px;background:#daf6ff;padding:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:24px 0 40px;max-width:300px}.order_form-qr_code__code-waiting_refresh-qr{display:none}.qr_code-mobile .order_form-qr_code__code-waiting{width:100%}.order_form-qr_code__code-waiting.status-fail>.order_form-qr_code__code-waiting_refresh-qr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:700;line-height:160%;cursor:pointer;color:#297bf6;text-decoration:underline}.order_form-qr_code__code-waiting.status-success{background:#d2f0cd}.order_form-qr_code__code-waiting.status-fail{background:#ffdada}.order_form-qr_code__code-waiting_title{font-family:Circe;font-style:normal;font-weight:400;font-size:16px;line-height:160%;text-align:center}@media screen and (max-width:1023px){.order_form-qr_code{padding-left:50px}.order_form-qr_code__code-waiting{width:250px}}@media screen and (max-width:767px){.order_form-qr_code{margin-top:0;padding-left:0}.order_form-qr_code .qr_code-mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.order_form-qr_code .qr_code-desktop{display:none}.order_form-qr_code__info,.order_form-qr_code__subtitle{text-align:center;margin-top:25px;margin-bottom:25px}.order_form-qr_code__button{width:100%}.order_form-qr_code__code-waiting{max-width:none;margin:24px 0 0}.order_form-qr_code__code-subtitle__refresh{text-align:center;margin-top:30px;color:#297bf6;font-size:19px;font-weight:700;text-decoration:underline}}.form .success_place{border-radius:4px;background-color: #d2f0cd;border: 1px solid #00C853FF; padding: 16px; font-size: 14px; margin-bottom: 5px;}.form .success_place:empty{display: none} .form_item.error:has(.select_search)::after{right: 27px}

/*# sourceMappingURL=style.bundle.css.map*/
