@charset "UTF-8";
/* Import theme styles */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! 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;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  /* 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;
  /* 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.no-scroll {
  overflow: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Gilroy", "Open Sans", sans-serif;
  font-size: 14px;
  background-color: #EEEEEE;
  color: #3A3A3A;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../../../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-Regular.woff2") format("woff2"), url("../../../fonts/Gilroy-Regular.woff") format("woff"), url("../../../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-ExtraboldItalic.eot");
  src: local("Gilroy Extrabold Italic"), local("Gilroy-ExtraboldItalic"), url("../../../fonts/Gilroy-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-ExtraboldItalic.woff2") format("woff2"), url("../../../fonts/Gilroy-ExtraboldItalic.woff") format("woff"), url("../../../fonts/Gilroy-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../../../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-Bold.woff2") format("woff2"), url("../../../fonts/Gilroy-Bold.woff") format("woff"), url("../../../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../../../fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-Black.woff2") format("woff2"), url("../../../fonts/Gilroy-Black.woff") format("woff"), url("../../../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../../../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-Light.woff2") format("woff2"), url("../../../fonts/Gilroy-Light.woff") format("woff"), url("../../../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../../../fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../../../fonts/Gilroy-Semibold.woff") format("woff"), url("../../../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../../../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-Medium.woff2") format("woff2"), url("../../../fonts/Gilroy-Medium.woff") format("woff"), url("../../../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-MediumItalic.eot");
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("../../../fonts/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("../../../fonts/Gilroy-MediumItalic.woff") format("woff"), url("../../../fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-BlackItalic.eot");
  src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("../../../fonts/Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-BlackItalic.woff2") format("woff2"), url("../../../fonts/Gilroy-BlackItalic.woff") format("woff"), url("../../../fonts/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("../../../fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../../../fonts/Gilroy-UltraLight.woff") format("woff"), url("../../../fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-RegularItalic.eot");
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../../../fonts/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-RegularItalic.woff2") format("woff2"), url("../../../fonts/Gilroy-RegularItalic.woff") format("woff"), url("../../../fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-SemiboldItalic.eot");
  src: local("Gilroy Semibold Italic"), local("Gilroy-SemiboldItalic"), url("../../../fonts/Gilroy-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-SemiboldItalic.woff2") format("woff2"), url("../../../fonts/Gilroy-SemiboldItalic.woff") format("woff"), url("../../../fonts/Gilroy-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-HeavyItalic.eot");
  src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url("../../../fonts/Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-HeavyItalic.woff2") format("woff2"), url("../../../fonts/Gilroy-HeavyItalic.woff") format("woff"), url("../../../fonts/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-Extrabold.eot");
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("../../../fonts/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../../../fonts/Gilroy-Extrabold.woff") format("woff"), url("../../../fonts/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-BoldItalic.eot");
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("../../../fonts/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../../../fonts/Gilroy-BoldItalic.woff") format("woff"), url("../../../fonts/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-UltraLightItalic.eot");
  src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url("../../../fonts/Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-UltraLightItalic.woff2") format("woff2"), url("../../../fonts/Gilroy-UltraLightItalic.woff") format("woff"), url("../../../fonts/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-LightItalic.eot");
  src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("../../../fonts/Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../../../fonts/Gilroy-LightItalic.woff") format("woff"), url("../../../fonts/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../../../fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../../../fonts/Gilroy-Heavy.woff") format("woff"), url("../../../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../../../fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-Thin.woff2") format("woff2"), url("../../../fonts/Gilroy-Thin.woff") format("woff"), url("../../../fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../../fonts/Gilroy-ThinItalic.eot");
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("../../../fonts/Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gilroy-ThinItalic.woff2") format("woff2"), url("../../../fonts/Gilroy-ThinItalic.woff") format("woff"), url("../../../fonts/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

/* Components */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../media/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.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%;
  -webkit-transform: translate(0, -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;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-image {
  border-radius: 15px;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.page {
  padding-top: calc(230px - 29px - 13px);
}

.page--no-scroll {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .page {
    padding-top: 164px;
  }
}

@media (max-width: 768px) {
  .page {
    padding-top: unset;
  }
}

.page__container {
  width: 100%;
  max-width: 1133px;
  padding: 0 22px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.page__title {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  color: #3A3E3E;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 900px) {
  .page__title {
    line-height: 1.42;
  }
}

@media (max-width: 900px) {
  .page__title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 28px;
  }
}

@media (max-width: 768px) {
  .page__title {
    margin-bottom: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 425px) {
  .page__title {
    font-size: 24px;
  }
}

.content p {
  font-size: 16px;
}

.indicator {
  width: 100%;
  max-width: 1133px;
  padding: 0 22px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  position: relative;
}

.indicator__box {
  position: absolute;
  top: 0;
  left: -30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
}

.indicator__counter {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.indicator__current-value {
  font-size: 18px;
}

.indicator__amount {
  color: #949696;
}

.indicator__line-wrap {
  width: 160px;
  height: 4px;
  border-radius: 10px;
  background-color: #dfdfdf;
  margin-left: 28px;
}

.indicator__line {
  height: 100%;
  width: 33%;
  border-radius: 10px;
  background-color: #FF5722;
  margin-left: auto;
}

.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="password"],
.form input[type="tel"],
.form select,
.form textarea {
  font-family: "Gilroy", "Open Sans", sans-serif;
  color: #3A3A3A;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  border-bottom: unset;
  font-size: 16px;
  width: 100%;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 10px;
  outline: none;
  background-color: inherit;
  resize: none;
  line-height: 1.5;
  padding: 17px 31px;
  -webkit-box-shadow: inset 3px 3px 10px 1px rgba(51, 44, 56, 0.2);
          box-shadow: inset 3px 3px 10px 1px rgba(51, 44, 56, 0.2);
  margin-bottom: 17px;
}

.form input[type="text"]::-webkit-input-placeholder, .form input[type="email"]::-webkit-input-placeholder, .form input[type="number"]::-webkit-input-placeholder, .form input[type="password"]::-webkit-input-placeholder, .form input[type="tel"]::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #a2a2a2;
}

.form input[type="text"]::-moz-placeholder, .form input[type="email"]::-moz-placeholder, .form input[type="number"]::-moz-placeholder, .form input[type="password"]::-moz-placeholder, .form input[type="tel"]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #a2a2a2;
}

.form input[type="text"]:-ms-input-placeholder, .form input[type="email"]:-ms-input-placeholder, .form input[type="number"]:-ms-input-placeholder, .form input[type="password"]:-ms-input-placeholder, .form input[type="tel"]:-ms-input-placeholder, .form select:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #a2a2a2;
}

.form input[type="text"]::-ms-input-placeholder, .form input[type="email"]::-ms-input-placeholder, .form input[type="number"]::-ms-input-placeholder, .form input[type="password"]::-ms-input-placeholder, .form input[type="tel"]::-ms-input-placeholder, .form select::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #a2a2a2;
}

.form input[type="text"]::placeholder,
.form input[type="email"]::placeholder,
.form input[type="number"]::placeholder,
.form input[type="password"]::placeholder,
.form input[type="tel"]::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #a2a2a2;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="password"]:focus,
.form input[type="tel"]:focus,
.form select:focus {
  outline: none;
}

.form input[type="file"] {
  display: none;
}

.form label {
  z-index: 1;
}

.form label.active {
  -webkit-transform: translateY(calc(-50% - 25px));
          transform: translateY(calc(-50% - 25px));
  font-size: 12px;
}

.form label.form__label--file {
  cursor: pointer;
  position: relative;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form label.form__label--file::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-size: auto;
  mask-size: auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.form textarea {
  height: 200px;
  border-radius: 5px;
  padding: 17px 31px;
}

.form textarea:focus {
  outline: none;
}

.form input[type="checkbox"],
.form input[type="radio"] {
  display: none;
}

.form input[type="checkbox"] + label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #616161;
}

.form input[type="checkbox"] + label a {
  color: #FF5722;
  text-decoration: underline;
}

.form input[type="checkbox"] + label a:hover {
  color: #EA5520;
}

.form input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  -webkit-transform: none;
          transform: none;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1.2px solid rgba(97, 97, 97, 0.5);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: -5px;
  vertical-align: middle;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 25px;
  height: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: url(../media/checkbox-arrow.svg) center/20px 20px no-repeat;
}

.form input[type="radio"] + label {
  position: relative;
  font-size: 14px;
  padding-left: 32px;
  margin-bottom: 10px;
  margin-top: 12px;
  cursor: pointer;
}

.form input[type="radio"] + label::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid red;
}

.form input[type="radio"] + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 6px;
  top: 50%;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form input[type="radio"]:checked + label::after {
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form input[type="checkbox"]:checked + label::after {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.form__btn {
  min-height: 50px;
}

.form__file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.form__file-btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #3A3E3E;
  padding: 7px 13px;
  text-align: center;
  margin-right: 20px;
  background-color: white;
  -webkit-box-shadow: 0 4px 14px 1px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 14px 1px rgba(51, 44, 56, 0.3);
  border-radius: 10px;
}

.form__file-text-input {
  font-size: 12px;
  line-height: 1.5;
  color: #949696;
}

.form__modal-success {
  padding: 48px 56px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: inset 0 4px 14px rgba(51, 44, 56, 0.16);
          box-shadow: inset 0 4px 14px rgba(51, 44, 56, 0.16);
  -webkit-backdrop-filter: blur(31px);
          backdrop-filter: blur(31px);
  border-radius: 10px;
}

.form__modal-success p {
  font-size: 18px;
  line-height: 1.2;
  color: #3A3A3A;
}

.form__captcha-wrap {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #EEEEEE;
  z-index: 9;
}

@media (max-width: 768px) {
  .header {
    position: relative;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-radius: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header__container {
  width: 100%;
  max-width: 1133px;
  padding: 0 22px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .header__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header__flex-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

@media (max-width: 768px) {
  .header__flex-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1024px) {
  .header__logo-wrap {
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .header__logo-wrap {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .header__logo-wrap {
    margin-right: unset;
  }
}

.header__mob-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .header__mob-menu {
    width: 100%;
    height: calc(100vh - 110px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 110vw;
    z-index: 0;
    background: #EEEEEE;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 105px;
    opacity: 0;
  }
  .header__mob-menu.active {
    top: 85px;
    left: 0;
    opacity: 1;
    -webkit-animation: showMenu 0.1s ease-in-out;
            animation: showMenu 0.1s ease-in-out;
  }
  @-webkit-keyframes showMenu {
    0% {
      left: 0;
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes showMenu {
    0% {
      left: 0;
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 768px) {
  .header__mob-menu {
    z-index: 13;
    height: calc(100vh - 85px);
    overflow: auto;
  }
}

.header__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 625px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1100px) {
  .header__menu {
    max-width: 555px;
  }
}

@media (max-width: 1023px) {
  .header__menu {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.header__form {
  position: absolute;
  width: 100%;
  max-width: 609px;
  left: calc((100% - 609px - 184px) / 2);
  bottom: 2px;
  z-index: 11;
}

.header__mob-menu.active + .header__form {
  left: -110vw;
}

.header.scroll .header__form {
  bottom: 0px;
}

@media (max-width: 1023px) {
  .header__form {
    display: none;
  }
  .header__form.open {
    max-width: unset;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: white;
  }
}

.header__search {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: unset;
  padding: 10px 48px;
  -webkit-box-shadow: inset 3px 3px 10px 1px rgba(51, 44, 56, 0.2);
          box-shadow: inset 3px 3px 10px 1px rgba(51, 44, 56, 0.2);
  outline: unset;
  font-size: 24px;
  color: #616161;
}

.header__search::-webkit-input-placeholder {
  color: #949696;
  text-align: left;
  font-size: 0;
}

.header__search::-moz-placeholder {
  color: #949696;
  text-align: left;
  font-size: 0;
}

.header__search:-ms-input-placeholder {
  color: #949696;
  text-align: left;
  font-size: 0;
}

.header__search::-ms-input-placeholder {
  color: #949696;
  text-align: left;
  font-size: 0;
}

.header__search::placeholder {
  color: #949696;
  text-align: left;
  font-size: 0;
}

@media (max-width: 410px) {
  .header__search::-webkit-input-placeholder {
    font-size: 16px;
  }
  .header__search::-moz-placeholder {
    font-size: 16px;
  }
  .header__search:-ms-input-placeholder {
    font-size: 16px;
  }
  .header__search::-ms-input-placeholder {
    font-size: 16px;
  }
  .header__search::placeholder {
    font-size: 16px;
  }
}

.header__search:focus::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.header__search:focus::-moz-placeholder {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.header__search:focus:-ms-input-placeholder {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.header__search:focus::-ms-input-placeholder {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.header__search:focus::placeholder {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .header__search:not(:invalid) {
    z-index: 12;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }
}

.header__search:invalid + .header__search-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__search:focus + .header__search-placeholder {
  display: none;
}

.header__search:invalid ~ .header__search-modal {
  display: none;
}

.header__search:invalid ~ .header__search-back {
  display: none;
}

.header__search:invalid ~ .header__search-close {
  display: none;
}

@media (max-width: 1023px) {
  .header__search {
    padding: 9px 26px 5px 26px;
    font-size: 16px;
    margin-top: 36px;
    margin-left: 49px;
    margin-right: 22px;
    width: calc(100% - 49px - 22px);
    -webkit-box-shadow: inset 3px 3px 5px 1px rgba(51, 44, 56, 0.2);
            box-shadow: inset 3px 3px 5px 1px rgba(51, 44, 56, 0.2);
  }
}

@media (max-width: 410px) {
  .header__search {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 8px - 8px);
    padding-left: 40px;
    padding-right: 24px;
  }
}

.header__search-placeholder {
  display: none;
  color: #949696;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  padding-top: 4px;
}

.header__search-placeholder span {
  white-space: nowrap;
  padding-top: 2px;
}

@media (max-width: 1023px) {
  .header__search-placeholder {
    top: 60px;
  }
}

@media (max-width: 410px) {
  .header__search-placeholder {
    display: none !important;
  }
}

.header__search-results {
  position: relative;
  z-index: 1;
}

.header__search-back {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 13;
}

.header__search-back svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__search-back:hover path {
  fill: #FF5722;
}

@media (max-width: 1023px) {
  .header__search-back {
    display: block !important;
    top: 50px;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 410px) {
  .header__search-back {
    left: 14px;
  }
}

.header__search-close {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 13;
}

.header__search-close svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__search-close:hover path {
  fill: #FF5722;
}

@media (max-width: 1023px) {
  .header__search-close {
    top: 54px;
    right: 30px;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 410px) {
  .header__search-close {
    right: 15px;
  }
}

.header__social-list {
  opacity: 0;
  margin-top: 21px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .header__social-list {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-height: 100px;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  .header.scroll .header__social-list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin: unset;
  }
}

.footer__social-list-new {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__social-link-new {
  cursor: pointer;
  height: 32px !important;
  width: 83px !important;
}

.footer__social-link-new svg {
  margin-top: -11px !important;
  margin-left: -13px !important;
}

.header__social-link {
  cursor: auto;
  pointer-events: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-decoration: unset;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__social-link:hover {
  -webkit-box-shadow: 0 4px 16px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 16px rgba(51, 44, 56, 0.3);
}

@media (max-width: 1023px) {
  .header__social-link {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 1023px) {
  .header__communication {
    max-width: 555px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.header__btn {
  width: 184px;
  color: #3A3A3A;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 2px;
  min-height: 46px;
}

.header.scroll .header__btn {
  margin-top: 2px;
}

@media (max-width: 1023px) {
  .header__btn {
    max-width: 276px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
  }
}

.header__menu-btn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  padding: 9px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: unset;
  margin-left: 30px;
  margin-top: -20px;
  -ms-flex-item-align: center;
      align-self: center;
  padding: unset;
}

@media (max-width: 1023px) {
  .header__menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header__menu-btn-line {
  width: 21px;
  height: 3px;
  background: #3A3E3E;
  position: relative;
  -webkit-transition: background 0s .2s;
  transition: background 0s .2s;
  border-radius: 5px;
}

.header__menu-btn-line::before, .header__menu-btn-line::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #3A3E3E;
  right: 0;
  -webkit-transition-duration: .2s, .2s;
          transition-duration: .2s, .2s;
  -webkit-transition-delay: .2s, 0s;
          transition-delay: .2s, 0s;
  border-radius: 5px;
}

.header__menu-btn-line::before {
  width: 21px;
  top: -6px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.header__menu-btn-line::after {
  width: 21px;
  bottom: -6px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.header__menu-btn.active .header__menu-btn-line {
  background: transparent;
}

.header__menu-btn.active .header__menu-btn-line::before, .header__menu-btn.active .header__menu-btn-line::after {
  width: 100%;
  -webkit-transition-delay: 0.4s, .2s;
          transition-delay: 0.4s, .2s;
}

.header__menu-btn.active .header__menu-btn-line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
}

.header__menu-btn.active .header__menu-btn-line::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: transform, bottom;
  transition-property: transform, bottom, -webkit-transform;
}

.header__search-modal {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 11;
  overflow-y: auto;
  height: calc(100vh - 150px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 1023px) {
  .header__search-modal {
    position: static;
    margin-top: 16px;
    height: calc(100vh - 36px - 50px - 16px);
  }
}

.header__search-dark-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 30, 30, 0.9);
}

@media (max-width: 1023px) {
  .header__search-dark-bg {
    display: none;
  }
}

.header__result-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 3px solid rgba(58, 62, 62, 0.15);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}

.header__result-wrap:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header__result-link {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  padding: 6px 48px;
  color: #616161;
  text-decoration: unset;
  border-bottom: 1px solid rgba(58, 62, 62, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*  @at-root .header__result-wrap:not(.show) .header__result-link:nth-of-type(n + 12) {
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: transparent;
    margin-top: -1px;
  }*/
}

.header__result-link:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../media/search-arrow.svg);
}

.header__result-link:hover {
  color: #FF5722;
}

.header__result-link:hover:after {
  background: url(../media/search-arrow-hover.svg);
}

@media (max-width: 1023px) {
  .header__result-link {
    font-size: 16px;
  }
}

.header__result-btn {
  font-size: 16px;
  line-height: 24px;
  color: #FF5722;
  padding: 6px 48px;
  border: unset;
  background: unset;
  text-align: left;
  position: relative;
  cursor: pointer;
  display: none;
}

.header__result-btn:before {
  content: "●●●";
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font-size: 9px;
}

@media (max-width: 1023px) {
  .header__result-btn:before {
    display: none;
  }
}

.header__result-btn span {
  display: none;
}

.header__result-btn span.header__result-btn-text-show {
  display: inline;
}

.header__result-wrap.show .header__result-btn-text-hide {
  display: inline;
}

.header__result-wrap.show .header__result-btn-text-show {
  display: none;
}

@media (max-width: 1023px) {
  .header__result-btn {
    font-size: 16px;
  }
}

.header__form-trigger-btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 555px;
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: unset;
  padding: 10px 48px;
  -webkit-box-shadow: inset 3px 3px 10px 1px rgba(51, 44, 56, 0.2);
          box-shadow: inset 3px 3px 10px 1px rgba(51, 44, 56, 0.2);
  outline: unset;
  color: #949696;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  background-color: white;
}

.header__form-trigger-btn span {
  white-space: nowrap;
  padding-top: 2px;
}

@media (max-width: 1023px) {
  .header__form-trigger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .header__form-trigger-btn {
    margin-top: 13px;
    max-width: unset;
  }
}

.nav {
  margin-top: 16px;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .nav {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-height: 100px;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  .header.scroll .nav {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin: unset;
  }
}

@media (max-width: 1023px) {
  .nav {
    width: 100%;
    margin-top: 10px;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nav__link {
  text-decoration: unset;
  color: #3A3E3E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  margin-left: 17px;
  margin-right: 17px;
}

.nav__link:not(.active):hover {
  color: #FF5722;
}

.nav__link.active:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #FF5722;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
}

.nav__link--home-page {
  display: none;
}

.nav__link.blogLink {
  display: none;
}

@media (max-width: 1023px) {
  .nav__link.blogLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1023px) {
  .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 13px 17px;
    background-color: white;
    border-radius: 10px;
    text-decoration: unset;
    color: #3A3E3E;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav__link:not(:last-of-type) {
    margin-bottom: 7px;
  }
  .nav__link.active {
    color: white;
    background-color: #FF5722;
  }
  .nav__link.active:before {
    content: none;
  }
}

.nav__link-icon {
  --color-1: #3A3E3E;
  width: 8px;
  height: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
}

.nav__link.active .nav__link-icon {
  --color-1: white;
}

@media (min-width: 1024px) {
  .nav__link-icon {
    display: none;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  border: unset;
  background-color: #FF5722;
  border-radius: 10px;
  color: white;
  line-height: 1.5;
  text-align: center;
  padding: 10px 25px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 14px rgba(58, 62, 62, 0.3);
          box-shadow: 0 4px 14px rgba(58, 62, 62, 0.3);
  text-decoration: unset;
}

.btn:hover {
  background-color: #EA5520;
  -webkit-box-shadow: 0 4px 20px rgba(58, 62, 62, 0.3);
          box-shadow: 0 4px 20px rgba(58, 62, 62, 0.3);
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6px;
}

@media (max-width: 900px) {
  .breadcrumbs--hide-on-mobile {
    display: none;
  }
}

@media (min-width: 900px) {
  .breadcrumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
  }
}

.breadcrumbs__item:not(:first-of-type) {
  margin-left: 20px;
  position: relative;
}

.breadcrumbs__item:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #949696;
  -webkit-transform: translateY(-1.5px);
          transform: translateY(-1.5px);
}

@media (max-width: 425px) {
  .breadcrumbs__item:not(:first-of-type)::before {
    left: -11px;
    width: 4px;
    height: 4px;
    border-right: 1px solid #949696;
    border-bottom: 1px solid #949696;
    background-color: transparent;
    -webkit-transform: rotate(-45deg) translateY(-2px);
            transform: rotate(-45deg) translateY(-2px);
    border-radius: 0;
  }
}

.breadcrumbs__item:not(:last-of-type):hover:before {
  background-color: #FF5722;
}

.breadcrumbs__link {
  text-decoration: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 12px;
  color: #949696;
}

.breadcrumbs__link:hover {
  color: #FF5722;
}

@media (min-width: 900px) {
  .breadcrumbs__link {
    text-transform: uppercase;
    font-size: 13px;
  }
}

.home-menu {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
}

.home-menu__title {
  max-width: 590px;
}

.home-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -28px;
}

.home-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 445px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: inset 0 4px 14px rgba(51, 44, 56, 0.16);
          box-shadow: inset 0 4px 14px rgba(51, 44, 56, 0.16);
  -webkit-backdrop-filter: blur(31px);
          backdrop-filter: blur(31px);
  border-radius: 10px;
  padding: 45px 31px 35px;
  margin-right: -100px;
  z-index: 1;
}

.home-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 17px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
  text-decoration: unset;
  color: #3A3E3E;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home-menu__item:not(:last-of-type) {
  margin-bottom: 7px;
}

@media (min-width: 901px) {
  .home-menu__item.active {
    color: white;
    background-color: #FF5722;
    margin-right: -74px;
  }
}

.home-menu__img-wrap {
  height: 620px;
  width: 920px;
  margin-right: -175px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 4px 14px rgba(58, 62, 62, 0.3));
          filter: drop-shadow(0px 4px 14px rgba(58, 62, 62, 0.3));
}

.home-menu__img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-menu__img.active {
  display: block;
  -webkit-animation: fadeEffect 0.55s ease-out;
          animation: fadeEffect 0.55s ease-out;
}

@-webkit-keyframes fadeEffect {
  0% {
    opacity: 0.7;
    display: block;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  0% {
    opacity: 0.7;
    display: block;
  }
  100% {
    opacity: 1;
  }
}

.home-menu__item-icon {
  --color-1: #3A3E3E;
  width: 8px;
  height: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
}

@media (min-width: 901px) {
  .home-menu__item.active .home-menu__item-icon {
    --color-1: white;
  }
}

@media (max-width: 900px) {
  .home-menu {
    padding-bottom: 40px;
  }
  .home-menu__title {
    max-width: unset;
  }
  .home-menu__wrap {
    margin-top: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-menu__list {
    margin-right: unset;
    background: unset;
    padding: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    max-width: 570px;
  }
  .home-menu__img-wrap {
    display: none;
  }
  .home-menu__item {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}

.projects {
  display: block;
  margin-bottom: 12px;
}

.projects__title {
  margin-bottom: 30px;
}

.projects__subtitle {
  margin-top: 32px;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .projects__subtitle {
    text-align: center;
    font-size: 32px;
    margin-bottom: 28px;
    line-height: 1;
  }
}

@media (max-width: 425px) {
  .projects__subtitle {
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 0;
  }
}

.projects__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
  margin-left: -18px;
}

@media (max-width: 755px) {
  .projects__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 425px) {
  .projects__list {
    margin-bottom: 25px;
  }
}

.projects__item {
  position: relative;
  width: calc(33.333% - 18px);
  margin-left: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.projects__item:hover {
  -webkit-box-shadow: 6px 6px 9px #545159;
          box-shadow: 6px 6px 9px #545159;
}

.projects__robots {
  position: relative;
  width: 350px;
  height: 174px;
  margin-left: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
  -webkit-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.projects__robots:hover {
  border: 2px solid #FF5722;
}

.projects__characteristics {
  min-width: 200px;
  height: 92px;
  padding-top: 30px;
}

.projects__characteristics-title {
  color: #3a3e3e;
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 600;
  margin-bottom: 10px;
}

.projects__title-text, .projects__description-text {
  color: #3A3E3E;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.projects__characteristics-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects__characteristics-description {
  margin-left: 10px;
}

.projects__image {
  width: 100%;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projects__img-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 10px;
  overflow: hidden;
}

.projects__img-wrap:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  border-radius: 10px;
}

.projects__img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  will-change: transform;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .projects__img {
    width: 100%;
  }
}

.projects__item:hover .projects__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.projects__item-title {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 15px;
  text-decoration: unset;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  z-index: 1;
}

.projects__link-to-all {
  width: calc(33.333% - 18px);
  margin-left: 18px;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projects__link-box {
  background: #f4f5f7;
  -webkit-box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 22px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projects__link-text {
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #3A3A3A;
}

.projects__link-btn {
  min-width: 234px;
  min-height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
}

.projects__block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .projects {
    margin-bottom: 47px;
  }
  .projects__list {
    margin-left: -12px;
  }
  .projects__item, .projects__robots {
    width: 350px;
    margin-bottom: 24px;
    margin-left: 12px;
  }
  .projects__link-to-all {
    width: 100%;
    margin-bottom: 0;
  }
  .projects__link-box {
    max-width: 466px;
    width: 100%;
    padding: 18px 10px;
  }
  .projects__link-text {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .projects__link-btn {
    min-height: unset;
    font-size: unset;
    min-width: 189px;
  }
}

.additional__content-title {
  color: rgba(58, 62, 62, 0.5);
  font-weight: 500;
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.projects__card-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 18px;
  padding-right: 18px;
  min-height: 50px;
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  width: 200px;
  height: 52px;
}

.projects__specification-btn {
  padding: 13px 24px 13px 64px !important;
  margin: 0px !important;
  background-color: white;
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
  box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #3A3E3E;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 14px;
  text-decoration: unset;
  position: relative;
}

.projects__specification-btn:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 13px;
  width: 26px;
  height: 26px;
  background: url("../media/pdf-icon.svg");
}

.projects__specification-btn:hover {
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.6);
  box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.6);
}

.additional__projects-content {
  width: 486px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.additional__projects {
  width: 575px;
  height: 436px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.projects__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.additional__projects-image {
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background-color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.additional__image-img {
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 0px 14px 6px rgba(51, 44, 56, 0.16);
          box-shadow: inset 0px 0px 14px 6px rgba(51, 44, 56, 0.16);
}

.additional__projects-title {
  margin-bottom: 0px;
}

.additional__projects-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) and (min-width: 651px) {
  .additional__projects-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .additional__projects-block .additional__projects-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    width: auto;
  }
  .additional__projects-block .projects__application-text {
    max-width: 604px;
  }
  .additional__projects-block .additional__projects {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    width: 640px;
    height: 640px;
  }
  .additional__projects-block .projects__content {
    width: 282px;
    margin-left: auto;
    margin-right: auto;
  }
  .additional__projects-block .additional__content-title {
    width: 282px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .additional__projects-block .additional__projects-title {
    text-align: center;
  }
  .additional__projects-block .projects__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .additional__projects-block .projects__specification-btn, .additional__projects-block .projects__card-btn {
    width: 370px;
    text-align: center;
  }
  .additional__projects-block .projects__card-btn {
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
  }
  .additional__projects-block .projects__specification-btn:after {
    left: 75px;
  }
}

@media (max-width: 650px) {
  .additional__projects-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .additional__projects-block .additional__projects-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    width: auto;
  }
  .additional__projects-block .projects__content-block {
    max-width: 604px;
  }
  .additional__projects-block .projects__content {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  .additional__projects-block .additional__content-title {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .additional__projects-block .additional__projects-title {
    text-align: center;
  }
  .additional__projects-block .projects__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .additional__projects-block .projects__specification-btn, .additional__projects-block .projects__card-btn {
    width: 370px;
    text-align: center;
  }
  .additional__projects-block .projects__card-btn {
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
  }
  .additional__projects-block .projects__specification-btn:after {
    left: 75px;
  }
  .additional__projects-block .additional__projects {
    width: 100%;
    margin: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 371px;
  }
  .additional__projects-block .projects__application-text {
    text-align: center;
  }
}

@media (max-width: 425px) {
  .additional__projects-block .projects__btn-wrap {
    margin-bottom: 30px;
  }
}

@media (max-width: 414px) {
  .additional__projects-block .projects__btn-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .additional__projects-block .additional__projects-image, .additional__projects-block .additional__image-img {
    width: 366px;
    height: 371px;
  }
  .additional__projects-block .projects__specification-btn, .additional__projects-block .projects__card-btn {
    width: 100%;
    text-align: center;
  }
  .additional__projects-block .projects__application-text {
    width: 310px;
  }
  .additional__projects-block .additional__projects-content {
    width: 100%;
  }
  .additional__projects-block .projects__content-block, .additional__projects-block .projects__content-block-mobile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .additional__projects-block .projects__specification-btn {
    padding: 13px 10px 13px 30px !important;
  }
  .additional__projects-block .projects__specification-btn:after {
    right: auto;
    left: 10px;
  }
  .additional__projects-block .additional__content-title {
    font-size: 13px;
    line-height: 28px;
  }
  .additional__projects-block .projects__content-block, .additional__projects-block .projects__content-block-mobile, .additional__projects-block .projects__application-text {
    margin-bottom: 10px;
  }
}

.projects__content-description {
  margin-left: 15px;
}

.projects__content p {
  color: #3A3A3A;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  margin-bottom: 18px;
}

.article__content img {
  margin-bottom: 1em;
}

.projects__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}

.projects__application-text {
  color: #3A3A3A;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 18px;
  text-overflow: clip;
}

.project__block-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1129px) and (min-width: 756px) {
  .project__block-product {
    width: 736px;
  }
}

@media (max-width: 755px) {
  .project__block-product {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.projects__content-block-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}

.projects__content-block-mobile .projects__content-description-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.projects__content-block-mobile .projects__title-item-mobile {
  width: 200px;
}

.projects__content-block-mobile .projects__description-item-mobile {
  width: 112px;
  word-break: break-all;
}

.projects__description-item-mobile_block {
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.projects__description-item-mobile_width {
  width: 60px !important;
}

.projects__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .projects__menu {
    margin-bottom: 15px;
  }
}

@media (max-width: 425px) {
  .projects__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -3px;
    margin-right: -3px;
  }
}

@media (max-width: 768px) {
  .projects {
    margin-bottom: 25px;
  }
}

.projects__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  background-color: white;
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #3A3E3E;
  font-weight: 500;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 14px;
  text-decoration: unset;
}

.projects__menu-item:hover {
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.6);
          box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.6);
}

.projects__menu-item.active {
  color: white;
  background-color: #FF5722;
}

.projects__menu-item.active:hover {
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
}

@media (max-width: 425px) {
  .projects__menu-item {
    -webkit-box-shadow: 2px 2px 5px 1px rgba(51, 44, 56, 0.16);
            box-shadow: 2px 2px 5px 1px rgba(51, 44, 56, 0.16);
    padding: 2px 20px;
    font-size: 12px;
    line-height: 26px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 8px;
  }
}

@media (max-width: 600px) {
  .projects__item, .projects__robots {
    width: 366;
    margin-bottom: 10px;
  }
  .projects__link-to-all {
    margin-top: 10px;
  }
}

@media (max-width: 425px) {
  .projects__title {
    margin-bottom: 12px;
  }
}

@media (max-width: 1023px) and (min-width: 651px) {
  .additional__robots-title {
    text-align: center;
    font-size: 32px;
    line-height: 45px;
    margin: 0px;
  }
}

@media (max-width: 650px) {
  .additional__robots-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 414px) {
  .additional__robots-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .projects__content-block {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .additional__projects {
    width: 100% !important;
  }
}

@media (max-width: 1090px) and (min-width: 1024px) {
  .projects__specification-btn {
    padding: 13px 24px 13px 30px !important;
  }
  .projects__specification-btn:after {
    left: 3px;
  }
}

.projects__content-block-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .projects__content-item-desc {
    display: none;
  }
  .projects__content-block-desc {
    margin-bottom: 0px !important;
  }
  .projects__content-description {
    display: none;
  }
  .projects__content-block-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.quick-consultation {
  display: block;
  margin-bottom: 30px;
}

.quick-consultation--modal {
  border-radius: 10px;
  padding: unset;
}

.quick-consultation--modal .quick-consultation__form-wrap {
  border-radius: unset;
}

.quick-consultation .form__politics-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quick-consultation__container {
  width: 100%;
  max-width: 1133px;
  padding: 0 22px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.quick-consultation__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quick-consultation__form-wrap {
  padding: 44px 48px 32px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: inset 0 4px 14px rgba(51, 44, 56, 0.16);
          box-shadow: inset 0 4px 14px rgba(51, 44, 56, 0.16);
  -webkit-backdrop-filter: blur(31px);
          backdrop-filter: blur(31px);
  border-radius: 10px;
  max-width: 457px;
}

.quick-consultation__form-wrap .form__input::-webkit-input-placeholder {
  text-align: center;
}

.quick-consultation__form-wrap .form__input::-moz-placeholder {
  text-align: center;
}

.quick-consultation__form-wrap .form__input:-ms-input-placeholder {
  text-align: center;
}

.quick-consultation__form-wrap .form__input::-ms-input-placeholder {
  text-align: center;
}

.quick-consultation__form-wrap .form__input::placeholder {
  text-align: center;
}

.quick-consultation__form-wrap .form__btn {
  margin-left: auto;
  margin-right: auto;
}

.quick-consultation__form-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #3A3A3A;
  text-align: center;
  margin-bottom: 8px;
}

.quick-consultation__form-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 23px;
}

.quick-consultation__form-text--small {
  font-size: 14px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.form__politics-checkbox {
  margin-bottom: 17px;
}

.form__politics-checkbox input[type="checkbox"] + label {
  padding-left: 28px;
  font-size: 14px;
  color: #3A3A3A;
  display: inline-block;
}

@media (max-width: 410px) {
  .form__politics-checkbox input[type="checkbox"] + label {
    font-size: 10px;
  }
}

@media (max-width: 900px) {
  .quick-consultation__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quick-consultation__img-wrap {
    display: none;
  }
}

@media (max-width: 500px) {
  .quick-consultation__form-wrap {
    padding: 39px 19px 25px;
    -webkit-box-shadow: 3px 3px 5px 1px rgba(51, 44, 56, 0.16);
            box-shadow: 3px 3px 5px 1px rgba(51, 44, 56, 0.16);
  }
}

.product-card {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .product-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .product-card {
    margin-bottom: 3px;
  }
}

.product-card__container {
  width: 100%;
  max-width: 1133px;
  padding: 0 22px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.product-card__title {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .product-card__title {
    margin-bottom: 12px;
  }
}

.product-card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .product-card__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product-card__info {
  width: 100%;
  max-width: 466px;
  margin-right: 34px;
}

@media (max-width: 900px) {
  .product-card__info {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-card__info-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 13px;
  color: #949696;
}

.product-card__content p {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 1em;
}

.product-card__content a {
  color: #FF5722 !important;
  text-decoration: underline !important;
}

.product-card__content a:hover {
  color: #EA5520 !important;
}

.product__card-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 18px;
  padding-right: 18px;
  min-height: 50px;
  margin-top: 15px;
}

@media (max-width: 900px) {
  .product__card-btn {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (max-width: 768px) {
  .product__card-btn {
    width: 100%;
    max-width: 370px;
  }
}

@media (max-width: 767px) {
  .product__card-btn {
    display: none;
  }
}

@media (max-width: 425px) {
  .product__card-btn {
    display: none;
  }
}

.product__card-mob-video-btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
  max-width: 370px;
  background-color: white;
  color: #3A3A3A;
  outline: none;
  border: unset;
  border-radius: 10px;
  line-height: 1.5;
  text-align: center;
  padding: 14px 25px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 4px 16px 1px rgba(51, 44, 56, 0.3);
          box-shadow: 0px 4px 16px 1px rgba(51, 44, 56, 0.3);
  text-decoration: unset;
}

.product__card-mob-video-btn svg {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .product__card-mob-video-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.product-slider {
  max-width: 590px;
}

@media (max-width: 1023px) {
  .product-slider {
    max-width: 390px;
  }
}

@media (max-width: 900px) {
  .product-slider {
    max-width: 100vw;
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 22px;
  }
}

.product-slider__counter {
  display: none;
}

@media (max-width: 768px) {
  .product-slider__counter {
    display: inline-block;
    position: absolute;
    left: 42px;
    bottom: 20px;
    background: #00000082;
    padding: 4px 4px 4px 6px;
    color: white;
    letter-spacing: 4px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
}

.product-slider__counter.slick-slide.slick-cloned {
  display: none !important;
}

.product-slider__main {
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-slider__main {
    display: none;
  }
}

.product-slider__gallery .slick-list {
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
}

@media (max-width: 767px) {
  .product-slider__gallery .slick-list {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.product-slider__gallery .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .product-slider__gallery .slick-slide {
    margin-left: 22px;
    margin-right: 22px;
    border-radius: 15px;
  }
}

.product-slider__gallery .slick-arrow {
  width: 34px;
  height: 34px;
  background-color: white;
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
  border-radius: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-slider__gallery .slick-arrow:before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background: url(../media/arrow-slick.svg) center no-repeat;
  background-size: contain;
}

.product-slider__gallery .slick-arrow.slick-next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-slider__gallery .slick-arrow.slick-prev {
  left: -16px;
}

.product-slider__gallery .slick-arrow.slick-next {
  right: -16px;
}

@media (max-width: 767px) {
  .product-slider__gallery {
    margin-bottom: unset !important;
    margin: 0 -20px;
  }
}

.product-slider__gallery-slide {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-slider__gallery-slide {
    border-radius: 0;
  }
}

.product-slider__gallery-img {
  width: 100%;
  height: auto;
}

.product-slider__gallery-nav {
  width: 125px;
  margin: -30px auto 0;
  display: none;
}

@media (min-width: 767px) {
  .product-slider__gallery-nav {
    display: none;
  }
}

.product-slider__gallery-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-slider__gallery-nav .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14px;
}

.product-slider__gallery-nav .slick-slide:before {
  width: 4px;
  height: 4px;
  content: '';
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.25;
}

.product-slider__gallery-nav .slick-slide.slick-center:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 1;
}

.product-slider__gallery-nav .slick-slide.sibling-left-1:before, .product-slider__gallery-nav .slick-slide.sibling-right-1:before {
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
  opacity: 1;
}

.product-slider__gallery-nav .slick-slide.sibling-left-2:before, .product-slider__gallery-nav .slick-slide.sibling-right-2:before {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.contacts {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .contacts {
    margin-bottom: 40px;
  }
}

.contacts__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .contacts__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contacts__info {
  margin-right: -129px;
  z-index: 1;
  max-width: 565px;
  width: 100%;
}

@media (max-width: 1023px) {
  .contacts__info {
    max-width: 55vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (max-width: 900px) {
  .contacts__info {
    max-width: 565px;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: unset;
  }
}

.contacts__title {
  margin-bottom: 30px;
}

@media (max-width: 425px) {
  .contacts__title {
    margin-bottom: 12px;
  }
}

.contacts__menu {
  margin-bottom: 6px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .contacts__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}

.contacts__btn {
  display: inline-block;
  background-color: white;
  border: unset;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding: 10px 19px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  color: #949696;
}

.contacts__btn.active {
  position: relative;
  color: #3A3E3E;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 18px;
}

.contacts__btn.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: -6px;
  left: -10px;
  border-radius: 10px 10px 0 0;
  background-color: white;
  z-index: -1;
}

@media (max-width: 900px) {
  .contacts__btn.active:before {
    display: none;
  }
}

@media (max-width: 900px) {
  .contacts__btn.active {
    background-color: #FF5722;
    color: white;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-right: unset;
  }
}

@media (max-width: 900px) {
  .contacts__btn {
    border-radius: 10px;
    min-width: 126px;
    font-size: 12px;
  }
  .contacts__btn:first-of-type {
    margin-right: 5px;
  }
}

.contacts__tabs {
  display: block;
}

.contacts__tab {
  display: none;
  background-color: white;
  border-radius: 0 20px 20px 20px;
  padding: 32px 24px 25px;
}

.contacts__tab.active {
  display: block;
}

.contacts__tab a {
  color: #3A3E3E !important;
  text-decoration: none !important;
}

.contacts__tab a:hover {
  color: #3A3E3E !important;
}

@media (max-width: 900px) {
  .contacts__tab {
    border-radius: 20px;
  }
}

.contacts__tab-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 22px;
  text-align: center;
}

@media (min-width: 900px) {
  .contacts__tab-title {
    text-align: left;
  }
}

.contacts__tab-content {
  color: #3A3E3E;
  font-size: 16px;
  line-height: 1.5;
}

.contacts__tab-content a {
  text-decoration: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}

.contacts__tab-content a:hover {
  color: #FF5722;
}

.contacts__tab-content--phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts__tab-content-phone {
  min-width: 167px;
  margin-bottom: 7px;
  width: 100%;
}

.contacts__tab-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.contacts__tab-row:last-of-type {
  margin-bottom: unset;
}

.contacts__tab-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 16px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 16px rgba(51, 44, 56, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin-right: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.contacts__maps {
  margin-right: -164px;
}

@media (max-width: 900px) {
  .contacts__maps {
    display: none;
  }
}

.contacts__map {
  display: none;
  border-radius: 20px;
  overflow: hidden;
}

.contacts__map.active {
  display: block;
}

.contacts__social {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 305px;
  margin-top: 35px;
  margin-left: 70px;
  margin-bottom: 20px;
}

.contacts__social.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .contacts__social {
    margin: 56px auto 18px;
  }
}

@media (max-width: 768px) {
  .contacts__social {
    margin-top: 35px;
    margin-bottom: 5px;
  }
}

.contacts__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 46px;
  -webkit-box-shadow: 0 4px 16px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 16px rgba(51, 44, 56, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 10px;
}

.contacts__social-link--whatsapp {
  background: #25D366;
}

.contacts__social-link--viber {
  background: #7F4DA0;
}

.contacts__social-link--telegram {
  background: linear-gradient(203.2deg, #37AEE2 21.67%, #1E96C8 70%);
}

@media (max-width: 375px) {
  .contacts__social-link {
    width: 80px;
  }
}

.catalogs {
  display: block;
  margin-bottom: 35px;
}

@media (max-width: 425px) {
  .catalogs {
    margin-bottom: 18px;
  }
}

.catalogs__title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .catalogs__title {
    margin-bottom: 21px;
  }
}

@media (max-width: 425px) {
  .catalogs__title {
    margin-bottom: 12px;
  }
}

.catalogs__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

@media (max-width: 425px) {
  .catalogs__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.catalogs__item {
  padding: 13px 24px 13px 64px;
  background-color: white;
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #3A3E3E;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 14px;
  text-decoration: unset;
  position: relative;
}

.catalogs__item:hover {
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.6);
          box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.6);
}

.catalogs__item:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 13px;
  width: 26px;
  height: 26px;
  background: url("../media/pdf-icon.svg");
}

@media (max-width: 425px) {
  .catalogs__item {
    margin-bottom: 7px;
  }
}

.catalogs.about-catalogs {
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 425px) {
  .catalogs.about-catalogs {
    margin-bottom: 18px;
  }
}

.about-company {
  display: block;
  padding-bottom: 76px;
  overflow-y: visible;
  overflow-x: clip;
  overflow-anchor: auto;
}

@media (max-width: 424px) {
  .about-company {
    padding-bottom: 54px;
  }
}

.about-company__title {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .about-company__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 425px) {
  .about-company__title {
    margin-bottom: 12px;
  }
}

.about-company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 76px;
}

@media (max-width: 768px) {
  .about-company__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 567px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .about-company__flex {
    margin-bottom: 23px;
  }
}

.about-company__content {
  width: 100%;
  max-width: 473px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
}

.about-company__content p {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 1em;
}

.about-company__content a {
  color: #FF5722 !important;
  text-decoration: underline !important;
}

.about-company__content a:hover {
  color: #EA5520 !important;
}

@media (max-width: 900px) {
  .about-company__content {
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .about-company__content {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-company__banner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 768px) {
  .about-company__banner {
    margin-bottom: 24px;
  }
}

.about-company__banner-iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.2);
  background-size: cover;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 20px;
}

.about-company__banner-iframe-wrap iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.about-company__card-btn, a.about-company__card-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 13px;
  min-height: 50px;
  color: white !important;
  text-decoration: none !important;
}

.about-company__card-btn:hover, a.about-company__card-btn:hover {
  color: white !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .about-company__card-btn, a.about-company__card-btn {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 20px;
  }
}

@media (max-width: 475px) {
  .about-company__card-btn, a.about-company__card-btn {
    width: 100%;
    max-width: unset;
    margin-top: unset;
  }
}

.about-company__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .about-company__benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-company__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 14px rgba(58, 62, 62, 0.3);
          box-shadow: 0 4px 14px rgba(58, 62, 62, 0.3);
  border-radius: 10px;
  padding: 23px 10px 26px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .about-company__benefit {
    margin-bottom: 22px;
    padding: 20px 10px 16px;
    min-height: 134px;
  }
}

@media (max-width: 475px) {
  .about-company__benefit {
    max-width: 180px;
    margin-right: unset;
  }
  .about-company__benefit:last-of-type {
    margin-left: 10px;
  }
}

@media (max-width: 413px) {
  .about-company__benefit {
    max-width: unset !important;
    width: 100% !important;
  }
  .about-company__benefit:last-of-type {
    margin-left: unset;
  }
}

.about-company__benefit--big {
  padding: 43px 40px 37px;
}

@media (max-width: 767px) {
  .about-company__benefit--big {
    margin-left: 100%;
    margin-right: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 262px;
    width: 100%;
    padding: 20px 24px;
  }
}

.about-company__benefit-title {
  font-size: 35px;
  line-height: 1;
  color: #FF5722;
  font-weight: 700;
  margin-bottom: 18px;
}

.about-company__benefit-title span#counter1 {
  font-size: 38px;
}

.about-company__benefit-title--big {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .about-company__benefit-title {
    margin-bottom: 5px;
  }
}

.about-company__benefit-text {
  max-width: 183px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
}

.about-company__benefit--big .about-company__benefit-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

.about-company__benefits-map {
    position: absolute;
    bottom: -548px;
    z-index: -1;
    left: 600px;
    width: 3017px;
    height: 1827px;
    max-width: unset;
    background-image: url(../media/new_map_about.png);
    background-size: contain;
}

.about-company__benefits-map_new {
  position: absolute;
  bottom: -127px;
  z-index: -1;
  left: 600px;
  width: 1405px;
  height: 530px;
  max-width: unset;
  background-image: url(../media/new_map_about.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.about-company__map {
    position: absolute;
    right: 0;
    top: -57px;
}

@media (max-width: 900px) {
  .about-company__benefits-map {
    left: 40%;
  }
}

@media (max-width: 768px) {
  .about-company__benefits-map {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1030px;
    height: 345px;
    background-size: cover;
    background-position-y: bottom;
    bottom: -100px;
  }
}

@media (max-width: 767px) {
  .about-company__benefits-map {
    background-image: url(../media/new_map_about.png);
    width: 740px;
    height: 450px;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 424px) {
  .about-company__benefits-map {
    bottom: -61px;
  }
}

.additional {
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .additional {
    margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .additional {
    margin-bottom: 0;
  }
}

@media (min-width: 901px) {
  .additional__title {
    margin-bottom: 25px;
  }
}

@media (max-width: 425px) {
  .additional__title {
    margin-bottom: 12px;
  }
}

.additional__3d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

@media (max-width: 900px) {
  .additional__3d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: unset;
  }
}

.additional__3d-content {
  position: relative;
  z-index: 1;
  margin-top: 3px;
}

@media (max-width: 900px) {
  .additional__3d-content .product__card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 900px) {
  .additional__3d-content .product__card-btn {
    margin: 0 auto;
  }
}

.additional__3d-content-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #949696;
  text-transform: uppercase;
}

.additional__content {
  margin-bottom: 25px;
}

@media (min-width: 425px) {
  .additional__content {
    margin-bottom: 0;
    margin-right: 13px;
  }
}

.additional__content p {
  color: #3A3A3A;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.05;
  margin-bottom: 1.2em;
}

.additional__content a {
  color: #FF5722 !important;
  text-decoration: none !important;
}

.additional__content a:hover {
  color: #EA5520 !important;
}

.additional__consultation {
  padding: unset;
  max-width: unset;
  width: unset;
  margin: unset;
}

@media (max-width: 768px) {
  .additional__consultation {
    display: none;
  }
}

.additional__form-wrap {
  -ms-flex-item-align: center;
      align-self: center;
  background: rgba(255, 255, 255, 0.42);
  margin-right: -75px;
}

@media (max-width: 900px) {
  .additional__form-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.additional__3d {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 585px;
  position: relative;
}

.additional__3d:after {
  content: "";
  display: block;
  width: 65px;
  height: 54px;
  position: absolute;
  top: 21px;
  right: 19px;
  background-image: url("../media/3d-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .additional__3d:after {
    width: 32px;
    height: 27px;
    top: 12px;
    right: 14px;
  }
}

.additional__3d--black:after {
  background-image: url("../media/3d-icon-black.svg");
}

@media (max-width: 1240px) {
  .additional__3d {
    max-width: 500px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (max-width: 900px) {
  .additional__3d {
    width: 713px;
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 40px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .additional__3d {
    margin-bottom: 14px;
  }
}

.additional__3d-wrap {
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.additional__banner-wrap {
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-left: -63px;
}

@media (max-width: 1100px) {
  .additional__banner-wrap {
    width: 650px;
  }
}

@media (max-width: 1024px) {
  .additional__banner-wrap {
    width: 530px;
    height: 360px;
  }
}

@media (max-width: 900px) {
  .additional__banner-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: unset;
    width: 100%;
    height: auto;
    margin-bottom: 23px;
  }
}

@media (max-width: 900px) {
  .additional__banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.additional__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.additional__flex .additional__content {
  margin-bottom: 33px;
}

@media (max-width: 900px) {
  .additional__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ko-progress-circle {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  background-color: #eee;
  border-radius: 50%;
}

.ko-progress-circle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.ko-progress-circle .ko-progress-circle__slice, .ko-progress-circle .ko-progress-circle__fill {
  width: 60px;
  height: 60px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  border-radius: 50%;
}

.ko-progress-circle .ko-progress-circle__slice {
  clip: rect(0px, 60px, 60px, 30px);
}

.ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill {
  clip: rect(0px, 30px, 60px, 0px);
  background-color: #FF5722;
}

.ko-progress-circle .ko-progress-circle__overlay {
  width: 50px;
  height: 50px;
  position: absolute;
  margin-left: 5px;
  margin-top: 5px;
  background-color: #eee;
  border-radius: 50%;
}

.ko-progress-circle[data-progress='0'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='0'] .ko-progress-circle__fill {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ko-progress-circle[data-progress='0'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ko-progress-circle[data-progress='1'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='1'] .ko-progress-circle__fill {
  -webkit-transform: rotate(1.8deg);
          transform: rotate(1.8deg);
}

.ko-progress-circle[data-progress='1'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(3.6deg);
          transform: rotate(3.6deg);
}

.ko-progress-circle[data-progress='2'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='2'] .ko-progress-circle__fill {
  -webkit-transform: rotate(3.6deg);
          transform: rotate(3.6deg);
}

.ko-progress-circle[data-progress='2'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(7.2deg);
          transform: rotate(7.2deg);
}

.ko-progress-circle[data-progress='3'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='3'] .ko-progress-circle__fill {
  -webkit-transform: rotate(5.4deg);
          transform: rotate(5.4deg);
}

.ko-progress-circle[data-progress='3'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(10.8deg);
          transform: rotate(10.8deg);
}

.ko-progress-circle[data-progress='4'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='4'] .ko-progress-circle__fill {
  -webkit-transform: rotate(7.2deg);
          transform: rotate(7.2deg);
}

.ko-progress-circle[data-progress='4'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(14.4deg);
          transform: rotate(14.4deg);
}

.ko-progress-circle[data-progress='5'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='5'] .ko-progress-circle__fill {
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}

.ko-progress-circle[data-progress='5'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.ko-progress-circle[data-progress='6'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='6'] .ko-progress-circle__fill {
  -webkit-transform: rotate(10.8deg);
          transform: rotate(10.8deg);
}

.ko-progress-circle[data-progress='6'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(21.6deg);
          transform: rotate(21.6deg);
}

.ko-progress-circle[data-progress='7'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='7'] .ko-progress-circle__fill {
  -webkit-transform: rotate(12.6deg);
          transform: rotate(12.6deg);
}

.ko-progress-circle[data-progress='7'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(25.2deg);
          transform: rotate(25.2deg);
}

.ko-progress-circle[data-progress='8'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='8'] .ko-progress-circle__fill {
  -webkit-transform: rotate(14.4deg);
          transform: rotate(14.4deg);
}

.ko-progress-circle[data-progress='8'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(28.8deg);
          transform: rotate(28.8deg);
}

.ko-progress-circle[data-progress='9'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='9'] .ko-progress-circle__fill {
  -webkit-transform: rotate(16.2deg);
          transform: rotate(16.2deg);
}

.ko-progress-circle[data-progress='9'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(32.4deg);
          transform: rotate(32.4deg);
}

.ko-progress-circle[data-progress='10'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='10'] .ko-progress-circle__fill {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.ko-progress-circle[data-progress='10'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.ko-progress-circle[data-progress='11'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='11'] .ko-progress-circle__fill {
  -webkit-transform: rotate(19.8deg);
          transform: rotate(19.8deg);
}

.ko-progress-circle[data-progress='11'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(39.6deg);
          transform: rotate(39.6deg);
}

.ko-progress-circle[data-progress='12'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='12'] .ko-progress-circle__fill {
  -webkit-transform: rotate(21.6deg);
          transform: rotate(21.6deg);
}

.ko-progress-circle[data-progress='12'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(43.2deg);
          transform: rotate(43.2deg);
}

.ko-progress-circle[data-progress='13'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='13'] .ko-progress-circle__fill {
  -webkit-transform: rotate(23.4deg);
          transform: rotate(23.4deg);
}

.ko-progress-circle[data-progress='13'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(46.8deg);
          transform: rotate(46.8deg);
}

.ko-progress-circle[data-progress='14'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='14'] .ko-progress-circle__fill {
  -webkit-transform: rotate(25.2deg);
          transform: rotate(25.2deg);
}

.ko-progress-circle[data-progress='14'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(50.4deg);
          transform: rotate(50.4deg);
}

.ko-progress-circle[data-progress='15'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='15'] .ko-progress-circle__fill {
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}

.ko-progress-circle[data-progress='15'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

.ko-progress-circle[data-progress='16'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='16'] .ko-progress-circle__fill {
  -webkit-transform: rotate(28.8deg);
          transform: rotate(28.8deg);
}

.ko-progress-circle[data-progress='16'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(57.6deg);
          transform: rotate(57.6deg);
}

.ko-progress-circle[data-progress='17'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='17'] .ko-progress-circle__fill {
  -webkit-transform: rotate(30.6deg);
          transform: rotate(30.6deg);
}

.ko-progress-circle[data-progress='17'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(61.2deg);
          transform: rotate(61.2deg);
}

.ko-progress-circle[data-progress='18'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='18'] .ko-progress-circle__fill {
  -webkit-transform: rotate(32.4deg);
          transform: rotate(32.4deg);
}

.ko-progress-circle[data-progress='18'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(64.8deg);
          transform: rotate(64.8deg);
}

.ko-progress-circle[data-progress='19'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='19'] .ko-progress-circle__fill {
  -webkit-transform: rotate(34.2deg);
          transform: rotate(34.2deg);
}

.ko-progress-circle[data-progress='19'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(68.4deg);
          transform: rotate(68.4deg);
}

.ko-progress-circle[data-progress='20'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='20'] .ko-progress-circle__fill {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.ko-progress-circle[data-progress='20'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}

.ko-progress-circle[data-progress='21'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='21'] .ko-progress-circle__fill {
  -webkit-transform: rotate(37.8deg);
          transform: rotate(37.8deg);
}

.ko-progress-circle[data-progress='21'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(75.6deg);
          transform: rotate(75.6deg);
}

.ko-progress-circle[data-progress='22'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='22'] .ko-progress-circle__fill {
  -webkit-transform: rotate(39.6deg);
          transform: rotate(39.6deg);
}

.ko-progress-circle[data-progress='22'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(79.2deg);
          transform: rotate(79.2deg);
}

.ko-progress-circle[data-progress='23'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='23'] .ko-progress-circle__fill {
  -webkit-transform: rotate(41.4deg);
          transform: rotate(41.4deg);
}

.ko-progress-circle[data-progress='23'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(82.8deg);
          transform: rotate(82.8deg);
}

.ko-progress-circle[data-progress='24'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='24'] .ko-progress-circle__fill {
  -webkit-transform: rotate(43.2deg);
          transform: rotate(43.2deg);
}

.ko-progress-circle[data-progress='24'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(86.4deg);
          transform: rotate(86.4deg);
}

.ko-progress-circle[data-progress='25'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='25'] .ko-progress-circle__fill {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ko-progress-circle[data-progress='25'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ko-progress-circle[data-progress='26'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='26'] .ko-progress-circle__fill {
  -webkit-transform: rotate(46.8deg);
          transform: rotate(46.8deg);
}

.ko-progress-circle[data-progress='26'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(93.6deg);
          transform: rotate(93.6deg);
}

.ko-progress-circle[data-progress='27'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='27'] .ko-progress-circle__fill {
  -webkit-transform: rotate(48.6deg);
          transform: rotate(48.6deg);
}

.ko-progress-circle[data-progress='27'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(97.2deg);
          transform: rotate(97.2deg);
}

.ko-progress-circle[data-progress='28'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='28'] .ko-progress-circle__fill {
  -webkit-transform: rotate(50.4deg);
          transform: rotate(50.4deg);
}

.ko-progress-circle[data-progress='28'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(100.8deg);
          transform: rotate(100.8deg);
}

.ko-progress-circle[data-progress='29'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='29'] .ko-progress-circle__fill {
  -webkit-transform: rotate(52.2deg);
          transform: rotate(52.2deg);
}

.ko-progress-circle[data-progress='29'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(104.4deg);
          transform: rotate(104.4deg);
}

.ko-progress-circle[data-progress='30'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='30'] .ko-progress-circle__fill {
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

.ko-progress-circle[data-progress='30'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}

.ko-progress-circle[data-progress='31'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='31'] .ko-progress-circle__fill {
  -webkit-transform: rotate(55.8deg);
          transform: rotate(55.8deg);
}

.ko-progress-circle[data-progress='31'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(111.6deg);
          transform: rotate(111.6deg);
}

.ko-progress-circle[data-progress='32'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='32'] .ko-progress-circle__fill {
  -webkit-transform: rotate(57.6deg);
          transform: rotate(57.6deg);
}

.ko-progress-circle[data-progress='32'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(115.2deg);
          transform: rotate(115.2deg);
}

.ko-progress-circle[data-progress='33'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='33'] .ko-progress-circle__fill {
  -webkit-transform: rotate(59.4deg);
          transform: rotate(59.4deg);
}

.ko-progress-circle[data-progress='33'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(118.8deg);
          transform: rotate(118.8deg);
}

.ko-progress-circle[data-progress='34'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='34'] .ko-progress-circle__fill {
  -webkit-transform: rotate(61.2deg);
          transform: rotate(61.2deg);
}

.ko-progress-circle[data-progress='34'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(122.4deg);
          transform: rotate(122.4deg);
}

.ko-progress-circle[data-progress='35'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='35'] .ko-progress-circle__fill {
  -webkit-transform: rotate(63deg);
          transform: rotate(63deg);
}

.ko-progress-circle[data-progress='35'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}

.ko-progress-circle[data-progress='36'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='36'] .ko-progress-circle__fill {
  -webkit-transform: rotate(64.8deg);
          transform: rotate(64.8deg);
}

.ko-progress-circle[data-progress='36'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(129.6deg);
          transform: rotate(129.6deg);
}

.ko-progress-circle[data-progress='37'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='37'] .ko-progress-circle__fill {
  -webkit-transform: rotate(66.6deg);
          transform: rotate(66.6deg);
}

.ko-progress-circle[data-progress='37'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(133.2deg);
          transform: rotate(133.2deg);
}

.ko-progress-circle[data-progress='38'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='38'] .ko-progress-circle__fill {
  -webkit-transform: rotate(68.4deg);
          transform: rotate(68.4deg);
}

.ko-progress-circle[data-progress='38'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(136.8deg);
          transform: rotate(136.8deg);
}

.ko-progress-circle[data-progress='39'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='39'] .ko-progress-circle__fill {
  -webkit-transform: rotate(70.2deg);
          transform: rotate(70.2deg);
}

.ko-progress-circle[data-progress='39'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(140.4deg);
          transform: rotate(140.4deg);
}

.ko-progress-circle[data-progress='40'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='40'] .ko-progress-circle__fill {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}

.ko-progress-circle[data-progress='40'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}

.ko-progress-circle[data-progress='41'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='41'] .ko-progress-circle__fill {
  -webkit-transform: rotate(73.8deg);
          transform: rotate(73.8deg);
}

.ko-progress-circle[data-progress='41'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(147.6deg);
          transform: rotate(147.6deg);
}

.ko-progress-circle[data-progress='42'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='42'] .ko-progress-circle__fill {
  -webkit-transform: rotate(75.6deg);
          transform: rotate(75.6deg);
}

.ko-progress-circle[data-progress='42'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(151.2deg);
          transform: rotate(151.2deg);
}

.ko-progress-circle[data-progress='43'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='43'] .ko-progress-circle__fill {
  -webkit-transform: rotate(77.4deg);
          transform: rotate(77.4deg);
}

.ko-progress-circle[data-progress='43'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(154.8deg);
          transform: rotate(154.8deg);
}

.ko-progress-circle[data-progress='44'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='44'] .ko-progress-circle__fill {
  -webkit-transform: rotate(79.2deg);
          transform: rotate(79.2deg);
}

.ko-progress-circle[data-progress='44'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(158.4deg);
          transform: rotate(158.4deg);
}

.ko-progress-circle[data-progress='45'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='45'] .ko-progress-circle__fill {
  -webkit-transform: rotate(81deg);
          transform: rotate(81deg);
}

.ko-progress-circle[data-progress='45'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
}

.ko-progress-circle[data-progress='46'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='46'] .ko-progress-circle__fill {
  -webkit-transform: rotate(82.8deg);
          transform: rotate(82.8deg);
}

.ko-progress-circle[data-progress='46'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(165.6deg);
          transform: rotate(165.6deg);
}

.ko-progress-circle[data-progress='47'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='47'] .ko-progress-circle__fill {
  -webkit-transform: rotate(84.6deg);
          transform: rotate(84.6deg);
}

.ko-progress-circle[data-progress='47'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(169.2deg);
          transform: rotate(169.2deg);
}

.ko-progress-circle[data-progress='48'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='48'] .ko-progress-circle__fill {
  -webkit-transform: rotate(86.4deg);
          transform: rotate(86.4deg);
}

.ko-progress-circle[data-progress='48'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(172.8deg);
          transform: rotate(172.8deg);
}

.ko-progress-circle[data-progress='49'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='49'] .ko-progress-circle__fill {
  -webkit-transform: rotate(88.2deg);
          transform: rotate(88.2deg);
}

.ko-progress-circle[data-progress='49'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(176.4deg);
          transform: rotate(176.4deg);
}

.ko-progress-circle[data-progress='50'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='50'] .ko-progress-circle__fill {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ko-progress-circle[data-progress='50'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ko-progress-circle[data-progress='51'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='51'] .ko-progress-circle__fill {
  -webkit-transform: rotate(91.8deg);
          transform: rotate(91.8deg);
}

.ko-progress-circle[data-progress='51'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(183.6deg);
          transform: rotate(183.6deg);
}

.ko-progress-circle[data-progress='52'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='52'] .ko-progress-circle__fill {
  -webkit-transform: rotate(93.6deg);
          transform: rotate(93.6deg);
}

.ko-progress-circle[data-progress='52'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(187.2deg);
          transform: rotate(187.2deg);
}

.ko-progress-circle[data-progress='53'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='53'] .ko-progress-circle__fill {
  -webkit-transform: rotate(95.4deg);
          transform: rotate(95.4deg);
}

.ko-progress-circle[data-progress='53'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(190.8deg);
          transform: rotate(190.8deg);
}

.ko-progress-circle[data-progress='54'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='54'] .ko-progress-circle__fill {
  -webkit-transform: rotate(97.2deg);
          transform: rotate(97.2deg);
}

.ko-progress-circle[data-progress='54'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(194.4deg);
          transform: rotate(194.4deg);
}

.ko-progress-circle[data-progress='55'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='55'] .ko-progress-circle__fill {
  -webkit-transform: rotate(99deg);
          transform: rotate(99deg);
}

.ko-progress-circle[data-progress='55'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(198deg);
          transform: rotate(198deg);
}

.ko-progress-circle[data-progress='56'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='56'] .ko-progress-circle__fill {
  -webkit-transform: rotate(100.8deg);
          transform: rotate(100.8deg);
}

.ko-progress-circle[data-progress='56'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(201.6deg);
          transform: rotate(201.6deg);
}

.ko-progress-circle[data-progress='57'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='57'] .ko-progress-circle__fill {
  -webkit-transform: rotate(102.6deg);
          transform: rotate(102.6deg);
}

.ko-progress-circle[data-progress='57'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(205.2deg);
          transform: rotate(205.2deg);
}

.ko-progress-circle[data-progress='58'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='58'] .ko-progress-circle__fill {
  -webkit-transform: rotate(104.4deg);
          transform: rotate(104.4deg);
}

.ko-progress-circle[data-progress='58'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(208.8deg);
          transform: rotate(208.8deg);
}

.ko-progress-circle[data-progress='59'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='59'] .ko-progress-circle__fill {
  -webkit-transform: rotate(106.2deg);
          transform: rotate(106.2deg);
}

.ko-progress-circle[data-progress='59'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(212.4deg);
          transform: rotate(212.4deg);
}

.ko-progress-circle[data-progress='60'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='60'] .ko-progress-circle__fill {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}

.ko-progress-circle[data-progress='60'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}

.ko-progress-circle[data-progress='61'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='61'] .ko-progress-circle__fill {
  -webkit-transform: rotate(109.8deg);
          transform: rotate(109.8deg);
}

.ko-progress-circle[data-progress='61'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(219.6deg);
          transform: rotate(219.6deg);
}

.ko-progress-circle[data-progress='62'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='62'] .ko-progress-circle__fill {
  -webkit-transform: rotate(111.6deg);
          transform: rotate(111.6deg);
}

.ko-progress-circle[data-progress='62'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(223.2deg);
          transform: rotate(223.2deg);
}

.ko-progress-circle[data-progress='63'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='63'] .ko-progress-circle__fill {
  -webkit-transform: rotate(113.4deg);
          transform: rotate(113.4deg);
}

.ko-progress-circle[data-progress='63'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(226.8deg);
          transform: rotate(226.8deg);
}

.ko-progress-circle[data-progress='64'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='64'] .ko-progress-circle__fill {
  -webkit-transform: rotate(115.2deg);
          transform: rotate(115.2deg);
}

.ko-progress-circle[data-progress='64'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(230.4deg);
          transform: rotate(230.4deg);
}

.ko-progress-circle[data-progress='65'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='65'] .ko-progress-circle__fill {
  -webkit-transform: rotate(117deg);
          transform: rotate(117deg);
}

.ko-progress-circle[data-progress='65'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(234deg);
          transform: rotate(234deg);
}

.ko-progress-circle[data-progress='66'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='66'] .ko-progress-circle__fill {
  -webkit-transform: rotate(118.8deg);
          transform: rotate(118.8deg);
}

.ko-progress-circle[data-progress='66'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(237.6deg);
          transform: rotate(237.6deg);
}

.ko-progress-circle[data-progress='67'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='67'] .ko-progress-circle__fill {
  -webkit-transform: rotate(120.6deg);
          transform: rotate(120.6deg);
}

.ko-progress-circle[data-progress='67'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(241.2deg);
          transform: rotate(241.2deg);
}

.ko-progress-circle[data-progress='68'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='68'] .ko-progress-circle__fill {
  -webkit-transform: rotate(122.4deg);
          transform: rotate(122.4deg);
}

.ko-progress-circle[data-progress='68'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(244.8deg);
          transform: rotate(244.8deg);
}

.ko-progress-circle[data-progress='69'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='69'] .ko-progress-circle__fill {
  -webkit-transform: rotate(124.2deg);
          transform: rotate(124.2deg);
}

.ko-progress-circle[data-progress='69'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(248.4deg);
          transform: rotate(248.4deg);
}

.ko-progress-circle[data-progress='70'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='70'] .ko-progress-circle__fill {
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}

.ko-progress-circle[data-progress='70'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(252deg);
          transform: rotate(252deg);
}

.ko-progress-circle[data-progress='71'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='71'] .ko-progress-circle__fill {
  -webkit-transform: rotate(127.8deg);
          transform: rotate(127.8deg);
}

.ko-progress-circle[data-progress='71'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(255.6deg);
          transform: rotate(255.6deg);
}

.ko-progress-circle[data-progress='72'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='72'] .ko-progress-circle__fill {
  -webkit-transform: rotate(129.6deg);
          transform: rotate(129.6deg);
}

.ko-progress-circle[data-progress='72'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(259.2deg);
          transform: rotate(259.2deg);
}

.ko-progress-circle[data-progress='73'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='73'] .ko-progress-circle__fill {
  -webkit-transform: rotate(131.4deg);
          transform: rotate(131.4deg);
}

.ko-progress-circle[data-progress='73'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(262.8deg);
          transform: rotate(262.8deg);
}

.ko-progress-circle[data-progress='74'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='74'] .ko-progress-circle__fill {
  -webkit-transform: rotate(133.2deg);
          transform: rotate(133.2deg);
}

.ko-progress-circle[data-progress='74'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(266.4deg);
          transform: rotate(266.4deg);
}

.ko-progress-circle[data-progress='75'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='75'] .ko-progress-circle__fill {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.ko-progress-circle[data-progress='75'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.ko-progress-circle[data-progress='76'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='76'] .ko-progress-circle__fill {
  -webkit-transform: rotate(136.8deg);
          transform: rotate(136.8deg);
}

.ko-progress-circle[data-progress='76'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(273.6deg);
          transform: rotate(273.6deg);
}

.ko-progress-circle[data-progress='77'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='77'] .ko-progress-circle__fill {
  -webkit-transform: rotate(138.6deg);
          transform: rotate(138.6deg);
}

.ko-progress-circle[data-progress='77'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(277.2deg);
          transform: rotate(277.2deg);
}

.ko-progress-circle[data-progress='78'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='78'] .ko-progress-circle__fill {
  -webkit-transform: rotate(140.4deg);
          transform: rotate(140.4deg);
}

.ko-progress-circle[data-progress='78'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(280.8deg);
          transform: rotate(280.8deg);
}

.ko-progress-circle[data-progress='79'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='79'] .ko-progress-circle__fill {
  -webkit-transform: rotate(142.2deg);
          transform: rotate(142.2deg);
}

.ko-progress-circle[data-progress='79'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(284.4deg);
          transform: rotate(284.4deg);
}

.ko-progress-circle[data-progress='80'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='80'] .ko-progress-circle__fill {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}

.ko-progress-circle[data-progress='80'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(288deg);
          transform: rotate(288deg);
}

.ko-progress-circle[data-progress='81'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='81'] .ko-progress-circle__fill {
  -webkit-transform: rotate(145.8deg);
          transform: rotate(145.8deg);
}

.ko-progress-circle[data-progress='81'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(291.6deg);
          transform: rotate(291.6deg);
}

.ko-progress-circle[data-progress='82'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='82'] .ko-progress-circle__fill {
  -webkit-transform: rotate(147.6deg);
          transform: rotate(147.6deg);
}

.ko-progress-circle[data-progress='82'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(295.2deg);
          transform: rotate(295.2deg);
}

.ko-progress-circle[data-progress='83'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='83'] .ko-progress-circle__fill {
  -webkit-transform: rotate(149.4deg);
          transform: rotate(149.4deg);
}

.ko-progress-circle[data-progress='83'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(298.8deg);
          transform: rotate(298.8deg);
}

.ko-progress-circle[data-progress='84'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='84'] .ko-progress-circle__fill {
  -webkit-transform: rotate(151.2deg);
          transform: rotate(151.2deg);
}

.ko-progress-circle[data-progress='84'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(302.4deg);
          transform: rotate(302.4deg);
}

.ko-progress-circle[data-progress='85'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='85'] .ko-progress-circle__fill {
  -webkit-transform: rotate(153deg);
          transform: rotate(153deg);
}

.ko-progress-circle[data-progress='85'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(306deg);
          transform: rotate(306deg);
}

.ko-progress-circle[data-progress='86'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='86'] .ko-progress-circle__fill {
  -webkit-transform: rotate(154.8deg);
          transform: rotate(154.8deg);
}

.ko-progress-circle[data-progress='86'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(309.6deg);
          transform: rotate(309.6deg);
}

.ko-progress-circle[data-progress='87'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='87'] .ko-progress-circle__fill {
  -webkit-transform: rotate(156.6deg);
          transform: rotate(156.6deg);
}

.ko-progress-circle[data-progress='87'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(313.2deg);
          transform: rotate(313.2deg);
}

.ko-progress-circle[data-progress='88'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='88'] .ko-progress-circle__fill {
  -webkit-transform: rotate(158.4deg);
          transform: rotate(158.4deg);
}

.ko-progress-circle[data-progress='88'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(316.8deg);
          transform: rotate(316.8deg);
}

.ko-progress-circle[data-progress='89'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='89'] .ko-progress-circle__fill {
  -webkit-transform: rotate(160.2deg);
          transform: rotate(160.2deg);
}

.ko-progress-circle[data-progress='89'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(320.4deg);
          transform: rotate(320.4deg);
}

.ko-progress-circle[data-progress='90'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='90'] .ko-progress-circle__fill {
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
}

.ko-progress-circle[data-progress='90'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg);
}

.ko-progress-circle[data-progress='91'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='91'] .ko-progress-circle__fill {
  -webkit-transform: rotate(163.8deg);
          transform: rotate(163.8deg);
}

.ko-progress-circle[data-progress='91'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(327.6deg);
          transform: rotate(327.6deg);
}

.ko-progress-circle[data-progress='92'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='92'] .ko-progress-circle__fill {
  -webkit-transform: rotate(165.6deg);
          transform: rotate(165.6deg);
}

.ko-progress-circle[data-progress='92'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(331.2deg);
          transform: rotate(331.2deg);
}

.ko-progress-circle[data-progress='93'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='93'] .ko-progress-circle__fill {
  -webkit-transform: rotate(167.4deg);
          transform: rotate(167.4deg);
}

.ko-progress-circle[data-progress='93'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(334.8deg);
          transform: rotate(334.8deg);
}

.ko-progress-circle[data-progress='94'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='94'] .ko-progress-circle__fill {
  -webkit-transform: rotate(169.2deg);
          transform: rotate(169.2deg);
}

.ko-progress-circle[data-progress='94'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(338.4deg);
          transform: rotate(338.4deg);
}

.ko-progress-circle[data-progress='95'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='95'] .ko-progress-circle__fill {
  -webkit-transform: rotate(171deg);
          transform: rotate(171deg);
}

.ko-progress-circle[data-progress='95'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(342deg);
          transform: rotate(342deg);
}

.ko-progress-circle[data-progress='96'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='96'] .ko-progress-circle__fill {
  -webkit-transform: rotate(172.8deg);
          transform: rotate(172.8deg);
}

.ko-progress-circle[data-progress='96'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(345.6deg);
          transform: rotate(345.6deg);
}

.ko-progress-circle[data-progress='97'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='97'] .ko-progress-circle__fill {
  -webkit-transform: rotate(174.6deg);
          transform: rotate(174.6deg);
}

.ko-progress-circle[data-progress='97'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(349.2deg);
          transform: rotate(349.2deg);
}

.ko-progress-circle[data-progress='98'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='98'] .ko-progress-circle__fill {
  -webkit-transform: rotate(176.4deg);
          transform: rotate(176.4deg);
}

.ko-progress-circle[data-progress='98'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(352.8deg);
          transform: rotate(352.8deg);
}

.ko-progress-circle[data-progress='99'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='99'] .ko-progress-circle__fill {
  -webkit-transform: rotate(178.2deg);
          transform: rotate(178.2deg);
}

.ko-progress-circle[data-progress='99'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(356.4deg);
          transform: rotate(356.4deg);
}

.ko-progress-circle[data-progress='100'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='100'] .ko-progress-circle__fill {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ko-progress-circle[data-progress='100'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.related-products {
  display: block;
  margin-bottom: 26px;
}

.related-products__title {
  margin-bottom: 17px;
}

@media (max-width: 900px) {
  .related-products__title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 24px;
  }
}

@media (max-width: 425px) {
  .related-products__title {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
}

.related-products__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

@media (max-width: 900px) {
  .related-products__flex--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 425px) {
  .related-products__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -3px;
    margin-right: -3px;
  }
}

.related-products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 24px;
  background-color: white;
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #3A3E3E;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 14px;
  text-decoration: unset;
}

.related-products__item:hover {
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.6);
          box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.6);
}

@media (max-width: 425px) {
  .related-products__item {
    padding: 2px 20px;
    font-size: 12px;
    line-height: 26px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
  }
}

.related-products__item-img {
  margin-right: 10px;
  /*@media (max-width: 767px) {
    display: none;
  }*/
}

.article {
  display: block;
}

.article__content {
  margin-bottom: 30px;
}

@media (max-width: 425px) {
  .article__content {
    margin-bottom: 20px;
  }
}

.article__content p {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 1em;
}

.article__content a {
  color: #FF5722 !important;
  text-decoration: underline !important;
}

.article__content a:hover {
  color: #EA5520 !important;
}

.article__content .article__media-wrap {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article__content .article__media-wrap iframe {
  border-radius: 10px;
}

.article__content .article__media-wrap img {
  border-radius: 10px;
}

.article__content .article__media-wrap-float {
  float: right;
  margin-left: 34px;
}

.article__content .article__media-wrap-float iframe {
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .article__content .article__media-wrap-float iframe {
    float: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: unset;
  }
}

@media (max-width: 770px) {
  .article__content .article__media-wrap-float iframe {
    height: calc(100vw / 2);
  }
}

.article__content .article__media-wrap-float img {
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .article__content .article__media-wrap-float {
    margin-bottom: 30px;
    float: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: unset;
  }
}

@media (max-width: 425px) {
  .article__title {
    margin-bottom: 12px;
  }
}

div.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}

div.pagination ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  div.pagination ul.pagination {
    width: 100%;
    position: relative;
  }
}

@media (max-width: 800px) {
  div.pagination ul.pagination li.disabled.prev, div.pagination ul.pagination li.control.prev {
    position: absolute;
    left: 0;
  }
}

div.pagination ul.pagination li.disabled.prev span.arrow, div.pagination ul.pagination li.control.prev span.arrow {
  padding-right: 4px;
}

@media (max-width: 800px) {
  div.pagination ul.pagination li.disabled.next, div.pagination ul.pagination li.control.next {
    position: absolute;
    right: 0;
  }
}

div.pagination ul.pagination li.disabled.next span.arrow, div.pagination ul.pagination li.control.next span.arrow {
  padding-left: 4px;
}

div.pagination ul.pagination li.disabled.prev, div.pagination ul.pagination li.disabled.next {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #3a3e3ee8;
  border: 1px solid #FF5722;
  border-radius: 100px;
  width: 90px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: not-allowed;
}

div.pagination ul.pagination li.disabled.prev span.arrow, div.pagination ul.pagination li.disabled.next span.arrow {
  font-family: auto;
}

@media (max-width: 800px) {
  div.pagination ul.pagination li.disabled.prev, div.pagination ul.pagination li.disabled.next {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(58, 62, 62, 0.51);
    border: none;
  }
  div.pagination ul.pagination li.disabled.prev span.arrow, div.pagination ul.pagination li.disabled.next span.arrow {
    display: none;
  }
}

div.pagination ul.pagination li.control.prev, div.pagination ul.pagination li.control.next {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  background: #FF5722;
  border: 1px solid #FF5722;
  border-radius: 100px;
  width: 90px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all;
  transition: all;
}

@media (max-width: 800px) {
  div.pagination ul.pagination li.control.prev, div.pagination ul.pagination li.control.next {
    background: transparent;
    border: none;
  }
}

div.pagination ul.pagination li.control.prev:hover, div.pagination ul.pagination li.control.next:hover {
  opacity: 0.8;
}

div.pagination ul.pagination li.control.prev a, div.pagination ul.pagination li.control.next a {
  color: white;
  font-size: 12px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
}

div.pagination ul.pagination li.control.prev a span.arrow, div.pagination ul.pagination li.control.next a span.arrow {
  font-family: auto;
}

@media (max-width: 800px) {
  div.pagination ul.pagination li.control.prev a, div.pagination ul.pagination li.control.next a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: transparent;
    border: none;
    color: rgba(58, 62, 62, 0.51);
  }
  div.pagination ul.pagination li.control.prev a span.arrow, div.pagination ul.pagination li.control.next a span.arrow {
    display: none;
  }
}

div.pagination ul.pagination li.page-item.active > a {
  position: relative;
  color: #3A3E3E;
}

div.pagination ul.pagination li.page-item.active > a:after {
  content: "";
  position: absolute;
  width: 6px;
  border-bottom: 1px solid #3A3E3E;
  bottom: 6px;
  left: calc(50% - 3px);
}

div.pagination ul.pagination li a {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  color: rgba(58, 62, 62, 0.5);
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0 -4px;
}

.articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
  margin-left: -18px;
}

@media (max-width: 425px) {
  .articles__list {
    margin-bottom: 25px;
  }
}

.article__item {
  position: relative;
  width: calc(33.333% - 18px);
  margin-left: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
  -webkit-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
}

@media (max-width: 800px) {
  .article__item {
    width: calc(50% - 18px);
  }
}

@media (max-width: 579px) {
  .article__item {
    width: calc(100% - 18px);
  }
}

.article__img-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 10px;
  overflow: hidden;
}

.article__img-wrap:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  border-radius: 10px;
}

.article__img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  will-change: transform;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .article__img {
    width: 100%;
  }
}

.article__item:hover .article__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.article .article__item:hover .article__item-more {
  color: #FF5722;
}

.article__item-description {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding: 12px 12px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article__item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #3A3E3E;
  display: block;
  text-decoration: none;
}

.article__item-intro {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #3A3E3E;
  display: block;
  margin-top: 12px;
  text-decoration: none;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.article__item-more {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #3A3E3E;
  opacity: 50;
  margin-top: 18px;
  display: block;
  text-decoration: none;
}

.examples {
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .examples {
    margin-bottom: 40px;
  }
}

.examples__container {
  width: 100%;
  max-width: 1133px;
  padding: 0 22px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.examples__title {
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .examples__title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 28px;
    line-height: 1;
  }
}

@media (max-width: 425px) {
  .examples__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .examples__slider {
    padding-bottom: 15px;
  }
}

.examples__slider .product-slider__counter {
  display: none;
}

@media (max-width: 768px) {
  .examples__slider .product-slider__counter {
    bottom: 36px;
    left: 22px;
    display: inline-block;
  }
}

.examples__slider .slick-list {
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
}

.examples__slider .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

.examples__slider .slick-dots {
  bottom: -30px;
}

.examples__slider .slick-dots li {
  width: unset;
  height: unset;
  margin-left: 3px;
  margin-right: 2px;
}

.examples__slider .slick-dots li button {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #C4C4C4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.examples__slider .slick-dots li button:before {
  content: unset;
}

@media (max-width: 768px) {
  .examples__slider .slick-dots li button {
    background-color: white;
    opacity: 0.25;
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 767px) {
  .examples__slider .slick-dots li button {
    width: 4px;
    height: 4px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .examples__slider .slick-dots li {
    height: 27px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .examples__slider .slick-dots li.sibling-right-1 button, .examples__slider .slick-dots li.sibling-left-1 button {
    width: 19px;
    height: 19px;
    opacity: 1;
    background-color: white;
  }
  .examples__slider .slick-dots li.sibling-right-2 button, .examples__slider .slick-dots li.sibling-left-2 button {
    width: 15px;
    height: 15px;
    background-color: white;
  }
}

@media (max-width: 767px) {
  .examples__slider .slick-dots li.sibling-right-1 button, .examples__slider .slick-dots li.sibling-left-1 button {
    width: 10px;
    height: 10px;
  }
  .examples__slider .slick-dots li.sibling-right-2 button, .examples__slider .slick-dots li.sibling-left-2 button {
    width: 8px;
    height: 8px;
    background-color: white;
  }
}

.examples__slider .slick-dots li.slick-active button {
  background-color: #3A3E3E;
}

@media (max-width: 768px) {
  .examples__slider .slick-dots li.slick-active button {
    background-color: white;
    width: 27px;
    height: 27px;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .examples__slider .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 768px) {
  .examples__slider .slick-dots {
    bottom: 27px;
  }
}

@media (max-width: 767px) {
  .examples__slider .slick-dots {
    bottom: 10px;
  }
}

.examples__slider .slick-arrow {
  width: 34px;
  height: 34px;
  background-color: white;
  -webkit-box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
          box-shadow: 0 4px 16px 1px rgba(51, 44, 56, 0.3);
  border-radius: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.examples__slider .slick-arrow:before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background: url(../media/arrow-slick.svg) center no-repeat;
  background-size: contain;
}

.examples__slider .slick-arrow.slick-next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.examples__slider .slick-arrow.slick-prev {
  left: -16px;
}

.examples__slider .slick-arrow.slick-next {
  right: -16px;
}

.examples__img-wrap {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.examples__slider-nav {
  width: 125px;
  margin: -30px auto 0;
}

@media (min-width: 767px) {
  .examples__slider-nav {
    display: none;
  }
}

.examples__slider-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.examples__slider-nav .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14px;
}

.examples__slider-nav .slick-slide:before {
  width: 4px;
  height: 4px;
  content: '';
  display: block;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.25;
}

.examples__slider-nav .slick-slide.slick-current:before {
  width: 14px;
  height: 14px;
  opacity: 1;
}

.examples__slider-nav .slick-slide.sibling-left-1:before, .examples__slider-nav .slick-slide.sibling-right-1:before {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.examples__slider-nav .slick-slide.sibling-left-2:before, .examples__slider-nav .slick-slide.sibling-right-2:before {
  width: 8px;
  height: 8px;
}

.main-quick-consultation {
  display: block;
  margin-bottom: 30px;
}

.main-quick-consultation__container {
  width: 100%;
  max-width: 1133px;
  padding: 0 22px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.main-quick-consultation__form {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .main-quick-consultation__form {
    margin-top: unset;
  }
}

.main-quick-consultation__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-quick-consultation__form-wrap {
  padding: 44px 48px 32px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: inset 0 4px 14px rgba(51, 44, 56, 0.16);
          box-shadow: inset 0 4px 14px rgba(51, 44, 56, 0.16);
  -webkit-backdrop-filter: blur(31px);
          backdrop-filter: blur(31px);
  border-radius: 10px;
  max-width: 403px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  z-index: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}

.main-quick-consultation__form-wrap .form__input::-webkit-input-placeholder {
  text-align: center;
}

.main-quick-consultation__form-wrap .form__input::-moz-placeholder {
  text-align: center;
}

.main-quick-consultation__form-wrap .form__input:-ms-input-placeholder {
  text-align: center;
}

.main-quick-consultation__form-wrap .form__input::-ms-input-placeholder {
  text-align: center;
}

.main-quick-consultation__form-wrap .form__input::placeholder {
  text-align: center;
}

.main-quick-consultation__form-wrap .form__btn {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .main-quick-consultation__form-wrap {
    margin-top: unset;
    margin-bottom: unset;
    padding-top: 20px !important;
  }
}

.main-quick-consultation__form-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #3A3A3A;
  text-align: center;
  margin-bottom: 8px;
}

.main-quick-consultation__form-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 23px;
}

.main-quick-consultation__directions {
  padding: 37px 29px 31px 56px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: inset 0 4px 14px rgba(51, 44, 56, 0.16);
          box-shadow: inset 0 4px 14px rgba(51, 44, 56, 0.16);
  -webkit-backdrop-filter: blur(31px);
          backdrop-filter: blur(31px);
  border-radius: 10px;
  margin-left: -27px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.main-quick-consultation__directions-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 26px;
  text-align: center;
}

.main-quick-consultation__directions-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-quick-consultation__direction {
  -webkit-box-shadow: 3px 3px 10px 1px rgba(51, 44, 56, 0.2);
          box-shadow: 3px 3px 10px 1px rgba(51, 44, 56, 0.2);
  border-radius: 10px;
  padding: 19px 22px;
  width: calc(50% - 8px);
  margin-bottom: 17px;
}

@media (max-width: 900px) {
  .main-quick-consultation__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-quick-consultation__directions {
    display: none;
  }
}

@media (max-width: 500px) {
  .main-quick-consultation__form-wrap {
    padding: 39px 19px 25px;
    -webkit-box-shadow: 3px 3px 5px 1px rgba(51, 44, 56, 0.16);
            box-shadow: 3px 3px 5px 1px rgba(51, 44, 56, 0.16);
  }
}

@media (max-width: 900px) {
  .main-quick-consultation__title {
    display: none;
  }
}

.main-quick-consultation__legend {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 900px) {
  .main-quick-consultation__legend {
    display: none;
  }
}

.privacy-policy {
  display: block;
  max-width: 1127px;
  padding: 72px 69px 119px;
}

@media (max-width: 1200px) {
  .privacy-policy {
    margin: 30px;
  }
}

@media (max-width: 900px) {
  .privacy-policy {
    padding: 50px 35px 70px;
  }
}

@media (max-width: 500px) {
  .privacy-policy {
    margin: 16px;
    padding: 35px 25px 50px;
  }
}

.privacy-policy__content p {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 1em;
}

.footer {
  background: #3A3E3E;
}

@media (max-width: 1040px) {
  .footer {
    display: none;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0 0 0;
}

.footer__container-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 80px 0;
}

.footer__container-bottom-url {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  -webkit-transition: all;
  transition: all;
  text-decoration: none;
}

.footer__container-bottom-url:hover {
  opacity: 0.5;
}

.footer__container-bottom-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 33px;
  color: #FFFFFF;
  -webkit-transition: all;
  transition: all;
  text-decoration: none;
}

.footer__container-bottom-title:hover {
  opacity: 0.5;
}

.footer__container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer__container-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  margin-top: 10px;
  margin-right: 30px;
}

.footer__container-top-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all;
  transition: all;
}

.footer__container-top-menu li a:hover {
  opacity: 0.5;
}

.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-right: 33px;
}

.footer__social-list a {
  text-decoration: none;
  height: 30px;
  width: 30px;
  border-radius: 10px;
}

.footer__social-list a:hover {
  -webkit-box-shadow: 0 4px 16px rgba(178, 174, 182, 0.3);
          box-shadow: 0 4px 16px rgba(178, 174, 182, 0.3);
}

/*# sourceMappingURL=main.css.map */
