*,
:after,
:before {
	box-sizing: border-box;
}
:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit;
}
html {
	cursor: default;
	line-height: 1.5;
	-moz-tab-size: 4;
	tab-size: 4;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-break: break-word;
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
	margin: 0;
}
hr {
	height: 0;
	overflow: visible;
}
main {
	display: block;
}
nav ol,
nav ul {
	list-style: none;
	padding: 0;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	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: 1em;
}
small {
	font-size: 80%;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
iframe,
img {
	border-style: none;
}
svg:not([fill]) {
	fill: currentColor;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
button,
input,
select {
	margin: 0;
}
button {
	overflow: visible;
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
fieldset {
	border: 1px solid #a0a0a0;
	padding: 0.35em 0.75em 0.625em;
}
input {
	overflow: visible;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
select {
	text-transform: none;
}
textarea {
	margin: 0;
	overflow: auto;
	resize: vertical;
}
[type="checkbox"],
[type="radio"] {
	padding: 0;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
	box-shadow: none;
}
details,
dialog {
	display: block;
}
dialog {
	background-color: #fff;
	border: solid;
	color: #000;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}
dialog:not([open]) {
	display: none;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
[hidden] {
	display: none;
}
[aria-busy="true"] {
	cursor: progress;
}
[aria-controls] {
	cursor: pointer;
}
[aria-disabled="true"],
[disabled] {
	cursor: not-allowed;
}
[aria-hidden="false"][hidden] {
	display: inline;
	display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}
button,
input,
select,
textarea {
	background-color: transparent;
	border: 1px solid WindowFrame;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	padding: 0.25em 0.375em;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat 100%/1em;
	border-radius: 0;
	padding-right: 1em;
}
::-ms-expand {
	display: none;
}
:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.54);
}
html {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
:root {
	--color_txt: #333;
	--color_link: inherit;
	--color_light: #f6f6f6;
	--color_gray: #efefef;
	--color_dark: #b8b8b8;
	--color_orange: #ef6014;
	--color_yellow: #efd214;
	--font_default: "IBM Plex Sans", arial, helvetica, sans-serif;
	--width_tablet: 992px;
	--width_desktop: 1450px;
	--padding_mobile: 15px;
	--padding_tablet: 20px;
	--menu_width: 280px;
	--checkbox_size_mobile: 16px;
	--checkbox_size_desktop: 20px;
	--header_mobile: 54px;
	--burger_mobile: 54px;
	--header_line: 56px;
}
.icon_arrow {
	width: 16px;
	height: 13px;
}
.icon_box {
	width: 29px;
	height: 40px;
}
.icon_boxhand {
	width: 40px;
	height: 37px;
}
.icon_broken {
	width: 24px;
	height: 23px;
}
.icon_burger {
	width: 24px;
	height: 14px;
}
.icon_calendar {
	width: 14px;
	height: 16px;
}
.icon_cash {
	width: 40px;
	height: 40px;
}
.icon_catapple {
	width: 15px;
	height: 17px;
}
.icon_cataudio {
	width: 12px;
	height: 18px;
}
.icon_catcamera {
	width: 18px;
	height: 15px;
}
.icon_catclock {
	width: 17px;
	height: 18px;
}
.icon_catcoffee {
	width: 16px;
	height: 18px;
}
.icon_catcomputer {
	width: 18px;
	height: 16px;
}
.icon_catconsole {
	width: 18px;
	height: 11px;
}
.icon_catdishwasher {
	width: 18px;
	height: 18px;
}
.icon_catelectroplit {
	width: 18px;
	height: 17px;
}
.icon_catelectrotransport {
	width: 18px;
	height: 13px;
}
.icon_catgiroscooter {
	width: 18px;
	height: 18px;
}
.icon_catnavigator {
	width: 13px;
	height: 16px;
}
.icon_catnotebook {
	width: 18px;
	height: 12px;
}
.icon_catoptical {
	width: 18px;
	height: 11px;
}
.icon_catpad {
	width: 14px;
	height: 18px;
}
.icon_catphone {
	width: 11px;
	height: 18px;
}
.icon_catprinter {
	width: 18px;
	height: 18px;
}
.icon_catquadrocopter {
	width: 18px;
	height: 17px;
}
.icon_catrecovery,
.icon_catsell {
	width: 18px;
	height: 18px;
}
.icon_cattv {
	width: 18px;
	height: 14px;
}
.icon_catwash {
	width: 16px;
	height: 18px;
}
.icon_chat {
	width: 40px;
	height: 36px;
}
.icon_check {
	width: 10px;
	height: 7px;
}
.icon_chip {
	width: 24px;
	height: 24px;
}
.icon_close {
	width: 14px;
	height: 14px;
}
.icon_delivery {
	width: 40px;
	height: 27px;
}
.icon_diamond {
	width: 40px;
	height: 37px;
}
.icon_eye {
	width: 19px;
	height: 13px;
}
.icon_fb {
	width: 10px;
	height: 20px;
}
.icon_finish {
	width: 43px;
	height: 31px;
}
.icon_handshake {
	width: 40px;
	height: 39px;
}
.icon_hotel {
	width: 100px;
	height: 81px;
}
.icon_insight {
	width: 40px;
	height: 39px;
}
.icon_instagram {
	width: 20px;
	height: 20px;
}
.icon_like {
	width: 16px;
	height: 14px;
}
.icon_logo {
	width: 1579px;
	height: 418.93px;
}
.icon_medal {
	width: 29px;
	height: 40px;
}
.icon_monitor {
	width: 23px;
	height: 18px;
}
.icon_odn {
	width: 12px;
	height: 20px;
}
.icon_parachute {
	width: 36px;
	height: 40px;
}
.icon_parts {
	width: 40px;
	height: 40px;
}
.icon_phone {
	width: 22px;
	height: 22px;
}
.icon_pin {
	width: 13px;
	height: 18px;
}
.icon_placeholder {
	width: 55px;
	height: 55px;
}
.icon_refresh {
	width: 24px;
	height: 24px;
}
.icon_repair {
	width: 40px;
	height: 40px;
}
.icon_smartphone {
	width: 10px;
	height: 18px;
}
.icon_star {
	width: 15px;
	height: 15px;
}
.icon_usb {
	width: 12px;
	height: 24px;
}
.icon_vk {
	width: 20px;
	height: 11px;
}
.icon_wallet {
	width: 37px;
	height: 40px;
}
.icon_camera-buttons {
	width: 90px;
	height: 71px;
}
.icon_camera-card,
.icon_camera-case,
.icon_camera-display,
.icon_camera-flash,
.icon_camera-focus,
.icon_camera-lens,
.icon_camera-picture,
.icon_camera-slow,
.icon_camera-sound,
.icon_camera-turnon,
.icon_camera-water {
	width: 90px;
	height: 68px;
}
.icon_dishwasher-bad,
.icon_dishwasher-door,
.icon_dishwasher-drain,
.icon_dishwasher-dry,
.icon_dishwasher-error,
.icon_dishwasher-flows,
.icon_dishwasher-heat,
.icon_dishwasher-knocks,
.icon_dishwasher-shocks,
.icon_dishwasher-sound,
.icon_dishwasher-turnon,
.icon_dishwasher-water {
	width: 52px;
	height: 75px;
}
.icon_gyro-case {
	width: 72px;
	height: 47px;
}
.icon_gyro-charge,
.icon_gyro-controll,
.icon_gyro-discharge,
.icon_gyro-light,
.icon_gyro-nodrive,
.icon_gyro-slow,
.icon_gyro-sound,
.icon_gyro-turnoff,
.icon_gyro-turnon,
.icon_gyro-water {
	width: 72px;
	height: 56px;
}
.icon_imac-camera,
.icon_imac-clean,
.icon_imac-display,
.icon_imac-dust {
	width: 65px;
	height: 58px;
}
.icon_imac-keyboard {
	width: 65px;
	height: 77px;
}
.icon_imac-microphone,
.icon_imac-ram,
.icon_imac-ssd,
.icon_imac-turnon,
.icon_imac-water,
.icon_imac-wifi,
.icon_imac-windows,
.icon_mini-display,
.icon_mini-hdd,
.icon_mini-keyboard,
.icon_mini-macos,
.icon_mini-os,
.icon_mini-ram,
.icon_mini-slow,
.icon_mini-temperature,
.icon_mini-turnon,
.icon_mini-wifi,
.icon_notebook-battery,
.icon_notebook-camera,
.icon_notebook-case {
	width: 65px;
	height: 58px;
}
.icon_notebook-display {
	width: 65px;
	height: 45px;
}
.icon_notebook-internet {
	width: 64px;
	height: 45px;
}
.icon_notebook-keyboard {
	width: 65px;
	height: 45px;
}
.icon_notebook-microphone,
.icon_notebook-os {
	width: 65px;
	height: 58px;
}
.icon_notebook-parts,
.icon_notebook-reboot,
.icon_notebook-sboi,
.icon_notebook-slow,
.icon_notebook-sound {
	width: 64px;
	height: 45px;
}
.icon_notebook-ssd {
	width: 65px;
	height: 58px;
}
.icon_notebook-temperature {
	width: 64px;
	height: 45px;
}
.icon_notebook-turnon {
	width: 65px;
	height: 45px;
}
.icon_notebook-virus {
	width: 64px;
	height: 45px;
}
.icon_notebook-water {
	width: 65px;
	height: 45px;
}
.icon_notebook-wifi {
	width: 65px;
	height: 58px;
}
.icon_notebook-windows {
	width: 64px;
	height: 45px;
}
.icon_pad-battery,
.icon_pad-buttons,
.icon_pad-camera,
.icon_pad-case,
.icon_pad-display,
.icon_pad-microphone,
.icon_pad-restore {
	width: 60px;
	height: 80px;
}
.icon_pad-simcard {
	width: 56px;
	height: 80px;
}
.icon_pad-slow,
.icon_pad-turnon {
	width: 60px;
	height: 80px;
}
.icon_pad-usb {
	width: 48px;
	height: 83px;
}
.icon_pad-water,
.icon_pad-wifi {
	width: 60px;
	height: 80px;
}
.icon_pc-display,
.icon_pc-fault,
.icon_pc-information,
.icon_pc-internet,
.icon_pc-parts,
.icon_pc-restart,
.icon_pc-slow,
.icon_pc-sound,
.icon_pc-temperature,
.icon_pc-turnon,
.icon_pc-virus,
.icon_pc-windows {
	width: 60px;
	height: 51px;
}
.icon_phone-battery,
.icon_phone-buttons,
.icon_phone-camera,
.icon_phone-case,
.icon_phone-charging,
.icon_phone-display {
	width: 55px;
	height: 94px;
}
.icon_phone-map {
	width: 55px;
	height: 91px;
}
.icon_phone-microphone,
.icon_phone-network {
	width: 55px;
	height: 94px;
}
.icon_phone-satellite {
	width: 55px;
	height: 91px;
}
.icon_phone-sound,
.icon_phone-system,
.icon_phone-turnon,
.icon_phone-water,
.icon_phone-wifi {
	width: 55px;
	height: 94px;
}
.icon_plita-display,
.icon_plita-fan {
	width: 60px;
	height: 70px;
}
.icon_plita-heat {
	width: 60px;
	height: 75px;
}
.icon_plita-indication,
.icon_plita-knocks,
.icon_plita-lamp,
.icon_plita-noheat,
.icon_plita-shocks,
.icon_plita-surface,
.icon_plita-temperature,
.icon_plita-turnon {
	width: 60px;
	height: 70px;
}
.icon_quadro-allpropeller,
.icon_quadro-aside {
	width: 60px;
	height: 57px;
}
.icon_quadro-case {
	width: 60px;
	height: 20px;
}
.icon_quadro-charge,
.icon_quadro-fly,
.icon_quadro-power,
.icon_quadro-propeller,
.icon_quadro-pult,
.icon_quadro-settings,
.icon_quadro-turnon,
.icon_quadro-video,
.icon_quadro-water {
	width: 60px;
	height: 57px;
}
.icon_tv-antenna,
.icon_tv-buttons,
.icon_tv-display,
.icon_tv-lines,
.icon_tv-noimage,
.icon_tv-plug,
.icon_tv-sound,
.icon_tv-turnon {
	width: 64px;
	height: 57px;
}
.icon_washer-collect,
.icon_washer-drains,
.icon_washer-drum,
.icon_washer-dry,
.icon_washer-error,
.icon_washer-flows,
.icon_washer-hatch,
.icon_washer-heat,
.icon_washer-knocks,
.icon_washer-seal,
.icon_washer-shocks,
.icon_washer-smells,
.icon_washer-switch,
.icon_washer-turnon,
.icon_washer-vibration,
.icon_washer-wring {
	width: 52px;
	height: 68px;
}
.icon_watch-battery,
.icon_watch-belt,
.icon_watch-bluetooth,
.icon_watch-button,
.icon_watch-case,
.icon_watch-display,
.icon_watch-os,
.icon_watch-water {
	width: 38px;
	height: 59px;
}
.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
	position: relative;
	display: block;
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:after,
.slick-track:before {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}
.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 {
	visibility: visible;
	border: none;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 2px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	transition: opacity 0.4s;
	cursor: pointer;
	border-radius: 50%;
	padding: 0;
	outline: none;
	transform: rotate(0);
	background: none;
}
.slick-disabled {
	opacity: 0;
	cursor: default;
	visibility: hidden;
}
.slick__icon {
	width: 42px;
	height: 42px;
	position: relative;
	fill: transparent;
}
.slick-arrow__icon {
	fill: #666;
	display: -ms-flexbox;
	display: flex;
	width: 16px;
	height: 16px;
}
.slick-next {
	left: auto;
	right: 2px;
	transform: rotate(180deg);
}
.slick-slider_arrowsbot .slick-arrow {
	top: auto;
	bottom: -41px;
	margin-top: 0;
	right: 40px;
}
.slick-slider_arrowsbot .slick-prev {
	right: auto;
	left: 40px;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -6px;
	margin-bottom: 26px;
	margin-top: 10px;
	position: relative;
	z-index: 10;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin: 5px 6px;
	padding: 0;
}
.slick-dots button {
	background: none;
	text-indent: -9999px;
	border: none;
	width: 12px;
	height: 12px;
	outline: none;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #d5d5d5;
	overflow: hidden;
	font-size: 0;
	transform: scale(0.8);
}
.slick-dots .slick-active button {
	background-color: #ef6014;
	background-color: var(--color_orange);
	transform: scale(1);
}
.js-hero .slick-track {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.js-hero .slick-slide {
	float: none;
	display: -ms-flexbox;
	display: flex;
}
.irs {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 0.75rem;
	font-family: Arial, sans-serif;
}
.irs,
.irs-line {
	position: relative;
	display: block;
}
.irs-line {
	overflow: hidden;
	outline: none !important;
}
.irs-bar {
	display: block;
}
.irs-bar,
.irs-shadow {
	position: absolute;
	left: 0;
	width: 0;
}
.irs-shadow {
	display: none;
}
.irs-handle {
	position: absolute;
	display: block;
	box-sizing: border-box;
	cursor: default;
	z-index: 1;
}
.irs-handle.type_last {
	z-index: 2;
}
.irs-max,
.irs-min {
	position: absolute;
	display: block;
	cursor: default;
}
.irs-min {
	left: 0;
}
.irs-max {
	right: 0;
}
.irs-from,
.irs-single,
.irs-to {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}
.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}
.irs-with-grid .irs-grid {
	display: block;
}
.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}
.irs-grid-pol.small {
	height: 4px;
}
.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 0.5625rem;
	line-height: 0.5625rem;
	padding: 0 3px;
	color: #000;
}
.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: transparent;
	z-index: 2;
}
.lt-ie9 .irs-disable-mask {
	background: #000;
	filter: alpha(opacity=0);
	cursor: not-allowed;
}
.irs-disabled {
	opacity: 0.4;
}
.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}
.irs--flat {
	height: 40px;
}
.irs--flat.irs-with-grid {
	height: 60px;
}
.irs--flat .irs-line {
	top: 5px;
	height: 4px;
	background-color: #e7ebf1;
	border-radius: 4px;
}
.irs--flat .irs-bar {
	top: 5px;
	height: 4px;
	background-color: var(--color_green);
}
.irs--flat .irs-bar--single {
	border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: #e1e4e9;
}
.irs--flat .irs-handle {
	top: -1px;
	width: 16px;
	height: 16px;
	border: 2px solid var(--color_green);
	border-radius: 50%;
	background-color: #fff;
}
.irs--flat .irs-handle i {
	display: none;
}
.irs--flat .irs-max,
.irs--flat .irs-min {
	top: 0;
	padding: 1px 3px;
	color: #999;
	font-size: 0.625rem;
	line-height: 1.333;
	text-shadow: none;
	background-color: #e1e4e9;
	border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
	color: #fff;
	font-size: 0.625rem;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #ed5565;
	border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
	background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
	color: #999;
}
.irs--big {
	height: 55px;
}
.irs--big.irs-with-grid {
	height: 70px;
}
.irs--big .irs-line {
	top: 33px;
	height: 12px;
	background-color: #fff;
	background: linear-gradient(180deg, #ddd -50%, #fff 150%);
	border: 1px solid #ccc;
	border-radius: 12px;
}
.irs--big .irs-bar {
	top: 33px;
	height: 12px;
	background-color: #92bce0;
	border: 1px solid #428bca;
	background: linear-gradient(180deg, #fff 0, #428bca 30%, #b9d4ec);
	box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, 0.5);
}
.irs--big .irs-bar--single {
	border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
	top: 0;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: #cbcfd5;
	background: linear-gradient(180deg, #fff 0, #b4b9be 30%, #fff);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
	border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
	border-color: rgba(0, 0, 0, 0.45);
	background-color: #939ba7;
	background: linear-gradient(180deg, #fff 0, #919ba5 30%, #fff);
}
.irs--big .irs-max,
.irs--big .irs-min {
	top: 0;
	padding: 1px 5px;
	color: #fff;
	text-shadow: none;
	background-color: #9f9f9f;
	border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
	color: #fff;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #428bca;
	background: linear-gradient(180deg, #428bca 0, #3071a9);
	border-radius: 3px;
}
.irs--big .irs-grid-pol {
	background-color: #428bca;
}
.irs--big .irs-grid-text {
	color: #428bca;
}
.irs--flat {
	height: 20px;
}
.irs-line {
	background-color: #ccd1db;
}
.irs-bar,
.irs-line {
	top: 0;
	height: 3px;
	border-radius: 0;
}
.irs-handle {
	top: 1px;
	height: 11px;
	cursor: pointer;
	z-index: 2;
}
body.compensate-for-scrollbar {
	overflow: hidden;
}
.fancybox-active {
	height: auto;
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}
.fancybox-container * {
	box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}
.fancybox-infobar {
	color: #ccc;
	font-size: 0.8125rem;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 2.75rem;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fancybox-toolbar {
	right: 0;
	top: 0;
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}
.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}
.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}
.fancybox-slide--image:before {
	display: none;
}
.fancybox-slide--html {
	padding: 6px;
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
	cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}
.fancybox-spaceball {
	z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}
.fancybox-slide--video .fancybox-content {
	background: #000;
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}
.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}
.fancybox-error p {
	color: #444;
	font-size: 1rem;
	line-height: 1.25rem;
	margin: 0;
	padding: 0;
}
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}
.fancybox-button:hover {
	color: #fff;
}
.fancybox-button:focus {
	outline: none;
}
.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}
.fancybox-button div {
	height: 100%;
}
.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none;
}
.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}
.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}
.fancybox-navigation .fancybox-button div {
	padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}
.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 0.875rem;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}
@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}
.fancybox-caption--separate {
	margin-top: -50px;
}
.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}
.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1);
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}
.fancybox-share h1 {
	color: #222;
	font-size: 2.1875rem;
	font-weight: 700;
	margin: 0 0 20px;
}
.fancybox-share p {
	margin: 0;
	padding: 0;
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}
.fancybox-share__button:hover {
	text-decoration: none;
}
.fancybox-share__button--fb {
	background: #3b5998;
}
.fancybox-share__button--fb:hover {
	background: #344e86;
}
.fancybox-share__button--pt {
	background: #bd081d;
}
.fancybox-share__button--pt:hover {
	background: #aa0719;
}
.fancybox-share__button--tw {
	background: #1da1f2;
}
.fancybox-share__button--tw:hover {
	background: #0d95e8;
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}
.fancybox-share__button svg path {
	fill: #fff;
}
.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 0.875rem;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}
.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}
.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
	opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}
.compensate-for-scrollbar {
	margin-right: 0;
}
.fancybox-container .fancybox-slide {
	padding: 0;
}
.fancybox-content {
	padding: 34px 38px;
	overflow-x: visible;
	overflow-y: auto;
	-webkit-overflow-scrolling: auto;
}
.fancybox-content.filter__form {
	padding-bottom: 60px;
}
.fancybox-infobar {
	mix-blend-mode: unset;
}
.fancybox-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fancybox-button svg {
	color: #ef6014;
	color: var(--color_orange);
	width: 44px;
	height: 44px;
}
.fancybox-slide--html .fancybox-close-small {
	top: 14px;
	right: 14px;
}
.popup_left .fancybox-slide {
	text-align: left;
}
.popup__close-text {
	position: absolute;
	right: 100%;
	font-size: 1rem;
	color: #666;
	font-weight: 500;
	white-space: nowrap;
}
.list__item .fancybox-container {
	position: absolute;
	left: 100%;
	top: 100%;
	height: auto;
	width: auto;
}
.select2-container {
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	outline: none;
}
.select2-container .selection {
	outline: none;
}
.select2-container .select2-selection--single {
	cursor: pointer;
	display: block;
	height: 60px;
	line-height: 3.75rem;
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 64px;
	padding-right: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	cursor: pointer;
	display: block;
	min-height: 32px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-dropdown {
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-results {
	margin: 0 -10px;
	background-color: #fff;
	padding: 10px;
	border: 10px solid #f6f6f6;
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 470px;
	overflow-y: auto;
	-webkit-overflow-scrolling: auto;
	color: #333;
	line-height: 1;
	display: block;
}
.select2-results__options::-webkit-scrollbar-button {
	background-image: url(.);
	background-repeat: no-repeat;
	width: 0;
	height: 0;
}
.select2-results__options::-webkit-scrollbar-track {
	background-color: #f6f6f6;
	border-radius: 0;
}
.select2-results__options::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #ef6014;
	background-color: var(--color_orange);
	cursor: pointer;
}
.select2-results__options::-webkit-resizer {
	background-image: url(.);
	background-repeat: no-repeat;
	width: 0;
	height: 0;
}
.select2-results__options::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	left: -100px;
}
.select2-results__option {
	padding: 8px 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}
.select2-results__option.select2-results__option--highlighted {
	background-color: #fafafa;
}
.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;
	display: none;
}
.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;
}
.is-error .select2-container .select2-selection--single {
	border-color: red;
}
.select2-container--showinput .select2-search--dropdown {
	margin: 0 -10px;
	background-color: #fff;
	padding: 10px;
	padding-bottom: 0;
	border: 10px solid #f6f6f6;
	border-bottom: none;
	display: block;
}
.select2-container--showinput .select2-results {
	padding-top: 0;
	border-top: none;
}
.select2-container--showinput .select2-search__field {
	width: 100%;
	color: #000;
	padding: 13px 20px;
	border-radius: 0;
	font-size: 0.875rem;
	line-height: 1.3;
	font-weight: 400;
	border: 1px solid #efefef;
	border: 1px solid var(--color_gray);
	background-color: #fff;
	font-weight: 500;
}
.select2-container--disabled {
	opacity: 0.7;
	cursor: default;
}
.select2-container--disabled .select2-selection--single {
	cursor: default;
}
.level-1 {
	font-weight: 700;
}
.level-2 {
	font-weight: 500;
}
.level-3 {
	padding-left: 50px;
}
.level-3,
.level-4 {
	display: block;
	font-weight: 400;
}
.level-4 {
	padding-left: 70px;
}
.select-icon {
	display: -ms-flexbox;
	display: flex;
}
.select-icon__media {
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	position: relative;
	top: -2px;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-LightItalic.eot);
	src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(../fonts/IBMPlexSans-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-LightItalic.woff) format("woff"),
		url(../fonts/IBMPlexSans-LightItalic.ttf) format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-ThinItalic.eot);
	src: local("IBM Plex Sans Thin Italic"), local("IBMPlexSans-ThinItalic"), url(../fonts/IBMPlexSans-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-ThinItalic.woff) format("woff"),
		url(../fonts/IBMPlexSans-ThinItalic.ttf) format("truetype");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-Light.eot);
	src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(../fonts/IBMPlexSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-Light.woff) format("woff"),
		url(../fonts/IBMPlexSans-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-Italic.eot);
	src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(../fonts/IBMPlexSans-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-Italic.woff) format("woff"),
		url(../fonts/IBMPlexSans-Italic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-MediumItalic.eot);
	src: local("IBM Plex Sans Medium Italic"), local("IBMPlexSans-MediumItalic"), url(../fonts/IBMPlexSans-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-MediumItalic.woff) format("woff"),
		url(../fonts/IBMPlexSans-MediumItalic.ttf) format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-Medium.eot);
	src: local("IBM Plex Sans Medium"), local("IBMPlexSans-Medium"), url(../fonts/IBMPlexSans-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-Medium.woff) format("woff"),
		url(../fonts/IBMPlexSans-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-ExtraLightItalic.eot);
	src: local("IBM Plex Sans ExtraLight Italic"), local("IBMPlexSans-ExtraLightItalic"), url(../fonts/IBMPlexSans-ExtraLightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-ExtraLightItalic.woff) format("woff"),
		url(../fonts/IBMPlexSans-ExtraLightItalic.ttf) format("truetype");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-SemiBoldItalic.eot);
	src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(../fonts/IBMPlexSans-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-SemiBoldItalic.woff) format("woff"),
		url(../fonts/IBMPlexSans-SemiBoldItalic.ttf) format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-BoldItalic.eot);
	src: local("IBM Plex Sans Bold Italic"), local("IBMPlexSans-BoldItalic"), url(../fonts/IBMPlexSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-BoldItalic.woff) format("woff"),
		url(../fonts/IBMPlexSans-BoldItalic.ttf) format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-Bold.eot);
	src: local("IBM Plex Sans Bold"), local("IBMPlexSans-Bold"), url(../fonts/IBMPlexSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-Bold.woff) format("woff"), url(../fonts/IBMPlexSans-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-Thin.eot);
	src: local("IBM Plex Sans Thin"), local("IBMPlexSans-Thin"), url(../fonts/IBMPlexSans-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-Thin.woff) format("woff"), url(../fonts/IBMPlexSans-Thin.ttf) format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans.eot);
	src: local("IBM Plex Sans"), local("IBMPlexSans"), url(../fonts/IBMPlexSans.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans.woff) format("woff"), url(../fonts/IBMPlexSans.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-ExtraLight.eot);
	src: local("IBM Plex Sans ExtraLight"), local("IBMPlexSans-ExtraLight"), url(../fonts/IBMPlexSans-ExtraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-ExtraLight.woff) format("woff"),
		url(../fonts/IBMPlexSans-ExtraLight.ttf) format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(../fonts/IBMPlexSans-SemiBold.eot);
	src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(../fonts/IBMPlexSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/IBMPlexSans-SemiBold.woff) format("woff"),
		url(../fonts/IBMPlexSans-SemiBold.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 278px;
	max-width: none;
	padding: 0;
	margin-top: 7px;
	top: 100px;
	left: 20px;
	z-index: 3001;
	display: none;
	font-family: arial;
	font-size: 0.9375rem;
	line-height: 1em;
}
.daterangepicker:after,
.daterangepicker:before {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: "";
}
.daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
	right: 9px;
}
.daterangepicker.opensleft:after {
	right: 10px;
}
.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}
.daterangepicker.opensright:before {
	left: 9px;
}
.daterangepicker.opensright:after {
	left: 10px;
}
.daterangepicker.drop-up {
	margin-top: -7px;
}
.daterangepicker.drop-up:before {
	top: auto;
	bottom: -7px;
	border-bottom: 0;
	border-bottom: initial;
	border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
	top: auto;
	bottom: -6px;
	border-bottom: 0;
	border-bottom: initial;
	border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
	float: none;
}
.daterangepicker.single .drp-selected {
	display: none;
}
.daterangepicker.show-calendar .drp-buttons,
.daterangepicker.show-calendar .drp-calendar {
	display: block;
}
.daterangepicker.auto-apply .drp-buttons {
	display: none;
}
.daterangepicker .drp-calendar {
	display: none;
	max-width: 270px;
}
.daterangepicker .drp-calendar.left {
	padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
	padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
	border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
	color: #fff;
	border: solid #000;
	border-width: 0 2px 2px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px;
}
.daterangepicker .calendar-table .next span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
	text-align: center;
	vertical-align: middle;
	min-width: 32px;
	width: 32px;
	height: 24px;
	line-height: 1.5rem;
	font-size: 0.75rem;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer;
}
.daterangepicker .calendar-table {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff;
}
.daterangepicker .calendar-table table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
	background-color: #fff;
	border-color: transparent;
	color: #999;
}
.daterangepicker td.in-range {
	background-color: #ebf4f8;
	border-color: transparent;
	color: #000;
	border-radius: 0;
}
.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
	border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff;
}
.daterangepicker th.month {
	width: auto;
}
.daterangepicker option.disabled,
.daterangepicker td.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	font-size: 0.75rem;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
}
.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}
.daterangepicker select.yearselect {
	width: 40%;
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
	width: 50px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid #eee;
	padding: 2px;
	outline: 0;
	font-size: 0.75rem;
}
.daterangepicker .calendar-time {
	text-align: center;
	margin: 4px auto 0;
	line-height: 1.875rem;
	position: relative;
}
.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}
.daterangepicker .drp-buttons {
	clear: both;
	text-align: right;
	padding: 8px;
	border-top: 1px solid #ddd;
	display: none;
	line-height: 0.75rem;
	vertical-align: middle;
}
.daterangepicker .drp-selected {
	display: inline-block;
	font-size: 0.75rem;
	padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
	margin-left: 8px;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
	border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
	border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
	float: none;
	text-align: left;
	margin: 0;
}
.daterangepicker.show-calendar .ranges {
	margin-top: 8px;
}
.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.daterangepicker .ranges li {
	font-size: 0.75rem;
	padding: 8px 12px;
	cursor: pointer;
}
.daterangepicker .ranges li:hover {
	background-color: #eee;
}
.daterangepicker .ranges li.active {
	background-color: #08c;
	color: #fff;
}
html {
	line-height: 1.625;
	font-family: IBM Plex Sans, arial, helvetica, sans-serif;
	font-family: var(--font_default);
	background-color: #fff;
	color: #333;
	color: var(--color_txt);
	display: block;
	margin: 0;
	scroll-behavior: smooth;
}
body {
	-webkit-text-size-adjust: none;
}
button,
input,
option,
select,
textarea {
	font-family: inherit;
}
::-moz-selection {
	background-color: #ef6014;
	background-color: var(--color_orange);
	color: #fff;
}
::selection {
	background-color: #ef6014;
	background-color: var(--color_orange);
	color: #fff;
}
a {
	color: inherit;
}
em {
	font-style: italic;
}
img {
	display: block;
	max-width: 100%;
}
strong {
	font-weight: 700;
}
.icon {
	fill: currentColor;
}
.b-table {
	width: 100%;
	border: none;
	border-spacing: 0;
}
.b-table tbody tr {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	text-align: center;
	height: 100%;
}
.b-table__big .c-table__line {
	width: 100%;
	display: block;
	font-size: 0.75rem;
}
.b-table__big .c-table__line span {
	display: block;
}
.b-table__big .c-table__line--empty {
	height: auto;
}
.b-table__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-ms-flex-align: center;
	align-items: center;
}
.c-table__line--empty {
	border: none;
}
.c-table__line--color {
	background: #f6f6f6;
	border: none;
}
.c-table__line {
	padding: 10px 4px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 2px;
	border: 1px solid #ccc;
}
.b-table__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0;
}
.b-table__price .c-table__line:first-child {
	text-align: left;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 15px;
}
.b-table__price .c-table__line:nth-child(2) {
	text-align: right;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 15px;
	width: 40%;
}
.b-table__price .c-table__line a {
	margin-left: 10px;
	color: #999;
	border-bottom: 1px solid #ccc;
}
.b-table__price .c-table__line .order {
	border-radius: 50%;
	background: #fff;
	padding: 0 4px;
	display: none;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.b-table__price tr:hover a {
	border-color: transparent;
}
.b-table__price tr:hover .order {
	display: block;
	opacity: 1;
	transition: opacity 1s ease-in-out;
	color: #fff;
	background: #ccc;
}
.b-table__small {
	display: table;
	width: auto;
	min-width: 100%;
	border-collapse: collapse;
}
.b-table__small tbody tr {
	display: table-row;
}
.b-table__small td,
.b-table__small th {
	font-size: 0.75rem;
	padding: 0.5em;
	margin: 0;
}
.b-table__small .el-table__item:nth-child(2n) td,
.b-table__small .el-table__item:nth-child(2n) th {
	background-color: #f1f1f1;
}
.devices {
	overflow-x: auto;
	-webkit-overflow-scrolling: auto;
	padding-top: 0;
}
.b-form__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}
.b-kont {
	margin-bottom: 20px;
}
.b-kont img {
	display: inline-block;
	vertical-align: middle;
}
.b-kont div:first-child {
	width: 41%;
}
.b-kont div:last-child {
	width: 57%;
	margin-left: 2%;
}
.c-adress__ymap.kont#map1,
.c-adress__ymap.kont#map2,
.c-adress__ymap.kont#map3,
.c-adress__ymap.kont#map4 {
	height: 350px;
}
.c-adress__ymap.kont {
	width: 100%;
	border: 10px solid #e9e9e9;
	overflow: hidden;
}
blockquote {
	background: #f6f6f6;
	text-align: justify;
	padding: 14px;
	margin: 0;
	display: block;
}
.actions {
	position: relative;
	padding-bottom: 40px;
	counter-increment: a;
}
.actions:not(:first-child) {
	padding-top: 30px;
}
.actions-body {
	position: relative;
	padding-left: 40px;
}
.actions-body:before {
	content: counter(a);
	position: absolute;
	top: 5px;
	left: 0;
	color: #fff;
	width: 30px;
	height: 30px;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	line-height: 0.75;
	border-radius: 50%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ea5324;
}
.actions-body div {
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 1em 0;
	color: #000;
	width: 30%;
}
.actions-body-image {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.actions img {
	width: 100%;
}
.actions__title {
	color: #ea5324;
	font-size: 1.25rem;
	margin: 0 0 15px;
	line-height: 1.75rem;
}
.actions-arrow {
	border: 0;
	border-bottom: 1px solid #f0f0f0;
}
.pagination-items {
	text-align: center;
}
.pagination-text {
	color: #9d9d9d;
	display: block;
	font-weight: 300;
	font-size: 0.875rem;
	margin-right: 0.9375rem;
	text-transform: uppercase;
}
.pagination__item {
	margin: 0;
	color: #9d9d9d;
	position: relative;
	display: inline-block;
	font-size: 1.375rem;
	letter-spacing: -0.0125rem;
	padding: 0.75rem 0.9375rem;
	text-decoration: none;
	color: #ef6014;
	color: var(--color_orange);
}
.pagination__item_active {
	color: #000;
	background-color: #f8f8f8;
}
.pagination__item:before {
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 100%;
	position: absolute;
	transition: all 0.3s ease-in-out;
	border: 0.125rem solid transparent;
}
.pagination__item:hover {
	color: #ff933b;
	background: #fbfbfb;
}
.tip {
	font-family: IBM Plex Sans, arial, helvetica, sans-serif;
	line-height: 1.5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1rem;
}
.tip__image {
	width: 120px;
	height: 120px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	display: block;
	font-family: object-fit\: cover;
	object-fit: cover;
}
.tip__content {
	padding-left: 20px;
}
.tip__title {
	font-size: 1.125rem;
	font-weight: 700;
}
.disclaimer {
	margin-top: 30px;
	padding: 0 16px;
}
.about {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.about__column {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.about__column_first {
	padding-right: 80px;
}
.about__column_second {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.about__text {
	color: #666;
	line-height: 1.75;
}
.about__widget {
	padding: 10px;
	background-color: #f6f6f6;
	background-color: var(--color_light);
	margin-left: 10px;
	height: 100%;
}
.about__widget > div,
.about__widget iframe {
	height: 100%!important;
	background: #fff;
}
.about__widget #myWidget_iframe {
	height: 478px;
}
.address {
	display: -ms-flexbox;
	display: flex;
}
.address__media {
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
}
.address__label {
	color: #888;
	font-size: 0.75rem;
}
.address__text {
	font-weight: 500;
	font-size: 0.875rem;
}
.address__onmap {
	display: none;
}
.address__item,
.address__onmap {
	background: none;
	padding: 0;
	border: none;
}
.address__item {
	margin: 0;
	cursor: pointer;
}
.address_header {
	-ms-flex-direction: column;
	flex-direction: column;
}
.address_header .address__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.875rem;
	color: #333;
}
.address_header .address__icon {
	width: 10px;
	height: 15px;
}
.address_header .address__item-label {
	padding-left: 10px;
	transition: color 0.4s;
}
.address__item:hover .address__item-label {
	color: #ef6014;
	color: var(--color_orange);
}
.brand {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f6f6f6;
	height: 70px;
	padding: 15px;
}
.brand__img {
	width: auto;
	height: auto;
	max-height: 70px;
}
.breadcrumbs {
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.breadcrumbs__link {
	text-decoration: none;
}
.breadcrumbs__arrow {
	margin: 0 5px;
}
.breadcrumbs__arrow:before {
	content: "→";
}
.burger {
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	background: none;
	border: none;
	min-width: 0;
	cursor: pointer;
	width: 54px;
	width: var(--burger_mobile);
	height: 54px;
	height: var(--burger_mobile);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.burger__icon {
	overflow: hidden;
	display: block;
	width: 24px;
	height: 18px;
	position: relative;
}
.burger__line {
	height: 2px;
	background-color: #ef6014;
	background-color: var(--color_orange);
	position: absolute;
	transition: transform 0.4s;
}
.burger__line_1 {
	top: 0;
	left: 0;
	right: 0;
}
.burger__line_2 {
	top: 8px;
	left: 0;
	right: 13px;
}
.burger__line_3 {
	bottom: 0;
	left: 0;
	right: 8px;
}
.burger__line_4 {
	top: 8px;
	left: 13px;
	right: 4px;
}
.burger.is-opened .burger__line_1 {
	transform: rotate(45deg) translateY(6px) translateX(5px);
}
.burger.is-opened .burger__line_2 {
	transform: translateX(-100%);
}
.burger.is-opened .burger__line_3 {
	transform: rotate(-45deg) translateY(-6px) translateX(5px);
	right: 0;
}
.burger.is-opened .burger__line_4 {
	transform: translateX(150%);
}
.button {
	display: block;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	border: 3px solid #ef6014;
	border: 3px solid var(--color_orange);
	text-decoration: none;
	cursor: pointer;
	background-color: #ef6014;
	background-color: var(--color_orange);
	color: #fff;
	transition-duration: 0.4s;
	transition-property: color, background;
	overflow: hidden;
}
.button_active {
	background-color: #be7838;
}
.button:hover {
	background-color: #fff;
	color: #ef6014;
	color: var(--color_orange);
}
.button_gray {
	color: #333;
	color: var(--color_txt);
	padding-top: 13px;
	padding-bottom: 13px;
	font-weight: 600;
}
.button_gray,
.button_gray:hover {
	background-color: #efefef;
	background-color: var(--color_gray);
	border-color: #efefef;
	border-color: var(--color_gray);
}
.category-item {
	background-color: #f6f6f6;
	background-color: var(--color_light);
	padding: 25px 30px;
	padding-bottom: 45px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.category-item,
.category-item__link {
	display: block;
	text-decoration: none;
}
.category-item__header {
	margin: 0;
	margin-bottom: 6px;
}
.category-item__line {
	color: #ef6014;
	color: var(--color_orange);
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: -8px;
}
.category-item__title {
	font-size: 1.25rem;
	font-weight: 500;
}
.category-item__list {
	font-size: 0.75rem;
	color: #666;
	line-height: 1.66;
}
.category-item__content {
	position: relative;
	z-index: 2;
}
.category-item__media {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	transition: transform 0.4s;
	transform-origin: 0 0;
	transform: scale(1);
}
.category-item__subcats {
	display: none;
}
.category-item_slideleft .category-item__media {
	transform-origin: 100% 50%;
	transform: scale(0.8) translateX(30%);
}
.category-item_scaleleft .category-item__media {
	transform-origin: 0 0;
	bottom: auto;
	top: 10px;
	transform: translateX(30%);
}
.category-item__img {
	max-width: 100%;
	transition: transform 0.4s;
}
.category-item__img_0,
.category-item__img_1 {
	position: absolute;
	left: 0;
	top: 15px;
}
.category-item__img_1 {
	top: 0;
	left: 8px;
}
.category-item__media_iphone {
	height: 170px;
	width: 170px;
	transform: scale(1.2);
}
.category-item__media_pc {
	bottom: -50px;
	right: -20px;
}
.category-item__media_pad {
	bottom: -20px;
	right: -10px;
}
.category-item__media_gyro {
	width: 272px;
	bottom: -39px;
	right: -107px;
}
.category-item__media_notebook {
	transform: scale(1.5);
	bottom: 50px;
	right: 0;
}
.category-item__media_tv {
	transform: scale(2.5);
	bottom: 50px;
	right: 40px;
}
.category-item__media_audio {
	width: 282px;
	bottom: -45px;
	right: -64px;
}
.category-item__media_electro {
	width: 314px;
	bottom: -82px;
	right: -93px;
}
.category-item__media_quadro {
	width: 314px;
	bottom: -25px;
	right: -100px;
}
.category-item__media_iwatch,
.category-item__media_watch {
	width: 240px;
	bottom: -69px;
	right: -55px;
}
.category-item__media_macbook,
.category-item__media_macmini {
	width: 240px;
	bottom: 0;
	right: -55px;
}
.category-item__media_iphone .category-item__img {
	max-width: 295px;
}
.category-item__media_phone .category-item__img {
	width: 205px;
}
.category-item__media_notebook .category-item__img {
	width: 180px;
}
.category-item__media_pad .category-item__img {
	width: 140px;
}
.category-item__media_tv .category-item__img {
	width: 130px;
}
.category-item_small {
	padding-bottom: 25px;
}
.category-item_small .category-item__media {
	display: none;
}
.category-item_small .category-item__media_quadro {
	right: -30px;
}
.category-item_small .category-item__media_console {
	transform-origin: 0 0;
	right: -40px;
	bottom: -20px;
}
.category-item_small .category-item__header {
	margin: 0;
}
.category-item__media_washer {
	width: 200px;
	bottom: -74px;
	right: -38px;
}
.category-item__media_dishwasher {
	width: 230px;
	bottom: -149px;
	right: -40px;
}
.category-item__media_plita {
	width: 352px;
	bottom: -14px;
	right: -140px;
}
.category-item__media_ipad {
	width: 150px;
	bottom: -20px;
}
.category-item__media_coffeemachine {
	width: 259px;
	bottom: -63px;
	right: -47px;
}
.category-item_phones .category-item__media {
	bottom: -340px;
	right: -20px;
	transform: scale(1);
}
.category-item,
.category-item_phones .category-item__img_0,
.category-item_phones .category-item__img_1,
.category-item_phones .category-item__img_2 {
	top: 0;
	left: 0;
	transform-origin: 50% 0;
}
.category-item_phones .category-item__img_0 {
	z-index: 10;
}
.category-item_phones .category-item__img_1 {
	z-index: 9;
	transform: scale(0.9);
}
.category-item_phones .category-item__img_2 {
	z-index: 8;
	transform: scale(0.8);
}
.category-item:hover .category-item__media {
	transform: scale(0.75);
}
.category-item_noanimation:hover .category-item__media {
	transform: scale(1);
}
.category-item:hover .category-item__media_pad {
	transform: scale(0.9);
}
.category-item:hover .category-item__media_notebook,
.category-item:hover .category-item__media_tv {
	transform: scale(1.3);
}
.category-item:hover .category-item__media_washer {
	transform: scale(0.8);
}
.category-item_slideleft:hover .category-item__media {
	transform: scale(0.8) translateX(0);
}
.category-item_scaleleft:hover .category-item__media {
	transform: scale(0.75) translateX(0);
}
.category-item_scaleleft:hover .category-item__media_console {
	transform: scale(0.85) translateX(20%);
}
.category-item:hover .category-item__media_iphone {
	transform: scale(1);
	transform: translateY(-20px);
}
.category-item:hover .category-item__media_iphone .category-item__img_0 {
	transform: translate(-10px, 30px);
}
.category-item:hover .category-item__media_iphone .category-item__img_1 {
	transform: translate(20px);
}
.category-item:hover .category-item__media_phone {
	transform: scale(1);
}
.category-item:hover .category-item__media_phone .category-item__img_0 {
	transform: scale(0.8);
}
.category-item:hover .category-item__media_phone .category-item__img_1 {
	transform: scale(0.7) translateX(-80px) translateY(30px);
}
.category-item:hover .category-item__media_phone .category-item__img_2 {
	transform: scale(0.5) translateX(-240px) translateY(75px);
}
.category-popup {
	display: block;
	position: absolute;
	z-index: 10;
	background-color: #f6f6f6;
	background-color: var(--color_light);
	padding: 10px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
	padding-right: 30px;
	padding-top: 30px;
	opacity: 0;
	transition: opacity 0.4s;
}
.category-popup_show {
	opacity: 1;
}
.category-popup__close {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}
.category-popup__close svg {
	width: 24px;
	height: 24px;
}
.contact-page {
	display: block;
}
.contact-page__media,
.contact-page__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.contact-page__media {
	margin-bottom: 20px;
	-ms-flex-pack: center;
	justify-content: center;
}
.contact-page__icon {
	margin-right: 1em;
	position: relative;
	top: 2px;
}
.contact-page__img {
	width: 100%;
	font-family: object-fit\: cover;
	object-fit: cover;
}
.contact-page__map {
	border: 10px solid #e9e9e9;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 60px;
	margin-top: 20px;
}
.contact-page__requisites-content {
	background-color: #f6f6f6;
	padding: 30px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.contact-page__header {
	margin-bottom: 20px;
}
.contacts {
	display: block;
}
.contacts__logo {
	margin-bottom: 35px;
}
.contacts__title {
	margin-bottom: 20px;
}
.contacts__address,
.contacts__phone {
	margin-bottom: 7px;
}
.contacts__messengers {
	margin: 10px 0;
}
.contacts__branch_second {
	margin-top: 15px;
}
.container {
	display: block;
	padding: 0 15px;
	padding: 0 var(--padding_mobile);
	margin: 0 auto;
}
.footer {
	display: block;
	padding-bottom: 20px;
}
.footer__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer__logo,
.footer__yandex {
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
}
.footer__yandex {
	margin-left: auto;
}
.footer__menu {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-top: 26px;
}
.footer__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #f6f6f6;
	background-color: var(--color_light);
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: 0 -15px;
	margin: 0 calc(var(--padding_mobile) * -1);
	padding: 0 15px;
	padding: 0 var(--padding_mobile);
	padding-top: 26px;
	padding-bottom: 29px;
	margin-bottom: 27px;
	overflow: hidden;
}
.footer__content {
	display: none;
}
.footer__copyright {
	font-size: 0.875rem;
	line-height: 1.42;
	color: #666;
	margin-bottom: 17px;
}
.footer__developer-link {
	color: #ef6014;
	color: var(--color_orange);
	font-weight: 500;
	text-decoration: none;
}
.footer__up {
	display: none;
}
.form-callback {
	display: block;
}
.form-callback__footer {
	position: relative;
}
.form-checkbox {
	display: block;
}
.form-checkbox__label {
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1.16;
	font-size: 0.875rem;
	min-height: 24px;
}
.form-checkbox__fake {
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	position: relative;
	top: 3px;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #fff;
	transition: background 0.4s;
}
.form-checkbox__icon_check {
	width: 12px;
	height: 12px;
	opacity: 0;
	transition: opacity 0.4s;
	fill: #666;
}
.form-checkbox__text {
	padding-top: 4px;
}
.form-checkbox__input {
	display: none;
}
.form-checkbox__input:checked + .form-checkbox__fake .form-checkbox__icon_check {
	opacity: 1;
}
.form-checkbox__link {
	color: #000;
}
.form-checkbox__count {
	margin-left: 5px;
	color: #9b9b9b;
}
.form-checkbox_border .form-checkbox__input {
	background-color: #f1f1f1;
}
.form-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.form-input {
	display: block;
	width: 100%;
}
.form-input__label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.875rem;
}
.form-input_nolabel .form-input__label {
	display: none;
}
.form-input__input {
	width: 100%;
	color: #000;
	box-shadow: none;
	padding: 13px 20px;
	border-radius: 0;
	font-size: 0.875rem;
	line-height: 1.3;
	font-weight: 400;
	border: 1px solid #fff;
	background-color: #fff;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-input__input::-webkit-input-placeholder {
	color: #000;
	color: #333;
	font-weight: 400;
	opacity: 1;
}
.form-input__input:-moz-placeholder,
.form-input__input::-moz-placeholder {
	color: #333;
	font-weight: 400;
	opacity: 1;
}
.form-input__input:-ms-input-placeholder {
	color: #333;
	font-weight: 400;
	opacity: 1;
}
.form-input__input:focus {
	border-color: #333;
}
.form-input__prefix {
	font-size: rem(0.875rem);
	font-weight: 300;
	line-height: 1.42;
	margin-bottom: 20px;
}
.form-input_compact {
	position: relative;
}
.form-input_compact:after {
	display: none;
}
.form-input_compact .form-input__input {
	background-color: #fff;
	border: none;
	padding: 0;
	font-size: 0.875rem;
	padding: 35px 20px 17px 60px;
	font-weight: 500;
	border-radius: 0;
}
.form-input_compact .form-input__label {
	pointer-events: none;
	position: absolute;
	padding: 0;
	left: 0;
	top: 15px;
	z-index: 1;
	color: #efefef;
	color: var(--color_gray);
	font-size: 0.75rem;
	font-weight: 500;
	padding-left: 60px;
}
.form-input_compact .form-input__media {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 1;
	padding-left: 20px;
	pointer-events: none;
}
.form-input_compact .form-input__icon {
	color: var(--color_greendark);
}
.form-input_compact .form-input__icon_chevron {
	position: absolute;
	right: 21px;
	top: 50%;
	z-index: 1;
	margin-top: -3px;
}
.form-input_white .form-input__label {
	color: #e5e4dd;
}
.form-input_white .form-input__input {
	background-color: #fff;
	border: 1px solid #d1d3d8;
	font-size: 0.875rem;
	padding: 12px 20px;
}
.form-input_range .form-input__label {
	font-weight: 600;
	font-size: 0.8125rem;
	margin-bottom: 13px;
	white-space: nowrap;
}
.form-input__label-units {
	color: #888;
	margin-left: 10px;
}
.form-input__label-delimeter {
	margin: 0 7px;
	margin-right: 12px;
}
.form-input_whitedate .form-input__input {
	background: none;
	border: none;
	padding: 0;
	font-size: 0.8125rem;
}
.form-input_whitedate .form-input__label {
	font-size: 0.8125rem;
	color: #888;
	font-weight: 600;
	margin-top: 2px;
	margin-bottom: 0;
}
.form-input_border .form-input__input {
	border-color: #f1f1f1;
}
.form-input_model .form-input__input {
	font-size: 1rem;
	padding: 18px 20px;
}
.form-input_icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}
.form-input_icon .form-input__media {
	-ms-flex: 0 0 54px;
	flex: 0 0 54px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.form-input_icon .form-input__input {
	padding-left: 10px;
	height: 60px;
	font-size: 1rem;
}
.form-radio {
	display: block;
}
.form-radio__label {
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.75rem;
	line-height: 1.2;
}
.form-radio__input {
	display: none;
}
.form-radio__fake {
	width: 20px;
	height: 20px;
	background-color: #e7ebf1;
	border-radius: 50%;
	-ms-flex: 20px 0;
	flex: 20px 0;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
}
.form-radio__fake:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: var(--color_green);
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.4s;
}
.form-radio__input:checked + .form-radio__fake:after {
	opacity: 1;
}
.form-radio__icon-wrap {
	-ms-flex: 40px 0;
	flex: 40px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}
.form-radio__icon {
	-ms-flex: 34px 0;
	flex: 34px 0;
	width: 34px;
	height: 33px;
}
.form-radio__icon_car {
	-ms-flex: 40px 0;
	flex: 40px 0;
	width: 40px;
	height: 28px;
}
.form-select {
	display: block;
	position: relative;
}
.form-select:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
	border-color: #b8b8b8 transparent transparent;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	pointer-events: none;
}
.form-select__select {
	width: 100%;
	color: #000;
	padding: 19px 17px;
	border-radius: 0;
	font-weight: 400;
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	cursor: pointer;
	font-size: inherit;
	background: #fff;
	appearance: none;
}
.form-select__select::-ms-expand {
	display: none;
}
.form-select__media {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	width: 54px;
	-ms-flex: 0 0 54px;
	flex: 0 0 54px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	color: #b8b8b8;
}
.form-select_icon .form-select__select {
	padding-left: 50px;
}
.form-star {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.form-star__label {
	display: block;
	cursor: pointer;
	text-align: center;
	margin-top: 15px;
	font-weight: 600;
}
.form-star__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: -20px;
}
.form-star__icon_star {
	width: 36px;
	height: 36px;
	fill: currentColor;
	color: #b8b8b8;
	transition: fill 0.4s;
	cursor: pointer;
}
.form-star__input {
	display: none;
}
.form-star__input:checked ~ .form-star__star .form-star__icon_star,
.form-star__star:hover .form-star__icon_star {
	color: #efd214;
	color: var(--color_yellow);
}
.form-star__star {
	margin-right: 20px;
}
.form-star__star,
.form-switch {
	display: -ms-flexbox;
	display: flex;
}
.form-switch {
	background: #fafafa;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	border-radius: 4px;
}
.form-switch__item {
	-ms-flex: 50% 1 1;
	flex: 50% 1 1;
}
.form-switch__radio {
	display: none;
}
.form-switch__radio:checked + .form-switch__element {
	background-color: #ebebeb;
	border-radius: 4px;
}
.form-switch__element {
	padding: 12px 18px;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}
.form-switch__element,
.form-switch__icon-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.form-switch__icon {
	width: 16px;
	height: 16px;
	stroke: #000;
	margin-right: 9px;
}
.form-switch__text {
	font-weight: 500;
}
.form-textarea {
	display: block;
	width: 100%;
}
.form-textarea__textarea {
	width: 100%;
	color: #000;
	padding: 14px 17px;
	font-weight: 300;
	border-radius: 4px;
	border: 1px solid #e9e9e9;
	background-color: #fafafa;
	font-size: 1.125rem;
}
.form-textarea__textarea::-webkit-input-placeholder {
	color: #000;
	color: #737373;
}
.form-textarea__textarea:-moz-placeholder,
.form-textarea__textarea::-moz-placeholder {
	color: #737373;
}
.form-textarea__textarea:-ms-input-placeholder {
	color: #737373;
}
.form-textarea__textarea:focus {
	border-color: #333;
}
.form {
	display: block;
}
.form__row {
	margin-bottom: 10px;
}
.form_col_text {
	display: none;
}
.form_callback .form__footer .form__row,
.form_status .form__footer .form__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.form__text p {
	margin-top: 0;
	margin-bottom: 10px;
}
.form__title {
	margin-bottom: 20px;
}
.front,
.grid {
	display: block;
}
.grid_brands,
.grid_brandssix {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -5px;
	min-width: 980px;
	padding-left: 15px;
	padding-left: var(--padding_mobile);
	margin-bottom: -10px;
}
.grid_brands .grid__item,
.grid_brandssix .grid__item {
	width: 160px;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	padding: 0 5px;
	margin-bottom: 10px;
	scroll-snap-align: center;
}
.grid_brands .grid__item_half {
	width: 80px;
	-ms-flex-preferred-size: 80px;
	flex-basis: 80px;
}
.grid_issue .grid__item {
	margin-bottom: 20px;
}
.grid_hero {
	display: block;
}
.grid_five {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -5px;
}
.grid_five .grid__item {
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
}
.grid_order {
	-ms-flex-direction: column;
	flex-direction: column;
}
.grid_order .grid__item {
	margin-bottom: 10px;
}
.header {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	height: 54px;
	height: var(--header_mobile);
	background-color: #fff;
}
.header__attention {
	background-color: #d9d9d9;
	text-align: center;
	color: #ef6014;
	color: var(--color_orange);
	font-weight: 300;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-ms-flex-order: 0;
	order: 0;
	padding: 8px 0;
	font-size: 0.75rem;
	line-height: 1.1;
	height: 42px;
	transition: transform 0.4s;
	position: relative;
	z-index: 10;
}
.header__attention,
.header__attention .header__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.header__attention .header__container {
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px;
}
.header__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
.header__line {
	display: none;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
.header__burger {
	-ms-flex: 0 0 59px;
	flex: 0 0 59px;
}
.header__logo {
	display: none;
	-ms-flex: 0 0 88px;
	flex: 0 0 88px;
}
.header__menu {
	width: 100%;
	padding-right: 40px;
	transform: translateX(-100%);
	position: fixed;
	left: 0;
	bottom: 0;
	top: 54px;
	top: var(--header_mobile);
	z-index: 10;
	background-color: hsla(0, 0%, 100%, 0.85);
	transition: transform 0.4s;
	transition-property: transform, opacity;
	opacity: 0;
}
.header__menu.is-opened {
	transform: translateX(0);
	opacity: 1;
}
.header__menu-inner {
	background-color: #f6f6f6;
	background-color: var(--color_light);
	padding: 22px 24px;
	height: 100%;
}
.header__service-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	padding: 0;
	padding-right: 20px;
	border: none;
	cursor: pointer;
}
.header__service-button .header__icon_burger {
	display: none;
}
.header__service-text {
	padding-left: 10px;
	font-size: 0.75rem;
	font-weight: 700;
}
.header__service-menu {
	width: 100%;
	padding-left: 24px;
	transform: translateX(100%);
	position: fixed;
	right: 0;
	bottom: 0;
	top: 54px;
	top: var(--header_mobile);
	z-index: 10;
	background-color: hsla(0, 0%, 100%, 0.85);
	transition: transform 0.4s;
	transition-property: transform, opacity;
	opacity: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: auto;
}
.header__service-menu.is-opened {
	transform: translateX(0);
	opacity: 1;
}
.header__phone {
	padding-right: 15px;
	padding-right: var(--padding_mobile);
	height: 54px;
	height: var(--burger_mobile);
	color: #ef6014;
	color: var(--color_orange);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
}
.header__social {
	margin-top: 25px;
	margin-left: 2px;
}
.header__close {
	padding: 0;
	border: none;
	background: none;
	position: absolute;
	right: 0;
	width: 54px;
	width: var(--burger_mobile);
	height: 54px;
	height: var(--burger_mobile);
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.4s;
}
.header__close.is-active {
	opacity: 1;
}
.heading {
	display: block;
	margin: 0;
	font-weight: 700;
	line-height: 1;
}
.heading_h1 {
	font-size: 1.9375rem;
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: 0.01em;
}
.heading_h2 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.24;
}
.heading_h3 {
	font-size: 1.875rem;
	line-height: 1.18;
	font-weight: 500;
}
.heading_h4 {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.25;
}
.heading_h5 {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.44;
}
.heading_h6 {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.28;
}
.heading_fwb,
.heading_popup {
	font-weight: 700;
}
.heading_popup {
	font-size: 1.375rem;
	line-height: 1.3;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.24;
}
.help {
	display: block;
	background-color: #f6f6f6;
	padding: 50px 70px;
}
.help__header {
	font-size: 1.875rem;
	font-weight: 500;
	margin-bottom: 32px;
	line-height: 1.33;
}
.help__footer {
	font-weight: 600;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.hero {
	display: block;
	padding-top: 0;
	padding-bottom: 27px;
	padding-right: 15px;
	padding-right: var(--padding_mobile);
	position: relative;
}
.hero__title {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.42;
	margin-top: 0;
	margin-bottom: 26px;
}
.hero__strong {
	color: #ef6014;
	color: var(--color_orange);
	font-weight: 500;
}
.hero__where {
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 35px;
}
.hero__where-line_2 {
	display: block;
}
.hero__where-or:after,
.hero__where-or:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background-color: #ef6014;
	background-color: var(--color_orange);
	margin: 0 10px;
}
.hero__footer {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.hero__discount,
.hero__footer {
	display: -ms-flexbox;
	display: flex;
}
.hero__discount {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 4px;
}
.hero__discount-value {
	font-size: 2rem;
	padding-right: 10px;
}
.hero__discount-text {
	font-size: 0.75rem;
	line-height: 1.16;
	max-width: 115px;
}
.hero__media {
	position: absolute;
	left: 100%;
	width: 300px;
	margin-left: -150px;
	top: 20px;
	bottom: 20px;
	z-index: 1;
}
.hero__image {
	max-height: 100%;
	max-width: 100%;
	font-family: object-fit\: contain;
	object-fit: contain;
}
.hero__content {
	position: relative;
	z-index: 2;
}
.hero__change {
	display: none;
}
.hero__button {
	width: 268px;
}
.hero__breadcrumbs {
	display: none;
}
.hero_nopadd .hero__media {
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.hero_right .hero__media {
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@keyframes a {
	to {
		transform: rotate(1turn);
	}
}
.image {
	height: auto;
}
.image,
.label,
.list {
	display: block;
}
.list__ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.list__ul .list__item,
.list ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	position: relative;
	margin-bottom: 1em;
}
.list__ul .list__item:before,
.list ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #ef6014;
	background-color: var(--color_orange);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 0.7em;
}
.list__ol {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: b;
}
.list__ol .list__item,
.list ol li {
	margin-bottom: 15px;
	padding-left: 3.3em;
	list-style: none;
	position: relative;
	counter-increment: b;
}
.list__ol .list__item:before,
.list ol li:before {
	content: counter(b);
	position: absolute;
	left: 0;
	top: -0.3em;
	color: var(--color_green);
	font-size: 1.5em;
	font-weight: 700;
}
.list_subcats .list__item {
	padding-left: 20px;
	margin-bottom: 0;
}
.list_subcats .list__item:before {
	background-color: #b8b8b8;
	width: 6px;
	height: 2px;
	top: 0.8em;
}
.list__ul .list__item_more:before {
	display: none;
}
.list__link {
	text-decoration: none;
	position: relative;
	transition: color 0.4s;
	padding: 0;
	border: none;
	margin: 0;
	cursor: pointer;
}
.list__link:hover {
	color: #000;
	text-decoration: underline;
}
.list_default .list__item {
	padding-left: 10px;
}
.list_default .list__item:before {
	width: auto;
	height: auto;
	content: "-";
	background: none;
	top: 0;
}
.list__item-popup {
	background-color: #f6f6f6;
	background-color: var(--color_light);
	padding: 10px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
.logo {
	display: block;
}
.logo__icon {
	width: 88px;
	height: 27px;
}
.logo_header .logo__icon {
	width: 135px;
	height: 43px;
}
.logo_footer .logo__icon {
	width: 140px;
	height: 40px;
}
.map {
	display: block;
	position: relative;
	background-color: #fff;
}
.map__map {
	height: 425px;
}
.menu {
	display: block;
}
.menu__button,
.menu__link {
	text-decoration: none;
}
.menu__button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.menu__button_bold,
.menu__link_bold {
	font-weight: 500;
}
.menu__item {
	margin-bottom: 10px;
}
.menu__submenu {
	display: none;
}
.menu__media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	margin-right: 17px;
}
.menu__title {
	color: #333;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 17px;
}
.menu_service .menu__submenu {
	display: block;
}
.menu_footer {
	column-count: 2;
	font-size: 0.75rem;
}
.menu_footer .menu__item {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
	word-break: normal;
}
.menu_footer .menu__item:before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #f7a93d;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 0.7em;
	background-color: #b8b8b8;
	width: 6px;
	height: 2px;
	top: 0.8em;
}
.menu_service {
	background-color: #f6f6f6;
	background-color: var(--color_light);
	padding: 28px 25px;
	padding-top: 26px;
}
.menu_submenu .menu__item {
	margin-bottom: 10px;
}
.menu_submenu .menu__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.menu_service .menu__icon {
	width: 20px;
	height: 20px;
}
.menu_service .menu__submenu {
	margin-bottom: 15px;
}
.menu_service .menu__title {
	margin-bottom: 11px;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.menu_submenu .menu__link {
	font-size: 1rem;
}
.menu_submenu .menu__link:hover {
	text-decoration: underline;
}
.order {
	display: block;
	padding: 24px 30px;
	background-color: #fff;
}
.order__header {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.33;
	margin-bottom: 10px;
}
.order__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.order__order,
.order__price {
	font-weight: 500;
}
.order__order {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	color: #ef6014;
	color: var(--color_orange);
	cursor: pointer;
}
.page {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}
.page__text {
	margin-bottom: 30px;
}
.page__content {
	position: relative;
	z-index: 1;
	padding-top: 54px;
	padding-top: var(--header_mobile);
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.page_menu {
	overflow-y: hidden;
}
.page__breadcrumbs {
	margin: 20px 0;
}
.page_notification {
	--header_mobile: 96px;
}
.phone {
	display: -ms-flexbox;
	display: flex;
	transition: opacity 0.4s;
	opacity: 1;
}
.phone.is-active {
	opacity: 0;
}
.phone__media {
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	padding-top: 4px;
}
.phone__label {
	color: #888;
	font-size: 0.75rem;
}
.phone__text {
	font-weight: 500;
	font-size: 0.875rem;
}
.phone__link {
	font-size: 1rem;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
}
.phone__callback {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	cursor: pointer;
}
.phone_header .phone__link-text {
	color: #333;
	white-space: nowrap;
}
.phone_header .phone__link-number {
	font-size: 0.875rem;
}
.phone_header .phone__link-code {
	font-size: 0.75rem;
	color: #666;
}
.phone_header .phone__callback {
	display: none;
}
.phone_header .phone__icon {
	position: relative;
	top: -1px;
	left: 1px;
}
.phone_footer .phone__icon {
	display: block;
}
.picture {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.picture__img {
	display: block;
	width: 100%;
}
.popup {
	display: inline-block;
}
.popup_callback {
	max-width: 320px;
	background-color: #f6f6f6;
}
.popup_issue {
	background-color: #f6f6f6;
	min-height: 100vh;
}
.popup_issue .popup__header {
	margin-bottom: 52px;
	margin-top: -15px;
}
.post-header {
	display: block;
	background-color: #f6f6f6;
	padding: 12px 0;
}
.post-header__container {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}
.post-header__address,
.post-header__logo {
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
}
.post-header__address {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}
.promo-list {
	display: block;
}
.promo-list__item {
	margin-top: 18px;
}
.promo-list__item_0 {
	margin-top: 0;
}
.rating,
.rating__item {
	display: -ms-flexbox;
	display: flex;
}
.rating__item {
	margin-left: 6px;
}
.rating__icon {
	height: 16px;
	width: 16px;
	color: #dbd7d7;
	fill: currentColor;
}
.rating__item_0 {
	margin-left: 0;
}
.rating__item_active .rating__icon {
	color: #efd214;
	color: var(--color_yellow);
}
.regalia {
	display: block;
}
.regalia__item {
	margin-bottom: 10px;
}
.regalia__value {
	color: #ef6014;
	color: var(--color_orange);
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.1;
}
.regalia__label {
	font-size: 0.875rem;
	color: #666;
	font-weight: 500;
}
.review-item {
	display: block;
	padding: 28px 14px;
	padding-bottom: 23px;
	border-radius: 2px;
	color: #666;
	background-color: #f6f6f6;
	--avatar: 80px;
}
.review-item__placeholder {
	color: #ef6014;
	color: var(--color_orange);
}
.review-item__header {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
}
.review-item__media {
	display: block;
	-ms-flex: 0 0 var(--avatar);
	flex: 0 0 var(--avatar);
	max-width: var(--avatar);
	max-height: var(--avatar);
	margin-right: 20px;
	text-decoration: none;
}
.review-item__icon {
	width: var(--avatar);
	height: var(--avatar);
}
.review-item__name {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
.review-item__img {
	border-radius: 50%;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	height: var(--avatar);
	width: var(--avatar);
}
.review-item__title {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 4px;
	color: #333;
}
.review-item__date {
	font-size: 0.8125rem;
	font-weight: 300;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.review-item__text {
	font-size: 0.875rem;
	line-height: 1.42;
	margin-bottom: 18px;
	text-overflow: ellipsis;
}
.review-item__text_full {
	-webkit-line-clamp: 0;
	line-clamp: 0;
	max-height: none;
}
.review-item__source {
	font-size: 1rem;
}
.review-item__more,
.review-item__source-link {
	color: #ef6014;
	color: var(--color_orange);
	text-decoration: none;
}
.review-item__more {
	background: none;
	padding: 0;
	border: none;
	position: relative;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	vertical-align: baseline;
}
.review-item__more-arrow {
	right: 0;
	position: absolute;
}
.review-item__rating {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-bottom: 10px;
}
.review-item__score {
	margin-top: 15px;
}
.review-item_full {
	padding: 0;
	background: none;
}
.score {
	display: block;
}
.score__header {
	margin-bottom: 5px;
}
.score__label {
	margin-bottom: 10px;
}
.score__icon {
	color: #b8b8b8;
	color: var(--color_dark);
}
.score__button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	padding: 0;
	border: none;
	margin-right: 30px;
	cursor: pointer;
}
.score__button_down .score__icon {
	transform: rotate(180deg);
}
.score__button-text {
	margin-left: 10px;
	font-weight: 600;
	font-size: 0.875rem;
	color: #888;
}
.score_video .score__header {
	display: none;
}
.score_video .score__icon {
	color: #909090;
}
.search,
.section {
	display: block;
}
.section,
.section__header {
	margin-bottom: 30px;
}
.section__footer {
	margin-top: 35px;
}
.section__subtitle {
	font-size: 1rem;
	margin-top: 25px;
	line-height: 1.625;
}
.section_hero {
	background-color: #f6f6f6;
	overflow: hidden;
}
.section_hero .section__content {
	margin: 0 -15px;
	margin: 0 calc(var(--padding_mobile) * -1);
	padding: 0 15px;
	padding: 0 var(--padding_mobile);
	padding-right: 0;
	overflow: hidden;
}
.section_promo {
	margin-bottom: 55px;
}
.section_service {
	margin-bottom: 60px;
	overflow: hidden;
}
.section_service .section__header {
	margin-bottom: 30px;
}
.section_service .section__col_first {
	display: none;
}
.section_service .section__footer {
	margin-top: 40px;
}
.section_repaircost {
	margin-bottom: 110px;
}
.section_repaircost .section__container {
	padding-top: 34px;
	padding-bottom: 38px;
	background-color: #f6f6f6;
	background-color: var(--color_light);
}
.section_repaircost .section__header {
	margin-bottom: 21px;
}
.section_whyus {
	margin-bottom: 48px;
}
.section_whyus .section__header {
	margin-bottom: 33px;
}
.section_reviews {
	margin-bottom: 80px;
	overflow: hidden;
}
.section_reviews .section__yandex {
	display: none;
}
.section_reviews .section__header {
	margin-bottom: 27px;
}
.section_reviews .section__footer {
	margin-top: 26px;
}
.section_video {
	margin-bottom: 60px;
}
.section_video .section__header {
	margin-bottom: 34px;
}
.section_video .section__content {
	margin: 0 -10px;
}
.section_map {
	overflow: hidden;
	margin-bottom: 60px;
}
.section_map .section__contacts {
	margin-bottom: -30px;
	position: relative;
	z-index: 2;
}
.section_map .section__map {
	position: relative;
	z-index: 1;
}
.section_map .section__content,
.section_map .section__header {
	background-color: #f6f6f6;
	background-color: var(--color_light);
	padding: 34px 20px;
	margin-bottom: 0;
}
.section_map .section__header {
	padding-bottom: 28px;
}
.section_map .section__content {
	padding-top: 0;
}
.section_about {
	display: none;
}
.section__workorder {
	margin-bottom: 25px;
}
.section__worktime {
	margin: 0 -15px;
	margin: 0 calc(var(--padding_mobile) * -1);
	padding: 60px 15px;
	padding: 60px var(--padding_mobile);
	background-color: #f6f6f6;
	background-color: var(--color_light);
}
.section_brands {
	overflow: hidden;
}
.section_brands .section__content {
	padding-bottom: 20px;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: auto;
	margin: 0 -15px;
	margin: 0 calc(var(--padding_mobile) * -1);
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}
.section_brands .section__content::-webkit-scrollbar-button {
	background-image: url(.);
	background-repeat: no-repeat;
	width: 0;
	height: 0;
}
.section_brands .section__content::-webkit-scrollbar-track {
	background-color: #f6f6f6;
	border-radius: 0;
}
.section_brands .section__content::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #ef6014;
	background-color: var(--color_orange);
	cursor: pointer;
}
.section_brands .section__content::-webkit-resizer {
	background-image: url(.);
	background-repeat: no-repeat;
	width: 0;
	height: 0;
}
.section_brands .section__content::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	left: -100px;
}
.section_price {
	overflow: hidden;
}
.section_price .section__buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.section_price .section__col_2 {
	display: none;
}
.section__wastetime,
.section_price .section__content {
	margin: 0 -15px;
	margin: 0 calc(var(--padding_mobile) * -1);
}
.section__wastetime {
	background-color: #f6f6f6;
	padding: 60px 15px;
	padding: 60px var(--padding_mobile);
	margin-bottom: 50px;
}
.section_wework {
	margin-top: -4px;
	margin-bottom: 53px;
}
.section_wework .section__header {
	margin-bottom: 35px;
}
.section_brands {
	margin-bottom: 52px;
}
.section_brands .section__header {
	margin-bottom: 35px;
}
.section_deffects {
	margin-bottom: 57px;
}
.section_deffects .section__subtitle {
	margin-top: 15px;
	line-height: 1.5;
}
.section_deffects .section__subtitle p {
	margin-bottom: 8px;
	margin-top: 0;
}
.section__help {
	display: none;
}
.section_price {
	margin-top: -10px;
	margin-bottom: 50px;
}
.section_price .section__header {
	margin-bottom: 20px;
}
.section_price .section__subtitle {
	line-height: 1.5;
	margin-top: 28px;
}
.section_price .section__buttons {
	padding: 0 15px;
	padding: 0 var(--padding_mobile);
}
.section_price .section__footer {
	margin-top: 50px;
}
.section_select {
	margin-top: -35px;
	margin-bottom: 50px;
}
.section__select {
	margin-bottom: 30px;
}
.section_order,
.section_quality {
	display: none;
}
.section__disclaimer {
	background-color: #f6f6f6;
	position: relative;
	z-index: 1;
	padding: 20px;
	margin-bottom: 20px;
}
.section__disclaimer p {
	margin: 0;
}
.section__disclaimer p:before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 8px;
	height: 8px;
	background-color: #ef6014;
	background-color: var(--color_orange);
	margin-right: 0.5em;
	position: relative;
	top: -2px;
}
.share {
	display: block;
}
.share__header {
	margin-bottom: 15px;
}
.share__content,
.share__link {
	display: -ms-flexbox;
	display: flex;
}
.share__link {
	width: 60px;
	height: 60px;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	background-color: #f6f6f6;
	background-color: var(--color_light);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #888;
	margin-right: 10px;
	overflow: hidden;
	transition: all 0.4s;
	transition-property: background, color;
}
.share__link:hover {
	background-color: #ef6014;
	background-color: var(--color_orange);
	color: #fff;
}
.slider-dots {
	display: block;
	width: 135px;
	margin: 0 auto;
}
.slider-dots__item {
	background: none;
	padding: 0;
	border: none;
	outline: none;
}
.slider-dots__inner {
	display: block; /* for span */
	margin: 0 auto;
	width: 12px;
	height: 12px;
	background-color: #d5d5d5;
	transform: scale(0.3);
	opacity: 0.4;
	text-indent: -9999px;
	cursor: pointer;
	transition: opacity 0.4s;
	transition-property: opacity, transform;
	outline: none;
}
.slider-dots .slick-slide {
	width: 22px;
}
.slider-dots .slick-active .slider-dots__inner {
	transform: scale(0.4);
	opacity: 1;
}
.slider-dots .slick-active + .slick-active .slider-dots__inner {
	transform: scale(0.7);
	opacity: 1;
}
.slider-dots .slick-active + .slick-current .slider-dots__inner {
	background-color: #ef6014;
	background-color: var(--color_orange);
	transform: scale(1);
	opacity: 1;
}
.slider-dots .slick-current + .slick-active .slider-dots__inner {
	transform: scale(0.7);
	opacity: 1;
}
.slider-dots .slick-current + .slick-active + .slick-active .slider-dots__inner {
	transform: scale(0.4);
	opacity: 1;
}
.slogan,
.social-list {
	display: block;
}
.social-list {
	--icon-size: 46px;
}
.social-list__content,
.social-list__link {
	-ms-flex-align: center;
	align-items: center;
}
.social-list__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	color: #888;
	width: var(--icon-size);
	height: var(--icon-size);
	-ms-flex: 0 0 var(--icon-size);
	flex: 0 0 var(--icon-size);
	background-color: #fff;
	border-radius: 4px;
	margin-right: 10px;
}
.social-list__icon {
	fill: currentColor;
	width: 20px;
	height: 20px;
	transition: color 0.2s;
}
.social-list__header {
	margin-bottom: 6px;
}
.social-list__content {
	display: -ms-flexbox;
	display: flex;
}
.social-list_footer .social-list__header {
	display: none;
}
.table {
	display: block;
	line-height: 1.16;
}
.table__table {
	width: 100%;
}
.table__td {
	padding: 18px 15px;
	transition: background 0.4s;
}
.table__price,
.table__time {
	display: block;
	white-space: nowrap;
}
.table__price_free {
	font-weight: 700;
	color: #ef6014;
	color: var(--color_orange);
}
.table__tr_even .table__td {
	background-color: #f6f6f6;
}
.table_price {
	font-size: 0.75rem;
	overflow: hidden;
	position: relative;
	transition: height 0.2s;
}
.table_price .table__thead {
	display: none;
}
.table_price .table__more {
	display: none;
	transition: opacity 0.4s;
}
.table_gradient {
	position: relative;
	height: 680px;
}
.table_gradient:after {
	content: "";
	height: 100px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
	opacity: 1;
	transition: opacity 0.4s;
	pointer-events: none;
}
.table_auto {
	max-height: none;
	height: auto;
}
.table_opened:after {
	opacity: 0;
}
.table__tr_header .table__td {
	text-align: center;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
}
.table__tr_header .table__td:hover {
	background: none;
}
.tabs {
	display: block;
}
.tabs__header {
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: auto;
	position: relative;
	margin-right: -18px;
	margin-bottom: 10px;
}
.tabs__button {
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375;
	color: #b8b8b8;
	color: var(--color_dark);
	text-align: left;
	position: relative;
	padding-bottom: 25px;
	transition: color 0.4s;
	cursor: pointer;
	margin-right: 18px;
}
.tabs__button:after,
.tabs__button:before {
	content: "";
	transform: scale(0);
	display: block;
	position: absolute;
	opacity: 0;
	transition: transform 0.4s;
	transition-property: transform opacity;
}
.tabs__button:after {
	height: 3px;
	background-color: #ef6014;
	background-color: var(--color_orange);
	left: 0;
	right: 45%;
	bottom: 10px;
}
.tabs__button:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 5px 0;
	border-color: #ef6014 transparent transparent;
	position: absolute;
	left: 22.5%;
	margin-left: 2px;
	bottom: 6px;
}
.tabs__button_hidden {
	display: none;
}
.tabs__button:hover,
.tabs__button_active {
	color: #000;
}
.tabs__button:hover:after,
.tabs__button:hover:before,
.tabs__button_active:after,
.tabs__button_active:before {
	transform: scale(1);
	opacity: 1;
}
.tabs__tab,
.tabs__tab_hidden {
	display: none;
}
.tabs__tab_active {
	display: block;
}
.tabs_reviews .tabs__header {
	-ms-flex-align: flex-stretch;
	align-items: flex-stretch;
	margin-bottom: 25px;
}
.tabs_reviews .tabs__button {
	font-weight: 500;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 140px;
}
.tabs_reviews .tabs__button_hidden {
	display: none;
}
.tabs__button-office {
	font-size: 1.125rem;
	margin-bottom: 9px;
	display: block;
	word-break: normal; /* html override */
}
.tabs__button-reviews {
	display: block;
}
.tabs__button-rating {
	margin-bottom: 10px;
	opacity: 0.5;
	display: block;
}
.tabs__button_active .tabs__button-reviews {
	color: #666;
	font-weight: 400;
}
.tabs__button_active .tabs__button-rating {
	opacity: 1;
}
.tabs_reviews .tabs__tab {
	margin: 0 -15px;
	margin: 0 calc(var(--padding_mobile) * -1);
}
.tabs__dots {
	margin-top: 29px;
}
.tabs__buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.tabs_price .tabs__header {
	overflow-x: auto;
	-webkit-overflow-scrolling: auto;
	-ms-flex-align: end;
	align-items: flex-end;
}
.tabs_price .tabs__header:after,
.tabs_price .tabs__header:before {
	content: "";
	width: 15px;
	width: var(--padding_mobile);
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	-ms-flex: 0 0 var(--padding_mobile);
	flex: 0 0 var(--padding_mobile);
}
.tabs_price .tabs__button {
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
}
.text-block {
	display: block;
}
.text-block__header {
	margin-bottom: 10px;
}
.text-block__content {
	color: #666;
}
.text-block__content p {
	margin-top: 0;
	margin-bottom: 15px;
}
.text-block__image {
	margin: 0 auto;
}
.text-block_level {
	color: #666;
	font-size: 1rem;
	line-height: 1.75;
	margin-bottom: 24px;
}
.text-block_level h2 {
	color: #333;
	margin-bottom: 18px;
	margin-top: 0;
}
.text-block_level li,
.text-block_level p,
.text-block_select li,
.text-block_select p {
	margin: 1em 0;
}
.text-block_level ul,
.text-block_select ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.text-block_level ul li,
.text-block_select ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	position: relative;
	margin-bottom: 1em;
}
.text-block_level ul li:before,
.text-block_select ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #ef6014;
	background-color: var(--color_orange);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 0.7em;
}
.text-block_level .text-block__header {
	margin-bottom: 18px;
}
.text-block_level .text-block__content {
	font-size: 1rem;
	line-height: 1.75;
	margin-bottom: 24px;
}
.text-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}
.text-icon__media {
	-ms-flex: 0 0 52px;
	flex: 0 0 52px;
	overflow: hidden;
}
.text-icon__icon {
	max-width: 100%;
	max-height: 100%;
}
.text-icon__title {
	font-size: 1rem;
	line-height: 1.375;
}
.text-icon__link {
	font-weight: 300;
	display: block;
	vertical-align: middle;
	text-decoration: none;
}
.text-icon__more {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}
.text-icon__content {
	display: block;
}
.text-icon_centered .text-icon__content {
	padding-left: 15px;
}
.text-icon_vertical {
	-ms-flex-align: start;
	align-items: flex-start;
}
.text-icon_vertical .text-icon__media {
	-ms-flex-preferred-size: 65px;
	flex-basis: 65px;
}
.text-icon_vertical .text-icon__icon {
	max-width: 46px;
}
.text-icon_vertical .text-icon__title {
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.5;
}
.text-icon_promo .text-icon__media {
	color: #ef6014;
	color: var(--color_orange);
}
.text-icon_promo .text-icon__title {
	font-size: 0.875rem;
	line-height: 1.28;
}
.text-icon_promo .text-icon__title strong {
	font-weight: 500;
}
.text-icon_box {
	display: block;
}
.text-icon_box .text-icon__media {
	width: 80px;
	height: 80px;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	background-color: #f6f6f6;
	background-color: var(--color_light);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ef6014;
	color: var(--color_orange);
	margin-bottom: 15px;
}
.text-icon_box .text-icon__title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.44;
	margin-bottom: 7px;
}
.text-icon_box .text-icon__text {
	line-height: 1.5;
	color: #666;
}
.text-icon_order {
	display: block;
}
.text-icon_order .text-icon__media {
	width: 80px;
	height: 80px;
	background-color: #f6f6f6;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 13px;
}
.text-icon_order .text-icon__title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 5px;
}
.text-icon_order .text-icon__text {
	color: #666;
	line-height: 1.25;
}
.text-icon_issue {
	background-color: #f6f6f6;
	padding: 18px;
	min-height: 100px;
	position: relative;
	padding-right: 80px;
}
.text-icon_issue .text-icon__media {
	margin-bottom: 0;
	-ms-flex-preferred-size: 63px;
	flex-basis: 63px;
	padding-right: 23px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-icon_issue .text-icon__title {
	margin-top: -2px;
	margin-bottom: 6px;
}
.text-icon_issue .text-icon__more {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.5;
	transition: all 0.4s;
	width: 60px;
	background-color: #ef6014;
	background-color: var(--color_orange);
	color: #fff;
}
.text-icon_popup {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
}
.text-icon_popup .text-icon__media {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.text-icon_popup .text-icon__icon {
	max-width: none;
	max-height: none;
}
.text-icon_popup .text-icon__title {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.2;
	max-width: 350px;
}
.text-icon__title-link {
	text-decoration: none;
}
.text-icon__title-link:hover {
	text-decoration: underline;
}
.text-image {
	text-decoration: none;
}
.text-image,
.text-image__media {
	display: -ms-flexbox;
	display: flex;
}
.text-image__media {
	position: relative;
	margin-bottom: 10px;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 20px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-image__icon {
	margin-top: 10px;
}
.text-image__title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
}
.text-image__text {
	margin-top: 9px;
	font-size: 0.875rem;
	font-weight: 500;
}
.text-image_tab .text-image__media {
	display: none;
	padding-right: 0;
}
.text-image_iphone,
.text-image_repair {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 25px 15px;
	padding-top: 20px;
	background-color: #f6f6f6;
	width: 100%;
}
.text-image_iphone .text-image__media,
.text-image_repair .text-image__media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 0;
	position: relative;
}
.text-image_iphone .text-image__media {
	height: 190px;
	-ms-flex: 0 0 190px;
	flex: 0 0 190px;
	margin-bottom: 0;
	margin-top: 10px;
}
.text-image_iphone .text-image__img {
	height: 190px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: transform 0.4s;
}
.text-image_iphone:hover .text-image__img_0 {
	transform: translateX(calc(-50% - 20px));
}
.text-image_iphone:hover .text-image__img_1 {
	transform: translateX(calc(-50% + 20px));
}
.text-image_repair .text-image__img {
	height: 95px;
	font-family: object-fit\: cover;
	object-fit: cover;
}
.text-image_iphone .text-image__title,
.text-image_repair .text-image__title {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.text-image_iphone .text-image__content,
.text-image_repair .text-image__content {
	margin-bottom: auto;
}
.text-image_repair .text-image__text {
	margin-bottom: 10px;
}
.text-image_camera,
.text-image_vertical {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	background-color: #f6f6f6;
	padding: 25px 30px;
	width: 100%;
	height: 100%;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.text-image__pretitle {
	color: #ef6014;
	color: var(--color_orange);
	font-weight: 500;
	margin-bottom: 5px;
}
.text-image_camera .text-image__title,
.text-image_vertical .text-image__title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.44;
}
.text-image_camera .text-image__media,
.text-image_vertical .text-image__media {
	height: 240px;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: auto;
	padding-right: 0;
	margin-bottom: 0;
}
.text-image_camera .text-image__pretitle {
	margin-bottom: 0;
}
.text-image_camera .text-image__content {
	margin-bottom: 15px;
}
.text-image_camera .text-image__media {
	-ms-flex-align: start;
	align-items: flex-start;
	height: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.text-image_category,
.text-image_category2,
.text-image_list {
	padding: 25px 15px;
	background-color: #f6f6f6;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.text-image_category2 {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.text-image_list .text-image__title {
	font-weight: 700;
	margin-bottom: 0;
}
.text-image_list .text-image__title:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	font-size: 0.75rem;
	background-color: #ef6014;
	background-color: var(--color_orange);
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.text-image_category2 .text-image__media,
.text-image_category .text-image__media {
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	margin-bottom: 0;
}
.text-image_leaf {
	padding: 20px;
	background-color: #fafafa;
}
.text-image_leaf .text-image__media {
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
}
.text-image_category .text-image__title {
	font-weight: 700;
}
.time {
	display: -ms-flexbox;
	display: flex;
}
.time__media {
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
}
.time__label {
	color: #888;
	font-size: 0.75rem;
}
.time__text {
	font-weight: 500;
	font-size: 0.875rem;
	margin-bottom: 5px;
}
.time__link {
	font-size: 1rem;
	text-decoration: none;
}
.video-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	padding: 10px 0;
	border: none;
	cursor: pointer;
	transition: background 0.4s;
	position: relative;
}
.video-item:after {
	width: 3px;
	background-color: #ef6014;
	background-color: var(--color_orange);
	top: 0;
	bottom: 0;
	transform: scale(0);
}
.video-item:after,
.video-item:before {
	content: "";
	position: absolute;
	right: 0;
	transition: transform 0.4s;
	opacity: 0;
	transition-property: transform opacity;
}
.video-item:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 5px 0;
	border-color: #ef6014 transparent transparent;
	transform: rotate(90deg) scale(0);
	top: 50%;
	margin-top: 0;
}
.video-item__media {
	width: 85px;
	height: 50px;
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
}
.video-item__img {
	font-family: object-fit\: cover;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}
.video-item__content {
	padding-left: 12px;
	text-align: left;
}
.video-item__title {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.16;
	margin-bottom: 3px;
}
.video-item__date {
	color: #888;
	font-size: 0.75rem;
}
.video-item:hover,
.video-item_active {
	background-color: #fff;
}
.video-item:hover:after,
.video-item_active:after {
	transform: scale(1);
	opacity: 1;
}
.video-item:hover:before,
.video-item_active:before {
	transform: rotate(90deg) scale(1);
	opacity: 1;
}
.video-switcher {
	display: block;
}
.video-switcher__media {
	background-color: #efefef;
	background-color: var(--color_gray);
	padding: 10px;
}
.video-switcher__video {
	margin-bottom: 16px;
}
.video-switcher__title {
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 8px;
}
.video-switcher__date {
	font-size: 0.75rem;
	color: #888;
	margin-bottom: 11px;
}
.video-switcher__list {
	overflow-y: auto;
	-webkit-overflow-scrolling: auto;
	max-height: 360px;
}
.video-switcher__item {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
.video-switcher__template {
	display: none;
}
.video-switcher__content {
	background-color: #efefef;
	background-color: var(--color_gray);
	padding: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.video-switcher__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.video-switcher__more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	text-decoration: none;
	font-size: 0.875rem;
}
.video-switcher__icon_arrow {
	transform: rotate(180deg);
	margin-left: 10px;
	color: #333;
}
.video {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video__link,
.video__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video__media {
	border: none;
}
.video__button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: none;
	padding: 0;
	width: 68px;
	height: 48px;
	border: none;
	background-color: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.video__button:focus {
	outline: none;
}
.video__svg {
	width: 68px;
	height: 48px;
}
.video__button-shape {
	fill: #212121;
	fill-opacity: 0.8;
	transition: fill 0.4s;
}
.video__button-icon {
	fill: #fff;
	transition: fill 0.4s;
}
.video:hover #icon_youtube {
	background-color: #ff0;
}
.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
	fill: red;
	fill-opacity: 1;
}
.video_enabled {
	cursor: pointer;
}
.video_enabled .video__button,
.waste-time {
	display: block;
}
.waste-time {
	text-align: center;
}
.waste-time__media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 17px;
}
.waste-time__title {
	font-size: 1.875rem;
	font-weight: 600;
	margin-bottom: -2px;
}
.waste-time__subtitle {
	font-size: 1.25rem;
	margin-bottom: 33px;
}
.waste-time__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.why-us {
	display: block;
}
.why-us__item {
	margin-bottom: 24px;
}
.why-us__col_2 {
	display: none;
}
.work-order {
	display: block;
}
.work-order__list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	counter-reset: c;
}
.work-order__list:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 40px;
	top: 40px;
	border-left: 1px dashed #919191;
}
.work-order__item {
	padding: 0;
	margin: 0;
	margin-bottom: 35px;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
.work-order__item:before {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-bottom: 1px dashed #919191;
	content: "0" counter(c);
	counter-increment: c;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #ef6014;
	color: var(--color_orange);
	font-weight: 600;
	padding-bottom: 3px;
}
.work-order__item_last {
	position: relative;
}
.work-order__item_last:after {
	content: "";
	width: 20px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 0;
}
.work-order__text {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
@media (min-width: 564px) {
	.daterangepicker {
		width: auto;
	}
	.daterangepicker .ranges ul {
		width: 140px;
	}
	.daterangepicker.single .ranges ul {
		width: 100%;
	}
	.daterangepicker.single .drp-calendar.left {
		clear: none;
	}
	.daterangepicker.single .drp-calendar,
	.daterangepicker.single .ranges {
		float: left;
	}
	.daterangepicker {
		direction: ltr;
		text-align: left;
	}
	.daterangepicker .drp-calendar.left {
		clear: left;
		margin-right: 0;
	}
	.daterangepicker .drp-calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.daterangepicker .drp-calendar.right {
		margin-left: 0;
	}
	.daterangepicker .drp-calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.daterangepicker .drp-calendar.left .calendar-table {
		padding-right: 8px;
	}
	.daterangepicker .drp-calendar,
	.daterangepicker .ranges {
		float: left;
	}
}
@media (min-width: 580px) {
	.grid_catalog {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.grid_catalog .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 2 - 10px);
		flex-basis: calc(99.9% * 1 / 2 - 10px);
		max-width: calc(99.9% * 1 / 2 - 10px);
		width: calc(99.9% * 1 / 2 - 10px);
		margin-bottom: 20px;
	}
	.grid_catalog .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_catalog .grid__item:last-child {
		margin-right: 0;
	}
	.grid_catalog .grid__item:nth-child(2n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_issue {
		margin: 0 -10px;
	}
	.grid_issue .grid__item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 0 10px;
	}
	.grid_hero {
		width: 100%;
	}
	.hero {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
	}
	.hero,
	.hero__media {
		display: -ms-flexbox;
		display: flex;
		position: relative;
		margin: 0;
		overflow: hidden;
	}
	.hero__media {
		padding: 15px;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-weight: 55%;
		max-height: 350px;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		top: auto;
		left: auto;
		width: auto;
	}
}
@media (min-width: 730px) {
	.daterangepicker .ranges {
		width: auto;
		float: left;
	}
	.daterangepicker.rtl .ranges {
		float: right;
	}
	.daterangepicker .drp-calendar.left {
		clear: none !important;
	}
}
@media (min-width: 768px) {
	.promo-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: -20px;
	}
	.promo-list__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 6 / 12 - 5px);
		flex-basis: calc(99.9% * 6 / 12 - 5px);
		max-width: calc(99.9% * 6 / 12 - 5px);
		width: calc(99.9% * 6 / 12 - 5px);
		margin-top: 20px;
	}
	.promo-list__item:nth-child(1n) {
		margin-right: 10px;
		margin-left: 0;
	}
	.promo-list__item:last-child {
		margin-right: 0;
	}
	.promo-list__item:nth-child(2n) {
		margin-right: 0;
		margin-left: auto;
	}
	.why-us__content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.why-us__col {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 2 - 20px);
		flex-basis: calc(99.9% * 1 / 2 - 20px);
		max-width: calc(99.9% * 1 / 2 - 20px);
		width: calc(99.9% * 1 / 2 - 20px);
	}
	.why-us__col:nth-child(1n) {
		margin-right: 40px;
		margin-left: 0;
	}
	.why-us__col:last-child {
		margin-right: 0;
	}
	.why-us__col:nth-child(2n) {
		margin-right: 0;
		margin-left: auto;
	}
}
@media screen and (min-width: 768px) {
	.actions {
		display: -ms-flexbox;
		display: flex;
	}
	.actions-body {
		padding-left: 80px;
	}
	.actions-body:before {
		left: 15px;
		width: 40px;
		height: 40px;
		font-size: 1.375rem;
	}
	.actions-body-image {
		width: 35%;
		margin-left: 20px;
	}
}
@media (min-width: 992px) {
	.slick {
		width: 42px;
		height: 42px;
	}
	.slick-slider_arrowsbot .slick-arrow {
		right: calc(50% - 120px);
	}
	.slick-slider_arrowsbot .slick-prev {
		left: calc(50% - 120px);
	}
	.b-table__big .c-table__line {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1rem;
	}
	.b-table__big .c-table__line span {
		font-size: 0.75rem;
		display: inline-block;
		margin-left: 0.5em;
		vertical-align: baseline;
	}
	.b-table__small td,
	.b-table__small th {
		font-size: 1rem;
	}
	.devices {
		width: 800px;
		padding-top: 0;
	}
	.disclaimer {
		padding: 0;
	}
	.about__header {
		margin-bottom: 35px;
	}
	.address {
		position: relative;
	}
	.address__text {
		font-size: 1.125rem;
		font-weight: 500;
	}
	.address__onmap {
		display: block;
		position: absolute;
		right: 0;
		top: 28px;
		opacity: 0.5;
		font-size: 0.875rem;
		font-weight: 500;
		cursor: pointer;
	}
	.address__icon_arrow {
		transform: rotate(180deg);
		margin-left: 0.5em;
		position: relative;
		top: -1px;
	}
	.address_header {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.address_header .address__item {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		margin-right: 20px;
	}
	.address_header .address__item-label {
		font-size: 0.875rem;
		padding-left: 0;
	}
	.address_header .address__icon {
		margin-right: 9px;
		width: 12px;
		height: 16px;
	}
	.brand {
		height: 90px;
		padding: 15px;
	}
	.breadcrumbs {
		font-size: 0.875rem;
	}
	.button {
		padding-top: 13px;
		padding-bottom: 15px;
	}
	.category-item {
		height: 225px;
		padding: 22px 30px;
	}
	.category-item_vertical {
		height: 470px;
	}
	.category-item_vertical .category-item__list {
		font-size: 0.875rem;
	}
	.category-item_small {
		height: 100px;
	}
	.category-item_small .category-item__media {
		display: block;
	}
	.category-item__list {
		font-size: 0.75rem;
	}
	.category-item__img_0,
	.category-item__img_1 {
		position: absolute;
		left: 0;
		top: 30px;
	}
	.category-item__img_1 {
		top: 0;
		left: 8px;
	}
	.category-item__media_iphone {
		height: 225px;
		width: 270px;
	}
	.category-item__media_iphone .category-item__img {
		max-width: 500px;
	}
	.category-item__media_phone .category-item__img {
		width: 230px;
	}
	.category-item__media_pad .category-item__img {
		width: 170px;
	}
	.category-item__media_pad {
		transform: scale(1.2);
		bottom: -50px;
		right: -10px;
	}
	.category-item__media_notebook .category-item__img,
	.category-item__media_pad .category-item__img {
		width: 180px;
	}
	.category-item__media_tv {
		transform: scale(1.7);
		bottom: 30px;
		right: 0;
	}
	.category-item__media_tv .category-item__img {
		width: 170px;
	}
	.category-item_media_washer {
		bottom: -50px;
	}
	.category-item__media_washer {
		width: 243px;
		bottom: -94px;
		right: -38px;
	}
	.category-item__media_dishwasher {
		width: 286px;
		bottom: -149px;
		right: -40px;
	}
	.category-item__media_plita {
		width: 552px;
		bottom: -14px;
		right: -265px;
	}
	.category-item__media_coffeemachine {
		width: 299px;
		bottom: -63px;
		right: -47px;
	}
	.category-item__media_ipad {
		width: 300px;
		bottom: -100px;
		right: -50px;
	}
	.contact-page__media {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		padding-right: 20px;
		margin-bottom: 0;
	}
	.contact-page__content {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
	}
	.contact-page__item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contacts_page {
		width: auto;
		padding: 0;
		background: none;
	}
	.contacts__address,
	.contacts__phone {
		margin-bottom: 12px;
	}
	.contacts__branch_second {
		margin: 0;
		margin-bottom: 60px;
		margin-top: 43px;
	}
	.container {
		max-width: 1450px;
		max-width: var(--width_desktop);
	}
	.footer__content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.form-checkbox__label {
		font-size: 1rem;
	}
	.form-input__input {
		background-color: #fff;
		border-color: #fff;
		font-size: 1rem;
		padding: 18px 20px;
	}
	.form-input__prefix {
		margin: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 30px;
		max-width: 35%;
	}
	.form-input__label {
		margin-bottom: 13px;
	}
	.form-select__select {
		font-size: 1rem;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.form-star {
		display: block;
	}
	.form-textarea__textarea {
		font-size: 1rem;
		border: 1px solid #e9e9e9;
		background-color: #fafafa;
	}
	.form__row {
		margin-bottom: 20px;
	}
	.form_cost,
	.form_cost2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.form_cost2 .form__footer,
	.form_cost .form__footer {
		margin-top: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 3 / 12 - 22.5px);
		flex-basis: calc(99.9% * 3 / 12 - 22.5px);
		max-width: calc(99.9% * 3 / 12 - 22.5px);
		width: calc(99.9% * 3 / 12 - 22.5px);
	}
	.form_cost2 .form__footer:nth-child(1n),
	.form_cost .form__footer:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.form_cost2 .form__footer:last-child,
	.form_cost .form__footer:last-child {
		margin-right: 0;
	}
	.form_cost2 .form__footer:nth-child(12n),
	.form_cost .form__footer:nth-child(12n) {
		margin-right: 0;
		margin-left: auto;
	}
	.form_cost .form__row {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 3 / 12 - 22.5px);
		flex-basis: calc(99.9% * 3 / 12 - 22.5px);
		max-width: calc(99.9% * 3 / 12 - 22.5px);
		width: calc(99.9% * 3 / 12 - 22.5px);
		margin-bottom: 0;
	}
	.form_cost .form__row:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.form_cost .form__row:last-child {
		margin-right: 0;
	}
	.form_cost .form__row:nth-child(12n) {
		margin-right: 0;
		margin-left: auto;
	}
	.form_cost2 .form__footer {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 3 / 12 - 22.5px);
		flex-basis: calc(99.9% * 3 / 12 - 22.5px);
		max-width: calc(99.9% * 3 / 12 - 22.5px);
		width: calc(99.9% * 3 / 12 - 22.5px);
	}
	.form_cost2 .form__footer:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.form_cost2 .form__footer:last-child {
		margin-right: 0;
	}
	.form_cost2 .form__footer:nth-child(12n) {
		margin-right: 0;
		margin-left: auto;
	}
	.form_cost2 .form__row {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 3 / 12 - 22.5px);
		flex-basis: calc(99.9% * 3 / 12 - 22.5px);
		max-width: calc(99.9% * 3 / 12 - 22.5px);
		width: calc(99.9% * 3 / 12 - 22.5px);
		margin-bottom: 0;
	}
	.form_cost2 .form__row:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.form_cost2 .form__row:last-child {
		margin-right: 0;
	}
	.form_cost2 .form__row:nth-child(12n) {
		margin-right: 0;
		margin-left: auto;
	}
	.form__footer {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 30px;
	}
	.form__footer .form__row,
	.form_quality .form__row {
		margin-bottom: 0;
	}
	.form_order .form__footer .form__row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.grid_camera,
	.grid_five,
	.grid_four,
	.grid_iphone,
	.grid_six,
	.grid_three,
	.grid_two {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.grid_four .grid__item {
		-ms-flex-preferred-size: calc(99.9% * 1 / 2 - 10px);
		flex-basis: calc(99.9% * 1 / 2 - 10px);
		max-width: calc(99.9% * 1 / 2 - 10px);
		width: calc(99.9% * 1 / 2 - 10px);
	}
	.grid_four .grid__item:nth-child(2n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.grid_card .grid__item {
		margin-left: 25px;
	}
	.grid_issue {
		margin: 0 -10px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.grid_issue .grid__item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 0 10px;
	}
	.grid_iphone .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 4 - 15px);
		flex-basis: calc(99.9% * 1 / 4 - 15px);
		max-width: calc(99.9% * 1 / 4 - 15px);
		width: calc(99.9% * 1 / 4 - 15px);
		margin-bottom: 20px;
		display: -ms-flexbox;
		display: flex;
	}
	.grid_iphone .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_iphone .grid__item:last-child {
		margin-right: 0;
	}
	.grid_iphone .grid__item:nth-child(4n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_camera .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 4 - 15px);
		flex-basis: calc(99.9% * 1 / 4 - 15px);
		max-width: calc(99.9% * 1 / 4 - 15px);
		width: calc(99.9% * 1 / 4 - 15px);
		margin-bottom: 20px;
		display: -ms-flexbox;
		display: flex;
	}
	.grid_camera .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_camera .grid__item:last-child {
		margin-right: 0;
	}
	.grid_camera .grid__item:nth-child(4n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_two {
		margin: 0;
	}
	.grid_two .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 2 - 10px);
		flex-basis: calc(99.9% * 1 / 2 - 10px);
		max-width: calc(99.9% * 1 / 2 - 10px);
		width: calc(99.9% * 1 / 2 - 10px);
		margin-bottom: 20px;
	}
	.grid_two .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_two .grid__item:last-child {
		margin-right: 0;
	}
	.grid_two .grid__item:nth-child(2n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_three {
		margin: 0;
	}
	.grid_three .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 3 - 13.333333333333332px);
		flex-basis: calc(99.9% * 1 / 3 - 13.333333333333332px);
		max-width: calc(99.9% * 1 / 3 - 13.333333333333332px);
		width: calc(99.9% * 1 / 3 - 13.333333333333332px);
		margin-bottom: 20px;
	}
	.grid_three .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_three .grid__item:last-child {
		margin-right: 0;
	}
	.grid_three .grid__item:nth-child(3n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_four {
		margin: 0;
	}
	.grid_four .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 4 - 15px);
		flex-basis: calc(99.9% * 1 / 4 - 15px);
		max-width: calc(99.9% * 1 / 4 - 15px);
		width: calc(99.9% * 1 / 4 - 15px);
		margin-bottom: 20px;
		display: -ms-flexbox;
		display: flex;
	}
	.grid_four .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_four .grid__item:last-child {
		margin-right: 0;
	}
	.grid_four .grid__item:nth-child(4n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_five {
		margin: 0;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.grid_five .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 4 - 15px);
		flex-basis: calc(99.9% * 1 / 4 - 15px);
		max-width: calc(99.9% * 1 / 4 - 15px);
		width: calc(99.9% * 1 / 4 - 15px);
		margin-bottom: 20px;
	}
	.grid_five .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_five .grid__item:last-child {
		margin-right: 0;
	}
	.grid_five .grid__item:nth-child(4n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_six {
		margin: 0;
	}
	.grid_six .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 4 - 15px);
		flex-basis: calc(99.9% * 1 / 4 - 15px);
		max-width: calc(99.9% * 1 / 4 - 15px);
		width: calc(99.9% * 1 / 4 - 15px);
		margin-bottom: 20px;
	}
	.grid_six .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_six .grid__item:last-child {
		margin-right: 0;
	}
	.grid_six .grid__item:nth-child(4n) {
		margin-right: 0;
		margin-left: auto;
	}
	.header {
		height: auto;
		padding-bottom: 11px;
		transition: transform 0.4s;
		border-bottom: 1px solid #fff;
	}
	.header__close {
		display: none;
	}
	.header__container {
		position: relative;
		z-index: 9;
		padding: 0 20px;
		padding: 0 var(--padding_tablet);
	}
	.header__line {
		-ms-flex-order: 1;
		order: 1;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #efefef;
		padding: 10px 0;
		height: 56px;
		height: var(--header_line);
		margin-bottom: 11px;
		padding-left: 110px;
	}
	.header__social {
		height: 56px;
		height: var(--header_line);
		margin-top: 0;
		margin-right: 20px;
		left: 15px;
		left: var(--padding_mobile);
		margin-left: -6px;
	}
	.header__phone,
	.header__social {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 0;
	}
	.header__phone {
		right: 20px;
		right: var(--padding_tablet);
		height: auto;
		width: auto;
		height: 56px;
		height: var(--header_line);
		padding-right: 0;
		transition: transform 0.4s;
	}
	.header__logo {
		display: block;
		-ms-flex-preferred-size: 180px;
		flex-basis: 180px;
		-ms-flex-order: 2;
		order: 2;
	}
	.header__service {
		-ms-flex-order: 3;
		order: 3;
		margin-right: 0;
		margin-left: 40px;
		position: relative;
		top: 1px;
	}
	.header__service-text {
		padding-left: 16px;
	}
	.header__phone {
		-ms-flex-order: 5;
		order: 5;
	}
	.header__menu {
		-ms-flex-order: 4;
		order: 4;
		position: static;
		width: auto;
		top: auto;
		transform: none;
		background: none;
		margin-left: auto;
		padding-right: 0;
	}
	.header__menu-inner {
		background: none;
		height: auto;
		padding: 0;
	}
	.header__burger {
		display: none;
	}
	.header__service-menu {
		padding: 0;
		top: 130px;
		top: calc(var(--header_mobile) + 76px);
		bottom: auto;
		max-height: calc(100vh - 54px - 76px);
		max-height: calc(100vh - var(--header_mobile) - 76px);
		background-color: #f6f6f6;
		background-color: var(--color_light);
		transform: scale(0);
		transform-origin: 30% 0;
		z-index: 10;
	}
	.header__service-menu.is-opened {
		transform: scale(1);
	}
	.header__service-button .header__icon_monitor {
		display: none;
	}
	.header__service-button .header__icon_burger {
		display: block;
		background-color: #ef6014;
		background-color: var(--color_orange);
		width: 54px;
		height: 44px;
		padding: 15px;
	}
	.header__service-mobile {
		display: none;
	}
	.header__service-text:before {
		content: attr(data-desktop);
		font-weight: 700;
		font-size: 0.875rem;
		color: #333;
	}
	.header__menu {
		transition: all 0.4s;
		opacity: 1;
	}
	.header_fixed {
		transform: translateY(-56px);
		border-bottom-color: #f4f4f4;
	}
	.header_fixed .header__social {
		opacity: 0;
		display: none;
	}
	.header_fixed .header__menu {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	.header_fixed .header__phone {
		transform: translateY(63px);
	}
	.header_fixed .header__attention {
		transform: translateY(55px);
	}
	.header_fixed .header__address {
		display: none;
		position: absolute;
		right: 325px;
		bottom: 13px;
	}
	.heading_home {
		font-size: 2.8125rem;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.125em;
	}
	.heading_h1 {
		font-size: 3rem;
	}
	.heading_h2 {
		font-size: 2.5rem;
		font-weight: 500;
	}
	.heading_h4 {
		font-size: 2.5rem;
		line-height: 1.5;
	}
	.heading_h5 {
		font-size: 1.5rem;
		font-weight: 500;
	}
	.heading_h6 {
		font-size: 1.25rem;
		font-weight: 500;
	}
	.heading_quality {
		font-size: 1.75rem;
		line-height: 1;
		font-weight: 600;
	}
	.heading_contacts {
		font-size: 1.875rem;
		line-height: 1;
	}
	h2 {
		font-size: 2.5rem;
		font-weight: 500;
	}
	.hero__media {
		bottom: auto;
	}
	.list__ol .list__item,
	.list ol li {
		padding-left: 3.42em;
		margin-bottom: 10px;
	}
	.list__ol .list__item:before,
	.list ol li:before {
		font-size: 1.42;
	}
	.list__ul .list__item,
	.list ul li {
		margin-bottom: 0.5em;
	}
	.list__ul .list__item:before,
	.list ul li:before {
		top: 0.6em;
	}
	.list_spacing .list__item {
		margin-bottom: 1em;
	}
	.list_subcats .list__item:before {
		background-color: #b8b8b8;
		width: 6px;
		height: 2px;
		top: 0.8em;
	}
	.list_subcats .list__ul .list__item {
		margin-bottom: 2px;
	}
	.list_default .list__item {
		padding-left: 10px;
		margin-bottom: 5px;
	}
	.list_default .list__item:before {
		top: 0;
	}
	.logo__icon,
	.logo_header .logo__icon {
		width: 180px;
		height: 52px;
	}
	.logo_footer .logo__icon {
		width: 205px;
		height: 60px;
	}
	.map__map {
		height: 600px;
		height: 820px;
	}
	.menu_header {
		display: -ms-flexbox;
		display: flex;
		font-size: 0.875rem;
	}
	.menu_header .menu__item {
		margin-bottom: 0;
		margin-left: 10px;
	}
	.menu_service {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 1450px;
		max-width: var(--width_desktop);
		margin-left: auto;
		margin-right: auto;
		padding: 73px 120px;
		margin: 0 auto;
	}
	.menu_service .menu__title {
		margin-bottom: 22px;
	}
	.menu_service > .menu__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 3 - 20px);
		flex-basis: calc(99.9% * 1 / 3 - 20px);
		max-width: calc(99.9% * 1 / 3 - 20px);
		width: calc(99.9% * 1 / 3 - 20px);
		margin-bottom: 13px;
	}
	.menu_service > .menu__item:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.menu_service > .menu__item:last-child {
		margin-right: 0;
	}
	.menu_service > .menu__item:nth-child(3n) {
		margin-right: 0;
		margin-left: auto;
	}
	.menu_footer {
		max-width: 550px;
	}
	.menu_footer .menu__item {
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.page__breadcrumbs {
		margin-bottom: 20px;
		background: #f6f6f6;
		padding: 10px 15px;
	}
	.page__content {
		padding-top: 152px;
	}
	.page_menu {
		position: relative;
	}
	.page_menu:before {
		z-index: 10;
	}
	.page_menu .page__header:before,
	.page_menu:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: hsla(0, 0%, 100%, 0.3);
	}
	.page_menu .page__header:before {
		z-index: 15;
	}
	.page__txt {
		font-size: 1.125rem;
	}
	.phone__icon {
		display: none;
	}
	.phone_header {
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	.phone_header .phone__link-code {
		font-size: 0.75rem;
	}
	.phone_header .phone__link-number {
		font-weight: 500;
		font-size: 1.25rem;
	}
	.phone_header .phone__callback,
	.phone_header .phone__link-text {
		display: block;
	}
	.phone__link {
		color: #333;
		color: var(--color_txt);
		margin-right: 20px;
	}
	.phone__link-code {
		font-size: 0.75rem;
		font-weight: 500;
		color: #666;
		margin-right: 0.3em;
	}
	.phone__callback {
		font-weight: 600;
		text-decoration: none;
	}
	.phone_footer {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.phone_footer .phone__callback {
		display: none;
	}
	.phone_footer .phone__link {
		font-size: 1rem;
		font-weight: 400;
		margin-right: 0;
	}
	.phone_footer .phone__icon {
		display: none;
	}
	.phone_footer .phone__link-code {
		font-size: 0.875rem;
		font-weight: 500;
	}
	.phone_footer .phone__link-number {
		font-size: 1.875rem;
		font-weight: 500;
	}
	.phone_footer .phone__callback-text {
		color: #ef6014;
		color: var(--color_orange);
		font-weight: 600;
	}
	.phone.is-active {
		opacity: 1;
	}
	.popup_callback {
		max-width: 500px;
	}
	.post-header {
		display: none;
	}
	.promo-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}
	.promo-list__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 3 / 12 - 7.5px);
		flex-basis: calc(99.9% * 3 / 12 - 7.5px);
		max-width: calc(99.9% * 3 / 12 - 7.5px);
		width: calc(99.9% * 3 / 12 - 7.5px);
		margin-top: 0;
	}
	.promo-list__item:nth-child(1n) {
		margin-right: 10px;
		margin-left: 0;
	}
	.promo-list__item:last-child {
		margin-right: 0;
	}
	.promo-list__item:nth-child(4n) {
		margin-right: 0;
		margin-left: auto;
	}
	.promo-list__item_0 {
		margin-top: 0;
	}
	.rating__icon {
		height: 16px;
		width: 16px;
	}
	.review-item {
		min-height: 100%;
		padding: 22px 35px;
		position: relative;
	}
	.review-item__name {
		font-size: 1.125rem;
		font-weight: 500;
	}
	.review-item__text {
		margin-bottom: 0;
		line-height: 1.5;
		font-size: 1rem;
	}
	.review-item__text_full {
		-webkit-line-clamp: 0;
		line-clamp: 0;
		max-height: none;
	}
	.review-item__header {
		margin-bottom: 39px;
	}
	.review-item__source {
		margin-top: 25px;
	}
	.review-item_full {
		padding: 0;
		background: none;
	}
	.review-item__score {
		margin-top: -4px;
	}
	.review-item__footer {
		position: absolute;
		right: 30px;
		top: 40px;
	}
	.review-item__dots {
		margin-top: 40px;
	}
	.score__content {
		-ms-flex-pack: end;
		justify-content: flex-end;
		display: -ms-flexbox;
		display: flex;
	}
	.score__button {
		margin-right: 0;
		margin-left: 37px;
	}
	.score_video .score__header {
		display: none;
	}
	.section_hero {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 34px;
	}
	.share__header {
		text-align: right;
		line-height: 1.875;
	}
	.share__content {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.share__link {
		margin-right: 0;
		margin-left: 10px;
	}
	.share_line {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.share_line .share__header {
		margin-bottom: 0;
		margin-right: 30px;
	}
	.social-list__link {
		margin-right: 0;
		width: 44px;
		-ms-flex-preferred-size: 44px;
		flex-basis: 44px;
	}
	.social-list_header .social-list__header {
		display: none;
		width: 34px;
		height: 34px;
		-ms-flex: 0 0 34px;
		flex: 0 0 34px;
	}
	.social-list_footer {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.social-list_footer .social-list__header {
		display: block;
		margin-bottom: 0;
	}
	.social-list_footer .social-list__content {
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.social-list_footer .social-list__link {
		margin-left: 10px;
	}
	.table_opened {
		max-height: none;
		margin-bottom: 30px;
	}
	.table_price .table__thead {
		display: table-header-group;
	}
	.table__th {
		font-weight: 400;
	}
	.table__td,
	.table__th {
		padding: 14px 15px;
		font-size: 1rem;
		text-align: left;
	}
	.table__td_first,
	.table__th_first {
		padding-left: 20px;
	}
	.table__line {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.table_price .table__td_price {
		padding-top: 0;
		padding-bottom: 0;
		width: 370px;
		padding-right: 0;
	}
	.table_price .table__more {
		display: block;
		margin-left: auto;
		width: 200px;
		opacity: 0;
		visibility: hidden;
	}
	.table__tr:hover .table__td {
		background-color: #ffd9c5;
	}
	.table__tr:hover .table__more {
		opacity: 1;
		visibility: visible;
	}
	.tabs__header {
		margin-bottom: 8px;
	}
	.tabs__button {
		margin-right: 50px;
		font-size: 1.25rem;
	}
	.tabs__button:after {
		right: auto;
		width: 100px;
	}
	.tabs__button:before {
		left: 50px;
		margin-left: -2px;
	}
	.tabs_catalog .tabs__button-text:before {
		content: attr(data-desktop);
	}
	.tabs_catalog .tabs__button-span {
		display: none;
	}
	.tabs__button-text {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tabs__button-office {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
	.tabs__button-rating {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 20px;
	}
	.tabs__button-reviews {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		font-size: 1rem;
		position: relative;
		top: -1px;
	}
	.tabs_reviews .tabs__button {
		/* -ms-flex: 0 0 300px; */
		/* flex: 0 0 300px; */
		-ms-flex: 0 1 300px;
		flex: 0 1 300px;
	}
	.tabs_price .tabs__button {
		color: #000;
		opacity: 0.5;
		transition: opacity 0.4s;
	}
	.tabs_price .tabs__button:hover,
	.tabs_price .tabs__button_active {
		opacity: 1;
	}
	.tabs_price .tabs__header {
		-ms-flex-align: end;
		align-items: flex-end;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	.tabs_price .tabs__header:after,
	.tabs_price .tabs__header:before {
		display: none;
	}
	.tabs_price .tabs__button {
		display: block;
		margin: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 6 - 16.666666666666668px);
		flex-basis: calc(99.9% * 1 / 6 - 16.666666666666668px);
		max-width: calc(99.9% * 1 / 6 - 16.666666666666668px);
		width: calc(99.9% * 1 / 6 - 16.666666666666668px);
		overflow: hidden;
	}
	.tabs_price .tabs__button:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.tabs_price .tabs__button:last-child {
		margin-right: 0;
	}
	.tabs_price .tabs__button:nth-child(6n) {
		margin-right: 0;
		margin-left: auto;
	}
	.tabs_pricetriple .tabs__button {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 3 - 13.333333333333332px);
		flex-basis: calc(99.9% * 1 / 3 - 13.333333333333332px);
		max-width: calc(99.9% * 1 / 3 - 13.333333333333332px);
		width: calc(99.9% * 1 / 3 - 13.333333333333332px);
	}
	.tabs_pricetriple .tabs__button:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.tabs_pricetriple .tabs__button:last-child {
		margin-right: 0;
	}
	.tabs_pricetriple .tabs__button:nth-child(3n) {
		margin-right: 0;
		margin-left: auto;
	}
	.text-block__header {
		margin-bottom: 20px;
	}
	.text-block_order .text-block__content {
		font-size: 1.25rem;
	}
	.text-block_select .text-block__header {
		margin-bottom: 25px;
	}
	.text-block_level .text-block__content {
		margin-bottom: 46px;
	}
	.text-block_level ul li {
		margin-bottom: 0.5em;
	}
	.text-block_level ul li:before {
		top: 0.5em;
	}
	.text-block_image {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.text-block__content,
	.text-block__media {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.text-block__media {
		padding-left: 20px;
	}
	.text-icon_promo .text-icon__media {
		-ms-flex: 0 0 59px;
		flex: 0 0 59px;
	}
	.text-icon__icon {
		max-width: 40px;
		max-height: 40px;
	}
	.text-icon__title {
		font-size: 1rem;
		font-weight: 300;
	}
	.text-icon_vertical {
		max-width: 240px;
		display: block;
	}
	.text-icon_vertical .text-icon__media {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		margin-bottom: 6px;
		height: 62px;
	}
	.text-icon_vertical .text-icon__icon {
		max-height: 62px;
		max-width: 62px;
	}
	.text-icon_vertical .text-icon__title {
		padding: 0;
		font-size: 0.9375rem;
		line-height: 1.5;
	}
	.text-icon_promo .text-icon__title {
		font-size: 1rem;
	}
	.text-icon__link {
		color: #ef6014;
		color: var(--color_orange);
		font-weight: 500;
		text-decoration: underline;
	}
	.text-icon_box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.text-icon_box .text-icon__media {
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		margin-bottom: 0;
		position: relative;
		overflow: visible;
	}
	.text-icon_box .text-icon__media:before {
		content: "";
		display: block;
		background-color: #666;
		height: 2px;
		width: 60px;
		position: absolute;
		right: 100%;
		top: 49px;
		margin-right: -10px;
	}
	.text-icon_box .text-icon__content {
		padding-left: 20px;
	}
	.text-icon_box .text-icon__title {
		padding-right: 0;
		margin-bottom: 10px;
		line-height: 1.44;
	}
	.text-icon_reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.text-icon_reverse .text-icon__media:before {
		left: 100%;
		margin-left: -10px;
		right: auto;
	}
	.text-icon_reverse .text-icon__content {
		padding-right: 20px;
		padding-left: 0;
		text-align: right;
	}
	.text-icon_order {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.text-icon_order .text-icon__media {
		-ms-flex-preferred-size: 80px;
		flex-basis: 80px;
	}
	.text-icon_order .text-icon__content {
		padding-left: 20px;
	}
	.text-icon_issue {
		-ms-flex-align: center;
		align-items: center;
	}
	.text-icon_issue .text-icon__media {
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
		padding-right: 30px;
		margin-bottom: 0;
	}
	.text-icon_issue .text-icon__icon {
		max-width: 60px;
		max-height: 60px;
	}
	.text-icon_issue .text-icon__icon_eye {
		color: #fff;
	}
	.text-icon_issue .text-icon__more {
		opacity: 0;
	}
	.text-icon_issue:hover .text-icon__more {
		opacity: 1;
	}
	.text-icon_issue .text-icon__title {
		font-size: 1.125rem;
		line-height: 1.1;
	}
	.text-icon_issue .text-icon__text {
		font-size: 0.875rem;
	}
	.text-image_tab {
		display: block;
	}
	.text-image_tab .text-image__media {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 100px;
	}
	.text-image_tab .text-image__title {
		font-size: 1.25rem;
		font-weight: 700;
		margin-top: 10px;
	}
	.text-image_category2 .text-image__media,
	.text-image_category .text-image__media {
		-ms-flex-preferred-size: 145px;
		flex-basis: 145px;
	}
	.text-image_category2 .text-image__media {
		-ms-flex-preferred-size: 160px;
		flex-basis: 160px;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}
	.text-image_category2 .text-image__title {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.text-image_leaf {
		-ms-flex-align: center;
		align-items: center;
	}
	.text-image_leaf .text-image__media {
		-ms-flex-preferred-size: 400px;
		flex-basis: 400px;
	}
	.text-image_leaf .text-image__title {
		font-size: 1.25rem;
	}
	.time__content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.time__text {
		margin-right: 15px;
		font-size: 1rem;
		font-weight: 400;
	}
	.time__label {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.video-item {
		padding-top: 0;
		padding-bottom: 0;
	}
	.video-item__media {
		-ms-flex-preferred-size: 120px;
		flex-basis: 120px;
		height: 70px;
	}
	.video-item__content {
		padding-left: 20px;
		padding-right: 60px;
		position: relative;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.video-item__content:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 0 9px 18px;
		border-color: transparent transparent transparent #d8d8d8;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
		transition: border 0.4s;
	}
	.video-item:hover .video-item__content:after,
	.video-item_active .video-item__content:after {
		border-color: transparent transparent transparent #ef6014;
		border-color: transparent transparent transparent var(--color_orange);
	}
	.video-item__title {
		font-size: 0.875rem;
		font-weight: 500;
		margin-bottom: 2px;
	}
	.video-item__date {
		font-size: 0.75rem;
	}
	.video-switcher {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.video-switcher__media {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 7 / 12 - 12.5px);
		flex-basis: calc(99.9% * 7 / 12 - 12.5px);
		max-width: calc(99.9% * 7 / 12 - 12.5px);
		width: calc(99.9% * 7 / 12 - 12.5px);
		position: relative;
	}
	.video-switcher__media:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.video-switcher__media:last-child {
		margin-right: 0;
	}
	.video-switcher__media:nth-child(12n) {
		margin-right: 0;
		margin-left: auto;
	}
	.video-switcher__content {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 5 / 12 - 17.5px);
		flex-basis: calc(99.9% * 5 / 12 - 17.5px);
		max-width: calc(99.9% * 5 / 12 - 17.5px);
		width: calc(99.9% * 5 / 12 - 17.5px);
		background-color: #f6f6f6;
		background-color: var(--color_light);
		padding-top: 0;
		margin-top: 0;
		padding: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.video-switcher__content:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.video-switcher__content:last-child {
		margin-right: 0;
	}
	.video-switcher__content:nth-child(12n) {
		margin-right: 0;
		margin-left: auto;
	}
	.video-switcher__list {
		padding: 10px;
		padding-top: 0;
		max-height: 550px;
	}
	.video-switcher__item {
		margin-top: 10px;
	}
	.video-switcher__score {
		position: absolute;
		right: 35px;
		bottom: 7px;
		padding: 10px;
	}
	.video-switcher__more {
		padding: 18px;
		margin-top: auto;
	}
	.waste-time {
		max-width: 360px;
		margin: 0 auto;
	}
	.waste-time__media {
		margin-bottom: 25px;
	}
	.waste-time__title {
		font-size: 2.5rem;
		line-height: 1;
		margin-bottom: 10px;
	}
	.waste-time__subtitle {
		font-size: 1.5rem;
	}
	.waste-time__footer {
		max-width: 310px;
		margin: 0 auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.why-us__content {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.why-us__col,
	.why-us__content {
		display: -ms-flexbox;
		display: flex;
	}
	.why-us__col {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 12 / 36 - 20px);
		flex-basis: calc(99.9% * 12 / 36 - 20px);
		max-width: calc(99.9% * 12 / 36 - 20px);
		width: calc(99.9% * 12 / 36 - 20px);
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.why-us__col:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.why-us__col:last-child {
		margin-right: 0;
	}
	.why-us__col:nth-child(36n) {
		margin-right: 0;
		margin-left: auto;
	}
	.why-us__col_2 {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 12 / 36 - 20px);
		flex-basis: calc(99.9% * 12 / 36 - 20px);
		max-width: calc(99.9% * 12 / 36 - 20px);
		width: calc(99.9% * 12 / 36 - 20px);
		display: block;
	}
	.why-us__col_2:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.why-us__col_2:last-child {
		margin-right: 0;
	}
	.why-us__col_2:nth-child(36n) {
		margin-right: 0;
		margin-left: auto;
	}
	.why-us__media {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.work-order__item {
		margin-bottom: 27px;
	}
	.work-order__item_last {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.footer {
		padding-bottom: 0;
	}
	.footer__up {
		position: absolute;
		right: 60px;
		top: -25px;
		width: 50px;
		height: 50px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #fff;
		background: linear-gradient(0deg, #fff, #fff 50%, #f6f6f6 0, #f6f6f6);
	}
	.footer__up .footer__icon {
		transform: rotate(90deg);
	}
	.footer__header {
		padding: 0;
		background: none;
		margin: 0;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: -ms-grid;
		display: grid;
		grid-template-areas: "a b" "c b";
		-ms-grid-columns: 1fr 2fr;
		grid-template-columns: 1fr 2fr;
	}
	.footer__logo {
		grid-area: a;
	}
	.footer__yandex {
		grid-area: c;
		margin-left: 0;
		overflow: hidden;
		margin-top: -30px;
	}
	.footer__menu {
		grid-area: b;
		margin-top: 0;
		padding-left: 40px;
	}
	.footer__content {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: -15px;
		margin-bottom: 0;
	}
	.footer__content,
	.footer__top {
		display: -ms-flexbox;
		display: flex;
	}
	.footer__top {
		padding: 80px 60px 50px;
		background-color: #f6f6f6;
		background-color: var(--color_light);
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100%;
	}
	.footer__top .footer__container {
		display: block;
	}
	.footer__phone {
		margin-bottom: 10px;
	}
	.footer__social {
		margin-bottom: 34px;
	}
	.footer__footer {
		padding: 27px 0;
	}
	.footer__footer .footer__container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer__copyright {
		-ms-flex: 0 0 500px;
		flex: 0 0 500px;
		font-size: 0.875rem;
		margin-bottom: 0;
	}
	&__logo {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	&__yandex {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	&__menu {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}
	.form__text {
		font-size: 1.25rem;
	}
	.form__text p {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.form_col_text {
		display: block;
	}
	.form_callback,
	.form_status {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		color: #333;
	}
	.form_callback .form__col,
	.form_status .form__col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.form_callback .form__col_text,
	.form_status .form__col_text {
		padding-right: 20px;
	}
	.grid {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.grid_hero {
		background-color: #f6f6f6;
		background-color: var(--color_light);
		display: block;
	}
	.grid_tabletmas {
		column-count: 3;
		grid-column-gap: 20px;
		column-gap: 20px;
		margin-bottom: -20px;
	}
	.grid_tabletmas .grid__item {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		margin-bottom: 20px;
	}
	.grid_tabletmas .grid__item_review {
		-ms-flex-order: 3;
		order: 3;
	}
	.grid_catalog {
		display: -ms-grid;
		display: grid;
		grid-template-areas: "d e f g" "d e h i" "j k l m";
		-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 20px;
		-ms-grid-rows: 225px 20px 225px 20px auto;
		grid-template-rows: 225px 225px auto;
	}
	.grid_catalog .grid__item {
		width: 100%;
		max-width: none;
	}
	.grid_tour {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -70px;
	}
	.grid_tour > .grid__item {
		-ms-flex: 1 1 54%;
		flex: 1 1 54%;
		max-width: 54%;
		padding: 0 70px;
	}
	.grid_tour > .grid__item_1 {
		-ms-flex-preferred-size: 46%;
		flex-basis: 46%;
		max-width: 40%;
	}
	.grid_catalog .grid__item_0 {
		grid-area: d;
	}
	.grid_catalog .grid__item_1 {
		grid-area: e;
	}
	.grid_catalog .grid__item_2 {
		grid-area: f;
	}
	.grid_catalog .grid__item_3 {
		grid-area: g;
	}
	.grid_catalog .grid__item_4 {
		grid-area: h;
	}
	.grid_catalog .grid__item_5 {
		grid-area: i;
	}
	.grid_catalog .grid__item_6 {
		grid-area: j;
	}
	.grid_catalog .grid__item_7 {
		grid-area: k;
	}
	.grid_catalog .grid__item_8 {
		grid-area: l;
	}
	.grid_catalog .grid__item_9 {
		grid-area: m;
	}
	.grid_catalog .grid__item_10 {
		grid-area: n;
	}
	.grid_catalog .grid__item_11 {
		grid-area: o;
	}
	.grid_catalog .grid__item_12 {
		grid-area: p;
	}
	.grid_catalog .grid__item_13 {
		grid-area: q;
	}
	.grid_catalog .grid__item_14 {
		grid-area: r;
	}
	.grid_catalog .grid__item_15 {
		grid-area: s;
	}
	.grid_catalog .grid__item_16 {
		grid-area: t;
	}
	.grid_catalog .grid__item_17 {
		grid-area: u;
	}
	.grid_catalog .grid__item_18 {
		grid-area: v;
	}
	.grid_catalog .grid__item_19 {
		grid-area: w;
	}
	.grid_catalog .grid__item_20 {
		grid-area: x;
	}
	.grid_tabletfive {
		display: -ms-grid;
		display: grid;
		grid-template-areas: "y z A" "B z C";
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		-ms-grid-rows: 380px 360px;
		grid-template-rows: 380px 360px;
		margin: 0 -10px;
		margin-top: -20px;
	}
	.grid_tabletfive .grid__item {
		padding: 0 10px;
		margin-top: 20px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.grid_tabletfive .grid__item_0 {
		grid-area: y;
	}
	.grid_tabletfive .grid__item_1 {
		grid-area: B;
	}
	.grid_tabletfive .grid__item_2 {
		grid-area: z;
	}
	.grid_tabletfive .grid__item_3 {
		grid-area: A;
	}
	.grid_tabletfive .grid__item_add {
		grid-area: C;
	}
	.grid_slider {
		display: block;
	}
	.grid_slider .grid__item {
		padding: 0 10px;
	}
	.grid_tablet1 {
		margin-bottom: -10px;
	}
	.grid_tablet1 .grid__item {
		margin-bottom: 10px;
	}
	.grid_tablet2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
		margin-bottom: -10px;
	}
	.grid_tablet2 .grid__item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.grid_catalog .grid__item {
		margin-bottom: 20px;
	}
	.grid_double {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}
	.grid_double .grid__item {
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		padding: 0 5px;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.grid_actions .grid__item {
		margin-bottom: 18px;
	}
	.grid_arrival {
		display: -ms-flexbox;
		display: flex;
	}
	.grid_arrival .grid__item_0 {
		-ms-flex: 0 0 480px;
		flex: 0 0 480px;
		max-width: 480px;
	}
	.grid_arrival .grid__item_1 {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		max-width: none;
	}
	.grid_program {
		-ms-flex-align: center;
		align-items: center;
	}
	.grid_included {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.grid_included .grid__item {
		margin-bottom: 20px;
		-ms-flex: 1 1 68%;
		flex: 1 1 68%;
		max-width: 68%;
	}
	.grid_included .grid__item_small {
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
		max-width: 32%;
	}
	.grid_reviews .grid__item {
		padding: 0 10px;
	}
	.grid__item_30 {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 30 / 100 - 21px);
		flex-basis: calc(99.9% * 30 / 100 - 21px);
		max-width: calc(99.9% * 30 / 100 - 21px);
		width: calc(99.9% * 30 / 100 - 21px);
	}
	.grid__item_30:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.grid__item_30:last-child {
		margin-right: 0;
	}
	.grid__item_30:nth-child(100n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid__item_32 {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 31.968%;
		flex-basis: 31.968%;
		max-width: 31.968%;
		width: 31.968%;
	}
	.grid__item_32:nth-child(1n) {
		margin-right: 0;
		margin-left: 0;
	}
	.grid__item_32:last-child {
		margin-right: 0;
	}
	.grid__item_35 {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 35 / 100 - 19.5px);
		flex-basis: calc(99.9% * 35 / 100 - 19.5px);
		max-width: calc(99.9% * 35 / 100 - 19.5px);
		width: calc(99.9% * 35 / 100 - 19.5px);
	}
	.grid__item_35:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.grid__item_35:last-child {
		margin-right: 0;
	}
	.grid__item_35:nth-child(100n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid__item_40 {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 40 / 100 - 18px);
		flex-basis: calc(99.9% * 40 / 100 - 18px);
		max-width: calc(99.9% * 40 / 100 - 18px);
		width: calc(99.9% * 40 / 100 - 18px);
	}
	.grid__item_40:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.grid__item_40:last-child {
		margin-right: 0;
	}
	.grid__item_40:nth-child(100n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid__item_offset10 {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 34.965%;
		flex-basis: 34.965%;
		max-width: 34.965%;
		width: 34.965%;
		margin-left: 12.987% !important;
	}
	.grid__item_offset10:nth-child(1n) {
		margin-right: 0;
		margin-left: 0;
	}
	.grid__item_offset10:last-child {
		margin-right: 0;
	}
	.grid__item_50 {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 50 / 100 - 15px);
		flex-basis: calc(99.9% * 50 / 100 - 15px);
		max-width: calc(99.9% * 50 / 100 - 15px);
		width: calc(99.9% * 50 / 100 - 15px);
	}
	.grid__item_50:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.grid__item_50:last-child {
		margin-right: 0;
	}
	.grid__item_50:nth-child(100n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid__item_60 {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 60 / 100 - 12px);
		flex-basis: calc(99.9% * 60 / 100 - 12px);
		max-width: calc(99.9% * 60 / 100 - 12px);
		width: calc(99.9% * 60 / 100 - 12px);
	}
	.grid__item_60:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.grid__item_60:last-child {
		margin-right: 0;
	}
	.grid__item_60:nth-child(100n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid__item_65 {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 65 / 100 - 10.5px);
		flex-basis: calc(99.9% * 65 / 100 - 10.5px);
		max-width: calc(99.9% * 65 / 100 - 10.5px);
		width: calc(99.9% * 65 / 100 - 10.5px);
	}
	.grid__item_65:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.grid__item_65:last-child {
		margin-right: 0;
	}
	.grid__item_65:nth-child(100n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid__item_68 {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 67.932%;
		flex-basis: 67.932%;
		max-width: 67.932%;
		width: 67.932%;
	}
	.grid__item_68:nth-child(1n) {
		margin-right: 0;
		margin-left: 0;
	}
	.grid__item_68:last-child {
		margin-right: 0;
	}
	.grid__item_70 {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 70 / 100 - 9px);
		flex-basis: calc(99.9% * 70 / 100 - 9px);
		max-width: calc(99.9% * 70 / 100 - 9px);
		width: calc(99.9% * 70 / 100 - 9px);
	}
	.grid__item_70:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}
	.grid__item_70:last-child {
		margin-right: 0;
	}
	.grid__item_70:nth-child(100n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_brands {
		padding-left: 0;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -20px;
	}
	.grid_brands .grid__item {
		width: 236px;
		-ms-flex: 0 0 236px;
		flex: 0 0 236px;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.grid_brandssix {
		margin: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.grid_brandssix .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 6 - 16.666666666666668px);
		flex-basis: calc(99.9% * 1 / 6 - 16.666666666666668px);
		max-width: calc(99.9% * 1 / 6 - 16.666666666666668px);
		width: calc(99.9% * 1 / 6 - 16.666666666666668px);
		margin-bottom: 20px;
	}
	.grid_brandssix .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_brandssix .grid__item:last-child {
		margin-right: 0;
	}
	.grid_brandssix .grid__item:nth-child(6n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_brands .grid__item_half {
		width: 120px;
		-ms-flex-preferred-size: 120px;
		flex-basis: 120px;
	}
	.grid_iphone .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 6 - 16.666666666666668px);
		flex-basis: calc(99.9% * 1 / 6 - 16.666666666666668px);
		max-width: calc(99.9% * 1 / 6 - 16.666666666666668px);
		width: calc(99.9% * 1 / 6 - 16.666666666666668px);
		margin-bottom: 20px;
		display: -ms-flexbox;
		display: flex;
	}
	.grid_iphone .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_iphone .grid__item:last-child {
		margin-right: 0;
	}
	.grid_iphone .grid__item:nth-child(6n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_five {
		margin: 0;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.grid_five .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 5 - 16px);
		flex-basis: calc(99.9% * 1 / 5 - 16px);
		max-width: calc(99.9% * 1 / 5 - 16px);
		width: calc(99.9% * 1 / 5 - 16px);
		margin-bottom: 20px;
	}
	.grid_five .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_five .grid__item:last-child {
		margin-right: 0;
	}
	.grid_five .grid__item:nth-child(5n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_six {
		margin: 0;
	}
	.grid_six .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 6 - 16.666666666666668px);
		flex-basis: calc(99.9% * 1 / 6 - 16.666666666666668px);
		max-width: calc(99.9% * 1 / 6 - 16.666666666666668px);
		width: calc(99.9% * 1 / 6 - 16.666666666666668px);
		margin-bottom: 20px;
	}
	.grid_six .grid__item:nth-child(1n) {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid_six .grid__item:last-child {
		margin-right: 0;
	}
	.grid_six .grid__item:nth-child(6n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_order {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.grid_order .grid__item {
		margin-bottom: 10px;
	}
	&_tabletfive &__item_0 {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	&_tabletfive &__item_1 {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	&_tabletfive &__item_2 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}
	&_tabletfive &__item_3 {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	&_tabletfive &__item_add {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	&_catalog &__item_0 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
	&_catalog &__item_1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 3;
	}
	&_catalog &__item_2 {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}
	&_catalog &__item_3 {
		-ms-grid-row: 1;
		-ms-grid-column: 7;
	}
	&_catalog &__item_4 {
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}
	&_catalog &__item_5 {
		-ms-grid-row: 3;
		-ms-grid-column: 7;
	}
	&_catalog &__item_6 {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	&_catalog &__item_7 {
		-ms-grid-row: 5;
		-ms-grid-column: 3;
	}
	&_catalog &__item_8 {
		-ms-grid-row: 5;
		-ms-grid-column: 5;
	}
	&_catalog &__item_9 {
		-ms-grid-row: 5;
		-ms-grid-column: 7;
	}
	.header__service-text:before {
		font-size: 1rem;
	}
	.header_fixed .header__address,
	.header_fixed .header__menu {
		display: block;
	}
	.hero {
		min-height: 450px;
		padding: 35px 60px;
	}
	.hero__media {
		max-height: none;
	}
	.hero__footer {
		padding-bottom: 40px;
	}
	.hero_nopadd {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.hero_nopadd .hero__footer {
		padding-bottom: 50px;
	}
	.hero_bottom .hero__media {
		padding-bottom: 0;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.hero__header {
		margin-right: -20px;
	}
	.hero__title {
		font-size: 3.75rem;
		line-height: 1.16;
		margin-bottom: 38px;
	}
	.hero__title:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 4px;
		width: 54px;
		background-color: #ef6014;
		background-color: var(--color_orange);
		margin-left: 20px;
	}
	.hero__content {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		z-index: 2;
		padding-top: 40px;
		padding-bottom: 0;
	}
	.hero__media_slider {
		overflow: hidden;
	}
	.hero_restore .hero__content {
		-ms-flex-preferred-size: 51%;
		flex-basis: 51%;
		max-width: 51%;
	}
	.hero_restore .hero__media {
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
		max-width: 49%;
	}
	.hero__change {
		background: none;
		cursor: pointer;
		border: none;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		right: 40px;
		bottom: 40px;
		font-size: 0.75rem;
		color: #666;
		z-index: 3;
	}
	.hero__icon_refresh {
		margin-right: 10px;
		animation: a 2s linear infinite;
		animation-play-state: paused;
	}
	.hero__change:hover .hero__icon_refresh {
		animation-play-state: running;
	}
	.hero__where {
		font-size: 1.25rem;
		margin-bottom: 44px;
	}
	.hero__footer {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-top: auto;
	}
	.hero__button {
		-ms-flex: 0 0 310px;
		flex: 0 0 310px;
		margin-right: 30px;
	}
	.hero__discount {
		margin-top: 0;
		padding-top: 10px;
	}
	.hero__discount-value {
		white-space: nowrap;
		font-size: 2.75rem;
		line-height: 1.1;
	}
	.hero__discount-text {
		-ms-flex: auto 1 1;
		flex: auto 1 1;
		max-width: none;
		font-size: 1rem;
		line-height: 1.1;
	}
	.hero__breadcrumbs {
		display: block;
		margin-bottom: 25px;
	}
	.menu_service {
		padding: 73px 150px;
	}
	.menu_header {
		font-size: 1rem;
	}
	.page__content {
		margin-bottom: 130px;
	}
	.phone_footer .phone__callback {
		display: block;
	}
	.popup_callback {
		padding: 93px 120px;
		max-width: 1200px;
	}
	.section_hero {
		padding-top: 0;
		padding-bottom: 0;
		background: none;
	}
	.section_hero .section__content {
		padding: 0 20px;
		padding: 0 var(--padding_tablet);
	}
	.section_iphone {
		margin-bottom: 110px;
	}
	.section_promo {
		margin-bottom: 135px;
	}
	.section_service {
		margin-bottom: 120px;
	}
	.section_service,
	.section_service .section__container {
		position: relative;
	}
	.section_service .section__title {
		margin-bottom: 63px;
	}
	.section_service .section__row {
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		max-width: 915px;
	}
	.section_service .section__col_first {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		display: block;
	}
	.section_service .section__col_second {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		position: relative;
		top: -3px;
	}
	.section_service .section__subtitle {
		font-size: 1.125rem;
		line-height: 2;
		color: #333;
		margin-top: 0;
	}
	.section_service .section__footer {
		position: absolute;
		right: 20px;
		right: var(--padding_tablet);
		top: 112px;
		width: 375px;
		margin-top: 0;
	}
	.section_service .section__header {
		margin-bottom: 55px;
	}
	.section_repaircost .section__header {
		margin-bottom: 50px;
	}
	.section_repaircost .section__container {
		background: none;
	}
	.section_repaircost .section__block {
		padding: 67px 110px;
		padding-bottom: 85px;
		background-color: #f6f6f6;
		background-color: var(--color_light);
	}
	.section__workorder {
		margin-bottom: 0;
	}
	.section_whyus {
		margin-bottom: 143px;
	}
	.section_whyus .section__header {
		margin-bottom: 82px;
	}
	.section_reviews {
		margin-bottom: 110px;
	}
	.section_reviews .section__content {
		position: relative;
	}
	.section_reviews .section__yandex {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		max-width: 240px;
		overflow: hidden;
		z-index: 10;
	}
	.section_reviews .section__header {
		margin-bottom: 64px;
		padding-top: 10px;
		position: relative;
	}
	.section_reviews .section__footer {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.section_reviews .section__more {
		width: 310px;
	}
	.section_about {
		display: block;
		margin-bottom: 110px;
	}
	.section_map {
		position: relative;
		margin-bottom: 0;
		background-color: #f6f6f6;
		background-color: var(--color_light);
		padding: 10px 0;
	}
	.section_map .section__contacts {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		z-index: 2;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	.section_map .section__container {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		pointer-events: none;
	}
	.section__contacts {
		pointer-events: none;
	}
	.section__contacts .section__block {
		pointer-events: auto;
		width: 49%;
		padding: 60px;
		background-color: #f6f6f6;
	}
	.section__contacts .section__content,
	.section__contacts .section__header {
		padding: 0;
	}
	.section__contacts .section__header {
		margin-bottom: 38px;
	}
	.section_video {
		margin-bottom: 144px;
	}
	.section_repaircost .section__container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.section_brands,
	.section_wework {
		margin-bottom: 110px;
	}
	.section_brands .section__header,
	.section_wework .section__header {
		margin-bottom: 50px;
	}
	.section__worktime {
		padding: 135px 40px;
	}
	.section__help {
		display: block;
	}
	.section_deffects {
		margin-bottom: 100px;
	}
	.section_deffects .section__subtitle {
		margin-top: 45px;
	}
	.section_price {
		margin-top: 110px;
		margin-bottom: 110px;
	}
	.section_price .section__row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 40px;
	}
	.section_price .section__col_2 {
		display: block;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding-left: 30px;
	}
	.section_price .section__footer {
		display: none;
	}
	.section_price .section__subtitle {
		font-size: 1rem;
		line-height: 1.875;
		margin-top: 0;
	}
	.section_price .section__subtitle p {
		margin-top: 0;
	}
	.section_price .section__container {
		position: relative;
	}
	.section_price .section__header {
		position: relative;
		z-index: 1;
		margin-bottom: 20px;
	}
	.section_price .section__content {
		margin: 0;
	}
	.section_price .section__footer {
		position: absolute;
		right: 20px;
		right: var(--padding_tablet);
		top: 90px;
		width: 680px;
		margin-top: 0;
		z-index: 2;
	}
	.section_price .section__buttons {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.section_price .section__full {
		width: 310px;
	}
	.section_order {
		display: block;
		background-color: #f6f6f6;
		padding: 67px 120px;
		margin-bottom: 150px;
	}
	.section_order .section__title {
		margin-bottom: 20px;
	}
	.section_select {
		margin-top: 0;
	}
	.section_select .section__select {
		padding-right: 50px;
	}
	.section_select .section__header {
		margin-bottom: 43px;
	}
	.section__seo {
		margin-top: 80px;
	}
	.section_quality {
		display: block;
		margin-bottom: 140px;
	}
	.section_quality .section__header {
		margin-bottom: 0;
	}
	.section_quality .section__container {
		background-color: #f6f6f6;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 42px 120px;
	}
	.section_catalog {
		margin-bottom: 80px;
	}
	.section_catalog .section__header {
		margin-bottom: 50px;
	}
	.section_catalog .section__title {
		margin-bottom: 45px;
	}
	.section_catalog .section__subtitle {
		font-size: 1rem;
		line-height: 1.5;
	}
	.section_catalog .section__subtitle p {
		margin-top: 0;
		margin-bottom: 0;
	}
	.section_brands .section__content {
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
	}
	.social-list_footer {
		display: block;
	}
	.social-list_footer .social-list__header {
		margin-bottom: 6px;
	}
}
@media (min-width: 1200px) {
	.grid_tabletfive .grid__item_0 {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.grid_tabletfive .grid__item_1 {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.grid_tabletfive .grid__item_2 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}
	.grid_tabletfive .grid__item_3 {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.grid_tabletfive .grid__item_add {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
}
@media (min-width: 1200px) {
	.grid_catalog .grid__item_0 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
	.grid_catalog .grid__item_1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 3;
	}
	.grid_catalog .grid__item_2 {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}
	.grid_catalog .grid__item_3 {
		-ms-grid-row: 1;
		-ms-grid-column: 7;
	}
	.grid_catalog .grid__item_4 {
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}
	.grid_catalog .grid__item_5 {
		-ms-grid-row: 3;
		-ms-grid-column: 7;
	}
	.grid_catalog .grid__item_6 {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	.grid_catalog .grid__item_7 {
		-ms-grid-row: 5;
		-ms-grid-column: 3;
	}
	.grid_catalog .grid__item_8 {
		-ms-grid-row: 5;
		-ms-grid-column: 5;
	}
	.grid_catalog .grid__item_9 {
		-ms-grid-row: 5;
		-ms-grid-column: 7;
	}
}
@media (min-width: 1200px) {
	.footer__logo {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.footer__yandex {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.footer__menu {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}
}
@media (min-width: 1300px) {
	.hero__footer {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.hero__discount {
		padding-top: 0;
	}
}
@media (min-width: 1400px) {
	.menu_header .menu__item {
		margin-left: 50px;
	}
	.menu_footer {
		font-size: 1rem;
		font-weight: 500;
	}
}
@media (min-width: 1500px) {
	.hero__image {
		max-height: none;
		max-width: none;
	}
}
@media (max-width: 992px) {
	.grid_mobile1 {
		margin-bottom: -10px;
	}
	.grid_mobile1 .grid__item {
		margin-bottom: 10px;
	}
	.grid_mobile2 {
		margin-bottom: -10px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.grid_mobile2 .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1 / 2 - 2.5px);
		flex-basis: calc(99.9% * 1 / 2 - 2.5px);
		max-width: calc(99.9% * 1 / 2 - 2.5px);
		width: calc(99.9% * 1 / 2 - 2.5px);
		margin-bottom: 10px;
	}
	.grid_mobile2 .grid__item:nth-child(1n) {
		margin-right: 5px;
		margin-left: 0;
	}
	.grid_mobile2 .grid__item:last-child {
		margin-right: 0;
	}
	.grid_mobile2 .grid__item:nth-child(2n) {
		margin-right: 0;
		margin-left: auto;
	}
	.grid_mobileslick .grid__item {
		padding: 0 10px;
	}
	.grid_reviews {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.grid_photo .grid__item {
		display: none;
	}
	.grid_photo .grid__item_0,
	.grid_photo .grid__item_1,
	.grid_photo .grid__item_add {
		display: block;
	}
	.grid_catalog .grid__item {
		margin-bottom: 11px;
	}
	.grid_arrival .grid__item {
		margin-bottom: 20px;
	}
	.grid_slider {
		width: 100%;
	}
}
@media (max-height: 576px) {
	.fancybox-container .fancybox-slide {
		padding-left: 19px;
		padding-right: 19px;
	}
}
@media (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--image {
		padding: 6px 0;
	}
	.fancybox-close-small {
		right: -6px;
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}
@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}
@media (-ms-high-contrast: none) {
	.form-input_compact,
	.form-input_compact .form-input__input {
		height: 74px;
	}
}
