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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "ALSSector";
  src: url("../fonts/ALS-Sector-Bold.eot");
  src: url("../fonts/ALS-Sector-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ALS-Sector-Bold.ttf") format("truetype"), url("../fonts/ALS-Sector-Bold.woff") format("woff"), url("../fonts/ALS-Sector-Bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ALSSector";
  src: url("../fonts/ALS-Sector-Regular.eot");
  src: url("../fonts/ALS-Sector-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ALS-Sector-Regular.ttf") format("truetype"), url("../fonts/ALS-Sector-Regular.woff") format("woff"), url("../fonts/ALS-Sector-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 100px) {
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body {
    font-family: "ALSSector";
    color: #ffffff;
    font-size: 20px;
  }
  ul,
  li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  button {
    border: none;
  }
  a {
    color: #ffffff;
  }
  a:hover {
    text-decoration: none;
    color: #ffffff;
  }
  .modal-dialog {
    margin-top: 103px;
  }
  .modal-content {
    width: 100%;
    height: auto;
    border: none;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    padding: 20px;
  }
  .modal-content h2 {
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    color: #181818;
    margin-top: 17px;
  }
  .modal-content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 155.69%;
    text-align: center;
    color: #929292;
  }
  .modal-content img {
    display: block;
    margin: 0 auto;
  }
  .modal-content input {
    width: 100%;
    margin-bottom: 17px;
    height: 62px;
    padding: 0 19px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 16px;
    line-height: 17px;
    color: #818C96;
    border: none;
    -webkit-box-shadow: 0px 10px 30px rgba(194, 203, 236, 0.25);
            box-shadow: 0px 10px 30px rgba(194, 203, 236, 0.25);
  }
  .modal-content button {
    width: 100%;
  }
  .modal-close {
    position: relative;
  }
  .modal-close:before {
    content: '';
    position: absolute;
    background-image: url("../img/modal-close.svg");
    top: -85px;
    right: 50%;
    -webkit-transform: translateX(calc(-50% + 48px));
        -ms-transform: translateX(calc(-50% + 48px));
            transform: translateX(calc(-50% + 48px));
    width: 48px;
    height: 48px;
  }
  .button {
    padding: 20px 52px;
    background: #FE1520;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #ffffff;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .button:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(248, 21, 31, 0.5);
            box-shadow: 0px 10px 30px rgba(248, 21, 31, 0.5);
  }
  .button:focus {
    background: #DE1E27;
    outline: none;
  }
  button {
    color: #ffffff;
    width: 100%;
  }
  button:focus, button:hover, button:active {
    outline: none;
  }
  .logo img {
    height: 94px;
  }
  .dark {
    background-color: #0f054c;
  }
}

@media screen and (min-width: 768px) {
  button {
    width: 240px;
  }
  .success-modal .modal-content {
    padding: 60px 20px;
  }

  .modal-content {
    padding: 60px 20px 20px;
  }
  .modal-content img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -60px;
  }
  .modal-close:before {
    right: -11%;
  }
}

@media screen and (min-width: 992px) {
  .modal-dialog {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1430px) {
  .container {
    max-width: 1430px;
  }
}

@media screen and (min-width: 100px) {
  .accordion {
    color: #333333;
  }
  .dropdown__phone {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2C2C2C;
    position: absolute;
    top: 35px;
    right: 30px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .dropdown__phone:hover {
    color: rgb(255 0 0);
  }
  .header__dropdown_link {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #1B1B1B !important;
    cursor: pointer;
  }
  .header__dropdown_link:hover {
    color: #1B1B1B;
  }
  .header__dropdown_link:active {
    color: red;
  }
  .inner__wrap {
    padding-left: 20px;
  }
  .dropdown__bottom {
    background-color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .dropdown__bottom p {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
  }
  .inner a {
    display: block;
    font-size: 14px;
    line-height: 183.19%;
    font-weight: 500;
    color: #1B1B1B;
  }
  .inner a:hover {
    color: red;
  }
  .list__head {
    font-size: 30px;
  }
  .accordion > li {
    text-align: left;
  }
  .inner > li {
    text-align: left;
    cursor: pointer;
  }
  .navbar {
    padding: 0;
    height: 108px;
  }
  .header {
    position: fixed;
    z-index: 1;
    width: 100%;
    background: #0f054c;
    top: 0;
  }
  .header__callback {
    font-size: 0px;
  }
  /* .header__phone {
    display: none;
  } */
  .header-acc-link {
    display: block;
    color: #000000 !important;
  }
  .header__nav_wrap {
    padding: 80px 30px 20px;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    height: 100vh;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    background-color: #fff;
  }
  .header__burger {
    display: flex;
    outline: none;
    background: #FFFFFF;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px rgba(122, 139, 200, 0.25);
            box-shadow: 0px 10px 30px rgba(122, 139, 200, 0.25);
    z-index: 2;
    font-weight: 600;
    font-size: 0;
    color: #fff;
    background: none;
    border: none;
    position: relative;
  }
  .header__burger span {
    display: none;
  }
  .header__burger:before, .header__burger:after {
    content: '';
    position: absolute;
    background-color: #333;
    height: 3px;
    width: 20px;
    border-radius: 12px;
    left: 8px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header__burger:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 18px;
  }
  .header__burger:after {
    bottom: 17px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header____burger, .collapsed {
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 12;
    font-weight: 600;
    font-size: 0;
    line-height: 171.88%;
    color: #FFFFFF;
    background: none;
    border: none;
    position: relative;
  }
  .header____burger:before, .header____burger:after, .collapsed:before, .collapsed:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    height: 3px;
    width: 10px;
    border-radius: 12px;
    left: 0;
  }
  .header____burger:before, .collapsed:before {
    top: 13px;
    width: 34px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header____burger:after, .collapsed:after {
    bottom: 13px;
    width: 21px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media screen and (min-width: 768px) {
  .inner {
    text-align: left;
  }
  .accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__phone {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
  }
  .header__callback {
    margin-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .header____burger, .collapsed {
    font-size: 12px;
    padding-top: 0;
  }
  .header____burger:before, .collapsed:before {
    top: 13px;
  }
  .header__burger span {
    display: block;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
  }
  .list__head {
    font-size: 28px !important;
  }
  .header__phone {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .header____burger, .collapsed {
    font-size: 16px;
    line-height: 20px;
  }
  .header__callback {
    font-size: 12px;
    margin-right: 46px;
  }
  .header__callback img {
    margin-right: 10px;
  }
  list__head {
    font-size: 36px !important;
  }
}

@media screen and (min-width: 100px) {
  .open {
    position: relative;
    height: 100vh;
    top: -78px;
  }
  .open__slide img {
    width: 100%;
    height: 300px;
  }
  .open__slide_description h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #FFFFFF;
    width: 200px;
    margin-bottom: 10px;
  }
  .open__slide_description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 181.19%;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .open__slide_description p span {
    font-weight: 700;
  }
  .open__slide_description a {
    width: 100%;
    outline: none;
  }
  .open__wrap {
    padding-top: 178px;
  }
  .open__dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 16px;
  }
  .slick-dots {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slick-dots li > button {
    background: none;
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    margin: 0 9px;
    padding: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .slick-dots li.slick-active > button {
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .open {
    background-image: url("../img/bg-1.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
  }
  .open__wrap {
    padding-top: 178px;
  }
  .open__dots {
    position: absolute;
    left: 25px;
    bottom: 16px;
  }
  .open__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .open__slide img {
    height: auto;
    margin-left: auto;
    width: 340px;
    margin-top: 10px;
  }
  .open__slide_wrap {
    position: relative;
  }
  .open__slide_description {
    position: absolute;
    top: 30px;
    left: 0;
    width: autopx;
  }
  .open__slide_description h2 {
    width: auto;
    font-size: 36px;
  }
  .open__slide_description p {
    font-size: 14px;
    width: 300px;
  }
  .open__slide_description a {
    width: 240px;
    padding: 15px 40px;
  }
}

@media screen and (min-width: 992px) {
  .open__slide img {
    width: 80%;
  }
  .open__dots {
    bottom: 165px;
  }
}

@media screen and (min-width: 1200px) {
  .open__slide img {
    width: 60%;
  }
  .open__slide_description {
    width: 540px;
    top: 100px;
  }
  .open__slide_description h2 {
    font-size: 50px;
    margin-bottom: 47px;
  }
  .open__slide_description p {
    width: 400px;
    margin-bottom: 50px;
  }
  .open__slide_description a {
    width: 245px;
  }
}

@media screen and (min-width: 100px) {
  .tablist {
    padding-bottom: 35px;
  }
  .nav-tabs {
    border: none;
  }
  .digital {
    background-color: #fff;
  }
  .digital__tab_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0 0 50px 0;
  }
  .digital__tab {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #181818;
    /*-webkit-transition: all .3s ease;*/
    /*-o-transition: all .3s ease;*/
    /*transition: all .3s ease;*/
    margin-top: 15px;
    display: inline-block;
    padding: 8px;
    background: #dadada;
    border-radius: 100px;
  }
  .digital__tab:hover {
    color: #181818;
  }
  .digital__tab.active {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    width: auto;
    background: #0f054c;
    border-radius: 100px;
    padding: 8px 10px;
  }
  .digital-tab__item {
    background-color: #FAFBFD;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 13px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .digital-tab__item p {
    font-size: 16px;
    line-height: 101.4%;
    font-weight: 700;
    color: #171717;
    width: 180px;
    margin: 0 0 0 8px;
  }
  .digital-tab__item:hover {
    background-color: #0F054C;
  }
  .digital-tab__item:hover p {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .digital__tab_wrap {
    width: 600px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .digital__tab {
    font-size: 36px;
    padding: 12px 31px;
  }
  .digital__tab.active {
    font-size: 36px;
    padding: 12px 31px;
  }
  .tablist {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .digital-tab__item {
    max-width: 465px;
  }
  .tablist {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 100px) {
  .about {
    background-image: url("../img/about-bg.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 30px 0;
  }
  .about__wrap {
    position: relative;
  }
  .about__wrap img {
    width: 100%;
    padding: 40px 0;
  }
  .about__wrap-black {
    color: #000000;
  }
  .about__wrap_description h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #FFFFFF;
  }
  .about__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #FFFFFF;
  }
  .about__skill {
    font-size: 14px;
    line-height: 211.4%;
    color: #00A646;
    position: relative;
    padding-left: 35px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .about__skill:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url("../img/triangle.svg");
    width: 21px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .about {
    padding: 60px 0;
  }
  .about__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about__wrap img {
    width: 340px;
    margin-left: auto;
  }
  .about__wrap_description {
    width: 300px;
  }
  .about__wrap_description h2 {
    font-size: 22px;
  }
  .about__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .about {
    padding: 160px 0;
  }
  .about__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .about__wrap img {
    width: 80%;
    margin-left: auto;
  }
  .about__wrap_description {
    position: absolute;
    top: 0px;
    left: 0;
    width: 300px;
  }
  .about__wrap_description h2 {
    font-size: 22px;
  }
  .about__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .about__wrap img {
    width: 60%;
  }
  .about__wrap_description {
    top: 50px;
    left: 30px;
    width: 460px;
  }
  .about__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .about__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
  }
  .about__wrap_description .about__skill {
    font-size: 22px;
  }
  .about__wrap_description .about__skill:before {
    top: 12px;
  }
}

@media screen and (min-width: 100px) {
  .media {
    background-image: url("../img/mediaplan-bg.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .media__wrap img {
    width: 100%;
  }
  .media__wrap_description h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #000;
    word-break: break-all;
  }
  .media__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #000;
  }
}

@media screen and (min-width: 768px) {
  .media {
    padding: 60px 0;
  }
  .media__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .media__wrap img {
    width: 340px;
    margin-left: auto;
  }
  .media__wrap_description {
    width: 300px;
    margin-top: 40px;
  }
  .media__wrap_description h2 {
    font-size: 22px;
  }
  .media__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .media {
    padding: 60px 0;
  }
  .media__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .media__wrap img {
    width: 50%;
    margin-left: auto;
  }
  .media__wrap_description {
    position: absolute;
    top: 80px;
    left: 0;
    width: 300px;
  }
  .media__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .media__wrap_description h2:before {
    content: '';
    position: absolute;
    top: -110px;
    left: 0;
    background-image: url("../img/media-badge.svg");
    width: 87px;
    height: 74px;
  }
  .media__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .media__wrap img {
    width: 50%;
  }
  .media__wrap_description {
    top: 120px;
    left: 10px;
    width: 610px;
  }
  .media__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
    position: relative;
  }
  .media__wrap_description h2:before {
    content: '';
    position: absolute;
    top: -110px;
    left: 0;
    background-image: url("../img/media-badge.svg");
    width: 87px;
    height: 74px;
  }
  .media__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
    width: 486px;
  }
  .media__wrap_description a {
    width: 240px;
  }
  .tablist {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 100px) {
  .context {
    background-image: url("../img/context-bg.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .context__wrap img {
    width: 100%;
  }
  .context__wrap_description h2 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #fff;
  }
  .context__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .context {
    padding: 60px 0;
  }
  .context__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .context__wrap img {
    width: 340px;
    margin-right: auto;
  }
  .context__wrap_description {
    width: 300px;
    margin-top: 40px;
  }
  .context__wrap_description h2 {
    font-size: 22px;
  }
  .context__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .context {
    padding: 60px 0;
  }
  .context__wrap {
    position: relative;
  }
  .context__wrap img {
    width: 50%;
  }
  .context__wrap a {
    width: 240px;
  }
  .context__wrap_description {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 390px;
  }
  .context__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .context__wrap_description h2:before {
    position: absolute;
    content: '';
    background-image: url("../img/context-badge.svg");
    width: 82px;
    height: 76px;
    top: -120px;
    left: -60px;
  }
  .context__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .context__wrap img {
    width: 40%;
  }
  .context__wrap_description {
    top: 120px;
    width: 620px;
  }
  .context__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .context__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1370px) {
  .context__wrap img {
    width: 50%;
  }
}

@media screen and (min-width: 100px) {
  .banner {
    background-image: url("../img/banner-mob-bg.svg");
    background-position: bottom 20px left 0px;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .banner__mob_img {
    width: 100%;
  }
  .banner__desc_img {
    display: none;
  }
  .banner__wrap img {
    width: 100%;
  }
  .banner__wrap_description h2 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #fff;
  }
  .banner__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #fff;
  }
}

@media screen and (min-width: 540px) {
  .banner {
    padding: 70px 0;
    background-image: url("../img/banner-mob-bg.svg");
    background-position: bottom 20px left 0px;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .banner {
    padding: 60px 0;
    background-image: url("../img/banner-bg.svg");
  }
  .banner__mob_img {
    display: none;
  }
  .banner__desc_img {
    display: block;
  }
  .banner__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .banner__wrap img {
    width: 100%;
    margin-right: auto;
  }
  .banner__wrap_description {
    position: absolute;
    left: 60px;
    top: 0;
    width: 300px;
    margin-top: 40px;
  }
  .banner__wrap_description h2 {
    font-size: 22px;
  }
  .banner__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .banner {
    padding: 60px 0;
  }
  .banner__wrap {
    position: relative;
  }
  .banner__wrap img {
    width: 100%;
  }
  .banner__wrap a {
    width: 240px;
  }
  .banner__wrap_description {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 390px;
  }
  .banner__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .banner__wrap_description h2:before {
    position: absolute;
    content: '';
    background-image: url("../img/banner-badge.svg");
    width: 88px;
    height: 74px;
    top: -90px;
    left: -10px;
  }
  .banner__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .banner__wrap img {
    width: 100%;
  }
  .banner__wrap_description {
    top: 90px;
    width: 600px;
  }
  .banner__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .banner__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1370px) {
  .banner__wrap img {
    width: 100%;
  }
  .banner__wrap_description {
    top: 150px;
    width: 600px;
    left: 40px;
  }
}

@media screen and (min-width: 100px) {
  .analytics {
    background-image: url("../img/analytics-mob-bg.svg");
    background-position: bottom 20px left 0px;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .analytics__mob_img {
    width: 100%;
  }
  .analytics__desc_img {
    display: none;
  }
  .analytics__wrap img {
    width: 100%;
  }
  .analytics__wrap_description h2 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #fff;
  }
  .analytics__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #fff;
  }
}

@media screen and (min-width: 540px) {
  .analytics {
    padding: 70px 0;
    background-image: url("../img/analytics-mob-bg.svg");
    background-position: bottom 20px left 0px;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .analytics {
    padding: 60px 0 150px;
    background-image: url("../img/analytics-bg.svg");
  }
  .analytics__mob_img {
    display: none;
  }
  .analytics__desc_img {
    display: block;
  }
  .analytics__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .analytics__wrap img {
    width: 70%;
    margin-right: auto;
  }
  .analytics__wrap_description {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    margin-top: 40px;
  }
  .analytics__wrap_description h2 {
    font-size: 22px;
  }
  .analytics__wrap_description p {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .analytics {
    padding: 60px 0 100px;
  }
  .analytics__wrap {
    position: relative;
  }
  .analytics__wrap a {
    width: 240px;
  }
  .analytics__wrap_description {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 390px;
  }
  .analytics__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .analytics__wrap_description h2:before {
    position: absolute;
    content: '';
    background-image: url("../img/analytics-badge.svg");
    width: 88px;
    height: 74px;
    top: -90px;
    left: -10px;
  }
  .analytics__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .analytics {
    padding: 120px 0;
  }
  .analytics__wrap img {
    width: 60%;
  }
  .analytics__wrap_description {
    top: 0px;
    width: 600px;
  }
  .analytics__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .analytics__wrap_description p {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1370px) {
  .analytics {
    padding: 80px 0 60px;
  }
  .analytics__wrap img {
    left: -370px;
    width: 100%;
    position: relative;
  }
  .analytics__wrap_description {
    top: 150px;
    width: 600px;
    right: 0;
  }
}

@media screen and (min-width: 100px) {
  .target {
    background-image: url("../img/target-bg.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .target__wrap img {
    width: 100%;
  }
  .target__wrap_description h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #000;
    word-break: break-all;
  }
  .target__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #000;
  }
}

@media screen and (min-width: 768px) {
  .target {
    padding: 60px 0;
  }
  .target__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .target__wrap img {
    width: 340px;
    margin-left: auto;
  }
  .target__wrap_description {
    width: 300px;
    margin-top: 40px;
  }
  .target__wrap_description h2 {
    font-size: 22px;
  }
  .target__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .target {
    padding: 0;
  }
  .target__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .target__wrap img {
    width: 70%;
    margin-left: auto;
  }
  .target__wrap_description {
    position: absolute;
    top: 140px;
    left: 0;
    width: 300px;
  }
  .target__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .target__wrap_description h2:before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    background-image: url("../img/target-badge.svg");
    width: 68px;
    height: 58px;
  }
  .target__wrap_description p {
    font-size: 14px;
  }
  .target__wrap_description a {
    width: 240px;
  }
}

@media screen and (min-width: 1200px) {
  .target__wrap img {
    width: 70%;
  }
  .target__wrap_description {
    top: 180px;
    left: 10px;
    width: 610px;
  }
  .target__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
    position: relative;
  }
  .target__wrap_description h2:before {
    content: '';
    position: absolute;
    top: -110px;
    left: 0;
    background-image: url("../img/media-badge.svg");
    width: 87px;
    height: 74px;
  }
  .target__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
    width: 455px;
  }
  .target__wrap_description a {
    width: 240px;
  }
  .tablist {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1370px) {
  .target {
    padding: 0;
  }
}

@media screen and (min-width: 100px) {
  .smm {
    background-image: url("../img/context-bg.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .smm__wrap img {
    width: 100%;
  }
  .smm__wrap_description h2 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #fff;
  }
  .smm__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .smm {
    padding: 60px 0;
  }
  .smm__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .smm__wrap img {
    width: 340px;
    margin-right: auto;
  }
  .smm__wrap_description {
    width: 300px;
    margin-top: 40px;
  }
  .smm__wrap_description h2 {
    font-size: 22px;
  }
  .smm__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .smm {
    padding: 60px 0;
  }
  .smm__wrap {
    padding: 60px 0;
    position: relative;
  }
  .smm__wrap img {
    width: 50%;
  }
  .smm__wrap a {
    width: 240px;
  }
  .smm__wrap_description {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 390px;
  }
  .smm__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .smm__wrap_description h2:before {
    position: absolute;
    content: '';
    background-image: url("../img/smm-badge.svg");
    width: 82px;
    height: 76px;
    top: -120px;
    right: 60px;
  }
  .smm__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .smm__wrap img {
    width: 40%;
  }
  .smm__wrap_description {
    top: 120px;
    width: 620px;
  }
  .smm__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .smm__wrap_description h2:before {
    right: 340px;
  }
  .smm__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1370px) {
  .smm__wrap img {
    width: 50%;
  }
}

@media screen and (min-width: 100px) {
  .seo {
    background-image: url("../img/seo-bg.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .seo__wrap img {
    width: 100%;
  }
  .seo__wrap_description h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #000;
    word-break: break-all;
  }
  .seo__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #000;
  }
}

@media screen and (min-width: 768px) {
  .seo {
    padding: 60px 0;
  }
  .seo__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .seo__wrap img {
    width: 340px;
    margin-left: auto;
  }
  .seo__wrap_description {
    width: 300px;
    margin-top: 70px;
  }
  .seo__wrap_description h2 {
    font-size: 22px;
  }
  .seo__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .seo {
    padding: 0;
  }
  .seo__wrap {
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .seo__wrap img {
    width: 70%;
    margin-left: auto;
  }
  .seo__wrap_description {
    position: absolute;
    top: 140px;
    left: 0;
    width: 300px;
  }
  .seo__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .seo__wrap_description h2:before {
    content: '';
    position: absolute;
    top: -80px;
    right: 0;
    background-image: url("../img/seo-badge.svg");
    width: 89px;
    height: 76px;
  }
  .seo__wrap_description p {
    font-size: 14px;
  }
  .seo__wrap_description a {
    width: 240px;
  }
}

@media screen and (min-width: 1200px) {
  .seo__wrap {
    padding: 60px 0;
  }
  .seo__wrap img {
    width: 60%;
  }
  .seo__wrap_description {
    top: 190px;
    right: 10px;
    width: 610px;
  }
  .seo__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
    position: relative;
  }
  .seo__wrap_description h2:before {
    content: '';
    position: absolute;
    top: -110px;
    background-image: url("../img/seo-badge.svg");
    width: 87px;
    height: 74px;
  }
  .seo__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
    width: 486px;
  }
  .seo__wrap_description a {
    width: 240px;
  }
  .tablist {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1370px) {
  .seo {
    padding: 0;
  }
}

@media screen and (min-width: 100px) {
  .site {
    background-image: url("../img/site-mob-bg.svg");
    background-position: bottom 20px left 0px;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .site__mob_img {
    width: 100%;
  }
  .site__desc_img {
    display: none;
  }
  .site__wrap img {
    width: 100%;
  }
  .site__wrap_description h2 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #fff;
  }
  .site__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #fff;
  }
}

@media screen and (min-width: 540px) {
  .site {
    padding: 70px 0;
    background-image: url("../img/site-mob-bg.svg");
    background-position: bottom 20px left 0px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .site {
    padding: 60px 0;
    background-image: url("../img/site-bg.svg");
  }
  .site__mob_img {
    display: none;
  }
  .site__desc_img {
    display: block;
  }
  .site__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .site__wrap img {
    width: 100%;
    margin-right: auto;
  }
  .site__wrap_description {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    margin-top: 40px;
  }
  .site__wrap_description h2 {
    font-size: 22px;
  }
  .site__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .site {
    height: auto;
  }
  .site__wrap {
    position: relative;
  }
  .site__wrap img {
    width: 100%;
  }
  .site__wrap a {
    width: 240px;
  }
  .site__wrap_description {
    position: absolute;
    top: 50px;
    right: 40px;
    width: 390px;
  }
  .site__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .site__wrap_description h2:before {
    position: absolute;
    content: '';
    background-image: url("../img/site-badge.svg");
    width: 88px;
    height: 74px;
    top: -90px;
    right: 0;
  }
  .site__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .site__wrap img {
    width: 100%;
  }
  .site__wrap_description {
    top: 90px;
    right: -30px;
    width: 600px;
  }
  .site__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .site__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1370px) {
  .site__wrap img {
    width: 100%;
  }
  .site__wrap_description {
    top: 150px;
    width: 600px;
  }
  .site__wrap_description h2:before {
    top: -110px;
  }
}

@media screen and (min-width: 1430px) {
  .site__wrap_description {
    right: 70px;
  }
}

@media screen and (min-width: 100px) {
  .interior {
    background-image: url("../img/interior-mob-bg.svg");
    background-position: bottom -440px left 0px;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .interior__mob_img {
    width: 100%;
  }
  .interior__desc_img {
    display: none;
  }
  .interior__wrap img {
    width: 100%;
  }
  .interior__wrap_description h2 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #fff;
  }
  .interior__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #fff;
  }
}

@media screen and (min-width: 540px) {
  .interior {
    padding: 70px 0;
    background-image: url("../img/interior-mob-bg.svg");
    background-position: bottom 20px left 0px;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .interior {
    padding: 60px 0 150px;
    background-image: url("../img/analytics-bg.svg");
  }
  .interior__mob_img {
    display: none;
  }
  .interior__desc_img {
    display: block;
  }
  .interior__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .interior__wrap img {
    width: 70%;
    margin-right: auto;
  }
  .interior__wrap_description {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    margin-top: 40px;
  }
  .interior__wrap_description h2 {
    font-size: 22px;
  }
  .interior__wrap_description p {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .interior {
    padding: 60px 0 100px;
  }
  .interior__wrap {
    position: relative;
  }
  .interior__wrap a {
    width: 240px;
  }
  .interior__wrap_description {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 390px;
  }
  .interior__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .interior__wrap_description h2:before {
    position: absolute;
    content: '';
    background-image: url("../img/interior-badge.svg");
    width: 88px;
    height: 85px;
    top: -90px;
    left: -80px;
  }
  .interior__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .interior {
    padding: 120px 0;
  }
  .interior__wrap img {
    width: 60%;
  }
  .interior__wrap_description {
    top: 0px;
    width: 600px;
  }
  .interior__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
    line-height: 55px;
  }
  .interior__wrap_description p {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1370px) {
  .interior {
    padding: 80px 0 60px;
  }
  .interior__wrap img {
    left: 0;
    width: 70%;
    position: relative;
  }
  .interior__wrap_description {
    top: 20px;
    width: 470px;
    right: 0;
  }
}

@media screen and (min-width: 100px) {
  .outdoor {
    background-image: url("../img/outdoor-mob-bg.svg");
    background-position: bottom -300px left -210px;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .outdoor__mob_img {
    width: 100%;
  }
  .outdoor__desc_img {
    display: none;
  }
  .outdoor__wrap img {
    width: 100%;
  }
  .outdoor__wrap_description h2 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #fff;
  }
  .outdoor__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #fff;
  }
}

@media screen and (min-width: 540px) {
  .outdoor {
    padding: 70px 0;
    background-image: url("../img/outdoor-mob-bg.svg");
    background-position: bottom 20px left 0px;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .outdoor {
    padding: 60px 0;
    background-image: url("../img/outdoor-bg.svg");
  }
  .outdoor__mob_img {
    display: none;
  }
  .outdoor__desc_img {
    display: block;
  }
  .outdoor__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .outdoor__wrap img {
    width: 100%;
    margin-right: auto;
  }
  .outdoor__wrap_description {
    position: absolute;
    left: 60px;
    top: 0;
    width: 300px;
    margin-top: 40px;
  }
  .outdoor__wrap_description h2 {
    font-size: 22px;
  }
  .outdoor__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .outdoor {
    padding: 60px 0;
  }
  .outdoor__wrap {
    position: relative;
  }
  .outdoor__wrap img {
    width: 100%;
  }
  .outdoor__wrap a {
    width: 240px;
  }
  .outdoor__wrap_description {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 390px;
  }
  .outdoor__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .outdoor__wrap_description h2:before {
    position: absolute;
    content: '';
    background-image: url("../img/outdoor-badge.svg");
    width: 85px;
    height: 72px;
    top: -90px;
    left: -10px;
  }
  .outdoor__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .outdoor__wrap img {
    width: 100%;
  }
  .outdoor__wrap_description {
    top: 90px;
    width: 600px;
  }
  .outdoor__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .outdoor__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1370px) {
  .outdoor__wrap img {
    width: 100%;
  }
  .outdoor__wrap_description {
    top: 150px;
    width: 600px;
    left: 140px;
  }
}

@media screen and (min-width: 100px) {
  .metro {
    background-image: url("../img/metro-bg.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .metro__wrap img {
    width: 100%;
  }
  .metro__wrap_description h2 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #fff;
  }
  .metro__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .metro {
    padding: 60px 0;
  }
  .metro__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .metro__wrap img {
    width: 340px;
    margin-right: auto;
  }
  .metro__wrap_description {
    width: 300px;
    margin-top: 40px;
  }
  .metro__wrap_description h2 {
    font-size: 22px;
  }
  .metro__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .metro {
    padding: 60px 0;
    height: 750px;
  }
  .metro__wrap {
    padding: 60px 0;
    position: relative;
  }
  .metro__wrap img {
    width: 60%;
  }
  .metro__wrap a {
    width: 240px;
  }
  .metro__wrap_description {
    position: absolute;
    top: 160px;
    right: 0px;
    width: 350px;
  }
  .metro__wrap_description h2 {
    font-size: 22px;
    position: relative;
    width: 300px;
  }
  .metro__wrap_description h2:before {
    position: absolute;
    content: '';
    background-image: url("../img/metro-badge.svg");
    width: 87px;
    height: 76px;
    top: -120px;
    right: 0px;
  }
  .metro__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .metro__wrap img {
    width: 40%;
  }
  .metro__wrap_description {
    top: 120px;
    width: 470px;
    right: 100px;
  }
  .metro__wrap_description h2 {
    font-size: 50px;
    width: 470px;
    line-height: 55px;
    margin-bottom: 35px;
  }
  .metro__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1370px) {
  .metro__wrap img {
    width: 50%;
  }
}

@media screen and (min-width: 100px) {
  .gift {
    background-image: url("../img/gift-bg.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .gift__wrap img {
    width: 100%;
  }
  .gift__wrap_description h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #000;
    word-break: break-all;
  }
  .gift__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #000;
  }
}

@media screen and (min-width: 768px) {

  .gift {
    padding: 60px 0;
  }
  .gift__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .gift__wrap img {
    width: 340px;
    margin-left: auto;
  }
  .gift__wrap_description {
    width: 300px;
    margin-top: 40px;
  }
  .gift__wrap_description h2 {
    font-size: 22px;
  }
  .gift__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .gift {
    height: 800px;
    padding: 60px 0;
  }
  .gift__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .gift__wrap img {
    width: 65%;
    margin-left: auto;
  }
  .gift__wrap_description {
    position: absolute;
    top: 140px;
    left: 0;
    width: 300px;
  }
  .gift__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .gift__wrap_description h2:before {
    content: '';
    position: absolute;
    top: -110px;
    left: 0;
    background-image: url("../img/gift-badge.svg");
    width: 88px;
    height: 72px;
  }
  .gift__wrap_description p {
    font-size: 14px;
  }
  .gift__wrap_description a {
    width: 240px;
  }
}

@media screen and (min-width: 1200px) {
  .gift__wrap img {
    top: 90px;
    position: relative;
    width: 60%;
  }
  .gift__wrap_description {
    top: 120px;
    left: 10px;
    width: 610px;
  }
  .gift__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
    line-height: 55px;
    width: 370px;
  }
  .gift__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
    width: 455px;
  }
  .gift__wrap_description a {
    width: 240px;
  }
}

@media screen and (min-width: 1370px) {
  .gift {
    padding: 120px 0;
    height: 890px;
  }
  .gift__wrap img {
    top: 50px;
  }
}


@media screen and (min-width: 1430px) {
  .gift__wrap_description p {
    width: 486px;
  }
}

@media screen and (min-width: 100px) {
  .radio {
    background-image: url("../img/radio-mob-bg.svg");
    background-position: bottom 20px left 0px;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 0;
  }
  .radio__mob_img {
    width: 100%;
  }
  .radio__desc_img {
    display: none;
  }
  .radio__wrap img {
    width: 100%;
  }
  .radio__wrap_description h2 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #fff;
  }
  .radio__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #fff;
  }
}

@media screen and (min-width: 540px) {
  .radio {
    padding: 70px 0;
    background-image: url("../img/radio-mob-bg.svg");
    background-position: bottom 20px left 0px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .radio {
    padding: 60px 0;
    height: 470px;
    background-image: url("../img/radio-bg.svg");
  }
  .radio__mob_img {
    display: none;
  }
  .radio__desc_img {
    display: block;
  }
  .radio__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .radio__wrap img {
    width: 110%;
    margin-right: auto;
  }
  .radio__wrap_description {
    position: absolute;
    right: 20px;
    top: 0;
    width: 300px;
    margin-top: 40px;
  }
  .radio__wrap_description h2 {
    font-size: 22px;
  }
  .radio__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .radio {
    height: auto;
  }
  .radio__wrap {
    position: relative;
  }
  .radio__wrap img {
    width: 100%;
  }
  .radio__wrap a {
    width: 240px;
  }
  .radio__wrap_description {
    position: absolute;
    top: 50px;
    right: 40px;
    width: 390px;
  }
  .radio__wrap_description h2 {
    font-size: 22px;
    position: relative;
  }
  .radio__wrap_description h2:before {
    position: absolute;
    content: '';
    background-image: url("../img/radio-badge.svg");
    width: 88px;
    height: 74px;
    top: -90px;
    right: 0;
  }
  .radio__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .radio__wrap img {
    width: 100%;
  }
  .radio__wrap_description {
    top: 90px;
    right: -30px;
    width: 600px;
  }
  .radio__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .radio__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1370px) {
  .radio {
    padding: 100px 0;
  }
  .radio__wrap img {
    width: 100%;
  }
  .radio__wrap_description {
    top: 150px;
    width: 600px;
    right: 70px;
  }
  .radio__wrap_description h2:before {
    top: -110px;
  }
}

@media screen and (min-width: 100px) {
  .bus {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 700px;
    padding: 20px 0;
  }
  .bus__desc_img {
    display: none;
  }
  .bus__mob_img {
    width: 113%;
    right: -16px;
    position: absolute;
    bottom: 0;
  }
  .bus__wrap {
    position: relative;
    height: 700px;
  }
  .bus__wrap_description h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: #000;
    word-break: break-all;
  }
  .bus__wrap_description p {
    font-weight: bold;
    font-size: 16px;
    line-height: 181.2%;
    color: #000;
  }
}

@media screen and (min-width: 425px) {
  .bus__wrap {
    height: 750px;
  }
}

@media screen and (min-width: 540px) {
  .bus__wrap_description a {
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .bus__mob_img {
    display: none;
  }
  .bus {
    height: 470px;
    padding: 60px 0;
    background-image: url("../img/bus-bg.svg");
    background-size: cover;
    position: relative;
  }
  .bus__desc_img {
    display: block;
  }
  .bus__wrap {
    position: static;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bus__wrap img {
    width: 340px;
    position: absolute;
    top: 100px;
    right: 0px;
  }
  .bus__wrap_description {
    width: 300px;
    margin-top: 40px;
  }
  .bus__wrap_description h2 {
    font-size: 22px;
  }
  .bus__wrap_description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .bus {
    height: 800px;
    padding: 60px 0;
  }
  .bus__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .bus__wrap img {
    width: 65%;
    margin-left: auto;
    right: 0px;
  }
  .bus__wrap_description {
    position: absolute;
    top: 220px;
    left: 50px;
    width: 380px;
  }
  .bus__wrap_description h2 {
    font-size: 22px;
    position: relative;
    width: auto;
  }
  .bus__wrap_description h2:before {
    content: '';
    position: absolute;
    top: -110px;
    left: 0;
    background-image: url("../img/bus-badge.svg");
    width: 88px;
    height: 72px;
  }
  .bus__wrap_description p {
    font-size: 14px;
  }
  .bus__wrap_description a {
    width: 240px;
  }
}

@media screen and (min-width: 1200px) {
  .bus__wrap img {
    top: 90px;
    position: absolute;
    width: 60%;
  }
  .bus__wrap_description {
    top: 120px;
    left: 80px;
    width: 610px;
  }
  .bus__wrap_description h2 {
    font-size: 50px;
    margin-bottom: 35px;
    line-height: 55px;
    width: 370px;
  }
  .bus__wrap_description p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
    width: 486px;
  }
  .bus__wrap_description a {
    width: 240px;
  }
}

@media screen and (min-width: 1370px) {
  .bus {
    padding: 120px 0;
    height: 890px;
  }
  .bus__wrap img {
    top: 50px;
  }
}

@media screen and (min-width: 100px) {
  .clients {
    background-color: #fff;
    padding: 62px 0;
    position: relative;
  }
  .clients__top {
    text-align: center;
  }
  .clients__top h2 {
    color: #212121;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    margin-top: 13px;
  }
  .client__item_wrap {
    margin: 0 auto;
  }
  .client__item {
    background: #FFFFFF;
    width: 209px;
    height: 140px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 12px;
    margin: 25px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .55;
  }

  .client__item:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(194, 203, 236, 0.25);
            box-shadow: 0px 10px 30px rgba(194, 203, 236, 0.25);
    opacity: 1;
  }
  
  .btn-clients {
    background: none;
    border: none;
  }
  .btn-clients-l {
    position: absolute;
    left: 15px;
  }
  .btn-clients-l:before {
    content: '';
    position: absolute;
    background-image: url("../img/clients-arr-l.svg");
    top: 0;
    left: 0;
    width: 20px;
    height: 24px;
  }
  .btn-clients-r {
    position: absolute;
    right: 15px;
  }
  .btn-clients-r:before {
    content: '';
    position: absolute;
    background-image: url("../img/clients-arr-r.svg");
    top: 0;
    right: 0;
    width: 23px;
    height: 25px;
  }
  .clients__arrows {
    position: relative;
    width: 100%;
    top: 80px;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .clients__top h2 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 992px) {
  .clients__top h2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .clients__arrows {
    display: none;
  }
}

@media screen and (min-width: 100px) {
  .form {
    padding: 60px 0;
    background-image: url("../img/form-mob-bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .form h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 27px;
  }
  .form__wrap input {
    width: 100%;
    margin-bottom: 17px;
    height: 62px;
    padding: 0 19px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 16px;
    line-height: 17px;
    color: #818C96;
    border: none;
  }
  .form__wrap textarea {
    width: 100%;
    margin-bottom: 17px;
    height: 136px;
    padding: 19px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 16px;
    line-height: 17px;
    color: #818C96;
    border: none;
  }
  .form__wrap button {
    width: 100%;
    border: none;
  }
  .form__maps {
    margin-top: 45px;
  }
  .form__maps_address {
    width: 100%;
    left: 20px;
    padding: 22px 15px;
    margin-bottom: 16px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 20px rgba(55, 55, 55, 0.25);
            box-shadow: 0px 20px 20px rgba(55, 55, 55, 0.25);
    border-radius: 10px;
  }
  .form__maps_address img {
    margin: 0 auto;
    display: block;
    margin-bottom: 11px;
  }
  .form__maps_address h3 {
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: #00A849;
    margin-bottom: 4px;
  }
  .form__maps_address p {
    font-size: 18px;
    line-height: 129.44%;
    text-align: center;
    color: #171717;
  }
  .form__maps_address a {
    font-size: 14px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #8E8E8E;
    display: block;
    text-align: center;
    border-top: 1px solid;
    padding-top: 15px;
  }
  .form__phone {
    border-top: none !important;
    font-size: 18px !important;
    line-height: 129.44% !important;
    color: #171717 !important;
    text-decoration: none !important;
  }
}

@media screen and (min-width: 768px) {
  .top-btn {
    padding: 15px 40px !important;
  }
  .form {
    background-image: url("../img/form-bg.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .form h2 {
    text-align: left;
  }
  .form__wrap {
    width: 50%;
  }
  .form__maps {
    width: 50%;
    margin-left: 15px;
  }
}

@media screen and (min-width: 992px) {
  .form h2 {
    font-size: 50px;
  }
  .form__maps {
    margin-top: 0;
  }
  .form__wrap {
    width: 60%;
  }
  .form__wrap button {
    width: 240px;
  }
  .form__maps {
    width: 30%;
    margin-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .form {
    padding: 120px 0;
  }
  .form__maps_address p {
    font-size: 18px;
    line-height: 129.44%;
    text-align: left;
    color: #171717;
    padding-right: 70px;
  }
  .form__phone {
    padding-top: 0 !important;
  }
  .form__wrap {
    width: 515px;
  }
  .form__maps {
    margin-right: 100px;
  }
  .form__wrapper {
    position: relative;
  }
  .form__maps_address {
    width: 412px;
    right: 0;
  }
  .form__maps_address h3 {
    text-align: left;
  }
  .form__maps_phone {
    padding-right: 155px;
    margin-left: 15px;
  }
  .form__maps_address-phone {
    top: 190px;
    /* right: 350px !important; */
    position: absolute;
    right: 160px;
    left: auto;
  }
  .form__maps_address-lg {
    width: 340px;
  }
}

@media screen and (min-width: 1370px) {
  .form__maps_address-phone {
    /* right: 290px; */
  }
}

@media screen and (min-width: 100px) {
  .footer {
    border-top: 1px solid #FFFFFF;
    padding: 20px 0;
  }
  .footer__adress {
    color: #959596;
    font-size: 14px;
    line-height: 15px;
  }
  .footer__rights {
    color: #959596;
    font-size: 14px;
    line-height: 15px;
  }
}

.imperium {
  background-image: url(../img/imperium_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
  padding: 0 0 280px;
}

.imperium h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 35px;
  position: relative;
}

.imperium h2.title_with_icon::before {
  content: '';
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/imperium_icon.svg);
  background-repeat: no-repeat;
  width: 87px;
  height: 74px;
}

.imperium__wrap .imperium_cloud {
  margin: 0 auto;
  width: 60%;
}

.imperium__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
.imperium__wrap_description {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 900px;
  transform: translateX(-50%);
}

.imperium__wrap_description img {
  height: 50px;
  margin: auto;
  display: block;
  margin-bottom: 35px;
}

.imperium__wrap_description p {
  font-weight: normal;
  font-size: 24px;
  line-height: 41px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.imperium__wrap_description p span {
  text-decoration: underline;
}

.imperium__wrap_description button {
  margin: auto;
}

@media screen and (max-width: 1200px) {

  /* .imperium__wrap {
    flex-direction: column;
  }

  .imperium__wrap_description {
    width: 100%;
  } */

  .imperium h2 {
    font-size: 28px;
    line-height: 33px;
  }

  .imperium {
    padding: 0 0 100px;
  }

  .site {
    padding: 60px 0;
  }

  /* .imperium__wrap_description {
    position: relative; 
    top: initial;
    left: initial;
    width: 100%;
    transform: initial;
  } */

  .imperium__wrap_description p {
    font-size: 16px;
    line-height: 27px;
  }
}

@media screen and (max-width: 992px) {

  .imperium__wrap_description {
    width: 100%;
  }

  .imperium__wrap .imperium_cloud {
    position: absolute;
    width: 100%;
  }

  .imperium__wrap_description {
    position: relative;
  }

  .site {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .imperium h2 {
    text-align: left;
  }

  .imperium__wrap_description img {
    margin-left: 0;
  }

  .imperium__wrap_description p {
    text-align: left;
  }

  .imperium h2::before {
    content: '';
    position: absolute;
    top: -75px;
    left: 30px;
    width: 62px;
    height: 53px;
    background-size: contain;
  }

  .imperium__wrap_description button {
    margin-left: 0;
  }

  .imperium h2,
  .imperium__wrap_description img,
  .imperium__wrap_description p {
    margin-bottom: 16px;
  }

  .header__callback {
    display: none;
  }

  .header__phone img {
    display: block;
  }

  .header__phone {
    font-size: 0;
}
}

@media screen and (min-width: 768px) {
  .header__phone img {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .header__nav_wrap {
    overflow: auto;
  }
  
  .dropdown__bottom {
    position: relative;
  }
}

.modal-content p.privacy_policy {
  font-size: 14px;
}

.privacy_policy-link {
  color: #FE1520;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.privacy_policy-link:hover {
  color: #cc0d16;
}

.modal-content .button {
  margin-bottom: 30px;
}