@charset "UTF-8";
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/**
* Селекторы для таргетинга на конкретные браузеры без влияния на специфику или
* ограничение использования в медиа-запросах
*
* Плюсы:
* - Работает с медиа-запросами
*
* Минусы:
* - Не может использоваться с @extend, так как это приведет к недействительности других селекторов
*/
/**
* Целевой Internet Explorer, но не Edge
*
* @demo
*	div {
*		@include browser-ie () {
*			// ...
*		}
*	}
*/
/**
* Target IE-Edge
*/
/**
* Target Firefox
*/
/**
* Target Safari
*/
/**
* Target all WebKit browsers
*/
/**
* Remove the unit of a length
*
* @param {Number} $number - Number to remove unit from
* @return {Number} - Unitless number
*/
/**
* Returns nth property from css property list
*
* @property {map} $list List
* @property {number} $index Item index
*
* @example
*	$bottom-margin: css-nth(10px 20px 30px 40px, 3); // 30px
*	$bottom-margin: css-nth(10px 20px, 3); // 10px
*/
/**
* Remove nth elements from the list
*
* @property {map} $list List
* @property {number} $index Item index
*
* @example
*	$list: remove-nth(10px 20px 30px 40px, 3); // 10px 20px 40px
*/
/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for one in $index position
*
* 'inherit' value when used with 'margins' or 'paddings' mixin will not produce any output
*
* @example
*	$spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*	$spacer-top-only: breakpointPickCssNth($spacer, 1);
* => (xs: 10px inherit inherit inherit, md: 20px inherit inherit inherit)
*	@include margins($spacer-top-only);
*
*	$spacer-bottom-only: breakpointPickCssNth($spacer, 3);
* => (xs: inherit inherit 12px inherit, md: inherit inherit 20px inherit)
*	@include paddings($spacer-bottom-only);
*/
/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for top (first) and bottom (third) properties
*
* @example
*	$spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*	$spacer-top-bottom: breakpoint-pick-top-bottom($spacer);
* => (xs: 10px inherit 12px inherit, md: 20px inherit 20px inherit)
*	@include margins($spacer-top-bottom);
*/
/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for right (second) and left (fourth) properties
*
* @example
*	$spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*	$spacer-left-right: breakpoint-pick-top-bottom($spacer);
* => (xs: inherit 11px inherit 13px, md: inherit 0 inherit 0)
*	@include margins($spacer-left-right);
*/
/**
* In each $list pair of $breakpoint: $value merges all values skipping 'inherit'
*
* @example
*	$list-a: (xs: 10px inherit 20px inherit, md: 30px inherit);
*	$list-b: (xs: 40px inherit inherit inherit, md: inherit 50px);
*
*	$list-result: breakpointMapMerge($list-a, $list-b);
*	// (xs: 40px inherit 20px inherit, md: 30px 50px);
*/
/**
* Returns deeply nested property from a map
*
* @function mapGetDeep Deep get for sass maps
* @author https://css-tricks.com/snippets/sass/deep-getset-maps/
* @param {Map} $map - Map
* @param {Arglist} $keys - Key chain
*
* @example
*	$paddings: mapGetDeep($grid-containers, default, paddings, xs);
*/
/**
* Mixin for object-fit plugin
*
* @see https://github.com/bfred-it/object-fit-images
* @see components/_background.scss
* @example
*	@include object-fit(contain);
*	@include object-fit(cover, top);
*/
/**
* Split string into a list
*
* @property {string} $string String
* @property {string} $separator Separator
*
* @example
*	$list: str-split("hello+world", "+"); // (hello, world)
*/
/**
* Converts SVG into data url so that this SVG could be used as a
* background image
*
* @example
*	background-image: svgtodataurl("<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">...</svg>");
*/
/**
* Remove keys from the map
*
* @param {Map} $map - Map from which to remove items
* @param {List} $keys - List of keys which to remove
* @return {Map} - Map without the specified keys
*/
/**
* Качество рендеринга изображений
* В Chrome качество фонового изображения не самое лучшее при использовании background-size
*/
@font-face {
  src: url("../fonts/Golos/GolosText-Black.woff2") format("woff2"), url("../fonts/Golos/GolosText-Black.woff") format("woff");
  font-family: "Golos";
  font-weight: 900;
  font-style: normal; }

@font-face {
  src: url("../fonts/Golos/GolosText-ExtraBold.woff2") format("woff2"), url("../fonts/Golos/GolosText-ExtraBold.woff") format("woff");
  font-family: "Golos";
  font-weight: 800;
  font-style: normal; }

@font-face {
  src: url("../fonts/Golos/GolosText-Bold.woff2") format("woff2"), url("../fonts/Golos/GolosText-Bold.woff") format("woff");
  font-family: "Golos";
  font-weight: 700;
  font-style: normal; }

@font-face {
  src: url("../fonts/Golos/GolosText-SemiBold.woff2") format("woff2"), url("../fonts/Golos/GolosText-SemiBold.woff") format("woff");
  font-family: "Golos";
  font-weight: 600;
  font-style: normal; }

@font-face {
  src: url("../fonts/Golos/GolosText-Medium.woff2") format("woff2"), url("../fonts/Golos/GolosText-Medium.woff") format("woff");
  font-family: "Golos";
  font-weight: 500;
  font-style: normal; }

@font-face {
  src: url("../fonts/Golos/GolosText-Regular.woff2") format("woff2"), url("../fonts/Golos/GolosText-Regular.woff") format("woff");
  font-family: "Golos";
  font-weight: 400;
  font-style: normal; }

@font-face {
  src: url("../fonts/Benzin/Benzin-ExtraBold.woff2") format("woff2"), url("../fonts/Benzin/Benzin-ExtraBold.woff") format("woff");
  font-family: "Benzin";
  font-weight: 800;
  font-style: normal; }

@font-face {
  src: url("../fonts/Benzin/Benzin-Bold.woff2") format("woff2"), url("../fonts/Benzin/Benzin-Bold.woff") format("woff");
  font-family: "Benzin";
  font-weight: 700;
  font-style: normal; }

@font-face {
  src: url("../fonts/Benzin/Benzin-Semibold.woff2") format("woff2"), url("../fonts/Benzin/Benzin-Semibold.woff") format("woff");
  font-family: "Benzin";
  font-weight: 600;
  font-style: normal; }

@font-face {
  src: url("../fonts/Benzin/Benzin-Medium.woff2") format("woff2"), url("../fonts/Benzin/Benzin-Medium.woff") format("woff");
  font-family: "Benzin";
  font-weight: 500;
  font-style: normal; }

@font-face {
  src: url("../fonts/Benzin/Benzin-Regular.woff2") format("woff2"), url("../fonts/Benzin/Benzin-Regular.woff") format("woff");
  font-family: "Benzin";
  font-weight: 400;
  font-style: normal; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  box-sizing: border-box;
  font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
  html.has-cursor,
  html.has-cursor * {
    cursor: none !important; }
  html.is-lock-scroll,
  html.is-lock-scroll body {
    overflow: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "Golos";
  color: #fff;
  background-color: #060606; }

main {
  flex: 1; }

p {
  margin: 0; }

a,
button {
  outline: none;
  transition: 0.4s;
  cursor: pointer; }

a {
  text-decoration: none;
  color: currentColor; }

svg {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  fill: currentColor; }

figure,
picture {
  display: inline-block;
  margin: 0;
  line-height: 0; }
  figure img,
  picture img {
    width: 100%; }

img {
  vertical-align: top;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

img[draggable="false"] {
  pointer-events: none;
  -webkit-user-drag: none; }

fieldset {
  margin: 0;
  border: 0;
  padding: 0; }

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

video {
  outline: none;
  width: 100%;
  height: 100%; }

iframe {
  display: block; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center;
  background-color: transparent;
  transition: 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    color: currentColor;
    transform: translateZ(0); }

.js-lazy-load:not(.is-loaded) {
  max-height: 50vh; }

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 88.88889vw; }
  @media (min-width: 1760px) {
    .container {
      max-width: 1760px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .container {
      max-width: 100%;
      padding-left: 2.6178vw;
      padding-right: 2.6178vw; } }
  @media (max-width: 575px) {
    .container {
      max-width: 100%;
      padding-left: 4.41989vmin;
      padding-right: 4.41989vmin; } }

input {
  outline: none; }

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: var(--vh); }

/* stylelint-disable */
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    -webkit-animation-duration: 0.001s !important;
            animation-duration: 0.001s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    transition-duration: 0.001s !important;
    transition-delay: 0s !important; } }

/* stylelint-enable */
.is-hidden {
  display: none !important; }

.is-hide {
  opacity: 0; }

@media (max-width: 991px) {
  .for-desktop {
    display: none !important; } }

@media (min-width: 992px) {
  .for-tablet {
    display: none !important; } }

@media (max-width: 575px) {
  .for-tablet {
    display: none !important; } }

@media (min-width: 992px) {
  .for-mobile {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 991px) {
  .for-mobile {
    display: none !important; } }

@media (min-width: 992px) {
  .for-devices {
    display: none !important; } }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0); }

/* stylelint-disable */
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

/* stylelint-enable */
::-moz-selection {
  color: #fff;
  background-color: #FF4308; }
::selection {
  color: #fff;
  background-color: #FF4308; }

.header {
  padding-top: 1.66667vw;
  position: sticky;
  top: 0;
  z-index: 999; }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 575px) {
      .header__container {
        flex-direction: column;
        align-items: center; } }
  .header__instablock {
    min-width: none; }
    @media (min-width: 1760px) {
      .header__instablock {
        min-width: 362px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .header__instablock {
        min-width: none; } }
    @media (max-width: 575px) {
      .header__instablock {
        min-width: none;
        padding: 4.41989vmin 0; } }
  .header__insta {
    display: inline-flex;
    align-items: center;
    font-size: 1.25vw;
    font-family: "Benzin";
    font-weight: 800; }
    .header__insta span {
      color: #FF4308; }
    .header__insta svg {
      color: #FF4308;
      width: 2.22222vw;
      height: 2.22222vw;
      margin-right: 0.69444vw; }
      @media (min-width: 1760px) {
        .header__insta svg {
          width: 32px;
          height: 32px;
          margin-right: 10px; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .header__insta svg {
          width: 4.18848vw;
          height: 4.18848vw;
          margin-right: 1.3089vw; } }
      @media (max-width: 575px) {
        .header__insta svg {
          width: 6.62983vmin;
          height: 6.62983vmin;
          margin-right: 2.76243vmin; } }
    @media (min-width: 1760px) {
      .header__insta {
        font-size: 20px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .header__insta {
        font-size: 2.6178vw; } }
    @media (max-width: 575px) {
      .header__insta {
        font-size: 3.8674vmin; } }
  .header__nav {
    background-color: #151515;
    border-radius: 0.41667vw;
    padding: 1.25vw 2.22222vw; }
    .header__nav ul {
      display: flex;
      font-size: 0.83333vw;
      gap: 1.66667vw;
      font-family: "Benzin";
      color: #9A9A9A; }
      .header__nav ul li a:hover {
        color: #fff; }
      @media (min-width: 1760px) {
        .header__nav ul {
          font-size: 12px;
          gap: 48px; } }
    @media (min-width: 1760px) {
      .header__nav {
        border-radius: 6px;
        padding: 18px 32px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .header__nav {
        display: none; } }
    @media (max-width: 575px) {
      .header__nav {
        display: none; } }
  .header__contacts {
    display: flex;
    gap: 1.66667vw; }
    @media (min-width: 1760px) {
      .header__contacts {
        gap: 24px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .header__contacts {
        gap: 3.14136vw; } }
    @media (max-width: 575px) {
      .header__contacts {
        gap: 6.62983vmin;
        width: 100%; } }
  .header__social {
    display: inline-flex;
    gap: 0.41667vw; }
    @media (min-width: 1760px) {
      .header__social {
        gap: 6px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .header__social {
        gap: 0.78534vw; } }
    @media (max-width: 575px) {
      .header__social {
        gap: 1.65746vmin; } }
  .header__socialitem {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.47222vw;
    height: 3.47222vw;
    border-radius: 0.41667vw;
    background-color: #151515;
    color: #FF4308; }
    .header__socialitem svg {
      width: 1.66667vw;
      height: 1.66667vw; }
      @media (min-width: 1760px) {
        .header__socialitem svg {
          width: 24px;
          height: 24px; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .header__socialitem svg {
          width: 3.14136vw;
          height: 3.14136vw; } }
      @media (max-width: 575px) {
        .header__socialitem svg {
          width: 6.62983vmin;
          height: 6.62983vmin; } }
    .header__socialitem:hover {
      color: #fff;
      background-color: #FF4308; }
    @media (min-width: 1760px) {
      .header__socialitem {
        width: 50px;
        height: 50px;
        border-radius: 6px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .header__socialitem {
        width: 6.5445vw;
        height: 6.5445vw;
        border-radius: 0.78534vw; } }
    @media (max-width: 575px) {
      .header__socialitem {
        width: 12.70718vmin;
        height: 12.70718vmin;
        border-radius: 1.65746vmin; } }
  .header__phone {
    font-size: 1.11111vw;
    font-family: "Benzin";
    color: #fff;
    font-weight: 700;
    min-height: 3.47222vw;
    border-radius: 0.41667vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.66667vw;
    background-color: #151515; }
    .header__phone:hover {
      color: #FF4308; }
    @media (min-width: 1760px) {
      .header__phone {
        font-size: 18px;
        min-height: 50px;
        border-radius: 6px;
        padding: 0 24px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .header__phone {
        font-size: 2.35602vw;
        min-height: 6.5445vw;
        border-radius: 0.78534vw;
        padding: 0 3.14136vw; } }
    @media (max-width: 575px) {
      .header__phone {
        font-size: 3.31492vmin;
        min-height: 12.70718vmin;
        border-radius: 1.65746vmin;
        padding: 0 6.62983vmin;
        flex-grow: 1; } }
  @media (min-width: 1760px) {
    .header {
      padding-top: 24px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .header {
      padding-top: 3.14136vw; } }
  @media (max-width: 575px) {
    .header {
      padding-top: 0;
      position: relative; } }

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4.44444vw;
  padding-bottom: 1.66667vw; }
  .hero__title {
    text-align: center;
    font-weight: 700;
    font-size: 3.33333vw;
    margin-bottom: 2.22222vw;
    line-height: 120%;
    font-family: "Benzin";
    text-transform: uppercase;
    margin-top: 0; }
    @media (min-width: 1760px) {
      .hero__title {
        font-size: 64px;
        margin-bottom: 32px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .hero__title {
        font-size: 4.18848vw;
        margin-bottom: 4.18848vw; } }
    @media (max-width: 575px) {
      .hero__title {
        font-size: 5.52486vmin;
        margin-bottom: 4.41989vmin; } }
  .hero__subtitle {
    color: #9A9A9A;
    font-size: 1.38889vw;
    line-height: 120%;
    text-align: center;
    margin-bottom: 2.77778vw; }
    @media (min-width: 1760px) {
      .hero__subtitle {
        font-size: 24px;
        margin-bottom: 40px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .hero__subtitle {
        font-size: 2.35602vw;
        margin-bottom: 5.2356vw; } }
    @media (max-width: 575px) {
      .hero__subtitle {
        font-size: 3.8674vmin;
        margin-bottom: 8.83978vmin; } }
  .hero__btn {
    display: flex;
    justify-content: center; }
  .hero__images {
    display: flex;
    gap: 0.69444vw; }
    @media (min-width: 1760px) {
      .hero__images {
        gap: 10px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .hero__images {
        gap: 1.3089vw;
        flex-wrap: wrap; } }
    @media (max-width: 575px) {
      .hero__images {
        gap: 2.76243vmin;
        flex-wrap: wrap; } }
  .hero__image {
    flex-basis: calc(16.66% - 0.69444vw);
    display: inline-flex;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 0.83333vw;
    align-items: center;
    justify-content: center; }
    .hero__image:nth-child(1) {
      order: 1; }
    .hero__image:nth-child(2) {
      order: 2;
      border-radius: 50%; }
    .hero__image:nth-child(3) {
      order: 3; }
    .hero__image:nth-child(4) {
      order: 5; }
      @media (min-width: 576px) and (max-width: 991px) {
        .hero__image:nth-child(4) {
          display: none; } }
      @media (max-width: 575px) {
        .hero__image:nth-child(4) {
          display: none; } }
    @media (min-width: 1760px) {
      .hero__image {
        flex-basis: calc(16.66% - 10px);
        border-radius: 12px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .hero__image {
        flex-basis: calc(33.33% - 10px);
        border-radius: 12px; } }
    @media (max-width: 575px) {
      .hero__image {
        flex-basis: calc(33.33% - 2.76243vmin);
        border-radius: 3.31492vmin; } }
  .hero__textblock {
    flex-basis: calc(33.33% - 0.69444vw);
    order: 4; }
    @media (min-width: 1760px) {
      .hero__textblock {
        flex-basis: calc(33.33% - 10px); } }
    @media (min-width: 576px) and (max-width: 991px) {
      .hero__textblock {
        flex-basis: calc(100% - 1.3089vw); } }
    @media (max-width: 575px) {
      .hero__textblock {
        flex-basis: calc(100% - 2.76243vmin); } }
  @media (min-width: 1760px) {
    .hero {
      gap: 64px;
      padding-bottom: 24px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .hero {
      gap: 10.4712vw;
      padding-bottom: 0;
      min-height: auto; } }
  @media (max-width: 575px) {
    .hero {
      gap: 16.57459vmin;
      padding-bottom: 0;
      min-height: auto; } }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.69444vw;
  font-size: 0.97222vw;
  font-weight: 700;
  font-family: "Benzin";
  text-transform: uppercase;
  min-height: 3.88889vw;
  padding: 0.83333vw 2.22222vw;
  border-radius: 0.41667vw; }
  .btn svg {
    width: 1.66667vw;
    height: 1.66667vw; }
    @media (min-width: 1760px) {
      .btn svg {
        width: 24px;
        height: 24px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .btn svg {
        width: 3.14136vw;
        height: 3.14136vw; } }
    @media (max-width: 575px) {
      .btn svg {
        width: 6.62983vmin;
        height: 6.62983vmin; } }
  .btn--primary {
    background-color: #FF4308; }
    .btn--primary:hover {
      background-color: #d43300; }
  @media (min-width: 1760px) {
    .btn {
      gap: 10px;
      font-size: 16px;
      min-height: 72px;
      padding: 12px 32px;
      border-radius: 6px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .btn {
      gap: 1.3089vw;
      font-size: 1.83246vw;
      min-height: 7.32984vw;
      padding: 1.57068vw 4.18848vw;
      border-radius: 0.78534vw; } }
  @media (max-width: 575px) {
    .btn {
      gap: 2.76243vmin;
      font-size: 3.8674vmin;
      min-height: 15.46961vmin;
      padding: 3.31492vmin 4.97238vmin;
      border-radius: 1.65746vmin; } }

.herotextblock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.22222vw;
  border-radius: 0.83333vw;
  background-color: #151515;
  border: 1px solid transparent; }
  .herotextblock__item {
    display: inline-flex;
    font-size: 1.11111vw;
    line-height: 120%;
    max-width: 15.06944vw; }
    .herotextblock__item svg {
      width: 1.66667vw;
      height: 1.66667vw;
      margin-right: 0.69444vw;
      color: #FF4308; }
      @media (min-width: 1760px) {
        .herotextblock__item svg {
          width: 24px;
          height: 24px;
          margin-right: 10px; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .herotextblock__item svg {
          width: 3.14136vw;
          height: 3.14136vw;
          margin-right: 1.3089vw; } }
      @media (max-width: 575px) {
        .herotextblock__item svg {
          width: 6.62983vmin;
          height: 6.62983vmin;
          margin-right: 2.76243vmin; } }
    .herotextblock__item:last-child {
      margin-left: auto;
      margin-right: 0; }
      @media (max-width: 575px) {
        .herotextblock__item:last-child {
          margin-left: 0;
          margin-right: auto; } }
    @media (min-width: 1760px) {
      .herotextblock__item {
        font-size: 18px;
        max-width: 217px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .herotextblock__item {
        font-size: 2.09424vw;
        max-width: 28.40314vw; } }
    @media (max-width: 575px) {
      .herotextblock__item {
        font-size: 3.8674vmin;
        max-width: 59.94475vmin; } }
  @media (min-width: 1760px) {
    .herotextblock {
      padding: 32px;
      border-radius: 12px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .herotextblock {
      padding: 4.18848vw;
      border-radius: 1.57068vw;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; } }
  @media (max-width: 575px) {
    .herotextblock {
      padding: 8.83978vmin;
      border-radius: 3.31492vmin;
      flex-direction: column;
      gap: 6.62983vmin;
      margin-top: 8.83978vmin; } }

.catalog {
  padding: 9.72222vw 0 9.02778vw; }
  .catalog__title {
    font-size: 14.58333vw;
    line-height: 100%;
    font-family: "Benzin";
    color: #1D1D1D;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: center; }
    @media (min-width: 1760px) {
      .catalog__title {
        font-size: 286px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .catalog__title {
        font-size: 15.44503vw; } }
    @media (max-width: 575px) {
      .catalog__title {
        font-size: 14.91713vmin; } }
  .catalog__products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.34722vw;
    position: relative;
    z-index: 2;
    margin-top: -4.16667vw;
    counter-reset: myCounter; }
    .catalog__products .product__title {
      display: flex;
      align-items: flex-start; }
      .catalog__products .product__title:before {
        counter-increment: myCounter;
        content: "[ " counter(myCounter) " ]";
        font-weight: 400;
        font-size: 0.83333vw;
        margin-right: 1.11111vw;
        color: #FF4308;
        white-space: nowrap; }
        @media (min-width: 1760px) {
          .catalog__products .product__title:before {
            font-size: 12px;
            margin-right: 16px; } }
        @media (min-width: 576px) and (max-width: 991px) {
          .catalog__products .product__title:before {
            font-size: 1.57068vw;
            margin-right: 2.09424vw; } }
        @media (max-width: 575px) {
          .catalog__products .product__title:before {
            font-size: 2.76243vmin;
            margin-right: 2.20994vmin;
            display: none; } }
    @media (min-width: 1760px) {
      .catalog__products {
        margin: 0 -5px;
        margin-top: -80px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .catalog__products {
        margin: 0;
        display: block; } }
    @media (max-width: 575px) {
      .catalog__products {
        margin: 0;
        display: block; } }
  .catalog__card {
    margin: 0 0.34722vw;
    margin-bottom: 0.69444vw;
    flex-basis: calc(33.33% - 0.69444vw);
    max-width: calc(33.33% - 0.69444vw); }
    @media (min-width: 1760px) {
      .catalog__card {
        margin: 0 5px;
        margin-bottom: 10px;
        flex-basis: calc(33.33% - 10px);
        max-width: calc(33.33% - 10px); } }
    @media (min-width: 576px) and (max-width: 991px) {
      .catalog__card {
        margin: 0;
        margin-bottom: 1.3089vw;
        max-width: 100%; } }
    @media (max-width: 575px) {
      .catalog__card {
        margin: 0;
        margin-bottom: 2.76243vmin;
        max-width: 100%; } }
  @media (min-width: 1760px) {
    .catalog {
      padding: 200px 0 190px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .catalog {
      padding: 10.4712vw 0 9.1623vw; } }
  @media (max-width: 575px) {
    .catalog {
      padding: 17.67956vmin 0 14.91713vmin; } }

.border {
  position: relative;
  z-index: 1; }
  .border:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(to right top, #151515, #424242); }
  .border:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0.06944vw;
    right: 0.06944vw;
    bottom: 0.06944vw;
    left: 0.06944vw;
    background-color: #151515; }
    @media (min-width: 1760px) {
      .border:after {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .border:after {
        top: 0.13089vw;
        right: 0.13089vw;
        bottom: 0.13089vw;
        left: 0.13089vw; } }
    @media (max-width: 575px) {
      .border:after {
        top: 0.27624vmin;
        right: 0.27624vmin;
        bottom: 0.27624vmin;
        left: 0.27624vmin; } }
  .border--12:after, .border--12:before {
    border-radius: 0.83333vw; }
    @media (min-width: 1760px) {
      .border--12:after, .border--12:before {
        border-radius: 12px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .border--12:after, .border--12:before {
        border-radius: 1.57068vw; } }
    @media (max-width: 575px) {
      .border--12:after, .border--12:before {
        border-radius: 3.31492vmin; } }
  .border--6:after, .border--6:before {
    border-radius: 0.41667vw; }
    @media (min-width: 1760px) {
      .border--6:after, .border--6:before {
        border-radius: 6px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .border--6:after, .border--6:before {
        border-radius: 0.78534vw; } }
    @media (max-width: 575px) {
      .border--6:after, .border--6:before {
        border-radius: 1.65746vmin; } }

.product {
  padding: 2.22222vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; }
  .product__hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.22222vw; }
    @media (min-width: 1760px) {
      .product__hdr {
        margin-bottom: 32px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .product__hdr {
        margin-bottom: 4.18848vw; } }
    @media (max-width: 575px) {
      .product__hdr {
        margin-bottom: 8.83978vmin; } }
  .product__label {
    font-size: 0.69444vw;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.41667vw;
    border-radius: 2.22222vw;
    padding: 0.41667vw 0.83333vw;
    height: 2.22222vw;
    background-color: #FF4308;
    white-space: nowrap; }
    .product__label svg {
      width: 1.11111vw;
      height: 1.11111vw; }
      @media (min-width: 1760px) {
        .product__label svg {
          width: 16px;
          height: 16px; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .product__label svg {
          width: 2.09424vw;
          height: 2.09424vw; } }
      @media (max-width: 575px) {
        .product__label svg {
          width: 4.41989vmin;
          height: 4.41989vmin;
          display: none; } }
    @media (min-width: 1760px) {
      .product__label {
        font-size: 12px;
        gap: 6px;
        border-radius: 32px;
        padding: 6px 16px;
        height: 32px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .product__label {
        font-size: 1.57068vw;
        gap: 0.78534vw;
        border-radius: 4.18848vw;
        padding: 0.78534vw 2.09424vw;
        height: 4.18848vw; } }
    @media (max-width: 575px) {
      .product__label {
        font-size: 2.76243vmin;
        gap: 1.65746vmin;
        border-radius: 8.83978vmin;
        padding: 1.65746vmin 4.41989vmin;
        height: 8.83978vmin; } }
  .product__title {
    font-size: 1.38889vw;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Benzin";
    font-weight: 700; }
    @media (min-width: 1760px) {
      .product__title {
        font-size: 24px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .product__title {
        font-size: 3.14136vw; } }
    @media (max-width: 575px) {
      .product__title {
        font-size: 4.97238vmin; } }
  .product__images {
    display: flex;
    margin-bottom: 1.66667vw; }
    @media (min-width: 1760px) {
      .product__images {
        margin-bottom: 24px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .product__images {
        margin-bottom: 3.14136vw; } }
    @media (max-width: 575px) {
      .product__images {
        margin-bottom: 6.62983vmin; } }
  .product__image {
    display: inline-flex;
    width: 5.55556vw;
    height: 5.55556vw;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #9A9A9A;
    flex-shrink: 0;
    margin-right: -2.77778vw;
    transition: all .3s ease-out; }
    .product__image a {
      display: flex; }
    .product__image:hover {
      transform: translateY(-0.69444vw); }
      @media (min-width: 1760px) {
        .product__image:hover {
          transform: translateY(-10px); } }
      @media (min-width: 576px) and (max-width: 991px) {
        .product__image:hover {
          transform: translateY(0); } }
      @media (max-width: 575px) {
        .product__image:hover {
          transform: translateY(0); } }
    @media (min-width: 1760px) {
      .product__image {
        width: 100px;
        height: 100px;
        margin-right: -50px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .product__image {
        width: 13.08901vw;
        height: 13.08901vw;
        margin-right: -6.5445vw; } }
    @media (max-width: 575px) {
      .product__image {
        width: 17.67956vmin;
        height: 17.67956vmin;
        margin-right: -8.83978vmin; } }
  .product .btn {
    width: 100%; }
  .product__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.41667vw;
    font-size: 0.83333vw;
    line-height: 120%;
    color: #9A9A9A;
    margin-bottom: 2.22222vw; }
    .product__tags li {
      border: 1px solid #242424;
      border-radius: 2.5vw;
      padding: 0.55556vw 0.83333vw; }
      @media (min-width: 1760px) {
        .product__tags li {
          border-radius: 36px;
          padding: 10px 16px; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .product__tags li {
          border-radius: 4.71204vw;
          padding: 1.3089vw 2.09424vw; } }
      @media (max-width: 575px) {
        .product__tags li {
          border-radius: 9.94475vmin;
          padding: 2.20994vmin 3.31492vmin; } }
    @media (min-width: 1760px) {
      .product__tags {
        gap: 6px;
        font-size: 14px;
        margin-bottom: 32px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .product__tags {
        gap: 0.78534vw;
        font-size: 1.57068vw;
        margin-bottom: 4.18848vw; } }
    @media (max-width: 575px) {
      .product__tags {
        gap: 1.65746vmin;
        font-size: 2.76243vmin;
        margin-bottom: 8.28729vmin; } }
  @media (min-width: 1760px) {
    .product {
      padding: 40px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .product {
      padding: 4.18848vw; } }
  @media (max-width: 575px) {
    .product {
      padding: 6.62983vmin; } }

.brands {
  display: flex;
  flex-wrap: wrap;
  gap: 0.41667vw; }
  .brands__item {
    flex-basis: calc(50% - 0.20833vw);
    display: flex;
    align-items: center;
    justify-content: center; }
    .brands__item img {
      max-height: 7.22222vw; }
      @media (min-width: 1760px) {
        .brands__item img {
          max-height: 124px; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .brands__item img {
          max-height: 16.23037vw; } }
      @media (max-width: 575px) {
        .brands__item img {
          max-height: 15.46961vmin; } }
    @media (min-width: 1760px) {
      .brands__item {
        flex-basis: calc(50% - 3px); } }
    @media (min-width: 576px) and (max-width: 991px) {
      .brands__item {
        flex-basis: 37.30366vw;
        flex-shrink: 0;
        margin-right: 1.3089vw; } }
    @media (max-width: 575px) {
      .brands__item {
        flex-basis: 35.9116vmin;
        flex-shrink: 0;
        margin-right: 2.76243vmin;
        height: 19.33702vmin; } }
  @media (min-width: 1760px) {
    .brands {
      gap: 6px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .brands {
      gap: 0;
      flex-wrap: nowrap;
      margin: 0 -2.6178vw;
      padding: 0 2.6178vw;
      overflow-x: scroll;
      padding-top: 9.1623vw;
      max-width: none; } }
  @media (max-width: 575px) {
    .brands {
      gap: 0;
      flex-wrap: nowrap;
      margin: 0 -4.41989vmin;
      padding: 0 4.41989vmin;
      overflow-x: scroll;
      padding-top: 14.91713vmin;
      max-width: none; } }

.prodadvant {
  padding-bottom: 13.88889vw; }
  .prodadvant__container {
    display: flex;
    margin: 0 -0.34722vw; }
    @media (min-width: 1760px) {
      .prodadvant__container {
        margin: 0 -5px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .prodadvant__container {
        margin: 0 -0.65445vw;
        flex-wrap: wrap; } }
    @media (max-width: 575px) {
      .prodadvant__container {
        margin: 0 -1.38122vmin;
        flex-wrap: wrap; } }
  .prodadvant__item {
    margin: 0 0.34722vw;
    flex-basis: calc(25% - 0.69444vw); }
    @media (min-width: 1760px) {
      .prodadvant__item {
        margin: 0 5px;
        flex-basis: calc(25% - 10px); } }
    @media (min-width: 576px) and (max-width: 991px) {
      .prodadvant__item {
        margin: 0 0.65445vw;
        flex-basis: calc(50% - 1.3089vw);
        margin-bottom: 4.18848vw; } }
    @media (max-width: 575px) {
      .prodadvant__item {
        margin: 0 1.38122vmin;
        flex-basis: calc(50% - 2.76243vmin);
        margin-bottom: 8.83978vmin; } }
  @media (min-width: 1760px) {
    .prodadvant {
      padding-bottom: 200px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .prodadvant {
      padding-bottom: 6.28272vw; } }
  @media (max-width: 575px) {
    .prodadvant {
      padding-bottom: 8.83978vmin; } }

.advant__image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0.83333vw;
  margin-bottom: 1.66667vw;
  display: flex; }
  .advant__image:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(6, 6, 6, 0.5);
    transition: all .3s ease-out; }
    @media (min-width: 576px) and (max-width: 991px) {
      .advant__image:after {
        display: none; } }
    @media (max-width: 575px) {
      .advant__image:after {
        display: none; } }
  @media (min-width: 1760px) {
    .advant__image {
      border-radius: 12px;
      margin-bottom: 24px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .advant__image {
      border-radius: 1.57068vw;
      margin-bottom: 3.14136vw; } }
  @media (max-width: 575px) {
    .advant__image {
      border-radius: 3.31492vmin;
      margin-bottom: 6.62983vmin; } }

.advant:hover .advant__image:after {
  background-color: rgba(6, 6, 6, 0); }

.advant__title {
  font-family: "Benzin";
  font-size: 0.97222vw;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 700; }
  @media (min-width: 1760px) {
    .advant__title {
      font-size: 16px;
      max-width: 90%; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .advant__title {
      font-size: 1.83246vw;
      max-width: 90%; } }
  @media (max-width: 575px) {
    .advant__title {
      font-size: 2.20994vmin;
      max-width: 90%; } }

.aboutproducts {
  padding-bottom: 9.72222vw; }
  .aboutproducts__container {
    display: flex;
    align-items: flex-end; }
    @media (min-width: 576px) and (max-width: 991px) {
      .aboutproducts__container {
        display: block; } }
    @media (max-width: 575px) {
      .aboutproducts__container {
        display: block; } }
  .aboutproducts__left {
    flex-basis: 30.41667vw;
    flex-shrink: 0;
    margin-right: 3.75vw;
    min-height: 35.06944vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 1760px) {
      .aboutproducts__left {
        flex-basis: 638px;
        margin-right: 100px;
        min-height: 505px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .aboutproducts__left {
        margin-right: 0;
        min-height: none; } }
    @media (max-width: 575px) {
      .aboutproducts__left {
        margin-right: 0;
        min-height: none; } }
  .aboutproducts__videos {
    display: flex;
    margin: 0 -0.34722vw; }
    @media (min-width: 1760px) {
      .aboutproducts__videos {
        margin: 0 -5px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .aboutproducts__videos {
        margin: 0 -0.65445vw;
        margin-bottom: 6.28272vw; } }
    @media (max-width: 575px) {
      .aboutproducts__videos {
        margin: 0;
        margin-bottom: 2.20994vmin;
        display: block; } }
  .aboutproducts__video {
    margin: 0 0.34722vw;
    flex-basis: calc(50% - 0.69444vw); }
    .aboutproducts__video:first-child {
      display: flex;
      flex-direction: column; }
      @media (min-width: 576px) and (max-width: 991px) {
        .aboutproducts__video:first-child .videoitem__title {
          order: 2;
          margin-bottom: 0; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .aboutproducts__video:first-child .videoitem__image {
          order: 1;
          margin-bottom: 1.3089vw; } }
    @media (max-width: 575px) {
      .aboutproducts__video .videoitem__title {
        order: 2;
        margin-bottom: 0; } }
    @media (max-width: 575px) {
      .aboutproducts__video .videoitem__image {
        order: 1;
        margin-bottom: 2.76243vmin; } }
    @media (min-width: 1760px) {
      .aboutproducts__video {
        margin: 0 5px;
        flex-basis: calc(50% - 10px); } }
    @media (min-width: 576px) and (max-width: 991px) {
      .aboutproducts__video {
        margin: 0 0.65445vw;
        flex-basis: calc(50% - 1.3089vw); } }
    @media (max-width: 575px) {
      .aboutproducts__video {
        margin: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 8.83978vmin; } }
  .aboutproducts__right {
    font-size: 0.97222vw;
    line-height: 150%;
    flex-grow: 1; }
    .aboutproducts__right p {
      margin-bottom: 1.66667vw; }
      @media (min-width: 1760px) {
        .aboutproducts__right p {
          margin-bottom: 24px; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .aboutproducts__right p {
          margin-bottom: 3.14136vw; } }
      @media (max-width: 575px) {
        .aboutproducts__right p {
          margin-bottom: 4.41989vmin; } }
    @media (min-width: 1760px) {
      .aboutproducts__right {
        font-size: 18px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .aboutproducts__right {
        font-size: 2.09424vw; } }
    @media (max-width: 575px) {
      .aboutproducts__right {
        font-size: 3.8674vmin; } }
  @media (min-width: 1760px) {
    .aboutproducts {
      padding-bottom: 200px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .aboutproducts {
      padding-bottom: 10.4712vw; } }
  @media (max-width: 575px) {
    .aboutproducts {
      padding-bottom: 17.67956vmin; } }

.videoitem__title {
  font-size: 0.83333vw;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 0.69444vw; }
  @media (min-width: 1760px) {
    .videoitem__title {
      font-size: 12px;
      margin-bottom: 10px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .videoitem__title {
      font-size: 1.57068vw;
      margin-bottom: 1.3089vw;
      color: #9A9A9A;
      max-width: 31.41361vw; } }
  @media (max-width: 575px) {
    .videoitem__title {
      font-size: 3.31492vmin;
      margin-bottom: 2.76243vmin;
      color: #9A9A9A;
      max-width: 66.29834vmin; } }

.videoitem__image {
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0.83333vw;
  border: 1px solid #242424;
  width: 100%; }
  .videoitem__image picture, .videoitem__image img {
    width: 100%; }
  .videoitem__image .popup-youtube {
    display: flex;
    width: 100%; }
    .videoitem__image .popup-youtube:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(6, 6, 6, 0.5);
      transition: all .3s ease-out; }
    .videoitem__image .popup-youtube:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 4.44444vw;
      height: 4.44444vw;
      background: url(../images/sprites/svg/play.svg) no-repeat center center;
      background-size: cover; }
      @media (min-width: 1760px) {
        .videoitem__image .popup-youtube:after {
          width: 64px;
          height: 64px; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .videoitem__image .popup-youtube:after {
          width: 8.37696vw;
          height: 8.37696vw; } }
      @media (max-width: 575px) {
        .videoitem__image .popup-youtube:after {
          width: 17.67956vmin;
          height: 17.67956vmin; } }
    .videoitem__image .popup-youtube:hover:before {
      background-color: rgba(6, 6, 6, 0.1); }
  @media (min-width: 1760px) {
    .videoitem__image {
      border-radius: 12px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .videoitem__image {
      border-radius: 1.57068vw; } }
  @media (max-width: 575px) {
    .videoitem__image {
      border-radius: 3.31492vmin; } }

.heading {
  margin-top: 0;
  font-size: 2.5vw;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Benzin";
  line-height: 120%;
  margin-bottom: 2.22222vw; }
  .heading span {
    color: #FF4308; }
  @media (min-width: 1760px) {
    .heading {
      font-size: 48px;
      margin-bottom: 32px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .heading {
      font-size: 4.18848vw;
      margin-bottom: 4.18848vw; } }
  @media (max-width: 575px) {
    .heading {
      font-size: 6.62983vmin;
      margin-bottom: 8.83978vmin; } }

.advantages {
  padding-bottom: 9.02778vw; }
  .advantages .heading {
    margin-bottom: 0;
    max-width: 23.68056vw;
    position: absolute;
    left: 0;
    top: 0; }
    @media (min-width: 1760px) {
      .advantages .heading {
        max-width: 341px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .advantages .heading {
        max-width: 100%;
        position: relative;
        margin-bottom: 4.18848vw; } }
    @media (max-width: 575px) {
      .advantages .heading {
        max-width: 100%;
        position: relative;
        margin-bottom: 8.83978vmin; } }
  .advantages__container {
    width: 58.33%;
    margin-left: auto;
    margin-right: 0;
    position: relative; }
    @media (min-width: 576px) and (max-width: 991px) {
      .advantages__container {
        width: 100%; } }
    @media (max-width: 575px) {
      .advantages__container {
        width: 100%; } }
  .advantages__cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.34722vw;
    counter-reset: myCounter;
    justify-content: flex-end; }
    @media (min-width: 1760px) {
      .advantages__cards {
        margin: 0 -5px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .advantages__cards {
        margin: 0 -0.65445vw; } }
    @media (max-width: 575px) {
      .advantages__cards {
        margin: 0;
        display: block; } }
  .advantages__card {
    margin: 0 0.34722vw;
    margin-bottom: 0.69444vw;
    flex-basis: calc(50% - 0.69444vw); }
    .advantages__card:first-child {
      margin-left: calc(50% - 0.69444vw); }
      @media (min-width: 1760px) {
        .advantages__card:first-child {
          margin-left: calc(50% - 10px); } }
      @media (min-width: 576px) and (max-width: 991px) {
        .advantages__card:first-child {
          margin-left: 0; } }
      @media (max-width: 575px) {
        .advantages__card:first-child {
          margin-left: 0; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .advantages__card:last-child {
        flex-basis: calc(100% - 1.3089vw); } }
    .advantages__card .advantcard__title:before {
      counter-increment: myCounter;
      content: "[ " counter(myCounter) " ]";
      color: #FF4308;
      font-size: 0.83333vw;
      margin-right: 1.11111vw;
      white-space: nowrap;
      margin-bottom: 1.66667vw;
      display: block;
      position: relative;
      z-index: 1;
      font-weight: 400; }
      @media (min-width: 1760px) {
        .advantages__card .advantcard__title:before {
          font-size: 12px;
          margin-right: 16px;
          margin-bottom: 24px; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .advantages__card .advantcard__title:before {
          font-size: 1.57068vw;
          margin-right: 2.09424vw;
          margin-bottom: 3.14136vw; } }
      @media (max-width: 575px) {
        .advantages__card .advantcard__title:before {
          font-size: 3.31492vmin;
          margin-right: 4.41989vmin;
          margin-bottom: 6.62983vmin; } }
    @media (min-width: 1760px) {
      .advantages__card {
        margin: 0 5px;
        margin-bottom: 10px;
        flex-basis: calc(50% - 10px); } }
    @media (min-width: 576px) and (max-width: 991px) {
      .advantages__card {
        margin: 0 0.65445vw;
        margin-bottom: 1.3089vw;
        flex-basis: calc(50% - 1.3089vw); } }
    @media (max-width: 575px) {
      .advantages__card {
        margin: 0;
        margin-bottom: 2.76243vmin; } }
  @media (min-width: 1760px) {
    .advantages {
      padding-bottom: 190px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .advantages {
      padding-bottom: 9.1623vw; } }
  @media (max-width: 575px) {
    .advantages {
      padding-bottom: 14.91713vmin; } }

.advantcard {
  padding: 2.77778vw;
  position: relative;
  z-index: 1; }
  .advantcard__title {
    font-size: 1.25vw;
    font-weight: 700;
    margin-bottom: 1.66667vw;
    text-transform: uppercase;
    font-family: "Benzin"; }
    @media (min-width: 1760px) {
      .advantcard__title {
        font-size: 20px;
        margin-bottom: 24px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .advantcard__title {
        font-size: 2.35602vw;
        margin-bottom: 3.14136vw; } }
    @media (max-width: 575px) {
      .advantcard__title {
        font-size: 4.97238vmin;
        margin-bottom: 6.62983vmin; } }
  .advantcard__subtitle {
    font-size: 0.97222vw;
    line-height: 120%;
    color: #9A9A9A; }
    @media (min-width: 1760px) {
      .advantcard__subtitle {
        font-size: 14px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .advantcard__subtitle {
        font-size: 1.83246vw; } }
    @media (max-width: 575px) {
      .advantcard__subtitle {
        font-size: 3.8674vmin; } }
  @media (min-width: 1760px) {
    .advantcard {
      padding: 40px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .advantcard {
      padding: 4.18848vw; } }
  @media (max-width: 575px) {
    .advantcard {
      padding: 6.62983vmin; } }

.reviews {
  padding-bottom: 13.88889vw; }
  @media (min-width: 576px) and (max-width: 991px) {
    .reviews .heading {
      margin-bottom: 0; } }
  @media (max-width: 575px) {
    .reviews .heading {
      margin-bottom: 0; } }
  .reviews__container {
    display: flex;
    margin: 0 -0.34722vw; }
    @media (min-width: 1760px) {
      .reviews__container {
        margin: 0 -5px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .reviews__container {
        margin: 0;
        display: block; } }
    @media (max-width: 575px) {
      .reviews__container {
        margin: 0;
        display: block; } }
  .reviews__left {
    flex-basis: calc(41.66% - 0.69444vw);
    max-width: calc(41.66% - 0.69444vw);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 1760px) {
      .reviews__left {
        flex-basis: calc(41.66% - 10px);
        max-width: calc(41.66% - 10px); } }
    @media (min-width: 576px) and (max-width: 991px) {
      .reviews__left {
        max-width: 100%;
        flex-direction: row;
        align-items: center;
        margin-bottom: 4.18848vw; } }
    @media (max-width: 575px) {
      .reviews__left {
        max-width: 100%;
        flex-direction: row;
        align-items: center;
        margin-bottom: 8.83978vmin; } }
  .reviews__right {
    flex-basis: calc(58.33% - 0.69444vw);
    max-width: calc(58.33% - 0.69444vw); }
    @media (min-width: 1760px) {
      .reviews__right {
        flex-basis: calc(58.33% - 10px);
        max-width: calc(58.33% - 10px); } }
    @media (min-width: 576px) and (max-width: 991px) {
      .reviews__right {
        max-width: 100%; } }
    @media (max-width: 575px) {
      .reviews__right {
        max-width: 100%; } }
  .reviews__nav {
    display: flex;
    gap: 0.83333vw; }
    @media (min-width: 1760px) {
      .reviews__nav {
        gap: 12px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .reviews__nav {
        gap: 1.57068vw; } }
    @media (max-width: 575px) {
      .reviews__nav {
        gap: 3.31492vmin; } }
  @media (min-width: 1760px) {
    .reviews {
      padding-bottom: 200px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .reviews {
      padding-bottom: 10.4712vw; } }
  @media (max-width: 575px) {
    .reviews {
      padding-bottom: 17.67956vmin; } }

.btn-slider {
  width: 4.44444vw;
  height: 4.44444vw;
  border-radius: 50%;
  border: none;
  color: #FF4308;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #242424;
  background-color: #151515; }
  .btn-slider svg {
    width: 1.66667vw;
    height: 1.66667vw; }
    @media (min-width: 1760px) {
      .btn-slider svg {
        width: 24px;
        height: 24px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .btn-slider svg {
        width: 3.14136vw;
        height: 3.14136vw; } }
    @media (max-width: 575px) {
      .btn-slider svg {
        width: 4.41989vmin;
        height: 4.41989vmin; } }
  .btn-slider:hover {
    background-color: #FF4308;
    color: #fff; }
  @media (min-width: 1760px) {
    .btn-slider {
      width: 64px;
      height: 64px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .btn-slider {
      width: 8.37696vw;
      height: 8.37696vw; } }
  @media (max-width: 575px) {
    .btn-slider {
      width: 13.25967vmin;
      height: 13.25967vmin; } }

.swiper-scrollbar {
  background-color: #151515;
  margin-top: 0.69444vw; }
  .swiper-scrollbar .swiper-scrollbar-drag {
    height: 0.20833vw;
    background-color: #FF4308;
    cursor: pointer; }
    @media (min-width: 1760px) {
      .swiper-scrollbar .swiper-scrollbar-drag {
        height: 3px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .swiper-scrollbar .swiper-scrollbar-drag {
        height: 0.39267vw; } }
    @media (max-width: 575px) {
      .swiper-scrollbar .swiper-scrollbar-drag {
        height: 0.82873vmin; } }
  @media (min-width: 1760px) {
    .swiper-scrollbar {
      margin-top: 10px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .swiper-scrollbar {
      margin-top: 1.3089vw; } }
  @media (max-width: 575px) {
    .swiper-scrollbar {
      margin-top: 2.76243vmin; } }

.footer {
  padding-bottom: 6.94444vw; }
  @media (min-width: 576px) and (max-width: 991px) {
    .footer .heading {
      flex-basis: 50%; } }
  @media (max-width: 575px) {
    .footer .heading {
      margin-bottom: 4.41989vmin; } }
  .footer__container {
    display: flex;
    margin: 0 -0.34722vw; }
    @media (min-width: 1760px) {
      .footer__container {
        margin: 0 -5px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .footer__container {
        display: block;
        margin: 0; } }
    @media (max-width: 575px) {
      .footer__container {
        display: block;
        margin: 0; } }
  .footer__left {
    flex-basis: calc(41.66% - 0.69444vw);
    margin: 0 0.34722vw; }
    @media (min-width: 1760px) {
      .footer__left {
        flex-basis: calc(41.66% - 10px);
        margin: 0 5px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .footer__left {
        margin: 0;
        margin-bottom: 4.18848vw;
        display: flex;
        align-items: flex-start;
        justify-content: space-between; } }
    @media (max-width: 575px) {
      .footer__left {
        margin: 0;
        margin-bottom: 8.83978vmin;
        display: block; } }
  .footer__right {
    flex-basis: calc(58.33% - 0.69444vw);
    margin: 0 0.34722vw; }
    @media (min-width: 1760px) {
      .footer__right {
        flex-basis: calc(58.33% - 10px);
        margin: 0 5px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .footer__right {
        margin: 0; } }
    @media (max-width: 575px) {
      .footer__right {
        margin: 0; } }
  .footer__subtitle {
    width: 22.77778vw;
    margin: 0 auto;
    font-size: 0.97222vw;
    color: #9A9A9A;
    line-height: 150%; }
    @media (min-width: 1760px) {
      .footer__subtitle {
        width: 428px;
        font-size: 16px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .footer__subtitle {
        width: 50%;
        font-size: 1.83246vw; } }
    @media (max-width: 575px) {
      .footer__subtitle {
        font-size: 3.31492vmin;
        width: 100%; } }
  .footer__contacts {
    display: flex;
    margin: 0 -0.34722vw; }
    .footer__contacts > * {
      flex-basis: calc(33.33% - 0.69444vw);
      margin: 0 0.34722vw; }
      @media (min-width: 1760px) {
        .footer__contacts > * {
          flex-basis: calc(33.33% - 10px);
          margin: 0 5px; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .footer__contacts > * {
          flex-basis: calc(50% - 1.3089vw);
          margin: 0 0.65445vw; } }
      @media (max-width: 575px) {
        .footer__contacts > * {
          margin: 0;
          margin-bottom: 2.76243vmin; } }
    @media (min-width: 1760px) {
      .footer__contacts {
        margin: 0 -5px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .footer__contacts {
        margin: 0 -0.65445vw;
        flex-wrap: wrap; } }
    @media (max-width: 575px) {
      .footer__contacts {
        display: block;
        margin: 0; } }
  .footer__socblock {
    display: flex;
    flex-direction: column;
    gap: 0.69444vw; }
    @media (min-width: 1760px) {
      .footer__socblock {
        gap: 10px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .footer__socblock {
        gap: 1.3089vw;
        flex-direction: row;
        flex-basis: calc(100% - 1.3089vw);
        margin-top: 1.3089vw; } }
    @media (max-width: 575px) {
      .footer__socblock {
        display: block;
        margin-bottom: 0; } }
  .footer__social {
    display: flex;
    align-items: center;
    gap: 0.83333vw;
    flex-basis: 100%;
    padding: 1.66667vw 1.66667vw;
    font-size: 1.38889vw;
    text-transform: uppercase;
    font-family: "Benzin";
    font-weight: 700;
    color: #9A9A9A; }
    .footer__social svg {
      width: 1.66667vw;
      height: 1.66667vw;
      color: #FF4308; }
      @media (min-width: 1760px) {
        .footer__social svg {
          width: 24px;
          height: 24px; } }
      @media (min-width: 576px) and (max-width: 991px) {
        .footer__social svg {
          width: 3.14136vw;
          height: 3.14136vw; } }
      @media (max-width: 575px) {
        .footer__social svg {
          width: 6.62983vmin;
          height: 6.62983vmin; } }
    .footer__social:hover {
      color: #fff; }
    @media (min-width: 1760px) {
      .footer__social {
        gap: 12px;
        flex-basis: 100%;
        padding: 24px 32px;
        font-size: 24px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .footer__social {
        gap: 1.57068vw;
        flex-basis: 100%;
        padding: 3.14136vw 4.18848vw;
        font-size: 3.14136vw; } }
    @media (max-width: 575px) {
      .footer__social {
        gap: 3.31492vmin;
        flex-basis: 100%;
        padding: 6.62983vmin 8.83978vmin;
        font-size: 6.62983vmin;
        margin-bottom: 2.76243vmin; }
        .footer__social:last-child {
          margin-bottom: 0; } }
  .footer__copyright {
    text-align: right;
    font-weight: 500;
    font-size: 0.69444vw;
    padding: 1.66667vw 0;
    color: #9A9A9A; }
    .footer__copyright a:hover {
      color: #fff; }
      .footer__copyright a:hover span {
        color: orange; }
    @media (min-width: 1760px) {
      .footer__copyright {
        font-size: 10px;
        padding: 24px 0; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .footer__copyright {
        font-size: 1.3089vw;
        padding: 3.14136vw 0;
        text-align: center; } }
    @media (max-width: 575px) {
      .footer__copyright {
        font-size: 2.76243vmin;
        padding: 6.62983vmin 0;
        text-align: center; } }
  @media (min-width: 1760px) {
    .footer {
      padding-bottom: 100px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .footer {
      padding-bottom: 0; } }
  @media (max-width: 575px) {
    .footer {
      padding-bottom: 0; } }

.contactcard {
  padding: 1.66667vw; }
  .contactcard__title {
    text-transform: uppercase;
    color: #FF4308;
    font-size: 0.83333vw;
    font-family: "Benzin";
    font-weight: 700;
    margin-bottom: 1.66667vw; }
    @media (min-width: 1760px) {
      .contactcard__title {
        font-size: 12px;
        margin-bottom: 24px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .contactcard__title {
        font-size: 1.57068vw;
        margin-bottom: 3.14136vw; } }
    @media (max-width: 575px) {
      .contactcard__title {
        font-size: 3.31492vmin;
        margin-bottom: 6.62983vmin; } }
  .contactcard__subtitle {
    font-size: 1.38889vw;
    line-height: 120%; }
    .contactcard__subtitle a:hover {
      color: #FF4308; }
    @media (min-width: 1760px) {
      .contactcard__subtitle {
        font-size: 24px; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .contactcard__subtitle {
        font-size: 3.14136vw; } }
    @media (max-width: 575px) {
      .contactcard__subtitle {
        font-size: 5.52486vmin; } }
  @media (min-width: 1760px) {
    .contactcard {
      padding: 32px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .contactcard {
      padding: 4.18848vw; } }
  @media (max-width: 575px) {
    .contactcard {
      padding: 8.83978vmin; } }

/*# sourceMappingURL=main.css.map */
