@import "/local/templates/DVIGA-main/assets/css/globalStyles.css";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800&subset=cyrillic");

/*! normalize.css v7.0.0 | 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 *    IE on Windows Phone and in iOS. */
.cycle__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

#video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  opacity: 0.5;
  width: 100%;
  background-size: 100% 100%;
  background-color: black;
  height: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  z-index: 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  /* стили только для IE10 */
  #video {
    width: auto;
    height: auto;
  }
}

#section1 {
  background: #212121;
}

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  min-height: 100vh;
}

/* Sections   ========================================================================== */
/** * Remove the margin in all browsers (opinionated). */
body {
  margin: 0;
}

/** * Add the correct display in IE 9-. */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content   ========================================================================== */
/** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/** * Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/** * 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, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics   ========================================================================== */
/** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}

/** * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/** * Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/** * Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/** * 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   ========================================================================== */
/** * Add the correct display in IE 9-. */
audio,
video {
  display: inline-block;
}

/** * Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** * Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/** * Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

/* Forms   ========================================================================== */
/** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 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;
}

/** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` *    controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/** * 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 */
}

/** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/** * Remove the default vertical scrollbar in IE. */
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 and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */
details,
/* 1 */
menu {
  display: block;
}

/* * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Scripting   ========================================================================== */
/** * Add the correct display in IE 9-. */
canvas {
  display: inline-block;
}

/** * Add the correct display in IE. */
template {
  display: none;
}

/* Hidden   ========================================================================== */
/** * Add the correct display in IE 10-. */
[hidden] {
  display: none;
}

/** * Owl Carousel v2.3.3 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/** * Owl Carousel v2.3.3 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*! * fullPage 2.9.7 * https://github.com/alvarotrigo/fullPage.js * MIT licensed * * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

html {
  height: 100%;
  line-height: 1.3;
}

body {
  font-family: "Montserrat", "sans-serif";
  position: relative;
}

.block-scroll {
  overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: none;
  /* Убираем исходные маркеры */
  counter-reset: num;
  /* Задаём имя счетчика */
  position: relative;
  padding: 0;
}

ol li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}

ol li:before {
  position: absolute;
  left: 0;
  content: counter(num) ". ";
  /* Выводим число */
  counter-increment: num;
  /* Увеличиваем значение счётчика */
  color: #f36c24;
  font-style: italic;
}

p {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

:focus {
  outline: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
}

input,
select,
button {
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}

.wrapper-static {
  width: 1180px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}

.wrapper_full {
  width: 100%;
  min-width: 1140px;
  margin: 0 auto;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.screen-content {
  padding-top: 24vh;
  margin-left: 19vw;
  margin-right: 5rem;
  height: 100%;
  bottom: 0;
  z-index: 2;
  position: absolute;
}

.title__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  max-width: fit-content;
}

.page-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 230px;
}

.sidebar {
  width: 270px;
  position: relative;
}

.static-content {
  width: 100%;
  max-width: 810px;
}

.hashtag {
  margin-right: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  display: inline-block;
  position: relative;
  color: #878787;
}

.hashtag:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #f36c24;
  width: 0%;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hashtag:last-child {
  margin-right: 0;
}

.hashtag:before {
  content: "#";
  color: #f36c24;
}

.hashtag:hover:after {
  width: 100%;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.def-text {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 30px;
}

a.def-text {
  display: inline-block;
}

.list-number {
  color: #f36c24;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.long-arrow-left,
.long-arrow-right {
  width: 17px;
  height: 5px;
  stroke: #f36c24;
}

.long-arrow-left {
  margin-right: 5px;
}

.long-arrow-right {
  margin-left: 5px;
}

.nav-link-text {
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  color: #878787;
  cursor: pointer;
  font-family: "Montserrat", "sans-serif";
}

.gallery__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 500px;
  height: 350px;
}

.wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.underline {
  position: relative;
  padding-bottom: 3px;
}

.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #f36c24;
  width: 0%;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.underline:hover:after {
  width: 100%;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.invert_white {
  color: #c9c9c9 !important;
}

.invert_white:hover {
  color: #fff !important;
}

.invert_black {
  color: #878787;
}

.invert_black:hover {
  color: #231f20;
}

.sidebar__wrapper {
  width: 270px;
}

.v-alert {
  border: 1px solid;
  border-color: #db2727 !important;
}

.checkbox {
  width: 17px;
  height: 17px;
  border: 2px solid #f36c24;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
}

.checkbox__inner {
  background: #f36c24;
  display: none;
  width: 7px;
  height: 7px;
}

.checkbox__active {
  display: block;
  -webkit-animation: checkboxIn 0.3s;
  animation: checkboxIn 0.3s;
}

input[type="checkbox"] {
  display: none;
}

.gallery__nav button {
  background: none !important;
  border: none !important;
}

form {
  position: relative;
}

.send-overlay {
  position: absolute;
  background: #fff;
  width: 100%;
  min-height: 100%;
  z-index: 90;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.send-overlay__image {
  margin-right: 60px;
}

.send-overlay__title {
  font-size: 34px;
  line-height: 41px;
  font-weight: bold;
  margin-bottom: 20px;
}

.send-overlay__text {
  font-size: 24px;
  line-height: 29px;
}

.post__title-margin {
  margin-bottom: 30px;
}

.underline-all {
  text-decoration: underline;
}

.post-content p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 30px;
}

.post-content a {
  display: inline-block;
}

.post-content ul {
  margin-bottom: 40px;
}

.post-content ul:first-child {
  margin-right: 60px;
}

.post-content ul li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}

.post-content ul li:before {
  position: absolute;
  content: "—";
  color: #f36c24;
  margin-right: 5px;
  left: 0px;
}

.post-content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.sq-digit {
  display: inline-block;
  border: 2px solid #f36c24;
  padding: 10px 20px 20px;
}

.sq-digit__count {
  font-size: 48px;
  line-height: 64px;
  font-weight: bold;
}

.sq-digit__units {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #878787;
}

.sq-digit__description {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-top: 15px;
}

table {
  width: 100%;
  margin: 80px 0;
  border: none !important;
}

table,
th,
td {
  border: none;
  border-collapse: collapse;
  vertical-align: middle;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  position: relative;
}

table tr {
  height: 80px;
}

table tr:nth-child(odd) {
  background: #f2f2f2;
}

table tr:first-child {
  background: none;
}

table th {
  border-bottom: 1px solid #f36c24 !important;
  font-weight: bold;
}

.underline_reverse {
  position: relative;
  padding-bottom: 3px;
}

.underline_reverse:after {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #f36c24;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.underline_reverse:hover:after {
  width: 0%;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news-list {
  margin-bottom: 90px;
}

@media (max-width: 1280px) {
  .screen-content {
    padding-top: 26vh;
    margin-left: 25vw;
    margin-right: 5rem;
  }
}

@media (max-width: 1024px) {
  .sidebar {
    width: 138px;
  }

  .sidebar__wrapper {
    width: 180px;
  }

  .static-content {
    max-width: 488px;
  }

  .page-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 200px;
  }

  .gallery__slide {
    width: 100%;
    height: 340px;
  }

  .wrapper-static {
    width: 768px;
    padding: 0 30px;
  }

  .screen-content {
    padding-top: 34vh;
    margin-left: 24vw;
    margin-right: 8vw;
  }

  .icon-arrow-right {
    height: 15px;
  }

  .title__link {
    display: inline-block;
    margin-left: 0 !important;
    margin-top: 20px;
  }
}

.mobile-link {
  text-decoration: underline;
}

.nav_main {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
  color: #c9c9c9;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  right: 0;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav_main_black {
  margin-top: 4.375rem;
}

.nav_main_white {
  margin-top: 7vh;
  padding: 0 2.6vw;
}

.nav__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__block_left_black {
  margin-left: 3.125rem;
}

.nav__block_right {
  z-index: 1000;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav__block_right_black {
  margin-right: 3.125rem;
}

.nav__logo {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.nav__logo_black {
  width: 13.4375rem;
  left: 3.125rem;
  top: 0;
}

.nav__logo_white {
  width: 11vw;
  left: 0.7vw;
  top: 0;
}

.online-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.online-shop_black {
  margin-right: 3.125rem;
}

.online-shop__link {
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 7px;
}

.online-shop__link:before {
  content: "\\ ";
  color: #f36c24;
  position: relative;
  font-weight: 500;
}

.online-shop__link_white {
  font-size: 13px;
  line-height: 16px;
  margin-right: 50px;
  color: #c9c9c9;
}

.online-shop__link_white:hover {
  color: #fff;
}

.online-shop__link_black {
  font-size: 0.8125rem;
  color: #878787;
}

.online-shop__link_black:hover {
  color: #231f20;
}

.language_black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: -2.5rem;
}

.language_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  line-height: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: -2.5rem;
}

.language__wrapper_black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.language__wrapper_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.language__button {
  cursor: pointer;
}

.language__button_white {
  margin-right: 10px;
}

.language__button_black {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 0.625rem;
}

.language__button_black:last-child {
  margin-right: 0;
}

.language__button_black {
  color: #878787;
}

.language__button_white {
  color: #c9c9c9;
}

.language__active_black {
  font-size: 0.875rem;
  font-weight: 500;
  color: #231f20;
}

.language__active_white {
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  margin-right: 10px;
}

#menu-toggle span {
  display: block;
  background: #f36c24;
}

#menu-toggle {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  left: -0.3125rem;
  cursor: pointer;
}

#menu-toggle #hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20% 15%;
}

#menu-toggle #hamburger span {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 2px;
  position: relative;
}

#menu-toggle #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#menu-toggle #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.325s;
  -o-transition-delay: 0.325s;
  transition-delay: 0.325s;
}

#menu-toggle #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-toggle #cross span {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  left: 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#menu-toggle.open #hamburger span {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#menu-toggle.open #cross span {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#menu-toggle.open #cross span:nth-child(1) {
  height: 100%;
  -webkit-transition-delay: 0.925s;
  -o-transition-delay: 0.925s;
  transition-delay: 0.925s;
}

#menu-toggle.open #cross span:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: 0.675s;
  -o-transition-delay: 0.675s;
  transition-delay: 0.675s;
}

#menu-toggle .hamburger__line:nth-child(1) {
  width: 90%;
}

#menu-toggle .hamburger__line:nth-child(2) {
  width: 99%;
}

#menu-toggle .hamburger__line:nth-child(3) {
  width: 70%;
}

#menu-toggle:hover .hamburger__line:nth-child(1) {
  width: 100%;
}

#menu-toggle:hover .hamburger__line:nth-child(2) {
  width: 100%;
}

#menu-toggle:hover .hamburger__line:nth-child(3) {
  width: 100%;
}

@media (max-width: 1280px) {
  .nav__block_right_white {
    right: 3.7vw;
    top: 9vh;
  }

  .nav_main_white {
    margin-top: 9vh;
    padding: 0 3.7vw;
  }

  .nav__logo_white {
    width: 17vw;
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .online-shop__link_white {
    font-size: 1vw;
    margin-right: 5vw;
  }

  .language_white {
    top: -5.5vh;
  }

  .language__button_white {
    font-size: 0.6vw;
    line-height: 1.3vw;
    margin-right: 0.6vw;
  }

  .language__active_white {
    font-size: 1vw;
  }

  .icon-menu-button_white {
    width: 3.4vw;
    height: 3vw;
  }

  #menu-toggle_white {
    width: 50px;
    height: 50px;
    position: relative;
    left: -5px;
    top: -1vh;
    cursor: pointer;
  }

  #menu-toggle_white #hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 20% 15%;
  }

  #menu-toggle_white #hamburger span {
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 2px;
    position: relative;
  }

  #menu-toggle_white #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  #menu-toggle_white #hamburger span:nth-child(2) {
    -webkit-transition-delay: 0.325s;
    -o-transition-delay: 0.325s;
    transition-delay: 0.325s;
  }

  #menu-toggle_white #hamburger span:nth-child(3) {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }

  #menu-toggle_white #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-toggle_white #cross span {
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #menu-toggle_white #cross span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    left: 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  #menu-toggle_white #cross span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  #menu-toggle.open #hamburger span {
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 0%;
  }

  #menu-toggle.open #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  #menu-toggle.open #hamburger span:nth-child(2) {
    -webkit-transition-delay: 0.125s;
    -o-transition-delay: 0.125s;
    transition-delay: 0.125s;
  }

  #menu-toggle.open #hamburger span:nth-child(3) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  #menu-toggle.open #cross span {
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #menu-toggle.open #cross span:nth-child(1) {
    height: 100%;
    -webkit-transition-delay: 0.925s;
    -o-transition-delay: 0.925s;
    transition-delay: 0.925s;
  }

  #menu-toggle.open #cross span:nth-child(2) {
    width: 100%;
    -webkit-transition-delay: 0.675s;
    -o-transition-delay: 0.675s;
    transition-delay: 0.675s;
  }

  #menu-toggle_white .hamburger__line:nth-child(1) {
    width: 90%;
  }

  #menu-toggle_white .hamburger__line:nth-child(2) {
    width: 99%;
  }

  #menu-toggle_white .hamburger__line:nth-child(3) {
    width: 70%;
  }

  #menu-toggle_white:hover .hamburger__line:nth-child(1) {
    width: 100%;
  }

  #menu-toggle_white:hover .hamburger__line:nth-child(2) {
    width: 100%;
  }

  #menu-toggle_white:hover .hamburger__line:nth-child(3) {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .nav__block_left_black {
    margin-left: 30px;
  }

  .nav__block_right_black {
    margin-right: 30px;
  }

  .nav__block_right_white {
    right: 3vw;
    top: 9.7vh;
  }

  #menu-toggle_white {
    width: 50px;
    height: 50px;
  }

  .nav__logo_white {
    width: 27.5vw;
  }

  .nav_main_white {
    margin-top: 8vh;
    padding: 0 3vw;
  }

  .online-shop__link_white {
    color: #c9c9c9;
    font-size: 1.7vw;
    margin-right: 6.2vw;
  }

  .language_white {
    top: -4vh;
  }

  .language__button_white {
    font-size: 1.5vw;
    line-height: 1.3vw;
    margin-right: 0.8vw;
  }

  .language__active_white {
    font-size: 2vw;
  }

  .icon-menu-button_white {
    width: 6.4vw;
    height: 5vw;
  }
}

.footer {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 37vh;
  background: #2d2829;
}

.footer__logo {
  height: 66px;
}

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3vh;
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 6vh 0 0 3.7vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 6vh 3.7vw 0;
  background: #231f20;
}

.footer__nav-link {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 15px;
  line-height: 24px;
  color: #c9c9c9;
  position: relative;
  padding-bottom: 0.1vh;
}

.footer__nav-link:hover {
  color: #fff;
}

.footer__nav-link:hover:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 3.7vw);
  background: #f36c24;
  bottom: 0;
  left: -3.7vw;
}

.footer__bottom {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 3.7vw;
  font-size: 13px;
}

.footer__block_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 50;
}

.footer__nav {
  margin-left: 8vw;
}

.footer__dark {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 27vw;
  padding-right: 13.5vw;
}

.footer__phone,
.footer__email {
  color: #c9c9c9;
  font-size: 18px;
  margin-bottom: 0.5vw;
}

.footer__dviga {
  color: #f36c24;
  text-decoration: underline;
  padding-right: 13.5vw;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer__dviga:hover {
  color: #fff;
}

.up-button {
  opacity: 0;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 60px;
  height: 60px;
  position: absolute;
  border: 1px solid #f36c24;
  right: 17vw;
  top: -1.7vw;
  z-index: -10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.up-button:hover .icon-arrow-up {
  fill: #f36c24;
}

.icon-arrow-up {
  fill: #fff;
  height: 30px;
  width: 30px;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer__copyrights {
  color: #c9c9c9;
}

.footer__develop {
  color: #c9c9c9;
}

@media (max-width: 1280px) {
  .footer {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 37vh;
    background: #2d2829;
  }

  .footer__logo {
    height: 5.2vw;
  }

  .footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3vh;
  }

  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6vh 0 0 3.7vw;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 6vh 3.7vw 0;
    background: #231f20;
  }

  .footer__nav-link {
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 1vw;
    line-height: 1.8vw;
    color: #c9c9c9;
    position: relative;
    padding-bottom: 0.1vh;
  }

  .footer__nav-link:hover {
    color: #fff;
  }

  .footer__nav-link:hover:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 3.7vw);
    background: #f36c24;
    bottom: 0;
    left: -3.7vw;
  }

  .footer__bottom {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 3.7vw;
    font-size: 1vw;
  }

  .footer__block_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 50;
  }

  .footer__nav {
    margin-left: 8vw;
  }

  .footer__dark {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: 27vw;
    padding-right: 13.5vw;
  }

  .footer__phone,
  .footer__email {
    color: #c9c9c9;
    font-size: 1.3vw;
    margin-bottom: 0.5vw;
  }

  .footer__dviga {
    color: #f36c24;
    text-decoration: underline;
    padding-right: 13.5vw;
  }

  .up-button {
    opacity: 0;
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 5vw;
    height: 5vw;
    position: absolute;
    border: 1px solid #f36c24;
    right: 17vw;
    top: -2.5vw;
    z-index: -10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .up-button:hover .icon-arrow-up {
    fill: #f36c24;
  }

  .icon-arrow-up {
    fill: #fff;
    height: 3vw;
    width: 3vw;
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media (max-width: 1024px) {
  .footer__logo {
    height: 7.2vw;
  }

  .footer__left {
    padding: 5vh 0 0 3vw;
  }

  .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 5vh 3vw 0;
    background: #231f20;
  }

  .footer__block_nav {
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__nav {
    margin-left: 15vw;
  }

  .footer__nav-link {
    font-size: 1.7vw;
    line-height: 3.1vh;
    color: #c9c9c9;
    position: relative;
    padding-bottom: 0.1vh;
  }

  .footer__nav-link:hover {
    color: #fff;
  }

  .footer__nav-link:hover:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 3.7vw);
    background: #f36c24;
    bottom: 0;
    left: -3.7vw;
  }

  .footer__dark {
    padding-right: 0vw;
    position: relative;
  }

  .footer__phone,
  .footer__email {
    color: #c9c9c9;
    font-size: 2vw;
    margin-bottom: 0.5vw;
  }

  .footer__bottom {
    padding: 3vw;
    font-size: 1.3vw;
  }

  .footer__dviga {
    padding-right: 0;
  }

  .up-button {
    width: 7vw;
    height: 7vw;
    left: -3vw;
    top: -10vw;
  }
}

.footer__bg {
  width: 100%;
  min-width: 1180px;
  background: #2d2829;
  position: relative;
}

.footer__bg_right {
  background: #231f20;
  height: 100%;
  position: absolute;
  width: 50%;
  right: 0;
}

.footer-statick {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 300px;
  background: #2d2829;
}

.footer-statick__logo {
  height: 66px;
}

.footer-statick__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.footer-statick__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 70px 0 0 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-statick__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 80px 0 0 110px;
  background: #231f20;
}

.footer-statick__nav-link {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 15px;
  line-height: 24px;
  color: #c9c9c9;
  position: relative;
  padding-bottom: 0.1vh;
}

.footer-statick__nav-link:hover {
  color: #fff;
}

.footer-statick__nav-link:hover:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 50px);
  background: #f36c24;
  bottom: 0;
  left: -50px;
}

.footer-statick__bottom {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  bottom: 70px;
  font-size: 10px;
}

.footer-statick__block_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 50;
}

.footer-statick__nav:first-child {
  margin-left: 100px;
  margin-right: 90px;
}

.footer-statick__dark {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-statick__phone,
.footer-statick__email {
  color: #c9c9c9;
  font-size: 16px;
  margin-bottom: 5px;
}

.footer-statick__dviga {
  color: #f36c24;
  text-decoration: underline;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer-statick__dviga:hover {
  color: #fff;
}

.up-button-static {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 60px;
  height: 60px;
  position: absolute;
  background: #f36c24;
  border: 1px solid #f36c24;
  right: 0;
  top: -30px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.up-button-static:hover .icon-arrow-up {
  fill: #231f20;
}

.arrow-up-static {
  fill: #fff;
  height: 30px;
  width: 30px;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer-statick__copyrights {
  color: #c9c9c9;
}

.footer-statick__develop {
  color: #c9c9c9;
}

@media (max-width: 1024px) {
  .footer-statick__nav-items {
    margin-bottom: 5px;
  }

  .footer-statick__block_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-statick__nav:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-statick__right {
    padding-left: 50px;
  }

  .footer-statick__logo {
    margin-right: 100px;
  }

  .footer__bg {
    min-width: 768px;
  }

  .footer-statick__bottom {
    bottom: 60px;
  }

  .footer-statick {
    height: 380px;
  }
}

.side-menu {
  z-index: 100;
  font-weight: 500;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.side-menu_black {
  color: #878787;
  width: 270px;
}

.side-menu_white {
  color: #c9c9c9;
  position: absolute;
  left: 2.7vw;
  top: 24vh;
}

.side-menu__link {
  font-size: 13px;
  line-height: 24px;
  position: relative;
  padding-bottom: 0.1vh;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.side-menu__link:after {
  width: 0;
}

.side-menu__link:hover:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 3.7vw);
  background: #f36c24;
  bottom: 0;
  left: -3.7vw;
}

.side-menu__link_black {
  color: #878787;
}

.side-menu__link_black:hover {
  color: #231f20;
}

.side-menu__link_white {
  color: #c9c9c9;
}

.side-menu__link_white:hover {
  color: #fff;
}

.side-menu__item_black {
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .side-menu_white {
    top: 35vh;
  }

  .side-menu_black {
    width: 120px;
  }

  .side-menu__item_white {
    margin-bottom: 0.9vw;
  }
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff;
  width: 5px;
  height: 5px;
}

#fp-nav ul li .active span,
.fp-slidesNav ul li .active span {
  border: 2px solid #f36c24;
}

#fp-nav {
  border-left: 1px solid #f36c24;
  right: 4.5vw !important;
  margin-top: -25vh !important;
}

#fp-nav ul {
  position: relative;
  left: -8px;
}

#fp-nav ul li {
  margin: 0 0 15vh 0;
}

#fp-nav ul li:hover a span {
  width: 11px;
  height: 11px;
}

#fp-nav ul li:first-child {
  top: -0.5vh;
}

#fp-nav ul li:last-child {
  display: none;
}

#fp-nav ul li:nth-child(3) {
  margin-bottom: 0;
  bottom: -0.5vh;
}

@media (max-width: 1024px) {
  #fp-nav {
    border-left: 1px solid #f36c24;
    right: 3vw !important;
    margin-top: -25vh !important;
  }
}

.menu-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0.95;
  padding: 30px;
  position: fixed;
  z-index: 190;
  background: #2d2829;
  width: 100%;
  height: 100%;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: auto;
}
.menu-slide__block{
  display:flex !important;
   flex-direction: column !important;
}
.d-flex{
  display:flex !important;
}
.flex-column{
  flex-direction: column !important;
}


.language__wrapper_mobile {
  display: none;
}

.menu-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-slide__column {
  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;
  margin-right: 5vw;
}

.menu-slide__column:last-child {
  margin-right: 0;
}

.menu-slide__list {
  margin-bottom: 5vh;
}

.menu-slide__block {
  position: relative;
}

.menu-slide__block:last-child .menu-slide__list {
  margin-bottom: 0vh;
}

.menu-slide__title {
  display: inline-block;
  font-weight: bold;
  line-height: normal;
  font-size: 28px;
  color: #f36c24;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 3vh;
}

.menu-slide__title:hover {
  color: #fff;
}

.menu-slide__title:last-child {
  margin-bottom: 0;
}

.menu-slide__link {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1vw;
  line-height: 1.8vw;
  color: #c9c9c9;
  position: relative;
  padding-bottom: 0.1vh;
}

.menu-slide__link:hover {
  color: #fff;
}

.menu-slide__link:hover:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 3.7vw);
  background: #f36c24;
  bottom: 0;
  left: -3.7vw;
}

.menu-slide__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-slide__phone,
.menu-slide__email {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1vw;
  color: #c9c9c9;
  padding-bottom: 0.1vh;
}

.menu-slide__phone:hover,
.menu-slide__email:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .menu-slide__link {
    font-size: 1.8vw;
    line-height: 2vh;
  }

  .menu-slide__phone,
  .menu-slide__email {
    font-size: 1.8vw;
    line-height: 2vh;
  }
}

.button_clear {
  min-width: 110px;
  background: #f36c24;
  padding: 0.4375rem 0.9375rem;
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 110px;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button_clear:hover {
  background: #e8590d;
}

.icon-cross {
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.625rem;
  stroke: #fff;
}

.post__title {
  font-size: 33px;
  line-height: 37px;
  font-weight: bold;
}

.title_big {
  font-size: 5.2vw;
  line-height: 6.5vw;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 5;
}

.title_big:before {
  position: absolute;
  content: "\\ ";
  color: #f36c24;
  left: -2.8125rem;
}

.title_big_static {
  font-size: 4rem;
  line-height: 4.875rem;
  font-weight: bold;
  display: inline-block;
  color: #231f20;
  position: relative;
  display: inline;
  z-index: 5;
}

.title_big_static:before {
  position: absolute;
  content: "\\ ";
  color: #f36c24;
  left: -2.8125rem;
}

.title_post {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 1280px) {
  .title_big {
    font-size: 5.6vw;
    line-height: 6.5vw;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    position: relative;
    display: inline;
    z-index: 5;
  }

  .title_big:before {
    position: absolute;
    content: "\\ ";
    color: #f36c24;
    left: -2.8125rem;
  }
}

@media (max-width: 1024px) {
  .title_big {
    font-size: 6.1vw;
    line-height: 7.9vw;
  }

  .title_big:before {
    left: -30px;
  }

  .title_big_static {
    font-size: 48px;
    line-height: 105px;
    font-weight: bold;
    display: inline-block;
    color: #231f20;
    position: relative;
    display: inline;
    z-index: 5;
  }

  .title_big_static:before {
    position: absolute;
    content: "\\ ";
    color: #f36c24;
    left: -2.8125rem;
  }

  .post__title {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
  }
}

.lightbox {
  cursor: pointer;
}

#AI_lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1100;
  opacity: 0;
  display: none;
  /* -------- the image in LightBox */
}

#AI_lightbox span {
  position: absolute;
  cursor: pointer;
  z-index: 110;
  text-align: center;
  text-shadow: 0px 0px 5px #000;
}

#AI_lightbox span i {
  font-size: 3em;
  color: #fff;
  line-height: 100px;
  width: 100px;
}

#AI_lightbox img {
  /* -------- If you like the edges around the picture just change a max-width and max-height to 90vw */
  max-width: 900px;
  max-height: 900px;
  width: 100%;
  position: absolute;
  /* -------- Set image to center */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.AI_lightbox_grid .block {
  float: left;
  width: 33.3vw;
  height: 33.3vw;
  overflow: hidden;
}

.AI_lightbox_grid .block img {
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.follow {
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 50px;
  margin: 0px;
  padding: 0px;
  background: rgba(0, 0, 0, 0.1);
  text-align: left;
}

.follow a {
  display: inline-block;
  line-height: 50px;
  padding: 0px 10px;
  color: #000;
  cursor: pointer;
}

.follow a i {
  display: inline-block;
  line-height: 50px;
  pointer-events: none;
}

.lightbox__next {
  width: 30px;
  height: 30px;
  background: url("../../img/general/lightbox-right.svg") no-repeat 50% 50%;
  background-size: cover;
}

.lightbox__prev {
  width: 30px;
  height: 30px;
  background: url("../../img/general/lightbox-left.svg") no-repeat 50% 50%;
  background-size: cover;
}

.lightbox__close {
  width: 25px;
  height: 25px;
  background: url("../../img/general/close.svg") no-repeat 50% 50%;
  background-size: cover;
}

.close {
  display: inline-block;
  right: 100px;
  top: 50px;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.close:hover {
  opacity: 0.5;
}

.next {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.next:hover {
  opacity: 0.5;
}

.prev {
  position: absolute;
  left: 70px;
  top: 50%;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.prev:hover {
  opacity: 0.5;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #231f20;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  width: 250px;
  height: 38px;
}

.select-styled {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  padding: 8px 15px;
}

@include transition(all 0.2s ease-in);

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #f36c24 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-styled:active,
.select-styled.active {
  border: 1px solid #f36c24;
  background-color: #f05c0d;
  color: #fff;
}

.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

.select-options li {
  margin: 0;
  padding: 10px 15px;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}

.select-options li:last-child {
  border-bottom: 1px solid #c9c9c9;
}

@include transition(all 0.15s ease-in);

.select-options li:hover {
  color: #fff;
  border-top: 1px solid #f36c24;
  border-left: 1px solid #f36c24;
  border-right: 1px solid #f36c24;
  background: #f36c24;
}

.select-options li:hover:last-child {
  border-bottom: 1px solid #f36c24;
}

.select-options li[rel="hide"] {
  display: none;
}

.card-container {
  margin: 0 auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  top: -5px;
}

.card {
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-container.flip .front {
  /* For IE10 you have to animate each face separately. */
  /* Isnt great on low end devices because */
  /* they can animate at different times */
  /* IE9 does not support CSS animations */
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card-container.flip .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.card .front,
.card .back {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.card .front {
  /* z-index so front card stays above back */
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.card .back {
  /* back, initially hidden */
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

@-webkit-keyframes checkboxIn {
  0% {
    width: 0px;
    height: 0px;
  }

  50% {
    width: 11px;
    height: 11px;
  }

  100% {
    width: 7px;
    height: 7px;
  }
}

@keyframes checkboxIn {
  0% {
    width: 0px;
    height: 0px;
  }

  50% {
    width: 11px;
    height: 11px;
  }

  100% {
    width: 7px;
    height: 7px;
  }
}

.statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #c9c9c9;
  position: absolute;
  top: 8vh;
}

.digest__carousel {
  left: -20px;
}

.statistic__item {
  font-size: 14px;
  line-height: 22px;
  margin-right: 3.1vw;
}

.statistic__item:last-child {
  margin-right: 0;
}

.digit-counter {
  color: #f36c24;
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
}

.main__background {
  background: url("../../img/general/pages/main/main-bg.jpg") no-repeat 25% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
}

.overlay-screen {
  background: rgba(34, 30, 31, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}

.digest {
  margin-top: 18vh;
  max-width: 65vw;
}

.digest__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4vh;
}

.digest__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.digest__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.digest__link {
  color: #c9c9c9;
  font-size: 1vw;
  font-weight: 500;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.digest__link:hover {
  color: #fff;
}

.digest__title {
  color: #f36c24;
  font-size: 1.8vw;
  line-height: 4vw;
  font-weight: bold;
  margin-right: 2vw;
}

.digest__news-title {
  color: #fff;
}

.icon-arrow-right {
  stroke: #f36c24;
  width: 1.1vw;
  max-height: 15px;
}

.digest__news-wrapepr {
  position: relative;
  padding-left: 1.5vw;
  margin-bottom: 1px;
}

.digest__news-wrapepr:before {
  content: "\\\\";
  position: absolute;
  left: 0;
  color: #f36c24;
  font-weight: bold;
  font-size: 1.6vw;
  top: 0;
}

.digest__news-title {
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 500;
  display: inline;
}

.digest .icon {
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.digest .icon:hover {
  fill: #f36c24;
}

.digest__news-title:hover {
  border-bottom: 1px solid #f36c24;
}

.digest__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.digest__nav button {
  background: none;
  border: none;
}

.digest .nav-arrow-left,
.digest .nav-arrow-right {
  fill: #fff;
  width: 0.5vw;
  cursor: pointer;
}

.digest .icon {
  max-height: 2vw;
}

.digest .owl-dot {
  width: 0.5vw;
  height: 0.5vw;
  padding: 0;
  margin: 0 0.3vw;
  background: #c9c9c9;
  border-radius: 50px;
}

.digest .owl-dot.active {
  background: #f36c24;
}

#section2 {
  background: url("../../img/general/pages/main/screen_2.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.title__link {
  margin-left: 5.5vw;
  white-space: nowrap;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
}

.section {
  overflow: hidden;
}

.product__item {
  width: 13vw;
  min-width: 13vw;
  height: 53vh;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: 0;
  display: inline-block;
  word-wrap: normal;
  -webkit-transform: translate3d(0px, 5vh, 0px);
  -ms-transform: translate3d(0px, 5vh, 0px);
  transform: translate3d(0px, 5vh, 0px);
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product__item:hover {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.product__title {
  background: #f36c24;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 1.2vw;
  line-height: 1.7vw;
  font-weight: bold;
  color: #fff;
  padding: 1.5vw 0.4vw;
  position: relative;
  left: -0.9vw;
  width: 2.6vw;
  display: inline-block;
}

.product__title:after {
  content: "";
  position: absolute;
  width: 2.6vw;
  height: 3.9vw;
  background: url("../../img/general/title-bg.svg") no-repeat 50% 50%;
  background-size: cover;
  left: 0px;
  top: -3vw;
  z-index: -1;
}

#section3 {
  background: url("../../img/general/pages/main/screen_3.jpg") no-repeat 50% 50%;
  background-size: cover;
  z-index: 5;
}

.cycle__more-link {
  display: inline-block;
}

.cycle {
  width: 53vw;
  height: 56vh;
  background: url("../../img/general/pages/main/cycle.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bage {
  background: #f36c24;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 1.2vw;
  line-height: 1.7vw;
  font-weight: bold;
  color: #fff;
  padding: 1.5vw 0.4vw;
  position: relative;
  left: -1.2vw;
  width: 2.6vw;
}

.bage:after {
  content: "";
  position: absolute;
  width: 2.6vw;
  height: 3.9vw;
  background: url("../../img/general/title-bg.svg") no-repeat 50% 50%;
  background-size: cover;
  left: 0px;
  bottom: -3vw;
  z-index: -1;
}

.point {
  width: 2.2vw;
  height: 2.2vw;
  background: url("../../img/general/point.svg") no-repeat 50% 50%;
  background-size: contain;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1vw;
  cursor: pointer;
  position: relative;
  z-index: 50;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.point:hover {
  opacity: 0.5 !important;
}

.object {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cycle .bage:after {
  background: url(../../img/general/title-bg2.svg) no-repeat 50% 50%;
}

#tooltip {
  position: absolute;
  z-index: 10;
  color: #fff;
  width: 93%;
  bottom: 0;
  display: none;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tooltip__top {
  background: #f36c24;
  padding: 0.3vw 1.5vw;
  font-size: 1vw;
  font-weight: bold;
}

.tooltip__bottom {
  background: rgba(0, 0, 0, 0.5);
  padding: 1.1vw 1.5vw;
  font-size: 0.8vw;
  line-height: 1.025vw;
}

#section4 {
  color: #c9c9c9;
  overflow: visible;
}

.page-scroll-button {
  fill: #f36c24;
  width: 2.5vw;
  height: 3vh;
  position: absolute;
  bottom: 5vh;
  left: 3.7vw;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation: mymove 2s infinite;
  animation: mymove 2s infinite;
}

.page-scroll-button:hover {
  fill: #fff;
}

.points__list {
  display: flex;
  margin-bottom: 50px;
  position: absolute;
  top: 10vh;
  left: 5%;
}

.points__list li {
  margin-right: 10px;
}

@media (max-width: 1280px) {
  .statistic {
    top: 11vh;
  }

  .statistic__item {
    font-size: 1.1vw;
    line-height: 1.5vw;
    margin-right: 4.1vw;
  }

  .digit-counter {
    font-size: 1.9vw;
    line-height: 1.8vw;
  }

  .digest {
    margin-top: 16vh;
    max-width: 65vw;
  }

  .digest__row {
    margin-bottom: 4vh;
  }

  .digest__link {
    font-size: 1vw;
  }

  .digest__title {
    font-size: 1.9vw;
    line-height: 4vw;
    margin-right: 2vw;
  }

  .digest__news-title {
    font-size: 1vw;
    line-height: 1vw;
  }

  .digest .nav-arrow-left,
  .digest .nav-arrow-right {
    width: 0.5vw;
  }

  .digest .icon {
    max-height: 2vw;
  }

  .digest .owl-dot {
    width: 0.5vw;
    height: 0.5vw;
    margin: 0 0.3vw;
  }

  .bage {
    background: #f36c24;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 1.4vw;
    line-height: 1.7vw;
    font-weight: bold;
    color: #fff;
    padding: 1.5vw 0.4vw;
    position: relative;
    left: -1.2vw;
    width: 2.6vw;
  }

  .bage:after {
    content: "";
    position: absolute;
    width: 2.6vw;
    height: 3.9vw;
    background: url("../../img/general/title-bg.svg") no-repeat 50% 50%;
    background-size: cover;
    left: 0px;
    bottom: -3vw;
    z-index: -1;
  }

  .product__title {
    background: #f36c24;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 1.4vw;
    line-height: 1.7vw;
    font-weight: bold;
    color: #fff;
    padding: 1.5vw 0.4vw;
    position: relative;
    left: -0.9vw;
    width: 2.6vw;
  }
}

.cycle__overlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .statistic {
    left: -20.2vw;
    top: 22vh;
    margin-bottom: 3.5vh;
  }

  .statistic__item {
    font-size: 1.8vw;
    line-height: 2.8vw;
    margin-right: 5.1vw;
  }

  .digit-counter {
    font-size: 3.7vw;
    line-height: 1.8vw;
  }

  .digest {
    max-width: 100%;
    position: absolute;
    bottom: 3.9vh;
  }

  .digest__title {
    margin-right: 3.2vw;
    font-size: 3.1vw;
  }

  .digest__row {
    margin-bottom: 4.5vh;
  }

  .digest__news-title {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .digest__link {
    font-size: 1.7vw;
  }

  .digest .owl-dot {
    width: 1vw;
    height: 1vw;
  }

  .digest.nav-arrow-left,
  .digest.nav-arrow-right {
    width: 0.2vw;
  }

  .digest .icon {
    width: 2vw;
  }

  .product__item {
    width: 16.5vw;
    min-width: 16.5vw;
    height: 46vh;
    -webkit-transform: translate3d(0px, 5vh, 0px);
    -ms-transform: translate3d(0px, 5vh, 0px);
    transform: translate3d(0px, 5vh, 0px);
  }

  .title__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .title__wrapper .icon-arrow-right {
    max-height: 2vw;
    width: 2.5vw;
  }

  .product__title {
    font-size: 2.6vw;
    padding: 2vw 1.2vw;
    left: -1.9vw;
    width: 4.6vw;
  }

  .product__title:after {
    width: 4.6vw;
    height: 7.9vw;
    top: -6.5vw;
  }

  .cycle {
    width: calc(100% + 8vw);
    height: 42vh;
    left: 0vw;
  }

  .bage {
    font-size: 2.3vw;
    line-height: 2.5vw;
    padding: 1.5vw 0.4vw;
    left: -1.6vw;
    width: 3.8vw;
  }

  .bage:after {
    width: 3.8vw;
    height: 3.9vw;
    bottom: -3vw;
    z-index: -1;
  }

  .point {
    width: 3.6vw;
    height: 3.6vw;
    font-size: 1.5vw;
  }

  #tooltip {
    width: 93%;
  }

  .tooltip__top {
    padding: 0.3vw 1.9vw;
    font-size: 2vw;
  }

  .tooltip__bottom {
    padding: 2vw 1.9vw;
    font-size: 1.7vw;
    line-height: 1.8vw;
  }

  .cycle__more-link {
    display: block;
    position: relative;
    top: -1vh;
  }
}

.onlineShopLink {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  color: #c9c9c9;
  margin-bottom: 45px;
  display: none;
}

.onlineShopLink::before {
  content: "\\ ";
  margin-bottom: 45px;
  color: #f36c24;
}

@media (max-width: 1024px) {
  .title_big {
    font-size: 4.5vw;
    line-height: normal;
  }

  .digit-counter {
    font-size: 2.7vw;
  }

  .digest__news-title {
    font-size: 1.4vw;
  }

  .digest__title {
    font-size: 1.7vw;
    margin-right: 2.2vw;
  }

  .nav__logo {
    width: 18.5vw;
  }

  .product__title {
    font-size: 1.5vw;
  }

  .bage {
    font-size: 1.5vw;
  }

  .bage:after {
    width: 3.8vw;
    height: 4.4vw;
  }

  .points__list {
    top: 6vh;
  }

  .up-button {
    top: -6vw;
  }

  .footer__left {
    padding: 3vh 0 0 3vw;
  }

  .footer__right {
    padding: 3vh 3vw 0;
  }

  .footer-statick__nav-link {
    line-height: 19px;
  }

  .language__button_white {
    font-size: 1.3vw;
  }

  .language__active {
    font-size: 1.5vw;
  }

  .online-shop__link_white {
    font-size: 1.5vw;
  }

  .footer__logo {
    height: 5.2vw;
  }
}

@media (max-width: 576px) {
  .post-content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .sq-digit {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sq-digit__units {
    font-size: 14px;
    line-height: 17px;
  }

  .gallery__slide {
    height: 210px;
  }

  .send-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .send-overlay__image {
    margin-right: 0;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
  }

  .send-overlay__title {
    font-size: 20px;
    line-height: 24px;
  }

  .send-overlay__text {
    font-size: 14px;
    line-height: 17px;
    max-width: 160px;
    display: inline-block;
  }

  .page-wrapper {
    padding-top: 140px;
  }

  .screen-content {
    padding-left: 12vw;
    padding-top: 20vh;
    padding-right: 6vw;
    margin: 0;
    width: 100%;
  }

  .wrapper-static {
    width: 320px;
    padding: 0 15px;
  }

  .sidebar {
    display: none;
  }

  .mobile-full {
    width: 100% !important;
    padding: 0 !important;
  }
}

@media (max-width: 576px) {
  .nav_main_black {
    margin-top: 1.875rem;
  }

  .nav__block_right_black {
    display: inline-block;
  }

  .nav__block_left_black {
    margin-left: 15px;
  }

  .nav__block_right_black {
    margin-right: 0;
  }

  .nav__block_right_white {
    right: 6vw;
    top: 8.2vh;
  }

  #menu-toggle_white {
    width: 30px;
    height: 30px;
  }

  .nav_main_white {
    margin-top: 6vh;
    padding: 0 6vw;
  }

  .nav__logo_white {
    width: 47vw;
  }

  .online-shop__link_white {
    display: none;
  }

  .language_white {
    display: none;
  }

  .icon-menu-button_white {
    width: 15.4vw;
    height: 7vw;
  }

  .menu {
    position: fixed;
    top: 0;
    z-index: 2000;
  }

  .online-shop__link_black {
    display: none;
  }

  .language_black {
    display: none;
  }

  .nav__logo_black {
    width: 9.375rem;
    left: 0.9375rem;
  }

  .menublack {
    top: 30px;
  }

  .menuwhite {
    top: 6vh;
    right: 8.7vw;
  }
}

@media (max-width: 576px) {

  .footer__phone,
  .footer__email {
    text-decoration: underline;
  }

  .footer {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2vh 6vw 0 19vw;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .footer__right {
    padding: 2vh 6vw 9vh 19vw;
    background: none;
  }

  .footer__dark {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__phone,
  .footer__email {
    font-size: 5vw;
    margin-bottom: 0.5vw;
  }

  .footer__logo {
    height: 13.4vw;
    left: -10vw;
    position: relative;
  }

  .footer__nav {
    margin-left: 13vw;
  }

  .footer__block_nav {
    margin-top: 1vh;
    align-items: flex-start;
    padding-left: 0;
  }

  .footer__nav-link {
    font-size: 3.9vw;
    line-height: 4.5vh;
    padding-bottom: 0.1vh;
  }

  .footer__nav-link:hover {
    color: #fff;
  }

  .footer__nav-link:hover:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 19vw);
    background: #f36c24;
    bottom: 0;
    left: -19vw;
  }

  .footer__bottom {
    padding: 0vw;
    left: 18vw;
    bottom: 5.5vh;
    line-height: 4vh;
    font-size: 3vw;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 73%;
  }

  .up-button {
    display: none;
  }

  .section {
    min-height: 100vh;
  }
}

@media (max-width: 576px) {

  .footer-statick__phone,
  .footer-statick__email {
    text-decoration: underline;
  }

  .footer__bg_right {
    display: none;
  }

  .footer__bg {
    min-width: 0;
  }

  .footer-statick {
    min-height: 570px;
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-statick__dark {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-statick__logo {
    position: relative;
    margin-right: 0;
    left: -35px;
    width: 150px;
    margin-bottom: 40px;
  }

  .footer-statick__nav-link {
    font-size: 3.9vw;
    line-height: 4.5vh;
    padding-bottom: 0.1vh;
  }

  .footer-statick__nav-link:hover {
    color: #fff;
  }

  .footer-statick__nav-link:hover:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 19vw);
    background: #f36c24;
    bottom: 0;
    left: -19vw;
  }

  .footer-statick__bottom {
    padding: 0vw;
    left: 18vw;
    bottom: 5.5vh;
    line-height: 4vh;
    font-size: 3vw;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 73%;
  }

  .up-button {
    display: none;
  }

  .section {
    min-height: 100vh;
  }

  .footer-statick__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 35px;
  }

  .footer-statick__nav-link {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
  }

  .footer-statick__right {
    background: #2d2829;
  }

  .footer-statick__right {
    padding: 0;
    margin-top: 50px;
  }

  .footer-statick__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    bottom: auto;
    margin: 40px 0;
  }

  .footer-statick__copyrights {
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 10px;
  }

  .footer-statick__develop {
    font-size: 10px;
    line-height: 11px;
  }
}

@media (max-width: 576px) {
  .side-menu {
    display: none;
  }

  .sidebar__wrapper {
    display: none;
  }

  .onlineShopLink {
    display: inline-block;
  }
}

@media (max-width: 576px) {
  #fp-nav {
    display: none;
  }
}

@media (max-width: 576px) {

  .menu-slide__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-slide__title {
    font-size: 20px;
  }

  .menu-slide__title:last-child {
    margin-bottom: 3vh;
  }

  .menu-slide__link {
    font-size: 4.2vw;
    line-height: 4vh;
  }

  .menu-slide__block:last-child .menu-slide__list {
    margin-bottom: 5vh;
  }

  .language__wrapper_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 8vh;
    margin-top: 17vh;
  }

  .language__button_mobile {
    color: #c9c9c9;
    font-size: 5vw;
    margin-right: 3vw;
  }

  .language__active_mobile {
    font-weight: 500;
    font-size: 6vw;
    color: #fff;
  }

  .menu-slide__phone,
  .menu-slide__email {
    font-size: 4.2vw;
    line-height: 4vh;
  }
}

@media (max-width: 576px) {
  .title_big {
    font-size: 7.5vw;
    line-height: 8.9vw;
  }

  .title_big:before {
    left: -5vw;
  }

  .post__title {
    font-size: 18px;
    line-height: 24px;
  }

  .title_post {
    font-size: 18px;
    line-height: 24px;
  }

  .title_big_static {
    font-size: 24px;
    line-height: 0;
  }

  .title_big_static:before {
    position: relative;
    left: 0;
  }
}

@media (max-width: 576px) {
  .close {
    right: 60px;
  }

  .next {
    right: 60px;
  }

  .prev {
    left: 30px;
  }
}

@media (max-width: 576px) {
  .statistic {
    left: 0;
    top: 0;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .statistic__item {
    font-size: 3.6vw;
    line-height: 5vw;
    margin-bottom: 5vw;
    margin-right: 12vw;
  }

  .statistic__item:nth-child(2) {
    margin-right: 0;
  }

  .digit-counter {
    font-size: 5.5vw;
  }

  .digest {
    position: relative;
    margin-top: 8vh;
    margin-left: 7vw;
    bottom: 0vh;
    max-width: 92%;
  }

  /*.digest__dots {*/
  /*display: none;*/
  /*}*/
  .digest__title {
    font-size: 5.5vw;
    margin-bottom: 2.5vh;
  }

  .digest__link {
    font-size: 3.8vw;
  }

  .digest__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 3.5vh;
  }

  .digest__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .digest__nav {
    position: absolute;
    bottom: 0;
    right: 3vw;
  }

  .digest .owl-dot {
    width: 2vw;
    height: 2vw;
    margin: 0 0.5vw;
  }

  .digest__news-title {
    font-size: 3.8vw;
  }

  .digest__news-wrapepr {
    padding-left: 5vw;
  }

  .digest__news-wrapepr:before {
    left: 0;
    font-size: 5vw;
  }

  .digest__carousel {
    position: relative;
    left: -2vw;
  }

  .digest .icon-arrow-right {
    max-height: 2vw;
    width: 5vw;
  }

  .digest .nav-arrow-left,
  .digest .nav-arrow-right {
    width: 3vw;
    height: 3vw;
  }

  .products {
    position: absolute;
    right: 0;
  }

  .product__item {
    width: 19vw;
    min-width: 19vw;
    height: 55vh;
    -webkit-transform: translate3d(0px, 5vh, 0px);
    -ms-transform: translate3d(0px, 5vh, 0px);
    transform: translate3d(0px, 5vh, 0px);
  }

  .product__title {
    font-size: 4.2vw;
    padding: 5vw 4.2vw;
    left: -5vw;
    width: 10.4vw;
  }

  .product__title:after {
    width: 10.4vw;
    height: 15.9vw;
    top: -10vw;
  }

  .bage {
    font-size: 4.6vw;
    line-height: 3vw;
    padding: 2.5vw 2.5vw;
    left: -2.6vw;
    width: 8.8vw;
  }

  .bage:after {
    width: 8.8vw;
    height: 9.6vw;
    bottom: -3vw;
    z-index: -1;
  }

  .point {
    display: none;
  }

  .cycle__more-link {
    display: block;
    position: relative;
    top: -1vh;
  }

  .title__wrapper .icon-arrow-right {
    max-height: 2vw;
    width: 5vw;
  }

  .page-scroll-button {
    display: none;
  }

  .section {
    min-height: 100vh;
  }

  .digest .nav-arrow-left-mobile,
  .digest .nav-arrow-right-mobile {
    max-height: 3vw;
    fill: #fff;
  }

  .cycle {
    width: calc(100% - 12vw);
    height: 50vh;
    right: 0;
    left: auto;
  }
}