@charset "UTF-8";
/* 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 {
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* 1024-1279 рх */
/* 768-1023 рх */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-style: italic;
  font-weight: 400;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff"); }

@font-face {
  font-style: italic;
  font-weight: 500;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff"); }

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-weight: 400;
  font-family: "Montserrat", "Arial", sans-serif;
  background-color: #191919;
  color: #fefefe;
  scroll-behavior: smooth; }

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

a {
  color: inherit; }

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

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2; }

.img-gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}

.body--locked {
  overflow: hidden; }

.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; }

@-webkit-keyframes smooth {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes smooth {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes button {
  0% {
    width: 88px;
    height: 88px; }
  50% {
    width: 100px;
    height: 100px; }
  100% {
    width: 88px;
    height: 88px; } }

@keyframes button {
  0% {
    width: 88px;
    height: 88px; }
  50% {
    width: 100px;
    height: 100px; }
  100% {
    width: 88px;
    height: 88px; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(150%);
            transform: translateX(150%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(150%);
            transform: translateX(150%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

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

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

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

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

.details-link {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 12px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #98602b; }
  .details-link:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .details-link span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px; }
    .details-link span::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 64px;
      height: 64px;
      border: 1px solid #98602b;
      border-radius: 50%; }
  .details-link svg {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .details-link:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .details-link:hover svg {
      -webkit-transform: translateX(15px);
              transform: translateX(15px); }

@media (max-width: 767px) {
  .details-link {
    font-size: 9px;
    line-height: 11px; }
    .details-link span svg {
      width: 100px; }
    .details-link span::after {
      width: 45px;
      height: 45px; } }

.page-header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 76px;
  padding-top: 24px; }

.page-header__subnav-bg {
  height: 0;
  width: 100%;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  background-color: rgba(36, 36, 36, 0.94);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .page-header__subnav-bg.active {
    height: 184px; }

.page-header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%; }
  .page-header__wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    width: calc(100% - 69px);
    max-width: 1155px;
    height: 2px;
    background-color: #dee5eb; }

.page-header__logo {
  margin-right: auto; }

.page-header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-header__nav-button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: none;
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  background-image: url("../img/icon-burger.svg");
  background-repeat: no-repeat;
  background-position: center; }

.page-header__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 29px; }

.page-header__nav-item {
  position: relative;
  margin-right: 30px; }
  .page-header__nav-item:last-child {
    margin-right: 0; }
  .page-header__nav-item a {
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 30px;
    text-decoration: none; }
    .page-header__nav-item a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .page-header__nav-item a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #f5a046; }
  .page-header__nav-item::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 4px;
    width: calc(100% + 20px);
    height: 2px;
    background-color: #f5a046;
    opacity: 0;
    z-index: 1; }
  .page-header__nav-item.active > a {
    font-weight: 600; }
  .page-header__nav-item.active::after {
    opacity: 1; }
  .page-header__nav-item:hover ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-header__nav-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px 0 44px;
    display: none;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    z-index: 1; }
    .page-header__nav-item ul li {
      margin-bottom: 5px; }
      .page-header__nav-item ul li:last-child {
        margin-bottom: 0; }
    .page-header__nav-item ul a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap;
      padding: 5px 0 5px; }
      .page-header__nav-item ul a svg {
        opacity: 0;
        width: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      @media (min-width: 1025px) {
        .page-header__nav-item ul a:hover {
          color: #f5a046;
          font-weight: 500; }
          .page-header__nav-item ul a:hover svg {
            margin-right: 14px;
            opacity: 1;
            width: 41px; } }

.page-header__lang-list {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page-header__lang-list li {
    margin-right: 20px; }
    .page-header__lang-list li:last-child {
      margin-right: 0; }
  .page-header__lang-list a {
    text-decoration: none;
    padding: 0 0 30px; }
    .page-header__lang-list a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .page-header__lang-list a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #f5a046; }

@media (max-width: 1250px) {
  .page-header__nav-item a {
    font-size: 12px; }
  .page-header__lang-list {
    font-size: 12px; } }

@media (max-width: 1024px) {
  .page-header {
    margin-bottom: 40px; }
  .page-header.nav-opened .page-header__wrapper {
    position: static; }
    .page-header.nav-opened .page-header__wrapper::after {
      display: none; }
  .page-header.nav-opened .page-header__nav-button {
    background-image: url("../img/icon-cross.svg");
    z-index: 5; }
  .page-header.nav-opened .page-header__nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-animation-name: smooth;
            animation-name: smooth;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  .page-header__wrapper::after {
    width: calc(100% - 50px); }
  .page-header__logo {
    width: 158px; }
  .page-header__nav-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
  .page-header__nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .page-header__nav-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    width: 100%;
    min-height: 100vh;
    padding: 50px 40px;
    z-index: 1;
    overflow: auto;
    background-color: #191919; }
  .page-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px; }
  .page-header__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0; }
    .page-header__nav-item a {
      padding: 8px 0;
      font-size: 14px;
      white-space: unset; }
    .page-header__nav-item::after {
      display: none; }
    .page-header__nav-item ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: static;
      padding: 0;
      padding-left: 20px; }
      .page-header__nav-item ul a {
        padding: 5px 0;
        font-size: 12px; }
  .page-header__lang-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .page-header__lang-list li {
      margin-right: 15px; } }

@media (max-width: 767px) {
  .page-header__nav-wrapper {
    padding: 50px 20px; } }

@media (max-width: 767px) {
  .page-header {
    margin-bottom: 30px; } }

.page-footer {
  padding: 48px 0 40px;
  background-color: #242424; }

.page-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .page-footer__top a {
    text-decoration: none; }
    .page-footer__top a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .page-footer__top a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #f5a046; }

.page-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }
  .page-footer__nav-list li {
    font-size: 14px;
    line-height: 17px;
    margin-right: 29px;
    color: #ffffff; }

.page-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .page-footer__right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 31px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    .page-footer__right ul li {
      font-size: 16px;
      line-height: 24px;
      color: #fefefe; }
  .page-footer__right p {
    font-size: 14px;
    line-height: 17px;
    max-width: 295px;
    margin: 0;
    text-align: right; }

.page-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #898989; }
  .page-footer__bottom p {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    margin-right: 69px; }
  .page-footer__bottom a {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none; }
    .page-footer__bottom a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #f5a046; }

.page-footer__mail {
  font-size: 16px;
  line-height: 20px;
  margin-left: auto; }

@media (max-width: 1300px) {
  .page-footer__nav-list li {
    margin-right: 15px; }
  .page-footer__right ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .page-footer__right ul li {
    font-size: 14px;
    line-height: 17px; }
  .page-footer__right p {
    max-width: 245px; } }

@media (max-width: 1024px) {
  .page-footer__nav-list {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 20px; }
    .page-footer__nav-list li {
      max-width: 120px;
      margin-right: 0;
      margin-bottom: 5px; }
    .page-footer__right ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
     -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
             column-gap: 30px; }
  .page-footer__right ul li {
    font-size: 16px;
    line-height: 24px; }
  .page-footer__bottom p {
    margin-right: 40px; } }

@media (max-width: 767px) {
  .page-footer {
    padding: 30px 0 30px; }
  .page-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px; }
  .page-footer__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
  .page-footer__nav-list {
    margin-bottom: 10px; }
  .page-footer__logo {
    -ms-flex-item-align: center;
        align-self: center; }
  .page-footer__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-footer__right ul {
      margin-bottom: 15px; }
    .page-footer__right p {
      text-align: center; }
  .page-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-footer__bottom p {
      margin-right: 0;
      margin-bottom: 10px; }
      .page-footer__bottom p:last-of-type {
        margin-bottom: 0; }
  .page-footer__right ul li {
    font-size: 14px;
    line-height: 17px; }
  .page-footer__mail {
    font-size: 12px;
    line-height: 15px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
    margin-bottom: 10px; } }

.intro {
  padding-bottom: 182px; }

.intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0; }

.intro__title {
  font-size: 100px;
  line-height: 124px;
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #f5a046;
  font-family: "ProstoOne", "Arial", sans-serif; }

.intro__content {
  font-size: 18px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 26.72%;
  margin-right: 4.51%;
  padding-bottom: 35px;
  color: #ededed; }
  .intro__content p {
    margin: 0; }

.intro__img {
  width: 68.77%;
  margin-top: -165px;
  z-index: -1;
  mix-blend-mode: luminosity; }
  .intro__img img {
    vertical-align: top;
    mix-blend-mode: luminosity; }

.intro__link {
  position: relative;
  width: 105px;
  height: 105px;
  margin-top: auto;
  border: 1px solid #f5a046;
  border-radius: 50%; }
  .intro__link:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .intro__link svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .intro__link:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .intro__link:hover svg {
      bottom: 35%; }

@media (max-width: 1300px) {
  .intro__title {
    font-size: 76px;
    line-height: 95px; }
  .intro__content {
    font-size: 16px;
    line-height: 24px; }
  .intro__img {
    margin-top: -135px; }
  .intro__link {
    width: 80px;
    height: 80px;
    margin-top: 100px; }
    .intro__link svg {
      height: 85px; } }

@media (max-width: 1024px) {
  .intro {
    padding-bottom: 0; }
  .intro__container {
    margin-bottom: 0; }
  .intro__content {
    width: 34.72%; }
  .intro__img {
    width: 60.77%; } }

@media (max-width: 900px) {
  .intro__container {
    margin-bottom: 0; }
  .intro__title {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 30px; }
  .intro__content {
    width: 39.72%; }
  .intro__img {
    width: 55.77%;
    margin-top: -100px; }
  .intro__link {
    width: 60px;
    height: 60px;
    margin-top: 65px; }
    .intro__link svg {
      height: 65px;
      width: 5px; } }

@media (max-width: 767px) {
  .intro__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    padding-right: 15px; }
  .intro__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px; }
  .intro__content {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 0; }
  .intro__img {
    width: 100%;
    margin-top: 0; }
    .intro__img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .intro__link {
    display: none; } }

@media (max-width: 500px) {
  .intro__title {
    font-size: 26px;
    line-height: 32px; } }

.page-title {
  font-size: 64px;
  line-height: 79px;
  width: 100%;
  max-width: 900px;
  margin: 0;
  margin-bottom: 80px;
  padding-right: 108px;
  font-family: "ProstoOne", "Arial", sans-serif;
  font-weight: 400;
  color: #f5a046;
  text-transform: uppercase; }

@media (max-width: 1200px) {
  .page-title {
    padding-right: 50px; } }

@media (max-width: 1024px) {
  .page-title {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 35px;
    padding-right: 40px; } }

@media (max-width: 767px) {
  .page-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
    padding-right: 0; } }

.section-title {
  font-size: 48px;
  line-height: 59px;
  margin: 0;
  margin-bottom: 40px;
  font-family: "ProstoOne", "Arial", sans-serif;
  font-weight: 400;
  color: #f5a046;
  text-transform: uppercase; }

.section-title-center {
  font-size: 48px;
  line-height: 59px;
  margin: 0;
  margin-bottom: 40px;
  font-family: "ProstoOne", "Arial", sans-serif;
  font-weight: 400;
  color: #f5a046;
  text-transform: uppercase; 
  text-align: center; }

@media (max-width: 1300px) {
  .section-title {
    font-size: 40px;
    line-height: 48px; }
  .section-title-center {
    font-size: 40px;
    line-height: 48px; } }

@media (max-width: 1024px) {
  .section-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px; } }

@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; } }

.features {
  padding-top: 1px;
  padding-bottom: 14px;
  background-color: #ededed; }

.features__info-block {
  font-size: 24px;
  line-height: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1224px;
  margin: -62px auto 40px;
  padding: 48px 37px;
  font-style: italic;
  background-color: #242424; }
  .features__info-block img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: -31px 72px -72px -27px; }
  .features__info-block p {
    margin: 0; }

.features__container {
  padding: 0;
  padding-top: 120px; }

.features__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 136px; }
  .features__item:nth-child(2n) .features__item-img {
    margin-left: 0;
    margin-right: 1.66%; }
  .features__item:nth-child(2n) .features__item-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 108px;
    margin-right: 0; }

.features__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49.18%;
  max-width: 618px;
  margin-right: 1.66%;
  padding-left: 108px; }
  .features__item-content i {
    font-size: 24px;
    line-height: 32px;
    max-width: 320px;
    margin: 0 auto 80px;
    font-weight: 500;
    color: #898989; }
  .features__item-content .features__item-img {
    display: none;
    mix-blend-mode: luminosity; }
  .features__item-content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 50px;
    color: #1e1e1e; }

.features__item-img {
  width: 49.16%;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity; }

@media (max-width: 1200px) {
  .features__item:nth-child(2n) .features__item-content {
    padding-right: 50px; }
  .features__item-content {
    padding-left: 50px; } }

@media (max-width: 1024px) {
  .features {
    padding-top: 0; }
  .features__info-block {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    padding: 35px 25px; }
    .features__info-block img {
      width: 210px;
      height: auto;
      margin: -25px 50px -72px -10px; }
  .features__container {
    padding-top: 100px; }
  .features__item {
    padding-bottom: 80px; }
    .features__item:nth-child(2n) .features__item-content {
      padding-right: 40px; }
  .features__item-content {
    padding-left: 40px; }
    .features__item-content i {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 30px; }
    .features__item-content p {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .features__info-block {
    font-size: 14px;
    line-height: 20px;
    min-height: 90px;
    padding: 20px; }
    .features__info-block img {
      width: 140px;
      margin: 0 30px -72px 0; }
  .features__container {
    padding: 40px 15px 0; }
  .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px; }
    .features__item:nth-child(2n) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .features__item:nth-child(2n) .features__item-img {
        margin: 0;
        margin-bottom: 15px; }
      .features__item:nth-child(2n) .features__item-content {
        padding: 0; }
  .features__item-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    padding-bottom: 20px; }
    .features__item-content i {
      font-size: 18px;
      line-height: 22px;
      max-width: 240px;
      margin-bottom: 30px; }
    .features__item-content .features__item-img {
      display: block;
      width: 100%;
      max-width: 100%;
      margin: 0;
      margin-bottom: 15px; }
    .features__item-content p {
      margin-bottom: 30px; }
  .features__item-img {
    display: none; } }

@media (max-width: 500px) {
  .features__info-block {
    padding: 20px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .features__info-block img {
      width: 75px;
      margin: 0;
      margin-right: 10px; } }

.supply {
  position: relative;
  padding-top: 160px; }

.supply__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  margin-bottom: 80px; }
  .supply__content i {
    font-size: 24px;
    line-height: 32px;
    max-width: 280px;
    margin: 0 0 80px 100px;
    font-weight: 500;
    color: #898989; }
  .supply__content img {
    display: none;
    mix-blend-mode: luminosity; }
  .supply__content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 50px;
    color: #ededed; }

.supply__img {
  position: absolute;
  right: 19px;
  top: 160px;
  mix-blend-mode: luminosity;
  z-index: -1; }

.supply__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.supply__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 32%;
  margin-right: 2%;
  padding: 28px 28px 33px 28px;
  background-color: #242424; }
  .supply__item:nth-child(3n) {
    margin-right: 0; }
  .supply__item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 10px; }
  .supply__item span {
    font-size: 80px;
    line-height: 91px;
    margin-bottom: auto;
    font-family: "ProstoOne", "Arial", sans-serif;
    text-transform: uppercase;
    color: #ededed; }
  .supply__item i {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #898989; }
  .supply__item img {
    -ms-flex-item-align: end;
        align-self: flex-end; }

@media (max-width: 1300px) {
  .supply__item {
    padding: 20px 20px 25px 20px; }
    .supply__item span {
      font-size: 55px;
      line-height: 75px; }
    .supply__item i {
      font-size: 16px;
      line-height: 28px; } }

@media (max-width: 1024px) {
  .supply {
    padding-top: 90px; }
  .supply__content {
    max-width: 360px; }
    .supply__content i {
      font-size: 20px;
      line-height: 26px;
      max-width: 240px;
      margin-bottom: 30px;
      margin-left: 60px; }
    .supply__content p {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 30px; }
  .supply__img {
    top: 130px;
    width: 450px; }
  .supply__item {
    padding: 20px 10px 25px 10px; }
    .supply__item span {
      font-size: 36px;
      line-height: 50px; }
    .supply__item i {
      font-size: 14px;
      line-height: 24px; } }
  @media (max-width: 1024px) and (min-width: 768px) {
    .supply__item:nth-child(1) img {
      width: 82px; }
    .supply__item:nth-child(2) img {
      width: 61px; }
    .supply__item:nth-child(3) img {
      width: 69px; } }

@media (max-width: 767px) {
  .supply {
    padding-top: 50px; }
  .supply__content {
    max-width: 100%;
    margin-bottom: 50px; }
    .supply__content i {
      font-size: 18px;
      line-height: 22px;
      max-width: 210px;
      margin: 0 auto 30px; }
    .supply__content img {
      display: block;
      width: 100%;
      margin-bottom: 25px; }
    .supply__content p {
      margin-bottom: 30px; }
  .supply__img {
    display: none; }
  .supply__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .supply__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .supply__item:last-child {
      margin-bottom: 0; }
    .supply__item span {
      font-size: 40px;
      line-height: 50px; } }

.mining {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  padding-top: 160px;
  padding-bottom: 138px; }

.mining__img {
  width: 56.32%;
  margin-right: 0.9%;
  mix-blend-mode: lighten; }

.mining__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42.78%; }
  .mining__content h2 {
    margin-left: -90px; }
  .mining__content i {
    font-size: 24px;
    line-height: 32px;
    max-width: 280px;
    margin-bottom: 80px;
    font-weight: 500;
    color: #898989; }
  .mining__content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding-left: 12px;
    color: #ededed; }

@media (max-width: 1024px) {
  .mining {
    padding-top: 90px;
    padding-bottom: 70px; }
  .mining__content h2 {
    margin-left: -50px; }
  .mining__content i {
    font-size: 20px;
    line-height: 26px;
    max-width: 240px;
    margin-bottom: 30px; }
  .mining__content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
    padding-left: 0; } }

@media (max-width: 767px) {
  .mining {
    padding: 50px 15px 50px; }
  .mining__content {
    width: 100%; }
    .mining__content h2 {
      margin-left: 0; }
    .mining__content i {
      font-size: 18px;
      line-height: 22px;
      max-width: 210px;
      margin: 0 auto 30px; }
    .mining__content p {
      margin-bottom: 20px; }
  .mining__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.callback-form {
  padding-top: 64px;
  padding-bottom: 96px;
  background-color: #ededed; }

.callback-form__container {
  position: relative; }

.callback-form__content {
  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; }
  .callback-form__content h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px; }
  .callback-form__content i {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 38px;
    font-weight: 500;
    color: #898989; }
  .callback-form__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .callback-form__content form input {
      font-size: 16px;
      line-height: 20px;
      width: 32%;
      margin-right: 2%;
      padding: 11px 16px;
      color: #98602b;
      border: none;
      border-bottom: 1px solid #98602b;
      background-color: transparent; }
      .callback-form__content form input:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .callback-form__content form input:hover, .callback-form__content form input:focus {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-color: #f5a046; }
      .callback-form__content form input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 20px;
        color: #98602b; }
      .callback-form__content form input::-moz-placeholder {
        font-size: 16px;
        line-height: 20px;
        color: #98602b; }
      .callback-form__content form input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 20px;
        color: #98602b; }
      .callback-form__content form input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 20px;
        color: #98602b; }
      .callback-form__content form input::placeholder {
        font-size: 16px;
        line-height: 20px;
        color: #98602b; }
    .callback-form__content form button {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: -4px; }
      .callback-form__content form button span {
        margin-top: 6px; }

.callback-form__img {
  position: absolute;
  right: 23px;
  top: -113px; }

@media (max-width: 1024px) {
  .callback-form {
    padding-top: 50px;
    padding-bottom: 70px; }
  .callback-form__content h2 {
    font-size: 30px;
    line-height: 36px; }
  .callback-form__content i {
    font-size: 16px;
    line-height: 28px; }
  .callback-form__img {
    width: 370px;
    right: 0;
    top: -80px; } }

@media (max-width: 767px) {
  .callback-form {
    padding-top: 25px;
    padding-bottom: 50px; }
  .callback-form__content h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; }
  .callback-form__content i {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center; }
  .callback-form__content form {
    -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: flex-start; }
    .callback-form__content form input {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
    .callback-form__content form button {
      font-size: 9px;
      line-height: 11px;
      margin: 0;
      margin-top: 20px; }
  .callback-form__img {
    display: none; } }

.about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0;
  margin-bottom: -130px; }

.about__text-content {
  width: 38.96%;
  margin-right: 7.88%; }
  .about__text-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 90px;
    color: #ededed; }
  .about__text-content div {
    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: 408px;
    margin-right: -185px;
    padding: 56px 40px;
    background-color: #242424; }
    .about__text-content div i {
      font-size: 24px;
      line-height: 40px;
      max-width: 445px;
      color: #fefefe;
      letter-spacing: 0.01em; }
    .about__text-content div img {
      position: absolute;
      right: 0;
      bottom: 16px;
      z-index: 10;
      -webkit-transform: rotate(-31.36deg);
              transform: rotate(-31.36deg); }

.about__img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 53.15%; }
  .about__img-content img {
    margin-bottom: 25px;
    mix-blend-mode: luminosity; }
  .about__img-content p {
    font-size: 16px;
    line-height: 26px;
    max-width: 496px;
    margin: 0 auto;
    color: #1e1e1e; }

.about__bottom {
  padding-top: 235px;
  padding-bottom: 120px;
  background: #ededed; }

.about__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .about__table tr {
    border-bottom: 1px solid #98602b; }
  .about__table td {
    padding: 17px 0 4px; }
    .about__table td:first-child {
      font-size: 18px;
      line-height: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      margin-right: 50px;
      text-transform: uppercase;
      color: #98602B;
      font-family: "ProstoOne", "Arial", sans-serif; }
      .about__table td:first-child span {
        font-size: 48px;
        line-height: 59px;
        margin-right: 17px; }
  .about__table td:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #898989; }

@media (max-width: 1439px) {
  .about__top {
    margin-bottom: 0; }
  .about__text-content {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 50%;
    margin-right: 0; }
    .about__text-content p {
      margin-bottom: 50px;
      padding-right: 20px; }
    .about__text-content div {
      min-height: unset;
      margin-right: 0; }
      .about__text-content div i {
        z-index: 1; }
      .about__text-content div img {
        z-index: unset; }
  .about__img-content {
    width: 50%;
    padding-bottom: 30px; }
    .about__img-content img {
      margin-bottom: 50px; }
    .about__img-content p {
      max-width: 100%;
      margin: 0;
      padding-left: 20px;
      padding-right: 108px;
      color: #ededed; }
  .about__bottom {
    padding-top: 80px;
    padding-bottom: 120px; } }

@media (max-width: 1200px) {
  .about__text-content div i {
    font-size: 22px;
    line-height: 32px; }
  .about__text-content div img {
    width: 170px; }
  .about__img-content p {
    padding-right: 50px; } }

@media (max-width: 1024px) {
  .about__img-content p {
    padding-right: 40px; }
  .about__bottom {
    padding-top: 50px;
    padding-bottom: 70px; }
  .about__table td:first-child {
    font-size: 16px;
    line-height: 20px; }
    .about__table td:first-child span {
      font-size: 38px;
      line-height: 48px;
      margin-right: 10px; }
  .about__table td:nth-child(2) {
    font-size: 16px;
    line-height: 16px; } }

@media (max-width: 900px) {
  .about__text-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px; }
  .about__text-content div {
    padding: 25px; }
    .about__text-content div i {
      font-size: 16px;
      line-height: 26px; }
    .about__text-content div img {
      width: 120px;
      bottom: 25px; }
  .about__img-content img {
    margin-bottom: 30px; }
  .about__img-content p {
    font-size: 14px;
    line-height: 22px; } }

@media (max-width: 767px) {
  .about__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 15px; }
  .about__text-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
    .about__text-content p {
      margin-bottom: 20px;
      padding: 0; }
    .about__text-content div {
      padding: 20px; }
      .about__text-content div i {
        font-size: 14px;
        line-height: 24px; }
      .about__text-content div img {
        width: 80px;
        bottom: 30px;
        right: 3px; }
  .about__img-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%; }
    .about__img-content img {
      margin-bottom: 0; }
    .about__img-content p {
      margin-bottom: 20px;
      padding: 0; }
  .about__bottom {
    padding-top: 20px;
    padding-bottom: 30px; }
  .about__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about__table td {
    padding: 10px 0; }
    .about__table td:first-child {
      font-size: 14px;
      line-height: 18px;
      margin-right: 0;
      padding-bottom: 0; }
      .about__table td:first-child span {
        font-size: 34px;
        line-height: 44px; }
  .about__table td:nth-child(2) {
    font-size: 14px;
    line-height: 14px; } }

.subpages {
  padding-top: 160px;
  padding-bottom: 200px;
  overflow: hidden; }

.subpages__slider-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto; }

.subpages__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.subpages__slide {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .subpages__slide img {
    width: 100%;
    mix-blend-mode: luminosity;
    opacity: 0.6;
    vertical-align: top; }
  .subpages__slide h3 {
    font-size: 40px;
    line-height: 49px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 38%;
    margin: 0;
    font-family: "ProstoOne", "Arial", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #f5a046;
    text-shadow: 0px 0px 24px #191919;
    z-index: 1; }
  .subpages__slide a {
    position: absolute;
    right: 47px;
    bottom: 43px;
    color: #fefefe; }
    .subpages__slide a span::after {
      border-color: #fefefe; }
    .subpages__slide a svg {
      color: #fefefe; }
  .subpages__slide:not(.swiper-slide-active) img {
    display: none; }
  .subpages__slide:not(.swiper-slide-active) a {
    display: none; }
  .subpages__slide:not(.swiper-slide-active) h3 {
    color: #98602b; }
    .subpages__slide:not(.swiper-slide-active) h3:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .subpages__slide:not(.swiper-slide-active) h3:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #f5a046; }

@media (max-width: 1024px) {
  .subpages {
    padding-top: 100px;
    padding-bottom: 130px; }
  .subpages__slider-container {
    max-width: 500px; }
  .subpages__slide {
    font-size: 30px;
    line-height: 39px; } }

@media (max-width: 900px) {
  .subpages {
    padding-top: 80px;
    padding-bottom: 100px; }
  .subpages__slider-container {
    max-width: 450px; } }

@media (max-width: 767px) {
  .subpages {
    padding-top: 40px;
    padding-bottom: 40px; }
  .subpages__slider-container {
    max-width: 100%;
    overflow: hidden; }
  .subpages__slide h3 {
    font-size: 18px;
    line-height: 24px;
    top: 30%; }
  .subpages__slide a {
    right: 30px;
    bottom: 30px; } }

.history__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0;
  padding-bottom: 150px; }

.history__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 38.96%;
  margin-right: 7.88%; }
  .history__text-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 30px;
    color: #ededed; }
    .history__text-content p:last-of-type {
      margin-bottom: 0; }
  .history__text-content div {
    font-size: 24px;
    line-height: 40px;
    max-width: 496px;
    margin: 80px -80px 0 104px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #98602B;
    z-index: 1; }

.history__img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 53.15%; }
  .history__img-content img {
    margin-bottom: 40px;
    mix-blend-mode: luminosity;
    vertical-align: top; }
  .history__img-content p {
    font-size: 16px;
    line-height: 26px;
    max-width: 496px;
    margin: 0 auto 30px;
    color: #ededed; }
    .history__img-content p:last-child {
      margin-bottom: 0; }

.history__bottom {
  padding-top: 1px;
  padding-bottom: 200px;
  background-color: #ededed; }
  .history__bottom p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 30px;
    color: #1e1e1e; }

.history__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1224px;
  margin: -70px auto 80px;
  padding: 56px 40px 20px 76px;
  background-color: #242424; }
  .history__info-block div {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 23.65%;
    margin-right: 7%; }
  .history__info-block p {
    font-size: 16px;
    line-height: 26px;
    max-width: 215px;
    margin: 0;
    margin-bottom: 36px;
    color: #898989; }
  .history__info-block i {
    font-size: 24px;
    line-height: 40px;
    width: 33%;
    margin-right: 3.3%;
    font-weight: 500;
    color: #ededed;
    letter-spacing: 0.01em; }
    .history__info-block i:last-child {
      margin-right: 0; }

.history__stone-img {
  position: absolute;
  right: -144px;
  top: -185px; }

.history__text-wrapper {
  margin-bottom: 80px; }

.history__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0; }
  .history__img-wrapper img {
    width: 53.15%;
    margin-right: 9.6%;
    mix-blend-mode: luminosity;
    vertical-align: top;
    -o-object-fit: cover;
       object-fit: cover; }
  .history__img-wrapper div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 37.25%; }
    .history__img-wrapper div i {
      font-size: 24px;
      line-height: 40px;
      font-weight: 500;
      letter-spacing: 0.01em;
      color: #898989; }

@media (max-width: 1400px) {
  .history__text-content div {
    margin: 80px -80px 0 50px; } }

@media (max-width: 1300px) {
  .history__text-content {
    width: 44.84%;
    margin-right: 2%; }
    .history__text-content div {
      font-size: 22px;
      line-height: 36px;
      margin: 0;
      margin-top: 40px; }
  .history__img-content p {
    max-width: unset;
    margin: 0;
    padding-right: 108px; }
  .history__info-block {
    padding: 56px 30px 20px 30px; }
    .history__info-block div {
      width: 25.65%;
      margin-right: 5%; }
    .history__info-block p {
      margin-bottom: 25px; }
    .history__info-block i {
      font-size: 22px;
      line-height: 36px; } }

@media (max-width: 1200px) {
  .history__img-content p {
    padding-right: 50px; } }

@media (max-width: 1024px) {
  .history__text-content div {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px; }
  .history__img-content p {
    padding-right: 40px; }
  .history__bottom {
    padding-bottom: 80px; }
  .history__text-wrapper {
    margin-bottom: 50px; }
  .history__info-block {
    margin-bottom: 50px; }
    .history__info-block i {
      font-size: 19px;
      line-height: 38px; }
  .history__img-wrapper img {
    margin-right: 3.6%; }
  .history__img-wrapper div {
    width: 43.25%; } }

@media (max-width: 900px) {
  .history__top {
    padding-bottom: 120px; }
  .history__text-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px; }
  .history__text-content div {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px; }
  .history__img-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px; }
  .history__bottom p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px; }
    .history__bottom p:last-child {
      margin-bottom: 0; }
  .history__info-block {
    padding: 20px; }
    .history__info-block div {
      width: 26.65%;
      margin-right: 4%; }
      .history__info-block div img {
        width: 130px; }
    .history__info-block p {
      margin-bottom: 5px; }
    .history__info-block i {
      font-size: 14px;
      line-height: 28px; }
  .history__stone-img {
    display: none; }
  .history__img-wrapper div i {
    font-size: 16px;
    line-height: 26px; } }

@media (max-width: 767px) {
  .history__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 15px;
    padding-bottom: 40px; }
  .history__text-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
    .history__text-content p {
      max-width: 100%; }
    .history__text-content div {
      max-width: 100%; }
  .history__img-content {
    width: 100%; }
    .history__img-content img {
      margin-bottom: 20px; }
    .history__img-content p {
      max-width: 100%;
      padding-right: 0; }
  .history__bottom {
    padding-top: 0;
    padding-bottom: 40px; }
  .history__info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 20px 15px; }
    .history__info-block div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .history__info-block div img {
        width: 150px;
        margin-bottom: 10px; }
      .history__info-block div p {
        max-width: 100%;
        margin-bottom: 0; }
    .history__info-block i {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
      .history__info-block i:last-child {
        margin-bottom: 0; }
  .history__text-wrapper {
    margin-bottom: 40px; }
  .history__img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px; }
    .history__img-wrapper img {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
    .history__img-wrapper div {
      width: 100%; } }

.managment {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #191919), color-stop(42%, #ededed));
  background: linear-gradient(to bottom, #191919 0 50%, #ededed 50% 100%);
  padding-bottom: 120px; }

.managment__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.managment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 82px; }
  @media (min-width: 768px) {
    .managment__item:nth-child(3n) {
      margin-right: 0; } }
  .managment__item:last-child {
    margin-right: 0; }    
  .managment__item img {
    width: 100%;
    height: 392px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 24px;
    mix-blend-mode: luminosity; }
    .managment__item img:hover {
      mix-blend-mode: normal; }
  .managment__item i {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #ededed;
    margin-bottom: 8px;
	text-align: center; }
  .managment__item p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #898989;
	text-align: center; }
  @media (min-width: 768px) {
    .managment__item:nth-child(n+4) i {
      color: #242424; } }

@media (max-width: 1024px) {
  .managment {
    padding-bottom: 50px; }
  .managment__item {
    margin-bottom: 50px; }
    .managment__item img {
      height: 300px;
      margin-bottom: 15px;
      mix-blend-mode: normal; }
    .managment__item i {
      font-size: 18px;
      line-height: 24px; }
    .managment__item p {
      font-size: 12px;
      line-height: 16px; } }

@media (max-width: 900px) {
  .managment__item img {
    height: 240px; } }

@media (max-width: 767px) {
  .managment {
    background: none; }
  .managment__item {
    width: 48%;
    margin-right: 4%; }
    .managment__item:nth-child(2n) {
      margin-right: 0; }
    .managment__item img {
      height: 250px;
	  object-fit: scale-down; } }
  
@media (max-width: 500px) {
  .managment {
    padding-bottom: 20px; }
  .managment__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .managment__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
    .managment__item img {
      height: 290px;
      margin-bottom: 10px; } }

.career__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0; }
  .career__top h1 {
    width: 100%; }

.career__text {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 38.96%;
  margin-right: 7.88%;
  padding-bottom: 80px; }
  .career__text p {
    margin: 0;
    margin-bottom: 27px;
    color: #ededed; }
    .career__text p:last-of-type {
      margin-bottom: 64px; }
  .career__text span {
    -ms-flex-item-align: center;
        align-self: center;
    color: #f5a046; }

.career__img {
  width: 53.15%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity; }

.career__bottom {
  padding-top: 1px;
  padding-bottom: 140px;
  background-color: #ededed; }

.career__info-block {
  position: relative;
  max-width: 1224px;
  margin: -70px auto 120px;
  padding: 50px 104px 72px;
  background-color: #242424; }
  .career__info-block p {
    font-size: 28px;
    line-height: 35px;
    margin: 0;
    font-family: "ProstoOne", "Arial", sans-serif;
    color: #98602b;
    text-transform: uppercase; }

.career__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  margin-bottom: 42px;
  padding-left: 105px; }
  .career__info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 26px; }
    .career__info-list li:last-child {
      margin-bottom: 0; }
    .career__info-list li span {
      font-size: 16px;
      line-height: 26px;
      width: 80px;
      margin-right: 23px;
      padding-top: 9px;
      color: #898989; }
    .career__info-list li div {
      width: calc(100% - 103px); }
    .career__info-list li a {
      text-decoration: none; }
    .career__info-list li i {
      font-size: 24px;
      line-height: 40px;
      letter-spacing: 0.01em;
      color: #fefefe; }

.career__info-address div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.career__info-tel div {
  max-width: 530px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 96px;
     -moz-column-gap: 96px;
          column-gap: 96px; }
  .career__info-tel div a {
    display: inline-block;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid; }

.career__info-top-img {
  position: absolute;
  left: -68px;
  top: -20px;
  -webkit-transform: rotate(25.9deg);
          transform: rotate(25.9deg); }

.career__info-bottom-img {
  position: absolute;
  right: 12px;
  bottom: 108px; }

.career__vacancies h2 {
  margin-bottom: 48px; }

.career__vacancies table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .career__vacancies table tbody {
    vertical-align: baseline; }
  .career__vacancies table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-bottom: 1px solid #98602b; }
  .career__vacancies table td {
    padding: 16px 0 8px; }
    .career__vacancies table td:first-child {
      font-size: 32px;
      line-height: 40px;
      width: calc(100% - 180px);
      padding-right: 30px;
      text-transform: uppercase;
      color: #98602B;
      font-family: "ProstoOne", "Arial", sans-serif; }
  .career__vacancies table td:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    width: 180px;
    font-weight: 500;
    color: #898989; }

@media (max-width: 1300px) {
  .career__text {
    width: 44.84%;
    margin-right: 2%; }
    .career__text p {
      margin-bottom: 20px; }
      .career__text p:last-of-type {
        margin-bottom: 40px; } }

@media (max-width: 1200px) {
  .career__info-block {
    padding: 50px 50px 72px; } }

@media (max-width: 1024px) {
  .career__text p {
    margin-bottom: 10px; }
    .career__text p:last-of-type {
      margin-bottom: 30px; }
  .career__info-block {
    margin-bottom: 80px; }
  .career__bottom {
    padding-bottom: 100px; }
  .career__vacancies h2 {
    margin-bottom: 30px; }
  .career__vacancies table td {
    padding: 16px 0 8px; }
    .career__vacancies table td:first-child {
      font-size: 22px;
      line-height: 30px;
      width: calc(100% - 120px); }
  .career__vacancies table td:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
    width: 120px; } }

@media (max-width: 900px) {
  .career__text {
    font-size: 14px;
    line-height: 22px; }
  .career__info-block {
    padding: 40px 50px 40px; }
    .career__info-block p {
      font-size: 20px;
      line-height: 28px; }
  .career__info-list {
    margin-bottom: 30px;
    padding-left: 50px; }
    .career__info-list li {
      margin-bottom: 20px; }
      .career__info-list li span {
        padding-top: 0; }
      .career__info-list li i {
        font-size: 18px;
        line-height: 26px; }
  .career__info-tel div {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  .career__info-top-img {
    left: -120px; }
  .career__info-bottom-img {
    right: 0;
    bottom: 35px; } }

@media (max-width: 767px) {
  .career__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 15px; }
    .career__top h1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .career__text {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px; }
  .career__img {
    width: 100%;
    margin-bottom: 20px; }
  .career__bottom {
    padding-top: 0;
    padding-bottom: 30px; }
  .career__info-block {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 30px 20px; }
    .career__info-block p {
      text-align: center; }
  .career__info-top-img {
    display: none; }
  .career__info-bottom-img {
    display: none; }
  .career__info-list {
    padding-left: 0; }
    .career__info-list li i {
      font-size: 14px;
      line-height: 20px; }
  .career__vacancies h2 {
    margin-bottom: 10px; }
  .career__vacancies table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .career__vacancies table td {
    padding: 10px 0; }
    .career__vacancies table td:first-child {
      font-size: 18px;
      line-height: 24px;
      width: 100%;
      padding-right: 0;
      padding-bottom: 0; }
    .career__vacancies table td:nth-child(2) {
      font-size: 14px;
      line-height: 14px;
      width: 100%; } }

@media (max-width: 500px) {
  .career__text {
    padding-bottom: 10px; }
  .career__info-block {
    padding: 10px 15px 20px; }
    .career__info-block p {
      font-size: 15px;
      line-height: 23px; }
  .career__info-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .career__info-list li span {
      font-size: 14px;
      line-height: 20px;
      width: 100%;
      margin-bottom: 5px; }
    .career__info-list li div {
      width: 100%; } }

.application {
  padding-top: 140px;
  padding-bottom: 230px; }
  .application h2 {
    margin-bottom: 73px; }

.application__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.application__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 56px; }
  .application__form-row:last-child {
    margin-bottom: 0; }
  .application__form-row input {
    font-size: 16px;
    line-height: 24px;
    width: 32%;
    margin-right: 2%;
    padding: 8px 5px 8px 15px;
    color: #ededed;
    border: none;
    border-bottom: 1px solid #898989;
    background-color: transparent; }
    .application__form-row input:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .application__form-row input:hover, .application__form-row input:focus {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border-color: #f5a046; }
    .application__form-row input:checked + span {
      color: #f5a046; }
    .application__form-row input::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 24px;
      color: #ededed; }
    .application__form-row input::-moz-placeholder {
      font-size: 16px;
      line-height: 24px;
      color: #ededed; }
    .application__form-row input:-ms-input-placeholder {
      font-size: 16px;
      line-height: 24px;
      color: #ededed; }
    .application__form-row input::-ms-input-placeholder {
      font-size: 16px;
      line-height: 24px;
      color: #ededed; }
    .application__form-row input::placeholder {
      font-size: 16px;
      line-height: 24px;
      color: #ededed; }
    .application__form-row input:last-of-type {
      margin-right: 0; }
  .application__form-row input[type=checkbox],
  .application__form-row input[type=radio] {
    width: unset; }
  .application__form-row input[type=number]::-webkit-inner-spin-button,
  .application__form-row input[type=number]::-webkit-outer-spin-button {
    border-radius: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .application__form-row input[type=number]::-moz-inner-spin-button,
  .application__form-row input[type=number]::-moz-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .application__form-row input[type=number]::-ms-inner-spin-button,
  .application__form-row input[type=number]::-ms-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .application__form-row input[type=number] {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield; }
  .application__form-row--whole {
    position: relative; }
    .application__form-row--whole input {
      width: 100%;
      margin-right: 0;
      margin-bottom: 56px;
      padding-right: 35px; }
      .application__form-row--whole input:last-of-type {
        margin-bottom: 0; }
    .application__form-row--whole button {
      padding: 0;
      border: none;
      background-color: transparent;
      outline: none;
      position: absolute;
      right: 0;
      bottom: 8px; }
      .application__form-row--whole button:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .application__form-row--whole button:hover {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.5; }
  .application__form-row div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 49%;
    margin-right: 2%;
    border-bottom: 1px solid #898989;
    padding: 8px 35px 8px 15px; }
    .application__form-row div:last-of-type {
      margin-right: 0; }
    .application__form-row div label {
      margin-right: 23px;
      padding: 0 5px;
      color: #898989; }
      .application__form-row div label:last-of-type {
        margin-right: 0; }
    .application__form-row div span {
      font-size: 16px;
      line-height: 24px;
      margin-right: auto; }
  .application__form-row .details-link {
    margin-left: auto;
    margin-right: 30px; }

@media (max-width: 1300px) {
  .application__form-row input {
    font-size: 14px;
    line-height: 22px; }
    .application__form-row input::-webkit-input-placeholder {
      font-size: 14px;
      line-height: 22px; }
    .application__form-row input::-moz-placeholder {
      font-size: 14px;
      line-height: 22px; }
    .application__form-row input:-ms-input-placeholder {
      font-size: 14px;
      line-height: 22px; }
    .application__form-row input::-ms-input-placeholder {
      font-size: 14px;
      line-height: 22px; }
    .application__form-row input::placeholder {
      font-size: 14px;
      line-height: 22px; }
  .application__form-row div {
    padding-right: 20px; }
    .application__form-row div label {
      margin-right: 15px; }
    .application__form-row div span {
      font-size: 14px;
      line-height: 22px; } }

@media (max-width: 1024px) {
  .application {
    padding-top: 80px;
    padding-bottom: 100px; }
    .application h2 {
      margin-bottom: 50px; }
  .application__form-row {
    margin-bottom: 30px; }
    .application__form-row input {
      padding-left: 5px; }
    .application__form-row div {
      padding-left: 5px;
      padding-right: 5px; }
      .application__form-row div label {
        margin-right: 5px; }
    .application__form-row--whole input {
      margin-bottom: 30px; } }

@media (max-width: 900px) {
  .application__form-row input {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0; }
    .application__form-row input::-webkit-input-placeholder {
      font-size: 12px;
      line-height: 18px; }
    .application__form-row input::-moz-placeholder {
      font-size: 12px;
      line-height: 18px; }
    .application__form-row input:-ms-input-placeholder {
      font-size: 12px;
      line-height: 18px; }
    .application__form-row input::-ms-input-placeholder {
      font-size: 12px;
      line-height: 18px; }
    .application__form-row input::placeholder {
      font-size: 12px;
      line-height: 18px; }
  .application__form-row div {
    padding: 5px 0; }
    .application__form-row div label {
      margin-right: 5px; }
    .application__form-row div span {
      font-size: 12px;
      line-height: 18px; }
  .application__form-row--whole button {
    bottom: 5px; } }

@media (max-width: 767px) {
  .application {
    padding-top: 40px;
    padding-bottom: 50px; }
    .application h2 {
      margin-bottom: 20px; }
  .application__form-row {
    -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: flex-start;
    margin-bottom: 20px; }
    .application__form-row input {
      font-size: 16px;
      line-height: 18px;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .application__form-row input:last-of-type {
        margin-bottom: 0; }
    .application__form-row--whole {
      margin-bottom: 20px; }
      .application__form-row--whole button svg {
        width: 20px;
        height: 20px; }
    .application__form-row div {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .application__form-row div:last-of-type {
        margin-bottom: 0; }
    .application__form-row .details-link {
      margin-left: 0;
      margin-top: 30px; } }

@media (max-width: 360px) {
  .application__form-row input::-webkit-input-placeholder {
    font-size: 11px;
    line-height: 15px; }
  .application__form-row input::-moz-placeholder {
    font-size: 11px;
    line-height: 15px; }
  .application__form-row input:-ms-input-placeholder {
    font-size: 11px;
    line-height: 15px; }
  .application__form-row input::-ms-input-placeholder {
    font-size: 11px;
    line-height: 15px; }
  .application__form-row input::placeholder {
    font-size: 11px;
    line-height: 15px; }
  .application__form-row div label {
    padding: 0 2px; }
  .application__form-row div span {
    font-size: 11px;
    line-height: 15px; } }

.investment__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0; }
  .investment__top h1 {
    width: 100%;
    margin-bottom: 0; }

.investment__text {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 38.96%;
  margin-right: 7.88%;
  padding-top: 64px;
  padding-bottom: 80px;
  z-index: 1; }
  .investment__text p {
    margin: 0;
    margin-bottom: 27px;
    color: #ededed; }
    .investment__text p:last-of-type {
      margin-bottom: 0; }

.investment__img {
  width: 53.15%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity; }

.investment__bottom {
  padding-top: 1px;
  padding-bottom: 163px;
  background-color: #ededed; }

.investment__info-block {
  position: relative;
  max-width: 1224px;
  margin: -64px auto 118px;
  padding: 56px 80px 72px 208px;
  background-color: #242424; }
  .investment__info-block img {
    position: absolute;
    left: -85px;
    top: -10px;
    -webkit-transform: rotate(-31.36deg);
            transform: rotate(-31.36deg); }
  .investment__info-block i {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #fefefe; }

.investment__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .investment__table tbody {
    vertical-align: baseline; }
  .investment__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #98602b; }
  .investment__table td:first-child {
    font-size: 32px;
    line-height: 40px;
    width: 312px;
    padding: 8px 20px 8px 0;
    text-transform: uppercase;
    color: #98602B;
    font-family: "ProstoOne", "Arial", sans-serif; }
  .investment__table td:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    width: calc(100% - 312px);
    font-weight: 500;
    color: #898989;
    padding: 31px 0 15px; }

@media (max-width: 1300px) {
  .investment__text {
    width: 44.84%;
    margin-right: 2%; }
    .investment__text p {
      margin-bottom: 20px; } }

@media (max-width: 1200px) {
  .investment__info-block {
    padding: 56px 80px 72px 150px; } }

@media (max-width: 1024px) {
  .investment__text {
    padding-top: 30px; }
    .investment__text p {
      margin-bottom: 10px; }
  .investment__info-block {
    margin-bottom: 50px; }
  .investment__bottom {
    padding-bottom: 100px; }
  .investment__table td:first-child {
    font-size: 22px;
    line-height: 30px;
    width: 220px;
    padding: 16px 0 8px; }
  .investment__table td:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
    width: calc(100% - 220px);
    padding: 16px 0 8px; } }

@media (max-width: 900px) {
  .investment__text {
    font-size: 14px;
    line-height: 22px; }
  .investment__info-block {
    padding: 40px 50px 40px 100px; }
    .investment__info-block i {
      font-size: 18px;
      line-height: 26px; }
    .investment__info-block img {
      width: 180px;
      top: -40px; } }

@media (max-width: 767px) {
  .investment__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 15px; }
    .investment__top h1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 25px; }
  .investment__text {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px; }
  .investment__img {
    width: 100%;
    margin-bottom: 20px; }
  .investment__bottom {
    padding-top: 0;
    padding-bottom: 30px; }
  .investment__info-block {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 30px 15px 30px 80px; }
    .investment__info-block img {
      width: 150px;
      top: -15px; }
    .investment__info-block i {
      font-size: 14px;
      line-height: 20px; }
  .investment__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .investment__table td:first-child {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 10px 0 0; }
  .investment__table td:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding: 10px 0; } }

@media (max-width: 500px) {
  .investment__top h1 {
    font-size: 20px;
    line-height: 28px; }
  .investment__text {
    padding-bottom: 10px; }
  .investment__info-block {
    padding: 10px 15px 20px; }
    .investment__info-block img {
      display: none; } }

.disclosure__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0; }
  .disclosure__top h1 {
    width: 100%;
    margin-bottom: 0; }

.disclosure__text {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42.34%;
  margin-right: 4.51%;
  padding-top: 64px;
  padding-bottom: 60px; }
  .disclosure__text p {
    margin: 0;
    margin-bottom: 27px;
    color: #ededed; }
    .disclosure__text p:last-of-type {
      margin-bottom: 0; }

.disclosure__img {
  width: 53.15%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity;
  z-index: 1; }

.disclosure__bottom {
  margin-top: -40px;
  padding-top: 64px;
  padding-bottom: 208px;
  background-color: #ededed; }

.disclosure__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .disclosure__table tbody {
    vertical-align: bottom; }
  .disclosure__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #98602b; }
  .disclosure__table td:first-child {
    font-size: 32px;
    line-height: 40px;
    width: 312px;
    padding: 16px 20px 8px 0;
    text-transform: uppercase;
    color: #98602B;
    font-family: "ProstoOne", "Arial", sans-serif; }
  .disclosure__table td:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    width: calc(100% - 312px - 184px);
    font-weight: 500;
    color: #898989;
    padding: 31px 20px 15px 0; }
  .disclosure__table td:nth-child(3) {
    font-size: 18px;
    line-height: 18px;
    width: 184px;
    color: #f5a046;
    padding: 28px 0 12px;
    font-family: "ProstoOne", "Arial", sans-serif; }
    .disclosure__table td:nth-child(3) a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
      .disclosure__table td:nth-child(3) a:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .disclosure__table td:nth-child(3) a:hover {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.5; }
    .disclosure__table td:nth-child(3) svg {
      margin-right: 16px; }
	  
/*Disclosure table non data*/
	.disclosure__table_nondata {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .disclosure__table_nondata tbody {
    vertical-align: bottom; }
  .disclosure__table_nondata tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #98602b; }
  .disclosure__table_nondata td:first-child {
    font-size: 18px;
    line-height: 18px;
    width: calc(100% - 185px);
    font-weight: 500;
    color: #898989;
    padding: 31px 20px 15px 0; }
  /*.disclosure__table_nondata td:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    width: calc(100% - 312px - 184px);
    font-weight: 500;
    color: #898989;
    padding: 31px 20px 15px 0; }*/
  .disclosure__table_nondata td:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    width: 185px;
    color: #f5a046;
    padding: 28px 0 12px;
    font-family: "ProstoOne", "Arial", sans-serif; }
    .disclosure__table_nondata td:nth-child(2) a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
      .disclosure__table_nondata td:nth-child(2) a:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .disclosure__table_nondata td:nth-child(2) a:hover {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.5; }
    .disclosure__table_nondata td:nth-child(2) svg {
      margin-right: 16px; }
	  
	@media (max-width: 1024px) {
  .disclosure__table_nondata td:first-child {
    font-size: 16px;
    line-height: 16px;
    width: calc(100% - 180px - 120px); }
  /*.disclosure__table_nondata td:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
    width: calc(100% - 180px - 120px); }*/
  .disclosure__table_nondata td:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
    width: 120px; } }

@media (max-width: 767px) {
  .disclosure__table_nondata tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .disclosure__table_nondata td:first-child {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding: 10px 0 0; }
  /*.disclosure__table_nondata td:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding: 10px 0 0; }*/
  .disclosure__table_nondata td:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding: 10px 0; }
    .disclosure__table_nondata td:nth-child(2) a {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .disclosure__table_nondata td:nth-child(2) svg {
      width: 20px;
      margin-right: 10px; } }
/*Disclosure non data end*/

@media (max-width: 1300px) {
  .disclosure__text {
    width: 44.84%;
    margin-right: 2%; }
    .disclosure__text p {
      margin-bottom: 20px; } }

@media (max-width: 1024px) {
  .disclosure__text {
    padding-top: 30px; }
    .disclosure__text p {
      margin-bottom: 10px; }
  .disclosure__bottom {
    padding-bottom: 100px; }
  .disclosure__table td:first-child {
    font-size: 22px;
    line-height: 30px;
    width: 180px; }
  .disclosure__table td:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
    width: calc(100% - 180px - 120px); }
  .disclosure__table td:nth-child(3) {
    font-size: 16px;
    line-height: 16px;
    width: 120px; } }

@media (max-width: 900px) {
  .disclosure__text {
    font-size: 14px;
    line-height: 22px; } }

@media (max-width: 767px) {
  .disclosure__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 15px; }
    .disclosure__top h1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 25px; }
  .disclosure__text {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px; }
  .disclosure__img {
    width: 100%;
    margin-bottom: 20px; }
  .disclosure__bottom {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 30px; }
  .disclosure__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .disclosure__table td:first-child {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 10px 0 0; }
  .disclosure__table td:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding: 10px 0 0; }
  .disclosure__table td:nth-child(3) {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding: 10px 0; }
    .disclosure__table td:nth-child(3) a {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .disclosure__table td:nth-child(3) svg {
      width: 20px;
      margin-right: 10px; } }

@media (max-width: 500px) {
  .disclosure__top h1 {
    font-size: 20px;
    line-height: 28px; } }

.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0; }
  .contacts__top h1 {
    width: 100%; }

.contacts__text {
  width: 42.34%;
  margin-right: 4.51%;
  padding-bottom: 60px; }

.contacts__img {
  width: 53.15%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity;
  z-index: 1; }

.contacts__list {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  max-width: 425px; }
  .contacts__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px; }
    .contacts__list li:last-child {
      margin-bottom: 0; }
    .contacts__list li i {
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      margin-bottom: 8px;
      color: #898989; }
    .contacts__list li div {
      font-size: 20px;
      line-height: 32px;
      color: #fefefe; }
    .contacts__list li a {
      text-decoration: none; }

.contacts__tel div {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; }
  .contacts__tel div a {
    display: inline-block; }

.contacts__bottom {
  margin-top: -40px;
  padding-top: 133px;
  padding-bottom: 150px;
  background-color: #ededed; }

.contacts__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .contacts__table tbody {
    vertical-align: bottom; }
  .contacts__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 1px solid #98602b; }
  .contacts__table td {
    font-size: 18px;
    line-height: 18px; }
    .contacts__table td:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc(100% - 600px);
      padding: 24px 20px 9px 0;
      color: #898989; }
      .contacts__table td:first-child i {
        margin-bottom: 8px;
        font-weight: 300; }
        .contacts__table td:first-child i:first-child {
          color: #242424; }
        .contacts__table td:first-child i:last-child {
          margin-bottom: 0; }
      .contacts__table td:first-child b {
        font-weight: 500; }
  .contacts__table td:nth-child(2), .contacts__table td:nth-child(3) {
    width: 315px;
    font-weight: 500;
    color: #98602B;
    padding: 9px 20px 9px 0; }
    .contacts__table td:nth-child(2) a, .contacts__table td:nth-child(3) a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
      .contacts__table td:nth-child(2) a:not(:hover), .contacts__table td:nth-child(3) a:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .contacts__table td:nth-child(2) a:hover, .contacts__table td:nth-child(3) a:hover {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.5; }
  .contacts__table td:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 285px;
    padding: 9px 0 9px 0; }
    .contacts__table td:nth-child(3) a {
      margin-right: 5px; }

@media (max-width: 1300px) {
  .contacts__text {
    width: 44.84%;
    margin-right: 2%; } }

@media (max-width: 1024px) {
  .contacts__bottom {
    padding-top: 70px;
    padding-bottom: 100px; }
  .contacts__table td {
    font-size: 14px;
    line-height: 14px; }
    .contacts__table td:first-child {
      width: calc(100% - 370px);
      padding-right: 10px; }
  .contacts__table td:nth-child(2) {
    width: 170px;
    padding-right: 10px; }
  .contacts__table td:nth-child(3) {
    width: 200px; } }

@media (max-width: 900px) {
  .contacts__list li {
    margin-bottom: 20px; }
    .contacts__list li i {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 5px; }
    .contacts__list li div {
      font-size: 16px;
      line-height: 24px; }
  .contacts__tel div {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; } }

@media (max-width: 767px) {
  .contacts__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 20px; }
    .contacts__top h1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .contacts__text {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px; }
  .contacts__img {
    width: 100%;
    margin-bottom: 20px; }
  .contacts__list li i {
    font-size: 14px;
    line-height: 20px; }
  .contacts__list li div {
    font-size: 14px;
    line-height: 20px; }
  .contacts__bottom {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 30px; }
  .contacts__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts__table td {
    font-size: 13px;
    line-height: 13px; }
    .contacts__table td:first-child {
      width: 100%;
      padding: 10px 0 0; }
    .contacts__table td:nth-child(2) {
      width: 100%;
      padding: 10px 0 0; }
    .contacts__table td:nth-child(3) {
      width: 100%;
      padding: 10px 0; } }

.stockholders__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0; }
  .stockholders__top h1 {
    width: 100%;
    margin-bottom: 0; }

.stockholders__text {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42.34%;
  margin-right: 4.51%;
  padding-top: 64px;
  padding-bottom: 100px; }
  .stockholders__text p {
    margin: 0;
    margin-bottom: 27px;
    color: #ededed; }
    .stockholders__text p:last-of-type {
      margin-bottom: 0; }

.stockholders__img {
  width: 53.15%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity; }

.stockholders__bottom {
  margin-top: -40px;
  padding-top: 1px;
  padding-bottom: 140px;
  background-color: #ededed; }

.stockholders__info-block {
  position: relative;
  max-width: 1224px;
  margin: -42px auto 140px;
  padding: 56px 104px 72px;
  background-color: #242424; }
  .stockholders__info-block img {
    position: absolute;
    left: 44%;
    top: -110px;
    z-index: 1;
    -webkit-transform: rotate(-31.36deg);
            transform: rotate(-31.36deg); }
  .stockholders__info-block i {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #fefefe; }

.stockholders__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 50px; }
  .stockholders__table tbody {
    vertical-align: baseline; }
  .stockholders__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #98602b; }
  .stockholders__table td:first-child {
    font-size: 32px;
    line-height: 40px;
    width: 312px;
    padding: 8px 20px 8px 0;
    text-transform: uppercase;
    color: #98602B;
    font-family: "ProstoOne", "Arial", sans-serif; }
  .stockholders__table td:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    width: calc(100% - 312px);
    font-weight: 500;
    color: #898989;
    padding: 31px 0 15px; }

@media (max-width: 1300px) {
  .stockholders__text {
    width: 44.84%;
    margin-right: 2%; }
    .stockholders__text p {
      margin-bottom: 20px; } }

@media (max-width: 1200px) {
  .stockholders__info-block {
    padding: 56px 50px 72px; } }

@media (max-width: 1024px) {
  .stockholders__text {
    padding-top: 30px; }
    .stockholders__text p {
      margin-bottom: 10px; }
  .stockholders__bottom {
    padding-top: 0;
    padding-bottom: 30px; }
  .stockholders__info-block {
    margin-top: 0;
    margin-bottom: 80px; }
  .stockholders__table {
    margin-top: 0; }
    .stockholders__table td:first-child {
      font-size: 22px;
      line-height: 30px;
      width: 220px;
      padding: 16px 0 8px; }
    .stockholders__table td:nth-child(2) {
      font-size: 16px;
      line-height: 16px;
      width: calc(100% - 220px);
      padding: 16px 0 8px; } }

@media (max-width: 900px) {
  .stockholders__text {
    font-size: 14px;
    line-height: 22px; }
  .stockholders__info-block {
    padding: 40px 50px 40px; }
    .stockholders__info-block i {
      font-size: 18px;
      line-height: 26px; }
    .stockholders__info-block img {
      width: 160px;
      top: -70px; } }

@media (max-width: 767px) {
  .stockholders__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 15px; }
    .stockholders__top h1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 25px; }
  .stockholders__text {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px; }
  .stockholders__img {
    width: 100%;
    margin-bottom: 20px; }
  .stockholders__bottom {
    margin-top: 0; }
  .stockholders__info-block {
    margin-bottom: 40px;
    padding: 30px 20px 30px; }
    .stockholders__info-block img {
      display: none; }
    .stockholders__info-block i {
      font-size: 14px;
      line-height: 20px; }
  .stockholders__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .stockholders__table td:first-child {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 10px 0 0; }
  .stockholders__table td:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding: 10px 0; } }

@media (max-width: 500px) {
  .stockholders__top h1 {
    font-size: 20px;
    line-height: 28px; }
  .stockholders__info-block {
    padding: 20px 15px; }
    .stockholders__info-block img {
      display: none; } }

.news {
	padding-top: 60px;
    padding-bottom: 64px;
    background-color: #ededed;
	font-size: 16px;
    line-height: 26px;
    color: #242424;
}
.news h1 {
    font-size: 64px;
    line-height: 79px;
    width: 100%;
    max-width: 900px;
    margin: 0;
    margin-bottom: 80px;
    padding-right: 108px;
    font-family: "ProstoOne", "Arial", sans-serif;
    font-weight: 400;
    color: #f5a046;
    text-transform: uppercase;
}
.news h2 {
	font-size: 48px;
    line-height: 59px;
    margin: 0;
    margin-bottom: 40px;
    font-family: "ProstoOne", "Arial", sans-serif;
    font-weight: 400;
    color: #f5a046;
    text-transform: uppercase;
}
.news h3 {
	font-size: 40px;
    line-height: 49px;
    margin: 0;
    font-family: "ProstoOne", "Arial", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #f5a046;
}
.news p:last-child {
    margin-bottom: 0;
	text-align: justify;
}
.news:last-child p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 27px;
    color: #1e1e1e;
	text-align: justify;
}
.news ol, ul {
	text-align: justify;
}
.news i {
	letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #898989;
}
.news b {
	letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: 700;
}
.news u {
	letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: 500;
}
@media (max-width: 767px) {
	.news h1 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 25px;
		padding-right: 0;
	}
	.news h2 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.news h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.news:last-child p {
		font-size: 14px;
		line-height: 22px;
	}
}

.work__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0; }
  .work__top h1 {
    width: 100%; }

.work__text {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 38.96%;
  margin-right: 7.88%;
  padding-bottom: 125px;
  z-index: 1; }
  .work__text p {
    margin: 0;
    margin-bottom: 27px;
    color: #ededed; }
    .work__text p:last-of-type {
      margin-bottom: 0; }

.work__img {
  width: 53.15%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity; }

.work__bottom {
  padding-top: 1px;
  padding-bottom: 135px;
  background-color: #ededed; }

.work__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1224px;
  margin: -108px auto 140px; }
  .work__info-block div:first-child {
    position: relative;
    width: 57.51%;
    padding: 56px 208px 72px 40px;
    background-color: #242424; }
    .work__info-block div:first-child img {
      position: absolute;
      right: 0;
      bottom: -24px;
      -webkit-transform: rotate(-31.36deg);
              transform: rotate(-31.36deg); }
    .work__info-block div:first-child i {
      font-size: 24px;
      line-height: 40px;
      position: relative;
      letter-spacing: 0.01em;
      color: #fefefe;
      z-index: 1; }
    .work__info-block div:last-child {
      width: 42.49%;
      padding: 132px 20px 20px 24px; }
      .work__info-block div:last-child p {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
        margin-bottom: 27px;
        color: #1e1e1e; }
      .work__info-block div:last-child p:last-child {
          margin-bottom: 0; }

.work__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 50px; }
  .work__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #98602b; }
  .work__table td:first-child {
    font-size: 32px;
    line-height: 40px;
    width: 520px;
    padding: 16px 0 8px;
    padding-right: 30px;
    text-transform: uppercase;
    color: #98602B;
    font-family: "ProstoOne", "Arial", sans-serif; }
  .work__table td:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    width: calc(100% - 520px);
    padding: 18px 0 10px;
    font-weight: 500;
    color: #898989; }

@media (max-width: 1300px) {
  .work__text {
    width: 44.84%;
    margin-right: 2%; }
    .work__text p {
      margin-bottom: 20px; }
    .work__info-block div:last-child p {
      margin-bottom: 20px; } }

@media (max-width: 1200px) {
  .work__info-block div:first-child {
    padding-right: 40px;
    padding-bottom: 115px; } }

@media (max-width: 1024px) {
  .work__text p {
    margin-bottom: 10px; }
  .work__bottom {
    padding-bottom: 100px; }
  .work__info-block {
    margin-bottom: 100px; }
  .work__info-block div:last-child p {
    margin-bottom: 10px; }
  .work__table {
    margin-top: 0; }
    .work__table td:first-child {
      font-size: 22px;
      line-height: 30px;
      width: 330px; }
    .work__table td:nth-child(2) {
      font-size: 16px;
      line-height: 16px;
      width: calc(100% - 330px); } }

@media (max-width: 900px) {
  .work__text {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 50px; }
  .work__info-block {
    margin-top: -30px; }
    .work__info-block div:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      padding: 40px; }
      .work__info-block div:first-child i {
        font-size: 18px;
        line-height: 26px;
        margin-top: auto;
        margin-bottom: auto; }
      .work__info-block div:first-child img {
        bottom: unset;
        right: -75px;
        top: -75px;
        width: 190px; }
        .work__info-block div:last-child {
          width: 50%;
          padding-top: 50px; }
          .work__info-block div:last-child p {
            font-size: 14px;
            line-height: 22px; } }

@media (max-width: 767px) {
  .work__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 15px; }
    .work__top h1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .work__text {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px; }
  .work__img {
    width: 100%;
    margin-bottom: 20px; }
  .work__bottom {
    padding-top: 0;
    padding-bottom: 30px; }
  .work__info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    margin-bottom: 50px; }
    .work__info-block div:first-child {
      width: 100%;
      padding: 20px 15px; }
      .work__info-block div:first-child img {
        display: none; }
      .work__info-block div:first-child i {
        font-size: 14px;
        line-height: 20px; }
        .work__info-block div:last-child {
          width: 100%;
          padding: 20px 15px 0; }
  .work__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .work__table td:first-child {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 10px 0 0; }
  .work__table td:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding: 10px 0; } }

@media (max-width: 500px) {
  .investment__info-block {
    padding: 10px 15px 20px; }
    .investment__info-block img {
      display: none; } }

.buyers__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0; }
  .buyers__top h1 {
    width: 100%; }

.buyers__text {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42.34%;
  margin-right: 4.51%;
  padding-bottom: 210px; }
  .buyers__text p {
    margin: 0;
    margin-bottom: 27px;
    color: #ededed; }
    .buyers__text p:last-of-type {
      margin-bottom: 0; }

.buyers__img {
  width: 53.15%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity; }

.buyers__bottom {
  padding-top: 1px;
  padding-bottom: 160px;
  background-color: #ededed; }

.buyers__info-block {
  position: relative;
  max-width: 1224px;
  margin: -186px auto 160px;
  padding: 56px 104px 72px;
  background-color: #242424; }
  .buyers__info-block i {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #fefefe; }

.buyers__tables h2 {
  margin-bottom: 64px; }

.buyers__tables h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 24px;
  color: #898989;
  font-weight: 500; }

.buyers__table {
  width: 100%;
  margin-bottom: 55px;
  border-collapse: collapse;
  border-spacing: 0; }
  .buyers__table:last-of-type {
    margin-bottom: 0; }
  .buyers__table tbody {
    vertical-align: top; }
  .buyers__table tr {
    border-bottom: 1px solid #98602b; }
  .buyers__table td:first-child {
    font-size: 32px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 28px 104px 28px 0;
    text-transform: uppercase;
    color: #98602B;
    font-family: "ProstoOne", "Arial", sans-serif;
	flex-direction: column;}
	.buyers__table td:first-child div {
    font-size: 32px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 0px 52px 30px 0;
    text-transform: uppercase;
    color: #98602B;
    font-family: "ProstoOne", "Arial", sans-serif; }
	.buyers__table td:first-child div:last-child {
		margin-bottom: 0;
	}
	.buyers__table td:first-child div:last-child i {
		font-size: 16px;
		line-height: 24px;
		color: #898989;
	}
    .buyers__table td:first-child span {
      font-size: 18px;
      line-height: 22px;
      margin-left: 5px;
      white-space: nowrap; }
	  .buyers__table td:first-child div span {
      font-size: 18px;
      line-height: 22px;
      margin-left: 5px;
      white-space: nowrap; }
  .buyers__table td:nth-child(n + 2) {
    font-weight: 500;
    padding: 16px 10px 24px 0; }
    .buyers__table td:nth-child(n + 2) div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 16px; }
      .buyers__table td:nth-child(n + 2) div:last-child {
        margin-bottom: 0; }
      .buyers__table td:nth-child(n + 2) div i {
        font-size: 16px;
        line-height: 24px;
        color: #898989; }
        .buyers__table td:nth-child(n + 2) div i:nth-child(2) {
          font-size: 20px;
          line-height: 24px;
          color: #242424; }

@media (max-width: 1300px) {
  .buyers__text {
    width: 44.84%;
    margin-right: 2%; }
    .buyers__text p {
      margin-bottom: 20px; } }

@media (max-width: 1200px) {
  .buyers__info-block {
    padding: 56px 50px 72px; } }

@media (max-width: 1024px) {
  .buyers__text {
    padding-bottom: 20px; }
    .buyers__text p {
      margin-bottom: 10px; }
  .buyers__bottom {
    padding-top: 0;
    padding-bottom: 100px; }
  .buyers__info-block {
    margin-top: 0;
    margin-bottom: 80px; }
  .buyers__tables h2 {
    margin-bottom: 25px; }
  .buyers__tables h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px; }
  .buyers__table {
    margin-bottom: 50px; }
    .buyers__table td:first-child {
      font-size: 22px;
      line-height: 30px; }
      .buyers__table td:first-child span {
        font-size: 16px;
        line-height: 20px; }
    .buyers__table td:nth-child(n + 2) div i {
      font-size: 14px;
      line-height: 22px; }
      .buyers__table td:nth-child(n + 2) div i:nth-child(2) {
        font-size: 18px;
        line-height: 22px; } }

@media (max-width: 900px) {
  .buyers__text {
    font-size: 14px;
    line-height: 22px; }
  .buyers__info-block {
    padding: 40px 50px 40px; }
    .buyers__info-block i {
      font-size: 18px;
      line-height: 26px; }
  .buyers__table td:first-child {
    font-size: 20px;
    line-height: 28px; }
    .buyers__table td:first-child span {
      font-size: 12px;
      line-height: 16px;
      margin-left: 3px; }
  .buyers__table td:nth-child(n + 2) div i {
    font-size: 12px;
    line-height: 18px; }
    .buyers__table td:nth-child(n + 2) div i:nth-child(2) {
      font-size: 14px;
      line-height: 18px; } }

@media (max-width: 767px) {
  .buyers__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 15px; }
    .buyers__top h1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 25px; }
  .buyers__text {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px; }
  .buyers__img {
    width: 100%;
    margin-bottom: 20px; }
  .buyers__bottom {
    margin-top: 0;
    padding-bottom: 30px; }
  .buyers__info-block {
    margin-bottom: 40px;
    padding: 30px 15px 30px; }
    .buyers__info-block i {
      font-size: 14px;
      line-height: 20px; }
  .buyers__tables h2 {
    margin-bottom: 20px; }
  .buyers__tables h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px; }
  .buyers__table {
    margin-bottom: 30px; }
    .buyers__table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .buyers__table td:first-child {
      padding: 10px 0 0; }
    .buyers__table td:nth-child(n + 2) {
      padding: 10px 0 0; }
      .buyers__table td:nth-child(n + 2) div {
        margin-bottom: 10px; }
    .buyers__table td:last-child {
      padding: 10px 0; } }

@media (max-width: 500px) {
  .buyers__top h1 {
    font-size: 20px;
    line-height: 28px; }
  .buyers__info-block {
    padding: 20px 15px; } }

.geography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 0; }

.geography__text {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42.34%;
  margin-right: 4.51%; }
  .geography__text p {
    margin: 0;
    margin-bottom: 27px;
    color: #ededed; }
    .geography__text p:last-of-type {
      margin-bottom: 0; }

.geography__img {
  width: 53.15%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1; }

.geography__bottom {
  margin-top: -40px;
  padding-top: 1px;
  padding-bottom: 140px;
  background-color: #ededed; }

.geography__info-block {
  width: 600px;
  margin: 84px 0 -78px 104px;
  padding: 56px 40px 72px;
  background-color: #242424; }
  .geography__info-block i {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #fefefe; }

.stockholders__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .stockholders__table tbody {
    vertical-align: baseline; }
  .stockholders__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #98602b; }
  .stockholders__table td:first-child {
    font-size: 32px;
    line-height: 40px;
    width: 312px;
    padding: 8px 20px 8px 0;
    text-transform: uppercase;
    color: #98602B;
    font-family: "ProstoOne", "Arial", sans-serif; }
  .stockholders__table td:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    width: calc(100% - 312px);
    font-weight: 500;
    color: #898989;
    padding: 31px 0 15px; }

@media (max-width: 1300px) {
  .geography__text {
    width: 44.84%;
    margin-right: 2%; }
    .geography__text p {
      margin-bottom: 20px; }
  .geography__info-block {
    margin-left: 40px; } }

@media (max-width: 1200px) {
  .geography__info-block {
    margin-top: 40px;
    padding: 50px 40px 50px; } }

@media (max-width: 1024px) {
  .geography__text p {
    margin-bottom: 10px; }
  .stockholders__bottom {
    padding-bottom: 100px; }
  .stockholders__table td:first-child {
    font-size: 22px;
    line-height: 30px;
    width: 220px;
    padding: 16px 0 8px; }
  .stockholders__table td:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
    width: calc(100% - 220px);
    padding: 16px 0 8px; } }

@media (max-width: 900px) {
  .geography__text {
    font-size: 14px;
    line-height: 20px; }
  .geography__img {
    -ms-flex-item-align: center;
        align-self: center; }
  .geography__info-block {
    width: 500px;
    padding: 30px; }
    .geography__info-block i {
      font-size: 18px;
      line-height: 26px; }
    .geography__info-block img {
      width: 180px; } }

@media (max-width: 767px) {
  .geography {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 15px; }
  .geography__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0; }
  .geography__img {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
    margin: 0;
    margin-left: 15px; }
  .geography__info-block {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px 15px; }
    .geography__info-block i {
      font-size: 14px;
      line-height: 20px; }
  .stockholders__bottom {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px; }
  .stockholders__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .stockholders__table td:first-child {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 10px 0 0; }
  .stockholders__table td:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding: 10px 0; } }

@media (max-width: 500px) {
  .stockholders h1 {
    font-size: 20px;
    line-height: 28px; } }

.location {
  padding-top: 240px;
  background-color: #ededed; }

.location__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 67px; }
  .location__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 49%;
    margin-right: 2%; }
    .location__list li:nth-child(2n) {
      margin-right: 0; }
    .location__list li i {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 8px;
      font-weight: 500;
      color: #898989; }
    .location__list li p {
      font-size: 16px;
      line-height: 26px;
      margin: 0;
      margin-bottom: 27px;
      color: #242424; }
      .location__list li p:last-child {
        margin-bottom: 0; }

.location__map {
  height: 472px; }
  .location__map #map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; }

@media (max-width: 1024px) {
  .location {
    padding-top: 140px; }
  .location__list {
    margin-bottom: 30px; }
    .location__list li i {
      font-size: 20px;
      line-height: 28px; }
    .location__list li p {
      margin-bottom: 10px; }
  .location__map {
    height: 350px; } }

@media (max-width: 900px) {
  .location__list li i {
    font-size: 18px;
    line-height: 24px; }
  .location__list li p {
    font-size: 14px;
    line-height: 20px; } }

@media (max-width: 767px) {
  .location {
    padding-top: 40px; }
  .location__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .location__list li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; }
      .location__list li:last-child {
        margin-bottom: 0; }
  .location__map {
    height: 300px; } }

.roads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 160px 0 46px 0; }
  .roads h2 {
    margin-bottom: 80px; }

.roads__img {
  width: 49.16%;
  margin-right: 1.66%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity; }

.roads__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49.18%;
  padding-right: 108px; }
  .roads__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 102px; }
    .roads__list li i {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 32px;
      padding-left: 104px;
      font-weight: 500;
      color: #898989; }
    .roads__list li p {
      font-size: 16px;
      line-height: 26px;
      margin: 0;
      margin-bottom: 27px; }
      .roads__list li p:last-child {
        margin-bottom: 0; }
    .roads__list li:last-child {
      margin-bottom: 0; }

@media (max-width: 1200px) {
  .roads__list {
    padding-right: 50px; }
    .roads__list li {
      margin-bottom: 40px; } }

@media (max-width: 1024px) {
  .roads {
    padding-top: 80px;
    padding-bottom: 35px; }
    .roads h2 {
      margin-bottom: 40px; }
  .roads__list {
    padding-right: 40px; }
    .roads__list li {
      margin-bottom: 30px; }
      .roads__list li i {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
        padding-left: 0;
        text-align: center; }
      .roads__list li p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px; } }

@media (max-width: 900px) {
  .roads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 40px;
    padding-left: 40px; }
  .roads__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
  .roads__list {
    width: 100%;
    padding-right: 0; }
  .roads__list li i {
    font-size: 18px;
    line-height: 24px; } }

@media (max-width: 767px) {
  .roads {
    padding: 40px 15px 25px; }
    .roads h2 {
      margin-bottom: 20px;
      padding: 0; }
  .roads__list li i {
    margin-bottom: 10px; } }

.geology {
  position: relative;
  padding-top: 47px;
  padding-bottom: 142px; }

.geology__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .geology__list li {
    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;
    width: 27.94%;
    margin-right: 14.54%; }
    .geology__list li:first-child p {
      max-width: 312px; }
    .geology__list li:nth-child(2n) {
      width: 56.94%;
      margin-right: 0; }
    .geology__list li img {
      position: absolute;
      z-index: -1; }
    .geology__list li i {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 28px;
      font-weight: 500;
      color: #898989; }
    .geology__list li p {
      font-size: 16px;
      line-height: 26px;
      margin: 0;
      margin-bottom: 27px;
      z-index: 1; }
      .geology__list li p:last-child {
        margin-bottom: 0; }

.geology__img-1 {
  right: -92px;
  top: 50%; }

.geology__img-2 {
  right: -100px;
  top: -18px; }

.geology__img-3 {
  position: absolute;
  left: 397px;
  left: 27.5%;
  bottom: -34px;
  -webkit-transform: rotate(-26.25deg);
          transform: rotate(-26.25deg); }

@media (max-width: 1200px) {
  .geology__img-2 {
    right: -40px;
    top: -40px; } }
@media (max-width: 1024px) {
  .geology {
    padding-top: 35px;
    padding-bottom: 70px; }
  .geology__list li {
    width: 30.94%;
    margin-right: 14.54%; }
    .geology__list li:first-child p {
      max-width: 312px; }
    .geology__list li:nth-child(2n) {
      width: 53.94%; }
    .geology__list li i {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 15px; }
    .geology__list li p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px; }
  .geology__img-1 {
    right: -120px;
    top: 40%; }
  
  .geology__img-3 {
    width: 200px;
    left: 27.5%;
    bottom: -34px; } }

@media (max-width: 900px) {
  .geology__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .geology__list li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; }
      .geology__list li:last-child {
        margin-bottom: 0; }
      .geology__list li:first-child p {
        max-width: 100%; }
      .geology__list li:nth-child(2n) {
        width: 100%; }
      .geology__list li i {
        font-size: 18px;
        line-height: 24px; }
  .geology__img-1 {
    display: none; }
  .geology__img-2 {
    right: -15px; }
  .geology__img-3 {
    left: unset;
    right: 20px; } }

@media (max-width: 767px) {
  .geology {
    padding-top: 25px;
    padding-bottom: 50px; }
  .geology__list li i {
    margin-bottom: 10px;
    text-align: center; }
  .geology__img-3 {
    width: 130px;
    bottom: -20px; } }

.mine-features {
  padding-top: 160px;
  padding-bottom: 140px;
  background-color: #ededed; }

.mine-features__table-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px; }
  .mine-features__table-wrapper h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    margin-bottom: 23px;
    font-weight: 500;
    color: #898989; }
  .mine-features__table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    .mine-features__table-wrapper table tbody {
      vertical-align: baseline; }
    .mine-features__table-wrapper table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      border-bottom: 1px solid #98602b; }
    .mine-features__table-wrapper table td {
      padding: 17px 0 4px; }
      .mine-features__table-wrapper table td:first-child {
        font-size: 48px;
        line-height: 59px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        width: 34%;
        padding-right: 20px;
        text-transform: uppercase;
        color: #98602B;
        font-family: "ProstoOne", "Arial", sans-serif; }
      .mine-features__table-wrapper table td span {
        font-size: 18px;
        line-height: 22px;
        margin-left: 17px; }
    .mine-features__table-wrapper table td:nth-child(2) {
      font-size: 18px;
      line-height: 18px;
      width: 66%;
      font-weight: 500;
      color: #898989; }
  .mine-features__table-wrapper:last-of-type {
    margin-bottom: 0; }

@media (max-width: 1024px) {
  .mine-features {
    padding-top: 80px;
    padding-bottom: 100px; }
  .mine-features__table-wrapper {
    margin-bottom: 50px; }
    .mine-features__table-wrapper h3 {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 15px; }
    .mine-features__table-wrapper table td:first-child {
      font-size: 38px;
      line-height: 48px;
      width: 40%; }
      .mine-features__table-wrapper table td:first-child span {
        font-size: 16px;
        line-height: 20px;
        margin-left: 10px; }
    .mine-features__table-wrapper table td:nth-child(2) {
      font-size: 16px;
      line-height: 16px;
      width: 60%; } }

@media (max-width: 767px) {
  .mine-features {
    padding-top: 50px;
    padding-bottom: 30px; }
  .mine-features__table-wrapper h3 {
    margin-bottom: 10px; }
  .mine-features__table-wrapper table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .mine-features__table-wrapper table td {
    padding: 10px 0; }
    .mine-features__table-wrapper table td:first-child {
      font-size: 34px;
      line-height: 44px;
      width: 100%;
      padding: 10px 0 0; }
      .mine-features__table-wrapper table td:first-child span {
        font-size: 14px;
        line-height: 18px;
        margin-left: 10px; }
    .mine-features__table-wrapper table td:nth-child(2) {
      font-size: 14px;
      line-height: 14px;
      width: 100%; } }

.production {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0; }
  .production h1 {
    width: 100%; }

.production__text {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42.34%;
  margin-right: 4.51%; }
  .production__text p {
    margin: 0;
    margin-bottom: 27px;
    color: #ededed; }
  .production__text p:last-child {
    margin-bottom: 0;}

.production__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: number;
  margin-right: -118px;
  margin-left: 102px;
  z-index: 1; }
  .production__list li {
    font-size: 16px;
    line-height: 28px;
    position: relative;
    margin-bottom: 25px;
    padding: 24px 37px 20px 69px;
    background-color: #242424; }
    .production__list li::before {
      content: counter(number);
      counter-increment: number;
      font-size: 80px;
      line-height: 80px;
      position: absolute;
      top: -9px;
      left: -23px;
      color: #ededed;
      font-family: "ProstoOne", "Arial", sans-serif; }
    .production__list li:last-child {
      margin-bottom: 0; }
    .production__list li p {
      margin: 0; }

.production__img {
  width: 53.15%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity; }

@media (max-width: 1300px) {
  .production__text {
    width: 44.84%;
    margin-right: 2%; }
    .production__text p {
      margin-bottom: 20px; }
  .production__list {
    margin-left: 50px; }
    .production__list li {
      margin-bottom: 20px;
      padding: 15px 20px 15px 50px; }
      .production__list li::before {
        font-size: 70px;
        line-height: 70px; } }

@media (max-width: 1024px) {
  .production {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 40px; }
  .production h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .production__text {
    width: 100%;
    margin-right: 0; }
  .production__text p {
    margin-bottom: 10px; }
  .production__img {
    width: 100%;
    margin-bottom: 20px; } }

@media (max-width: 900px) {
  .production__text {
    font-size: 14px;
    line-height: 22px; }
  .production__list {
    margin-left: 20px;
    margin-right: -130px; }
    .production__list li {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
      padding-left: 40px;
      padding-right: 15px; }
      .production__list li::before {
        font-size: 60px;
        line-height: 60px;
        left: -15px; } }

@media (max-width: 767px) {
  .production {
    padding-right: 15px; }
  .production__list {
    margin: 0; }
    .production__list li {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 15px;
      padding: 10px 10px 10px 30px; }
      .production__list li::before {
        font-size: 40px;
        line-height: 40px;
        top: 0;
        left: -8px; } }

.sources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 142px 0 20px; }

.sources__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42.91%;
  margin-right: 7.93%;
  padding-left: 108px; }
  .sources__text-content i {
    font-size: 24px;
    line-height: 32px;
    max-width: 280px;
    margin: 0 auto;
    font-weight: 500;
    color: #898989; }
  .sources__text-content p {
    font-size: 16px;
    line-height: 26px;
    margin: auto 0;
    color: #fefefe; }

.sources__img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49.16%;
  margin-bottom: -60px;
  padding-top: 24px; }
  .sources__img-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 40px;
    padding-right: 108px;
    color: #fefefe; }
  .sources__img-content img {
    mix-blend-mode: luminosity; }

@media (max-width: 1300px) {
  .sources__text-content {
    width: 48.84%;
    margin-right: 2%; } }

@media (max-width: 1200px) {
  .sources__text-content {
    padding-left: 50px; }
  .sources__img-content p {
    padding-right: 50px; } }

@media (max-width: 1024px) {
  .sources {
    padding-top: 80px; }
  .sources__text-content {
    padding-left: 40px; }
    .sources__text-content i {
      font-size: 20px;
      line-height: 26px;
      max-width: 240px;
      margin-bottom: 50px; }
    .sources__text-content p {
      font-size: 14px;
      line-height: 22px; }
  .sources__img-content p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 40px;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .sources {
    padding: 30px 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sources h2 {
      padding: 0; }
  .sources__text-content {
    width: 100%;
    margin-right: 0;
    padding: 0; }
    .sources__text-content i {
      font-size: 18px;
      line-height: 22px;
      max-width: 210px;
      margin-bottom: 30px; }
    .sources__text-content p {
      margin-bottom: 10px; }
  .sources__img-content {
    width: 100%;
    margin: 0;
    padding: 0; }
    .sources__img-content p {
      margin-bottom: 10px;
      padding: 0; }
    .sources__img-content img {
      margin-top: 10px; } }

.quality {
  padding-top: 160px;
  padding-bottom: 64px;
  background-color: #ededed; }

.quality__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.quality__img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49.02%;
  width: calc(49.02% + 108px);
  margin-left: -108px;
  margin-right: 1.96%; }
  .quality__img-content i {
    font-size: 24px;
    line-height: 32px;
    display: block;
    max-width: 280px;
    margin: 0 auto 128px;
    font-weight: 500;
    color: #898989; }
  .quality__img-content img {
    mix-blend-mode: luminosity; }

.quality__text-content {
  width: 49.02%;
  padding-top: 24px; }
  .quality__text-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 28px;
    color: #242424; }
    .quality__text-content p:last-child {
      margin-bottom: 0; }

@media (max-width: 1400px) {
  .quality__content {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px; }
  .quality__img-content {
    width: unset;
    margin-right: 0;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    margin-bottom: 20px; }
  .quality__text-content {
    width: unset; } }

@media (max-width: 1200px) {
  .quality__img-content {
    margin-left: -50px; } }

@media (max-width: 1024px) {
  .quality {
    padding-top: 80px;
    padding-bottom: 40px; }
  .quality__img-content {
    margin-left: -40px; }
    .quality__img-content i {
      font-size: 20px;
      line-height: 26px;
      max-width: 240px;
      margin-bottom: 50px; }
  .quality__text-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .quality {
    padding-top: 40px;
    padding-bottom: 30px; }
  .quality__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .quality__img-content {
    width: 100%;
    margin-left: 0; }
    .quality__img-content i {
      font-size: 18px;
      line-height: 22px;
      max-width: 210px;
      margin-bottom: 30px; }
    .quality__img-content img {
      margin-bottom: 10px; }
  .quality__text-content {
    width: 100%;
    margin-right: 0;
    padding: 0; }
    .quality__text-content p {
      margin-bottom: 10px; } }

.sorts {
  margin-bottom: 177px;
  padding-top: 64px;
  padding-bottom: 1px;
  background-color: #ededed; }

.sorts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0; }

.sorts__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42.91%;
  margin-right: 7.93%;
  padding-left: 108px;
  padding-bottom: 200px; }
  .sorts__text-content i {
    font-size: 24px;
    line-height: 32px;
    max-width: 280px;
    margin: 0 auto 104px;
    font-weight: 500;
    color: #898989; }
  .sorts__text-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 27px;
    color: #242424; }
    .sorts__text-content p:last-child {
      margin-bottom: 0; }

.sorts__img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49.16%; }
  .sorts__img-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 41px;
    padding-right: 108px;
    color: #242424; }
  .sorts__img-content img {
    position: relative;
    z-index: 1;
    mix-blend-mode: luminosity; }

.sorts__info-block {
  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;
  max-width: 1224px;
  margin: -119px auto -180px;
  padding: 56px 104px 72px;
  background-color: #242424; }
  .sorts__info-block p {
    font-size: 28px;
    line-height: 35px;
    max-width: 450px;
    margin: 0;
    margin-bottom: 35px;
    font-family: "ProstoOne", "Arial", sans-serif;
    text-transform: uppercase;
    color: #98602b; }
  .sorts__info-block i {
    font-size: 24px;
    line-height: 40px;
    position: relative;
    padding-left: 110px;
    letter-spacing: 0.01em;
    color: #fefefe;
    z-index: 1; }
  .sorts__info-block img {
    position: absolute;
    left: -80px;
    bottom: -10px;
    -webkit-transform: rotate(-31.36deg);
            transform: rotate(-31.36deg); }

@media (max-width: 1300px) {
  .sorts__text-content {
    width: 48.84%;
    margin-right: 2%; } }

@media (max-width: 1200px) {
  .sorts__text-content {
    padding-left: 50px; }
  .sorts__img-content p {
    padding-right: 50px; } }

@media (max-width: 1024px) {
  .sorts {
    padding-top: 40px; }
  .sorts__text-content {
    padding-left: 40px; }
    .sorts__text-content i {
      font-size: 20px;
      line-height: 26px;
      max-width: 240px;
      margin-bottom: 50px; }
    .sorts__text-content p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 20px; }
  .sorts__img-content p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 40px; }
  .sorts__info-block {
    padding: 56px 40px 72px; } }

@media (max-width: 900px) {
  .sorts {
    margin-bottom: 0;
    padding-bottom: 0; }
  .sorts__text-content {
    padding-bottom: 20px; }
  .sorts__info-block {
    margin: 0;
    padding: 40px; }
    .sorts__info-block p {
      font-size: 26px;
      line-height: 32px; }
    .sorts__info-block i {
      font-size: 18px;
      line-height: 26px; }
    .sorts__info-block img {
      width: 200px;
      left: -50px;
      bottom: -25px; } }

@media (max-width: 767px) {
  .sorts {
    padding-top: 30px; }
  .sorts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    padding: 0 15px; }
    .sorts__container h2 {
      padding: 0; }
  .sorts__text-content {
    width: 100%;
    margin-right: 0;
    padding: 0; }
    .sorts__text-content i {
      font-size: 18px;
      line-height: 22px;
      max-width: 210px;
      margin-bottom: 30px; }
    .sorts__text-content p {
      margin-bottom: 10px; }
  .sorts__img-content {
    width: 100%;
    padding: 0; }
    .sorts__img-content p {
      margin-bottom: 10px; }
    .sorts__img-content img {
      margin-top: 10px; }
  .sorts__info-block {
    padding: 25px 15px; }
    .sorts__info-block p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px;
      text-align: center; }
    .sorts__info-block i {
      font-size: 12px;
      line-height: 18px;
      padding-left: 65px; }
    .sorts__info-block img {
      width: 120px;
      left: -40px;
      bottom: -15px; } }

.calories {
  padding-top: 160px;
  padding-bottom: 160px; }

.calories__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px; }
  .calories__details div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px; }
    .calories__details div i {
      width: 31.7%;
      margin-right: 2%; }
    .calories__details div p {
      width: 49.02%;
      margin-left: auto;
      padding-top: 30px; }
  .calories__details i {
    font-size: 24px;
    line-height: 32px;
    max-width: 280px;
    margin: 0 auto;
    font-weight: 500;
    color: #898989; }
  .calories__details p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #fefefe; }

.calories__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.calories__item {
  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;
  width: 32%;
  margin-right: 2%;
  padding: 24px 24px 32px;
  background-color: #242424; }
  .calories__item:nth-child(3n) {
    margin-right: 0; }
  .calories__item p {
    font-size: 40px;
    line-height: 49px;
    margin: 0;
    font-family: "ProstoOne", "Arial", sans-serif;
    text-transform: uppercase;
    color: #ededed;
    z-index: 1; }
  .calories__item span {
    font-size: 80px;
    line-height: 95px; }
  .calories__item i {
    font-size: 18px;
    line-height: 24px;
    margin-top: auto;
    font-weight: 500;
    color: #898989;
    z-index: 1; }
  .calories__item img {
    position: absolute;
    right: 16px;
    top: 14px; }

@media (max-width: 1300px) {
  .calories__item {
    padding: 20px 20px 25px; }
    .calories__item p {
      font-size: 30px;
      line-height: 39px;
      margin-bottom: 10px; }
    .calories__item span {
      font-size: 55px;
      line-height: 75px; }
    .calories__item i {
      font-size: 16px;
      line-height: 18px; } }

@media (max-width: 1024px) {
  .calories {
    padding-top: 80px;
    padding-bottom: 80px; }
  .calories__details {
    margin-bottom: 50px; }
    .calories__details div {
      margin-bottom: 30px; }
      .calories__details div p {
        padding-top: 0; }
    .calories__details i {
      font-size: 20px;
      line-height: 26px;
      max-width: 240px; }
    .calories__details p {
      font-size: 14px;
      line-height: 22px; }
  .calories__item {
    padding: 20px; }
    .calories__item p {
      font-size: 20px;
      line-height: 29px; }
    .calories__item span {
      font-size: 36px;
      line-height: 50px; }
    .calories__item i {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 1024px) and (min-width: 768px) {
    .calories__item:nth-child(1) img {
      width: 61px; }
    .calories__item:nth-child(2) img {
      width: 82px; }
    .calories__item:nth-child(3) img {
      width: 69px; } }

@media (max-width: 900px) {
  .calories__details div {
    margin-bottom: 30px; }
    .calories__details div i {
      width: 37%;
      margin: 0;
      margin-right: 2%; }
    .calories__details div p {
      width: 61%;
      padding-top: 0; } }

@media (max-width: 767px) {
  .calories {
    padding-top: 50px;
    padding-bottom: 40px; }
  .calories__details {
    margin-bottom: 30px; }
    .calories__details div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 10px; }
      .calories__details div i {
        width: 100%;
        margin: 0 auto 30px; }
      .calories__details div p {
        width: 100%; }
    .calories__details i {
      font-size: 20px;
      line-height: 26px;
      max-width: 240px; }
    .calories__details p {
      font-size: 14px;
      line-height: 22px; }
  .calories__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .calories__item:last-child {
      margin-bottom: 0; }
    .calories__item p {
      font-size: 20px;
      line-height: 29px; }
    .calories__item span {
      font-size: 40px;
      line-height: 50px; } }

.pagination {
	text-align: center;
    margin-top: 40px;
}
.pagination a {
	color: #f5a046;
	text-decoration: none;
	font-size: 18px;
	transition: 0.3s;
}
.pagination a:hover {
	outline: none;
    cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.5;
}
