/*
 * Theme Name:  Etalon
 * Theme URI:   URL темы в каталоге WordPress или где-то еще. Пример: http://wordpress.org/themes/twentythirteen
 * Author:      Имя автора темы
 * Author URI:  URL автора. Пример: http://mysite.org/
 * Description: Короткое описание темы.
 * License:     Лицензия. Пример: GNU General Public License v2 or later
 * License URI: URL на лицензию. Пример: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:        Метки темы, по которым тему можно будет найти в каталоге WordPress. Например: black, brown, orange, tan, white, yellow
 * Text Domain: Домен перевода для темы. Нужен чтобы можно было перевести описание указанное в Description. Например: twentythirteen
 * Version:     Версия темы. Пример: 1.0
 */
 

/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=swap");

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

@font-face {
  font-family: 'Halvar Breitschrift';
  font-weight: 500;
  font-style: normal;
  src: url(assets/fonts/HalvarBreit-Md.woff2) format("woff2"), url(assets/fonts/HalvarBreit-Md.woff) format("woff"), url(assets/fonts/HalvarBreit-Md.ttf) format("ttf");
}

@font-face {
  font-family: 'Halvar Breitschrift';
  font-weight: 700;
  font-style: normal;
  src: url(assets/fonts/HalvarBreit-Bd.woff2) format("woff2"), url(assets/fonts/HalvarBreit-Bd.woff) format("woff"), url(assets/fonts/HalvarBreit-Bd.ttf) format("ttf");
}

.container {
  max-width: 1190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
}

.service-list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-list li {
  width: 50%;
  margin-bottom: 25px;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 22px;
  position: relative;
}

.service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #FFC700;
  border-radius: 50%;
}

.service-list li:nth-child(2n+1) {
  margin-right: 30px;
  width: calc(50% - 30px);
}

@media (max-width: 768px) {
  .service-list {
    margin: 0 0 50px;
  }
  .service-list li {
    margin: 0 0 20px;
    display: block;
    width: 100%;
  }
  .service-list li:last-child {
    margin-bottom: 0;
  }
  .service-list li:nth-child(2n+1) {
    width: 100%;
    margin-right: 0;
  }
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs .breadcrumbs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs .breadcrumbs-wrap a {
  display: block;
  text-decoration: none;
  color: #FFC700;
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 16px;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
}

.breadcrumbs .breadcrumbs-wrap a::after {
  content: '/';
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.breadcrumbs .breadcrumbs-wrap a:last-child {
  color: #000;
  opacity: .4;
  pointer-events: none;
}

.breadcrumbs .breadcrumbs-wrap a:last-child::after {
  display: none;
}

main.main {
  min-height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.pp {
  padding: 100px 0;
}

.pp__text p {
  display: block;
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
}

@media (max-width: 1024px) {
  .pp {
    padding: 80px 0;
  }
  .pp__text p {
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .pp {
    padding: 50px 0;
  }
  .pp__text p {
    font-size: 16px;
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.popup__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  color: #000;
  background-color: #fff;
  border: 4px solid #FFC700;
  border-radius: 2px;
  max-width: 960px;
  width: 100%;
  display: none;
}

.popup__item.mini {
  max-width: 480px;
}

.popup__item.mini .form-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup__item.mini .form-wrap label {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

.popup__item.mini form .action .main-btn {
  max-width: none;
}

.popup__item.active {
  display: block;
}

.popup__item > p {
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  margin-bottom: 15px;
}

.popup__item span {
  display: block;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  line-height: 1.4;
  max-width: 380px;
  margin-bottom: 30px;
}

.popup__item form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0;
}

.popup__item form .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.popup__item form .form-wrap label {
  display: block;
  width: calc(50% - 40px);
  max-width: none;
  margin-right: 40px;
  margin-bottom: 30px;
}

.popup__item form .form-wrap label:nth-child(2n+2) {
  margin-right: 0;
}

.popup__item form .form-wrap label input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 15px 2px;
  border-bottom: 1px solid #00000021;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

.popup__item form .action button {
  max-width: calc(50% - 40px);
  margin-bottom: 12px;
}

.popup__item form .action label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}

.popup__item form .action label::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.popup__item form .action label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.popup__item form .action label input:checked + span {
  opacity: 1;
}

.popup__item form .action label input + span {
  position: absolute;
  left: 3px;
  top: 1px;
  width: 10px;
  height: 10px;
  background-color: #FFC700;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.popup__item form .action label p {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 11px;
  color: #000;
  opacity: .4;
}

@media (max-width: 560px) {
  .popup__item {
    padding: 24px;
    border: none;
    border-radius: 12px;
    background-color: #fafafa;
  }
  .popup__item p {
    font-size: 20px;
  }
  .popup__item span {
    font-size: 16px;
  }
  .popup__item form .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup__item form .form-wrap label {
    margin: 0 0 20px;
    width: 100%;
  }
  .popup__item form .action button {
    max-width: none;
  }
}

.main-btn {
  max-width: 232px;
  width: 100%;
  margin: 0 auto;
  background-color: #FFC700;
  border-radius: 12px;
  text-align: center;
  border: none;
  color: #695302;
  font-size: 12px;
  font-family: "Mulish", serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.main-btn:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.block-title {
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  display: block;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .block-title {
    font-size: 20px;
  }
}

.trans-btn {
  display: block;
  text-transform: uppercase;
  width: 100%;
  max-width: 250px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: 1px solid #FFC700;
  border-radius: 12px;
  font-family: "Mulish", serif;
  font-weight: 700;
  background-color: transparent;
  font-size: 12px;
  color: #FFC700;
  cursor: pointer;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.trans-btn:hover {
  background-color: #ffc8002a;
}

.menu-btn {
  height: 20px;
  width: 27px;
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.menu-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #FFC700;
  -webkit-transition: .45s ease;
  -o-transition: .45s ease;
  transition: .45s ease;
}

.menu-btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 60%;
  height: 2px;
  background-color: #FFC700;
  -webkit-transition: .45s ease;
  -o-transition: .45s ease;
  transition: .45s ease;
}

.menu-btn.active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

.menu-btn.active::after {
  width: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header .row {
  z-index: 25;
  position: relative;
}

.header .row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.header__burger {
  display: none;
}

@media (max-width: 768px) {
  .header__burger {
    display: block;
  }
}

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

.header__action a {
  white-space: nowrap;
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
  display: block;
}

.header.header-custom {
  position: relative;
}

.header.header-custom .header__action a {
  color: #000;
}

.header__title {
  max-width: 120px;
  width: 100%;
  margin-right: auto;
}

.header__title a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.header__title a img {
  max-width: 100%;
}

.header__nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  padding: 0 20px;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
}

.header__nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__nav ul li {
  display: block;
  width: 16.6%;
}

.header__nav ul li a {
  padding: 25px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: #000;
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.header__nav ul li a:hover {
  background-color: #ececec;
}

@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.mobile-menu {
  opacity: 0;
  -webkit-transition: .45s ease;
  -o-transition: .45s ease;
  transition: .45s ease;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  z-index: 20;
  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;
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .mobile-list {
  margin-top: 140px;
}

.mobile-menu .mobile-list ul {
  margin: 0;
  padding: 0;
  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;
  list-style: none;
}

.mobile-menu .mobile-list ul li {
  margin-bottom: 20px;
  display: block;
}

.mobile-menu .mobile-list ul li a {
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 20px;
}

.mobile-menu .mobile-action {
  margin-top: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 40px;
}

.mobile-menu .mobile-action .header__action {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.mobile-menu .mobile-action .header__action button {
  max-width: none;
}

.mobile-menu .mobile-action .header__action a {
  margin-right: 0;
  margin-bottom: 30px;
}

.hero {
  height: 100vh;
  background-image: url(assets/imgs/hero-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 640px;
}

.hero.about-page {
  background-image: url(assets/imgs/about-back.png);
}

.hero.about-page .breadcrumbs .breadcrumbs-wrap a:last-child {
  color: #fff;
  opacity: .4;
}

.hero.about-page .hero__text h1 {
  padding-top: 0;
}

.hero .container {
  height: 100%;
}

.hero__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__text h1 {
  font-family: "Halvar Breitschrift", sans-serif;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 500;
  margin-bottom: 10px;
}

.hero__text h2 {
  margin: 0 auto;
  max-width: 420px;
  text-align: center;
  display: block;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero__text h1 {
    font-size: 64px;
  }
  .hero__text h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  .hero__text h1 {
    font-size: 44px;
  }
  .hero__text button {
    max-width: none;
    width: 100%;
  }
}

.catalog {
  background-color: #fff;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catalog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.catalog__head .title {
  max-width: 491px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
}

.catalog__head .title h3 {
  font-family: "Halvar Breitschrift", sans-serif;
  margin: 0;
  font-weight: 700;
  font-size: 44px;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.catalog__head .title p {
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  color: #000;
  margin: 0;
}

.catalog__head .item {
  width: 100%;
  max-width: 310px;
}

.catalog__head .item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.catalog__head .item .row .img {
  margin-right: 15px;
}

.catalog__head .item .row .img img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.catalog__head .item .row .name span {
  display: block;
  font-family: "Mulish", serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 2px;
}

.catalog__head .item .row .name span:last-child {
  font-size: 14px;
  opacity: .4;
}

.catalog__head .item button {
  font-size: 12px;
  max-width: 310px;
  white-space: nowrap;
}

.catalog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -7.5px;
}

.catalog__item {
  margin: 0 7.5px;
  width: calc(33.33% - 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  display: block;
  padding: 12px;
  color: #000;
  text-decoration: none;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog__item:hover {
  background-color: #FFC700;
}

.catalog__item.vacancy-item .img {
  padding: 0;
}

.catalog__item .img {
  text-align: center;
  background: #FAFAFA;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
}

.catalog__item .img img {
    max-height: 140px;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}

.catalog__item .name {
  margin: auto 0;
  max-width: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catalog__item .name p {
    overflow-wrap: break-word;
  font-family: "Mulish", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  text-align: left;
  margin: 18px 12px;
}

@media (max-width: 768px) {
  .catalog {
    padding: 30px 0;
  }
  .catalog__head {
    -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: 30px;
  }
  .catalog__head .title {
    margin-bottom: 40px;
  }
  .catalog__head .title h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .catalog__head .title p {
    font-size: 16px;
  }
  .catalog__wrap {
    margin: 0 -6px;
  }
  .catalog__item {
    margin: 0 6px 15px;
    padding: 6px;
    width: calc(50% - 12px);
  }
  .catalog__item .img {
    padding: 10px 0;
  }
  .catalog__item .name {
    margin: 0;
  }
  .catalog__item .name p {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .catalog__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog__head .item {
    width: 100%;
  }
  .catalog__head .item .row {
    max-width: 240px;
    margin: 0 auto 15px;
  }
  .catalog__head .item .row:last-child {
    max-width: none;
    width: 100%;
  }
  .catalog__head .item .row:last-child button {
    max-width: none;
  }
}

.catalog-list {
  padding: 100px 0;
}

.catalog-list__title {
  margin-bottom: 70px;
}

.catalog-list__title h1 {
    overflow-wrap: break-word;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  display: block;
  text-align: left;
}

.catalog-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 44px;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.catalog-list__item.product-page {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.catalog-list__item.product-page .text {
  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;
  height: auto;
}

.catalog-list__item.product-page .text p {
  margin-bottom: auto;
}

.catalog-list__item.product-page .text .action {
  margin-top: 40px;
  width: 100%;
}

.catalog-list__item.product-page .text .action button {
  max-width: none;
  width: 100%;
}

.catalog-list__item.product-page .img {
  max-height: 360px;
}

.catalog-list__item:last-child {
  margin-bottom: 0;
}

.catalog-list__item .img {
  max-width: 320px;
}

.catalog-list__item .img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.catalog-list__item::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 260px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  right: 0;
  background: #FFC700;
  -webkit-box-shadow: inset 0px 4px 24px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 4px 24px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.catalog-list__item .text {
  width: 100%;
  max-width: 590px;
}

.catalog-list__item .text h2 {
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin: 0;
  display: block;
  max-width: 420px;
  line-height: 1.3;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.catalog-list__item .text p {
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 30px;
  display: block;
  max-width: 520px;
}

.catalog-list__item .text .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
}

.catalog-list__item .text .action a {
  text-decoration: none;
}

.catalog-list__item .text .action button {
  margin-right: 15px;
}

.catalog-list__item .text .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.catalog-list__item .text .details .detail {
  width: 50%;
  margin-bottom: 24px;
}

.catalog-list__item .text .details .detail p {
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 14px;
  color: #000;
  opacity: .4;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 5px;
}

.catalog-list__item .text .details .detail span {
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  display: block;
}

.catalog-list__item .text .details .detail:nth-child(2n+1) {
  margin-right: 20px;
  width: calc(50% - 20px);
}

@media (max-width: 768px) {
  .catalog-list__title h1 {
    font-size: 32px;
  }
  .catalog-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
    padding: 30px;
  }
  .catalog-list__item::after {
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    height: 100px;
  }
  .catalog-list__item .img {
    max-width: 250px;
    margin: 0 auto 20px;
    height: 250px;
  }
  .catalog-list__item .text {
    margin-right: 0;
  }
  .catalog-list__item .text h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
  }
  .catalog-list__item .text p {
    font-size: 16px;
  }
  .catalog-list__item .text .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-list__item .text .details .detail {
    width: 100%;
  }
  .catalog-list__item .text .details .detail:nth-child(2n+1) {
    margin-right: 0;
    width: 100%;
  }
  .catalog-list__item .text .details .detail:last-child {
    margin-bottom: 0;
  }
  .catalog-list__item .text .action {
    -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;
    max-width: none;
  }
  .catalog-list__item .text .action button {
    margin-bottom: 12px;
    width: 100%;
    max-width: none;
  }
  .catalog-list__item .text .action a {
    width: 100%;
    max-width: none;
  }
}

@media(max-width:560px) {
    .catalog-list__title h1 {
        font-size: 24px;
        
      }
}

.service {
  padding: 120px 0;
  background: #FAFAFA;
}

.service.service-page {
  background-color: #fff;
}

.service.service-page .service__title h4 {
  text-align: left;
}

.service__title {
  margin-bottom: 50px;
}

.service__title h4 {
  margin: 0;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 44px;
}

.service__title p {
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  margin: 0;
  margin-top: 15px;
  line-height: 1.3;
  color: #000;
  display: block;
}

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

.service__action button {
  margin: 0;
  margin-right: 15px;
}

.service__action a {
  border: 1px solid #FFC700;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 20px;
  color: #FFC700;
  font-family: "Mulish", serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px;
  height: 520px;
  width: 100%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  color: #fff;
  margin-bottom: 30px;
}

.service__item:last-child {
  margin-bottom: 0;
}

.service__item .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.service__item .row .col:first-child {
  max-width: 390px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
  width: 100%;
}

.service__item .row .col p {
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}

.service__item .row .col:last-child {
  max-width: 570px;
  width: 60%;
}

.service__item .row .col h4 {
  text-transform: uppercase;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 32px;
  display: bl;
}

@media (max-width: 768px) {
  .service {
    padding: 50px 0;
  }
  .service__title {
    margin-bottom: 32px;
  }
  .service__title h4 {
    text-align: left;
    font-size: 32px;
  }
  .service__item {
    padding: 25px;
    height: 440px;
  }
  .service__item .row .col:first-child {
    width: 100%;
    margin-right: 0;
    max-width: 420px;
  }
  .service__item .row .col:first-child h4 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .service__item .row .col:last-child {
    display: none;
  }
  .service__action {
    -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;
  }
  .service__action button {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    max-width: none;
  }
  .service__action a {
    width: 100%;
    max-width: none;
  }
}

.service-page {
  padding: 60px 0;
}

.service-page__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 70px;
}

.service-page__current h1 {
  margin: 0;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 44px;
  color: #000;
  display: block;
  max-width: 690px;
  text-transform: uppercase;
}

.service-page__current button {
  margin-right: 0;
}

.service-page .banner {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 70px;
}

.service-page__about {
  margin-bottom: 70px;
}

.service-page__about p {
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  margin: 0;
  display: block;
  line-height: 1.3;
  max-width: 700px;
}

.service-page__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  width: 100%;
  font-family: "Mulish", serif;
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 30px;
}

.service-page__item .text {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  max-width: 470px;
}

.service-page__item .text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  background-color: #FFC700;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 50%;
}

.service-page__item .text h3 {
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  display: block;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-page__item .text p {
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  display: block;
  margin: 0;
  margin-bottom: 15px;
}

.service-page__item .text b {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}

.service-page__item .img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.service-page__item .img img {
  height: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-page__edge .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-page__edge .wrap .item {
  margin: 0 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(25% - 12px);
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 24px;
}

.service-page__edge .wrap .item p {
  margin: 0;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  display: block;
}

.service-page__edge .wrap .item .img {
  margin-bottom: auto;
  width: 54px;
  height: 54px;
  background: rgba(255, 199, 0, 0.1);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service-page__edge .wrap .item .img img {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .service-page__current {
    -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: 30px;
  }
  .service-page__current h1 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .service-page__current button {
    margin: 0 auto 0 0;
    max-width: 380px;
  }
  .service-page__edge .wrap .item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto;
    min-height: auto;
    width: calc(33.33% - 12px);
  }
  .service-page__edge .wrap .item p {
    margin-top: 20px;
    font-size: 16px;
  }
  .service-page .banner {
    height: 240px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .service-page__item {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service-page__item .img {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .service-page__item .text {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    max-width: none;
  }
  .service-page__item .text span {
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .service-page__edge .wrap .item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto;
    min-height: auto;
    width: calc(50% - 12px);
  }
  .service-page__edge .wrap .item p {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .service-page__edge .wrap {
    margin: 0;
  }
  .service-page__edge .wrap .item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto;
    min-height: auto;
    width: 100%;
    margin: 0 0 12px;
  }
}

.service-page .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.service-page .block-text p {
  width: 50%;
  margin: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Mulish", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
}

.service-page .container > ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-page .container > ul li {
  width: 50%;
  margin-bottom: 25px;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 22px;
  position: relative;
}

.service-page .container > ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #FFC700;
  border-radius: 50%;
}

.service-page .container > ul li:nth-child(2n+1) {
  margin-right: 30px;
  width: calc(50% - 30px);
}

.service-page__block {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 34px;
  margin-bottom: 30px;
}

.service-page__block .block-img {
  width: 100%;
}

.service-page__block .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-page__block .row p {
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  display: block;
  text-transform: uppercase;
  max-width: 570px;
  margin-right: 20px;
}

.service-page__block .row button {
  margin-right: 0;
}

@media (max-width: 768px) {
  .service-page .block-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .service-page .block-text p {
    width: 100%;
    margin: 0 0 10px;
    font-size: 16px;
  }
  .service-page__block {
    height: 220px;
    padding: 10px;
    border-radius: 12px;
  }
  .service-page__block .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;
  }
  .service-page__block .row button {
    margin-right: auto;
    margin-left: 0;
  }
  .service-page .container > ul {
    margin: 0 0 50px;
  }
  .service-page .container > ul li {
    margin: 0 0 20px;
    display: block;
    width: 100%;
  }
  .service-page .container > ul li:last-child {
    margin-bottom: 0;
  }
  .service-page .container > ul li:nth-child(2n+1) {
    width: 100%;
    margin-right: 0;
  }
}

.about {
  padding: 120px 0;
  background-color: #000;
  color: #fff;
}

.about.about-page {
  background-color: #fff;
  color: #000;
}

.about__title {
  margin-bottom: 70px;
}

.about__title h4 {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  display: block;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 44px;
}

.about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 120px;
}

.about__text p {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Mulish", serif;
  font-size: 20px;
  line-height: 1.4;
  color: inherit;
}

.about__text p:first-child {
  width: 55%;
}

.about__text p:last-child {
  width: 45%;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  margin-left: 90px;
}

.about__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

.about__imgs a {
  position: absolute;
  right: 27%;
  top: -65px;
  z-index: 2;
}

.about__imgs a::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -2px;
  top: -2px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 2px solid rgba(255, 199, 0, 0.3);
  -webkit-animation: pulse 2s linear infinite;
          animation: pulse 2s linear infinite;
}

.about__imgs a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 110px;
  height: 20px;
  width: 90px;
  background-image: url(assets/imgs/palka.svg);
}

.about__imgs a img {
  width: 124px;
  height: 124px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

.about__imgs a span {
  position: absolute;
  top: -10px;
  left: 210px;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  line-height: 1.2;
  color: #FFC700;
  display: block;
}

.about__imgs .img {
  width: 33.33%;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 12px;
  height: 460px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.about__imgs .img:last-child {
  margin-right: 0;
}

.about__imgs .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.about__imgs .img p {
  margin: 0 32px 10px;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 54px;
  color: #fff;
  z-index: 2;
  color: #fff;
  position: relative;
}

.about__imgs .img span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  margin: 0 32px 32px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .about {
    padding: 50px 0;
  }
  .about__title {
    margin-bottom: 30px;
  }
  .about__title h4 {
    text-align: left;
    font-size: 32px;
  }
  .about__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__text p {
    width: 100%;
    margin: 0;
  }
  .about__text p:first-child {
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .about__text p:last-child {
    font-size: 16px;
    width: 100%;
    margin: 0;
  }
  .about__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__imgs a {
    left: 15px;
  }
  .about__imgs a img {
    width: 90px;
    height: 90px;
  }
  .about__imgs a::after {
    width: 90px;
    height: 90px;
  }
  .about__imgs a::before {
    left: 80px;
  }
  .about__imgs a span {
    left: 180px;
    max-width: 120px;
  }
  .about__imgs .img {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .about__imgs .img p {
    margin: 0 24px 0px;
    font-size: 54px;
  }
  .about__imgs .img span {
    margin: 0 24px 24px;
    font-size: 16px;
  }
}

.command {
  padding: 120px 0;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.command__slider {
  padding: 0 10px;
  margin: 0 -10px;
}

.command__list {
  padding: 30px 0 50px;
}

.command__slider-wrap {
  padding: 0 30px;
  position: relative;
}

.command .command__nav button {
  position: absolute;
  background-color: transparent;
  border: none;
  width: 44px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  top: calc(50% - 40px);
}

.command .command__nav button:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.command .command__nav button img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.command .command__nav button.prev-btn {
  left: 0;
}

.command .command__nav button.next-slide {
  right: 0;
}

.command .command__nav button.next-slide img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.command__slide {
  background: #FAFAFA;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
  height: auto;
}

.command__slide::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  height: 16px;
  width: 95%;
  background: #fafafa1a;
  opacity: .9;
  z-index: -1;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 12px 12px;
}

.command__slide .img {
  max-width: 140px;
  width: 50%;
  margin-right: 25px;
}

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

.command__slide .text {
  width: 70%;
}

.command__slide .text p {
  margin: 0;
  display: block;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.command__slide .text p + span {
  font-family: "Mulish", serif;
  font-size: 14px;
  color: #000;
  opacity: .4;
  display: block;
  font-weight: 400; /* изменение шрифта */
  margin-bottom: 40px;
}

.command__slide .text span.mail-text {
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 1.2;
  color: #FFC700;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  background-image: url(assets/imgs/fi_mail.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center left;
}

.command__slide .text a {
  display: block;
  text-decoration: none;
  max-width: none;
}

@media (max-width: 1024px) {
  .command {
    padding: 80px 0;
  }
  .command__slide {
    padding: 20px;
  }
}

@media (max-width: 560px) {
  .command {
    padding: 50px 0 80px;
  }
  .command__slider {
    padding-top: 0;
  }
  .command__slider-wrap {
    padding: 0;
  }
  .command__list {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .command .command__nav button {
    top: 95%;
  }
  .command__slide {
    -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;
    border-radius: 12px;
    background-color: #fff;
    overflow: visible;
    opacity: 0;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
  }
  .command__slide.swiper-slide-active {
    opacity: 1;
  }
  .command__slide .img {
    width: 50%;
    margin: 0 auto;
    margin-top: -80px;
    margin-bottom: 30px;
    max-width: 190px;
  }
  .command__slide .img img {
    width: 100%;
  }
  .command__slide .text {
    max-width: none;
    width: 100%;
  }
  .command__slide .text p {
    font-size: 18px;
  }
  .command__slide .text p + span {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .command__slide .text span.mail-text {
    background-size: 20px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.clients {
  padding: 120px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clients__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clients__item {
  width: calc(20% - 12px);
  margin: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients__item img {
  max-width: 100%;
  display: inline-block;
}

.clients__item-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: #FFC700;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.clients__item-end:hover {
  background-color: #ffc8000e;
}

.clients__item-end span {
  font-family: "Mulish", serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  color: #FFC700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .clients {
    padding: 80px 0;
  }
  .clients__item {
    width: calc(33.33% - 12px);
  }
}

@media (max-width: 560px) {
  .clients {
    padding: 50px 0;
  }
  .clients__item {
    width: calc(33.33% - 12px);
    padding: 5px;
  }
  .clients__item-end {
    width: 100%;
    max-width: none;
    margin: 0;
    background-color: #FFC700;
    padding: 20px;
  }
  .clients__item-end span {
    margin: 0;
    color: #000;
  }
  .clients__item-end img {
    display: none;
  }
}

.map {
  background-color: #fafafa;
  padding: 120px 0 120px;
}

.map.about-page {
  background-color: #fff;
}

.map .about__title {
  margin-bottom: 0;
}

.map__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 140px 0;
  background-image: url(assets/imgs/map-back.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.map__table {
  width: 100%;
  max-width: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}

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

.map__table ul li {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  font-family: "Mulish", serif;
  font-weight: 500;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  position: relative;
  white-space: nowrap;
  margin-bottom: 10px;
}

.map__table ul li:nth-child(2n+1) {
  margin-right: 5px;
  width: calc(50% - 5px);
}

.map__table ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFC700;
}

@media (max-width: 1024px) {
  .map__wrap {
    padding: 80px 0;
    background-size: contain;
    background-position: left center;
  }
}

@media (max-width: 768px) {
  .map {
    padding: 40px 0 0;
  }
  .map .container {
    padding: 0;
  }
  .map .about__title {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .map__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
    padding-bottom: 380px;
    background-size: 200%;
    background-position: left bottom;
  }
  .map__table {
    margin: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
  .map__table ul li {
    font-size: 16px;
    white-space: inherit;
    word-break: break-all;
  }
}

.contacts {
  padding: 66px 0;
  position: relative;
}

.contacts .mapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contacts__form {
  z-index: 10;
  position: relative;
  width: 100%;
  max-width: 690px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 12px;
}

.contacts__form > h5 {
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 44px;
  color: #000;
  margin: 0 0 50px;
  display: block;
  text-align: left;
  text-transform: uppercase;
}

.contacts__form .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts__form .info .item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 24px;
  padding-left: 40px;
  margin-bottom: 40px;
  position: relative;
}

.contacts__form .info .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contacts__form .info .item.map-ico::before {
  background-image: url(assets/imgs/map.png);
}

.contacts__form .info .item.phone-ico::before {
  background-image: url(assets/imgs/phone.png);
}

.contacts__form .info .item.mail-ico::before {
  background-image: url(assets/imgs/mail.png);
}

.contacts__form .info .item:nth-child(2n+1) {
  margin-right: 20px;
  width: calc(50% - 20px);
}

.contacts__form .info .item a {
  display: block;
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  text-decoration: none;
}

.contacts__form .info .item a:last-child {
  margin-bottom: 0;
}

.contacts__form .info .item span {
  display: block;
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  text-decoration: none;
}

.contacts__form .form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 38px;
  background-color: #fafafa;
  border-radius: 12px;
}

.contacts__form .form .title h5 {
  margin: 0;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.contacts__form .form .title p {
  margin: 0;
  display: block;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
}

.contacts__form .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts__form .form form input {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  padding: 14px 2px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.contacts__form .form form input:nth-child(2n+1) {
  margin-right: 25px;
  width: calc(50% - 25px);
}

.contacts__form .form form .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts__form .form form .action button {
  width: 50%;
  margin-right: 25px;
  max-width: none;
}

.contacts__form .form form .action span {
  width: 50%;
  display: block;
  font-weight: 400; /* изменение шрифта */
  font-family: "Mulish", serif;
  font-size: 12px;
  line-height: 1.3;
  color: #000;
  opacity: .4;
}

@media (max-width: 768px) {
  .contacts {
    padding: 50px 0;
  }
  .contacts .mapper {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    height: 240px;
  }
  .contacts .mapper h5 {
    font-family: "Halvar Breitschrift", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    margin-bottom: 30px;
  }
  .contacts .container {
    margin-top: 120px;
  }
  .contacts__form {
    padding: 0;
  }
  .contacts__form .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__form .info .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .contacts__form .info .item:nth-child(2n+1) {
    width: 100%;
    margin-right: 0;
  }
  .contacts__form .form {
    padding: 20px;
  }
  .contacts__form .form form input {
    width: 100%;
    margin-right: 0;
  }
  .contacts__form .form form input:nth-child(2n+1) {
    margin-right: 0;
    width: 100%;
  }
  .contacts__form .form form .action {
    -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;
  }
  .contacts__form .form form .action button {
    width: 100%;
    margin: 0 0 10px;
  }
  .contacts__form .form form .action span {
    width: 100%;
    margin: 0;
  }
}

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

.contact-page .mapper {
  height: 430px;
}

.contact-page .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-page .info .item {
  max-width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 24px;
  padding-left: 40px;
  margin-bottom: 40px;
  position: relative;
  margin-right: 30px;
}

.contact-page .info .item:last-child {
  margin-right: 0;
}

.contact-page .info .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-page .info .item.map-ico::before {
  background-image: url(assets/imgs/map.png);
}

.contact-page .info .item.phone-ico::before {
  background-image: url(assets/imgs/phone.png);
}

.contact-page .info .item.mail-ico::before {
  background-image: url(assets/imgs/mail.png);
}

.contact-page .info .item a {
  display: block;
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  text-decoration: none;
}

.contact-page .info .item a:last-child {
  margin-bottom: 0;
}

.contact-page .info .item span {
  display: block;
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  text-decoration: none;
}

@media (max-width: 920px) {
  .contact-page {
    padding: 40px 0;
  }
  .contact-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-page__content .mapper {
    margin-bottom: 30px;
  }
  .contact-page__content .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-page__content .info .item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contact-page__content .info .item:last-child {
    margin-bottom: 0;
  }
  .contact-page__content .info .item.map-ico {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.breaker {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 0;
  background: #000 url(assets/imgs/b-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  color: #fff;
}

.breaker__title {
  max-width: 960px;
  margin-bottom: 60px;
}

.breaker__title h4 {
  margin: 0;
  display: block;
  font-weight: 700;
  font-size: 44px;
  color: #fff;
  font-family: "Halvar Breitschrift", sans-serif;
  line-height: 1.3;
}

.breaker__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.breaker__items .item {
  width: 33.33%;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 32px;
  padding-right: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.breaker__items .item .img {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 54px;
  height: 54px;
  padding: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: rgba(255, 199, 0, 0.1);
}

.breaker__items .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.breaker__items .item p {
  margin: 0;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.2;
  color: #fff;
}

.breaker__items .item span {
  display: block;
  font-family: "Mulish", serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

.breaker__items .item:last-child {
  margin-right: 0;
}

@media (max-width: 920px) {
  .breaker {
    padding: 80px 0;
    background-position: top right;
  }
  .breaker__title {
    margin-bottom: 30px;
  }
  .breaker__title h4 {
    font-size: 32px;
  }
  .breaker__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .breaker__items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .breaker__items .item p {
    font-size: 54px;
  }
  .breaker__items .item span {
    font-size: 16px;
  }
}

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

.feedback {
  padding: 120px 0;
  background-color: #fafafa;
}

.feedback__form {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 38px 38px 50px;
  border-radius: 12px;
}

.feedback__form .title {
  margin-bottom: 30px;
  max-width: 520px;
}

.feedback__form .title h5 {
  margin: 0;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feedback__form .title span {
  display: block;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}

.feedback__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.feedback__form form .form-item {
  width: 25%;
  margin-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.feedback__form form .form-item:last-child {
  margin-right: 0;
}

.feedback__form form .form-item input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 2px;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  line-height: 1.1;
  color: #000;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feedback__form form .form-item span {
  display: block;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 12px;
  color: #000;
  opacity: .4;
}

.feedback__form form .form-item button {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .feedback {
    padding: 54px 0;
  }
  .feedback__form {
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .feedback__form .title h5 {
    font-size: 20px;
  }
  .feedback__form .title span {
    font-size: 16px;
  }
  .feedback__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__form form .form-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .feedback__form form .form-item input {
    font-size: 16px;
  }
  .feedback__form form .form-item:last-child {
    margin-bottom: 0;
  }
  .feedback__form form .form-item button {
    width: 100%;
    max-width: none;
  }
  .feedback__form form .form-item span {
    text-align: center;
  }
}

.product {
  padding: 100px 0;
}

.product__documents {
  margin-bottom: 50px;
}

.product__documents .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__documents .items .item {
  max-width: 370px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  width: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-family: "Mulish", serif;
  margin-right: 25px;
  margin-bottom: 25px;
}

.product__documents .items .item .img {
  position: absolute;
  top: 8px;
  right: 13px;
  width: 54px;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 199, 0, 0.1);
  border-radius: 12px;
}

.product__documents .items .item .img img {
  max-width: 100%;
}

.product__documents .items .item p {
  font-weight: 400; /* изменение шрифта */
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  margin-bottom: 30px;
}

.product__documents .items .item a {
  font-weight: 500;
  display: inline-block;
  color: #FFC700;
  padding-right: 20px;
  text-decoration: none;
  position: relative;
}

.product__documents .items .item a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  width: 10px;
  height: 1px;
  background-color: #FFC700;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product__documents .items .item a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 13px;
  width: 10px;
  height: 1px;
  background-color: #FFC700;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product__documents .items .item .img {
  position: absolute;
}

.product__target {
  margin-bottom: 50px;
}

.product__target .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__target .row p {
  width: 50%;
  margin: 0;
  margin-right: 50px;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  color: #000;
  display: block;
  line-height: 1.3;
}

.product__target .row .img {
  width: 50%;
}

.product__target .row .img img {
  max-width: 100%;
}

.product__functions {
  margin-bottom: 50px;
}

.product__functions .text p {
  margin: 0;
  font-family: "Mulish", serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 25px;
  display: block;
}

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

.product__functions .text ul li {
  width: 50%;
  margin-bottom: 25px;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 22px;
  position: relative;
}

.product__functions .text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #FFC700;
  border-radius: 50%;
}

.product__functions .text ul li:nth-child(2n+1) {
  margin-right: 30px;
  width: calc(50% - 30px);
}

.product__character {
  margin-bottom: 50px;
}

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

.product__character ul li {
  width: 50%;
  margin-bottom: 25px;
  font-family: "Mulish", serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.product__character ul li:nth-child(2n+1) {
  margin-right: 30px;
  width: calc(50% - 30px);
}

.product__character ul li span {
  font-weight: 400; /* изменение шрифта */
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.product__character ul li p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}

.product__edge {
  margin-bottom: 50px;
}

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

.product__edge ul li {
  width: 50%;
  margin-bottom: 25px;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 22px;
  position: relative;
}

.product__edge ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #FFC700;
  border-radius: 50%;
}

.product__edge ul li:nth-child(2n+1) {
  margin-right: 30px;
  width: calc(50% - 30px);
}

.product__bonus .item p {
  display: block;
  margin: 0;
  margin-bottom: 25px;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 20px;
  color: #000;
  padding-left: 22px;
  position: relative;
}

.product__bonus .item p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #FFC700;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .product {
    padding: 40px 0;
  }
  .product__documents .items .item {
    margin: 0 0 20px;
    width: 100%;
    max-width: none;
  }
  .product__target .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__target .row p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .product__target .row .img {
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
  }
  .product__functions .text ul li {
    margin: 0 0 20px;
    display: block;
    width: 100%;
  }
  .product__functions .text ul li:nth-child(2n+1) {
    width: 100%;
    margin-right: 0;
  }
  .product__character ul li {
    margin: 0 0 20px;
    display: block;
    width: 100%;
  }
  .product__character ul li:nth-child(2n+1) {
    width: 100%;
    margin-right: 0;
  }
  .product__edge ul li {
    margin: 0 0 20px;
    display: block;
    width: 100%;
  }
  .product__edge ul li:nth-child(2n+1) {
    width: 100%;
    margin-right: 0;
  }
  .product__bonus .item p {
    font-size: 16px;
  }
}

.spec {
  padding: 120px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #000;
  color: #fff;
}

.spec__title {
  margin-bottom: 70px;
}

.spec__title h4 {
  margin: 0;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 44px;
  text-transform: uppercase;
}

.spec__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 -12px;
}

.spec__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 24px);
  margin: 0 12px 80px;
}

.spec__item p {
  display: block;
  margin: 0;
  margin-top: 24px;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  max-width: 540px;
}

.spec__item .img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.spec__item .img span {
  position: absolute;
  z-index: 2;
  font-family: "Mulish", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #FFC700;
  color: #695302;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 20px;
  left: 20px;
}

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

@media (max-width: 768px) {
  .spec {
    padding: 50px 0;
  }
  .spec__title {
    margin-bottom: 32px;
  }
  .spec__title h4 {
    font-size: 32px;
    text-align: left;
  }
  .spec__wrap {
    margin: 0;
  }
  .spec__item {
    width: 100%;
    margin: 0 0 32px;
  }
}

@media (max-width: 560px) {
  .spec__title h4 {
    font-size: 28px;
  }
}

.docs {
  padding: 120px 0;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.docs__title {
  margin-bottom: 70px;
}

.docs__title h4 {
  text-align: center;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.docs__title p {
  font-family: "Mulish", serif;
  text-align: center;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  line-height: 1.3;
  max-width: 670px;
  margin: 0 auto;
}

.docs__slider {
  overflow: visible;
  margin-bottom: 25px;
}

.docs__slider-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.docs__nav button {
  border: none;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0;
}

.docs__nav button img {
  max-width: 100%;
}

.docs__nav button:first-child {
  margin-right: 20px;
}

.docs__nav button.docs__next img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 768px) {
  .docs {
    padding: 50px 0;
  }
  .docs__title {
    margin-bottom: 32px;
  }
  .docs__title h4 {
    font-size: 32px;
    text-align: left;
  }
  .docs__title p {
    text-align: left;
    margin-left: 0;
  }
  .docs__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.vacant {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vacant__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 70px;
}

.vacant__wrap .img {
  width: 40%;
  border-radius: 12px;
  max-width: 380px;
}

.vacant__wrap .img img {
  width: 100%;
}

.vacant__wrap .text {
  margin-right: 50px;
  width: 60%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vacant__wrap .text h1 {
  text-transform: uppercase;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  margin-bottom: 15px;
}

.vacant__wrap .text p {
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  font-size: 16px;
  margin: 0;
  display: block;
  margin-bottom: auto;
}

.vacant__wrap .text button {
  margin-top: 30px;
  margin-left: 0;
}

@media (max-width: 1024px) {
  .vacant {
    padding: 80px 0;
  }
  .vacant__wrap .text h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .vacant {
    padding: 60px 0;
  }
  .vacant__wrap .text h1 {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .vacant {
    padding: 50px 0;
  }
  .vacant__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -15px;
  }
  .vacant__wrap .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .vacant__wrap .text h1 {
    font-size: 24px;
    word-wrap: break-word;
  }
  .vacant__wrap .text button {
    width: 100%;
    max-width: none;
  }
  .vacant__wrap .img {
    width: 100%;
    max-width: none;
    height: 270px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .vacant__wrap .img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.footer {
  background-color: #121212;
  padding: 20px  0 45px;
}

.footer .row:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__action {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__action a {
  white-space: nowrap;
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
  display: block;
}

.footer__pp {
  margin-right: auto;
}

.footer__pp a {
  color: #fff;
  font-family: "Mulish", serif;
  font-weight: 400; /* изменение шрифта */
  text-decoration: none;
  font-size: 16px;
  display: block;
  font-weight: 700;
}

.footer__pp a:hover {
  text-decoration: underline;
}

.footer__title {
  max-width: 120px;
  width: 100%;
  margin-right: 20px;
}

.footer__title a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.footer__title a img {
  max-width: 100%;
}

.footer__nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100;
  background: #242424;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  padding: 0 20px;
  margin-bottom: 30px;
}

.footer__nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__nav ul li {
  display: block;
  width: 16.6%;
}

.footer__nav ul li a {
  padding: 25px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-family: "Mulish", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.footer__nav ul li a:hover {
  background-color: #2c2c2c;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 40px;
    position: relative;
  }
  .footer__title {
    position: absolute;
    left: 15px;
    top: 40px;
  }
  .footer .row:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .row .footer__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .row .footer__action a {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer .row .footer__action .trans-btn {
    max-width: 460px;
    width: 100%;
  }
  .footer .row .footer__pp {
    margin: 0 auto;
  }
  .footer .row .footer__pp a {
    font-size: 14px;
  }
  .footer__nav {
    background-color: transparent;
    padding: 0;
  }
  .footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__nav ul li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .footer__nav ul li a {
    display: block;
    padding: 0;
    text-align: right;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 25px;
  }
}

.popup_item form.wpcf7-form input[type=text]{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 15px 2px;
    border-bottom: 1px solid #00000021;
    font-family: "Mulish", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.message-success {
    display: block;
    width: 100%;
    margin: 20px 0 10px;
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.4;
}

.main-menu {
    position: fixed;
    bottom: 20px;
	left: 3%;
    display: flex;
}
.lang-select {
    border: 2px solid #FFC700;
    display: block;
    width: 40px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 50px;
    height: auto;
    transition: max-height 0.3s;
    overflow: hidden;
    max-height: 50px;
	background-color:#242424;
}

.flag-img {
    height: 40px;
    width: 40px;
    padding: 5px 0;
}


.lang-selected {
    display: block !important;
}


.lang-select a {
    display: none;
}

.lang-select.opened {
    max-height: 200px;
}

.lang-select.opened a {
    display: block;
}

.lang-selected:hover {
    cursor: pointer;
}