@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.
 */

html {

    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .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 .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .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 .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .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: .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 .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .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 .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .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 .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .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 .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .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
}

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%;
}

html {
    height: 100%;
    line-height: 1.3;
}

body {
    font-family: 'Montserrat', 'sans-serif';
    position: relative;
}

.colored-text {
    color: #f36c24;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.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;
    position: absolute;
}

.title__wrapper {
    position: relative;
}

.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 !important;
    height: 350px !important;
}

.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;
}

.owl-prev,
.owl-next {
    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__wrap table {
    width: 100%;
    margin: 80px 0;
    border: none !important;
}

.table__wrap 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__wrap table tr {
    height: 80px;
}

.table__wrap table tr:nth-child(odd) {
    background: #f2f2f2;
}

.table__wrap table tr:first-child {
    background: none;
}

.table__wrap table th {
    border-bottom: 1px solid #f36c24 !important;
    font-weight: bold;
}

.table__wrap {
    overflow: auto;
}

.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;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 110px;
}

.page_sep {
    color: #f36c24;
}

.page {
    width: 22px;
    height: 22px;
    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;
}

.page_active {
    background: #f36c24;
    color: #fff;
}

@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;
    }
}

@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 {
        width: 100% !important;
        height: 210px !important;
    }

    .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;
    }
}

.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_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;
    }
}

@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;
    }
}

.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: 8.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 {
        -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;
    }
}

@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 6vw;
        -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: 15.4vw;
    }

    .footer__nav {
        margin-left: 13vw;
    }

    .footer__block_nav {
        margin-top: 1vh;
    }

    .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;
    }
}

.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: 175px;
    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;
    }
}

@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;
    }
}

.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;
    }
}

@media (max-width: 576px) {
    .side-menu {
        display: none;
    }

    .sidebar__wrapper {
        display: none;
    }
}

#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;
    }
}

@media (max-width: 576px) {
    #fp-nav {
        display: none;
    }
}

.menu-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.95;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 190;
    background: #2d2829;
    width: 100%;
    height: 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);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: auto;
}

.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;
    }
}

@media (max-width: 576px) {
    .menu-slide {
        padding: 80vh 18vw 0;
    }

    .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;
    }
}

.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;
    display: inline;
    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;
    }
}

@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;
    }
}

.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;
}

@media (max-width: 576px) {
    .close {
        right: 60px;
    }

    .next {
        right: 60px;
    }

    .prev {
        left: 30px;
    }
}

.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;
    }
}

.rectangle-gallery {
    height: 420px;
    margin-top: 70px;
}

.rectangle-gallery__slide {
    width: 200px;
    height: 380px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-top: 20px;
    -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);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rectangle-gallery__slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.82)), color-stop(47.81%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 47.81%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 47.81%);
}

.rectangle-gallery__slide:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    height: 420px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.rectangle-gallery__slide:hover .rectangle-gallery__name {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.rectangle-gallery__name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    position: absolute;
    -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);
    text-align: center;
    bottom: 40px;
    color: #fff;
    z-index: 10;
}

.rectangle-gallery__nav {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 570px;
    margin: 0 auto;
    position: relative;
}

.rectangle-gallery__nav button {
    position: absolute;
    top: -90px;
    z-index: 40;
}

.rectangle-gallery__nav .owl-next {
    position: absolute;
    right: 0;
}

.extra-long-arrow-left,
.extra-long-arrow-right {
    width: 102px;
    height: 10px;
    stroke: #f36c24;
}

@media (max-width: 1024px) {
    .rectangle-gallery__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .rectangle-gallery__name {
        display: none;
    }

    .rectangle-gallery {
        height: 290px;
        margin-top: 30px;
    }

    .rectangle-gallery__slide {
        width: 260px;
        height: 260px;
        padding: 40px 35px;
        font-size: 18px;
        line-height: 20px;
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }

    .rectangle-gallery__slide:hover {
        height: 260px;
        width: 260px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .rectangle-gallery__slide:hover .rectangle-gallery__name {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
    }

    .center .rectangle-gallery__slide {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .rectangle-gallery .owl-item.center {
        z-index: 10 !important;
    }

    .rectangle-gallery .owl-item.center .rectangle-gallery__name {
        display: block;
    }

    .rectangle-gallery__nav button {
        top: -70px;
    }
}

.slide__data {
    display: none;
}

.content__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.contacts__toggle {
    margin-bottom: 70px;
}

.contacts__toggle-link {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #878787;
    position: relative;
    padding-bottom: 3px;
    margin-right: 70px;
    -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);
}

.contacts__toggle-link:hover {
    color: #f36c24;
}

.contacts__toggle-link_active {
    color: #231f20;
}

.contacts__toggle-link_active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #f36c24;
    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);
}

.contacts__toggle-link_active:hover:after {
    width: 0;
}

.production__content {
    margin-bottom: 110px;
}

.production__post-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 30px;
}

.color-text {
    color: #f36c24;
}

.quality-control__title {
    font-size: 34px;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 50px;
}

.quality-control__link {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 30px;
}

.quality-control__toggle {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.link-home {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #878787;
}

.quality-control__content {
    margin-bottom: 110px;
}

.quality-control__content p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 30px;
}

.quality-control__content p:last-child {
    margin-bottom: 0;
}

.quality-control__carousel {
    margin-top: 70px;
}

.quality-control__nav {
    margin-bottom: 60px;
}

.link-home_bottom {
    display: inline-block;
}

@media (max-width: 1024px) {
    .sidebar__wrapper {
        width: 220px;
    }

    .content__top-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .side-menu {
        width: 220px;
    }

    .title__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .side-filters__column {
        margin-right: 45px;
    }

    .filters__link {
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
    }

    .filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .filters__list {
        display: block;
        margin-top: 30px;
    }

    .filters__list:last-child {
        margin-top: 20px;
    }

    .filters__item {
        display: inline;
        float: left;
        margin-bottom: 30px;
    }

    .filters__item:nth-child(3) {
        clear: both;
    }

    .contacts__toggle-link {
        font-size: 18px;
        line-height: 22px;
        margin-right: 50px;
    }

    .production__about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .production__about-block {
        margin-right: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .production__wrap_first {
        max-width: 270px;
        margin-right: 50px;
    }

    .production__region,
    .production__begin-title,
    .production__power-title {
        font-size: 14px;
        line-height: 26px;
    }

    .production__text p {
        font-size: 14px;
        line-height: 19px;
    }

    .production__city,
    .production__year,
    .production__power-item {
        font-size: 16px;
        line-height: 21px;
    }

    .production__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 90px;
    }

    .production__image {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .filters__link {
        font-size: 14px;
        line-height: 29px;
    }

    .filters__list {
        margin-top: 30px;
    }

    .select__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
    }

    .select {
        width: 140px;
    }

    .filter__select-inside {
        padding: 0 15px;
    }

    .filters__item {
        margin-bottom: 0px;
    }

    .downloads__item {
        padding: 30px 15px;
    }

    .downloads__link {
        padding-left: 45px;
        font-size: 16px;
        line-height: 18px;
    }

    .downloads__link:before {
        width: 30px;
        height: 45px;
        left: 0px;
        top: -5px;
    }

    .contacts__toggle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-bottom: 40px;
    }

    .contacts__toggle-link {
        margin-right: 0;
        margin-bottom: 30px;
        position: relative;
        display: inline-block;
    }

    .contacts__toggle-link:last-child {
        margin-bottom: 0;
    }

    .quality-control__title {
        font-size: 18px;
        line-height: 22px;
    }

    .quality-control__link {
        font-size: 16px;
        line-height: 21px;
    }

    .wr {
        margin-bottom: 30px;
    }

    .wr:last-child {
        margin-bottom: 0;
    }

    .quality-control__toggle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .link-home {
        display: none;
    }
}

@media (min-width: 1025px) {
    .rectangle-gallery__slide_active {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        height: 420px;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
