/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

.social-list, .main-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.solutions .solution-row::after {
  content: '';
  display: block;
  clear: both; }

.popup .close-btn::before {
  background-image: url(../images/sprite.png);
  background-position: -357px -181px;
  width: 15px;
  height: 14px; }

.arrow-scroll::after {
  background-image: url(../images/sprite.png);
  background-position: 0px -287px;
  width: 6px;
  height: 94px; }

.home-info__main::after {
  background-image: url(../images/sprite.png);
  background-position: -294px 0px;
  width: 88px;
  height: 158px; }

.header__logo strong {
  background-image: url(../images/sprite.png);
  background-position: 0px -181px;
  width: 202px;
  height: 65px; }

.arrow-scroll::before {
  background-image: url(../images/sprite.png);
  background-position: -248px -181px;
  width: 34px;
  height: 34px; }

.why-list .why-list__item.item-1 .title::before {
  background-image: url(../images/sprite.png);
  background-position: -207px -181px;
  width: 36px;
  height: 37px; }

.why-list .why-list__item.item-2 .title::before {
  background-image: url(../images/sprite.png);
  background-position: -287px -181px;
  width: 30px;
  height: 30px; }

.why-list .why-list__item.item-3 .title::before {
  background-image: url(../images/sprite.png);
  background-position: -322px -181px;
  width: 30px;
  height: 30px; }

.why-list .why-list__item.item-4 .title::before {
  background-image: url(../images/sprite.png);
  background-position: 0px -251px;
  width: 29px;
  height: 31px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .popup .close-btn::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 382px 381px; }
  .arrow-scroll::after {
    background-image: url(../images/sprite@2x.png);
    background-size: 382px 381px; }
  .home-info__main::after {
    background-image: url(../images/sprite@2x.png);
    background-size: 382px 381px; }
  .header__logo strong {
    background-image: url(../images/sprite@2x.png);
    background-size: 382px 381px; }
  .arrow-scroll::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 382px 381px; }
  .why-list .why-list__item.item-1 .title::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 382px 381px; }
  .why-list .why-list__item.item-2 .title::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 382px 381px; }
  .why-list .why-list__item.item-3 .title::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 382px 381px; }
  .why-list .why-list__item.item-4 .title::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 382px 381px; } }

body {
  height: 100%;
  background: #2c2c2c;
  color: #fff;
  font: 200 18px/1.4 "Titillium Web", sans-serif; }

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

.app {
  padding-top: 140px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .app {
      padding-top: 100px; } }
  @media only screen and (min-width: 1025px) {
    .app {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 100vh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.main {
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (max-width: 1279px) {
    .main {
      padding: 0 20px; } }
  @media only screen and (min-width: 1025px) {
    .main {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; } }

a {
  color: #ff7900;
  cursor: pointer; }

button {
  cursor: pointer; }

.center {
  text-align: center; }

.tahank-you {
  font-size: 30px;
  text-align: center; }

.contacts-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .contacts-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .contacts-block .col {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .contacts-block .col {
        width: 100%;
        margin-bottom: 40px; } }

.contacts-form {
  background: #323232;
  padding: 30px 30px 0; }

.address-block .contacts__ico {
  vertical-align: top; }

@media only screen and (max-width: 767px) {
  .address-block .social-list {
    text-align: center; } }

.address-block .contacts-list {
  margin-bottom: 60px; }
  .address-block .contacts-list .item {
    display: block;
    font-size: 18px;
    margin: 0 0 30px; }
    .address-block .contacts-list .item address {
      display: inline-block;
      font-style: normal;
      line-height: 1.6; }
      .address-block .contacts-list .item address div {
        margin-bottom: 10px; }
    .address-block .contacts-list .item svg {
      stroke: #ff7900; }

.footer {
  border-top: 1px solid;
  padding: 23px; }
  .footer__inner {
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .footer__inner {
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (max-width: 767px) {
      .footer__inner {
        text-align: center; } }

.social-list li {
  display: inline-block; }
  .social-list li + li {
    margin-left: 14px; }

.social-list .item-1 svg {
  width: 14px;
  height: 12px; }

.social-list .item-2 svg {
  width: 13px;
  height: 13px;
  left: 1px; }

.social-list .item-3 svg {
  width: 8px;
  height: 13px; }

.social-list .item-4 svg {
  width: 17px;
  height: 13px;
  left: 2px; }

.social-list a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 0 white;
  border-radius: 50%;
  text-align: center;
  line-height: 38px; }
  .social-list a svg {
    display: inline-block;
    fill: #a6a6a6;
    position: relative; }
  .social-list a:hover {
    background: #fff; }
    .social-list a:hover svg {
      fill: #2c2c2c; }

.contacts-list .item {
  text-decoration: none;
  font-size: 21px;
  display: inline-block; }
  .contacts-list .item a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    .contacts-list .item a:hover {
      border-bottom: 1px solid #fff; }
  .footer .contacts-list .item {
    margin: 0 0 0 80px; }
    .footer .contacts-list .item:first-of-type {
      margin-left: 0; }
    @media only screen and (max-width: 1023px) {
      .footer .contacts-list .item {
        margin: 0 0 0 20px; } }
    @media only screen and (max-width: 767px) {
      .footer .contacts-list .item {
        margin: 0 0 20px; } }

.contacts__ico {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }
  .contacts__ico svg {
    fill: none;
    stroke: #fff;
    position: relative; }
    .contacts__ico svg.mail {
      width: 15px;
      height: 13px; }
      .footer .contacts__ico svg.mail {
        top: -2px; }
    .contacts__ico svg.phone {
      width: 18px;
      height: 18px; }
      .address-block .contacts__ico svg.phone {
        top: 2px;
        left: 1px; }
    .contacts__ico svg.map {
      width: 15px;
      height: 15px;
      fill: #ff7900;
      stroke: #ff7900; }

.group {
  position: relative; }
  .group.required::after {
    content: '*';
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    color: #ff7900; }

.row {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .row.double {
      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; } }
  @media only screen and (min-width: 768px) {
    .row.double .group {
      width: 46%; } }
  @media only screen and (max-width: 767px) {
    .row.double .group {
      margin-bottom: 40px; } }

textarea {
  resize: vertical;
  min-height: 100px; }

input,
textarea {
  font-size: 18px;
  padding: 15px 0;
  display: block;
  background: none;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  color: #fff; }
  input.error,
  textarea.error {
    color: #ab4242; }

input:focus,
textarea:focus {
  outline: none; }

label {
  color: #fff;
  font-size: 18px;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 15px;
  -webkit-transition: .2s ease all;
  transition: .2s ease all; }

input:focus ~ label,
input:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
  top: -10px;
  font-size: 12px;
  color: #a4a4a4; }

.bar {
  position: relative;
  display: block;
  width: 100%; }

.bar::after,
.bar::before {
  content: '';
  height: 0;
  width: 0;
  border-top: 2px solid #ff7900;
  border-bottom: 1px solid #6c4829;
  bottom: -1px;
  position: absolute;
  -webkit-transition: .2s ease all;
  transition: .2s ease all; }

.bar::before {
  left: 50%; }

.bar::after {
  right: 50%; }

input:focus ~ .bar::after,
input:focus ~ .bar::before {
  width: 50%; }

textarea:focus ~ .bar::after,
textarea:focus ~ .bar::before {
  width: 50%; }

input.error ~ .bar::after,
input.error ~ .bar::before {
  width: 50%;
  border-color: #ab4242; }

button {
  background: #3b3b3b;
  border: 1px solid #919191;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 15px 45px; }
  button:hover {
    background: #2c2c2c; }

.header {
  padding: 5px 0;
  background: #2c2c2c;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 5px 0; } }
  .header__inner {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto; }
  .header__logo {
    display: inline-block; }
    .header__logo strong {
      display: block;
      text-indent: -9999px; }

@media only screen and (max-width: 767px) {
  .header__navigation {
    display: block;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
    width: 100%;
    background: #000;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    padding-top: 50px; }
    .header__navigation.open {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.main-nav {
  font-family: "Oswald", sans-serif;
  border-bottom: 1px dashed #737373;
  position: relative;
  padding-top: 5px;
  letter-spacing: -4px; }
  @media only screen and (max-width: 767px) {
    .main-nav {
      border: none; } }
  .main-nav li {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .main-nav li {
        display: block;
        margin: 0 20px 20px;
        text-align: center; }
        .main-nav li:first-of-type {
          margin-left: 20px; } }
    .main-nav li a {
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      display: inline-block;
      padding: 0 30px 20px; }
      @media only screen and (max-width: 1023px) {
        .main-nav li a {
          padding: 0 15px 15px; } }
      @media only screen and (max-width: 767px) {
        .main-nav li a {
          font-size: 23px;
          padding: 10px 0; } }
    @media only screen and (min-width: 1025px) {
      .main-nav li:hover a {
        color: #ff7900; }
      .main-nav li:hover::after {
        content: '';
        width: 100%;
        background: #ff7900;
        height: 2px;
        display: block;
        bottom: -2px;
        left: 0;
        position: absolute; } }
    @media only screen and (min-width: 768px) {
      .main-nav li.active a {
        color: #ff7900; }
      .main-nav li.active::after {
        content: '';
        width: 100%;
        background: #ff7900;
        height: 2px;
        display: block;
        bottom: -2px;
        left: 0;
        position: absolute; } }
    @media only screen and (max-width: 767px) {
      .main-nav li.active a {
        color: #ff7900; } }

.burger {
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 6; }
  .burger.top-nav-burger {
    width: 30px;
    height: 20px;
    display: none; }
    @media only screen and (max-width: 767px) {
      .burger.top-nav-burger {
        display: block; } }

.burger__line {
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  .burger__line.top-nav-burger__line {
    height: 4px;
    background: #fff; }

.top-nav-burger__line:nth-child(1) {
  top: 0; }
  .open.burger .top-nav-burger__line:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

.top-nav-burger__line:nth-child(2) {
  top: 8px; }
  .open.burger .top-nav-burger__line:nth-child(2) {
    opacity: 0;
    left: -60px; }

.top-nav-burger__line:nth-child(3) {
  top: 16px; }
  .open.burger .top-nav-burger__line:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.intro {
  text-align: center;
  margin-bottom: 10px; }
  .intro__text {
    font-size: 18px; }
  .intro__content {
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 1024px) {
      .intro__content {
        margin-bottom: 15px; } }

.home-bg {
  min-width: 100%;
  overflow: hidden;
  height: 345px;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media only screen and (max-width: 1024px) {
    .home-bg {
      height: 200px;
      margin: 0;
      background-size: auto 100%; } }
  @media only screen and (max-width: 767px) {
    .home-bg {
      height: 165px; } }

.arrow-scroll {
  margin: 0 auto;
  position: relative;
  width: 35px;
  text-align: center;
  z-index: 1;
  position: relative;
  display: none; }
  .arrow-scroll::after {
    content: '';
    display: inline-block; }
  .arrow-scroll::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #2c2c2c;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  @media only screen and (max-width: 1023px) {
    .arrow-scroll {
      margin-bottom: 0; } }

.services-home {
  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;
  margin-bottom: 60px; }
  @media only screen and (max-width: 1023px) {
    .services-home {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .services-home__item {
    width: 45%; }
    @media only screen and (max-width: 1023px) {
      .services-home__item {
        width: 70%;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .services-home__item {
        width: 100%; }
        .services-home__item:not(:last-of-type) {
          margin-bottom: 100px; } }
  .services-home__text {
    margin-bottom: 30px;
    min-height: 125px;
    text-align: justify; }
  .services-home__description {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 25px; }
  .services-home__title {
    font-size: 28px;
    line-height: 1; }

.blockquote {
  margin: 0 0 28px;
  font-size: 16px; }
  .blockquote p {
    font-style: italic;
    line-height: 1.4;
    margin: 0 0 18px; }
  .blockquote cite {
    color: #a6a6a6;
    font-style: normal;
    text-align: right;
    display: block; }

.more-btn {
  color: #fff;
  display: inline-block;
  padding: 13px 35px 13px 25px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  font-family: "Oswald", sans-serif; }
  .more-btn:hover {
    background: #373737; }
  .more-btn::after {
    display: inline-block;
    content: '';
    right: 13px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff; }

.home-info {
  background: #373737;
  margin: 0 -9999px;
  padding: 70px 9999px; }
  @media only screen and (max-width: 767px) {
    .home-info {
      padding: 45px 9999px; } }
  .home-info__inner {
    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; }
    @media only screen and (max-width: 1023px) {
      .home-info__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 70%;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .home-info__inner {
        width: 100%; } }
  .home-info__main {
    width: 405px;
    margin-right: 100px;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .home-info__main {
        width: 100%;
        margin-bottom: 100px;
        border-bottom: 4px double rgba(255, 255, 255, 0.3);
        padding-bottom: 40px; } }
    @media only screen and (min-width: 1025px) {
      .home-info__main::after, .home-info__main::before {
        content: '';
        display: block; } }
    .home-info__main::after {
      margin: 50px 0 0 100px;
      position: relative;
      z-index: 2;
      opacity: .5; }
    .home-info__main::before {
      background-image: url("../images/dots.png");
      width: 288px;
      height: 175px;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translate(-30px, -150%);
      transform: translate(-30px, -150%);
      z-index: 0; }
  .home-info__main-title {
    position: relative;
    z-index: 1;
    top: -20px; }
  .home-info__main-text {
    position: relative;
    z-index: 1;
    text-align: justify; }
  .home-info__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1 0%; }
  .home-info__item:not(:last-of-type) {
    margin-bottom: 35px; }
  .home-info__item-title {
    text-transform: none;
    font-family: "Titillium Web", sans-serif; }
  .home-info__item p {
    text-align: justify; }

@-webkit-keyframes bounce {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); } }

@keyframes bounce {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); } }

.cases-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 15px; }

.case-item {
  max-width: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 70px; }
  @media only screen and (max-width: 1200px) {
    .case-item {
      max-width: 470px; } }
  @media only screen and (max-width: 1023px) {
    .case-item {
      max-width: 100%;
      -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%; }
      .case-item p {
        line-height: 1.2; } }
  @media only screen and (max-width: 767px) {
    .case-item {
      max-width: 100%;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .case-item p {
    margin: 0;
    text-align: justify; }
  .case-item .image {
    margin-right: 17px; }
    @media only screen and (max-width: 767px) {
      .case-item .image {
        width: 100%;
        margin: 0 0 15px;
        text-align: center; } }
    @media only screen and (max-width: 1023px) {
      .case-item .image img {
        width: 150px;
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .case-item .image img {
        width: 85%;
        height: auto; } }
  @media only screen and (max-width: 767px) {
    .case-item .info-block {
      padding: 0 10%; } }
  .case-item .text {
    margin-bottom: 15px;
    min-height: 110px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .case-item .text {
        min-height: inherit;
        max-height: 100%; } }
    .case-item .text .title {
      font-size: 20px;
      font-family: "Oswald", sans-serif;
      margin-bottom: 15px; }

.read-more {
  color: #ff7900;
  font-size: 16px;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid;
  position: relative; }
  .read-more::after {
    content: '';
    right: 0;
    top: 50%;
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 4.16667px solid transparent;
    border-bottom: 4.16667px solid transparent;
    border-left: 5px solid #ff7900;
    position: absolute; }
  .read-more:hover {
    border-bottom-color: transparent; }

.pagination {
  height: 36px;
  margin: 18px 0 125px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px; }

.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0; }

.pagination li {
  display: inline-block;
  text-align: center;
  margin: 0 3px; }

.pagination a {
  float: left;
  width: 34px;
  line-height: 34px;
  text-decoration: none;
  color: #fff;
  border-radius: 2px; }

.pagination a:hover {
  background-color: #fff;
  color: #ff7900; }

.pagination .active a {
  color: #fff;
  background-color: #ff7900;
  cursor: default; }

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

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled span {
  color: #ccc;
  background-color: transparent;
  cursor: default; }

.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
  background: none;
  color: #ff7900; }

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

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #303030;
  top: 0;
  left: 0;
  display: none; }
  .popup form {
    max-width: 750px;
    position: absolute;
    padding: 0 10px;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 767px) {
      .popup form {
        padding: 0 20px; } }
    .popup form .row {
      max-width: 530px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }
  .popup .title {
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    margin: 0 0 70px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .popup .title {
        font-size: 20px;
        margin: 0 0 30px; } }
  .popup .close-btn {
    background-color: #3f3f3f;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 auto 60px;
    cursor: pointer;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .popup .close-btn {
        margin: 0 auto 30px; } }
    .popup .close-btn:hover {
      background: #2c2c2c; }
    .popup .close-btn::before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.services-list {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 40px; }
  .services-list__item {
    margin-bottom: 80px; }
    .services-list__item:last-of-type {
      margin-bottom: 60px; }
    .services-list__item .content {
      text-align: justify; }

.solutions {
  padding: 75px 9999px;
  margin: 0 -9999px;
  border-top: 1px solid #373737; }
  .solutions-intro {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 100px; }
  @media only screen and (min-width: 768px) {
    .solutions .solution-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .solutions .solution-row:nth-child(3n + 1) {
    background-image: url("../images/dots.png");
    background-repeat: no-repeat;
    background-position: 20% 100%; }
  .solutions .solution-row:nth-child(3n) {
    background-image: url("../images/dots.png");
    background-repeat: no-repeat;
    background-position: 80% 50%; }
  .solutions .solution-row:nth-child(odd) {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .solutions .solution-row:nth-child(odd) {
        text-align: left; } }
    .solutions .solution-row:nth-child(odd) .solution:nth-child(odd)::after, .solutions .solution-row:nth-child(odd) .solution:nth-child(odd)::before {
      content: ''; }
  .solutions .solution-row:nth-child(even) .solution:nth-child(even)::after, .solutions .solution-row:nth-child(even) .solution:nth-child(even)::before {
    content: ''; }
  .solutions .solution-row .solution__text {
    text-align: justify; }
  .solutions .solution-row .solution {
    display: block;
    position: relative;
    padding: 0 40px;
    max-width: 50%;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .solutions .solution-row .solution {
        max-width: 100%;
        padding: 0 20px; } }
    .solutions .solution-row .solution::after, .solutions .solution-row .solution::before {
      display: inline-block;
      position: absolute; }
    .solutions .solution-row .solution::before {
      border: 1px solid #6d6d6d;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      box-shadow: 0 0 0 6px #2c2c2c;
      background: #2c2c2c; }
    .solutions .solution-row .solution:nth-child(odd)::before {
      right: 0;
      top: 0;
      -webkit-transform: translate(50%, 0);
      transform: translate(50%, 0); }
    .solutions .solution-row .solution:nth-child(odd)::after {
      right: 0;
      top: 15px;
      -webkit-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-top: 4.16667px solid transparent;
      border-bottom: 4.16667px solid transparent;
      border-right: 5px solid #ff7900; }
    @media only screen and (max-width: 767px) {
      .solutions .solution-row .solution:nth-child(even) {
        border-right: 1px solid #6d6d6d; } }
    .solutions .solution-row .solution:nth-child(even)::before {
      left: 0;
      top: 0;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      @media only screen and (max-width: 767px) {
        .solutions .solution-row .solution:nth-child(even)::before {
          left: auto;
          right: 0;
          top: 0;
          -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0); } }
    .solutions .solution-row .solution:nth-child(even)::after {
      left: 0;
      top: 15px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-top: 4.16667px solid transparent;
      border-bottom: 4.16667px solid transparent;
      border-left: 5px solid #ff7900; }
      @media only screen and (max-width: 767px) {
        .solutions .solution-row .solution:nth-child(even)::after {
          left: auto;
          right: 0;
          top: 15px;
          -webkit-transform: translate(50%, -50%) rotate(-180deg);
          transform: translate(50%, -50%) rotate(-180deg); } }
    .solutions .solution-row .solution:nth-child(odd) {
      border-right: 1px solid #6d6d6d; }
    @media only screen and (max-width: 767px) {
      .solutions .solution-row .solution__text {
        padding-bottom: 60px; } }

.finish-solution {
  text-align: center;
  position: relative;
  padding-top: 60px; }
  .finish-solution::after, .finish-solution::before {
    display: inline-block;
    position: absolute;
    content: ''; }
  .finish-solution::before {
    border: 1px solid #6d6d6d;
    width: 30px;
    height: 30px;
    top: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #2c2c2c;
    background: #2c2c2c;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%; }
    @media only screen and (max-width: 767px) {
      .finish-solution::before {
        left: auto;
        right: 0;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0); } }
  .finish-solution::after {
    left: 50%;
    top: 16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 5px solid #ff7900;
    border-left: 4.16667px solid transparent;
    border-right: 4.16667px solid transparent; }
    @media only screen and (max-width: 767px) {
      .finish-solution::after {
        left: auto;
        right: 0;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%); } }
  .finish-solution .title::after {
    height: 40px;
    display: block;
    margin: 20px auto 30px;
    content: '';
    background: #6d6d6d;
    width: 1px; }

.single-page {
  max-width: 610px;
  margin: 0 auto 100px; }
  @media only screen and (max-width: 767px) {
    .single-page {
      margin: 0 auto 50px; } }
  .single-page .main-title {
    font-size: 35px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 20px; }
    .single-page .main-title span {
      display: inline-block;
      margin-bottom: 10px; }
    .single-page .main-title img {
      margin-bottom: 0;
      vertical-align: top; }
      .single-page .main-title img + span {
        display: none; }
  @media only screen and (min-width: 769px) {
    .single-page img[src*="-wide"] {
      width: 110%;
      max-width: 110%;
      margin-left: -5%; } }
  .single-page em {
    color: #a6a6a6; }
  .single-page p {
    margin: 0 0 25px; }
  .single-page img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px; }
  .single-page ul {
    margin: 0 0 30px;
    padding-left: 0;
    list-style: none; }
    .single-page ul li {
      padding-left: 20px;
      position: relative; }
    .single-page ul li::before {
      position: absolute;
      content: '';
      height: 6px;
      left: 0;
      width: 6px;
      top: 10px;
      background: #fff;
      display: inline-block;
      border-radius: 50%;
      vertical-align: middle;
      line-height: 20px; }
  .single-page blockquote {
    background: #3d3d3d;
    padding: 15px 30px;
    margin: 0 -30px 30px;
    border-radius: 2px; }
    .single-page blockquote ul {
      margin: 0; }
    .single-page blockquote li {
      margin-bottom: 10px; }
  .single-page table {
    width: 100%;
    border-collapse: collapse; }
    .single-page table td,
    .single-page table th {
      border: 1px solid;
      padding: 5px 15px;
      border-spacing: none; }

.other-pages__list {
  background: #282828;
  padding: 50px 9999px 0;
  margin: 0 -9999px; }
  .other-pages__list .cases-list {
    margin-bottom: 0; }
  .other-pages__list > .title {
    text-align: center;
    font-size: 35px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 70px;
    position: relative; }
    .other-pages__list > .title::after {
      content: '';
      background: #535353;
      height: 1px;
      width: 100%;
      display: block;
      position: absolute;
      top: 50%; }
    .other-pages__list > .title span {
      display: inline-block;
      padding: 0 35px;
      position: relative;
      background: #282828;
      z-index: 1; }

.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

.aligncenter {
  text-align: center; }

.article-block {
  text-align: justify; }

.intro__title, .services-home__title, .home-info__main-title, .services-list__item .title, .solutions__title, .solutions .solution-row .solution__title, .finish-solution .title, h1, h2, h3, .why-list .why-list__item .title {
  font-weight: 200;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }

.intro__title, .home-info__main-title, .services-list__item .title, .solutions__title, .solutions .solution-row .solution__title, .finish-solution .title, h1, h2, .why-list .why-list__item .title {
  font-size: 28px;
  margin: 0 0 15px; }

h3 {
  font-size: 22px;
  margin: 0 0 15px; }

.services-home__title, .home-info__item-title {
  padding-bottom: 10px;
  margin: 0 0 15px;
  position: relative; }
  .services-home__title::after, .home-info__item-title::after {
    content: '';
    display: block;
    width: 50%;
    height: 0;
    border-top: 1px solid #a6a6a6;
    position: absolute;
    bottom: 0; }

.why-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }
  .why-list .why-list__item {
    max-width: 530px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px; }
    @media only screen and (max-width: 1200px) {
      .why-list .why-list__item {
        max-width: 470px; } }
    @media only screen and (max-width: 1023px) {
      .why-list .why-list__item {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        max-width: 100%; } }
    @media only screen and (max-width: 767px) {
      .why-list .why-list__item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .why-list .why-list__item ul {
      list-style: square;
      padding: 0 0 0 22px; }
      .why-list .why-list__item ul li {
        margin-bottom: 5px; }
    .why-list .why-list__item .title {
      letter-spacing: 1px; }
    .why-list .why-list__item p {
      margin: 0 0 30px;
      line-height: 1.6;
      max-width: 495px; }
    .why-list .why-list__item .title {
      position: relative;
      padding: 0 0 0 40px; }
      .why-list .why-list__item .title span {
        display: inline-block;
        vertical-align: middle; }
      .why-list .why-list__item .title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }

/*# sourceMappingURL=index.css.map */
