/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
  ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
  ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
  ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* 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 {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type=search] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
  ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
  ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: "Muller";
  font-display: swap;
  src: url("../fonts/MullerBlack.woff") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Muller";
  font-display: swap;
  src: url("../fonts/MullerExtraBold.woff") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Muller";
  font-display: swap;
  src: url("../fonts/MullerBold.woff") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Muller";
  font-display: swap;
  src: url("../fonts/MullerMedium.woff") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Muller";
  font-display: swap;
  src: url("../fonts/MullerRegular.woff") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Muller";
  font-display: swap;
  src: url("../fonts/MullerLight.woff") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 200;
  font-family: "Muller";
  font-display: swap;
  src: url("../fonts/MullerThin.woff") format("woff");
}

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

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Placeholder", "Arial", sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

a {
  color: #000000;
  text-decoration: none;
}

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

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

select,
textarea,
input:matches([type=email],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.rouble {
  font-family: "Rouble", "Arial", sans-serif;
  /* stylelint-disable */
  text-transform: lowercase !important;
  font-weight: 400 !important;
  /* stylelint-enable */
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  transition: none !important;
}

.container {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  padding: 0 40px;
}

.header {
  padding: 26px 0 27px;
  background: #fff;
}

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

.header .header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__nav .header__btn {
  display: none;
}

.header .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.header .header__nav-item {
  padding: 0;
}

.header .header__nav-item.--dropdown {
  position: relative;
}

.header .header__nav-item.--dropdown:hover .header__nav-item__sub {
  display: block;
}

.header .header__nav-item.--dropdown > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__nav-item.--dropdown > span::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/svg/dropdown.svg");
  display: block;
  margin-left: 5px;
}

.header .header__nav-item .header__nav-item__sub {
  display: none;
  position: absolute;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  border: 1px solid #000;
  padding: 20px 0;
  z-index: 50;
}

.header .header__nav-item .header__nav-item__sub a {
  display: block;
  padding-left: 21px;
  padding-right: 21px;
}

.header .header__nav-item .header__nav-item__sub a:not(:last-child) {
  margin-bottom: 20px;
}

.header .header__nav-item a,
.header .header__nav-item span {
  color: #001017;
  font-size: 18px;
  font-family: Muller;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header .header__nav-item:not(:last-child) {
  margin-right: 40px;
}

.header .header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__link:not(:first-child) {
  margin-left: 54px;
}

.header .header__link img {
  margin-right: 10px;
}

.header .header__btn {
  margin-left: 30px;
  font-size: 18px;
  padding: 15px 30px;
}

.header__burger {
  margin-left: 25px;
  display: none;
}

.header__burger.is-active .header__burger-wrap::before,
.header__burger.is-active .header__burger-wrap::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 100%;
}

.header__burger.is-active .header__burger-wrap::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.header__burger.is-active .header__burger-wrap .header__burger-item {
  opacity: 0;
}

.header__burger-wrap {
  width: 15px;
  height: 15px;
  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;
  position: relative;
}

.header__burger-wrap::before,
.header__burger-wrap::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.header__burger-wrap::after {
  top: unset;
  bottom: 1px;
  width: 70%;
}

.header__burger-item {
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 1px;
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-right: 20px;
  margin-left: 60px;
  padding: 0;
  list-style: none;
}

.main-nav__item {
  margin-right: 20px;
}

.main-nav__link {
  color: #ffffff;
}

.main-nav__link.is-active {
  opacity: 0.6;
}

.main-nav__toggle {
  display: none;
}

.questions {
  background: #fff;
  padding-top: 200px;
}

.questions .questions__header {
  padding-bottom: 40px;
  margin-bottom: 41px;
  margin-top: 0;
  border-bottom: 2px solid #001017;
}

.questions .questions__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.questions .questions__text {
  opacity: 0.6999999881;
}

.questions .questions__button {
  padding: 15px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Muller;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.questions .questions__button img {
  margin-right: 10px;
}

.questions .questions__fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 31px 40px;
}

.questions .questions__field-text {
  display: block;
  opacity: 0.6999999881;
  margin-bottom: 10px;
}

.questions .questions__field {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 2px solid #001017;
  background: #FFF;
}

.questions .questions__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.questions .questions__terms {
  opacity: 0.6999999881;
  margin-left: 15px;
}

.questions .questions__terms a {
  text-decoration: underline;
  opacity: 1;
}

.footer {
  background: #fff;
  padding: 200px 0 50px;
}

.footer .footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 8fr 2.2fr 2.2fr;
  grid-template-columns: 2fr 8fr 2.2fr 2.2fr;
  gap: 40px 90px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-radius: 4px;
  background: #001017;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .footer__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer__item.--dropdown {
  position: relative;
}

.footer .footer__item.--dropdown:hover .footer__item__sub {
  display: block;
}

.footer .footer__item.--dropdown > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer__item.--dropdown > span::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/svg/dropdown.svg");
  display: block;
  margin-left: 5px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.footer .footer__item a,
.footer .footer__item span {
  color: #fff;
}

.footer .footer__item:not(:last-child) {
  margin-right: 30px;
}

.footer .footer__item__sub {
  display: none;
  position: absolute;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: transparent;
  border: 1px solid #000;
  padding: 10px 0;
}

.footer .footer__item__sub a {
  display: block;
  padding-left: 21px;
  padding-right: 21px;
}

.footer .footer__item__sub a:not(:last-child) {
  margin-bottom: 10px;
}

.footer .footer__phone {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer__phone img {
  margin-right: 10px;
}

.footer .footer__btn {
  margin-top: 20px;
  color: #fff;
  border-color: #fff;
  padding: 15px 23px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer .footer__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.footer .footer__link img {
  margin-right: 10px;
}

.footer .footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.footer .footer__social:not(:last-child) {
  margin-right: 20px;
}

.footer .footer__bottom {
  color: #fff;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}

.footer .footer__text {
  color: #fff;
  opacity: 0.5;
}

.footer .footer__bottom-wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 278px;
  grid-template-columns: 3fr 278px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 200px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 60px 40px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 600px;
  padding: 40px;
  background-color: #ffffff;
}

.modal__close-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal--no-scale {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal--preload {
  -webkit-transition: none;
  transition: none;
}

.modal.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.mymodal__headline {
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
}

.mymodal__header {
  color: var(--dark, #001017);
  /* 44 Med */
  font-family: Muller;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 61.6px */
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #001017;
  display: block;
}

.mymodal__from-wrap {
  margin-bottom: 20px;
}

.mymodal__from-wrap.--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}

.mymodal__from-wrap.--grid input {
  width: 100%;
}

.mymodal__from-wrap.--grid-shitty {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}

.mymodal__from-wrap.--grid-shitty .mymodal__from-label:nth-child(1),
.mymodal__from-wrap.--grid-shitty .mymodal__from-label:nth-child(4) {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

.mymodal__from-wrap.--grid-shitty input {
  width: 100%;
}

.mymodal__field {
  border-radius: 4px;
  border: 2px solid var(--dark, #001017);
  background: var(--white, #FFF);
  color: var(--dark, #001017);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.mymodal__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mymodal__submit {
  margin-right: 20px;
  padding: 15px 20px !important;
}

.mymodal__terms {
  line-height: 100% !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

[data-modal=good] .modal__content,
[data-modal=vacancy] .modal__content {
  max-width: 990px;
  width: 100%;
}

[data-modal=success] .modal__content {
  max-width: 600px;
  width: 100%;
}

.mymodal__from-label {
  position: relative;
}

.mymodal__file {
  position: absolute;
  visibility: hidden;
}

.mymodal-wrapper .mymodal__file-custom-file {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.mymodal-wrapper .mymodal__file-custom-file img {
  margin-right: 20px;
}

.mymodal__file-info {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.mymodal__file-info.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mymodal__file-info span:nth-child(2) {
  opacity: 0.5;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #2c39f2;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn--red {
  background-color: #ff1553;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn.focus-visible:focus {
  opacity: 0.8;
}

.breadcrumbs {
  color: #001017;
  padding-top: 40px;
  font-size: 18px;
}

.breadcrumbs__link:last-child {
  opacity: 0.5;
}

.breadcrumbs__link + .breadcrumbs__link::before {
  content: "/";
  display: inline-block;
  padding-right: 5px;
  margin-left: 5px;
}

/* @mixin hover-focus {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }

    &.focus-visible:focus {
      @content;
    }
  }
*/

/*  @include hover-focus {
      opacity: 0.8;
    }
*/

/*@mixin hover {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }
  }
*/

/*@mixin focus {
    &.focus-visible:focus {
      @content;
    }
  }
*/

/*@mixin active {
    &.focus-visible:active {
      @content;
    }
  }
*/

* {
  font-family: "Muller";
  font-style: normal;
}

html {
  overflow-x: hidden;
}

body {
  padding-right: 0 !important;
}

.page-h2 {
  color: #001017;
  /* 56 Med */
  font-size: 56px;
  font-family: "Muller";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.page-text-24 {
  color: #001017;
  /* 24 Reg */
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.page-text-18 {
  color: #001017;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.page-btn {
  border-radius: 4px;
  border: 2px solid #001017;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #001017;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.page-btn-black {
  border-radius: 4px;
  border: 2px solid #001017;
  background: #001017;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.page-text-500 {
  font-weight: 500;
}

.bg-anti-white {
  background-color: #F0F3F5;
}

[data-accordion=content] {
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}

[data-tabs=element] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

[data-tabs=element].is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.title {
  background: #F0F3F5;
}

.title .title__wrapper {
  padding: 40px 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title .title__video-wrap {
  position: relative;
}

.title .title__video {
  height: 540px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.title .title__play {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  cursor: pointer;
}

.title .title__play img {
  width: 100%;
  height: 100%;
}

.title .title__header {
  color: #001017;
  font-size: 6.399vw;
  font-family: Muller;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 6.75px;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0;
}

.title__sub-text {
    font-size: 2.399vw;
    color: #001017;
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
    line-height: 100%;
}

.title .title__link {
  margin: 0 auto;
}

.about {
  padding: 200px 0 190px;
  background: #F0F3F5;
}

.about.--short-padded {
  padding-top: 167px;
}

.about.--detail {
  padding-top: 100px;
  background: transparent;
}

.about.--detail .about__content-list {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.about .about__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about .about__header {
  margin: 0;
}

.about .about__tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .about__tab span {
  color: #001017;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6999999881;
  cursor: pointer;
}

.about .about__tab.is-active span {
  opacity: 1;
  font-weight: 600;
}

.about .about__tab:not(:last-child) {
  margin-right: 60px;
}

.about .about__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}

.about .about__big {
  color: #001017;
  /* 135 Med */
  font-size: 135px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 6.75px;
  text-transform: uppercase;
  margin-right: 20px;
  margin-left: -100px;
}

.about .about__content-span {
  display: block;
  opacity: 0.6999999881;
  margin-bottom: 40px;
}

.about .about__content-list {
  list-style-type: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 63px 43px;
}

.about .about__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .about__content-item img {
  margin-right: 30px;
  flex-shrink: 0;
}

.about .about__content-text {
  text-transform: uppercase;
}

.mini-banner {
  background: #F0F3F5;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mini-banner .mini-banner__wrapper {
  border-radius: 120px 4px 4px 4px;
  padding: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.mini-banner .mini-banner__wrapper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mini-banner .mini-banner__wrapper-img::before {
  content: "";
  background: #007DB6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}

.mini-banner .mini-banner__wrapper-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mini-banner .mini-banner__text {
  position: relative;
  z-index: 1;
  color: #FFF;
  text-align: center;
  /* 44 Med */
  font-size: 44px;
  font-weight: 500;
  line-height: 140%;
  /* 61.6px */
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin: 0;
}

.mini-banner.--white {
  background: #fff;
}

.productions {
  padding: 159px 0 220px;
  background: #F0F3F5;
}

.productions__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 52px;
}

.productions__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.productions__header {
  margin-bottom: 40px;
  margin-top: 0;
}

.productions__left-text {
  margin-bottom: 40px;
  opacity: 0.6999999881;
  display: block;
}

.productions__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  padding: 20px 40px;
  font-size: 24px;
}

.productions__link img {
  margin-right: 20px;
}

.productions__link:first-of-type {
  margin-bottom: 40px;
}

.productions__link:last-child {
  margin-top: auto;
}

.productions__right-top {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.productions__catalog {
  margin-left: auto;
}

.productions__right-acc {
  padding: 52px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid rgba(0, 16, 23, 0.3);
  border-bottom: 2px solid rgba(0, 16, 23, 0.3);
}

.productions__right-acc:not(:first-child) {
  margin-top: -2px;
}

.productions__right-acc.is-active .productions__right-acc__headline {
  padding-bottom: 40px;
}

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

.productions__right-acc__headline span {
  font-weight: 500;
}

.productions__right-acc__headline .productions__right-acc__btn {
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  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;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.productions__right-acc__headline .productions__right-acc__btn::before,
.productions__right-acc__headline .productions__right-acc__btn::after {
  content: "";
  width: 17px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.productions__right-acc__headline .productions__right-acc__btn::after {
  -webkit-transform: translate(-50%, -30%) rotate(90deg);
  -ms-transform: translate(-50%, -30%) rotate(90deg);
  transform: translate(-50%, -30%) rotate(90deg);
}

.productions__right-acc__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  align-items: center;
}

.productions__right-acc__content-text {
  color: #001017;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.6999999881;
  margin-top: 0;
}

.productions__right-acc__content-table {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0;
}

.productions__right-acc__content-row {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (auto)[7]; */
  /* grid-template-columns: repeat(7, auto); */
  grid-template-columns: 5fr 2fr;
}

.productions__right-acc__content-row:not(:last-child) {
  border-bottom: 1px solid #001017;
}

.productions__right-acc__content-table__item {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  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;
  color: #001017;
  /* 18 Med */
  font-size: 18px;
  font-weight: 500;
  /* max-width: 210px; */
}

.productions__right-acc__content-table__item:first-child {
  width: 100%;
  margin: 0 auto;
}

.productions__right-acc__content-table__item:not(:first-child) {
  border-left: 1px solid #001017;
}

.productions__right-acc__btn {
  margin-right: 20px;
}

.productions__right-acc__link {
  color: #001017;
  /* 24 Med */
  font-size: 24px;
  font-weight: 500;
  margin-left: 20px;
}

.history {
  padding-top: 200px;
  background: #fff;
}

.history .history__header {
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-top: 0;
  border-bottom: 2px solid #000;
}

.history .history__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 5fr;
  grid-template-columns: 3fr 5fr;
  gap: 35px;
}

.history .history__text {
  opacity: 0.6999999881;
}

.history .history__text:not(:last-child) {
  margin-bottom: 20px;
}

.history .history__list {
  list-style-type: none;
  padding-left: 0;
}

.history .history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.history .history__item:not(:last-child) {
  margin-bottom: 20px;
}

.history .history-year {
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.history .history__right img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery {
  padding: 200px 0 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F0F3F5;
}

.gallery__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
}

.gallery__header {
  margin: 0;
}

.gallery__slider {
  margin: 0 -10px;
}

.gallery__slider * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery__slider.--about .gallery__slide {
  max-width: 425px;
  width: 100%;
  margin: 0 -70px;
}

.gallery__slider.--about .gallery__slide.slick-active.slick-center {
  margin: 0 60px !important;
}

.gallery__slider.--about .gallery__slide:not(.slick-active.slick-center) {
  scale: 0.6;
}

.gallery__slide {
  margin: 0 -100px;
  position: relative;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.gallery__slide .gallery__slider-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery__slide:not(.slick-active.slick-center) {
  scale: 0.5;
}

.gallery__slide:not(.slick-active.slick-center) .gallery__slider-tags {
  display: none;
}

.gallery__slider-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__slider-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 16, 23, 0.7);
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery__slider-text {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}

.gallery__slider-tags {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.gallery__slider-tag {
  border-radius: 20px;
  border: 1.5px solid #FFF;
  opacity: 0.5;
  padding: 6px 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}

.gallery__slider-tag:not(:last-child) {
  margin-right: 8px;
}

.gallery__controlls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
}

.gallery-controll img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gallery-controll:last-child img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.payment .page-h2 {
  margin: 0;
  padding: 40px 0;
}

.payment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #001017;
  padding-top: 54px;
  padding-bottom: 10%;
}

.payment__wrapper-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.payment__wrapper-desc {
  margin: 0;
  padding-top: 0;
  padding-bottom: 40px;
  opacity: 0.69;
}

.payment__wrapper div {
  width: 49%;
}

.payment__wrapper-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.payment__wrapper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment__wrapper-item img {
  width: 136px;
  height: 136px;
}

.payment__wrapper-item p {
  margin: 0;
  margin-left: 30px;
  text-transform: uppercase;
}

.payment__wrapper-item + .payment__wrapper-item {
  margin-top: 40px;
}

.products {
  padding: 40px 0 200px;
}

.products .products__headline {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  gap: 82px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

.products .products__headline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background: #000;
}

.products .products__header {
  margin: 0;
}

.products .products__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products .products__tab {
  font-weight: 400;
  cursor: pointer;
}

.products .products__tab:not(:last-child) {
  margin-right: 30px;
}

.products .products__tab.is-active {
  font-weight: 700;
}

.products .products__desc {
  margin: 0;
  opacity: 0.6999999881;
}

.products .products__link {
  margin-left: auto;
}

.products .products__block-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
}

.products .products__subhead {
  font-size: 44px;
  font-weight: 500;
  line-height: 140%;
  /* 61.6px */
  letter-spacing: 2.2px;
  text-transform: uppercase;

  border-bottom: 1px solid #b3b5b7;
}

.products .products__tabs-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products .products__tabs-name {
  font-weight: 500;
  margin-right: 30px;
}

.products .products__item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  /* border-bottom: 2px solid #000; */
}

.products .products__name {
  display: block;
  margin-bottom: 41px;
  font-weight: 500;
}

.products .products__body {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: 2fr 3fr 425px;
  grid-template-columns: 2fr 3fr 425px; */

  -ms-grid-columns: 3fr 425px;
  grid-template-columns: 2fr 425px;

  gap: 140px;
}

.products .products__text:not(b) {
  opacity: 0.6999999881;
}

.products .products__box {
  margin: 30px 0;
}

.products .products__box-header {
  margin-bottom: 20px;
  display: block;
}

.products .products__box-content {
  position: relative;
}

.products .products__doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products .products__doc > img {
  margin-right: 23px;
}

.products .products__doc:not(:last-child) {
  margin-bottom: 20px;
}

.products .products__doc-name {
  color: #001017;
  font-weight: 500;
}

.products .products__doc-ext {
  color: #001017;
  opacity: 0.5;
  margin-left: 10px;
}

.products .products__doc-link {
  margin-right: 0;
  margin-left: 20px;
}

.products .products__box-table {
  border: 1px solid #000;
  max-width: 1100px;
}

.products .products__box-table__row {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: 174px 70px 70px 70px 70px 70px 70px;
  grid-template-columns: 174px 70px 70px 70px 70px 70px 70px; */

  -ms-grid-columns: 6fr 1fr !important;
  grid-template-columns: 6fr 3fr !important;
}

.products .products__box-table__row span {
  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;
  color: #001017;
  padding: 10px 19px;
  line-height: 90%;
  text-align: center;
}

.products .products__box-table__row span:not(:last-child) {
  border-right: 1px solid #000;
}

.products .products__box-table__row span:not(:first-child) {
  text-align: center;
}

.products .products__box-table__row:not(:last-child) {
  border-bottom: 1px solid #000;
}

.products .products__center-table {
  border: 1px solid #000;
}

.products .products__center-table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 2fr;
  grid-template-columns: 6fr 2fr;
}

.products .products__center-table__row:not(:last-child) {
  border-bottom: 1px solid #000;
}

.products .products__center-table__row span {
  padding: 12px 20px;
  line-height: 100%;
}

.products .products__center-table__row span:last-child {
  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;
}

.products .products__center-table__row span:not(:last-child) {
  border-right: 1px solid #000;
}

.products .products__right-top {
  margin-bottom: 30px;
}

.products .products__right-top__slider {
  margin: 0 !important;
}

.products .products__right-bottom__slider {
  margin: 0 -10px;
  padding-right: 40px;
}
.products .products__right-bottom__slider .slick-track {
  margin-left: 0;
}

.products .products__right-bottom__slide {
  margin: 0 10px;
}

.products .custom-arrow {
  right: 10px;
}

.products .custom-arrow::before {
  display: none;
}

.products .custom-arrow img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 20px;
}

.products .products__controlls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products .products__btn {
  margin-right: 40px;
}

.products .products__price {
  color: #001017;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.page-gallery .page-h2 {
  margin: 0;
  padding: 40px 0;
  border-bottom: 2px solid #001017;
  margin-bottom: 40px;
}

.page-gallery .page-gallery__tag._active {
  background: #fff;
  color: #000 !important;
}

.page-gallery .page-gallery__item:hover .page-gallery__tags {
  max-height: 60px;
}

.page-gallery .page-gallery__item:hover .page-gallery__tag {
  opacity: 0.5;
}

.page-gallery .page-gallery__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 10px;
}

.page-gallery .page-gallery__tags .page-gallery__tag {
  padding: 6px 10px;
  border-radius: 20px;
  border: 1.5px solid var(--white, #FFF);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  line-height: normal;
}

.page-gallery .page-gallery__tags .page-gallery__tag:not(:last-child) {
  margin-right: 10px;
}

.page-gallery__wrapper {
  padding-top: 54px;
  padding-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-gallery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.page-gallery__item {
  display: block !important;
  position: relative;
}

.page-gallery__item div {
  display: none;
}

.page-gallery__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-gallery__item-span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 16px 20px;
  background-color: #001017;
  background: rgba(0, 16, 23, 0.69);
}

.page-gallery__root .fancybox-container .page-gallery__item-block {
  position: relative;
  padding: 34px 0 0 0;
}

.page-gallery__root .fancybox-content {
  background-color: transparent;
  width: 940px;
  height: 640px;
}

.page-gallery__root .fancybox-content .page-gallery__item-span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 16px 20px;
  background-color: #001017;
  background: rgba(0, 16, 23, 0.69);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-gallery__root .fancybox-content .page-gallery__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-gallery__root .fancybox-content .page-gallery__tags .page-gallery__tag {
  padding: 6px 10px;
  border-radius: 20px;
  border: 1.5px solid var(--white, #FFF);
  opacity: 0.5;
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  line-height: normal;
}

.page-gallery__root .fancybox-content .page-gallery__tags .page-gallery__tag:not(:last-child) {
  margin-right: 10px;
}

.page-gallery__root .fancybox-bg {
  background-color: rgba(255, 255, 255, 0.8);
}

.page-gallery__root .fancybox-navigation .fancybox-button {
  /* top: 78%; */
  top: 50%;
  color: #001017;
}

.page-gallery__root .fancybox-navigation .fancybox-button:disabled {
  opacity: 0.4;
}

.page-gallery__root .fancybox-navigation .fancybox-button--arrow_left,
.page-gallery__root .fancybox-navigation .fancybox-button--arrow_right {
  background-color: transparent;
  width: 85px;
  height: 85px;
  padding: 0;
  visibility: visible;
  opacity: 1;
}
.page-gallery__root .fancybox-navigation .fancybox-button--arrow_left div,
.page-gallery__root .fancybox-navigation .fancybox-button--arrow_right div {
  transform: scale(0.7);
}

.page-gallery__root .fancybox-navigation .fancybox-button--arrow_left {
  left: 20%;
}

.page-gallery__root .fancybox-navigation .fancybox-button--arrow_right {
  right: 20%;
}

@media screen and (min-width: 1440px) {
  .page-gallery__root .fancybox-navigation .fancybox-button--arrow_left,
  .page-gallery__root .fancybox-navigation .fancybox-button--arrow_right {
    width: 25%;
    height: 100%;
    top: 0;
  }
  .page-gallery__root .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
  }
  .page-gallery__root .fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
  }
  .page-gallery__root .fancybox-navigation .fancybox-button--arrow_left div,
  .page-gallery__root .fancybox-navigation .fancybox-button--arrow_right div {
    width: 100%;
    height: 85px;
  }
}

.page-gallery__root .fancybox-button.fancybox-close-small {
  border-radius: 50%;
  border: 1px solid black;
  padding: 0;
  width: 24px;
  height: 24px;
}

.page-gallery .page-gallery__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 200px;
  grid-template-columns: auto 200px;
  gap: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.page-gallery .page-gallery__form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-gallery .page-gallery__label {
  position: relative;
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.page-gallery .page-gallery__check {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.page-gallery .page-gallery__check:checked + .page-gallery__custom-check {
  background: var(--dark, #001017);
  color: #fff;
}

.page-gallery .page-gallery__custom-check {
  padding: 6px 15px;
  border-radius: 20px;
  border: 1.5px solid var(--dark, #001017);
  opacity: 0.5;
}

.page-gallery .page-gallery__filters-reset {
  background: transparent;
  padding: 15px 10px;
  font-size: 18px;
}

.page-gallery .page-gallery__more {
  margin: 40px auto 0;
}

.fancybox-infobar {
  display: none !important;
}

.contacts-page {
  padding-bottom: 200px;
}

.contacts-page .contacts-page__header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
}

.contacts-page .contacts-page__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 440px auto;
  grid-template-columns: 440px auto;
  gap: 25px;
}

.contacts-page .contacts-page__left-wrap:not(:last-child) {
  margin-bottom: 40px;
}

.contacts-page .contacts-page__subhead {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

.contacts-page .contacts-page__text {
  display: block;
}

.contacts-page .contacts-page__btn {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}

.contacts-page .contacts-page__btn img {
  margin-right: 10px;
}

.contacts-page .contacts-page__document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-page .contacts-page__document > *:not(:last-child) {
  margin-right: 10px;
}

.contacts-page .contacts-page__document ._grey {
  opacity: 0.5;
}

.contacts-page .contacts-page__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-page .contacts-page__social:not(:last-child) {
  margin-right: 30px;
}

.contacts-page .contacts-page__right {
  position: relative;
}

.contacts-page #map {
  height: 100%;
}

.about-page .about-page__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.about-page .about-page__wrap * {
  color: #001017;
  /* 24 Reg */
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.documents-page {
  padding: 40px 0 200px;
}

.documents-page .documents-page__headline {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.documents-page .documents-page__header {
  margin: 0;
}

.documents-page .documents-page__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.documents-page .documents-page__tab {
  cursor: pointer;
}

.documents-page .documents-page__tab:not(:last-child) {
  margin-right: 40px;
}

.documents-page .documents-page__tab.is-active {
  font-weight: 500;
}

.documents-page .documents-page__tab:not(.is-active) {
  opacity: 0.6999999881;
}

.documents-page .documents-page__content-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}

.documents-page .documents-page__list {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.documents-page .documents-page__subheader {
  font-weight: 500;
}

.documents-page .documents-page__item {
  padding: 23px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.documents-page .documents-page__item span.--grey {
  opacity: 0.5;
}

.documents-page .documents-page__item > *:not(:last-child) {
  margin-right: 10px;
}

.documents-page .documents-page__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 16, 23, 0.3);
}

.vacancy {
  padding: 40px 0 200px;
}

.vacancy .vacancy__header {
  margin: 0;
  margin-bottom: 40px;
}

.vacancy .vacancy__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  gap: 52px;
}

.vacancy .vacancy__text {
  color: var(--dark, #001017);
  font-family: Muller;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.6999999881;
}

.vacancy .vacancy__text:first-child {
  margin-top: 0;
}

.vacancy .vacancy__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 2px solid rgb(0, 16, 23);
}

.vacancy .vacancy__item {
  padding: 40px 0;
  border-bottom: 2px solid rgba(0, 16, 23, 0.3);
}

.vacancy .vacancy__item.is-active .vacancy__item-headline {
  padding-bottom: 20px;
}

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

.vacancy .vacancy__name {
  font-weight: 500;
}

.vacancy .productions__right-acc__btn {
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  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;
  position: relative;
  cursor: pointer;
}

.vacancy .productions__right-acc__btn::before,
.vacancy .productions__right-acc__btn::after {
  content: "";
  width: 17px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vacancy .productions__right-acc__btn::after {
  -webkit-transform: translate(-50%, -30%) rotate(90deg);
  -ms-transform: translate(-50%, -30%) rotate(90deg);
  transform: translate(-50%, -30%) rotate(90deg);
}

.vacancy .vacancy__item-text {
  margin-bottom: 30px;
}

.vacancy .vacancy__item-text p {
  color: #001017;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.vacancy .vacancy__btn {
  padding: 20px 40px;
  font-size: 24px;
}

@media screen and (min-width: 992px) {
  .page-gallery__item--1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/4/2;
  }

  .page-gallery__item--2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/6/3;
  }

  .page-gallery__item--3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/5/4;
  }

  .page-gallery__item--4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/9/2;
  }

  .page-gallery__item--5 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 6/2/10/3;
  }

  .page-gallery__item--6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 5/3/8/4;
  }

  .page-gallery__item--7 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 9/1/13/2;
  }

  .page-gallery__item--8 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 10/2/13/3;
  }

  .page-gallery__item--9 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 8/3/13/4;
  }
}

.text-page__header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
}
.productions__right-acc__content-wrap {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media screen and (max-width: 1780px) {
  
  .header .header__btn {
    padding: 10px 20px;
    margin-left: 20px;
  }
  .header .header__link:not(:first-child) {
    margin-left: 20px;
  }
  .header .header__nav-item a, .header .header__nav-item span {
    font-size: 15px;
  }
  .header .header__link span {
    display: none;
  }
  .about .about__tab span {
    font-size: 20px;
  }

  .about {
    padding: 100px 0;
  }

  .about .about__content-item img {
    width: 102px;
  }

  .mini-banner .mini-banner__text {
    font-size: 30px;
  }

  .mini-banner .mini-banner__wrapper {
    padding: 50px;
  }

  .productions__right-acc__link {
    font-size: 20px;
  }

  .productions__right-acc {
    padding: 40px 0;
  }

  .productions__link {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .productions {
    padding: 100px 0;
  }

  .about .about__big {
    font-size: 96px;
  }

  .about .about__content-list {
    gap: 30px;
  }

  .about.--short-padded {
    padding-top: 100px;
  }

  .gallery {
    padding: 100px 0;
  }

  .gallery .gallery__slide {
    max-width: 623px;
    margin: 0 -60px;
  }

  .footer__logo {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  .footer__wrap:nth-child(4) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-start: 3;
    margin-top: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__wrap:nth-child(4) > *:not(:last-child) {
    margin-right: 40px;
  }

  .footer .footer__bottom {
    padding-top: 30px;
  }

  .footer .footer__wrapper {
    gap: 0;
    -ms-grid-columns: 2fr 8fr 2.2fr;
    grid-template-columns: 2fr 8fr 2.2fr;
  }
  .productions__right-acc__content-table__item {
    font-size: 15px;
  }
}

@media (max-width: 1439px) {
  .container {
    padding: 0 32px;
  }
}

@media screen and (max-width: 1400px) {
  .header .header__link:not(:first-child) {
    margin-left: 25px;
  }

  .header .header__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header .header__wrap:last-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header .header__wrap:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto;
  }
  .page-h2 {
    font-size: 45px;
  }

  .page-text-24 {
    font-size: 20px;
  }

  .page-text-18 {
    font-size: 14px;
  }

  .page-btn {
    padding: 15px 30px;
    font-size: 20px;
  }

  .page-btn-black {
    padding: 15px 30px;
    font-size: 20px;
  }

  .about-page .about-page__wrap * {
    font-size: 20px;
  }

  .vacancy .vacancy__item-text p {
    font-size: 14px;
  }
}

  .about__wrap {
    position: relative;
  }

@media screen and (max-width: 1370px) {
  .about .about__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about__content-left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .lined-list li:not(:last-child)::before {
    top: 25px;
    left: -14px;    
  }

  .about .about__tab:not(:last-child) {
    margin-right: 30px;
  }

  .productions__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .productions__catalog-right__btn {
    display: none;
  }

  .productions__left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 62px 30px;
    position: relative;
  }

  .productions__left::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background: var(--dark, #001017);
  }

  .productions__left-text {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    margin-bottom: 0;
  }

  .productions__link {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important;
  }

  .productions__header {
    margin-bottom: 0;
  }

  .history .history__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .history .history__right {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  .gallery .gallery__slide {
    max-width: 461px;
    margin: 0 -50px;
  }

  .gallery,
  .productions {
    padding: 50px 0;
  }

  .questions .questions__wrap {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .questions .questions__button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .questions .questions__terms {
    margin-left: 10px;
  }

  .questions .questions__field {
    padding: 15px 20px;
  }

  .footer__wrap:nth-child(3) {
    display: none !important;
  }

  .footer__wrap:nth-child(4) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    margin-top: 0;
  }

  .footer .footer__wrapper {
    -ms-grid-columns: 2fr 8fr;
    grid-template-columns: 2fr 8fr;
    gap: 10px 20px;
  }

  .productions__link:last-child {
    margin-top: 0;
  }

  .productions__left::before {
    top: 30px;
  }

  .products .products__body {
    -ms-grid-columns: auto 300px;
    grid-template-columns: auto 300px;
  }

  .products-box {
    position: relative;
  }

  .products-content {
  }

  .products__center {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .products .products__controlls {
    margin-top: 20px;
  }

  .products .products__box-table__row span {
    padding: 9px;
  }

  .products .products__box-table__row {
    -ms-grid-columns: 100px auto auto auto auto auto auto;
    grid-template-columns: 100px auto auto auto auto auto auto;
  }

  .documents-page .documents-page__headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .documents-page .documents-page__header {
    margin-bottom: 20px;
  }

  .documents-page .documents-page__tabs {
    overflow-x: auto;
    width: 100%;
  }

  .documents-page .documents-page__tab {
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .products .products__block-nav {
    -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: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .products .products__tabs-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media screen and (max-width: 1350px) {
  .page-btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-btn-black {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .breadcrumbs {
    font-size: 16px;
  }
}

@media screen and (max-width: 1050px) {
  .page-btn {
    font-size: 14px;
  }

  .page-btn-black {
    font-size: 14px;
  }

  .products .products__tabs-name {
    display: none;
  }

  .products .products__subhead {
    margin: 0;
  }

  /* .products .products__box-table__row span:first-child {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    border-right: none;
    border-bottom: 1px solid #000;
  } */

  .products .products__controlls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    flex-wrap: wrap;
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */

  }
  
  

  .products .products__btn {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .products__btn-calc {
    width: max-content !important;
    margin-right: auto !important;
  }

  .products .products__price {
    font-size: 14px;
  }

  .products .products__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .products {
    padding-bottom: 50px;
  }

  .products__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .products__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .products .products__box-table__row {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }

  .products .products__box-table__row span {
    width: 100%;
    display: block;
  }

  .products .products__doc > img {
    margin-right: 10px;
  }

  .products .products__body {
    -ms-grid-columns: 300px;
    grid-template-columns: 300px;
    gap: 20px;
  }

  .products .products__center-table__row span {
    padding: 5px;
  }

  .products .products__center-table__row {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .products .products__headline {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .products .products__headline::before {
    display: none;
  }

  .products .products__tabs {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 20px;
  }

  .products .products__tabs-wrap {
    overflow-x: auto;
  }

  .products .products__link {
    width: 100%;
  }

  .header .header__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 144px auto;
    grid-template-columns: 144px auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header .header__btn {
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header .header__link:not(:first-child) {
    margin-left: 20px;
  }

  .header .header__link {
    font-size: 14px;
  }

  .header .header__nav-list {
    padding-left: 0;
  }

  .header .header__wrap:nth-child(2) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  .header .header__nav-item a {
    font-size: 14px;
  }

  .title__video {
    height: 336px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .mini-banner .mini-banner__text {
    font-size: 20px;
  }

  .mini-banner .mini-banner__wrapper {
    padding: 30px;
  }

  .productions__right-acc__content-table__item {
    font-size: 14px;
    padding: 7px 9px;
  }

  .history {
    padding-top: 50px;
  }

  .mini-banner .mini-banner__wrapper {
    border-radius: 40px 4px 4px 4px;
  }

  .gallery .gallery__slide {
    max-width: 100%;
    margin: 0;
  }

  .gallery .gallery__slide:not(.slick-active.slick-center) {
    scale: 1;
  }

  .gallery .gallery__controlls {
    margin-top: 10px;
  }

  .questions {
    padding-top: 50px;
  }

  .questions .questions__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .questions .questions__header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .questions__text {
    margin-top: 0;
  }

  .questions .questions__button {
    display: none;
  }

  .footer__nav {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    margin-bottom: 20px;
  }

  .footer__logo {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }

  .footer__wrap:nth-child(4) {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  .footer .footer__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer .footer__item:not(:last-child) {
    margin-right: 0;
  }

  .footer .footer__wrapper {
    row-gap: 20px;
  }

  .footer .footer__bottom-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 100px;
  }

  .about-page .about-page__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .documents-page .documents-page__content-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .documents-page__link {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .documents-page .documents-page__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .documents-page .documents-page__item span:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-left: 35px;
  }

  .documents-page .documents-page__item span:nth-child(2) {
    max-width: 244px;
  }

  .documents-page,
  .vacancy {
    padding-bottom: 50px;
  }

  .contacts-page .contacts-page__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contacts-page .contacts-page__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 489px;
  }

  .contacts-page__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .contacts-page .contacts-page__left-wrap:not(:last-child) {
    margin-bottom: 20px;
  }

  .contacts-page {
    padding-bottom: 50px;
  }

  .page-gallery .page-gallery__form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .page-gallery .page-gallery__filters-reset {
    font-size: 14px;
  }

  .vacancy .vacancy__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .vacancy .vacancy__text {
    font-size: 18px;
  }

  .vacancy .productions__right-acc__btn {
    width: 30px;
    height: 30px;
  }

  .vacancy .vacancy__name {
    font-weight: 600;
  }
}

@media (max-width: 1023px) {
  .container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 992px) {
  .breadcrumbs {
    font-size: 14px;
  }

  .page-h2 {
    font-size: 30px;
  }

  .payment .page-h2 {
    padding: 20px 0;
  }

  .payment__wrapper {
    padding-top: 40px;
  }

  .payment__wrapper-title {
    margin-bottom: 20px;
  }

  .payment__wrapper-item img {
    width: 106px;
    height: 106px;
  }

  .page-gallery .page-h2 {
    padding: 20px 0;
  }

  .page-gallery__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 900px) {
  .mymodal__from-wrap.--grid,
  .mymodal__from-wrap.--grid-shitty {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .mymodal__header {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
  }

  .payment__wrapper {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .payment__wrapper div {
    width: 100%;
  }

  .payment__wrapper div + div {
    margin-top: 20px;
  }

  .payment__wrapper-item img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .modal__wrapper {
    padding: 60px 16px;
  }

  .modal__content {
    width: 100%;
    padding: 20px;
  }

  .modal--fit-content .modal__content {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .productions__right-acc__content-wrap {
    grid-column-end: 2;
    order: 3;
  }
  .header__burger {
    display: block;
  }

  .header .header__nav-item .header__nav-item__sub {
    position: static;
    padding-left: 30px;
    border: none;
  }

  .header .header__nav-item .header__nav-item__sub a {
    padding: 0;
  }

  .header__wrap:nth-child(2) {
    position: absolute;
  }

  .header__nav {
    display: none;
    position: fixed;
    top: 79px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 79px);
    background: #fff;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    overflow-y: auto;
  }

  .header__nav .header__btn {
    display: block !important;
    width: 100%;
    margin-left: 0;
    margin-top: 53px;
  }

  .header .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .header .header__nav-item:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .header .header__nav-item a {
    font-size: 16px;
  }

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

  .header .header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100px;
    width: 100%;
  }

  .header .header__btn {
    display: none;
  }

  .header .header__link span {
    display: none;
  }

  .title__video {
    height: 489px;
  }

  .title .title__wrapper {
    padding-bottom: 40px;
  }

  .about {
    padding: 50px 0;
  }

  .about .about__headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 20px;
  }

  .about .about__header {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
  }

  .about__tab {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .about__tabs-wrapper {
    width: 100%;
    overflow-x: auto;
  }

  .about__content-left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about .about__content-span {
    margin-bottom: 0;
  }

  .about .about__content-list,
  .about.--detail .about__content-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about .about__content {
    gap: 20px;
  }

  .mini-banner .mini-banner__text {
    font-size: 14px;
  }

  .mini-banner .mini-banner__wrapper {
    padding: 20px;
  }

  .productions__left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .productions__left * {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: initial;
    grid-row-start: initial;
  }

  .productions__link {
    width: 100%;
    max-width: 100%;
  }

  .productions__link img {
    height: 20px;
    margin-right: 10px;
  }

  .productions__right-acc__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .productions__right-acc__content-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .productions__right-acc__content-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .productions__right-acc__content-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .productions__right-acc__content-table__item:nth-child(1) {
    /* -ms-grid-row: 1; */
    /* grid-row-start: 1; */
    /* -ms-grid-row-span: 1; */
    /* grid-row-end: 2; */
    /* -ms-grid-column: 1; */
    /* grid-column-start: 1; */
    /* -ms-grid-column-span: 6; */
    /* grid-column-end: 7; */
    /* border-bottom: 1px solid #000; */
    /* width: 100%; */
    /* max-width: 100%; */
    display: block;
  }

  .productions__right-acc__content-table__item:nth-child(2) {
    border-left: none;
  }

  .productions__right-acc__btns {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productions__right-acc__btns a {
    text-align: center;
  }

  .productions__right-acc__btns .productions__right-acc__link {
    margin-top: 20px;
    font-size: 14px;
  }

  .productions__right-acc__content-right img {
    height: 140px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .productions__right-acc__content-text {
    font-size: 14px;
  }

  .productions__right-acc {
    padding: 25px 0;
  }

  .about .about__big {
    font-size: 65px;
  }

  .about.--short-padded .about__content-item img {
    width: 70px;
  }

  .about.--short-padded .about__content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
  }

  .about.--short-padded .about__content-item .about__big {
    margin-left: 0;
  }

  .about.--short-padded .about__content-item img {
    position: absolute;
    top: -20px;
  }

  .about.--short-padded .about__content-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gallery .gallery-controll {
    cursor: pointer;
  }

  .gallery .gallery-controll:not(:last-child) {
    margin-right: 70px;
  }

  .gallery .gallery__headline {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .gallery__link {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .gallery__wrapper {
    position: relative;
    padding-bottom: 70px;
  }

  .gallery {
    padding-bottom: 0;
  }

  .questions .questions__fields {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .questions .questions__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .questions__submit {
    width: 100%;
    margin-bottom: 10px;
  }

  .questions .questions__terms {
    margin: 0;
  }

  .footer {
    padding: 50px 0;
  }

  .footer__wrap:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .footer__wrap:nth-child(4) > :not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer .footer__wrapper {
    padding: 30px 20px;
  }

  .footer .footer__bottom-wrap {
    gap: 20px;
  }

  .gallery__slider.--about .gallery__slide {
    max-width: 215px;
  }

  .gallery__slider.--about .gallery__slide {
    margin: 0 -60px;
  }

  .about.--detail {
    padding-top: 50px;
  }
}

@media screen and (max-width: 576px) {
  .page-text-24 {
    font-size: 14px;
  }

  .payment__wrapper-title {
    margin-bottom: 10px;
  }

  .payment__wrapper-desc {
    font-size: 12px;
    padding-bottom: 20px;
  }

  .payment__wrapper-item p {
    margin-left: 16px;
  }

  .about-page .about-page__wrap * {
    font-size: 14px;
  }
}

@media screen and (max-width: 567px) {
  .page-h2 {
    font-size: 20px;
  }
}

@media (hover: hover) {
  .btn:hover:not(.focus-visible) {
    opacity: 0.8;
  }
}

#about * {
  min-width: 1px;
  min-height: 1px;
}
.about__content:nth-child(2) {
  grid-template-columns: 1fr;
}
.questions__submit {
  flex-shrink: 0 !important;
}

.lined-list li {
  position: relative;
}
.lined-list li:not(:last-child):before {
  content: '';
  height: 92%;
  width: 2px;
  background: #000;
  display: block;
  position: absolute;
  /* top: 22px;
  left: -18px; */

  top: 25px;
  left: -14px;
}
.lined-list li:not(:last-child) {
  margin-bottom: 10px;
}
.m {
  font-weight: 500 !important;
}

@media screen and (max-width: 600px) {
  .lined-list li:not(:last-child):before {
    top: 19px;
    left: -10px;    
  }
  .lined-list {
    padding-left: 10px;
  }
}

@media screen and (max-width: 500px) {
	.page-gallery__root .fancybox-navigation .fancybox-button--arrow_left, .page-gallery__root .fancybox-navigation .fancybox-button--arrow_right {
		background-color: #fff;
		border-radius: 50%;
    width: 60px;
    height: 60px;
	}	
  .page-gallery__root .fancybox-navigation .fancybox-button--arrow_left {
    left: 5%;
  }
  .page-gallery__root .fancybox-navigation .fancybox-button--arrow_right {
    right: 5%;
  }

}

.documents-page__descr {

}
.documents-page__descr-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.documents-page__descr-header {
  font-weight: 600;
  color: #000;
}
.documents-page__descr-text {
  color: #48545A;  
  margin-top: 5px;
  margin-bottom: 0;
  display: inline-block;
}

.documents-page__content h3 {
  font-weight: 500 !important;
}

a.products__link.page-btn {
    padding-left: 70px;
}

/*
a[href$=".pdf"] {
    background: url("/images/pdf.png");
    background-size: 30px;
    background-repeat: no-repeat;
	background-position-y: center;
}
*/
a.products__link[href$=".pdf"] {
    background: url("/images/pdf.png");
    background-size: 30px;
    background-repeat: no-repeat;
	background-position-y: center;
    background-position-y: 15px;
    background-position-x: 35px;
}

a.documents-page__link {
    padding-right: 35px;
}

a.documents-page__link[href$=".pdf"] {
    background: url("/images/pdf.png");
	background-size: 27px;
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: 30px;
}


.title .title__wrapper {
  position: relative;
}
.title__form {
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  max-width: 485px;
  width: 100%;
}
.title__form-wrapper {
  padding: 29px 30px;
  background: rgba(255, 255, 255, 0.40);
  height: 100%;
  transition: .3s;
}
.title__form-wrapper.is-active {
  background: rgba(255, 255, 255, 0.80);
}
.title__form-form {

}
.title__form-label {
  display: block;
  width: 100%;
}
.title__form-label:not(:last-child) {
  margin-bottom: 7px;
}
.title__form-info {
  display: block;
  color: var(--Dark, #001017);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */  
  margin-bottom: 10px;
}
.title__form-input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  border: 2px solid var(--Dark, #001017);
  padding: 15px 20px;
  padding: 10px 20px;
  color: var(--Dark, #001017);
  /* font-size: 24px; */
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  background: transparent;
}
.title__form-submit {
  margin-top: 20px;
  display: block;
  border: none;
  outline: none;
  border-radius: 4px;
  background: var(--Dark, #001017);
  /* padding: 20px 40px; */
  padding: 10px 40px;
  text-align: center;
  
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;  
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.title__form-policy {
  color: var(--Dark, #001017);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.title__form-policy a {
  text-decoration: underline;
}
@media screen and (max-width: 1366px) {
  .title__form-wrapper {
    padding: 20px 20px 67px;
  }
  .title__form {
    max-width: 340px;
  }
  .title__form-input {
    font-size: 20px;
  }
  .title__form-policy {
    font-size: 16px;
  }
  .title__form-submit {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .title__form {
    max-width: 248px;
  }
  .title__form-input {
    padding: 10px 20px;
    font-size: 18px;
  }
  .title__form-wrapper {
    padding: 30px 20px 67px;
  }
  .title__form-submit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .title__form-info {
    font-size: 14px;
    line-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .title__form {
    position: static;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .title__form-wrapper {
    height: auto;
  }
  .title .title__play {
    top: 222px;
    height: auto;
    transform: translateX(-50%);
  }
}

.products-new {
  padding: 200px 0;
}
.products-new__wrapper {

}
.products-new__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
}
.products-new__header {
  margin: 0;
}
.products-new__links {
  display: flex;
  justify-content: start;
  align-items: center;
}
.products-new__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-new__link svg {
  margin-right: 15px;
}
.products-new__link:not(:last-child) {
  margin-right: 40px;
}

.products-new__main {

}
.products-new__nav {
  display: flex;
  justify-content: start;
  align-items: center;
  overflow-y: auto;
  margin-bottom: 30px;
}
.products-new__nav-item {
  flex-shrink: 0;
  color: var(--Dark, #001017);

  /* 44 Med */
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 61.6px */
  letter-spacing: 2.2px;
  text-transform: uppercase;
  opacity: .3;
}
.products-new__nav-item.is-active {
  opacity: 1;
}
.products-new__nav-item:not(:last-child) {
  margin-right: 60px;
}
.products-new__content {
  width: 100%;
}
.products-new__content-item {
  width: 94vw;
  /* width: 100%; */
}
.products-new__content-item__wrapper {

}
.products-new__content-item__slider:not(.slick-initialized) {
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-new__content-item__slide {
  padding: 20px;
  border-radius: 4px;
  border: 2px solid #000;
  margin: 0 20px;
  max-width: 425px;

}
.products-new__content-item__img {
  width: 100%;
  margin-bottom: 20px;
}
.products-new__content-item__img img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
.products-new__content-item__name {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.products-new__content-item__text {
  margin: 0;
  margin-bottom: 20px;
  opacity: .7;
  max-height: ;
}
.products-new__content-item__link {
  display: block;
  text-align: center;
}
.products-new__content-item__link:not(:last-child) {
  margin-bottom: 10px;
}
.products-new__content-item__link.unbordered {
  border: none;
}

.products-new__content-item__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.products-new__content-item__btn {
  cursor: pointer;
}
.products-new__content-item__btn:not(:last-child) {
  margin-right: 40px;
}
.new-map #map {
  height: 650px;
  border-radius: 4px;
  border: 4px solid var(--Blue, #007DB6);
}

@media screen and (max-width: 1440px) {
  .products-new__content-item__link {
    font-size: 18px;
  }
  .products-new__nav-item {
    font-size: 34px;
  }
  .products-new__content-item__slide {
    margin: 0 15px;
  }
  .products-new__content-item__slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .products-new__content-item__name {
    font-size: 18px;
    height: 107px;
  }
  .products-new__content-item__text {
    font-size: 14px;
    max-height: 232px;
    overflow: hidden;
    min-height: 232px;
  }

}
@media screen and (max-width: 1024px) {
  .products-new {
    padding: 38px 0;
  }
  .products-new__nav-item {
    font-size: 20px;
  }
  .products-new__links {
    display: none;
  }
}

html,
body,
main {
  overflow-x: hidden;
}

.new-map__wrapper {
  position: relative;
}
.new-map__info {
  padding: 30px;
  background: rgb(0, 125, 182, .85);  
  max-width: 500px;
  width: 100%;

  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 10;
}
.new-map__info-row:not(:last-child) {
  margin-bottom: 30px;
}
.new-map__info-header {
  color: var(--White, #FFF);
  /* 24 Med */
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}
.new-map__info-text {
  color: var(--White, #FFF);
  font-family: Muller;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  margin: 0;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .new-map__info {
    position: static;
    transform: none;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .new-map__info-header {
    font-size: 19px;
    line-height: 120%;
  }
  .new-map__info-text {
    font-size: 16px;
    line-height: 120%;
  }
  .new-map__info-row:not(:last-child) {
    margin-bottom: 20px;
  }
  .products.--detail .products__subhead {
    font-size: 32px;
  }
  .products .products__subhead {
    font-size: 28px;
  }
}

.products__btn-calc {
  padding: 23px 25px;
}
.products-box {
  position: relative;
}


.razdel {

}
.razdel__wrapper {

}
.razdel__header {
  font-size: 56px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
.razdel__text {

}

.razdel__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, 405px);
  gap: 40px;
}
.razdel__item {
  margin: 0;
}
.products__right-top__slider .products__right-top__slide {
  height: auto !important;
}
.products .products__right-bottom__slide {
  height: auto !important;
}
.products.--detail {
  padding-bottom: 30px;
}
.products.--detail .products__subhead {
 border-bottom: none;
}
@media screen and (max-width: 450px) {
  .razdel__items {
    grid-template-columns: 1fr;
  }
  .products-new__content-item__slide {
    width: 100% !important;
  }
}

.other__products_h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.text__h1{
    margin: 0.67em 0;
    font-size: 2em;
    font-weight: bold;
}