/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/css/main.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/css/main.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}

.leaflet-container {
	overflow: hidden;
	}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::selection {
	background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}

.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}

.leaflet-tile-loaded {
	visibility: inherit;
	}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }

.leaflet-overlay-pane { z-index: 400; }

.leaflet-shadow-pane  { z-index: 500; }

.leaflet-marker-pane  { z-index: 600; }

.leaflet-tooltip-pane   { z-index: 650; }

.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }

.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}

/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}

.leaflet-top {
	top: 0;
	}

.leaflet-right {
	right: 0;
	}

.leaflet-bottom {
	bottom: 0;
	}

.leaflet-left {
	left: 0;
	}

.leaflet-control {
	float: left;
	clear: both;
	}

.leaflet-right .leaflet-control {
	float: right;
	}

.leaflet-top .leaflet-control {
	margin-top: 10px;
	}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}

.leaflet-left .leaflet-control {
	margin-left: 10px;
	}

.leaflet-right .leaflet-control {
	margin-right: 10px;
	}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-animated {
	transform-origin: 0 0;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}

/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}

.leaflet-grab {
	cursor:         grab;
	}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}

.leaflet-container a {
	color: #0078A8;
	}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}

/* general typography */

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}

/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}

.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}

/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}

.leaflet-control-layers-toggle {
	background-image: url('layers.416d91365b44e4b4f477.png');
	width: 36px;
	height: 36px;
	}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.8f2c4d11474275fbc161.png');
	background-size: 26px 26px;
	}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}

.leaflet-control-layers label {
	display: block;
	}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */

.leaflet-default-icon-path {
	background-image: url('marker-icon.2b3e1faf89f94a483539.png');
	}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}

.leaflet-control-attribution a {
	text-decoration: none;
	}

.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}

/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}

.leaflet-popup-content p {
	margin: 18px 0;
	}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}

/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}

.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/css/main.scss (2) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a {
  display: inline-flex;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  overflow-x: hidden;
  background: #00070C;
  margin: 0;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html {
  min-width: 320px;
  scroll-behavior: smooth;
}
input,
button,
textarea {
  font-family: inherit;
}
textarea {
  resize: none;
}
a,
button {
  cursor: pointer;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
  cursor: pointer;
}
img {
  max-width: 100%;
  max-height: 100%;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
input:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-style: none !important;
}
:root {
  --width: ((100vw - 320px) / 1280);
}
.font-light, .footer .footer__body .footer__navigation .navigation-menu .navigation-menu__container .navigation-menu__item:hover .navigation-menu__dropdown, .breadcrumb__container .breadcrumb .breadcrumb-item, .navigation-menu__dropdown-item a, .navigation-menu__dropdown-item, .navigation-menu .navigation-menu__container .navigation-menu__item {
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.radial-bg, .device .device__body .device__item .device__item-header:after, .main-header-bg, .sto .sto__header:after, .car-brands .car-brands__header:after, .about-us .about-us__header:after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(1, 8, 13, 0) 0%, #00070C 100%);
}
.main-light-description, .device .device__text .device__description, .main__description {
  font-size: 43px;
  line-height: 52px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .main-light-description, .device .device__text .device__description, .main__description {
    font-size: calc(14px + 29 * var(--width));
    line-height: calc(17px + 35 * var(--width));
  }
}
.light-description {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .light-description {
    font-size: calc(14px + 10 * var(--width));
    line-height: calc(17px + 12 * var(--width));
  }
}
.light-description-secondary, .megaphone-instruction__item, .megaphone-instruction__item-column, .footer .footer__copyright .footer__copyright_text, .what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__benefit {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .light-description-secondary, .megaphone-instruction__item, .megaphone-instruction__item-column, .footer .footer__copyright .footer__copyright_text, .what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__benefit {
    font-size: calc(10px + 14 * var(--width));
    line-height: calc(12px + 27 * var(--width));
  }
}
.light-description-third, .equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__text, .equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__item-description a, .footer .footer__links .footer__links-item, .footer .footer__body .footer__address .footer-item a,
.footer .footer__body .footer__address .footer-item .footer__description, .form__description-link, .form__description, .app__description {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .light-description-third, .equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__text, .equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__item-description a, .footer .footer__links .footer__links-item, .footer .footer__body .footer__address .footer-item a,
.footer .footer__body .footer__address .footer-item .footer__description, .form__description-link, .form__description, .app__description {
    font-size: calc(13px + 11 * var(--width));
    line-height: calc(16px + 13 * var(--width));
  }
}
.medium-description, .device .device__body .device__notification .device__notification-text, .device .device__body .device__item .device__tab .device__tab-description, .device .device__body .device__item .device__item-header .device__item-description, .main__products_price {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .medium-description, .device .device__body .device__notification .device__notification-text, .device .device__body .device__item .device__tab .device__tab-description, .device .device__body .device__item .device__item-header .device__item-description, .main__products_price {
    font-size: calc(12px + 11 * var(--width));
    line-height: calc(15px + 13 * var(--width));
  }
}
.third-description-dark, .popup .popup__container form .input-container input, .form-box-input {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #01080D;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .third-description-dark, .popup .popup__container form .input-container input, .form-box-input {
    font-size: calc(13px + 11 * var(--width));
    line-height: calc(16px + 13 * var(--width));
  }
}
.bold-description, .footer .footer__body .footer__address .footer-item .footer__title, .main__products_title {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .bold-description, .footer .footer__body .footer__address .footer-item .footer__title, .main__products_title {
    font-size: calc(14px + 10 * var(--width));
    line-height: calc(17px + 12 * var(--width));
  }
}
.bold-description-secondary, .what-gives .what-gives__container .what-gives__item .what-gives__description .what-gives__title {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .bold-description-secondary, .what-gives .what-gives__container .what-gives__item .what-gives__description .what-gives__title {
    font-size: calc(12px + 12 * var(--width));
    line-height: calc(15px + 14 * var(--width));
  }
}
.text-description, .article .article__open .article__text {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .text-description, .article .article__open .article__text {
    font-size: calc(10px + 14 * var(--width));
    line-height: calc(12px + 17 * var(--width));
  }
}
.primary-gradient, .about-us .about-us__requisites .about-us__requisites-container:after, .about-us .about-us__container .about-us__benefits .about-us__benefits-item:after, .footer .footer__body .footer__social a:after, .reviews .carousel .slick-dots li, .button__container-app:after {
  background: linear-gradient(17.63deg, #E6DADA 0%, rgba(39, 64, 70, 0.48) 100%);
}
.border, .ng-dropdown-panel .ng-dropdown-panel-items, .ng-select.ng-select-single .ng-select-container, .sto .sto__container .sto__item, .article .article__open, .equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__button, .car-brands .car-brands__container .car-brands__main .car-brands__item, .device .device__body .device__notification, .reviews .carousel .slick-list .slick-track .slide .reviews__item, .app__item, .what-gives .what-gives__container .what-gives__item, .navigation-menu__mobile-button {
  background: linear-gradient(#00070C, #00070C) padding-box, linear-gradient(17.63deg, #E6DADA 0%, rgba(39, 64, 70, 0.48) 100%);
}
.main-line-border, .ng-select.ng-select-single .ng-select-container:hover, .sto .sto__container .sto__open-item, .sto .sto__container .sto__item:hover, .equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__button:hover, .car-brands .car-brands__container .car-brands__main .car-brands__open-item, .car-brands .car-brands__container .car-brands__main .car-brands__item:hover, .app__item:hover, .what-gives .what-gives__container .what-gives__item:hover, .small-button, .navigation-menu__mobile-button:hover {
  background: linear-gradient(#00070C, #00070C) padding-box, linear-gradient(85.64deg, #00FFB2 -3.31%, #006B51 81.1%, #004A34 111.48%, #002F21 141.87%, #001A12 179.01%, #000B07 216.15%, #000302 263.41%, #000000 334.31%) border-box;
}
.main-line-bg, .sto .sto__container .sto__open-item .sto__open-container .sto__open-description::after, .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-description .car-brands__open_icon, .car-brands .car-brands__container .car-brands__main .car-brands__item:hover .car-brands__icon, .about-us .about-us__container .about-us__benefits-description::after, .about-us .about-us__container .about-us__text-container::after, .device .device__body .device__item .device__tab .device__tab-resources .device__tab-resources-item:hover, .device .device__body .device__item .device__tab .device__tab-switches .device__tab-item:hover, .footer .footer__body .footer__social a .img:hover, .reviews .carousel .slick-dots .slick-active, .connection__item_max-size .connection__number:after, .what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .img, .what-gives .what-gives__container .what-gives__item:hover .what-gives__img .img, .main__products-item:hover .main__products-img, .main__products-item:before, .navigation-menu__dropdown-item:hover::after, .navigation-menu .navigation-menu__container .navigation-menu__item:hover::after, .button__container-app:hover .button__icon, .main__title::after, .router-link_active::after, .section-title::after {
  background: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
}
.title-with-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 50px;
  gap: 50px;
  justify-content: space-between;
}
.title-with-button .button {
  padding: 0 100px;
}
@media screen and (max-width: 1280px) {
  .title-with-button {
    grid-gap: calc(20px + 30 * var(--width));
    gap: calc(20px + 30 * var(--width));
  }
  .title-with-button .button {
    padding: 0 calc(20px + 60 * var(--width));
  }
}
.main-header-bg, .sto .sto__header:after, .car-brands .car-brands__header:after, .about-us .about-us__header:after {
  position: absolute;
  content: "";
  top: -100px;
  left: 0;
  height: calc(100% + 100px);
  width: 100%;
  z-index: -1;
}
.img-header, .sto .sto__header_bg:after, .car-brands .car-brands__header_bg:after, .about-us .about-us__header_bg:after {
  position: absolute;
  background-image: url('about-us-bg.884568755f28cb93d8de.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  top: -100px;
  left: 0;
  height: calc(100% + 100px);
  width: 100%;
  z-index: -1;
}
.section-title {
  font-size: 72px;
  line-height: 88px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  position: relative;
}
.section-title::after {
  position: absolute;
  content: "";
  height: calc(100% - 24px);
  top: 12px;
  width: calc(1px + 2 * var(--width));
  max-width: 3px;
}
@media screen and (max-width: 1280px) {
  .section-title {
    font-size: calc(22px + 50 * var(--width));
    line-height: calc(27px + 61 * var(--width));
  }
}
.section-title-secondary::after {
  left: -25px;
}
.section-title-third::after {
  left: -25px;
}
.section-title-fourth::after {
  right: -25px;
}
.main-box-shadow, .ng-select.ng-select-opened > .ng-select-container, .ng-select.ng-select-single .ng-select-container:focus, .ng-select.ng-select-single .ng-select-container:active, .sto .sto__container .sto__open-item, .sto .sto__container .sto__item:hover, .video, .equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__button:hover, .equipment-installation .equipment-installation__link-container .equipment-installation__link:before, .car-brands .car-brands__container .car-brands__main .car-brands__open-item, .car-brands .car-brands__container .car-brands__main .car-brands__item:hover, .device .device__body .device__item .device__tab .device__tab_video-review .device__tab_video-review-item iframe, .footer .footer__body .footer__social a:hover, .reviews .carousel .slick-dots .slick-active, .reviews .carousel .next-slide:hover .slide-arrow,
.reviews .carousel .prev-slide:hover .slide-arrow, .app__item:hover, .what-gives .what-gives__container .what-gives__item_active .what-gives__item_open, .what-gives .what-gives__container .what-gives__item:hover, .breadcrumb__container .breadcrumb .breadcrumb-item:before, .small-button:hover, .navigation-menu__mobile-button:hover, .button__container-app:hover, .button:hover, .scroll-to-top__img {
  box-shadow: 0 4px 25px 5px #54FFB5;
}
.main-text-shadow, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked, .sto .sto__container .sto__item:hover, .equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__button:hover, .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-description .car-brands__open-title, .car-brands .car-brands__container .car-brands__main .car-brands__item:hover, .about-us .about-us__container .about-us__benefits .about-us__benefits-item .about-us__benefits-item-title, .footer .footer__body .footer__navigation .footer__button .footer__button-text, .connection__item_max-size .connection__description, .connection__item_max-size .connection__number, .app__item:hover, .what-gives .what-gives__container .what-gives__item:hover, .main__products-item:hover, .navigation-menu__mobile-button:hover, .button__container-app:hover, .button:hover {
  text-shadow: 0 4px 25px #54FFB5;
}
.transition, .ng-select.ng-select-single .ng-select-container:focus, .ng-select.ng-select-single .ng-select-container:active, .ng-select.ng-select-single .ng-select-container:hover, .sto .sto__container .sto__open-item, .sto .sto__container .sto__item, .equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__button, .car-brands .car-brands__container .car-brands__main .car-brands__open-item, .car-brands .car-brands__container .car-brands__main .car-brands__item, .device .device__body .device__item .device__tab .device__tab-description .device__tab_text-visible, .device .device__body .device__item .device__tab .device__tab-container_active, .footer .footer__body .footer__social a:hover, .reviews .carousel .slick-dots li, .connection__description, .connection__item .connection__number, .app__item:hover, .app__item, .what-gives .what-gives__container .what-gives__item_active .what-gives__item_open, .what-gives .what-gives__container .what-gives__item_active, .what-gives .what-gives__container .what-gives__item, .main__products-item:before, .main__products-item, .navigation-menu .navigation-menu__container .navigation-menu__item:hover .navigation-menu__dropdown, .small-button, .navigation-menu__mobile-button, .button__container-app, .button {
  transition: 0.2s ease;
}
.body-overlay {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.body-overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.fixed-info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-gap: 20px;
  gap: 20px;
  cursor: pointer;
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .fixed-info-container {
    grid-gap: calc(10px + 10 * var(--width));
    gap: calc(10px + 10 * var(--width));
  }
}
.button__info {
  padding: 24px 32px;
  border-radius: 4px;
  background: #FD0000;
  font-size: 30px;
  line-height: 30px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 992px) {
  .button__info {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 1280px) {
  .button__info {
    padding: calc(12px + 12 * var(--width)) calc(16px + 16 * var(--width));
    font-size: calc(15px + 15 * var(--width));
    line-height: calc(15px + 15 * var(--width));
  }
}
.scroll-to-top__img {
  border-radius: 50%;
}
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.wrapper__container {
  padding-top: 170px;
  flex-grow: 1;
}
.buy__container,
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 55px;
}
@media screen and (max-width: 1280px) {
  .buy__container,
.container {
    padding: 0 calc(20px + 35 * var(--width));
  }
}
.router-link_active {
  position: relative;
}
.router-link_active::after {
  position: absolute;
  content: "";
  height: 3px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.title-secondary {
  font-size: 72px;
  line-height: 88px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.main__title {
  position: relative;
  font-size: 68px;
  line-height: 83px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
  text-align: right;
}
.main__title::after {
  position: absolute;
  content: "";
  height: calc(100% - 24px);
  top: 12px;
  right: -25px;
  width: calc(1px + 2 * var(--width));
  max-width: 3px;
}
@media screen and (max-width: 1280px) {
  .main__title {
    font-size: calc(24px + 44 * var(--width));
    line-height: calc(29px + 54 * var(--width));
    margin-bottom: calc(15px + 35 * var(--width));
  }
}
@media screen and (max-width: 992px) {
  .main__title {
    text-align: left;
  }
  .main__title::after {
    top: 12px;
    left: -10px;
  }
}
.title-fourth {
  font-size: 48px;
  line-height: 58px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .title-fourth {
    font-size: calc(16px + 32 * var(--width));
    line-height: calc(20px + 38 * var(--width));
  }
}
.button__container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: transparent;
}
.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(85.64deg, #00FFB2 -3.31%, #006B51 81.1%, #004A34 111.48%, #002F21 141.87%, #001A12 179.01%, #000B07 216.15%, #000302 263.41%, #000000 334.31%);
  background-size: 100% 100%;
}
.button__container_big-app {
  font-size: 48px;
  line-height: 59px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  padding: 25px 46px;
  border-radius: 6px;
  max-width: 531px;
  width: calc(130px + 401 * var(--width));
}
.button__container_big-app:after {
  border-radius: 6px;
  -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
}
@media screen and (max-width: 992px) {
  .button__container_big-app:after {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
}
.button__container_big-app .button__icon {
  width: calc(29px + 54 * var(--width));
  height: calc(29px + 54 * var(--width));
  max-height: 83px;
  max-width: 83px;
}
@media screen and (max-width: 1280px) {
  .button__container_big-app {
    padding: calc(6px + 19 * var(--width)) calc(6px + 40 * var(--width));
    font-size: calc(18px + 30 * var(--width));
    line-height: calc(22px + 37 * var(--width));
  }
}
.button__container_small-app {
  font-size: 23px;
  line-height: 28px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  padding: 10px 0 10px 30px;
  border-radius: 4px;
  width: 255px;
  height: 60px;
}
.button__container_small-app:after {
  border-radius: 4px;
  -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%, 0% 0%);
}
.button__container_small-app .button__icon {
  width: 40px;
  height: 40px;
}
.button__container-app {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.button__container-app:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
}
.button__container-app:hover:after {
  background: linear-gradient(85.64deg, #00FFB2 -3.31%, #006B51 81.1%, #004A34 111.48%, #002F21 141.87%, #001A12 179.01%, #000B07 216.15%, #000302 263.41%, #000000 334.31%);
}
.button__container-app .button__icon {
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background: #ffffff;
}
.button__container-app .google-play-icon {
  -webkit-mask-image: url('google-play.173186be09d310d98bf8.svg');
}
.button__container-app .app-store-icon {
  -webkit-mask-image: url('app-store.7096964b63b6c85114ce.svg');
}
.button__container-app .button__google-play,
.button__container-app .button__app-store {
  margin-left: 10px;
  text-align: center;
  width: 100%;
}
.main-button {
  max-height: 119px;
  height: calc(38px + 81 * var(--width));
  padding: 0 170px;
  font-size: 48px;
  line-height: 59px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  border-radius: 6px;
}
.main-button:after {
  border-radius: 6px;
  -webkit-clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);
}
@media screen and (max-width: 1280px) {
  .main-button {
    padding: 0 calc(62px + 108 * var(--width));
    font-size: calc(18px + 30 * var(--width));
    line-height: calc(22px + 37 * var(--width));
  }
}
@media screen and (max-width: 992px) {
  .main-button {
    border-radius: 4px;
  }
  .main-button:after {
    border-radius: 4px;
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
}
@media screen and (max-width: 480px) {
  .main-button {
    border-radius: 2px;
  }
  .main-button:after {
    border-radius: 2px;
    -webkit-clip-path: polygon(0% 100%, 0.5px 100%, 0.5px 0.5px, calc(100% - 0.5px) 0.5px, calc(100% - 0.5px) calc(100% - 0.5px), 0.5px calc(100% - 0.5px), 0.5px 100%, 100% 100%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 100%, 0.5px 100%, 0.5px 0.5px, calc(100% - 0.5px) 0.5px, calc(100% - 0.5px) calc(100% - 0.5px), 0.5px calc(100% - 0.5px), 0.5px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
}
.cars-button {
  padding: 0 60px;
}
@media screen and (max-width: 1280px) {
  .cars-button {
    padding: 0 calc(21px + 39 * var(--width));
  }
}
.not-found-button {
  padding: 0 143px;
}
@media screen and (max-width: 1280px) {
  .not-found-button {
    padding: 0 calc(10px + 133 * var(--width));
  }
}
.navigation-menu__mobile-button {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  padding: 15px 0;
  border-radius: calc(3px + 3 * var(--width));
  border: 2px solid transparent;
}
.button-with-icon {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  align-items: center;
}
.middle-button {
  max-height: 68px;
  height: calc(28px + 40 * var(--width));
  padding: 8px 97px;
  font-size: 27px;
  line-height: 33px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  border-radius: 5px;
}
.middle-button:after {
  border-radius: 5px;
  -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
}
.middle-button a {
  font-size: 27px;
  line-height: 33px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .middle-button {
    padding: 4px calc(55px + 42 * var(--width));
    font-size: calc(14px + 13 * var(--width));
    line-height: calc(17px + 16 * var(--width));
  }
  .middle-button a {
    font-size: calc(14px + 13 * var(--width));
    line-height: calc(17px + 16 * var(--width));
  }
}
@media screen and (max-width: 992px) {
  .middle-button:after {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
}
@media screen and (max-width: 480px) {
  .middle-button {
    border-radius: 3px;
  }
  .middle-button:after {
    border-radius: 3px;
    -webkit-clip-path: polygon(0% 100%, 0.5px 100%, 0.5px 0.5px, calc(100% - 0.5px) 0.5px, calc(100% - 0.5px) calc(100% - 0.5px), 0.5px calc(100% - 0.5px), 0.5px 100%, 100% 100%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 100%, 0.5px 100%, 0.5px 0.5px, calc(100% - 0.5px) 0.5px, calc(100% - 0.5px) calc(100% - 0.5px), 0.5px calc(100% - 0.5px), 0.5px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
}
.middle-button_secondary {
  padding: 0 16px;
}
.middle-button_secondary:after {
  background: linear-gradient(17.63deg, #E6DADA 0%, rgba(39, 64, 70, 0.48) 100%);
}
.middle-button_secondary:hover:after {
  background: linear-gradient(85.64deg, #00FFB2 -3.31%, #006B51 81.1%, #004A34 111.48%, #002F21 141.87%, #001A12 179.01%, #000B07 216.15%, #000302 263.41%, #000000 334.31%);
}
.small-button {
  display: flex;
  justify-content: center;
  padding: 8px 58px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  border-radius: 4px;
  border: 1px solid transparent;
}
.form-button {
  max-width: 370px;
  max-height: 57px;
  width: calc(194px + 176 * var(--width));
  height: calc(38px + 19 * var(--width));
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  border-radius: 6px;
}
.form-button:after {
  border-radius: 6px;
  -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
}
@media screen and (max-width: 1280px) {
  .form-button {
    font-size: calc(18px + 6 * var(--width));
    line-height: calc(22px + 7 * var(--width));
    border-radius: calc(3px + 3 * var(--width));
  }
  .form-button:after {
    border-radius: calc(3px + 3 * var(--width));
    -webkit-clip-path: polygon(0% 100%, calc(1px + 1 * var(--width)) 100%, calc(1px + 1 * var(--width)) calc(1px + 1 * var(--width)), calc(100% - calc(1px + 1 * var(--width))) calc(1px + 1 * var(--width)), calc(100% - calc(1px + 1 * var(--width))) calc(100% - calc(1px + 1 * var(--width))), calc(1px + 1 * var(--width)) calc(100% - calc(1px + 1 * var(--width))), calc(1px + 1 * var(--width)) 100%, 100% 100%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 100%, calc(1px + 1 * var(--width)) 100%, calc(1px + 1 * var(--width)) calc(1px + 1 * var(--width)), calc(100% - calc(1px + 1 * var(--width))) calc(1px + 1 * var(--width)), calc(100% - calc(1px + 1 * var(--width))) calc(100% - calc(1px + 1 * var(--width))), calc(1px + 1 * var(--width)) calc(100% - calc(1px + 1 * var(--width))), calc(1px + 1 * var(--width)) 100%, 100% 100%, 100% 0%, 0% 0%);
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background-color: #F1F1F1;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  height: 30px;
  border-radius: 5px;
  background: #969696;
}
::-webkit-scrollbar-thumb:hover {
  background: #969696;
}
::-webkit-scrollbar-thumb:active {
  background: #969696;
}
.mobile-menu {
  display: none;
}
.item-radial-border, .sim-chip__item, .equipment-installation .equipment-installation__container .equipment-installation__item {
  padding: 80px 0;
  position: relative;
}
.item-radial-border:after, .sim-chip__item:after, .equipment-installation .equipment-installation__container .equipment-installation__item:after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 0;
  height: 15px;
  width: 100%;
  background: radial-gradient(50.77% 49.97% at 53.58% 49.94%, #00FFB2 0%, #006B51 25%, #004A34 34%, #002F21 43%, #00070C 54%, #00070C 65%, #00070C 79%, #00070C 100%);
}
.item-radial-border:last-child, .sim-chip__item:last-child, .equipment-installation .equipment-installation__container .equipment-installation__item:last-child {
  padding-bottom: 0;
}
.item-radial-border:last-child:after, .sim-chip__item:last-child:after, .equipment-installation .equipment-installation__container .equipment-installation__item:last-child:after {
  display: none;
}
@media screen and (max-width: 1280px) {
  .item-radial-border, .sim-chip__item, .equipment-installation .equipment-installation__container .equipment-installation__item {
    padding: calc(30px + 50 * var(--width)) 0;
  }
}
.desktop-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation-menu {
  width: 100%;
  margin-left: 0;
  margin-right: 80px;
}
.navigation-menu .navigation-menu__container {
  display: flex;
  justify-content: space-between;
}
.navigation-menu .navigation-menu__container .navigation-menu__item {
  cursor: pointer;
  display: flex;
  position: relative;
  padding: 20px 6px;
}
.navigation-menu .navigation-menu__container .navigation-menu__item:hover::after {
  position: absolute;
  content: "";
  height: 3px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.navigation-menu .navigation-menu__container .navigation-menu__item:hover .navigation-menu__dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 1;
  padding: 20px 15px 0 20px;
  top: 100%;
  left: 0;
  height: min-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: min-content;
  z-index: 2;
  background: #00070C;
  overflow: visible;
}
.navigation-menu .navigation-menu__container .navigation-menu__item .navigation-menu__mobile-app .navigation-menu__mobile-app-container {
  position: absolute;
  z-index: 3;
  left: 100%;
  top: -20px;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 20px 20px 0 20px;
  background: #00070C;
}
.navigation-menu .navigation-menu__container .navigation-menu__item .navigation-menu__mobile-app:hover .navigation-menu__mobile-app-container {
  opacity: 1;
  width: min-content;
  height: min-content;
  overflow: visible;
}
.navigation-menu__dropdown {
  opacity: 0;
  height: 0;
  max-height: 0;
  width: 0;
  overflow: hidden;
}
.navigation-menu__dropdown-item {
  cursor: pointer;
  white-space: nowrap;
  padding-bottom: 22px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-menu__dropdown-item:hover::after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: 16px;
  left: 0;
  width: 100%;
}
header {
  z-index: 100;
  position: fixed;
  padding: 32px 0;
  background: linear-gradient(180deg, #01080D 76%, rgba(1, 8, 13, 0) 100%);
  width: 100%;
}
header .header__container {
  display: flex;
  flex-direction: column;
}
header .header__container .header__container-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
header .header__container .header__container-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header__container .header__container-main-row .header__logo {
  display: none;
}
header .header__container .header__logo {
  margin-right: 30px;
}
header .header__container .open-menu {
  display: none;
}
header .header__container .basket {
  display: inline-block;
  margin-left: 40px;
  max-width: 65px;
  min-width: 46px;
  max-height: 50px;
}
.header__logo-img {
  max-width: 178px;
  max-height: 28px;
  width: calc(109px + 69 * var(--width));
  height: calc(18px + 10 * var(--width));
}
.header__contact {
  display: flex;
  flex-direction: column;
  grid-gap: 11px;
  gap: 11px;
}
.header__contact-title {
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.header__contact-link {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  grid-gap: 24px;
  gap: 24px;
}
.header__contact-title_secondary {
  text-align: end;
}
.breadcrumb__container .breadcrumb {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.breadcrumb__container .breadcrumb .breadcrumb-item {
  z-index: 10;
  position: relative;
  padding: 0 20px 0 calc(20px + 10px);
  cursor: pointer;
}
.breadcrumb__container .breadcrumb .breadcrumb-item:before {
  position: absolute;
  max-width: 10px;
  width: calc(5px + 5 * var(--width));
  max-height: 10px;
  height: calc(5px + 5 * var(--width));
  background: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
  content: "";
  top: calc(50% - 4px);
  left: 0;
  border-radius: 50%;
}
.breadcrumb__container .breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb__container .breadcrumb .breadcrumb-item:first-child:before {
  display: none;
}
.main {
  background-image: url('main-bg.d2111551a2abf8706f2b.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 80%;
}
.main__body {
  display: grid;
  align-items: center;
  grid-template-columns: max-content 1fr;
  grid-gap: 69px;
  margin-left: -118px;
}
.main__image {
  width: calc(278px + 284 * var(--width));
  height: calc(212px + 224 * var(--width));
  max-width: 562px;
  max-height: 426px;
}
.main__description {
  margin-bottom: 66px;
  text-align: end;
}
.main__products {
  margin-top: 126px;
}
.main__products-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 100px;
  padding-left: 35px;
  padding-right: 35px;
}
.main__products-item {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  grid-gap: 14px;
  gap: 14px;
  padding-left: 25px;
  padding-right: 25px;
}
.main__products-item:before {
  position: absolute;
  content: "";
  height: calc(100% - 40px);
  top: 20px;
  left: 0;
  width: 3px;
  opacity: 0;
}
.main__products-item:hover:before {
  opacity: 1;
}
.main__products-sale {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
  padding: 4px 8px;
  border-radius: 50px 10px;
  background: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 18px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #01080D;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .main__products-sale {
    font-size: calc(12px + 6 * var(--width));
    line-height: calc(12px + 6 * var(--width));
  }
}
.main__products_description {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  width: 100%;
}
.main__products-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__products-img {
  width: calc(46px + 54 * var(--width));
  height: calc(36px + 64 * var(--width));
  max-height: 100px;
  max-width: 100px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.main__products-img_autostart {
  background: #ffffff;
  -webkit-mask-image: url('autostart-icon.118092ad44089f92b16d.svg');
}
.main__products-img_tracker {
  background: #ffffff;
  -webkit-mask-image: url('tracker-icon.f953bf19ace16a0eb82a.svg');
}
.main__products-img_beacon {
  background: #ffffff;
  -webkit-mask-image: url('beacon-icon.c5833f40255fa1367183.svg');
}
.main__products-old-price {
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  text-decoration: line-through;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .main__products-old-price {
    font-size: calc(10px + 8 * var(--width));
    line-height: calc(10px + 8 * var(--width));
  }
}
.main__products-price-container {
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
}
.main__products-title {
  text-align: center;
}
.what-gives {
  padding-top: 80px;
  padding-bottom: 86px;
}
.what-gives .what-gives__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 80px;
  margin-right: -30px;
}
.what-gives .what-gives__container .what-gives__item {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 10px;
  border: 2px solid transparent;
}
.what-gives .what-gives__container .what-gives__item .what-gives__item_open {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.what-gives .what-gives__container .what-gives__item .what-gives__img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  height: calc(50px + 50 * var(--width));
  max-height: 100px;
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .img {
  background: #ffffff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .remote-launch {
  width: calc(50px + 50 * var(--width));
  max-width: 100px;
  height: calc(50px + 50 * var(--width));
  max-height: 100px;
  -webkit-mask-image: url('remote-launch-icon.95dd6e2edff829ddec5d.svg');
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .evacuation {
  width: calc(69px + 69 * var(--width));
  height: calc(50px + 50 * var(--width));
  max-width: 138px;
  max-height: 100px;
  -webkit-mask-image: url('evacuation-icon.6f98064809520fc63b3f.svg');
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .hijacking {
  width: calc(51px + 50 * var(--width));
  height: calc(50px + 50 * var(--width));
  max-width: 102px;
  max-height: 100px;
  -webkit-mask-image: url('hijacking-icon.73e64fd491d2d0a48694.svg');
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .engine {
  width: calc(79px + 79 * var(--width));
  height: calc(50px + 50 * var(--width));
  max-width: 158px;
  max-height: 100px;
  -webkit-mask-image: url('engine-icon.d83773fb001539f04b95.svg');
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .to {
  width: calc(55px + 55 * var(--width));
  height: calc(50px + 50 * var(--width));
  max-width: 110px;
  max-height: 100px;
  -webkit-mask-image: url('TO-icon.0f55679534132a77f370.svg');
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .wheel {
  width: calc(50px + 50 * var(--width));
  height: calc(50px + 50 * var(--width));
  max-width: 100px;
  max-height: 100px;
  -webkit-mask-image: url('wheel-icon.1f0d749e12e606eb3c58.svg');
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .parking {
  width: calc(52px + 52 * var(--width));
  max-width: 104px;
  height: calc(50px + 50 * var(--width));
  max-height: 100px;
  -webkit-mask-image: url('parking-icon.02ea9b0ad2bbf8b72b9b.svg');
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .trunk {
  width: calc(55px + 55 * var(--width));
  height: calc(50px + 50 * var(--width));
  max-width: 110px;
  max-height: 100px;
  -webkit-mask-image: url('trunk-icon.3d7718d92d57df17fd2d.svg');
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .sim {
  width: calc(52px + 52 * var(--width));
  max-width: 104px;
  height: calc(50px + 50 * var(--width));
  max-height: 100px;
  -webkit-mask-image: url('sim-icon.7b922578a007b2476a0a.svg');
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .subscription-fee {
  width: calc(51px + 51 * var(--width));
  max-width: 102px;
  height: calc(50px + 50 * var(--width));
  max-height: 100px;
  -webkit-mask-image: url('subscription-fee-icon.c8ee2a939cd4883e69eb.svg');
}
.what-gives .what-gives__container .what-gives__item .what-gives__img .international {
  width: calc(49px + 49 * var(--width));
  max-width: 98px;
  height: calc(50px + 50 * var(--width));
  max-height: 100px;
  -webkit-mask-image: url('international.19272e1cfc463e907d9e.svg');
}
.what-gives .what-gives__container .what-gives__item_active {
  min-height: 324px;
  position: relative;
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open {
  z-index: 10;
  display: grid;
  grid-template-rows: max-content;
  grid-template-columns: 167px 1fr;
  position: absolute;
  padding-top: 19px;
  padding-right: 19px;
  padding-bottom: 19px;
  text-align: left;
  align-items: center;
  width: calc(100% * 4 + 106px);
  top: -2px;
  left: -2px;
  opacity: 1;
  border-radius: 12px;
  min-height: calc(100% + 4px);
  height: auto;
  background: #00070C;
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open:hover {
  text-shadow: none;
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img {
  display: flex;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0;
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .remote-launch {
  width: calc(26px + 66 * var(--width));
  max-width: 92px;
  height: calc(26px + 66 * var(--width));
  max-height: 92px;
  -webkit-mask-image: url('remote-launch-icon.95dd6e2edff829ddec5d.svg');
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .evacuation {
  width: calc(30px + 79 * var(--width));
  height: calc(22px + 58 * var(--width));
  max-width: 109px;
  max-height: 80px;
  -webkit-mask-image: url('evacuation-icon.6f98064809520fc63b3f.svg');
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .hijacking {
  width: calc(21px + 57 * var(--width));
  height: calc(21px + 56 * var(--width));
  max-width: 78px;
  max-height: 77px;
  -webkit-mask-image: url('hijacking-icon.73e64fd491d2d0a48694.svg');
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .engine {
  width: calc(80px + 42 * var(--width));
  height: calc(50px + 27 * var(--width));
  max-width: 122px;
  max-height: 77px;
  -webkit-mask-image: url('engine-icon.d83773fb001539f04b95.svg');
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .to {
  width: calc(30px + 80 * var(--width));
  height: calc(27px + 73 * var(--width));
  max-width: 110px;
  max-height: 100px;
  -webkit-mask-image: url('TO-icon.0f55679534132a77f370.svg');
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .wheel {
  width: calc(27px + 73 * var(--width));
  height: calc(27px + 73 * var(--width));
  max-width: 100px;
  max-height: 100px;
  -webkit-mask-image: url('wheel-icon.1f0d749e12e606eb3c58.svg');
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .parking {
  width: calc(28px + 76 * var(--width));
  max-width: 104px;
  height: calc(27px + 73 * var(--width));
  max-height: 100px;
  -webkit-mask-image: url('parking-icon.02ea9b0ad2bbf8b72b9b.svg');
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .trunk {
  width: calc(30px + 80 * var(--width));
  height: calc(27px + 73 * var(--width));
  max-width: 110px;
  max-height: 100px;
  -webkit-mask-image: url('trunk-icon.3d7718d92d57df17fd2d.svg');
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .sim {
  width: calc(28px + 76 * var(--width));
  max-width: 104px;
  height: calc(27px + 73 * var(--width));
  max-height: 100px;
  -webkit-mask-image: url('sim-icon.7b922578a007b2476a0a.svg');
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .subscription-fee {
  width: calc(28px + 78 * var(--width));
  max-width: 102px;
  height: calc(27px + 73 * var(--width));
  max-height: 100px;
  -webkit-mask-image: url('subscription-fee-icon.c8ee2a939cd4883e69eb.svg');
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__img .international {
  width: calc(27px + 72 * var(--width));
  max-width: 99px;
  height: calc(27px + 73 * var(--width));
  max-height: 100px;
  -webkit-mask-image: url('international.19272e1cfc463e907d9e.svg');
}
.what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__benefit {
  grid-column-start: 2;
  grid-column-end: 3;
  align-items: start;
  height: 100%;
}
.what-gives__main-title {
  text-align: center;
}
.cars__body {
  position: relative;
  margin-left: -20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-image: url('cars.0b22e6a5cf2474001275.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 144px 0;
  z-index: 1;
}
.cars__body:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #01080D -6.88%, rgba(0, 0, 0, 0) 49.77%, #01070C 103.79%);
  z-index: -1;
}
.cars__button-container {
  justify-content: flex-end;
}
.cars__container {
  width: min-content;
  text-align: right;
}
.cars__description {
  margin-bottom: 97px;
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.cars__title {
  margin-bottom: 40px;
}
.app {
  padding-top: 224px;
}
.app__body {
  padding-bottom: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 77px;
  align-items: center;
}
.app__container {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 40px;
}
.app__item {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  cursor: pointer;
  border-radius: 12px;
  padding: 15px 20px;
  position: relative;
  border: 2px solid transparent;
}
.app__item-title {
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.app__text {
  text-align: center;
  font-size: 48px;
  line-height: 59px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.app__button {
  display: flex;
  flex-direction: column;
  grid-gap: 50px;
  gap: 50px;
}
.app__button-container {
  display: grid;
  grid-gap: 51px;
  grid-template-columns: max-content max-content;
  justify-content: center;
}
.app__image-item {
  opacity: 0;
  transform: translate(-50%);
}
.app__image-main {
  background: url('app.5df49122898139e380f4.webp') 0 0/contain no-repeat;
}
.app__image-second {
  background: url('app-second.6a64ea252653a984b812.webp') 0 0/contain no-repeat;
}
.app__image-third {
  background: url('app-third.df67730fdd1607ca5f2c.webp') 0 0/contain no-repeat;
}
.app-image-size, .app__image-main, .app__image-second, .app__image-third {
  transition: all 0.5s;
  max-width: 351px;
  max-height: 601px;
  width: calc(162px + 189 * var(--width));
  height: calc(278px + 323 * var(--width));
  opacity: 1;
  transform: translate(0);
}
.app__title {
  margin-bottom: 97px;
  width: min-content;
  text-align: left;
}
.connection__item {
  min-height: 120px;
  cursor: pointer;
  display: flex;
  align-items: center;
  grid-gap: 78px;
  gap: 78px;
}
.connection__item:first-child {
  padding-top: 0;
}
.connection__item:last-child {
  padding-bottom: 0;
}
.connection__item .connection__number {
  font-size: 64px;
  line-height: 78px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.connection__item_max-size .connection__number {
  position: relative;
  font-size: 96px;
  line-height: 117px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.connection__item_max-size .connection__number:after {
  position: absolute;
  content: "";
  width: 196px;
  height: 3px;
  left: -264px;
  top: calc(50% - 1.5px);
}
.connection__item_max-size .connection__description {
  font-size: 48px;
  line-height: 59px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.connection__item_middle-size .connection__number {
  font-size: 72px;
  line-height: 88px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.connection__item_middle-size .connection__description {
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.connection__description {
  max-width: min-content;
  font-size: 30px;
  line-height: 37px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.connection__title {
  margin-bottom: 80px;
}
.connection__title:after {
  display: none;
}
.form__body {
  display: flex;
  align-items: center;
  grid-gap: 18px;
  gap: 18px;
  padding-top: 24px;
}
.form__container {
  display: flex;
  flex-direction: column;
  grid-gap: 63px;
  gap: 63px;
}
.form__image {
  width: calc(302px + 119 * var(--width));
  height: calc(458px + 182 * var(--width));
  max-width: 421px;
  max-height: 640px;
}
.form-title {
  font-size: 72px;
  line-height: 88px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.form-box {
  display: flex;
  flex-direction: column;
}
.form__button-container {
  margin-top: 47px;
}
.form-box-input {
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
  padding: 18px 28px;
}
.form-box-textarea {
  min-height: 272px;
}
.form-box-input-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 41px;
  margin-bottom: 41px;
}
.form-box-input-container-email {
  grid-template-columns: 1fr;
}
.form__agreement {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.form__agreement .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form__agreement .custom-checkbox + label {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
.form__agreement .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
  width: calc(14px + 6 * var(--width));
  height: calc(14px + 6 * var(--width));
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.form__agreement .custom-checkbox:checked + label::before {
  border-color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.form__agreement .custom-checkbox.ng-touched.ng-invalid + label::before {
  box-shadow: 0 4px 25px 5px red;
  border-color: red;
}
.form__agreement .form__link-container {
  font-size: 20px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.form__agreement .form__link {
  cursor: pointer;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.form__agreement-secondary {
  text-align: left;
  margin-top: 10px;
}
.form__agreement-secondary .form__link-container {
  font-size: 14px;
  line-height: 14px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
textarea.ng-touched.ng-invalid,
input.ng-touched.ng-invalid {
  box-shadow: 0 4px 25px 5px red;
}
.reviews {
  padding-bottom: 52px;
}
.reviews .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.reviews .carousel {
  padding-top: 80px;
  position: relative;
}
.reviews .carousel .next-slide,
.reviews .carousel .prev-slide {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 24px);
  width: 24px;
  height: 98px;
  z-index: 100;
}
.reviews .carousel .next-slide .slide-arrow,
.reviews .carousel .prev-slide .slide-arrow {
  position: absolute;
  width: 1px;
  height: 48px;
  background: #ffffff;
}
.reviews .carousel .next-slide {
  right: -24px;
}
.reviews .carousel .next-slide .slide-arrow {
  right: 50%;
}
.reviews .carousel .next-slide .slide-arrow:first-child {
  top: 0;
  transform: rotate(-15deg);
}
.reviews .carousel .next-slide .slide-arrow:last-child {
  bottom: 4px;
  transform: rotate(15deg);
}
.reviews .carousel .prev-slide {
  left: -24px;
}
.reviews .carousel .prev-slide .slide-arrow {
  left: 50%;
}
.reviews .carousel .prev-slide .slide-arrow:first-child {
  top: 0;
  transform: rotate(15deg);
}
.reviews .carousel .prev-slide .slide-arrow:last-child {
  bottom: 4px;
  transform: rotate(-15deg);
}
.reviews .carousel .slick-dots {
  bottom: -52px;
}
.reviews .carousel .slick-dots li {
  cursor: pointer;
  max-width: 25px;
  max-height: 25px;
  width: calc(10px + 15 * var(--width));
  height: calc(10px + 15 * var(--width));
  border-radius: 50%;
  margin: 0 46px 0 0;
}
.reviews .carousel .slick-dots li:last-child {
  margin-right: 0;
}
.reviews .carousel .slick-dots li button {
  display: none;
}
.reviews .carousel .slick-list {
  width: 98%;
  margin: auto;
}
.reviews .carousel .slick-list .slick-track {
  display: flex;
}
.reviews .carousel .slick-list .slick-track .slide {
  height: auto;
}
.reviews .carousel .slick-list .slick-track .slide .reviews__item {
  width: 92%;
  margin: 0 auto;
  height: 100%;
  flex-shrink: 0;
  border: 2px solid transparent;
  border-radius: 40px;
  padding: 36px 32px;
}
.reviews .carousel .slick-list .slick-track .slide .reviews__item .reviews__item-img {
  width: 100%;
  height: auto;
  border-radius: 34px;
}
.reviews .carousel .slick-list .slick-track .slide .reviews__item .reviews__item-container {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  margin-top: 28px;
}
.reviews .carousel .slick-list .slick-track .slide .reviews__item .reviews__item-container .reviews__title {
  font-size: 18px;
  line-height: 18px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.reviews .carousel .slick-list .slick-track .slide .reviews__item .reviews__item-container .reviews__text {
  font-size: 18px;
  line-height: 18px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.reviews__title {
  text-align: center;
}
#map {
  display: block;
  margin-top: 160px;
  height: 450px;
  border-radius: 30px;
  z-index: 90;
}
.map-hidden {
  display: none !important;
}
.footer .footer__body {
  display: grid;
  grid-template-areas: "footer-address footer-navigation" "footer-social .";
  padding-bottom: 35px;
}
.footer .footer__body .footer__address {
  grid-area: footer-address;
}
.footer .footer__body .footer__address .footer__logo {
  margin-bottom: 20px;
}
.footer .footer__body .footer__address .footer__logo .footer__logo-img {
  width: 362px;
  height: 58px;
}
.footer .footer__body .footer__address .address {
  grid-area: address;
}
.footer .footer__body .footer__address .support {
  grid-area: support;
}
.footer .footer__body .footer__address .sales-department {
  grid-area: sales-department;
}
.footer .footer__body .footer__address .opening-hours {
  grid-area: opening-hours;
}
.footer .footer__body .footer__address .email {
  grid-area: email;
}
.footer .footer__body .footer__address .footer-item {
  margin-bottom: 20px;
}
.footer .footer__body .footer__address .footer-item:last-child {
  margin: 0;
}
.footer .footer__body .footer__address .footer-item .footer__title {
  margin-bottom: 10px;
}
.footer .footer__body .footer__address .footer-item a {
  margin-right: 8px;
}
.footer .footer__body .footer__address .footer-item a:last-child {
  margin-right: 0;
}
.footer .footer__body .footer__social {
  grid-area: footer-social;
  margin-top: 35px;
}
.footer .footer__body .footer__social a {
  border-radius: 4px;
  margin-right: 13px;
  position: relative;
}
.footer .footer__body .footer__social a:after {
  content: "";
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%, 0% 0%);
}
.footer .footer__body .footer__social a:hover:after {
  background: linear-gradient(85.64deg, #00FFB2 -3.31%, #006B51 81.1%, #004A34 111.48%, #002F21 141.87%, #001A12 179.01%, #000B07 216.15%, #000302 263.41%, #000000 334.31%);
}
.footer .footer__body .footer__social a .img {
  max-height: 49px;
  max-width: 49px;
  height: calc(38px + 11 * var(--width));
  width: calc(38px + 11 * var(--width));
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background: #ffffff;
}
.footer .footer__body .footer__social a .facebook {
  -webkit-mask-image: url('facebook.c8c5f627b82d1156a33b.svg');
}
.footer .footer__body .footer__social a .instagram {
  -webkit-mask-image: url('instagram.b564039b4ee364234f26.svg');
}
.footer .footer__body .footer__social a .vk {
  -webkit-mask-image: url('vk.bdc856664ab985fa7309.svg');
}
.footer .footer__body .footer__social a .youtube {
  -webkit-mask-image: url('youtube.9c9fafacd81c3567ae1e.svg');
}
.footer .footer__body .footer__navigation {
  grid-area: footer-navigation;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
.footer .footer__body .footer__navigation .navigation-menu {
  margin-right: 0;
}
.footer .footer__body .footer__navigation .navigation-menu .navigation-menu__container {
  flex-direction: column;
  align-items: flex-end;
}
.footer .footer__body .footer__navigation .navigation-menu .navigation-menu__container .navigation-menu__item {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  padding: 0 0 20px 0;
}
.footer .footer__body .footer__navigation .navigation-menu .navigation-menu__container .navigation-menu__item:hover:after {
  bottom: 10px;
}
.footer .footer__body .footer__navigation .navigation-menu .navigation-menu__container .navigation-menu__item:hover .navigation-menu__dropdown {
  left: auto;
  padding: 0 0 0 20px;
  right: 0;
  align-items: flex-end;
}
.footer .footer__body .footer__navigation .navigation-menu .navigation-menu__container .navigation-menu__item:hover .navigation-menu__mobile-app .navigation-menu__mobile-app-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  left: calc(-100% + 6px);
}
.footer .footer__body .footer__navigation .footer__button {
  margin-top: 5px;
  grid-area: footer-button;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .footer__body .footer__navigation .footer__button .footer__button-text {
  margin-bottom: 31px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.footer .footer__body .footer__navigation .footer__button .footer__button-container .button__container-app {
  margin: 0 0 20px 0;
}
.footer .footer__body .footer__navigation .footer__button .footer__button-container .button__container-app:last-child {
  margin: 0;
}
.footer .footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  gap: 10px;
  padding-bottom: 26px;
}
.footer .footer__links .footer__links-item {
  white-space: nowrap;
  text-decoration: underline;
}
.footer .footer__copyright {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 20px 0 40px 0;
}
.footer .footer__copyright:after {
  position: absolute;
  content: "";
  top: 0;
  left: 5%;
  width: 90%;
  height: 0.75px;
  background: #81898D;
}
.device .abstraction-bg {
  position: relative;
  z-index: 2;
}
.device .abstraction-bg:after {
  position: absolute;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.device .abstraction-first-bg {
  z-index: 1;
}
.device .abstraction-first-bg:after {
  top: -100%;
  right: -25%;
  width: 100%;
  height: 200%;
  background-image: url('main-device-bg.944adf5d8c8e8c154b12.webp');
}
.device .abstraction-secondary-bg:after {
  top: -60%;
  right: -26%;
  max-width: 1086px;
  max-height: 486px;
  width: calc(357px + 789 * var(--width));
  height: calc(146px + 340 * var(--width));
  background-image: url('main-secodary-device-bg.0aad9a8c7008ac09862b.webp');
}
.device .device__text .device__description {
  position: relative;
  z-index: 1;
}
.device .device__button-container {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
.device .device__button-container_secondary {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}
.device .device__body .device__item {
  z-index: 3;
  padding: 80px 0;
  position: relative;
}
.device .device__body .device__item .device__item_border {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  background: radial-gradient(50.77% 49.97% at 53.58% 49.94%, #00FFB2 0%, #006B51 25%, #004A34 34%, #002F21 43%, #00070C 54%, #00070C 65%, #00070C 79%, #00070C 100%);
}
.device .device__body .device__item .device__item-sale {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 16px 32px;
  border-radius: 150px 10px;
  background: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  line-height: 30px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #01080D;
  letter-spacing: -0.01em;
}
.device .device__body .device__item .device__item-sale .device__item-sale-percent {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  min-width: 70px;
  min-height: 70px;
  font-size: 24px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  border: 2px solid #ffffff;
  top: -40px;
  right: -20px;
  background: #FD0000;
}
.device .device__body .device__item .device__image-bg {
  position: absolute;
  top: 0;
  right: -20%;
}
.device .device__body .device__item .device__item_bg {
  position: relative;
}
.device .device__body .device__item .device__item_bg:after {
  position: absolute;
  content: "";
  top: 10%;
  left: 0;
  z-index: -2;
  background-image: url('device-item-bg.bb325f12f5ba6a032a2e.webp');
  background-repeat: no-repeat;
  width: 120%;
  height: 100%;
  background-position: top;
}
.device .device__body .device__item .device__item-header {
  position: relative;
}
.device .device__body .device__item .device__item-header:after {
  position: absolute;
  content: "";
  top: 10%;
  left: 0;
  width: 130%;
  height: 100%;
  z-index: -1;
}
.device .device__body .device__item .device__item-header .device__image {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  max-width: 553px;
  max-height: 436px;
  width: calc(276px + 277 * var(--width));
  height: calc(218px + 218 * var(--width));
}
.device .device__body .device__item .device__item-header .device__item-title {
  position: relative;
  z-index: 1;
  max-width: 566px;
}
.device .device__body .device__item .device__item-header .device__item-title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
}
.device .device__body .device__item .device__item-header .device__item_general-title {
  max-width: 100%;
}
.device .device__body .device__item .device__item-header .device__item-description {
  padding-top: 10px;
}
.device .device__body .device__item .device__item-header .device__item-container {
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
  padding-top: 40px;
}
.device .device__body .device__item .device__item-header .device__item-old-price {
  font-size: 40px;
  line-height: 40px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  text-decoration: line-through;
  -webkit-text-decoration-color: #77FFB0;
          text-decoration-color: #77FFB0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
}
.device .device__body .device__item .device__item-header .device__item-price {
  font-size: 72px;
  line-height: 88px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
}
.device .device__body .device__item .device__item-header .button__container {
  justify-content: flex-start;
}
.device .device__body .device__item .device__item-header .button__container a {
  margin-right: 50px;
}
.device .device__body .device__item .device__item-header .button__container a:last-child {
  margin-right: 0;
}
.device .device__body .device__item .device__tab {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
.device .device__body .device__item .device__tab .device__tab-switches {
  display: flex;
}
.device .device__body .device__item .device__tab .device__tab-switches .device__tab-item {
  cursor: pointer;
  margin-right: 33px;
  padding: 6px 28px;
  background: #ffffff;
  border-radius: 6px;
}
.device .device__body .device__item .device__tab .device__tab-switches .device__tab-item:last-child {
  margin-right: 0;
}
.device .device__body .device__item .device__tab .device__tab-switches .device__tab-item .device__tab-title {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #01080D;
  letter-spacing: -0.01em;
}
.device .device__body .device__item .device__tab .device__tab-switches .device__tab-item_active {
  background: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
}
.device .device__body .device__item .device__tab .device__tab-container {
  padding-top: 0;
  opacity: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.device .device__body .device__item .device__tab .device__tab-container .device__tab-specifications-item {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  padding: 8px 0;
}
.device .device__body .device__item .device__tab .device__tab-container .device__tab-specifications-item .dots {
  flex-grow: 1;
  border-bottom: 1px dotted #ffffff;
  min-width: 30px;
}
.device .device__body .device__item .device__tab .device__tab-container .device__tab-specifications-item-value {
  display: flex;
  align-items: center;
  width: auto;
  text-align: right;
}
.device .device__body .device__item .device__tab .device__tab-container_active {
  padding-top: 50px;
  opacity: 1;
  height: 100%;
  overflow: visible;
}
.device .device__body .device__item .device__tab .device__tab-description ul {
  padding-left: 34px;
}
.device .device__body .device__item .device__tab .device__tab-description ul li {
  position: relative;
}
.device .device__body .device__item .device__tab .device__tab-description ul li:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 11px;
  left: -15px;
  border-radius: 2px;
  background: #ffffff;
}
.device .device__body .device__item .device__tab .device__tab-description a {
  display: inline-block;
  cursor: pointer;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
  border-bottom: 1px solid #77FFB0;
}
.device .device__body .device__item .device__tab .device__tab-description .more {
  display: inline-block;
  cursor: pointer;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
  border-bottom: 1px solid #77FFB0;
  margin-left: 20px;
}
.device .device__body .device__item .device__tab .device__tab-description .device__tab_text-hidden {
  display: inline-block;
  opacity: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.device .device__body .device__item .device__tab .device__tab-description .device__tab_text-visible {
  display: inline;
  opacity: 1;
  height: 100%;
}
.device .device__body .device__item .device__tab .device__tab-resources {
  display: flex;
  flex-wrap: wrap;
}
.device .device__body .device__item .device__tab .device__tab-resources .device__tab-resources-item {
  cursor: pointer;
  text-align: center;
  margin-right: 30px;
  background: #ffffff;
  border-radius: 12px;
  max-width: 360px;
  min-height: 72px;
  margin-bottom: 10px;
}
.device .device__body .device__item .device__tab .device__tab-resources .device__tab-resources-item noindex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.device .device__body .device__item .device__tab .device__tab-resources .device__tab-resources-item a {
  width: 100%;
  height: 100%;
  padding: 11px 33px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #01080D;
  letter-spacing: -0.01em;
}
.device .device__body .device__item .device__tab .device__tab-resources .device__tab-resources-item:last-child {
  margin-right: 0;
}
.device .device__body .device__item .device__tab .device__tab_video-review .device__tab_video-review-item iframe {
  width: 100%;
  max-height: 658px;
  height: calc(158px + 500 * var(--width));
  border-radius: 22px;
}
.device .device__body .device__item_correction {
  padding-bottom: 0;
}
.device .device__body .device__notification {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 80px;
  padding: 30px 35px;
  border: 2px solid transparent;
  border-radius: 10px;
}
.device .device__body .device__notification .device__notification-text {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.device .device__body .device__notification .button {
  margin-top: 30px;
}
.device__title {
  z-index: 1;
  margin-bottom: 40px;
}
.not-found .not-found__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-image: url('main-bg.d2111551a2abf8706f2b.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.not-found .not-found__body img {
  padding-bottom: 107px;
}
.not-found .not-found__body .not-found__text {
  padding-bottom: 40px;
  text-align: center;
  max-width: 900px;
  font-size: 36px;
  line-height: 43px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.about-us .about-us__header_bg {
  position: relative;
  z-index: 1;
}
.about-us .about-us__header {
  position: relative;
  z-index: 1;
}
.about-us .about-us__header .about-us__description {
  padding-top: 40px;
  font-size: 43px;
  line-height: 52px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.about-us .about-us__container {
  padding-top: 168px;
  position: relative;
  z-index: 1;
}
.about-us .about-us__container:after {
  position: absolute;
  content: "";
  background-image: url('about-us-benefit-bg.177267b530513e6d0c91.webp');
  z-index: -1;
  bottom: -10%;
  right: -20%;
  width: 120%;
  height: 100%;
  background-position: 0 80%;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-us .about-us__container .about-us__text-container {
  position: relative;
}
.about-us .about-us__container .about-us__text-container::after {
  position: absolute;
  content: "";
  height: calc(100% - 24px);
  top: 12px;
  left: -25px;
  width: calc(1px + 2 * var(--width));
  max-width: 3px;
}
.about-us .about-us__container .about-us__text-container .about-us__text {
  font-size: 32px;
  line-height: 39px;
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.about-us .about-us__container .about-us__benefits {
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.about-us .about-us__container .about-us__benefits .about-us__benefits-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 4px;
  border-radius: 6px;
  background: transparent;
}
.about-us .about-us__container .about-us__benefits .about-us__benefits-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  border-radius: 6px;
  -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
}
.about-us .about-us__container .about-us__benefits .about-us__benefits-item .about-us__benefits-item-title {
  text-align: center;
  margin-bottom: 5px;
  font-size: 48px;
  line-height: 59px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.about-us .about-us__container .about-us__benefits .about-us__benefits-item .about-us__benefits-item-description {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.about-us .about-us__container .about-us__benefits-description {
  position: relative;
  font-size: 34px;
  line-height: 41px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.about-us .about-us__container .about-us__benefits-description::after {
  position: absolute;
  content: "";
  height: calc(100% - 24px);
  top: 12px;
  left: -25px;
  width: calc(1px + 2 * var(--width));
  max-width: 3px;
}
.about-us .about-us__requisites .about-us__requisites-title {
  padding-bottom: 80px;
  text-align: center;
}
.about-us .about-us__requisites .about-us__requisites-title::after {
  display: none;
}
.about-us .about-us__requisites .about-us__requisites-container {
  padding: 56px 89px;
  border-radius: 20px;
  position: relative;
}
.about-us .about-us__requisites .about-us__requisites-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
}
.about-us .about-us__requisites .about-us__requisites-container a,
.about-us .about-us__requisites .about-us__requisites-container .about-us__requisites-item {
  font-size: 36px;
  line-height: 43px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.about-us .about-us__requisites .about-us__requisites-container .phone-container {
  display: flex;
}
.about-us .about-us__requisites .about-us__requisites-container .phone-container .phone-numbers {
  margin-left: 10px;
}
.about-us .about-us__requisites .about-us__requisites-container .about-us__mail {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
}
.buy__container .buy__header_bg {
  position: relative;
  z-index: 1;
}
.buy__container .buy__header_bg:after {
  position: absolute;
  content: "";
  top: -15%;
  left: 20%;
  width: 120%;
  height: 115%;
  z-index: -1;
  background-size: 100% 100%;
  background-image: url('buy-bg.46a4046098cfe4a1706c.webp');
}
.buy__container .buy__header {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.buy__container .buy__header:after {
  position: absolute;
  content: "";
  top: -15%;
  left: 20%;
  z-index: -1;
  width: 120%;
  height: 115%;
  background: radial-gradient(81% 99.34% at 58.54% 45.29%, rgba(1, 8, 13, 0) 35.66%, #01080D 48.77%);
}
.buy__container .buy__header .buy__description {
  padding-top: 40px;
  font-size: 43px;
  line-height: 52px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.buy__title::after {
  height: 76px;
}
.car-brands .lada {
  width: calc(50px + 77 * var(--width));
  max-width: 127px;
  -webkit-mask-image: url('Lada.5aa97b3c0cbc40f61427.svg');
}
.car-brands .renault {
  width: calc(22px + 23 * var(--width));
  max-width: 50px;
  -webkit-mask-image: url('renault.94ba3a40fc551010a6db.svg');
}
.car-brands .hyundai {
  width: calc(43px + 84 * var(--width));
  max-width: 127px;
  -webkit-mask-image: url('hyundai.bbcb7e884efaf95524ca.svg');
}
.car-brands .kia {
  width: calc(50px + 77 * var(--width));
  max-width: 127px;
  -webkit-mask-image: url('kia.7a0f159e63e32bd18cfa.svg');
}
.car-brands .volkswagen {
  width: calc(30px + 34 * var(--width));
  max-width: 64px;
  -webkit-mask-image: url('volkswagen.0a392ea7f4dd3bcd2863.svg');
}
.car-brands .nissan {
  width: calc(36px + 40 * var(--width));
  max-width: 76px;
  -webkit-mask-image: url('nissan.d7fb6ca2fedd988deb2f.svg');
}
.car-brands .chevrolet {
  width: calc(50px + 12 * var(--width));
  max-width: 62px;
  -webkit-mask-image: url('chevrolet.0888339de593e65a703d.svg');
}
.car-brands .daewoo {
  width: calc(50px + 12 * var(--width));
  max-width: 62px;
  -webkit-mask-image: url('daewoo.a317308f95ad81321671.svg');
}
.car-brands .toyota {
  width: calc(50px + 12 * var(--width));
  max-width: 62px;
  -webkit-mask-image: url('toyota.e9dc13744990af7930ce.svg');
}
.car-brands .mitsubishi {
  width: calc(36px + 11 * var(--width));
  max-width: 47px;
  -webkit-mask-image: url('mitsubishi.6324a7566b7b17eb0042.svg');
}
.car-brands .honda {
  width: calc(36px + 12 * var(--width));
  max-width: 48px;
  -webkit-mask-image: url('honda.0f1c51917add477a103f.svg');
}
.car-brands .lexus {
  width: calc(42px + 14 * var(--width));
  max-width: 56px;
  -webkit-mask-image: url('lexus.67d65e2e4fb674791538.svg');
}
.car-brands .mazda {
  width: calc(37px + 11 * var(--width));
  max-width: 50px;
  -webkit-mask-image: url('mazda.94d805295e7883d96b81.svg');
}
.car-brands .datsun {
  width: calc(50px + 31 * var(--width));
  max-width: 81px;
  background-image: url('datsun.057f98b030e70d186129.png');
  background-position: center;
  background-color: transparent;
  background-size: cover;
  max-height: 40px;
  height: calc(30px + 10 * var(--width));
}
.car-brands .car-brands__open_icon .datsun {
  background-color: transparent;
}
.car-brands .car-brands__title {
  margin-left: 10px;
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.car-brands .car-brands__header_bg {
  position: relative;
  z-index: 1;
}
.car-brands .car-brands__header {
  position: relative;
  z-index: 1;
}
.car-brands .car-brands__header .car-brands__description {
  padding-top: 40px;
  font-size: 43px;
  line-height: 52px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.car-brands .car-brands__container {
  padding-top: 120px;
}
.car-brands .car-brands__container .car-brands__main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px;
}
.car-brands .car-brands__container .car-brands__main .car-brands__item {
  width: calc(33.3% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  padding: 20px;
  border: 2px solid transparent;
  border-radius: 10px;
}
.car-brands .car-brands__container .car-brands__main .car-brands__item .car-brands__icon {
  height: calc(30px + 35 * var(--width));
  max-height: 65px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: #ffffff;
}
.car-brands .car-brands__container .car-brands__main .car-brands__item_secondary {
  width: calc(25% - 30px);
}
.car-brands .car-brands__container .car-brands__main .car-brands__item_secondary .car-brands__title {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.car-brands .car-brands__container .car-brands__main .car-brands__item_secondary .car-brands__icon-container .car-brands__icon {
  max-height: 40px;
  height: calc(30px + 10 * var(--width));
}
.car-brands .car-brands__container .car-brands__main .car-brands__open {
  position: absolute;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item {
  margin-left: 30px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: min-content;
  padding: 20px;
  z-index: 10;
  opacity: 1;
  overflow: visible;
  border-radius: 10px;
  background: #00070C;
  border: 2px solid transparent;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header {
  display: flex;
  justify-content: space-between;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-description {
  display: flex;
  align-items: center;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-description .car-brands__open_icon {
  height: calc(33px + 32 * var(--width));
  max-height: 65px;
  max-width: 127px;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-description .car-brands__open-title {
  margin-left: 35px;
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container {
  display: flex;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select {
  margin-right: 30px;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select:last-child {
  margin-right: 0;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select .car-brands__open-select-title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-footer .car-brands__open_close {
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-right: 50px;
}
.car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-footer .car-brands__open-download a {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #77FFB0;
  letter-spacing: -0.01em;
}
.table {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.table__body {
  padding-top: 40px;
}
.table__body-row {
  display: grid;
  align-items: center;
  text-align: center;
  position: relative;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
.table__body-row-tested .table__item {
  color: #77FFB0;
}
.table__body-row-need-car .table__item {
  color: #FFAF37;
}
.table__body-row-empty {
  grid-template-columns: 1fr;
}
.table__body-row-empty .table__item {
  justify-content: center;
  display: flex;
  align-items: center;
}
.table__item {
  min-height: 80px;
  height: auto;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  text-align: left;
}
.table__item-position {
  text-align: center;
}
.table__item-year {
  display: flex;
}
.table__column-header {
  display: grid;
  align-items: center;
  text-align: center;
  position: relative;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
.table__title {
  text-align: left;
  white-space: nowrap;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.table__title-position {
  white-space: normal;
  text-align: center;
}
.table__column-info-modal_open, .table__icon-info:hover .table__column-info-modal {
  position: absolute;
  white-space: normal;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  top: calc(100% + 45px);
  left: calc(100% + 25px);
  height: max-content;
  max-width: 200px;
  width: auto;
  padding: 10px 10px 10px 20px;
  opacity: 1;
  overflow: visible;
  background: #297F5E;
  border-radius: 10px;
  z-index: 10;
}
.table__column-info-modal_open:after, .table__icon-info:hover .table__column-info-modal:after {
  z-index: 9;
  position: absolute;
  top: -45px;
  content: "";
  left: -25px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 70px solid #297F5E;
  transform: rotate(-40deg);
}
.table__icon-info {
  margin-left: 5px;
  position: relative;
  display: inline;
}
.table__column-info-modal {
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.table__info {
  max-width: 18px;
  max-height: 18px;
  width: calc(7px + 11 * var(--width));
  height: calc(7px + 11 * var(--width));
}
.equipment-installation .equipment-installation__link-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
.equipment-installation .equipment-installation__link-container .equipment-installation__link {
  text-decoration: underline;
  cursor: pointer;
  font-size: 29px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  padding: 0 44px;
  position: relative;
}
.equipment-installation .equipment-installation__link-container .equipment-installation__link:before {
  position: absolute;
  max-width: 10px;
  width: calc(5px + 5 * var(--width));
  max-height: 10px;
  height: calc(5px + 5 * var(--width));
  background: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
  content: "";
  top: calc(50% - 5px);
  left: 0;
  border-radius: 50%;
}
.equipment-installation .equipment-installation__link-container .equipment-installation__link:first-child {
  padding-left: 0;
}
.equipment-installation .equipment-installation__link-container .equipment-installation__link:first-child:before {
  display: none;
}
.equipment-installation .equipment-installation__link-container .equipment-installation__link:last-child {
  padding-right: 0;
}
.equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__item-description {
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__item-description a {
  border-bottom: 1px dashed #ffffff;
}
.equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__button {
  white-space: nowrap;
  max-width: 198px;
  border-radius: 5px;
  width: calc(86px + 112 * var(--width));
  justify-content: center;
  display: flex;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  padding: 12px 0;
  border: 2px solid transparent;
  flex-shrink: 0;
}
.sim-chip__body {
  display: flex;
  flex-direction: column;
}
.sim-chip__item {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
  gap: 40px;
}
.sim-chip__button {
  white-space: nowrap;
}
.megaphone-instruction-container {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
  gap: 40px;
}
.megaphone-instruction {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
.megaphone-instruction-link {
  color: #ffffff;
  text-decoration: underline;
}
.megaphone-instruction__item-column {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
}
.megaphone-instruction__item-video {
  margin-top: 40px;
}
.video {
  width: 100%;
  max-height: 658px;
  height: calc(158px + 500 * var(--width));
  border-radius: 22px;
}
.article .article__open {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid transparent;
  padding: 40px;
  position: relative;
}
.article .article__open .article__title {
  padding: 20px 0;
  margin-top: 0;
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.article .article__open .article__img-container img {
  border-radius: 20px;
  margin: 0 0 20px 20px;
  max-width: 325px;
  max-height: 219px;
  width: calc(226px + 99 * var(--width));
  height: calc(165px + 54 * var(--width));
}
.article .article__open .article__text a {
  color: #77FFB0;
}
.article__section-title {
  margin-bottom: 80px;
}
.sto .sto__header_bg {
  position: relative;
  z-index: 1;
}
.sto .sto__header {
  position: relative;
  z-index: 1;
}
.sto .sto__description {
  padding-top: 40px;
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.sto .sto__container {
  display: flex;
  padding-top: 64px;
}
.sto .sto__container .sto__item {
  width: calc(33.3% - 30px);
  margin-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding: 20px;
  border: 2px solid transparent;
  border-radius: 10px;
}
.sto .sto__container .sto__item:first-child {
  margin-left: 0;
}
.sto .sto__container .sto__item .sto__title {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.sto .sto__container .sto__item_hidden {
  display: none;
}
.sto .sto__container .sto__open {
  position: absolute;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.sto .sto__container .sto__open-item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: min-content;
  padding: 37px 37px 0 37px;
  z-index: 10;
  opacity: 1;
  overflow: visible;
  border-radius: 10px;
  background: #00070C;
  border: 2px solid transparent;
}
.sto .sto__container .sto__open-item .sto__close {
  position: absolute;
  cursor: pointer;
  top: 29px;
  right: 29px;
}
.sto .sto__container .sto__open-item .sto__close img {
  height: 32px;
  width: 32px;
}
.sto .sto__container .sto__open-item .sto__open-title {
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.sto .sto__container .sto__open-item .sto__open-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 42px;
}
.sto .sto__container .sto__open-item .sto__open-container .sto__open-description {
  padding: 0 20px;
  margin-bottom: 84px;
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.sto .sto__container .sto__open-item .sto__open-container .sto__open-description::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  width: calc(1px + 2 * var(--width));
  max-width: 3px;
}
.sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-city {
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-address {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
  padding: 20px 0;
}
.sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-address_secondary {
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-tel {
  display: flex;
  align-items: center;
}
.sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-tel img {
  max-width: 25px;
  max-height: 25px;
  width: calc(7px + 18 * var(--width));
  height: calc(7px + 18 * var(--width));
  margin-right: 20px;
}
.sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-tel span,
.sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-tel a {
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .title-secondary {
    font-size: calc(36px + 36 * var(--width));
    line-height: calc(44px + 44 * var(--width));
  }

  .breadcrumb__container .breadcrumb .breadcrumb-item {
    padding: 0 calc(10px + 10 * var(--width)) 0 calc(calc(10px + 10 * var(--width)) + calc(5px + 5 * var(--width)));
    font-size: calc(12px + 6 * var(--width));
    line-height: calc(14px + 8 * var(--width));
  }
  .breadcrumb__container .breadcrumb .breadcrumb-item:before {
    top: calc(50% - calc(3px + 1 * var(--width)));
  }

  .main__body {
    grid-gap: calc(30px + 39 * var(--width));
    margin-left: 0;
  }

  .main__description {
    margin-bottom: calc(30px + 36 * var(--width));
  }

  .main__products {
    margin-top: calc(30px + 96 * var(--width));
  }

  .main__products-container {
    padding-top: calc(36px + 64 * var(--width));
    padding-left: calc(0px + 35 * var(--width));
    padding-right: calc(0px + 35 * var(--width));
  }

  .main__products-item {
    padding-left: calc(0px + 25 * var(--width));
    padding-right: calc(0px + 25 * var(--width));
  }

  .what-gives {
    padding-top: calc(60px + 20 * var(--width));
  }
  .what-gives .what-gives__container {
    padding-top: calc(30px + 50 * var(--width));
  }
  .what-gives .what-gives__container .what-gives__item {
    padding-left: calc(5px + 9 * var(--width));
    padding-right: calc(5px + 9 * var(--width));
    border-radius: calc(6px + 4 * var(--width));
  }
  .what-gives .what-gives__container .what-gives__item .what-gives__img {
    margin-bottom: calc(7px + 23 * var(--width));
  }
  .what-gives .what-gives__container .what-gives__item_active {
    min-height: calc(133px + 191 * var(--width));
  }
  .what-gives .what-gives__container .what-gives__item_active .what-gives__item_open {
    grid-template-columns: calc(60px + 107 * var(--width)) 1fr;
    padding-top: calc(5px + 14 * var(--width));
    padding-right: calc(5px + 14 * var(--width));
    padding-bottom: calc(5px + 14 * var(--width));
    border-radius: calc(6px + 6 * var(--width));
  }

  .cars__body {
    padding: calc(6px + 138 * var(--width)) 0;
  }

  .cars__description {
    margin-bottom: calc(30px + 67 * var(--width));
    font-size: calc(10px + 14 * var(--width));
    line-height: calc(12px + 17 * var(--width));
  }

  .cars__title {
    margin-bottom: calc(10px + 30 * var(--width));
  }

  .app {
    padding-top: calc(60px + 156 * var(--width));
  }

  .app__body {
    padding-bottom: calc(30px + 28 * var(--width));
  }

  .app__container {
    grid-gap: calc(10px + 30 * var(--width));
  }

  .app__item {
    border-radius: calc(6px + 6 * var(--width));
  }

  .app__item-title {
    font-size: calc(14px + 22 * var(--width));
    line-height: calc(17px + 27 * var(--width));
  }

  .app__button {
    grid-gap: calc(30px + 20 * var(--width));
    gap: calc(30px + 20 * var(--width));
  }

  .app__button-container {
    grid-gap: calc(20px + 31 * var(--width));
  }

  .app__title {
    margin-bottom: calc(36px + 63 * var(--width));
  }

  .connection__description {
    font-size: calc(18px + 12 * var(--width));
    line-height: calc(22px + 15 * var(--width));
  }

  .connection__title {
    margin-bottom: calc(30px + 50 * var(--width));
  }

  .form__body {
    padding-top: calc(5px + 19 * var(--width));
  }

  .form__container {
    display: flex;
    grid-gap: calc(5px + 58 * var(--width));
    gap: calc(5px + 58 * var(--width));
  }

  .form-title {
    font-size: calc(18px + 54 * var(--width));
    line-height: calc(22px + 66 * var(--width));
  }

  .reviews {
    padding-bottom: calc(26px + 26 * var(--width));
  }
  .reviews .carousel {
    padding-top: calc(30px + 50 * var(--width));
  }
  .reviews .carousel .slick-dots {
    bottom: calc(-25px - 27 * var(--width));
  }
  .reviews .carousel .slick-dots li {
    margin: 0 calc(10px + 36 * var(--width)) 0 0;
  }
  .reviews .carousel .slick-list .slick-track .slide .reviews__item {
    border-radius: calc(16px + 24 * var(--width));
    border: calc(1px + 1 * var(--width)) solid transparent;
    padding: calc(14px + 22 * var(--width)) calc(12px + 20 * var(--width));
  }
  .reviews .carousel .slick-list .slick-track .slide .reviews__item .reviews__item-img {
    border-radius: calc(14px + 20 * var(--width));
  }
  .reviews .carousel .slick-list .slick-track .slide .reviews__item .reviews__item-container .reviews__title {
    font-size: 12px;
    line-height: 12px;
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -0.01em;
  }
  .reviews .carousel .slick-list .slick-track .slide .reviews__item .reviews__item-container .reviews__text {
    font-size: 12px;
    line-height: 12px;
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .form-box-textarea {
    min-height: calc(100px + 172 * var(--width));
  }

  .form__agreement {
    margin-top: calc(10px + 10 * var(--width));
  }
  .form__agreement .form__link-container {
    font-size: calc(10px + 10 * var(--width));
    line-height: calc(10px + 10 * var(--width));
  }

  .form-box-input-container {
    margin-bottom: calc(5px + 36 * var(--width));
    grid-gap: calc(5px + 36 * var(--width));
  }

  .form-box-input {
    border-radius: calc(3px + 7 * var(--width));
    padding: calc(6px + 12 * var(--width)) calc(10px + 18 * var(--width));
  }

  .form__button-container {
    margin-top: calc(30px + 17 * var(--width));
  }

  #map {
    margin-top: calc(60px + 100 * var(--width));
  }

  .footer .footer__body {
    padding-bottom: calc(15px + 20 * var(--width));
  }
  .footer .footer__body .footer__address .footer-item {
    margin-bottom: calc(5px + 15 * var(--width));
  }
  .footer .footer__body .footer__address .footer-item .footer__title {
    margin-bottom: calc(5px + 5 * var(--width));
  }
  .footer .footer__body .footer__address .footer-item .footer__description {
    display: flex;
    flex-direction: column;
  }
  .footer .footer__body .footer__social {
    margin-top: calc(30px + 5 * var(--width));
  }
  .footer .footer__body .footer__social a {
    margin-right: calc(10px + 3 * var(--width));
  }
  .footer .footer__copyright {
    padding: calc(15px + 5 * var(--width)) 0 calc(15px + 25 * var(--width)) 0;
  }

  .device .abstraction-first-bg:after {
    right: 0;
  }
  .device .device__body .device__item {
    padding: calc(30px + 50 * var(--width)) 0;
  }
  .device .device__body .device__item .device__item-sale {
    font-size: 30px;
    line-height: 30px;
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    color: #01080D;
    letter-spacing: -0.01em;
    font-size: calc(16px + 14 * var(--width));
    line-height: calc(16px + 14 * var(--width));
    padding: calc(4px + 12 * var(--width)) calc(10px + 22 * var(--width));
  }
  .device .device__body .device__item .device__item-sale .device__item-sale-percent {
    font-size: 24px;
    line-height: 24px;
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -0.01em;
    font-size: calc(12px + 12 * var(--width));
    line-height: calc(12px + 12 * var(--width));
    min-width: calc(35px + 35 * var(--width));
    min-height: calc(35px + 35 * var(--width));
    top: calc(-20px + -20 * var(--width));
  }
  .device .device__body .device__item .device__item-header .device__item-description {
    padding-top: calc(0px + 10 * var(--width));
  }
  .device .device__body .device__item .device__item-header .device__item-container {
    padding-top: calc(15px + 25 * var(--width));
  }
  .device .device__body .device__item .device__item-header .device__item-old-price {
    font-size: 40px;
    line-height: 40px;
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -0.01em;
    font-size: calc(20px + 20 * var(--width));
    line-height: calc(20px + 20 * var(--width));
  }
  .device .device__body .device__item .device__item-header .device__item-price {
    font-size: 72px;
    line-height: 88px;
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -0.01em;
    font-size: calc(36px + 36 * var(--width));
    line-height: calc(44px + 44 * var(--width));
  }
  .device .device__body .device__item .device__tab {
    padding-top: calc(30px + 20 * var(--width));
  }
  .device .device__body .device__item .device__tab .device__tab-switches .device__tab-item {
    padding: calc(4px + 2 * var(--width)) calc(13px + 15 * var(--width));
    margin-right: calc(10px + 23 * var(--width));
    border-radius: calc(3px + 3 * var(--width));
  }
  .device .device__body .device__item .device__tab .device__tab-switches .device__tab-item .device__tab-title {
    font-size: calc(10px + 14 * var(--width));
    line-height: calc(12px + 17 * var(--width));
  }
  .device .device__body .device__item .device__tab .device__tab-container .device__tab-specifications-item {
    padding: calc(3px + 5 * var(--width)) 0;
    font-size: calc(10px + 10 * var(--width));
    line-height: calc(12px + 12 * var(--width));
  }
  .device .device__body .device__item .device__tab .device__tab-container_active {
    padding-top: calc(15px + 30 * var(--width));
  }
  .device .device__body .device__item .device__tab .device__tab-resources .device__tab-resources-item {
    min-height: calc(32px + 40 * var(--width));
    margin-right: calc(12px + 18 * var(--width));
    border-radius: calc(3px + 9 * var(--width));
  }
  .device .device__body .device__item .device__tab .device__tab-resources .device__tab-resources-item a {
    padding: calc(5px + 6 * var(--width)) calc(5px + 27 * var(--width));
    font-size: calc(10px + 10 * var(--width));
    line-height: calc(12px + 12 * var(--width));
  }
  .device .device__body .device__notification {
    border: calc(1px + 1 * var(--width)) solid transparent;
    margin-top: calc(30px + 50 * var(--width));
    padding: calc(15px + 15 * var(--width)) calc(12px + 23 * var(--width));
  }
  .device .device__body .device__notification .device__notification-text {
    font-size: calc(10px + 14 * var(--width));
    line-height: calc(12px + 17 * var(--width));
  }
  .device .device__body .device__notification .button {
    margin-top: calc(15px + 15 * var(--width));
  }

  .device__title {
    margin-bottom: calc(15px + 25 * var(--width));
  }

  .about-us .about-us__header .about-us__description {
    padding-top: calc(15px + 25 * var(--width));
    font-size: calc(12px + 31 * var(--width));
    line-height: calc(15px + 37 * var(--width));
  }
  .about-us .about-us__container {
    padding-top: calc(60px + 108 * var(--width));
  }
  .about-us .about-us__container .about-us__benefits {
    padding-bottom: calc(30px + 50 * var(--width));
    grid-gap: calc(20px + 10 * var(--width));
  }
  .about-us .about-us__container .about-us__benefits .about-us__benefits-item {
    border-radius: calc(4px + 2 * var(--width));
  }
  .about-us .about-us__container .about-us__benefits .about-us__benefits-item:after {
    border-radius: calc(4px + 2 * var(--width));
    -webkit-clip-path: polygon(0% 100%, calc(1px + 1 * var(--width)) 100%, calc(1px + 1 * var(--width)) calc(1px + 1 * var(--width)), calc(100% - calc(1px + 1 * var(--width))) calc(1px + 1 * var(--width)), calc(100% - calc(1px + 1 * var(--width))) calc(100% - calc(1px + 1 * var(--width))), calc(1px + 1 * var(--width)) calc(100% - calc(1px + 1 * var(--width))), calc(1px + 1 * var(--width)) 100%, 100% 100%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 100%, calc(1px + 1 * var(--width)) 100%, calc(1px + 1 * var(--width)) calc(1px + 1 * var(--width)), calc(100% - calc(1px + 1 * var(--width))) calc(1px + 1 * var(--width)), calc(100% - calc(1px + 1 * var(--width))) calc(100% - calc(1px + 1 * var(--width))), calc(1px + 1 * var(--width)) calc(100% - calc(1px + 1 * var(--width))), calc(1px + 1 * var(--width)) 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  .about-us .about-us__container .about-us__benefits .about-us__benefits-item .about-us__benefits-item-title {
    font-size: calc(14px + 34 * var(--width));
    line-height: calc(22px + 37 * var(--width));
  }
  .about-us .about-us__container .about-us__benefits .about-us__benefits-item .about-us__benefits-item-description {
    font-size: 24px;
    line-height: 29px;
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -0.01em;
    font-size: calc(9px + 15 * var(--width));
    line-height: calc(11px + 18 * var(--width));
  }
  .about-us .about-us__container .about-us__benefits-description {
    font-size: calc(14px + 20 * var(--width));
    line-height: calc(17px + 24 * var(--width));
  }
  .about-us .about-us__container .about-us__benefits-description::after {
    left: -10px;
  }
  .about-us .about-us__requisites .about-us__requisites-title {
    padding-bottom: calc(40px + 40 * var(--width));
  }
  .about-us .about-us__requisites .about-us__requisites-container {
    padding: calc(10px + 46 * var(--width)) calc(10px + 79 * var(--width));
  }
  .about-us .about-us__requisites .about-us__requisites-container a,
.about-us .about-us__requisites .about-us__requisites-container .about-us__requisites-item {
    font-size: calc(12px + 24 * var(--width));
    line-height: calc(15px + 28 * var(--width));
  }

  .buy__container .buy__header {
    padding: calc(30px + 70 * var(--width)) 0 calc(60px + 40 * var(--width)) 0;
  }
  .buy__container .buy__header .buy__description {
    padding-top: calc(15 + 25 * var(--width));
    font-size: calc(14px + 20 * var(--width));
    line-height: calc(17px + 24 * var(--width));
  }

  .car-brands .car-brands__title {
    font-size: calc(12px + 24 * var(--width));
    line-height: calc(15px + 29 * var(--width));
  }
  .car-brands .car-brands__item_secondary .car-brands__title {
    font-size: calc(12px + 12 * var(--width));
    line-height: calc(15px + 14 * var(--width));
  }
  .car-brands .car-brands__header .car-brands__description {
    padding-top: calc(15px + 25 * var(--width));
    font-size: calc(12px + 31 * var(--width));
    line-height: calc(15px + 37 * var(--width));
  }
  .car-brands .car-brands__container {
    padding-top: calc(40px + 80 * var(--width));
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item .car-brands__title {
    font-size: calc(12px + 24 * var(--width));
    line-height: calc(15px + 29 * var(--width));
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item .car-brands__item_secondary .car-brands__title {
    font-size: calc(12px + 12 * var(--width));
    line-height: calc(15px + 14 * var(--width));
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item {
    padding: calc(10px + 10 * var(--width));
    margin-left: calc(10px + 20 * var(--width));
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-description .car-brands__open-title {
    font-size: calc(12px + 24 * var(--width));
    line-height: calc(15px + 29 * var(--width));
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select .ng-dropdown-panel .ng-dropdown-panel-items {
    font-size: calc(12px + 12 * var(--width));
    line-height: calc(25px + 25 * var(--width));
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    font-size: calc(12px + 12 * var(--width));
    line-height: calc(25px + 25 * var(--width));
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select .car-brands__open-select-title {
    font-size: calc(12px + 12 * var(--width));
    line-height: calc(15px + 14 * var(--width));
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-footer {
    margin-top: calc(15px + 35 * var(--width));
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-footer .car-brands__open_close {
    font-size: calc(11px + 13 * var(--width));
    line-height: calc(13px + 16 * var(--width));
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-footer .car-brands__open-download a {
    font-size: calc(11px + 13 * var(--width));
    line-height: calc(13px + 16 * var(--width));
  }

  .table {
    padding-top: calc(15px + 45 * var(--width));
  }

  .table__title {
    font-size: calc(5px + 15 * var(--width));
    line-height: calc(6px + 18 * var(--width));
  }

  .table__column-header {
    grid-gap: calc(10px + 20 * var(--width));
  }

  .table__column-info-modal_open, .table__icon-info:hover .table__column-info-modal {
    font-size: calc(8px + 10 * var(--width));
    line-height: calc(10px + 12 * var(--width));
    top: calc(100% + 25px);
    left: -50px;
    width: 100px;
    text-align: center;
    padding: 5px 5px 5px 10px;
  }
  .table__column-info-modal_open:after, .table__icon-info:hover .table__column-info-modal:after {
    position: absolute;
    top: -25px;
    left: 46px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid #297F5E;
    transform: rotate(0deg);
  }

  .table__body {
    padding-top: calc(10px + 30 * var(--width));
  }

  .table__body-row {
    grid-gap: calc(10px + 20 * var(--width));
  }

  .table__item {
    min-height: calc(36px + 44 * var(--width));
    font-size: calc(6px + 14 * var(--width));
    line-height: calc(7px + 17 * var(--width));
  }

  .equipment-installation .equipment-installation__link-container {
    padding-top: calc(30px + 60 * var(--width));
  }
  .equipment-installation .equipment-installation__link-container .equipment-installation__link {
    font-size: calc(12px + 17 * var(--width));
    line-height: calc(15px + 29 * var(--width));
    padding: 0 calc(10px + 34 * var(--width));
  }
  .equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__button {
    border: calc(1px + 1 * var(--width)) solid transparent;
    padding: calc(6px + 6 * var(--width)) 0;
    font-size: calc(10px + 8 * var(--width));
    line-height: calc(12px + 10 * var(--width));
  }

  .sim-chip__item {
    grid-gap: calc(20px + 20 * var(--width));
    gap: calc(20px + 20 * var(--width));
  }

  .not-found .not-found__body img {
    padding-bottom: calc(15px + 91 * var(--width));
  }
  .not-found .not-found__body .not-found__text {
    padding-bottom: calc(15px + 25 * var(--width));
    text-align: center;
    max-width: 900px;
    font-size: calc(12px + 24 * var(--width));
    line-height: calc(15px + 28 * var(--width));
  }

  .article .article__open {
    border-radius: calc(4px + 16 * var(--width));
    border: calc(0.4px + 1.6 * var(--width)) solid transparent;
    padding: calc(14px + 26 * var(--width));
  }
  .article .article__open .article__img-container img {
    border-radius: calc(4px + 16 * var(--width));
  }
  .article .article__open .article__title {
    padding: calc(10px + 10 * var(--width)) 0;
    font-size: calc(18px + 18 * var(--width));
    line-height: calc(22px + 22 * var(--width));
  }

  .article__section-title {
    margin-bottom: calc(30px + 50 * var(--width));
  }

  .sto .sto__description {
    padding-top: calc(15px + 25 * var(--width));
    font-size: calc(14px + 22 * var(--width));
    line-height: calc(17px + 27 * var(--width));
  }
  .sto .sto__container {
    padding-top: calc(40px + 24 * var(--width));
  }
  .sto .sto__container .sto__item .sto__title {
    font-size: calc(14px + 20 * var(--width));
    line-height: calc(17px + 22 * var(--width));
  }
  .sto .sto__container .sto__open-item {
    padding: calc(15px + 12 * var(--width)) calc(15px + 12 * var(--width)) 0 calc(15px + 12 * var(--width));
  }
  .sto .sto__container .sto__open-item .sto__open-title {
    font-size: calc(18px + 18 * var(--width));
    line-height: calc(22px + 22 * var(--width));
  }
  .sto .sto__container .sto__open-item .sto__open-container {
    padding-top: calc(20px + 22 * var(--width));
  }
  .sto .sto__container .sto__open-item .sto__open-container .sto__open-description {
    padding: 0 calc(7px + 13 * var(--width));
    margin-bottom: calc(15px + 69 * var(--width));
  }
  .sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-city {
    font-size: calc(12px + 24 * var(--width));
    line-height: calc(15px + 29 * var(--width));
  }
  .sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-address {
    font-size: calc(8px + 16 * var(--width));
    line-height: calc(10px + 19 * var(--width));
    padding: calc(5px + 15 * var(--width)) 0;
  }
  .sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-address_secondary {
    font-size: calc(6px + 12 * var(--width));
    line-height: calc(7px + 15 * var(--width));
  }
  .sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-tel img {
    margin-right: calc(4px + 16 * var(--width));
  }
  .sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-tel span,
.sto .sto__container .sto__open-item .sto__open-container .sto__open-description .sto__open-tel a {
    font-size: calc(8px + 16 * var(--width));
    line-height: calc(10px + 19 * var(--width));
  }
}
@media screen and (max-width: 992px) {
  header {
    position: fixed;
    padding: 18px 0;
    height: 80px;
    display: flex;
    align-items: center;
  }
  header .small-button {
    padding: 18px 62px;
  }
  header .container {
    width: 100%;
  }
  header .header__container .header__logo {
    margin-right: 0;
  }
  header .header__container .basket {
    margin-left: 0;
  }
  header .header__container .header__container-row {
    display: none;
  }
  header .header__container .header__container-main-row .header__logo {
    display: block;
  }
  header .header__container .open-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 30px;
    width: 40px;
  }
  header .header__container .open-menu .burger {
    transition: 0.2s ease;
    position: relative;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background: #ffffff;
  }
  header .header__container .open-menu .burger:before {
    content: "";
    top: -12px;
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    transition: 0.2s ease;
  }
  header .header__container .open-menu .burger:after {
    content: "";
    bottom: -12px;
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    transition: 0.2s ease;
  }
  header .header__container .close-menu .burger {
    background: transparent;
  }
  header .header__container .close-menu .burger:before {
    transform: rotate(45deg);
    top: 0;
  }
  header .header__container .close-menu .burger:after {
    transform: rotate(-45deg);
    bottom: 0;
  }
  header .header__container .desktop-menu {
    display: none;
  }
  header .header__container .mobile-menu-hidden {
    left: -100%;
  }
  header .header__container .mobile-menu-open {
    left: 0;
  }
  header .header__container .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    gap: 20px;
    padding: 0 20px 100px 20px;
    z-index: 10;
    top: 100%;
    height: calc(100vh - 80px);
    position: absolute;
    max-width: 468px;
    width: 100%;
    min-width: 320px;
    background: #00070C;
    transition: 0.2s ease;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header .header__container .mobile-menu .navigation-menu {
    width: 100%;
  }
  header .header__container .mobile-menu .navigation-menu .navigation-menu__container {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  header .header__container .mobile-menu .navigation-menu .navigation-menu__container .navigation-menu__item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  header .header__container .mobile-menu .navigation-menu .navigation-menu__container .navigation-menu__item:after {
    position: absolute;
    bottom: 0;
    content: "";
    left: calc(50% - 43px);
    width: 86px;
    height: 0.75px;
    background: #ffffff;
  }
  header .header__container .mobile-menu .navigation-menu .navigation-menu__container .navigation-menu__item:last-child:after {
    display: none;
  }
  header .header__container .mobile-menu .navigation-menu .navigation-menu__container .navigation-menu__item .mobile-toggle {
    z-index: 101;
    display: flex;
    position: absolute;
    right: 14%;
    width: 27px;
    height: 14px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
  }
  header .header__container .mobile-menu .navigation-menu .navigation-menu__container .navigation-menu__item .arrow-up {
    background: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
    -webkit-mask-image: url('arrow-up.4f67b54daa6fdf868ab9.svg');
  }
  header .header__container .mobile-menu .navigation-menu .navigation-menu__container .navigation-menu__item .arrow-down {
    background: #ffffff;
    background: url('arrow-down.59d036066504f46c0fc1.svg') 0 0/contain no-repeat;
  }
  header .header__container .mobile-menu .navigation-menu .navigation-menu__container .navigation-menu__item_active {
    -webkit-text-fill-color: #77FFB0;
  }
  header .header__container .mobile-menu .navigation-menu .navigation-menu__container .navigation-menu__item_active:after {
    background: #77FFB0;
  }

  .navigation-menu__dropdown_active {
    display: flex;
    justify-content: center;
    flex-direction: column;
    grid-gap: 10px;
    gap: 10px;
    align-items: center;
    transition: max-height 0.5s ease;
    padding: 10px 0;
    height: max-content;
    width: 100%;
    opacity: 1;
    text-align: center;
    max-height: 1000px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -0.01em;
    overflow: hidden;
  }
  .navigation-menu__dropdown_active .navigation-menu__dropdown-item {
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -0.01em;
  }
  .navigation-menu__dropdown_active .navigation-menu__dropdown-item::after {
    display: none;
  }
  .navigation-menu__dropdown_active .navigation-menu__dropdown-item a {
    font-size: 14px;
    line-height: 17px;
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .navigation-menu__mobile-app-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navigation-menu__button {
    width: 100%;
    display: flex;
    grid-gap: 10px;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .navigation-menu__button-container {
    display: flex;
    width: 100%;
    grid-gap: 24px;
    gap: 24px;
  }

  .navigation-menu__mobile-button {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 19px;
    gap: 19px;
    font-size: calc(8px + 10 * var(--width));
    line-height: calc(10px + 12 * var(--width));
  }

  .wrapper__container {
    padding-top: 80px;
  }

  .main {
    background-size: auto 50%;
  }

  .main__body {
    grid-template-columns: 1fr;
  }

  .main__description {
    text-align: left;
  }

  .main__image-container {
    display: flex;
    justify-content: center;
  }

  .main__products-item:before {
    display: none;
  }

  .what-gives {
    padding-bottom: 12px;
  }
  .what-gives .what-gives__container {
    margin-right: -16px;
  }
  .what-gives .what-gives__container .what-gives__item {
    width: calc(33.3% - 16px);
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .what-gives .what-gives__container .what-gives__item_active .what-gives__item_open {
    width: calc(100% * 3 + 44px);
    min-height: inherit;
  }

  .cars__button-container {
    justify-content: center;
    width: 72%;
  }

  .app__body {
    grid-gap: 0;
  }

  .app__item {
    display: flex;
    grid-gap: 13px;
    gap: 13px;
  }

  .app__text {
    font-size: 24px;
    line-height: 29px;
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .connection__item {
    min-height: auto;
    padding: calc(15px + 7 * var(--width)) 0;
    grid-gap: calc(15px + 35 * var(--width));
    gap: calc(15px + 35 * var(--width));
  }
  .connection__item .connection__number {
    display: none;
  }

  .connection__circle {
    border-radius: 100%;
    display: flex;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, #AAFFA9 0%, #11FFBD 100%);
    box-shadow: 0 4px 25px 5px #54FFB5;
  }

  .connection__description {
    font-weight: 700;
  }

  .form__image-container {
    display: none;
  }

  .form__agreement-secondary .form__link-container {
    font-size: calc(8px + 6 * var(--width));
    line-height: calc(14px + 10 * var(--width));
  }

  .reviews .carousel .next-slide,
.reviews .carousel .prev-slide {
    display: none !important;
  }

  .footer .footer__body {
    grid-template-areas: "footer-address" " footer-navigation" "footer-social";
  }
  .footer .footer__body .footer__address {
    display: grid;
    grid-template-areas: "address sales-department" "opening-hours support " "email .";
  }
  .footer .footer__body .footer__address .footer__logo {
    display: none;
  }
  .footer .footer__body .footer__address .footer-item a {
    margin-right: 0;
  }
  .footer .footer__body .footer__navigation {
    margin-top: 30px;
  }
  .footer .footer__body .footer__navigation .navigation-menu {
    display: none;
  }
  .footer .footer__body .footer__navigation .footer__button {
    margin: 0;
    width: 100%;
  }
  .footer .footer__body .footer__navigation .footer__button .footer__button-text {
    display: none;
  }
  .footer .footer__body .footer__navigation .footer__button .footer__button-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer .footer__body .footer__navigation .footer__button .footer__button-container .button__container-app {
    margin: 0 40px 0 0;
  }
  .footer .footer__body .footer__navigation .footer__button .footer__button-container .button__container-app:last-child {
    margin: 0;
  }
  .footer .footer__body .footer__social {
    display: flex;
    justify-content: center;
  }

  .device .device__body .device__item .device__tab .device__tab-resources .device__tab-resources-item {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .device .device__body .device__item .device__image-bg {
    display: none;
  }
  .device .device__body .device__item .device__item_bg:after {
    display: none;
  }

  .about-us .about-us__header_bg {
    position: relative;
    z-index: 1;
  }
  .about-us .about-us__header_bg:after {
    height: calc(100% + 200px);
    width: 200%;
  }
  .about-us .about-us__header:after {
    height: calc(100% + 200px);
    width: 200%;
    background: radial-gradient(33.51% 45.14% at 50% 50%, rgba(1, 8, 13, 0) 0%, #01070D 100%);
  }
  .about-us .about-us__container .about-us__text-container .about-us__text {
    font-size: calc(14px + 18 * var(--width));
    line-height: calc(17px + 22 * var(--width));
  }

  .buy__container .buy__header_bg:after {
    top: -40%;
    left: 10%;
    width: 130%;
    height: 140%;
  }
  .buy__container .buy__header:after {
    top: -40%;
    left: 10%;
    width: 130%;
    height: 140%;
    background: radial-gradient(100% 99.34% at 61.54% 45.29%, rgba(1, 8, 13, 0.53) 35.66%, #01070C 48.77%);
  }

  .car-brands .car-brands__container .car-brands__main {
    margin-left: -10px;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item {
    padding: 10px;
    width: calc(33.3% - 10px);
    margin-left: 10px;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item .car-brands__icon {
    margin: auto;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item .car-brands__title {
    margin-top: 12px;
    margin-left: 0;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item_secondary {
    width: calc(25% - 10px);
    background: none;
    border: 0;
    padding: 0;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item_secondary:hover {
    background: none;
    box-shadow: none;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item_secondary .car-brands__icon-container {
    padding: 14px 0;
    border: 1px solid transparent;
    border-radius: 10px;
    background: linear-gradient(#00070C, #00070C) padding-box, linear-gradient(17.63deg, #E6DADA 0%, rgba(39, 64, 70, 0.48) 100%);
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item_secondary .car-brands__icon-container:hover {
    box-shadow: 0 4px 25px 5px #54FFB5;
    background: linear-gradient(#00070C, #00070C) padding-box, linear-gradient(85.64deg, #00FFB2 -3.31%, #006B51 81.1%, #004A34 111.48%, #002F21 141.87%, #001A12 179.01%, #000B07 216.15%, #000302 263.41%, #000000 334.31%) border-box;
    text-shadow: 0 4px 25px #54FFB5;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item_secondary .car-brands__icon-container .datsun {
    margin: auto;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item_secondary .car-brands__title {
    margin-top: 5px;
    margin-left: 0;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header {
    align-items: flex-start;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-description {
    margin-right: 20px;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container {
    flex-direction: column;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .table__column-header {
    align-items: flex-start;
  }

  .table__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .table__icon-info {
    margin: 2px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__body .footer__navigation {
    display: none;
  }

  .device .abstraction-secondary-bg:after {
    right: -54%;
  }
  .device .device__body .device__item .device__item-sale {
    top: 0;
  }
  .device .device__body .device__item .device__item-header .device__item-price,
.device .device__body .device__item .device__item-header .device__item-title,
.device .device__body .device__item .device__item-header .device__item-description {
    text-align: center;
  }
  .device .device__body .device__item .device__item-header .button__container {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .device .device__body .device__item .device__item-header .button__container .button {
    width: 100%;
  }
  .device .device__body .device__item .device__item-header .device__button-container_secondary .small-button {
    width: 100%;
    padding: 4px;
  }
  .device .device__body .device__item .device__item-header .device__image {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .device .device__body .device__item .device__tab .device__tab-switches {
    width: 100%;
    justify-content: space-between;
  }
  .device .device__body .device__item .device__tab .device__tab-switches .device__tab-item {
    width: 100%;
  }
  .device .device__body .device__item .device__tab .device__tab-description ul {
    padding-left: 20px;
  }
  .device .device__body .device__item .device__tab .device__tab-description ul li {
    position: relative;
  }
  .device .device__body .device__item .device__tab .device__tab-description ul li:after {
    top: 5px;
    left: -12px;
  }

  .equipment-installation .equipment-installation__container .equipment-installation__item .equipment-installation__item-container .equipment-installation__item-description {
    flex-direction: column;
    align-items: baseline;
  }

  .equipment-installation__item-title {
    margin-bottom: 5px;
  }

  .article .article__open {
    display: flex;
    flex-direction: column;
  }
  .article .article__open .article__img-container {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
  }
  .article .article__open .article__img-container img {
    margin: 0;
  }

  .sto .sto__container {
    flex-direction: column;
  }
  .sto .sto__container .sto__item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .sto .sto__container .sto__item:last-child {
    margin-bottom: 0;
  }
  .sto .sto__container .sto__open-item .sto__open-title {
    text-align: center;
  }
  .sto .sto__container .sto__open-item .sto__close {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header {
    height: 60px;
  }
  header .header__container .mobile-menu {
    height: calc(100vh - 60px);
  }

  .navigation-menu__button-container {
    display: flex;
    grid-gap: 28px;
    gap: 28px;
  }

  .navigation-menu__mobile-button {
    border: 1px solid transparent;
    display: flex;
    grid-gap: 12px;
    gap: 12px;
  }

  .wrapper__container {
    padding-top: 60px;
  }

  .main__products-container {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .main__products-item {
    padding: 15px 0 15px 25px;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-between;
  }
  .main__products-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(17.63deg, #E6DADA 0%, rgba(39, 64, 70, 0.48) 100%);
    background-size: 100% 100%;
    border-radius: 2px;
    -webkit-clip-path: polygon(0% 100%, 0.5px 100%, 0.5px 0.5px, calc(100% - 0.5px) 0.5px, calc(100% - 0.5px) calc(100% - 0.5px), 0.5px calc(100% - 0.5px), 0.5px 100%, 100% 100%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 100%, 0.5px 100%, 0.5px 0.5px, calc(100% - 0.5px) 0.5px, calc(100% - 0.5px) calc(100% - 0.5px), 0.5px calc(100% - 0.5px), 0.5px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  .main__products-item:hover {
    box-shadow: 0 4px 25px 5px #54FFB5;
  }
  .main__products-item:hover:after {
    background: linear-gradient(85.64deg, #00FFB2 -3.31%, #006B51 81.1%, #004A34 111.48%, #002F21 141.87%, #001A12 179.01%, #000B07 216.15%, #000302 263.41%, #000000 334.31%);
  }
  .main__products-item .main__products-sale {
    top: -8px;
  }

  .what-gives {
    padding-bottom: 30px;
  }
  .what-gives .what-gives__container {
    margin-right: -20px;
    justify-content: flex-start;
  }
  .what-gives .what-gives__container .what-gives__item {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .what-gives .what-gives__container .what-gives__item_active .what-gives__item_open {
    width: calc(100% * 2 + 28px);
  }
  .what-gives .what-gives__container .what-gives__item_active .what-gives__item_open .what-gives__benefit {
    padding: 10px 0 0 5px;
    grid-column-start: 1;
  }

  .cars__button-container {
    justify-content: flex-end;
  }

  .app__body {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .app__item {
    display: flex;
    grid-gap: 10px;
    gap: 10px;
    padding: 6px 38px;
    text-align: center;
  }

  .app__text {
    display: none;
  }

  .app__image {
    display: flex;
    justify-content: center;
  }

  .connection__circle {
    width: 5px;
    height: 5px;
  }

  .form-box-input-container {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer .footer__body .footer__address {
    display: grid;
    grid-template-areas: "address" "opening-hours" "sales-department" "support" "email";
    background: url('footer__bg.486b9905b763f6519cd2.webp') center right no-repeat;
  }

  .about-us .about-us__container::after {
    bottom: 0;
  }
  .about-us .about-us__container .about-us__text-container::after {
    left: -10px;
  }

  .buy__container .buy__header_bg:after {
    left: -20%;
    width: 170%;
  }
  .buy__container .buy__header:after {
    left: -20%;
    width: 170%;
  }

  .car-brands .car-brands__title {
    font-weight: 300;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item {
    background: none;
    border: 0;
    padding: 0;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item:hover {
    background: none;
    box-shadow: none;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item .car-brands__icon-container {
    padding: 14px 0;
    border: 1px solid transparent;
    border-radius: 10px;
    background: linear-gradient(#00070C, #00070C) padding-box, linear-gradient(17.63deg, #E6DADA 0%, rgba(39, 64, 70, 0.48) 100%);
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item .car-brands__icon-container:hover {
    box-shadow: 0 4px 25px 5px #54FFB5;
    background: linear-gradient(#00070C, #00070C) padding-box, linear-gradient(85.64deg, #00FFB2 -3.31%, #006B51 81.1%, #004A34 111.48%, #002F21 141.87%, #001A12 179.01%, #000B07 216.15%, #000302 263.41%, #000000 334.31%) border-box;
    text-shadow: 0 4px 25px #54FFB5;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item .car-brands__title {
    margin-top: 5px;
    margin-left: 0;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__item_secondary {
    width: calc(33.3% - 10px);
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header {
    flex-direction: column;
    align-items: center;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-description {
    margin-bottom: 20px;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container {
    flex-direction: row;
    width: 100%;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select {
    margin-bottom: 0;
    width: 50%;
    margin-right: 10px;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select:last-child {
    margin-right: 0;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    height: 20px;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select .ng-select {
    height: 20px;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select .ng-select.ng-select-single .ng-select-container {
    border-radius: 5px;
    height: 20px;
    min-height: 20px;
    width: auto;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select .ng-select .ng-clear-wrapper {
    height: 22px;
    display: flex;
    align-items: center;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select .ng-select .ng-arrow-wrapper {
    width: 11px;
    height: 20px;
    display: flex;
    align-items: center;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select .ng-select .ng-arrow-wrapper .ng-arrow {
    border-width: 5px 5px 0;
  }
  .car-brands .car-brands__container .car-brands__main .car-brands__open-item .car-brands__open-container .car-brands__open-header .car-brands__open-select-container .car-brands__open-select .ng-select .ng-select.ng-select-opened > .ng-select-container .ng-arrow {
    border-width: 0 5px 5px;
  }

  .section-title-secondary::after {
    left: -10px;
  }

  .section-title-third::after {
    left: -10px;
    top: 6px;
    height: calc(100% - 12px);
  }

  .section-title-fourth::after {
    right: -10px;
  }

  .popup .popup__text {
    padding-top: 20px;
  }
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  font-size: 24px;
  line-height: 50px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #C4C4C4;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .ng-select .ng-select-container .ng-value-container .ng-placeholder {
    font-size: calc(12px + 12 * var(--width));
    line-height: calc(25px + 25 * var(--width));
  }
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding: 0 20px;
}
ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  font-size: 24px;
  line-height: 50px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #C4C4C4;
  letter-spacing: -0.01em;
}
.ng-select {
  height: 42px;
}
.ng-select.ng-select-single .ng-select-container {
  height: 42px;
  width: 245px;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.ng-select .ng-arrow-wrapper {
  width: 24px;
  margin: auto 16px auto auto;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding-left: 20px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background: transparent;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background: transparent;
}
.ng-dropdown-panel.ng-select-top,
.ng-dropdown-panel.ng-select-bottom {
  border-color: #ffffff;
}
.ng-dropdown-panel .ng-dropdown-panel-items {
  box-shadow: 0 5px 5px 0 #54FFB5;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 0 0 10px 10px;
  font-size: 24px;
  line-height: 50px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #C4C4C4;
  letter-spacing: -0.01em;
}
.ng-select.ng-select-opened > .ng-select-container {
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.ng-arrow-wrapper .ng-arrow {
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #ffffff;
  border-style: solid;
  border-width: 0 10px 10px;
}
.ng-select .ng-clear-wrapper {
  margin: auto;
}
.ng-select .ng-clear-wrapper .ng-clear {
  font-size: 0 !important;
}
/* Display our image */
.ng-select .ng-clear-wrapper .ng-clear::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('close.90bd3920180b97b02765.svg');
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .ng-select .ng-clear-wrapper .ng-clear::before {
    width: calc(10px + 5 * var(--width));
    height: calc(10px + 5 * var(--width));
  }
}
.popup__hidden {
  display: none;
}
.popup {
  position: fixed;
  height: 100vh;
  background: radial-gradient(50% 50% at 50% 50%, rgba(1, 8, 13, 0) 59.38%, #01080D 100%);
  width: 100%;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  opacity: 1;
  overflow: visible;
  top: 0;
  left: 0;
}
.popup .popup__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(250, 250, 250, 0.02);
  box-shadow: 0 4px 25px 5px #54FFB5;
  border-radius: 40px;
  width: 809px;
  padding: 30px 15px;
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
}
.popup .popup__container .popup__close {
  position: absolute;
  cursor: pointer;
  top: 19px;
  right: 30px;
  z-index: 100;
  width: 32px;
  height: 32px;
}
.popup .popup__container .popup__close img {
  width: inherit;
  height: inherit;
}
.popup .popup__container .popup__title {
  font-size: 40px;
  line-height: 49px;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.popup .popup__container .popup__text {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.popup .popup__container form {
  margin: 0;
  max-width: 446px;
}
.popup .popup__container form .input-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}
.popup .popup__container form .input-container input {
  width: 100%;
  height: 49px;
  border-radius: 10px;
  background: #ffffff;
  padding-left: 30px;
}
.popup .popup__container .button__container {
  margin-top: 40px;
}
.popup .popup__container_secondary {
  width: 100%;
  height: 100%;
  background: #00070C;
}
.popup .popup__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 40px;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .popup .popup__container {
    padding: calc(40px + 94 * var(--width)) 15px;
    border-radius: calc(20px + 20 * var(--width));
    width: calc(300px + 509 * var(--width));
  }
  .popup .popup__container .popup__close {
    top: calc(15px + 4 * var(--width));
    width: calc(14px + 18 * var(--width));
    height: calc(14px + 18 * var(--width));
  }
  .popup .popup__container .popup__title {
    font-size: calc(24px + 43 * var(--width));
    line-height: calc(24px + 43 * var(--width));
  }
  .popup .popup__container .popup__text {
    padding-bottom: calc(20px + 50 * var(--width));
    font-size: calc(14px + 10 * var(--width));
    line-height: calc(14px + 10 * var(--width));
  }
  .popup .popup__container form .input-container input {
    height: calc(30px + 35 * var(--width));
    border-radius: calc(3px + 7 * var(--width));
    padding-left: calc(20px + 10 * var(--width));
  }
  .popup .popup__container .button__container {
    margin-top: calc(30px + 40 * var(--width));
  }
}
.pt-160 {
  padding-top: 160px;
}
@media screen and (max-width: 1280px) {
  .pt-160 {
    padding-top: calc(60px + 100 * var(--width));
  }
}
.pt-90 {
  padding-top: 90px;
}
@media screen and (max-width: 1280px) {
  .pt-90 {
    padding-top: calc(30px + 60 * var(--width));
  }
}
.pt-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1280px) {
  .pt-120 {
    padding-top: calc(30px + 90 * var(--width));
  }
}
.ozon {
  width: 240px;
  min-width: 240px;
}
.p_tb-16 {
  padding: 16px 0;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/slick-carousel/slick/slick.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/slick-carousel/slick/slick-theme.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.fb6f3c230cb846e25247.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url('slick.a4e97f5a2a64f0ab1323.eot');
  src: url('slick.a4e97f5a2a64f0ab1323.eot?#iefix') format("embedded-opentype"), url('slick.295183786cd8a1389865.woff') format("woff"), url('slick.c94f7671dcc99dce43e2.ttf') format("truetype"), url('slick.2630a3e3eab21c607e21.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=styles.c6c219e57dcacf7565f4.css.map*/