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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

:root {
  --font1: "Raleway", sans-serif;
  --font2: "Roboto", sans-serif;
}

* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100vh;
  font-family: var(--font2);
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(213deg, #1D2125 0%, #13202D 99.21%);
  overflow-x: hidden;
}

body.freeze {
  overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.container {
  margin: 0 auto;
  padding: 0 55px;
}

button,
input,
textarea {
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  font: inherit;
  cursor: pointer;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
  outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.h2 {
  font-family: var(--font1);
  font-size: 3.08vw;
  font-weight: 700;
  line-height: 122.9%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  overflow: hidden;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header-logo {
  width: 8vw;
  height: 7vw;
  display: block;
  margin-right: 4.5vw;
  flex-shrink: 0;
  overflow: hidden;
}

.header .header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .header-nav {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.header .header-nav.active {
  opacity: 1;
  visibility: visible;
}

.header .header-nav .header-nav__link {
  margin-left: 4.5vw;
  color: #262524;
  font-family: var(--font1);
  font-size: 1.1vw;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.header .header-nav .header-nav__link:first-of-type {
  margin-left: 0;
}

.header .header-nav .header-nav__link.header-nav__link--mobile {
  display: none;
}

.header .lang-list {
  display: flex;
  align-items: center;
}

.header .lang-list .lang-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.64vw;
  margin-left: 0.9vw;
  width: 4.4vw;
  color: #F0F2F5;
  font-family: var(--font1);
  font-size: 1.1vw;
  font-weight: 700;
  line-height: normal;
  border-radius: 3.81px;
  border: 1.27px solid rgba(240, 241, 246, 0.2);
  cursor: pointer;
}
.lang-list__item a {
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .lang-list .lang-list__item:first-of-type {
  margin-left: 0;
}

.header .contacts-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.64vw;
  padding: 0 2.6vw;
  margin-left: 2vw;
  color: #D3A26B;
  font-family: var(--font1);
  font-size: 1.1vw;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  border-radius: 3.81px;
  border: 1.27px solid #D3A26B;
}

.header .burger {
  display: none;
  width: 50px;
  height: 50px;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0;
}

.header .burger.active {
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 100;
}

.header .burger.active::before {
  width: 30px;
  height: 30px;
  background-image: url("../img/close.svg");
}

.header .burger::before {
  content: "";
  width: 18px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/burger.svg");
}

.top {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.top .top-bg {
  position: absolute;
  top: 0;
  left: -30vw;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url("../img/img.jpg");
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top .top-bg::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 470px;
  width: 889.063px;
  height: 342.857px;
  background-image: url("../img/img1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.top .top-bg::after {
  content: "";
  position: absolute;
  top: 290px;
  left: 0;
  width: 1110px;
  height: 487px;
  background-image: url("../img/img3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.top::after {
  content: "";
  position: absolute;
  top: -9vw;
  right: 0;
  z-index: -10;
  width: 44vw;
  height: 61vw;
  background-image: url("../img/img2.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top .container {
  padding: 13.3vw 55px 10vw;
  display: flex;
  flex-direction: column;
}

.top .top__pretitle {
  font-family: var(--font1);
  color: #000;
  font-size: 1.17vw;
  font-weight: 500;
  line-height: 122.9%;
  opacity: 0.4;
}

.top .top__title {
  margin-top: 0.3vw;
  margin-left: -0.3vw;
  color: #262524;
  font-size: 3.74vw;
  font-weight: 700;
  line-height: 122.9%;
  font-family: var(--font1);
}

.top .top__txt {
  margin-top: 2vw;
  color: #262524;
  font-size: 1.43vw;
  line-height: 154.9%;
}

.top .top__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 3.8vw;
  margin-top: 5.5vw;
  margin-right: auto;
  padding: 0 2.6vw 0 3.6vw;
  color: #F0F1F6;
  font-family: var(--font1);
  font-size: 1.08vw;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  background-color: #d3a26b;
  border-radius: 2.54px;
}

.top .top__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2vw;
  width: 1.3vw;
  height: 1.3vw;
  background-image: url("../img/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.about {
  padding: 5vw 0 6vw;
  background-image: url("../img/img4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.about .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3vw;
}

.about .container--right .txt-wrapper {
  padding-right: 10vw;
}

.about .container--left {
  margin-top: 3vw;
}

.about .container--left .about__txt {
  padding: 0 3vw 0 6vw;
}

.about .container--left .inner-wrapper {
  align-self: start;
  height: 100%;
}

.about .container--left .inner-wrapper .about__txt {
  position: relative;
  margin-top: 3vw;
  padding-left: 2vw;
  margin-left: 0;
  font-size: 1.14vw;
}

.about .container--left .inner-wrapper .about__txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #D3A26B;
}

.about .img-wrapper {
  width: 100%;
  height: 21.6vw;
  border-radius: 4.233px;
  overflow: hidden;
}

.about .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about__title {
  margin-bottom: 1.4vw;
  color: #F2F2F2;
}

.about .about__txt {
  color: #F2F2F2;
  font-size: 1.127vw;
  line-height: 170%;
  opacity: 0.7;
}

.news {
  position: relative;
  z-index: 10;
  padding: 5.5vw 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.19) 100%), linear-gradient(213deg, #1D2125 0%, #13202D 99.21%), lightgray 50%/cover no-repeat;
  overflow: hidden;
}

.news::before {
  content: "";
  position: absolute;
  bottom: -10vw;
  right: 0;
  z-index: -10;
  width: 53.55vw;
  height: 55.5vw;
  background-image: url("../img/img10.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.news .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3vw;
}
.news_list-page.news .container {
  display: block;
  grid-gap: initial;
  grid-template-columns: initial;
}

.news .news__title {
  color: #FFF;
}

.news .news-slider {
  grid-column: 1/3;
  overflow: hidden;
}

.news .news-list {
  display: flex;
}

.news .news-list .news-list__item {
  height: auto;
}

.news_list-page.news .news-list {
  flex-wrap: wrap;
  margin: 0 -20px;
}
.news_list-page.news .news-list .news-list__item {
  width: 33.333%;
  padding: 0 20px;
  margin-bottom: 40px;
}

.news .news-list .news-list__item.swiper-slide-next,
.news .news-list .news-list__item.swiper-slide-next + .swiper-slide {
  width: calc(25.5vw - 60px) !important;
}

.news .news-list .news-list__item.swiper-slide-active {
  width: calc(46.9vw - 30px) !important;
}

.news .news-list .news-list__item.swiper-slide-active .item-wrapper {
  position: relative;
  z-index: 10;
  grid-column: 1/3;
  padding: 1.6vw 2.4vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.news .news-list .news-list__item.swiper-slide-active .item-wrapper .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}

.news .news-list .news-list__item.swiper-slide-active .item-wrapper .img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #8D6F4C 0%, rgba(211, 162, 107, 0) 100%);
}

.news .news-list .news-list__item.swiper-slide-active .item-wrapper .news-list__title {
  margin-top: 1vw;
  max-width: 70%;
  font-size: 1.8vw;
}

.news .news-list .news-list__item.swiper-slide-active .item-wrapper .news-list__txt {
  max-width: 90%;
  margin-top: 1.6vw;
}

.news .news-list .item-wrapper {
  height: 100%;
  text-decoration: none;
}

.news .news-list .img-wrapper {
  width: 100%;
  height: 14.5vw;
  border-radius: 6.349px;
  overflow: hidden;
}

.news .news-list .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-list .news-list__date {
  margin-top: 1.1vw;
  color: #FFF;
  font-family: var(--font1);
  font-size: 1vw;
  line-height: 122.9%;
}

.news .news-list .news-list__title {
  margin-top: 1.1vw;
  color: #FFF;
  font-family: var(--font1);
  font-size: 1.27vw;
  font-weight: 700;
  line-height: 122.9%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news .news-list .news-list__txt {
  margin-top: 0.7vw;
  color: #FFF;
  font-size: 1vw;
  line-height: 165%;
  opacity: 0.7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.news .btns-wrapper {
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: end;
  display: flex;
  align-items: center;
}

.news .btns-wrapper .news-slider-button-prev {
  width: 3.2vw;
  height: 3.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D3A26B;
  border-radius: 50%;
  border: 1px solid #D3A26B;
}

.news .btns-wrapper .news-slider-button-prev::before {
  content: "";
  display: block;
  width: 0.9vw;
  height: 1.4vw;
  background-image: url("../img/arrow2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.news .btns-wrapper .news-slider-button-prev.swiper-button-disabled {
  border: 1px solid rgba(211, 162, 107, 0.4);
  background-color: transparent;
  pointer-events: none;
}

.news .btns-wrapper .news-slider-button-prev.swiper-button-disabled::before {
  background-image: url("../img/arrow1.svg");
  transform: rotate(360deg);
}

.news .btns-wrapper .news-slider-button-next {
  width: 3.2vw;
  height: 3.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.2vw;
  background-color: #D3A26B;
  border-radius: 50%;
}

.news .btns-wrapper .news-slider-button-next::before {
  content: "";
  display: block;
  width: 0.9vw;
  height: 1.4vw;
  background-image: url("../img/arrow2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.news .btns-wrapper .news-slider-button-next.swiper-button-disabled {
  border: 1px solid rgba(211, 162, 107, 0.4);
  background-color: transparent;
  pointer-events: none;
}

.news .btns-wrapper .news-slider-button-next.swiper-button-disabled::before {
  background-image: url("../img/arrow1.svg");
  transform: rotate(180deg);
}

.news .news__btn {
  height: 3.1vw;
  padding: 0 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: start;
  color: #FFF;
  font-family: var(--font1);
  font-size: 1.08vw;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  border-radius: 3.81px;
  border: 1.27px solid #FFF;
}

.products {
  position: relative;
  z-index: 10;
  padding: 5.5vw 0 8.8vw;
  overflow: hidden;
}

.products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url("../img/img25.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.products .products__title {
  color: #D3A26B;
  font-family: var(--font1);
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 122.9%;
}

.products .products__subtitle {
  margin-top: 0.8vw;
  color: #F9F9F9;
}

.products .products-list {
  margin-top: 3vw;
}

.products .products-list .products-list__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto 1fr;
  grid-gap: 0 3vw;
}

.products .products-list .products-list__item.products-list__item--left .title-wrapper {
  grid-column: 1/3;
  grid-gap: 0.6vw 2vw;
}

.products .products-list .products-list__item.products-list__item--left .products-list__txt-sm {
  grid-column: 1/2;
}

.products .products-list .products-list__item.products-list__item--left .table-wrapper {
  grid-column: 2/3;
}

.products .products-list .products-list__item.products-list__item--left .products-list__link {
  background-image: url("../img/img29.jpg");
}

.products .products-list .products-list__item.products-list__item--left .img-wrapper {
  grid-column: 3/4;
}

.products .products-list .products-list__item.products-list__item--left .img-wrapper img {
  top: -24vw;
  right: -55px;
  width: 46vw;
  height: 74vw;
  object-fit: contain;
}

.products .products-list .products-list__item.products-list__item--left .img-wrapper::before {
  top: -6vw;
  left: 7vw;
  width: 41vw;
  height: 40vw;
  background-image: url("../img/img34.png");
}

.products .products-list .products-list__item.products-list__item--left .img-wrapper::after {
  content: none;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 318px;
  height: 251px;
  background-image: url("../img/img32.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.products .products-list .products-list__item.products-list__item--right {
  margin-top: 140px;
}

.products .products-list .products-list__item.products-list__item--right .title-wrapper {
  grid-column: 2/4;
  grid-gap: 20px 36px;
}

.products .products-list .products-list__item.products-list__item--right .products-list__txt-sm {
  grid-column: 2/3;
}

.products .products-list .products-list__item.products-list__item--right .table-wrapper {
  grid-column: 3/4;
}

.products .products-list .products-list__item.products-list__item--right .products-list__link {
  background-image: url("../img/img28.jpg");
}

.products .products-list .products-list__item.products-list__item--right .img-wrapper {
  grid-column: 1/2;
}

.products .products-list .products-list__item.products-list__item--right .img-wrapper img {
  top: -3vw;
  left: -55px;
  width: 33vw;
  height: 45vw;
  object-fit: contain;
}

.products .products-list .products-list__item.products-list__item--right .img-wrapper::before {
  top: -1vw;
  left: -20vw;
  width: 41vw;
  height: 43vw;
  background-image: url("../img/img35.png");
}

.products .products-list .products-list__item.products-list__item--right .img-wrapper::after {
  content: none;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 331px;
  height: 271px;
  background-image: url("../img/img33.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.products .products-list .title-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
}

.products .products-list .title-wrapper .products-list__num {
  grid-row: 1/3;
  color: #D3A26B;
  font-family: var(--font1);
  font-size: 9.42vw;
  font-weight: 300;
  line-height: 122.9%;
}

.products .products-list .title-wrapper .products-list__specifications {
  padding: 0.5vw 1.3vw;
  align-self: end;
  justify-self: start;
  color: #FFF;
  font-size: 1vw;
  line-height: 154.9%;
  background: #262524;
}

.products .products-list .title-wrapper .products-list__name {
  padding-bottom: 2vw;
  color: #F9F9F9;
  font-family: var(--font1);
  font-size: 2.18vw;
  font-weight: 700;
  line-height: 122.9%;
}

.products .products-list .products-list__txt {
  margin-top: 1vw;
  color: #F9F9F9;
  font-size: 1.24vw;
  line-height: 170%;
  opacity: 0.7;
}

.products-list__txt-sm {
  margin-top: 1.5vw;
  color: #F9F9F9;
  font-size: 1.1vw;
  line-height: 170%;
  opacity: 0.7;
}

.products .products-list .products-list__link {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.2vw 1.3vw 2vw;
  margin-top: 2.4vw;
  align-self: start;
  text-decoration: none;
  border-radius: 4.233px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.products .products-list .products-list__link.products-list__link--hide {
  display: none;
}

.products .products-list .products-list__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4.233px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.products .products-list .products-list__link .txt {
  z-index: 10;
  max-width: 80%;
  color: #FFF;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 146.9%;
}

.products .products-list .products-list__link .btn {
  position: relative;
  z-index: 10;
  margin-top: 2vw;
  align-self: flex-start;
  height: 3.5vw;
  padding: 0 2vw 0 4vw;
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: var(--font1);
  font-size: 1.1vw;
  font-weight: 700;
  line-height: normal;
  border: 1.27px solid rgba(255, 255, 255, 0.4);
}

.products .products-list .products-list__link .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.3vw;
  width: 1.5vw;
  height: 1.5vw;
  background-image: url("../img/arrow3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.products .products-list .products-list__link .bg1 {
  position: absolute;
  top: 1vw;
  left: -1vw;
  z-index: -10;
  width: 100%;
  height: 100%;
  border-radius: 4.233px;
  opacity: 0.9;
  background: #D58E40;
}

.products .products-list .products-list__link .bg2 {
  position: absolute;
  top: 2vw;
  left: -2vw;
  z-index: -10;
  width: 100%;
  height: 100%;
  border-radius: 4.233px;
  opacity: 0.5;
  background: #D58F41;
}

.products .products-list .table-wrapper {
  grid-row: 2/5;
  margin-top: 1vw;
}

.products .products-list .table-wrapper .table-title {
  margin-bottom: 1vw;
  color: #F9F9F9;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 154.9%;
}

.products .products-list .table-wrapper .table-list {
  display: flex;
  flex-direction: column;
  border-radius: 4.233px;
  overflow: hidden;
}

.products .products-list .table-wrapper .table-list .table-list__item {
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-gap: 3vw;
  padding: 0.3vw 1.5vw;
  background: #313943;
}

.products .products-list .table-wrapper .table-list .table-list__item:nth-of-type(odd) {
  background: #242E39;
}

.products .products-list .table-wrapper .table-list .table-list__item.table-list__item--title {
  background: #D3A26B;
}

.products .products-list .table-wrapper .table-list .table-list__item.table-list__item--title .txt {
  color: #FFF;
  font-size: 0.91vw;
  font-weight: 700;
  line-height: 154%;
  opacity: 1;
}

.products .products-list .table-wrapper .table-list .table-list__item .txt {
  color: #FAF5EF;
  font-size: 0.91vw;
  line-height: 154%;
  opacity: 0.7;
}

.products .products-list .img-wrapper {
  position: relative;
  z-index: -10;
  grid-row: 1/5;
}

.products .products-list .img-wrapper img {
  position: absolute;
  max-width: none;
}

.products .products-list .img-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery {
  display: none;
}

.power {
  padding: 5.5vw 0;
  background-image: url("../img/img11.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.power .power__title {
  color: #ffffff;
}

.power .power__txt {
  margin-top: 1.1vw;
  color: #FFF;
  font-size: 1.27vw;
  line-height: 154.9%;
  opacity: 0.9;
}

.power .power-list {
  margin-top: 3.6vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3vw;
}

.power .power-list .num {
  color: #FFF;
  font-family: var(--font1);
  font-size: 4.93vw;
  font-weight: 500;
  line-height: 122.9%;
  border-bottom: 1.25px solid #D3A26B;
}

.power .power-list .num span {
  margin-left: -0.5vw;
  color: #FFF;
  font-size: 1.13vw;
  opacity: 0.6;
}

.power .power-list .txt {
  margin-top: 0.8vw;
  color: #FFF;
  font-size: 1.27vw;
  line-height: 170%;
  opacity: 0.9;
}

.photos {
  position: relative;
}

.photos .photos__title {
  position: absolute;
  top: 4.3vw;
  left: 55px;
  z-index: 20;
  color: #FFF;
  font-size: 2.05vw;
}

.photos .photos-slider {
  position: relative;
  height: 51.6vw;
  overflow: hidden;
}

.photos .photos-slider .photos-list {
  width: 100%;
  height: 100%;
  display: flex;
}

.photos .photos-slider .photos-list .photos-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photos .photos-slider .photos-list .photos-list__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 22vw;
  opacity: 0.3;
  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.photos .photos-slider .photos-list .photos-list__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #788FD6 0%, rgba(176, 200, 241, 0.1) 40%, rgba(176, 200, 241, 0) 100%);
}

.photos .photos-slider .photos-list .photos-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photos .photos-slider--thumbs {
  position: absolute;
  bottom: 3vw;
  left: 55px;
  z-index: 10;
  width: calc(100% - 110px);
  overflow: hidden;
}

.photos .photos-slider--thumbs .photos-list {
  display: flex;
  width: auto;
}

.photos .photos-slider--thumbs .photos-list .photos-list__item {
  height: 5.1vw;
  flex-shrink: 0;
  border-radius: 4.233px;
  overflow: hidden;
  cursor: pointer;
}

.photos .photos-slider--thumbs .photos-list .photos-list__item.swiper-slide-thumb-active {
  border: 5.079px solid #D3A26B;
}

.photos .photos-slider--thumbs .photos-list .photos-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photos .photos-slider-button-prev {
  position: absolute;
  top: 50%;
  left: 55px;
  z-index: 10;
  width: 4.8vw;
  height: 4.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(30, 38, 47, 0.7);
  transform: translateY(-50%);
}

.photos .photos-slider-button-prev::before {
  content: "";
  display: block;
  width: 1.25vw;
  height: 2vw;
  background-image: url("../img/arrow2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.photos .photos-slider-button-next {
  position: absolute;
  top: 50%;
  right: 55px;
  z-index: 10;
  width: 4.8vw;
  height: 4.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(30, 38, 47, 0.7);
  transform: translateY(-50%);
}

.photos .photos-slider-button-next::before {
  content: "";
  display: block;
  width: 1.25vw;
  height: 2vw;
  background-image: url("../img/arrow2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.management {
  position: relative;
  z-index: 10;
  padding: 7vw 0 5.5vw;
  overflow: hidden;
}

.management::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url("../img/img15.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.management .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto 1fr;
  grid-gap: 3vw;
}

.management .management__title {
  grid-column: 1/3;
  padding: 0 9vw;
  color: #F8F8F8;
}

.management .management__txt {
  grid-column: 1/3;
  padding: 0 9vw;
  color: #F8F8F8;
  font-size: 1.1vw;
  line-height: 170%;
  opacity: 0.7;
}

.management .management-list {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3vw 6vw;
  padding: 0 9vw;
}

.management .management-list .management-list__item {
  padding-top: 1vw;
  border-top: 1px solid rgba(211, 162, 107, 0.4);
}

.management .management-list .management-list__name {
  color: #F8F8F8;
  font-size: 1.27vw;
  font-weight: 700;
  line-height: 154.9%;
}

.management .management-list .management-list__whois {
  max-width: 90%;
  color: #F9F9F9;
  font-size: 1.1vw;
  line-height: 170%;
  opacity: 0.7;
}

.management .main {
  grid-column: 4/4;
  grid-row: 1/4;
  width: 100%;
  justify-self: end;
}
.management .main_1 {
  grid-column: 3/4;
}

.management .main .inner-wrapper {
  grid-column: auto;
  width: 20.6vw;
  margin: 0 auto;
}

.management .main .img-wrapper {
  width: 100%;
  height: 25.2vw;
  margin: 0 auto;
  border-radius: 6.349px;
  overflow: hidden;
}

.management .main .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management .main .main__name {
  margin-top: 1.3vw;
  color: #F8F8F8;
  font-size: 1.27vw;
  font-weight: 700;
  line-height: 154.9%;
}

.management .main .main__whois {
  margin-top: 0.4vw;
  color: #F9F9F9;
  font-size: 1.1vw;
  line-height: 170%;
  opacity: 0.7;
}

.contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #10161C;
  overflow: hidden;
}

.contacts .txt-wrapper {
  position: relative;
  z-index: 10;
  padding: 5.5vw 4.7vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contacts .txt-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url("../img/img13.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts .txt-wrapper .contacts__title {
  margin-bottom: 40px;
  color: #FFF;
}

.contacts .txt-wrapper .contacts__link {
  display: block;
  margin-top: 12px;
  padding-bottom: 3px;
  align-self: flex-start;
  color: #FFF;
  font-size: 1.38vw;
  line-height: 170%;
  text-decoration: none;
  border-bottom: 1.27px solid rgba(255, 255, 255, 0.3);
}

.contacts .txt-wrapper .contacts__link:first-of-type {
  margin-top: 0;
}

.contacts .txt-wrapper .contacts__txt {
  margin-top: 55px;
  color: #FFF;
  font-size: 1.1vw;
  line-height: 170%;
  opacity: 0.7;
}

.contacts .txt-wrapper .contacts__download-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  height: 3.64vw;
  padding: 0 2.1vw;
  color: #D3A26B;
  font-family: var(--font1);
  font-size: 1.1vw;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  border-radius: 3.81px;
  border: 1.27px solid #D3A26B;
}

.contacts .contacts-map {
  grid-column: 2/4;
  background-image: url("../img/img12.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.not_front_page {
  background: #fff;
}
.not_front_page .header {
  position: relative;
  background: #171c20;
  margin-bottom: 30px;
}
.not_front_page .header .header-nav .header-nav__link {
  color: #F0F2F5;
}
.news-content {
  margin-bottom: 100px;
}
.news-content .container {
 max-width: 991px;
}
.news-img-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 10px;
}
.news-img-wrapper img {
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;*/
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.news-date {
  font-size: 14px;
  margin-bottom: 0.5em;
}
.news-content .news-title {
  color: #000;
  /*margin-bottom: 0.7em;*/
}
.news-content-section {
  color: #000;
  font-size: 21px;
}
.news-content-section p:not(:last-child){
  margin-bottom: 0.8em;
}
.news-content .container {
  position: relative;
}

.back_to_articles {
    position: absolute;
    margin-left: -11vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:15px 30px;
    color: #000;
    font-family: var(--font1);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    border-radius: 3px;
    border: 1px solid #000;
    cursor: pointer;
    text-decoration: none;
}
.back_to_articles_fixed {
    position: fixed;
    top: 30px;
}
.back_to_articles:hover {
  background: #000;
  color: #fff;
}
.news_list-page {
  background: none;
}
.news_list-page:before {
  display: none;
}
.news_list-page {
    color: #000;
}
.news_list-page .news-list .news-list__date {
    color: #000;
}
.news_list-page .news-list .news-list__title {
    color: #000;
}
.news_list-page .news-list  .news-list__txt {
    color: #000;
}
.news_list-page .h2 {
  margin-bottom: 1em;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .back_to_articles {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .news_list-page.news .news-list .news-list__item {
      width: 100%;
  }
}
@media (max-width: 768px) {

  .not_front_page .header {
    background: #fff;
  }
  .news-img-wrapper {
    margin-bottom: 30px;
  }
  .news-content-section {
      font-size: 16px;
  }
  .news-content-section {
    margin-top: 30px;
  }
  .container {
    padding: 0 20px;
  }

  .h2 {
    color: #F8F8F8;
    font-size: 32px;
  }

  .header .header-logo {
    width: 80px;
    height: 73px;
    margin-right: auto;
  }

  .header .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px 0;
    background: linear-gradient(213deg, #1D2125 0%, #13202D 99.21%);
    opacity: 0;
    visibility: hidden;
  }

  .header .header-nav .header-nav__link {
    margin-left: 0;
    margin-top: 25px;
    color: #F2F2F2;
    font-size: 24px;
    font-weight: 700;
  }

  .header .header-nav .header-nav__link:first-of-type {
    margin-top: 0;
  }

  .header .header-nav .header-nav__link.header-nav__link--mobile {
    display: block;
  }

  .header .lang-list .lang-list__item {
    display: block;
    width: auto;
    height: auto;
    margin-left: 25px;
    color: #292D31;
    font-size: 16.976px;
    font-weight: 500;
    border: none;
  }

  .header .contacts-link {
    display: none;
  }

  .header .burger {
    display: flex;
  }

  .top .top-bg {
    top: -420px;
    left: 0;
  }

  .top::after {
    top: calc(100% - 500px);
    left: 0;
    width: 100%;
    height: 510px;
    background-image: url("../img/img30.png");
  }

  .top .container {
    padding: 130px 20px 600px;
  }

  .top .top__pretitle {
    font-size: 14px;
  }

  .top .top__title {
    margin-top: 5px;
    font-size: 26.141px;
  }

  .top .top__txt {
    margin-top: 7px;
    font-size: 19.078px;
    color: #3E3E3E;
  }

  .top .top__link {
    margin-top: 38px;
    height: 54px;
    padding: 0 36px 0 56px;
    font-size: 15.536px;
  }

  .top .top__link::before {
    left: 22px;
    width: 15px;
    height: 17px;
  }

  .about {
    padding: 50px 0 70px;
  }

  .about .container {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .about .container--right .txt-wrapper {
    grid-row: 1/2;
    padding-right: 0;
  }

  .about .container--left {
    margin-top: 0;
  }

  .about .container--left .about__txt {
    padding: 0;
  }

  .about .container--left .inner-wrapper .about__txt {
    padding: 0;
    margin-top: 30px;
    font-size: 18px;
  }

  .about .container--left .inner-wrapper .about__txt::before {
    content: none;
  }

  .about .img-wrapper {
    height: 350px;
    margin: 0 -20px;
    width: calc(100% + 40px);
    margin-top: 30px;
    border-radius: 0;
  }

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

  .about .about__txt {
    margin-top: 30px;
    font-size: 15px;
  }

  .news {
    padding: 60px 0 135px;
  }

  .news::before {
    content: none;
  }

  .news .container {
    display: block;
  }

  .news .news-slider {
    grid-column: auto;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 0 20px;
  }

  .news .news-list {
    margin-top: 32px;
  }

  .news .news-list .news-list__item {
    height: 450px;
  }

  .news .news-list .news-list__item.swiper-slide-next,
  .news .news-list .news-list__item.swiper-slide-next + .swiper-slide {
    width: auto !important;
  }

  .news .news-list .news-list__item.swiper-slide-active {
    width: 100% !important;
  }

  .news .news-list .news-list__item.swiper-slide-active .item-wrapper {
    padding: 0;
    display: block;
  }

  .news .news-list .news-list__item.swiper-slide-active .item-wrapper .img-wrapper {
    position: static;
    z-index: 0;
    height: 200px;
  }

  .news .news-list .news-list__item.swiper-slide-active .item-wrapper .img-wrapper::before {
    content: none;
  }

  .news .news-list .news-list__item.swiper-slide-active .item-wrapper .news-list__title {
    margin-top: 25px;
    max-width: none;
    font-size: 18px;
  }

  .news .news-list .news-list__item.swiper-slide-active .item-wrapper .news-list__txt {
    margin-top: 20px;
    max-width: none;
    font-size: 15px;
  }

  .news .news-list .img-wrapper {
    height: 200px;
    text-decoration: none;
  }

  .news .news-list .news-list__date {
    margin-top: 25px;
    font-size: 15px;
  }

  .news .news-list .news-list__title {
    margin-top: 25px;
    font-size: 18px;
  }

  .news .news-list .news-list__txt {
    margin-top: 20px;
    font-size: 15px;
  }

  .news .btns-wrapper {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }

  .news .btns-wrapper .news-slider-button-prev {
    width: 40px;
    height: 40px;
  }

  .news .btns-wrapper .news-slider-button-prev::before {
    width: 11px;
    height: 17px;
  }

  .news .btns-wrapper .news-slider-button-next {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }

  .news .btns-wrapper .news-slider-button-next::before {
    width: 11px;
    height: 17px;
  }

  .news .news__btn {
    display: none;
  }

  .products {
    padding: 65px 0 85px;
  }

  .products .products__title {
    font-size: 22.177px;
  }

  .products .products__subtitle {
    margin-top: 24px;
  }

  .products .products-list {
    margin-top: 40px;
  }

  .products .products-list .products-list__item {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .products .products-list .products-list__item.products-list__item--left .title-wrapper {
    grid-column: auto;
  }

  .products .products-list .products-list__item.products-list__item--left .products-list__txt-sm {
    grid-column: auto;
  }

  .products .products-list .products-list__item.products-list__item--left .table-wrapper {
    grid-column: auto;
  }

  .products .products-list .products-list__item.products-list__item--left .img-wrapper {
    grid-column: auto;
  }

  .products .products-list .products-list__item.products-list__item--left .img-wrapper::before {
    top: 20px;
    left: 50%;
    width: 221px;
    height: 192px;
    transform: translateX(-50%);
  }

  .products .products-list .products-list__item.products-list__item--left .img-wrapper::after {
    content: "";
  }

  .products .products-list .products-list__item.products-list__item--right {
    margin-top: 60px;
  }

  .products .products-list .products-list__item.products-list__item--right .title-wrapper {
    grid-column: auto;
    grid-row: auto;
    grid-gap: 6px 18px;
  }

  .products .products-list .products-list__item.products-list__item--right .products-list__txt-sm {
    grid-column: auto;
  }

  .products .products-list .products-list__item.products-list__item--right .table-wrapper {
    grid-column: auto;
  }

  .products .products-list .products-list__item.products-list__item--right .img-wrapper {
    grid-column: auto;
  }

  .products .products-list .products-list__item.products-list__item--right .img-wrapper::before {
    top: 0;
    left: 50%;
    width: 222px;
    height: 263px;
    transform: translateX(-50%);
  }

  .products .products-list .products-list__item.products-list__item--right .img-wrapper::after {
    content: "";
  }

  .products .products-list .title-wrapper .products-list__num {
    font-size: 85.063px;
  }

  .products .products-list .title-wrapper .products-list__specifications {
    padding: 5px 10px;
    font-size: 11.817px;
  }

  .products .products-list .title-wrapper .products-list__name {
    padding-bottom: 0;
    font-size: 20.403px;
  }

  .products .products-list .products-list__txt {
    margin-top: 0;
    color: #F2F2F2;
    font-size: 18px;
  }

  .products .products-list .products-list__txt-sm {
    margin-top: 0;
    color: #F2F2F2;
    font-size: 18px;
  }

  .products .products-list .products-list__link {
    margin-top: 0;
    padding: 15px 15px 25px;
    margin-left: 20px;
    min-height: 160px;
  }

  .products .products-list .products-list__link .txt {
    margin-bottom: auto;
    font-size: 14.54px;
  }

  .products .products-list .products-list__link .btn {
    height: 36px;
    padding: 0 14px 0 32px;
    margin-top: 16px;
    font-size: 12.244px;
  }

  .products .products-list .products-list__link .btn::before {
    left: 10px;
    width: 14px;
    height: 14px;
  }

  .products .products-list .products-list__link .bg1 {
    top: 10px;
    left: -10px;
  }

  .products .products-list .products-list__link .bg2 {
    top: 20px;
    left: -20px;
  }

  .products .products-list .table-wrapper {
    display: none;
  }

  .products .products-list .img-wrapper {
    grid-row: 1/2;
    height: 200px;
  }

  .products .products-list .img-wrapper img {
    display: none;
  }

  .power {
    padding: 70px 0 100px;
  }

  .power .power__txt {
    margin-top: 20px;
    font-size: 18px;
    line-height: 170%;
  }

  .power .power-list {
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }

  .power .power-list .num {
    font-size: 87.936px;
  }

  .power .power-list .num span {
    font-size: 15.633px;
  }

  .power .power-list .txt {
    margin-top: 12px;
    font-size: 15.633px;
  }

  .photos .photos__title {
    display: none;
  }

  .photos .photos-slider {
    height: 430px;
  }

  .photos .photos-slider--thumbs {
    display: none;
  }

  .photos .photos-slider-button-prev {
    left: 20px;
    width: 32px;
    height: 32px;
  }

  .photos .photos-slider-button-prev::before {
    width: 10px;
    height: 15px;
  }

  .photos .photos-slider-button-next {
    right: 20px;
    width: 32px;
    height: 32px;
  }

  .photos .photos-slider-button-next::before {
    width: 10px;
    height: 15px;
  }

  .management {
    padding: 46px 0 68px;
  }

  .management .container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-gap: 20px;
  }

  .management .management__title {
    grid-column: auto;
    padding: 0;
  }

  .management .management__txt {
    grid-column: 1/2;
    padding: 0;
    color: #F2F2F2;
    font-size: 18px;
  }

  .management .management-list {
    grid-column: 1/2;
    margin-top: 40px;
    padding: 0;
    grid-template-columns: 1fr;
    grid-gap: 48px;
  }

  .management .management-list .management-list__item {
    padding-top: 12px;
  }

  .management .management-list .management-list__name {
    font-size: 18px;
  }

  .management .management-list .management-list__whois {
    color: #F2F2F2;
    font-size: 18px;
  }

  .management .main {
    margin-top: 20px;
    grid-column: auto;
    grid-row: 5/5;
  }
  .management .main_1 {
    grid-row: 3/5;
  }
  .management .main .inner-wrapper {
    width: 280px;
    margin: 0 auto 0 0;
  }

  .management .main .img-wrapper {
    height: 325px;
  }

  .management .main .main__name {
    margin-top: 16px;
    font-size: 18px;
  }

  .management .main .main__whois {
    margin-top: 0;
    color: #F2F2F2;
    font-size: 18px;
  }

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

  .contacts .txt-wrapper {
    padding: 70px 20px;
  }

  .contacts .txt-wrapper .contacts__title {
    margin-bottom: 65px;
  }

  .contacts .txt-wrapper .contacts__link {
    display: inline-block;
    font-size: 26.667px;
  }

  .contacts .txt-wrapper .contacts__txt {
    font-size: 20.317px;
  }

  .contacts .txt-wrapper .contacts__download-link {
    padding: 0;
    width: 100%;
    height: 70px;
    font-size: 21.556px;
  }

  .contacts .contacts-map {
    grid-column: auto;
    height: 450px;
  }
}

@media (max-width: 600px) {
  .power .power-list {
    grid-template-columns: 1fr;
  }
}

/* Company leadership */
.company-leadership {
  --lead-bg: #11191f;
  --lead-surface: #1d242a;
  --lead-ink: #f0f2f5;
  --lead-muted: #f0f2f5;
  --lead-gold: #d3a26b;
  --lead-line: rgba(211, 162, 107, 0.34);
  --lead-space-sm: 8px;
  --lead-space-md: 12px;
  --lead-space-lg: 16px;
  --lead-space-xl: 24px;
  --lead-space-2xl: 32px;
  --lead-space-3xl: 48px;
  --lead-space-4xl: 64px;
  --lead-roster-gap: clamp(var(--lead-space-xl), 2.5vw, var(--lead-space-3xl));
  position: relative;
  isolation: isolate;
  padding: clamp(80px, 8vw, 144px) 0;
  overflow: hidden;
  color: var(--lead-ink);
  background: var(--lead-bg);
}

.company-leadership::before,
.company-leadership::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.company-leadership::before {
  inset: 0;
  background:
    linear-gradient(112deg, rgba(10, 16, 21, 0.98), rgba(19, 28, 35, 0.9)),
    url("../img/img15.png") center / cover no-repeat;
}

.company-leadership::after {
  width: min(48vw, 720px);
  aspect-ratio: 1;
  top: -28%;
  right: -10%;
  border: 1px solid var(--lead-line);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(211, 162, 107, 0.035), 0 0 0 160px rgba(211, 162, 107, 0.025);
}

.company-leadership__container {
  width: min(100%, 1720px);
  margin-inline: auto;
}

.company-leadership__overview {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: var(--lead-roster-gap);
  align-items: stretch;
  margin-bottom: clamp(var(--lead-space-2xl), 3vw, var(--lead-space-3xl));
}

.company-leadership__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  margin: 0;
  padding-right: clamp(var(--lead-space-lg), 1.5vw, var(--lead-space-xl));
}

.company-leadership__eyebrow {
  margin: 0 0 var(--lead-space-lg);
  color: var(--lead-gold);
  font-family: var(--font1);
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}

.company-leadership__title {
  max-width: 760px;
  margin: 0;
  color: var(--lead-ink);
  font-family: var(--font1);
  font-size: clamp(32px, 3.08vw, 53px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}

.company-leadership__intro {
  max-width: 38ch;
  margin: var(--lead-space-xl) 0 0;
  color: var(--lead-muted);
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.7;
  opacity: 0.7;
}

.company-leadership__featured {
  display: grid;
  grid-template-columns: minmax(250px, 42%) minmax(0, 1fr);
  height: clamp(320px, 25vw, 380px);
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--lead-surface);
}

.company-leadership__featured-media,
.company-leadership__member-media {
  position: relative;
  overflow: hidden;
  background: #0c1318;
}

.company-leadership__featured-media picture,
.company-leadership__featured-media img,
.company-leadership__member-media picture,
.company-leadership__member-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.company-leadership__featured-media img,
.company-leadership__member-media img {
  object-fit: cover;
}

.company-leadership__featured-media img {
  object-position: center 10%;
}

.company-leadership__member-media img {
  transform: translateY(var(--portrait-shift-y, 0)) scale(var(--portrait-scale, 1));
  transform-origin: center center;
}

.company-leadership__featured-copy {
  display: flex;
  align-items: center;
  padding: clamp(var(--lead-space-xl), 2.3vw, var(--lead-space-3xl));
}

.company-leadership__featured h3,
.company-leadership__member h3 {
  margin: 0;
  color: var(--lead-ink);
  font-family: var(--font1);
  font-weight: 700;
}

.company-leadership__featured h3 {
  max-width: 15ch;
  font-size: clamp(25px, 2vw, 34px);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.company-leadership__featured p,
.company-leadership__member p {
  margin: var(--lead-space-md) 0 0;
  color: var(--lead-muted);
  line-height: 1.45;
  opacity: 0.7;
}

.company-leadership__featured p {
  font-size: clamp(15px, 1vw, 18px);
}

.company-leadership__members {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(var(--lead-space-lg), 1.5vw, var(--lead-space-xl));
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-leadership__member {
  display: grid;
  grid-template-columns: minmax(136px, 40%) minmax(0, 1fr);
  min-height: 220px;
  min-width: 0;
  overflow: hidden;
  background: var(--lead-surface);
}

.company-leadership__member-media {
  min-height: 220px;
}

.company-leadership__member-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 0;
  padding: var(--lead-space-xl);
}

.company-leadership__member--david {
  --portrait-scale: 1.08;
  --portrait-shift-y: 1%;
}

.company-leadership__member--manakov {
  --portrait-scale: 1.1;
  --portrait-shift-y: 3%;
}

.company-leadership__member--khakhanov {
  --portrait-scale: 1.13;
  --portrait-shift-y: 2%;
}

.company-leadership__member--ryumkin {
  --portrait-scale: 1.12;
  --portrait-shift-y: 4%;
}

.company-leadership__member--gavrilin {
  --portrait-scale: 1.02;
  --portrait-shift-y: 1%;
}

.company-leadership__member h3 {
  font-size: clamp(19px, 1.35vw, 22px);
  letter-spacing: -0.018em;
  line-height: 1.18;
}

.company-leadership__member p {
  font-size: clamp(15px, 1.15vw, 18px);
}

@media (max-width: 1199px) {
  .company-leadership__overview {
    grid-template-columns: 1fr;
    gap: var(--lead-space-3xl);
  }

  .company-leadership__head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: var(--lead-roster-gap);
    align-items: end;
    padding-right: 0;
  }

  .company-leadership__intro {
    max-width: 62ch;
    margin: 0 0 var(--lead-space-sm);
  }

  .company-leadership__featured {
    grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
    height: 360px;
  }

  .company-leadership__members {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-leadership__member {
    grid-template-columns: minmax(140px, 40%) minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .company-leadership {
    padding: var(--lead-space-4xl) 0;
  }

  .company-leadership .container {
    padding-inline: 20px;
  }

  .company-leadership::after {
    width: 88vw;
    top: -10%;
    right: -42%;
  }

  .company-leadership__head {
    grid-template-columns: 1fr;
    gap: var(--lead-space-xl);
  }

  .company-leadership__intro {
    margin: 0;
  }

  .company-leadership__eyebrow {
    font-size: 1.375rem;
    line-height: 1.22;
  }

  .company-leadership__title {
    font-size: 32px;
  }

  .company-leadership__title br {
    display: none;
  }

  .company-leadership__featured {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .company-leadership__featured-media {
    aspect-ratio: 5 / 4;
  }

  .company-leadership__featured-copy {
    padding-top: var(--lead-space-xl);
  }

  .company-leadership__members {
    grid-template-columns: 1fr;
    gap: var(--lead-space-md);
  }

  .company-leadership__member {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 140px;
  }

  .company-leadership__member-media {
    min-height: 140px;
  }

  .company-leadership__member-copy {
    justify-content: center;
    padding: var(--lead-space-lg);
  }

  .company-leadership__member h3 {
    font-size: 18px;
  }

  .company-leadership__member p {
    margin-top: var(--lead-space-sm);
    font-size: 15px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
