/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
*:hover, *:focus {
  outline: none;
}
/**
   * 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;
}

.container {
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto;
}

body {
  background-color: #fbfbfb;
}

body.lock {
  overflow: hidden;
}

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

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

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

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

@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("fonts/Ubuntu-bold.ttf") format("trueType"), url("fonts/Ubuntu-bold.woff2") format("woff2");
  font-style: normal;
}

@font-face {
  font-family: "Open-Sans";
  font-display: swap;
  src: url("fonts/OpenSans-Regular.ttf") format("trueType"), url("fonts/Open-Sans.woff2") format("woff2");
  font-style: normal;
}

.burger-button {
  z-index: 1000;
  height: 35px;
  width: 35px;
  position: relative;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.burger-button span {
  width: 100%;
  height: 2px;
  background-color: #6B2A3D;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.burger-button::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #6B2A3D;
  position: absolute;
  top: 0;
  left: 0;
}

.burger-button::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #6B2A3D;
  position: absolute;
  bottom: 0;
  left: 0;
}

.site-text {
  font-family: "Open-sans", sans-serif, arial;
  font-weight: 400;
  font-size: 20px;
  color: #525658;
  line-height: 1.2;
  font-style: normal;
  margin: 0;
}
.site-text a {
  color: #6B2A3D;
}
@media (max-width: 768px) {
  .site-text {
    font-size: 14px;
  }
}

.site-title, .site-text h2 {
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  color: #6B2A3D;
  margin: 0;
}
.site-text h2 {
  text-transform: none;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .site-title {
    font-size: 24px;
  }
}

.feedback {
  padding: 80px 0 20px;
}

.feedback__title {
  max-width: 700px;
}

.feedback__title h4 {
  margin-bottom: 30px;
}

.feedback__title p {
  margin-bottom: 40px;
}

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

.feedback__form input {
  width: 48%;
  margin-right: 2%;
  padding: 17px 0;
  font-size: 17px;
  font-family: "Roboto-Medium", sans-serif, arial;
  font-weight: 500;
  color: #525658;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #52565860;
}

.feedback__form input:nth-child(2n+2) {
  margin-right: 0;
}
.feedback__form input.error {
  border-bottom: 1px solid red;
}
.feedback__form input.error::placeholder {
  color: red;
}
.feedback__form button {
  padding: 16px 100px;
  max-width: 280px;
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-weight: 700;
  color: #fbfbfb;
  text-align: center;
  background-color: #6b2a3d;
  border-radius: 10px;
  border: none;
}

.textarea-wrap {
  width: 100%;
  padding: 20px 0;
}

.textarea-wrap p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 17px;
  color: #525658;
  font-family: "Roboto-Medium", sans-serif, arial;
  font-weight: 500;
}

.textarea-wrap textarea {
  width: 100%;
  resize: none;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #52565860;
  height: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 17px;
  color: #525658;
  font-family: "Roboto-Medium", sans-serif, arial;
  font-weight: 500;
}

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

.feedback-action p {
  padding-left: 20px;
  line-height: 1.5;
  max-width: 700px;
  color: #525658;
  font-family: "Roboto", sans-serif, arial;
  font-weight: 400;
}

.custom-file {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto-Medium", sans-serif, arial;
  font-weight: 500;
  position: relative;
  font-size: 17px;
  width: 100%;
  max-width: 560px;
}

.custom-file label input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.custom-file label {
  position: relative;
  position: relative;
  background: transparent;
  display: block;
  margin-top: 20px;
  font-size: 1em;
  width: 100%;
  height: 35px;
  color: #525658;
  cursor: pointer;
  border-bottom: 1px solid #52565860;
}

.custom-file label::before {
  content: "";
  background-image: url(/img/icons/file-ico.svg);
  position: absolute;
  background-position: center;
  width: 18px;
  height: 22px;
  right: 10px;
  background-repeat: no-repeat;
  text-align: center;
}

.yellow-link {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  font-family: "Roboto-Bold", sans-serif, arial;
  color: #6b2a3d;
  padding: 20px 45px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background-color: #f0dbb7;
  border-radius: 6px;
  display: inline-block;
}

.site-table {
  font-family: "Open-sans", sans-serif, arial;
  font-weight: 400;
  font-size: 20px;
  color: #525658;
  width: 100%;
  border-spacing: 0;
}

.site-table thead tr {
  width: 100%;
  background-color: #f5f5f5;
  font-weight: 600;
}

.site-table thead tr th {
  width: 33.33%;
  padding: 20px 10px;
  border: 1px solid #f5f5f5;
  border-bottom: 1px solid #000;
}

.site-table tbody tr {
  width: 100%;
  transition: all 0.1s linear;
  transform: scale(1);
  background-color: #f5f5f5;
}

.site-table tbody tr:nth-child(2n+1) {
  background-color: transparent;
}

.site-table tbody tr td {
  width: 33.33%;
  padding: 20px 10px;
  text-align: center;
  line-height: 1.2;
}
.no-big.site-table tbody tr:hover {
  transform: scale(1);
}
.site-table tbody tr:hover {
  transform: scale(1.05);
  background: #f1f1f1;
  z-index: 10;
  position:relative;
}

.site-table a {
  color: #6b2a3d;
  text-transform: uppercase;
}

.link-hidden {
  text-decoration: none;
  color: #525658 !important;
}

@media (max-width: 768px) {
  .feedback__form input {
    width: 100%;
    margin-right: 0;
  }
  .feedback-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;
  }
  .feedback-action p {
    padding-left: 0;
  }
  .yellow-link {
    font-size: 14px;
    padding: 15px 30px;
  }
  .site-table {
    word-wrap: break-word;
  }
  .site-table thead tr th {
    padding: 20px 5px;
    font-size: 16px;
  }
  .site-table tbody tr td {
    padding: 20px 10px;
    font-size: 16px;
  }
}

@media (min-width: 1022px) {
  .header_burger {
    display: none;
  }
}

@media (max-width: 425px) {
  .site-table {
    word-wrap: break-word;
  }
  .site-table thead tr th {
    font-size: 12px;
  }
  .site-table tbody tr td {
    font-size: 12px;
  }
}

.top-nav {
  padding: 25px 0;
  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;
  border-bottom: 2px solid #F0DBB7;
}

.top-nav ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 780px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.top-nav ul li {
  margin-right: 10px;
}

.top-nav ul li a {
  text-decoration: none;
  color: #615C5C;
  font-size: 16px;
  font-family: "Roboto", sans-serif, arial;
  font-weight: 400;
}

.top-nav ul li a:hover, .top-nav ul li.active a {
  text-decoration: underline;
}

.top-nav-feedback {
  font-family: "Roboto-Black", sans-serif, arial;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #6B2A3D;
  text-decoration: none;
  cursor: pointer;
}

.top-nav-feedback svg {
  margin-right: 5px;
  width: 15px;
  height: 12px;
}

.middle-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 30px;
}

.header-logo {
  margin-right: 15px;
  z-index: 1000;
}

.header-logo a {
  text-decoration: none;
}

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

.header-info {
  margin-right: 15px;
  max-width: 260px;
  color: #6B2A3D;
}

.header-info p {
  font-family: "Roboto", sans-serif, arial;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.header-info p strong {
  font-family: "Roboto-Bold", sans-serif, arial;
}

.header-info p:last-child {
  margin-bottom: 0;
}

.header-info p a {
  color: #6B2A3D;
  text-decoration: none;
}

.header-info:last-child {
  margin-right: 0;
}

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

.bottom-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 0px;
}

.bottom-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.bottom-nav ul li {
  margin-right: 20px;
  width: 20%;
}
.bottom-nav ul li:last-child {
  margin-right: 0;
}

.bottom-nav ul li a {
  display: block;
  border-radius: 6px;
  text-decoration: none;
  padding: 15px 28px;
  text-align: center;
  background-color: #6B2A3D;
  color: #fff;
  font-family: "Roboto-Medium", sans-serif, arial;
  font-weight: 500;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid #6B2A3D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bottom-nav ul li a:hover,.bottom-nav ul li.active a {
  background-color: #fbfbfb;
  color: #6B2A3D;
}

.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  border-radius: 6px;
  border: 2px solid #6B2A3D;
  width: 100%;
  overflow: hidden;
}

.header-search input {
  padding: 10px;
  text-align: left;
  width: 100%;
  border: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif, arial;
  font-size: 16px;
  color: #6B2A3D;
  background-color: transparent;
}

.header-search input:focus {
  outline: none;
}

.header-search button {
  background-color: transparent;
  border: none;
  padding: 10px 0;
  padding-right: 15px;
}

.header-search button:hover {
  cursor: pointer;
}

.substrate {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

@media (max-width: 980px) {
  .substrate {
    display: block;
  }
  .substrate._active {
    opacity: 1;
    visibility: visible;
  }
}

.mobile-menu__wrap {
  overflow-y: scroll;
  position: fixed;
  z-index: 101;
  padding-right: 10px;
  top: 0;
  right: 0;
  text-align: right;
  padding-top: 90px;
  background-color: #fff;
  width: 80%;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  opacity: 0;
  right: -100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 980px) {
  .mobile-menu__wrap {
    display: none;
  }
}

.mobile-menu__wrap._active {
  right: 0;
  opacity: 1;
}

.mobile-menu__list ul {
  list-style: none;
}

.mobile-menu__list ul li a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: #000;
  font-family: "Roboto-Medium", sans-serif, arial;
}

.mobile-menu__info-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Roboto", sans-serif, arial;
}

.mobile-search {
  border: 1px solid #EDEDED;
  border-bottom: 2px solid #d22222;
  border-left: 2px solid #d22222;
  border-radius: 3px;
  overflow: hidden;
}

.mobile-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-search form input {
  height: 100%;
  width: 100%;
  padding: 15px 20px;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: transparent;
}

.mobile-search form input:focus {
  outline: none;
}

.mobile-search form button {
  padding: 15px 0;
  padding-right: 15px;
  padding-left: 5px;
  border: none;
  background-color: transparent;
}

.substrate {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

@media (max-width: 1023px) {
  .substrate {
    display: block;
  }
  .substrate._active {
    opacity: 1;
    visibility: visible;
  }
}

.welcome {
  padding: 30px 0;
}

.welcome .container {
  max-width: 1620px;
}

.welcome-slide {
  height: 700px !important;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}

.welcome-slide__text {
  position: relative;
  z-index: 2;
  padding-left: 14%;
  max-height: 700px;
}
.bg_slide {
  position: absolute;
  width:70%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #1A1919 0%, rgba(26, 25, 25, 0) 100%);
  z-index: 1;
}
.welcome-slide h1 {
  margin: 0 0 60px 0;
  max-width: 660px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 60px;
  color: #F0DBB7;
  line-height: 60px;
  position: relative;
}

.welcome-slide h1 ::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 50%;
  height: 4px;
  background-color: #6B2A3D;
}

.welcome-slide p {
  max-width: 600px;
  color: #fff;
  font-family: "Roboto-Medium", sans-serif, arial;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  margin: 0;
  margin: 35px 0 60px;
}

.welcome-slide a {
  padding: 20px 110px 20px 70px;
  text-decoration: none;
  color: #6B2A3D;
  background-color: #F0DBB7;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-weight: 700;
  font-size: 16px;
  display: inline;
  max-width: 150px;
  position: relative;
  text-transform: uppercase;
}

.welcome-slide a span {
  height: 100%;
  width: 60px;
  background-color: #6B2A3D;
  position: absolute;
  top: 0;
  right: 0;
}

.welcome-slide a span img {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 50px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}

.swiper-pagination-bullet {
  background-color: #6B2A3D;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  position: relative;
}

.swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -28px;
  left: -28px;
}

@media (max-width: 1023px) {
  .swiper-pagination-bullet-active:after {
    padding: 15px;
    top: -12px;
    left: -12px;
  }
}

.about__title {
  margin-bottom: 30px;
}

.about__title h1 {
  max-width: 1050px;
}

.about p {
  max-width: 1050px;
}

.about__text {
  margin-bottom: 50px;
}

.about__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 30px;
}

.about-history__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  margin-right: 40px;
  padding-bottom: 20px;
}

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

.about-history__links {
  padding: 30px 0;
}

.about-history__links a {
  text-decoration: none;
  color: #F0DBB7;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif, arial;
  padding: 8px 30px;
  margin-right: 10px;
  border: 1px solid #F0DBB7;
  border-radius: 20px;
  line-height: 45px;
  white-space: nowrap;
}

.about-history__links a:hover {
  color: #ceaa6c;
}

.about-history__action {
  /* position: absolute; */
  margin: 30px 0 0 0;
  /* left: 0; */
  /* bottom: 50px; */
}

.about-history__action a {
  text-decoration: none;
  color: #6b2a3d;
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-weight: 700;
}

.about-history__action a svg {
  margin-left: 20px;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
}

.about-history__img {
  width: 50%;
}

.about-history__img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .about__history {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-history__text {
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
  }
  .about-history__img {
    width: 100%;
  }
  .about-history__title {
    margin-bottom: 10px;
  }
  .about-history__links {
    padding: 10px 0;
  }
  .about-history__action {
    bottom: 0;
  }
  .about__title {
    margin-bottom: 10px;
  }
  .about__text {
    margin-bottom: 20px;
  }
}

.about-page {
  padding: 80px 0 50px;
}

.about-page__wrap {
  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;
}

.about-page__text {
  margin-right: 10px;
  width: 50%;
}

.about-page__text h2 {
  margin-bottom: 40px;
}

.about-page__img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .about-page {
    padding: 25px 0;
  }
  .about-page__wrap {
    -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;
  }
  .about-page__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-page__img {
    max-width: 500px;
  }
  .about-page__img img {
    max-width: 100%;
  }
}

.history {
  padding: 20px 0;
}

.history__title {
  margin-bottom: 40px;
}

.history__text p {
  margin-bottom: 20px;
}
.circles {
  margin: 30px 0 0 0;
}
.circles__body {
  position: relative;
  height: 50px;
  width: 100%;
}

.circles__body::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ceaa6c;
  top: 23px;
  left: 0;
}

.circles__body .circle {
  background-color: #fbfbfb;
  width: 45px;
  height: 45px;
  position: absolute;
  border: 1px solid rgba(80, 80, 80, 0.35);
  border-radius: 50%;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.circles__body .circle span {
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  position: absolute;
  -webkit-transform: translateY(7px) translateX(14px);
      -ms-transform: translateY(7px) translateX(14px);
          transform: translateY(7px) translateX(14px);
  opacity: 0;
  top: -2px;
}

.circles__body .circle.active {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  border-color: #6b2a3d;
}

.circles__body .circle.active span {
  font-size: 30px;
  color: #e5e5e5;
  opacity: 1;

}

.circles__body .circle:hover {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  border-color: #6b2a3d;
}

.circles__body .circle:hover span {
  font-size: 30px;
  color: #e5e5e5;
  opacity: 1;
}

.circles__body .circle-1 {
  left: 0;
}

.circles__body .circle-2 {
  left: 20%;
}

.circles__body .circle-3 {
  left: 40%;
}

.circles__body .circle-4 {
  left: 60%;
}

.circles__body .circle-5 {
  left: 80%;
}

.circles__body .circle-6 {
  right: 0;
}

.circle-text-wrap {
  height: 150px;
}

.circle__text {
  padding: 50px 0 30px 0;
  max-width: 550px;
  visibility: hidden;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  position: absolute;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.circle__text.active {
  display: block;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.circle__text h5 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-weight: 700;
  font-size: 22px;
  color: #6b2a3d;
}

.circle__text p {
  font-size: 14px;
  font-family: "Open-sans", sans-serif, arial;
  color: #525658;
  font-weight: 400;
  line-height: 1.5;
}

.directing {
  padding: 50px 0;
}

.directing__title {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .directing__title {
    margin-bottom: 20px;
  }
}

.directing__text {
  max-width: 700px;
  margin-bottom: 40px;
}

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

.directing-card {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.directing-card:nth-child(3n+3) {
  margin-right: 0;
}

.directing-card__img img {
  width: 100%;
}

.directing-card__title {
  min-height: 42px;
  margin: 15px 0 15px;
}

.directing-card__title h4 {
  margin: 0;
  color: #6B2A3D;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.directing-card__text {
  margin-bottom: 20px;
}

.action-link {
  color: #6B2A3D;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.action-link img {
  margin-left: 10px;
  -webkit-transform: translateY(12%);
      -ms-transform: translateY(12%);
          transform: translateY(12%);
}

.action-link svg {
  margin-left: 10px;
  -webkit-transform: translateY(12%);
      -ms-transform: translateY(12%);
          transform: translateY(12%);
}

.direction-page {
  padding: 50px 0;
}

.direction-page .site-list {
  max-width: 700px;
}

@media (max-width: 768px) {
  .direction-page .site-list li {
    font-size: 16px;
  }
}

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

.direction-list__item:nth-child(2n+2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.direction-list__item:nth-child(2n+2) .direction-list-item__text {
  margin-right: 0;
}

.direction-list__item:nth-child(2n+2) .direction-list-item__img {
  margin-right: 30px;
}

.direction-list__item .direction-list-item__text {
  max-width: 510px;
  margin-right: 50px;
}

.direction-list__item .direction-list-item__text h3 {
  margin-bottom: 40px;
}

.direction-list__item .direction-list-item__text p {
  margin-bottom: 40px;
}

.direction-list__item .direction-list-item__img {
  max-width: 560px;
}

.direction-list__item .direction-list-item__img img {
  width: 100%;
}

.projects__title {
  margin-bottom: 30px;
}

.projects__description {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.projects__action {
  z-index: 2;
  position: relative;
}
.projects__text {
  max-width: 443px;
  margin-bottom: -75px;
  position: relative;
}

.project-slider-wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.project-slide {
  position: relative;
  width: 25%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 380px;
}

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

.project-slide.swiper-slide-active {
  width: 25%;
  height: 250px;
  margin-right: 20px;
}

.project-slide.swiper-slide-active img {
  width: 100%;
}

.project-slide.swiper-slide-next {
  margin-right: 20px;
  width: 25%;
  height: 250px;
}

.project-slide.swiper-slide-next img {
  width: 100%;
}

.project-slide.swiper-slide-next + div {
  width: 50%;
  height: 380px;
}

.project-slide.swiper-slide-prev {
  width: 25%;
  height: 250px;
}

.project-slide.swiper-slide-prev img {
  width: 100%;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: static;
  width: 85%;
  margin-top: 50px;
  background-color: #F0DBB7;
}

.swiper-scrollbar-drag {
  background-color: #6B2A3D;
}

.project__slider .swiper-container-horizontal > .swiper-pagination-bullets, .project__slider .swiper-pagination-custom, .project__slider .swiper-pagination-fraction {
  width: auto;
  right: 50px;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #6B2A3D;
  font-size: 16px;
  left: auto;
  right: 55px;
  bottom: 0;
}

.slider__actions {
  position: relative;
  width: 100%;
}

.proj-slide-prev {
  position: absolute;
  bottom: 0;
  right: 110px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.proj-slide-next {
  position: absolute;
  bottom: 0;
  right: 15px;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

.project-page {
  padding: 100px 0 50px;
}

.project-page__title {
  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;
  margin-bottom: 40px;
}

.project-page__tabs {
  margin-left: 30px;
}
.project-page__tabs.technique-list-menu {
  margin-left: 0;
  margin-bottom: 30px;
}
.project-page__tabs.technique-list-menu a {
  margin-right: 10px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .project-page__tabs {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.project-page__tabs a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
  text-decoration: none;
  white-space: nowrap;
  padding: 5px 10px;
  color: #97888c;
  font-size: 16px;
  font-family: "Roboto", sans-serif, arial;
  font-weight: 400;
  border: 1px solid #97888c;
  border-radius: 15px;
}

.project-page__tabs a:last-child {
  margin-right: 0;
}

.project-page__tabs a.current-tab, .project-page__tabs a.active, .project-page__tabs a:hover {
  color: #6B2A3D;
  border-color: #6B2A3D;
}

.project-page__item {
  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: 100px;
}

.project-page-item__text {
  max-width: 465px;
  margin-right: 10px;
}

.project-page-item__text h3 {
  font-weight: 700;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-size: 30px;
  color: #6B2A3D;
  margin: 0;
  margin-bottom: 40px;
}

.project-page-item__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Open-sans", sans-serif, arial;
  font-weight: 400;
  color: #525658;
  margin-bottom: 40px;
}

.project-page-item__img {
  text-align: center;
  max-width: 520px;
  max-height: 400px;
}

.project-page-item__img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects-pagination {
  text-align: center;
}

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

.projects-pagination ul li {
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

.projects-pagination ul li.proj-current-pag {
  border: 1px solid #CCCDCD;
}

.projects-pagination ul li a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #6B2A3D;
}

.project-current {
  padding: 50px 0;
}

.project-current__img {
  margin-bottom: 50px;
}

.project-current__img img {
  max-width: 100%;
}

.project-current .proj-current__text {
  margin-bottom: 100px;
}

.project-current .proj-current__text h4 {
  margin-bottom: 20px;
}

.project-current .proj-current__text p {
  line-height: 1.4;
}

.site-list {
  padding: 0;
  list-style: none;
}
.site-text ul {
  list-style-type: none;
  padding: 0;
}
.site-list li, .site-list p, .site-text li {
  font-family: "Open-sans", sans-serif, arial;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  color: #525658;
  padding-left: 70px;
  position: relative;
}

.site-list li::before, .site-list p::before, .site-text li::before {
  content: '';
  height: 2px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #6B2A3D;
}

@media (max-width: 768px) {
  .site-list li {
    font-size: 14px;
    padding-left: 50px;
  }
  .site-list li::before {
    width: 30px;
  }
}

.proj-current__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.proj-current__number {
  text-align: center;
}

.proj-current__number h5 {
  font-family: "Roboto-Medium", sans-serif, arial;
  font-size: 120px;
  color: #6B2A3D;
  margin: 0;
  margin-bottom: 10px;
}

.proj-current__number p {
  font-family: "Open-sans", sans-serif, arial;
  font-size: 20px;
  color: #525658;
  margin: 0;
  font-weight: 400;
}

.devices {
  padding: 100px 0;
}

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

.devices__text {
  max-width: 370px;
  margin-right: 50px;
}

.devices__title {
  margin-bottom: 30px;
}

.devices__description {
  margin-bottom: 30px;
}

.devices__action a {
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-weight: 700;
  text-decoration: none;
  color: #6b2a3d;
}

.devices__action a svg {
  margin-left: 10px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.devices__slider {
  width: auto;
  position: relative;
  height: 380px;
}

.devices__slider .swiper-slide {
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
  height: 300px;
}

@media (max-width: 1023px) {
  .devices__slider .swiper-slide {
    height: auto;
  }
}

.devices__slider .swiper-slide-active {
  height: 380px;
}

@media (max-width: 1023px) {
  .devices__slider .swiper-slide-active {
    height: auto;
  }
}

.devices__slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.devices__slider .swiper-pagination {
  position: absolute;
  top: 0;
  right: 350px;
  left: auto;
  width: auto;
  color: transparent;
}

@media (max-width: 1024px) {
  .devices__slider .swiper-pagination {
    right: 265px;
  }
}

@media (max-width: 1023px) {
  .devices__slider .swiper-pagination {
    display: none;
  }
}

.devices__slider .swiper-pagination .swiper-pagination-current {
  color: #6b2a3d;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 30px;
}

.devices__slide {
  position: relative;
}

.devices__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: height .15s ease;
  -o-transition: height .15s ease;
  transition: height .15s ease;
}

.devices-slide__text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding-left: 30px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.devices-slide__text h4 {
  margin: 0;
  color: #fff;
  font-family: "Roboto-Medium", sans-serif, arial;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 25px;
}

.devices-slide__text a {
  color: #f0dbb7;
  font-weight: 700;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.devices-slide__text a svg {
  margin-left: 5px;
}

.devices-page {
  padding-top: 50px;
}

.devices-page__img {
  margin-bottom: 100px;
}

.devices-page__img img {
  width: 100%;
}

@media (max-width: 768px) {
  .devices-page__img {
    margin-bottom: 40px;
  }
}

.devices-page__text {
  margin-bottom: 50px;
  max-width: 800px;
}

.news {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .news {
    padding: 25px 0;
  }
}

.news__title {
  margin-bottom: 30px;
}

.news-slide__date {
  margin-bottom: 20px;
}

.news-slide__date span {
  font-weight: 500;
  font-family: "Roboto-Medium", sans-serif, arial;
  font-size: 16px;
  color: #525658;
}

.news-slide__title {
  max-width: 370px;
  margin-bottom: 20px;
}

.news-slide__title a {
  color: #6b2a3d;
  text-decoration: none;
}

.news-slide__title h5 {
  margin: 0;
  font-weight: 500;
  font-family: "Roboto-Medium", sans-serif, arial;
  font-size: 23px;
}

.news-slide__img {
  margin-bottom: 20px;
}

.news-slide__img img {
  max-width: 100%;
}

.news-slide__tags {
  margin-bottom: 30px;
}

.news-slide__tags a {
  padding: 8px 12px;
  text-decoration: none;
  color: #F0DBB7;
  font-weight: 400;
  font-family: "Roboto", sans-serif, arial;
  font-size: 16px;
  border: 1px solid #F0DBB7;
  border-radius: 5px;
  white-space: nowrap;
}

.news-page {
  padding: 50px 0;
}

.news-page__title {
  margin-bottom: 50px;
}

.news-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 80px;
  border-bottom: 2px solid #52565848;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.news-page__item:last-child {
  margin-bottom: 0;
}

.news-item__text {
  max-width: 690px;
  margin-right: 20px;
}

.news-item__date {
  position: absolute;
  left: 0;
  top: -30px;
  color: #6b2a3d;
  font-size: 14px;
  font-family: "Roboto-Medium", sans-serif, arial;
  font-weight: 500;
}

.news-item__title {
  margin-bottom: 30px;
}

.news-item__title h4 {
  margin: 0;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-weight: 700;
  font-size: 30px;
  color: #483d40;
  line-height: 1.3;
}

.news-item__title h4 a {
  color: inherit;
  text-decoration: none;
}

.news-item__img {
  max-width: 320px;
}

.news-item__img img {
  width: 100%;
}

.achives {
  padding: 50px 0;
}

.achives__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.achives__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 33%;
  height: 2px;
  background-color: #F0DBB7;
}

.achives__title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 33%;
  height: 2px;
  background-color: #F0DBB7;
}

.achives__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 100px 0 50px;
  border-bottom: 2px solid #F0DBB7;
}

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

.achives-item__img {
  text-align: center;
}

.achives-item__img img {
  max-width: 100%;
  margin-bottom: 15px;
}

.achives-item__number {
  text-align: center;
  color: #6b2a3d;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
}

.achives-item__text {
  text-align: center;
  font-family: "Roboto-Medium", sans-serif, arial;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.contacts {
  padding: 50px 0;
  border-bottom: 10px solid #6B2A3D;
}

.contacts__title {
  margin-bottom: 50px;
}

.contacts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__item {
  width: 31%;
  margin-right: 4%;
}

.contacts__item:last-child {
  margin-right: 0;
}

.contacts__item p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: "Roboto", sans-serif, arial;
  font-weight: 400;
}

.contacts__item a {
  color: #525658;
}

.contacts__item .action-link {
  display: block;
  margin-top: 20px;
  color: #6B2A3D;
}

.contacts-item__city {
  font-weight: 700;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-size: 20px;
  color: #525658;
}

.yandex-map {
  height: 500px;
}

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

.contacts-page__title {
  margin-bottom: 30px;
}

.contacts-page__wpap {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-page__person {
  margin-right: 50px;
  width: 540px;
}

.contacts-page__person p {
  margin-bottom: 15px;
  font-size: 20px;
}

.contacts-page__person p span {
  margin-right: 15px;
  color: #6B2A3D;
  font-weight: 700;
}

.contacts-page__person .contact-name {
  color: #6B2A3D;
  font-weight: 600;
}

.contact-mail {
  color: #6B2A3D;
}

.contact-phone {
  color: #4E4E4E;
  text-decoration: none;
  font-weight: 700;
}

.documents {
  padding: 50px 0;
}

.documents__title {
  margin-bottom: 30px;
}

.documents__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.documents__text:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.documents__img {
  max-width: 350px;
  margin-left: 10px;
  min-width: 250px;
}

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

.documents__img.img-left {
  margin-left: 0;
  margin-right: 10px;
}

.documents-item__text {
  max-width: 750px;
}

.doclist {
  padding: 20px 0;
}

.doclist__ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.doclist__ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #F0DBB7;
  position: relative;
}

.doclist__ul li img {
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 0;
  display: none;
}

@media (min-width: 1023px) {
  .doclist__ul li:hover img {
    display: block;
  }
}

.doclist__ul li a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 26px;
  line-height: 1.2;
  color: #4e4f51;
  font-weight: 600;
  font-family: "Roboto-Bold", sans-serif, arial;
  max-width: 720px;
}

.doclist__ul li a:hover {
  color: #6B2A3D;
}

.technique {
  padding: 50px 0;
}

.technique__title {
  margin-bottom: 30px;
  max-width: 300px;
}

.technique__wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.technique__small-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 32%;
  height: 368px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 70px 30px 30px 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.technique__small-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.804359)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.804359) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.804359) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.804359) 0%, rgba(255, 255, 255, 0) 100%);
}

.technique__medium-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 49%;
  height: 368px;
  border-radius: 5px;
  overflow: hidden;
  padding: 70px 30px 30px 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-decoration: none;
}

.technique__medium-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.804359)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.804359) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.804359) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.804359) 0%, rgba(255, 255, 255, 0) 100%);
}

.technique-card__num {
  position: absolute;
  color: #F0DBB7;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  font-size: 24px;
  top: 75px;
  left: 20px;
}

.technique-card__title {
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  position: relative;
}

@media (max-width: 1200px) {
  .technique-card__title {
    font-size: 24px;
  }
}

.technique-card__text {
  font-family: "Open-sans", sans-serif, arial;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
  position: relative;
  max-width: 256px;
}

.technique__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.technique-item__img {
  max-width: 480px;
  max-height: 306px;
  margin-right: 50px;
}

.technique-item__img img {
  width: 100%;
}

.technique-item__text {
  max-width: 500px;
}

.technique-item__text p {
  max-width: 400px;
  margin: 40px 0 30px;
}

.vacancy {
  padding: 50px 0;
}

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

.vacancy-desc__text {
  max-width: 530px;
  margin-right: 20px;
}

.vacancy-desc__text h1 {
  margin-bottom: 40px;
}

.vacancy-desc__text p {
  margin-bottom: 20px;
}

.vacancy-desc__img {
  min-width: 350px;
  max-width: 460px;
}

.vacancy-desc__img img {
  width: 100%;
}

.vacancy-current h1 {
  margin-bottom: 40px;
}

.vacancy-current p {
  margin-bottom: 40px;
}

.vacancy-current h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #525658;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-weight: 700;
}

.vacancy-current ul {
  margin-bottom: 40px;
}

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

.info__title {
  margin-bottom: 40px;
  max-width: 980px;
}

.info__title h1 {
  margin-bottom: 30px;
}

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

.info__tabs button {
  border: none;
  border-left: 1px solid #6B2A3D;
  padding: 20px;
  background-color: #F5F5F5;
  cursor: pointer;
  width: 24%;
  border-radius: 3px;
  font-size: 16px;
  color: #525658;
  font-weight: 400;
  font-family: "Open-sans", sans-serif, arial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.info__tabs button.active {
  background-color: #ffffff;
  border: 1px solid #6B2A3D;
}

.info__item {
  display: none;
  padding: 50px 0 20px;
}

.info__item .site-list {
  margin-bottom: 50px;
  max-width: 530px;
  margin-top: 0px;
}

.info__item.active {
  display: block;
}

.info__linkback {
  margin-bottom: 30px;
}

.info__linkback a {
  text-decoration: none;
  color: #adadad;
  font-size: 17px;
  font-weight: 600;
  font-family: "Open-sans", sans-serif, arial;
  font-weight: 600;
}

.info-item__title {
  margin-bottom: 30px;
}

.footer {
  padding: 70px 0 30px;
  background: -webkit-linear-gradient(356.53deg, #6B2A3D 0%, #560A20 100%);
  background: -o-linear-gradient(356.53deg, #6B2A3D 0%, #560A20 100%);
  background: linear-gradient(93.47deg, #6B2A3D 0%, #560A20 100%);
}

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

.footer__column {
  max-width: 205px;
}

.footer__column.footer-contact {
  max-width: 292px;
}

.footer__column.footer-map {
  max-width: 314px;
}

.footer .container {
  max-width: 1400px;
}

.footer-column_list {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

.footer-column_list li {
  margin-bottom: 15px;
}

.footer-column_list li a {
  font-family: "Roboto", sans-serif, arial;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-column_list li a:hover {
  text-decoration: underline;
}

.footer-column__title {
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  font-size: 16px;
  color: #F0DBB7;
  margin-bottom: 20px;
}

.footer-column__contact-item {
  margin-bottom: 20px;
}

.footer-column__contact-item p {
  margin: 0;
  color: #fff;
  font-family: "Roboto", sans-serif, arial;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
  font-size: 14px;
}

.footer-column__contact-item p a {
  color: #F0DBB7;
}

.footer-map .footer-column__title {
  text-align: center;
}

.footer-map p {
  font-family: "Roboto", sans-serif, arial;
  font-weight: 400;
  font-size: 14px;
  color: #F0DBB7;
  text-align: center;
}

.footer-bottom {
  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;
}

.footer-bottom__item {
  font-family: "Roboto", sans-serif, arial;
  font-weight: 400;
  color: #F0DBB7;
  font-size: 13px;
}

.footer-bottom__item a {
  color: inherit;
  text-decoration: none;
  margin-left: 30px;
}

.footer-bottom__item a:hover {
  text-decoration: underline;
}
.filename {
  font-size: 12px;
}
@media (max-width: 425px) {
  .footer-column_list {
    display: none;
  }
  .footer-column_list.active {
    display: block;
  }
  .btn-down {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
  .btn-down::before {
    position: absolute;
    content: url(../img/icons/btn-down.png);
    top: 0;
    right: -20px;
  }
}

/*=============================================
=            about            =
=============================================*/
@media (max-width: 768px) {
  .circles__body {
    display: none;
  }
  .circle-text-wrap {
    height: auto;
  }
  .circle__text {
    position: static;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

/*=====  End of about  ======*/
/*=============================================
=            achives            =
=============================================*/
@media (max-width: 768px) {
  .achives {
    padding: 30px 0;
  }
  .achives__title::before {
    display: none;
  }
  .achives__title::after {
    display: none;
  }
  .achives__body {
    padding: 40px 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: none;
  }
  .achives__item {
    width: 30%;
    margin: 0 15px 20px;
  }
}

@media (max-width: 425px) {
  .achives__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .achives-item__img {
    height: 55px;
    width: 55px;
    margin-right: 40px;
  }
  .achives-item__number {
    font-size: 35px;
    width: 80px;
    margin-right: 10px;
  }
  .achives-item__text {
    font-size: 14px;
  }
}

/*=====  End of achives  ======*/
/*=============================================
=            contacts            =
=============================================*/
.contacts {
  padding: 50px 0;
  border-bottom: 10px solid #6B2A3D;
}

.contacts__title {
  margin-bottom: 50px;
}

.contacts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__item {
  width: 31%;
  margin-right: 4%;
}

.contacts__item:last-child {
  margin-right: 0;
}

.contacts__item p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: "Roboto", sans-serif, arial;
  font-weight: 400;
}

.contacts__item a {
  color: #525658;
}

.contacts__item .action-link {
  display: block;
  margin-top: 20px;
  color: #6B2A3D;
}

.contacts-item__city {
  font-weight: 700;
  font-family: "Roboto-Bold", sans-serif, arial;
  font-size: 20px;
  color: #525658;
}

.yandex-map {
  height: 500px;
}

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

.contacts-page__title {
  margin-bottom: 30px;
}

.contacts-page__wpap {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-page__person {
  margin-right: 50px;
  width: 540px;
}

.contacts-page__person p {
  margin-bottom: 15px;
  font-size: 20px;
}

.contacts-page__person p span {
  margin-right: 15px;
  color: #6B2A3D;
  font-weight: 700;
}

.contacts-page__person .contact-name {
  color: #6B2A3D;
  font-weight: 600;
}

.contact-mail {
  color: #6B2A3D;
}

.contact-phone {
  color: #4E4E4E;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 768px) {
  .contacts {
    padding: 30px 0;
  }
  .contacts__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__item {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .yandex-map {
    height: 300px;
  }
  .contacts-page {
    padding: 20px 0 0;
  }
  .contacts-page__wpap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .contacts-page__person {
    margin-bottom: 25px;
    width: auto;
    max-width: 500px;
  }
}

/*=====  End of contacts  ======*/
/*=============================================
=            devices            =
=============================================*/
/*=============================================
=            documents            =
=============================================*/
@media (max-width: 768px) {
  .documents__img {
    display: none;
  }
  .doclist__ul li a {
    font-size: 18px;
  }
}

/*=====  End of documents  ======*/
/*=============================================
=            footer            =
=============================================*/
@media (max-width: 1220px) {
  .footer-map {
    display: none;
  }
}

@media (max-width: 900px) {
  .footer {
    padding: 30px 0;
  }
  .footer__body {
    -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;
    text-align: center;
  }
  .footer__column {
    margin-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .footer__body {
    margin-bottom: 30px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom__item {
    margin-bottom: 20px;
  }
  .footer-bottom__item a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}

/*=====  End of footer  ======*/
/*=============================================
=            header            =
=============================================*/
/*=============================================
=            info            =
=============================================*/
@media (max-width: 768px) {
  .info {
    padding: 20px 0;
  }
  .info__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info__tabs a {
    margin-bottom: 20px;
    width: 49%;
  }
}

@media (max-width: 425px) {
  .info {
    padding: 20px 0;
  }
  .info__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info__tabs a {
    margin-bottom: 10px;
    font-size: 14px;
    width: 49%;
  }
}

/*=====  End of info  ======*/
/*=============================================
=            news            =
=============================================*/
@media (max-width: 768px) {
  .news-page {
    padding: 20px 0;
  }
  .news-page__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .news-item__text {
    margin-right: 0;
  }
  .news-item__img {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
  .news-item__title {
    margin-bottom: 15px;
  }
  .news-item__title h4 {
    font-size: 24px;
  }
}

.news-current {
  padding: 50px 0;
}

.news-current__title {
  margin-bottom: 70px;
  max-width: 580px;
}

.news-current__title h2 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .news-current__title h2 {
    font-size: 26px;
  }
}

.news-current__text {
  position: relative;
}

.news-current__text img {
  float: right;
  max-width: 100%;
  margin-left: 10px;
  margin-bottom: 10px;
}

.news-current__text p {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open-sans", sans-serif, arial;
  font-weight: 400;
  font-size: 20px;
  color: #525658;
}

/*=====  End of news  ======*/
/*=============================================
=            projects            =
=============================================*/
/*=============================================
=            techniq            =
=============================================*/
@media (max-width: 870px) {
  .technique__small-card {
    width: 100%;
    height: 200px;
    background-size: cover;
    padding: 30px 10px 10px 50px;
  }
  .technique__medium-card {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    padding: 30px 10px 10px 50px;
  }
  .technique-card__num {
    top: 30px;
    left: 10px;
  }
}

@media (max-width: 768px) {
  .technique-item__img {
    display: none;
  }
  .technique-item__text p {
    margin: 20px 0 15px;
  }
}

/*=====  End of techniq  ======*/
/*=============================================
=            vacancy            =
=============================================*/
@media (max-width: 768px) {
  .vacancy {
    padding: 20px 0;
  }
  .vacancy-desc__text h1 {
    margin-bottom: 20px;
  }
  .vacancy-desc__img {
    display: none;
  }
  .vacancy-current ul li {
    font-size: 14px;
  }
}

/*=====  End of vacancy  ======*/
/*=============================================
=            welcome            =
=============================================*/
@media (max-width: 1023px) {
  .welcome-slide {
    padding: 75px;
  }
  .welcome-slide__text {
    padding: 0 10px;
  }
  .swiper-pagination {
    margin: 30px 0;
    position: static;
  }
  .swiper-pagination-bullet-active:after {
    border: 1px solid #CCCDCD;
  }
}

@media (max-width: 768px) {
  .welcome-slide__text h1 {
    font-size: 32px;
  }
  .welcome-slide__text p {
    font-size: 14px;
    line-height: 1.4;
  }
  .welcome-slide__text a {
    padding: 15px 90px 15px 40px;
  }
}

@media (max-width: 425px) {
  .welcome-slide {
    padding: 55px 10px;
  }
  .welcome-slide__text h1 {
    font-size: 26px;
  }
}

/*=====  End of welcome  ======*/
@media (max-width: 1024px) {
  .project__slider .swiper-container-horizontal > .swiper-pagination-bullets, .project__slider .swiper-pagination-custom, .project__slider .swiper-pagination-fraction {
    display: none;
  }
  .project__slider .swiper-scrollbar {
    display: none;
  }
  .project__slider .swiper__actions {
    display: none;
  }
  .project-slide {
    width: 33%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 270px;
  }
  .project-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project-slide.swiper-slide-active {
    width: 33%;
    height: 270px;
    margin-right: 20px;
  }
  .project-slide.swiper-slide-active img {
    width: 100%;
  }
  .project-slide.swiper-slide-next {
    margin-right: 20px;
    width: 33%;
    height: 270px;
  }
  .project-slide.swiper-slide-next img {
    width: 100%;
  }
  .project-slide.swiper-slide-next + div {
    width: 33%;
    height: 270px;
    margin-right: 20px;
  }
  .project-slide.swiper-slide-prev {
    width: 33%;
    height: 270px;
  }
  .project-slide.swiper-slide-prev img {
    width: 100%;
  }
  .projects__text {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  .project-slide {
    width: auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 150px;
  }
  .project-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project-slide.swiper-slide-active {
    width: auto;
    height: 150px;
    margin-right: 20px;
  }
  .project-slide.swiper-slide-active img {
    width: 100%;
  }
  .project-slide.swiper-slide-next {
    margin-right: 20px;
    width: auto;
    height: 150px;
  }
  .project-slide.swiper-slide-next img {
    width: 100%;
  }
  .project-slide.swiper-slide-next + div {
    width: auto;
    height: 150px;
    margin-right: 20px;
  }
  .project-slide.swiper-slide-prev {
    width: auto;
    height: 150px;
  }
  .project-slide.swiper-slide-prev img {
    width: 100%;
  }
  .project-slide {
    height: 130px;
  }
  .projects__title {
    margin-bottom: 15px;
  }
  .projects__description {
    margin-bottom: 15px;
  }
}

@media (max-width: 1023px) {
  .project-page {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .project-page__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  .project-page-item__img {
    margin-bottom: 20px;
  }
  .project-page-item__text {
    max-width: none;
    margin-right: 0;
  }
  .project-page-item__text h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .project-page-item__text p {
    margin-bottom: 20px;
  }
  .project-page-item__text a {
    font-size: 14px;
  }
  .projects-pagination ul li {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .project-current {
    padding: 30px 0 10px;
  }
  .project-current__img {
    margin-bottom: 20px;
  }
  .project-current .proj-current__text {
    margin-bottom: 40px;
  }
  .project-current .site-list li {
    font-size: 14px;
    padding-left: 50px;
  }
  .project-current .site-list li::before {
    width: 20px;
  }
}

@media (max-width: 768px) {
  .proj-current__numbers h5 {
    font-size: 36px;
  }
  .proj-current__numbers p {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .proj-current__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .proj-current__number {
    margin-bottom: 20px;
  }
}

/*=====  End of projects  ======*/
@media (max-width: 1023px) {
  .top-nav {
    display: none;
  }
  .bottom-head {
    display: none;
  }
  .header-info {
    display: none;
  }
  .header-logo {
    height: 60px;
    width: 185px;
  }
}

@media (max-width: 768px) {
  .middle-head {
    padding: 10px 0;
  }
}

/*=====  End of header  ======*/
@media (max-width: 1023px) {
  .devices {
    padding: 50px 0;
  }
  .devices__wrapper {
    -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;
  }
  .devices__text {
    width: 100%;
    margin-bottom: 30px;
  }
  .devices__slider {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .devices-slide__text {
    padding-left: 10px;
    padding-top: 10px;
  }
  .devices-slide__text h4 {
    font-size: 18px;
  }
}

/*=====  End of devices  ======*/
/*=============================================
=            directing            =
=============================================*/
@media (max-width: 1140px) {
  .directing-card {
    width: 49%;
    margin-right: 2%;
  }
  .directing-card:nth-child(3n+3) {
    margin-right: 2%;
  }
  .directing-card:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .direction-page {
    padding: 30px 0;
  }
  .direction-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .direction-list__item:nth-child(2n+2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .direction-list__item:nth-child(2n+2) .direction-list-item__text {
    margin-right: 0;
  }
  .direction-list__item:nth-child(2n+2) .direction-list-item__img {
    margin-right: 0px;
  }
  .direction-list__item .direction-list-item__text {
    margin-right: 0;
  }
  .direction-list__item .direction-list-item__text h3 {
    margin-bottom: 15px;
  }
  .direction-list__item .direction-list-item__text p {
    margin-bottom: 20px;
  }
  .info__tabs button{
    width: 50%;
    border-left:none; 
    border: 1px solid #F5F5F5;
  }
}

@media (max-width: 500px) {
  .directing-card {
    width: 100%;
    margin-right: 0;
  }
  .directing-card:nth-child(3n+3) {
    margin-right: 0;
  }
  .directing-card__title {
    margin: 10px 0 15px;
  }
}

/*=====  End of directing  ======*/
@media (max-width: 1180px) {
  .bottom-nav ul li a {
    padding: 15px;
  }
}

@media (max-width: 1100px) {
  .bottom-nav ul li {
    margin-right: 10px;
  }
}

@media (max-width: 1023px) {
  body {
    background-color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */