@charset "UTF-8";
@import "../libs/normalize/normalize.min.css";
@import "../libs/swiper/css/swiper.min.css";
@import "../libs/animate/animate.min.css";
@import "../libs/noty/css/noty.min.css";
@import "../libs/noty/css/themes/metroui.min.css";
@import "../libs/lightgallery/css/lightgallery.min.css";
@import "../libs/magnific-popup/css/magnific-popup.min.css";
/*@function rem($pixels, $context: $mainFontSize) {
    @if (unitless($pixels)) {
        $pixels: $pixels * 1px;
    }

    @if (unitless($context)) {
        $context: $context * 1px;
    }

    @return $pixels / $context * 1rem;
}

@mixin size($width, $height: $width) {
    width: $width;
    height: $height;
}*/
@font-face {
  font-family: "PTRootUI-Regular";
  src: url("../fonts/PT_ROOT_UI/PT Root UI_Regular.eot?") format("eot"), url("../fonts/PT_ROOT_UI/PT Root UI_Regular.woff2") format("woff2"), url("../fonts/PT_ROOT_UI/PT Root UI_Regular.woff") format("woff"), url("../fonts/PT_ROOT_UI/PT Root UI_Regular.ttf") format("truetype"), url('../fonts/PT_ROOT_UI/PT Root UI_Regular.svg#str-replace("PTRootUI-Regular", " ", "_")') format("svg");
  font-display: "auto";
}
:root {
  --main-font-color: #DADADA;
  --theme_black: #020002;
  --theme_black_rgb: 2, 0, 2;
  --theme_white: #FFF;
  --theme_white_rgb: 255, 255, 255;
  --theme_yellow: #DE8216;
  --theme_opacity: 0.8;
  --primary-color: var(--theme_black);
  --primary-color-rgb: var(--theme_black_rgb);
  --ui-color: var(--theme_white);
  --ui-color-rgb: var(--theme_white_rgb);
  --main-background-color: #080808;
  --primary-background-color: #121212;
  --light-background-color: #1C1C1C;
  --neutral-primary: #BABABA;
  --neutral-primary-lighter: #DADADA;
  --neutral-regular: #7A7A7A;
  --neutral-darker: #606060;
  --border-base: #353535;
  --border-darker: #101010;
  --border-lighter: #4E4E4E;
  --border-link: #6F6F6F;
  --success-color: #8CC043;
  --danger-color: #D13846;
  --warning-color: #E07F40;
  --vk-color: #4B76A6;
  --fb-color: #4367AF;
  --tw-color: #23A1EF;
  --inst-color: #D12BB4;
}
:root {
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  :root {
    font-size: calc(
                    16px +
                    4 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 20px;
  }
}

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

html {
  background-color: var(--primary-color);
  height: 100%;
}

html.white-theme {
  --main-font-color: #000;
  --theme_opacity: 0.48;
  --primary-color: var(--theme_white);
  --primary-color-rgb: var(--theme_white_rgb);
  --ui-color: var(--theme_black);
  --ui-color-rgb: var(--theme_black_rgb);
  --neutral-primary: var(--primary-background-color);
  --neutral-primary-lighter: var(--light-background-color);
  --border-lighter: var(--ui-color);
  --border-link: var(--ui-color);
  --main-background-color: var(--primary-color);
}

body {
  color: var(--main-font-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "PTRootUI-Regular";
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-scrolling {
  overflow: hidden;
}

@font-face {
  font-family: "BrutalType-Bold";
  src: url("../fonts/BRUTAL_TYPE/BrutalType-Bold.eot?") format("eot"), url("../fonts/BRUTAL_TYPE/BrutalType-Bold.woff2") format("woff2"), url("../fonts/BRUTAL_TYPE/BrutalType-Bold.woff") format("woff"), url("../fonts/BRUTAL_TYPE/BrutalType-Bold.ttf") format("truetype"), url('../fonts/BRUTAL_TYPE/BrutalType-Bold.svg#str-replace("BrutalType-Bold", " ", "_")') format("svg");
  font-display: "auto";
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--neutral-primary-lighter);
  font-family: "BrutalType-Bold";
  font-weight: normal;
  line-height: normal;
}

h1,
.h1 {
  font-size: 28px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  h1,
.h1 {
    font-size: calc(
                    28px +
                    14 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 42px;
  }
}

h2,
.h2 {
  font-size: 24px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  h2,
.h2 {
    font-size: calc(
                    24px +
                    6 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 20px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  h3,
.h3 {
    font-size: calc(
                    20px +
                    4 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  h4,
.h4 {
    font-size: calc(
                    18px +
                    2 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 20px;
  }
}

h5,
.h5,
h6,
.h6 {
  font-size: 18px;
}

a {
  border-bottom: 1px solid;
  border-color: var(--border-link);
  color: var(--main-font-color);
  text-decoration: none;
  -webkit-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}
a:hover {
  border-color: transparent;
  -webkit-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}

@media only screen and (max-width: 1230px) {
  ol {
    -webkit-padding-start: 17px;
            padding-inline-start: 17px;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0 0 0 17px;
  position: relative;
}
ul li::before {
  content: "−";
  color: inherit;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 1px;
}

hr {
  background-color: var(--border-lighter);
  border: none;
  height: 2px;
  margin: 30px 0;
  width: 100%;
}

@font-face {
  font-family: "PTRootUI-Bold";
  src: url("../fonts/PT_ROOT_UI/PT Root UI_Bold.eot?") format("eot"), url("../fonts/PT_ROOT_UI/PT Root UI_Bold.woff2") format("woff2"), url("../fonts/PT_ROOT_UI/PT Root UI_Bold.woff") format("woff"), url("../fonts/PT_ROOT_UI/PT Root UI_Bold.ttf") format("truetype"), url('../fonts/PT_ROOT_UI/PT Root UI_Bold.svg#str-replace("PTRootUI-Bold", " ", "_")') format("svg");
  font-display: "auto";
}
.button-wrapper .button {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid var(--ui-color);
  color: var(--ui-color);
  cursor: pointer;
  display: inline-block;
  font-family: "PTRootUI-Bold";
  font-size: 14px;
  letter-spacing: 0.03em;
  opacity: 1;
  outline: none;
  padding: 20px 30px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.button-wrapper .button:disabled, .button-wrapper .button.disabled {
  cursor: default;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.button-wrapper .button.fill-background {
  background: var(--theme_yellow);
  border-color: var(--theme_yellow);
  color: var(--primary-color);
  -webkit-transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.button-wrapper .button:hover {
  background-color: var(--theme_yellow);
  border-color: var(--theme_yellow);
  color: var(--primary-color);
  -webkit-transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

.full-link {
  background: none;
  border: none;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.jumbotron {
  padding-bottom: 100px;
  padding-top: 100px;
}
.jumbotron .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jumbotron .container .section-heading {
  line-height: 1.2;
  margin: 0;
  width: 44%;
}
.jumbotron .container .text {
  margin: 0;
  width: 52%;
}

::-webkit-input-placeholder {
  color: #fff;
  font-family: "PTRootUI-Bold";
  font-size: 16px;
}

:-moz-placeholder {
  color: #fff;
  font-family: "PTRootUI-Bold";
  font-size: 16px;
}

::-moz-placeholder {
  color: #fff;
  font-family: "PTRootUI-Bold";
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #fff;
  font-family: "PTRootUI-Bold";
  font-size: 16px;
}

section,
.section {
  margin-bottom: 100px;
  margin-top: 100px;
  position: relative;
}
section .section-heading,
.section .section-heading {
  color: var(--ui-color);
  font-family: "BrutalType-Bold";
  letter-spacing: -0.01em;
  line-height: 1;
  margin-top: 0;
}
section .section-heading,
.section .section-heading {
  font-size: 28px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  section .section-heading,
.section .section-heading {
    font-size: calc(
                    28px +
                    12 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  section .section-heading,
.section .section-heading {
    font-size: 40px;
  }
}
section .section-heading.no-margin,
.section .section-heading.no-margin {
  margin: 0;
}
section .section-description,
.section .section-description {
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  section .section-description,
.section .section-description {
    font-size: calc(
                    18px +
                    6 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  section .section-description,
.section .section-description {
    font-size: 24px;
  }
}
section.page-not-found,
.section.page-not-found {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section--gray,
.section--gray {
  background-color: var(--main-background-color);
}
section--tiny-gap,
.section--tiny-gap {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  section,
.section {
    margin-bottom: 70px;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  section,
.section {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  section,
.section {
    margin-bottom: 45px;
    margin-top: 45px;
  }
}

.sub-heading {
  color: var(--neutral-regular);
  display: block;
  font-family: "PTRootUI-Bold";
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 15px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.sub-heading::after {
  background-color: var(--neutral-regular);
  content: "";
  display: block;
  height: 2px;
  margin-top: 8px;
  position: relative;
  width: 25px;
}
.sub-heading--bold {
  font-size: 20px;
}
.sub-heading--wide::after {
  width: 100%;
}

.swiper-container {
  height: 100%;
  width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.container--narrow {
  margin-top: 0;
  margin-bottom: 80px;
  max-width: 842px;
}
.container--narrow .row {
  gap: 36px 0;
}

.content-wrapper {
  min-height: 100vh;
}

.hidden {
  display: none !important;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0 !important;
}

.font_20 {
  font-size: 15px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .font_20 {
    font-size: calc(
                    15px +
                    5 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .font_20 {
    font-size: 20px;
  }
}

.font_30 {
  font-size: 15px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .font_30 {
    font-size: calc(
                    15px +
                    15 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .font_30 {
    font-size: 30px;
  }
}

.font_40 {
  font-size: 15px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .font_40 {
    font-size: calc(
                    15px +
                    25 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .font_40 {
    font-size: 40px;
  }
}

.font_50 {
  font-size: 15px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .font_50 {
    font-size: calc(
                    15px +
                    35 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .font_50 {
    font-size: 50px;
  }
}

.font_medium {
  font-size: 24px;
}

.bold {
  font-weight: bold;
}

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

.custom-scrollbar .scroll-bar {
  background-color: var(--light-backgroun-bolor);
  width: 2px;
}
.custom-scrollbar .scroll-bar .thumb {
  background-color: var(--ui-color);
  width: 2px;
}

.grabbable {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.scrollbar--hidden {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.scrollbar--hidden::-webkit-scrollbar {
  display: none;
}

.swiper-pagination-progressbar {
  bottom: 0;
  top: initial !important;
}
.swiper-pagination-progressbar-fill {
  background-color: var(--ui-color) !important;
}

@font-face {
  font-family: "BrutalType-Light";
  src: url("../fonts/BRUTAL_TYPE/BrutalType-Light.eot?") format("eot"), url("../fonts/BRUTAL_TYPE/BrutalType-Light.woff2") format("woff2"), url("../fonts/BRUTAL_TYPE/BrutalType-Light.woff") format("woff"), url("../fonts/BRUTAL_TYPE/BrutalType-Light.ttf") format("truetype"), url('../fonts/BRUTAL_TYPE/BrutalType-Light.svg#str-replace("BrutalType-Light", " ", "_")') format("svg");
  font-display: "auto";
}
/*@function rem($pixels, $context: $mainFontSize) {
    @if (unitless($pixels)) {
        $pixels: $pixels * 1px;
    }

    @if (unitless($context)) {
        $context: $context * 1px;
    }

    @return $pixels / $context * 1rem;
}

@mixin size($width, $height: $width) {
    width: $width;
    height: $height;
}*/
@media only screen and (max-width: 1600px) {
  .fullscreen-bg .media-content__heading {
    font-size: 60px;
  }
  .fullscreen-bg .media-content__description {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1490px) {
  .fullscreen-bg .media-content__heading {
    font-size: 50px;
  }
  .fullscreen-bg .media-content__description {
    font-size: 22px;
  }
  .team__item .layer-back {
    padding-left: 20%;
    padding-right: 20%;
  }
  .job-in-company .story .navigation-wrapper {
    margin: auto -65px 0 auto;
    width: calc(100% + 130px);
  }
  .job-in-company .story .navigation-wrapper .swiper-button-prev,
.job-in-company .story .navigation-wrapper .swiper-button-next {
    height: 150px;
  }
}
@media only screen and (max-width: 1366px) {
  .fullscreen-bg .media-content__heading {
    font-size: 45px;
  }
  .fullscreen-bg .media-content__description {
    font-size: 20px;
  }
  .team__item .layer-back {
    padding-left: 18%;
    padding-right: 18%;
  }
  .team__item .layer-back .wrapper .custom-scrollbar {
    height: 350px;
  }
  .job-in-company .story .navigation-wrapper {
    display: none;
  }
  .job-in-company .team-life .layer {
    height: 600px;
  }
  .contacts.front-page .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contacts.front-page .col-left {
    margin-right: 44px;
  }
  .contacts.front-page .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts.front-page .contacts-data .section-heading {
    margin-bottom: 60px;
  }
  .contacts.front-page .form-wrapper {
    margin-left: 90px;
  }
  .contacts.front-page .form-wrapper .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts.front-page .form-wrapper .form .field {
    margin-bottom: 25px;
    width: 100%;
  }
  .contacts.front-page .form-wrapper .form .field-value {
    font-size: 15px;
    margin-bottom: 9px;
  }
  .contacts.front-page .form-wrapper .form .field-comment {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
    margin-bottom: 0 !important;
  }
  .contacts.front-page .form-wrapper .form .field-comment textarea.field-value {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    margin-bottom: 3px;
    width: 100%;
  }
  .contacts.front-page .form-wrapper .form .field:nth-of-type(3) {
    margin-bottom: 0;
  }
  .contacts.front-page .form-wrapper .form .form-footer {
    margin-top: 45px;
    width: 100%;
  }
  .contacts.front-page .form-wrapper .form .form-footer .field-file {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    margin-right: 44px;
  }
  .contacts.front-page .form-wrapper .form .form-footer .field-file .field-value {
    margin-bottom: 0;
  }
  .contacts.front-page .form-wrapper .form .form-footer .button-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contacts.front-page .form-wrapper .form .form-footer .button-wrapper .button {
    width: 100%;
  }
  .contacts.front-page .form-wrapper .form .terms-and-conditions {
    margin-top: 20px;
    width: 50%;
  }
}
@media only screen and (max-width: 1280px) {
  .team__item .layer-back {
    padding-left: 23%;
    padding-right: 23%;
  }
}
@media only screen and (max-width: 1230px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .navigation ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .navigation ul li {
    margin-bottom: 20px;
    padding: 0;
  }
  .header .navigation ul li a {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .header .navigation ul li:first-of-type a, .header .navigation ul li:last-of-type a {
    margin-left: 0;
    margin-right: 0;
  }
  .header .navigation ul li:last-of-type {
    margin-bottom: 0;
  }
  .header .navigation ul.top-level {
    margin: 0 100px 0 0;
  }
  .header .navigation ul.top-level li a {
    font-size: 65px;
  }
  .header .navigation ul.bottom-level {
    padding: 0;
    margin: 0;
  }
  .header .navigation ul.bottom-level li a {
    font-size: 30px;
  }
  .blog-header,
.services-header {
    padding-bottom: 90px;
    padding-top: 200px;
  }
  .portfolio__item .layer-front .company-name,
.portfolio__item .layer-front .type-work {
    margin-left: 15px;
  }
  .services--inner .content .list-of-works__items-wrapper .list-of-works__item {
    width: 33.3333%;
  }
  .services--inner .content .list-of-works__items-wrapper .list-of-works__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .job-in-company .team-life .slide-content {
    height: 600px;
  }
  .contacts:not(.front-page) .contacts-data {
    max-width: 100%;
    width: 100%;
  }
  .contacts:not(.front-page) .contacts-data .section-heading {
    margin-bottom: 60px;
  }
  .contacts:not(.front-page) .form-wrapper {
    margin-left: 0;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .fullscreen-bg .media-content__heading {
    font-size: 35px;
  }
  .fullscreen-bg .media-content__description {
    font-size: 18px;
  }
  .team__item .layer-back {
    padding-left: 22%;
    padding-right: 22%;
  }
  .blog .blog-content .blog__item .blog__item-content,
.blog .blog-content .blog__item .services__item-content,
.blog .blog-content .services__item .blog__item-content,
.blog .blog-content .services__item .services__item-content,
.blog .services-content .blog__item .blog__item-content,
.blog .services-content .blog__item .services__item-content,
.blog .services-content .services__item .blog__item-content,
.blog .services-content .services__item .services__item-content,
.services .blog-content .blog__item .blog__item-content,
.services .blog-content .blog__item .services__item-content,
.services .blog-content .services__item .blog__item-content,
.services .blog-content .services__item .services__item-content,
.services .services-content .blog__item .blog__item-content,
.services .services-content .blog__item .services__item-content,
.services .services-content .services__item .blog__item-content,
.services .services-content .services__item .services__item-content {
    display: block;
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .blog .blog-content .blog__item .blog__item-content .anons,
.blog .blog-content .blog__item .services__item-content .anons,
.blog .blog-content .services__item .blog__item-content .anons,
.blog .blog-content .services__item .services__item-content .anons,
.blog .services-content .blog__item .blog__item-content .anons,
.blog .services-content .blog__item .services__item-content .anons,
.blog .services-content .services__item .blog__item-content .anons,
.blog .services-content .services__item .services__item-content .anons,
.services .blog-content .blog__item .blog__item-content .anons,
.services .blog-content .blog__item .services__item-content .anons,
.services .blog-content .services__item .blog__item-content .anons,
.services .blog-content .services__item .services__item-content .anons,
.services .services-content .blog__item .blog__item-content .anons,
.services .services-content .blog__item .services__item-content .anons,
.services .services-content .services__item .blog__item-content .anons,
.services .services-content .services__item .services__item-content .anons {
    margin-top: 30px;
  }
  .blog .blog-content .blog__item .blog__item-content .more,
.blog .blog-content .blog__item .services__item-content .more,
.blog .blog-content .services__item .blog__item-content .more,
.blog .blog-content .services__item .services__item-content .more,
.blog .services-content .blog__item .blog__item-content .more,
.blog .services-content .blog__item .services__item-content .more,
.blog .services-content .services__item .blog__item-content .more,
.blog .services-content .services__item .services__item-content .more,
.services .blog-content .blog__item .blog__item-content .more,
.services .blog-content .blog__item .services__item-content .more,
.services .blog-content .services__item .blog__item-content .more,
.services .blog-content .services__item .services__item-content .more,
.services .services-content .blog__item .blog__item-content .more,
.services .services-content .blog__item .services__item-content .more,
.services .services-content .services__item .blog__item-content .more,
.services .services-content .services__item .services__item-content .more {
    margin-top: 40px;
  }
  .job-in-company .hero-slide .button-wrapper .button {
    margin: 0 30px;
  }
  .job-in-company .vacancy .vacancy-wrapper {
    margin-top: 25px;
  }
  .job-in-company .vacancy .vacancy-wrapper .vacancy__item .vacancy__item-content .title {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .job-in-company .story .layer,
.job-in-company .team-life .layer {
    overflow: auto;
    height: 500px;
  }
  .job-in-company .story .layer-front,
.job-in-company .team-life .layer-front {
    padding: 30px 15px;
  }
  .job-in-company .story .layer .text,
.job-in-company .team-life .layer .text {
    margin-top: 15px;
  }
  .job-in-company .team-life .layer {
    height: 520px;
  }
  .services--inner .content .tariff {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .services--inner .content .tariff .call-back-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services--inner .content .cases-wrapper .case__item {
    height: 470px;
    width: 300px;
  }
  .jumbotron {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .jumbotron .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jumbotron .container .section-heading {
    margin-bottom: 20px;
    width: 100%;
  }
  .jumbotron .container .text {
    width: 100%;
  }
  .contacts:not(.front-page) .form-wrapper {
    margin-top: 90px;
  }
  .contacts .contacts-data .section-heading {
    margin-bottom: 50px;
  }
  .contacts.front-page .container {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .contacts.front-page .container .form-wrapper {
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .fullscreen-bg .media-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fullscreen-bg .media-content__heading {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .fullscreen-bg .media-content__description {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .fullscreen-bg .media-content .media-controlls {
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    right: 0;
    top: 0;
  }
  .services--inner .content .tariff .call-back-block .text {
    margin-bottom: 1rem;
    text-align: center;
  }
  .services--inner .content .cases-wrapper {
    margin-right: 0;
    overflow: scroll;
  }
  .services--inner .content .cases-wrapper .case__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 390px;
  }
  .services--inner .content .seo-text-wrapper .col-left,
.services--inner .content .seo-text-wrapper .col-right {
    width: 100%;
  }
  .job-in-company .vacancy .vacancy-wrapper .vacancy__item-content .description .col {
    margin-right: 30px;
  }
  .job-in-company .vacancy .vacancy-wrapper .vacancy__item-content .description .col .text {
    font-size: 16px;
  }
  .contacts.front-page .container .contacts-data {
    width: 390px;
  }
  .contacts.front-page .container .form-wrapper {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .header .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .navigation ul.top-level {
    margin: 0;
  }
  .header .navigation ul.top-level li a {
    font-size: 50px;
  }
  .header .navigation ul.top-level li:last-of-type {
    margin-bottom: 20px;
  }
  .header .navigation ul.bottom-level li a {
    font-size: 26px;
  }
  .fullscreen-bg .media-content {
    bottom: 50px;
    left: 30px;
    padding: 30px;
    right: 30px;
    width: calc(100% - 60px);
  }
  .fullscreen-bg .media-content__heading {
    font-size: 30px;
  }
  .fullscreen-bg .media-content__description {
    font-size: 16px;
  }
  .fullscreen-bg .media-content .media-controlls .controll-btn {
    height: 35px;
    width: 35px;
  }
  .fullscreen-bg .media-content .media-controlls .controll-btn:first-of-type {
    margin-right: 10px;
  }
  .blog-header,
.services-header {
    padding-bottom: 60px;
    padding-top: 140px;
  }
  .services--inner .content .list-of-works__items-wrapper .list-of-works__item {
    width: 50%;
  }
  .services--inner .content .tariff {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .services--inner .content .tariff .tariff-wrapper .tariff__item {
    width: calc(50% - 15px);
  }
  .services--inner .content .cases-wrapper .case__item {
    width: 300px;
  }
  .services--inner .content .seo-text-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services--inner .content .seo-text-wrapper .col-left .button-wrapper {
    margin-top: 40px;
  }
  .services--inner .content .seo-text-wrapper .col-right .text {
    margin-top: 45px;
  }
  .job-in-company .vacancy .vacancy-wrapper .vacancy__item-content .description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .job-in-company .vacancy .vacancy-wrapper .vacancy__item-content .description .col {
    margin-right: 0px;
    width: 100%;
  }
  .job-in-company .vacancy .vacancy-wrapper .vacancy__item-content .description .col .text {
    font-size: 18px;
  }
  .team__item .layer-back {
    padding-left: 22%;
    padding-right: 22%;
  }
  .contacts .contacts-data .social-network {
    margin-top: 30px;
  }
  .contacts.front-page .container .form-wrapper .form-footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .contacts.front-page .container .form-wrapper .form-footer .button-wrapper {
    margin-top: 0px;
  }
  .jumbotron {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .form-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-footer .field {
    width: 100%;
  }
  .form-footer .button-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (width: 768px) and (height: 1024px) {
  .team__item .layer-back {
    padding-left: 30%;
    padding-right: 30%;
  }
  .team__item .layer-back .wrapper .custom-scrollbar {
    height: 450px;
  }
  .job-in-company .story .layer-front,
.job-in-company .team-life .layer-front {
    padding: 30px;
  }
  .job-in-company .story .layer .text,
.job-in-company .team-life .layer .text {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .fullscreen-bg .media-content {
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
  }
  .services--inner .content .tariff .tariff-wrapper .tariff__item {
    width: 100%;
  }
  .job-in-company .hero-slide .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-in-company .hero-slide .button-wrapper .button {
    margin: 0 0 20px 0;
  }
  .job-in-company .hero-slide .button-wrapper .button:last-of-type {
    margin: 0;
  }
  .job-in-company .team-life .layer {
    height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .job-in-company .story .layer {
    height: 450px;
  }
}
@media only screen and (max-width: 480px) {
  .fullscreen-bg .media-content {
    bottom: 0px;
    left: 0px;
    padding: 25px;
    right: 0px;
    width: 100%;
  }
  .fullscreen-bg .media-content__heading {
    font-size: 22px;
  }
  .fullscreen-bg .media-content__description {
    font-size: 16px;
  }
  .fullscreen-bg .media-content .media-controlls {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .header .navigation {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .header .navigation ul.top-level {
    margin: 0;
  }
  .header .navigation ul.top-level li a {
    font-size: 30px;
  }
  .header .navigation ul.bottom-level li a {
    font-size: 18px;
  }
  .header .navigation ul.bottom-level li:last-of-type {
    margin-bottom: 0;
  }
  .blog .blog-content .blog__item .blog__item-content .anons,
.blog .blog-content .blog__item .services__item-content .anons,
.blog .blog-content .services__item .blog__item-content .anons,
.blog .blog-content .services__item .services__item-content .anons,
.blog .services-content .blog__item .blog__item-content .anons,
.blog .services-content .blog__item .services__item-content .anons,
.blog .services-content .services__item .blog__item-content .anons,
.blog .services-content .services__item .services__item-content .anons,
.services .blog-content .blog__item .blog__item-content .anons,
.services .blog-content .blog__item .services__item-content .anons,
.services .blog-content .services__item .blog__item-content .anons,
.services .blog-content .services__item .services__item-content .anons,
.services .services-content .blog__item .blog__item-content .anons,
.services .services-content .blog__item .services__item-content .anons,
.services .services-content .services__item .blog__item-content .anons,
.services .services-content .services__item .services__item-content .anons {
    width: 100%;
  }
  .blog--inner .hero-slide .control-buttons {
    right: 15px;
  }
  .services--inner .hero-slide .container {
    padding-top: 40px;
  }
  .services--inner .hero-slide .button-wrapper {
    margin-top: 30px;
  }
  .services--inner .hero-slide .control-buttons {
    display: none;
  }
  .services--inner .content .list-of-works__items-wrapper .row {
    gap: 45px 0;
  }
  .services--inner .content .list-of-works__items-wrapper .list-of-works__item {
    width: 80%;
  }
  .services--inner .content .cases-wrapper {
    margin-top: 45px;
  }
  .services--inner .content .cases-wrapper .case__item {
    height: 390px;
    width: 240px;
  }
  .services--inner .content .tariff {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .services--inner .content .tariff .call-back-block .text,
.services--inner .content .tariff .call-back-block .telephone {
    padding: 0 15px;
  }
  .services--inner .content .tariff .tariff-wrapper .tariff__item {
    height: 250px;
  }
  .services--inner .content .seo-text-wrapper {
    padding: 30px 30px 40px 30px;
  }
  .job-in-company .vacancy .vacancy-wrapper {
    margin-top: 15px;
  }
  .job-in-company .story .swiper-container,
.job-in-company .team-life .swiper-container {
    margin-top: 45px;
  }
  .job-in-company .story .layer,
.job-in-company .team-life .layer {
    height: 500px;
  }
  .job-in-company .team-life .swiper-container {
    margin-top: 0px;
  }
  .jumbotron {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .team__item .layer-back {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15%;
    padding-right: 15%;
  }
  .team__item .layer-back .wrapper {
    margin-top: 30px;
    top: initial;
    width: 100%;
  }
  .contacts {
    padding-top: 145px;
  }
  .contacts.front-page .container {
    padding-top: 60px;
  }
  .contacts.front-page .container .form-wrapper .form .field:not(.field-file) {
    margin-bottom: 20px;
  }
  .contacts.front-page .container .form-wrapper .form .field-caption {
    font-size: 12px;
  }
  .contacts.front-page .container .form-wrapper .form .field-value {
    margin-bottom: 9px;
  }
  .contacts.front-page .container .form-wrapper .form .field label {
    margin-bottom: 5px;
  }
  .contacts.front-page .container .form-wrapper .form .field-comment .field-value {
    height: 174px;
  }
  .contacts.front-page .container .form-wrapper .form .field:last-of-type {
    margin-bottom: 0;
  }
  .contacts.front-page .container .form-wrapper .form-footer {
    margin-top: 25px;
  }
  .contacts.front-page .container .form-wrapper .form .terms-and-conditions {
    margin-top: 15px;
  }
  .contacts:not(.front-page) {
    padding-top: 115px;
  }
  .form .field {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .fullscreen-bg .media-content {
    padding: 15px;
  }
  .fullscreen-bg .media-content__heading {
    font-size: 20px;
  }
  .fullscreen-bg .media-content__description {
    font-size: 15px;
  }
  .job-in-company .vacancy .vacancy-wrapper .vacancy__item .vacancy__item-content .title {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .job-in-company .story .layer,
.job-in-company .team-life .layer {
    height: 425px;
  }
}
@media only screen and (max-width: 320px) {
  .fullscreen-bg .media-content {
    padding: 15px;
  }
  .fullscreen-bg .media-content__heading {
    font-size: 18px;
  }
  .fullscreen-bg .media-content__description {
    font-size: 13px;
  }
  .fullscreen-bg .media-content .media-controlls {
    margin-bottom: 15px;
  }
  .team__item .layer-back {
    padding-left: 10%;
    padding-right: 10%;
  }
  .team__item .layer-back .wrapper .custom-scrollbar {
    height: 240px;
  }
  .contacts.front-page .container {
    padding-top: 80px;
  }
  .contacts:not(.front-page) {
    padding-top: 80px;
  }
  .job-in-company .story .layer,
.job-in-company .team-life .layer {
    height: 400px;
  }
}
@font-face {
  font-family: "BrutalType-ExtraLight";
  src: url("../fonts/BRUTAL_TYPE/BrutalType-ExtraLight.eot?") format("eot"), url("../fonts/BRUTAL_TYPE/BrutalType-ExtraLight.woff2") format("woff2"), url("../fonts/BRUTAL_TYPE/BrutalType-ExtraLight.woff") format("woff"), url("../fonts/BRUTAL_TYPE/BrutalType-ExtraLight.ttf") format("truetype"), url('../fonts/BRUTAL_TYPE/BrutalType-ExtraLight.svg#str-replace("BrutalType-ExtraLight", " ", "_")') format("svg");
  font-display: "auto";
}
.button-wrapper-main-pg {
  margin-top:20px;
}
.button-wrapper-main-pg .button {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid var(--ui-color);
  color: var(--ui-color);
  cursor: pointer;
  display: inline-block;
  font-family: "PTRootUI-Bold";
  font-size: 14px;
  letter-spacing: 0.03em;
  opacity: 1;
  outline: none;
  padding: 12px 20px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.button-wrapper-main-pg .button:disabled, .button-wrapper-main-pg .button.disabled {
  cursor: default;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.button-wrapper-main-pg .button.fill-background {
  background: var(--theme_yellow);
  border-color: var(--theme_yellow);
  color: var(--primary-color);
  -webkit-transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.button-wrapper-main-pg .button:hover {
  background-color: var(--theme_yellow);
  border-color: var(--theme_yellow);
  color: var(--primary-color);
  -webkit-transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

.site-cookie-consent {
  background: #1c232b;
  border-radius: 6px;
  bottom: 16px;
  box-shadow: 0 8px 32px -8px #1c232b;
  left: 16px;
  padding: 16px;
  position: fixed;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  z-index: 9999999;
  display: none;
  box-sizing: border-box;
}

.site-cookie-consent__content {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  max-width: 952px
}

.site-cookie-consent__text {
  color: #FFF;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  padding-right: 27px
}

@media only screen and (max-width:601px) {
  .site-cookie-consent__content {
      flex-direction: column
  }

  .site-cookie-consent__text {
      padding-bottom: 20px
  }
}

.site-cookie-consent__text a {
  color: #FFF;
  text-decoration: underline
}

.site-cookie-consent__button {
  min-width: 185px
}

.site-cookie-consent__button>button {
  width: 100%;
  cursor: pointer;
  background: #00a1e7;
  border-color: #00a1e7;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.52px;
  min-width: 68px;
  padding: 11px 16px;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  outline: none;
  position: relative;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap
}

.site-cookie-consent__button>button p {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0
}