/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.l-container, #fp-nav, .header__container, .bottom-panel__container, .error-page {
  width: 100%;
  max-width: 1660px;
  margin: auto;
  padding: 0 30px; }
  @media screen and (max-width: 1500px) {
    .l-container, #fp-nav, .header__container, .bottom-panel__container, .error-page {
      max-width: 1360px; } }
  @media screen and (max-width: 640px) {
    .l-container, #fp-nav, .header__container, .bottom-panel__container, .error-page {
      padding: 0 20px; } }

.home-screen:after, .home-about:after {
  content: '';
  position: absolute;
  top: 1%;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 97%;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
  -webkit-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px); }

.case-preview, .case-slide {
  position: relative;
  display: block;
  color: #ffffff;
  background: #228dc8;
  cursor: pointer; }
  .case-preview:after, .case-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: none;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    transition: background 300ms; }
  .case-preview:hover, .case-slide:hover {
    background: #ffffff; }
  .case-preview img, .case-slide img {
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  .case-preview:hover img, .case-slide:hover img {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9); }
  .case-preview:hover:after, .case-slide:hover:after {
    background: #fb4c0a;
    background-image: -moz-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #fb4c0a), color-stop(100%, #fca22c));
    background-image: -webkit-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
    background-image: -o-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
    background-image: -ms-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
    background-image: linear-gradient(-27deg, #fb4c0a 0%, #fca22c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 ); }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/GothamProRegular.eot");
  src: local("O"), url("../fonts/GothamPro/GothamProRegular.woff") format("woff"), url("../fonts/GothamPro/GothamProRegular.woff2") format("woff2"), url("../fonts/GothamPro/GothamProRegular.ttf") format("truetype"), url("../fonts/GothamPro/GothamProRegular.svg#Gotham Pro") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/GothamProMedium.eot");
  src: local("O"), url("../fonts/GothamPro/GothamProMedium.woff") format("woff"), url("../fonts/GothamPro/GothamProMedium.woff2") format("woff2"), url("../fonts/GothamPro/GothamProMedium.ttf") format("truetype"), url("../fonts/GothamPro/GothamProMedium.svg#Gotham Pro") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/GothamProBold.eot");
  src: local("O"), url("../fonts/GothamPro/GothamProBold.woff") format("woff"), url("../fonts/GothamPro/GothamProBold.woff2") format("woff2"), url("../fonts/GothamPro/GothamProBold.ttf") format("truetype"), url("../fonts/GothamPro/GothamProBold.svg#Gotham Pro") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/GothamProItalic.eot");
  src: local("O"), url("../fonts/GothamPro/GothamProItalic.woff") format("woff"), url("../fonts/GothamPro/GothamProItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamProItalic.ttf") format("truetype"), url("../fonts/GothamPro/GothamProItalic.svg#Gotham Pro") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "Muller";
  src: url("../fonts/Muller/MullerRegular.eot");
  src: local("O"), url("../fonts/Muller/MullerRegular.woff") format("woff"), url("../fonts/Muller/MullerRegular.woff2") format("woff2"), url("../fonts/Muller/MullerRegular.ttf") format("truetype"), url("../fonts/Muller/MullerRegular.svg#Muller") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Muller";
  src: url("../fonts/Muller/MullerLight.eot");
  src: local("O"), url("../fonts/Muller/MullerLight.woff") format("woff"), url("../fonts/Muller/MullerLight.woff2") format("woff2"), url("../fonts/Muller/MullerLight.ttf") format("truetype"), url("../fonts/Muller/MullerLight.svg#Muller") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Muller";
  src: url("../fonts/Muller/MullerMedium.eot");
  src: local("O"), url("../fonts/Muller/MullerMedium.woff") format("woff"), url("../fonts/Muller/MullerMedium.woff2") format("woff2"), url("../fonts/Muller/MullerMedium.ttf") format("truetype"), url("../fonts/Muller/MullerMedium.svg#Muller") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Muller";
  src: url("../fonts/Muller/MullerBold.eot");
  src: local("O"), url("../fonts/Muller/MullerBold.woff") format("woff"), url("../fonts/Muller/MullerBold.woff2") format("woff2"), url("../fonts/Muller/MullerBold.ttf") format("truetype"), url("../fonts/Muller/MullerBold.svg#Muller") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "PT Rouble";
  src: url("../fonts/PtRub/RUBSN.eot");
  src: local("O"), url("../fonts/PtRub/RUBSN.woff") format("woff"), url("../fonts/PtRub/RUBSN.woff2") format("woff2"), url("../fonts/PtRub/RUBSN.ttf") format("truetype"), url("../fonts/PtRub/RUBSN.svg#PT Rouble") format("svg");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3 {
  font-weight: normal; }

.title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  font-family: "Gotham Pro", sans-serif; }
  @media screen and (max-width: 1500px) {
    .title {
      font-size: 42px; } }
  @media screen and (max-width: 980px) {
    .title {
      font-size: 38px; } }
  @media screen and (max-width: 420px) {
    .title {
      font-size: 32px; } }

.subtitle {
  margin: 0 auto 35px;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.3;
  font-family: "Gotham Pro", sans-serif;
  text-align: center; }
  @media screen and (max-width: 1500px) {
    .subtitle {
      font-size: 36px; } }
  @media screen and (max-width: 980px) {
    .subtitle {
      font-size: 32px; } }
  @media screen and (max-width: 420px) {
    .subtitle {
      margin: 0 auto 30px;
      font-size: 28px; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 100%;
  overflow-x: hidden !important; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font: 18px/1.4 "Muller",sans-serif;
  color: #2a2929;
  background: #f5f5f5; }
  @media screen and (max-width: 1500px) {
    body {
      font: 16px/1.4 "Muller",sans-serif; } }

.l-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

input.placeholder, textarea.placeholder {
  opacity: 1 !important;
  text-overflow: ellipsis; }
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1 !important;
  text-overflow: ellipsis; }
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1 !important;
  text-overflow: ellipsis; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1 !important;
  text-overflow: ellipsis; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1 !important;
  text-overflow: ellipsis; }
input::-ms-clear, textarea::-ms-clear {
  display: none; }

p {
  margin: 0 0 10px; }

img {
  vertical-align: middle; }

a img {
  border: none;
  outline: none !important;
  cursor: pointer; }

a {
  outline: none !important;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

input, textarea {
  outline: none; }

.translucent-image {
  display: block;
  position: relative;
  width: 100%;
  background: #000000;
  cursor: pointer; }
  .translucent-image__img {
    width: 100%;
    opacity: 1; }
  .translucent-image:hover img {
    opacity: 0.7; }
  .translucent-image__text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 9px;
    margin: 0;
    text-align: center;
    line-height: 1;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .translucent-image__text {
        padding: 0 5px; } }

.rub {
  font-family: "PT Rouble", sans-serif;
  font-weight: normal;
  font-size: 1em; }

.grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .grid-container__left {
    width: 38%; }
  .grid-container__right {
    width: 62%; }

.clearfix::after {
  display: table;
  content: "";
  clear: both; }

.button {
  position: relative;
  display: inline-block;
  padding: 20px 32px 19px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: #ff6f0b;
  border: 3px solid rgba(230, 230, 230, 0.4); }
  .button:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    height: 75%;
    width: 28%;
    border-top: 2.5px solid #ff6f0b;
    border-left: 2.5px solid #ff6f0b; }
  .button:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    height: 75%;
    width: 28%;
    border-bottom: 2.5px solid #ff6f0b;
    border-right: 2.5px solid #ff6f0b; }
  .button:hover {
    color: #ffffff;
    border: none;
    background: #fcb039;
    background-image: -webkit-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
    background-image: -o-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
    background-image: linear-gradient(to bottom, #fcb039 0%, #ff5e21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCB039', endColorstr='#FFFF5E21', GradientType=0); }
  .button:hover:before, .button:hover:after {
    border: 2px solid rgba(255, 255, 255, 0); }
  .button--white {
    color: #ffffff; }
  @media screen and (max-width: 1500px) {
    .button {
      font-size: 12px; } }
  @media screen and (max-width: 1370px) {
    .button {
      font-weight: 600; } }

.portfolio-slider {
  height: 100% !important;
  overflow: hidden !important; }
  .portfolio-slider__slide {
    min-height: 350px;
    width: 100%;
    height: 97%; }
  .portfolio-slider .flip-current {
    -webkit-box-shadow: 0 3px 15px 0 rgba(105, 105, 105, 0.4);
    -moz-box-shadow: 0 3px 15px 0 rgba(105, 105, 105, 0.4);
    box-shadow: 0 3px 15px 0 rgba(105, 105, 105, 0.4); }
  .portfolio-slider__link {
    width: 100%;
    height: 100%;
    padding: 35px 38px; }
  .portfolio-slider .flip-items {
    height: calc(100% - 30px) !important;
    width: 79% !important; }
    @media screen and (max-width: 1140px) {
      .portfolio-slider .flip-items {
        height: 450px !important; } }
    @media screen and (max-width: 840px) {
      .portfolio-slider .flip-items {
        height: 400px !important;
        width: 85% !important; } }
    @media screen and (max-width: 640px) {
      .portfolio-slider .flip-items {
        height: 350px !important; } }
    @media screen and (max-width: 420px) {
      .portfolio-slider .flip-items {
        height: 320px !important;
        width: 100% !important; } }
  @media screen and (max-width: 1140px) {
    .portfolio-slider {
      height: auto !important;
      padding-bottom: 30px; } }
  @media screen and (max-width: 420px) {
    .portfolio-slider {
      padding-bottom: 50px; } }

.flipster-carousel .flip-items img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.flip-content {
  height: 100%; }

.flip-item, .flipster-carousel .flip-prev, .flipster-carousel .flip-next {
  opacity: 1;
  transition: transform 350ms, z-index 350ms 0.01ms; }

.flip-prev .case-preview, .flip-next .case-preview {
  background: #0b82c3; }

.flipster-carousel.portfolio-slider .flip-prev {
  -webkit-transform: translateX(-23%) translateZ(0) rotateY(0deg) scale(0.8);
  -moz-transform: translateX(-23%) translateZ(0) rotateY(0deg) scale(0.8);
  -ms-transform: translateX(-23%) translateZ(0) rotateY(0deg) scale(0.8);
  transform: translateX(-23%) translateZ(0) rotateY(0deg) scale(0.8); }

.flipster-carousel.portfolio-slider .flip-next {
  -webkit-transform: translateX(23%) translateZ(0) rotateY(0deg) scale(0.8);
  -moz-transform: translateX(23%) translateZ(0) rotateY(0deg) scale(0.8);
  -ms-transform: translateX(23%) translateZ(0) rotateY(0deg) scale(0.8);
  transform: translateX(23%) translateZ(0) rotateY(0deg) scale(0.8); }

@media screen and (max-width: 840px) {
  .flipster-carousel.portfolio-slider .flip-prev {
    -webkit-transform: translateX(-20%) translateZ(0) rotateY(0deg) scale(0.8);
    -moz-transform: translateX(-20%) translateZ(0) rotateY(0deg) scale(0.8);
    -ms-transform: translateX(-20%) translateZ(0) rotateY(0deg) scale(0.8);
    transform: translateX(-20%) translateZ(0) rotateY(0deg) scale(0.8); }

  .flipster-carousel.portfolio-slider .flip-next {
    -webkit-transform: translateX(20%) translateZ(0) rotateY(0deg) scale(0.8);
    -moz-transform: translateX(20%) translateZ(0) rotateY(0deg) scale(0.8);
    -ms-transform: translateX(20%) translateZ(0) rotateY(0deg) scale(0.8);
    transform: translateX(20%) translateZ(0) rotateY(0deg) scale(0.8); } }
.slider-arrows {
  position: relative;
  bottom: -14px;
  text-align: center; }
  .slider-arrows .flipto-prev, .slider-arrows .flipto-next {
    display: inline-block;
    height: 16px;
    width: 51px;
    margin: 0 15px;
    background-repeat: no-repeat;
    background-image: url("../image/icons/arrows.svg"); }
  .slider-arrows .flipto-prev {
    background-position: 0 0; }
    .slider-arrows .flipto-prev:hover {
      background-position: 0 100%; }
  .slider-arrows .flipto-next {
    background-position: 100% 0; }
    .slider-arrows .flipto-next:hover {
      background-position: 100% 100%; }
  @media screen and (max-width: 640px) {
    .slider-arrows {
      bottom: -25px; } }
  @media screen and (max-width: 420px) {
    .slider-arrows {
      bottom: -50px; } }

.owl-nav {
  margin: 25px 0 0;
  text-align: center; }

.owl-prev, .owl-next {
  display: inline-block;
  height: 16px;
  width: 51px;
  margin: 0 15px;
  background-repeat: no-repeat !important;
  background-image: url("../image/icons/arrows.svg") !important;
  outline: none; }

.owl-prev {
  background-position: 0 0 !important; }

.owl-next {
  background-position: 100% 0 !important; }

@media screen and (min-width: 740px) {
  .owl-prev:hover {
    background-position: 0 100% !important; }

  .owl-next:hover {
    background-position: 100% 100% !important; } }
.checkbox {
  padding-left: 20px; }
  .checkbox input {
    position: absolute; }
  .checkbox.parsley-error {
    border: none; }
    .checkbox.parsley-error label::before {
      border: 2px solid #f7451d;
      -webkit-animation: swing 0.6s ease;
      animation: swing 0.6s ease;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #393946;
  cursor: pointer; }
  @media screen and (max-width: 370px) {
    .checkbox label {
      padding-left: 7px;
      font-size: 13px; } }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  margin-top: -1px;
  border: 2px solid #84849a;
  background: none;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 9px;
  margin-left: -16px;
  margin-top: 3px;
  background: #ff6f0b; }

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  content: ""; }

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px; }

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.radio {
  padding-left: 20px; }

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 4px;
  top: 4px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #ff6f0b;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
  outline: none; }

.radio input[type="radio"]:focus + label::before {
  outline: none; }

.accordion-item {
  padding: 30px 0;
  border-top: 1px solid #dcdcdc; }
  .accordion-item:last-child {
    border-bottom: 1px solid #dcdcdc; }
  .accordion-item__button {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../image/icons/accordion-btn.png) 0 100% no-repeat; }
  .accordion-item__header {
    position: relative;
    display: block;
    padding: 10px 10px 10px 50px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Gotham Pro", sans-serif;
    color: #228dc8; }
    .accordion-item__header:hover {
      color: #ff6f0b; }
      .accordion-item__header:hover .accordion-item__button {
        background: url(../image/icons/accordion-btn.png) 100% 100% no-repeat; }
  .accordion-item__header.collapsed {
    color: #505050; }
    .accordion-item__header.collapsed .accordion-item__button {
      margin-top: -1px;
      background: url(../image/icons/accordion-btn.png) 0 0 no-repeat; }
    .accordion-item__header.collapsed:hover {
      color: #ff6f0b; }
      .accordion-item__header.collapsed:hover .accordion-item__button {
        background: url(../image/icons/accordion-btn.png) 100% 0 no-repeat; }
  .accordion-item__body {
    padding: 20px 10px 10px 50px; }
  @media screen and (max-width: 700px) {
    .accordion-item {
      padding: 20px 0; }
      .accordion-item__header {
        font-size: 16px; } }
  @media screen and (max-width: 380px) {
    .accordion-item__header {
      padding: 10px 10px 10px 40px; }
    .accordion-item__body {
      padding: 20px 10px 10px 40px; } }

.l-tabs {
  margin: 0 0 120px; }
  .l-tabs .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    border-color: #2548a9;
    border-bottom-style: solid;
    border-width: 0;
    border-bottom-width: 4px;
    -moz-border-image: url("../image/picture/border-form.jpg") 5 stretch;
    -webkit-border-image: url("../image/picture/border-form.jpg") 5 stretch;
    border-image: url("../image/picture/border-form.jpg") 5 stretch; }
  .l-tabs .nav-tabs .nav-item {
    display: inline-block;
    margin: 0 2px; }
  .l-tabs .nav-link {
    padding: 11px 22px;
    font-size: 17px;
    color: #2a2929;
    border-radius: 0;
    border-bottom: none;
    border-right: 1px solid #088FCF;
    border-left: 1px solid #088FCF;
    border-top: 2px solid #088FCF; }
    .l-tabs .nav-link:hover {
      color: #ff6f0b; }
    .l-tabs .nav-link.active:hover {
      color: #ff6f0b; }
  .l-tabs .nav-tabs .nav-link:hover, .l-tabs .nav-tabs .nav-link:focus {
    border-bottom: none;
    border-right: 1px solid #088FCF;
    border-left: 1px solid #088FCF;
    border-top: 2px solid #088FCF; }
  .l-tabs .nav-tabs .nav-link.active, .l-tabs .nav-tabs .nav-item.show .nav-link, .l-tabs .nav-tabs .nav-link.active:hover {
    color: #ff6f0b;
    background-color: rgba(255, 255, 255, 0);
    border-right: 1px solid #ff6f0b;
    border-left: 1px solid #ff6f0b;
    border-top: 2px solid #ff6f0b;
    border-bottom: 0; }
  @media screen and (max-width: 740px) {
    .l-tabs {
      margin: 0 0 100px; } }

ul.breadcrumb {
  margin: 0;
  padding: 40px 0 20px;
  list-style: none;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #777777;
  background: none; }
  ul.breadcrumb li {
    display: inline-block;
    padding: 0 0 4px !important; }
    ul.breadcrumb li:before {
      background-image: none !important; }
  ul.breadcrumb a {
    color: #777777;
    border: none; }
    ul.breadcrumb a:hover {
      color: #777777;
      border: none; }
  @media screen and (max-width: 850px) {
    ul.breadcrumb {
      padding: 35px 0 20px; } }
  @media screen and (max-width: 670px) {
    ul.breadcrumb {
      font-size: 13px; } }

ul.breadcrumb > li + li:before {
  content: "\203A";
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 8px 0 5px;
  color: #777777; }

.load-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #1E88E5; }
  .load-wrap span.load {
    display: block;
    position: relative;
    -webkit-animation: rotateLoad infinite linear 1s;
    -moz-animation: rotateLoad infinite linear 1s;
    -ms-animation: rotateLoad infinite linear 1s;
    -o-animation: rotateLoad infinite linear 1s;
    animation: rotateLoad infinite linear 1s; }
  .load-wrap span.load.mini {
    width: 15px;
    height: 15px; }
  .load-wrap span.load.little {
    width: 25px;
    height: 25px; }
  .load-wrap span.load {
    width: 60px;
    height: 60px; }
  .load-wrap span.load:before,
  .load-wrap span.load:after {
    display: block;
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 55%;
    height: 55%; }
  .load-wrap span.load:before {
    right: 0;
    bottom: 0;
    -webkit-animation: scaleChange_1 infinite linear 1s;
    -moz-animation: scaleChange_1 infinite linear 1s;
    -ms-animation: scaleChange_1 infinite linear 1s;
    -o-animation: scaleChange_1 infinite linear 1s;
    animation: scaleChange_1 infinite linear 1s; }
  .load-wrap span.load:after {
    top: 0;
    left: 0;
    -webkit-animation: scaleChange_2 infinite linear 1s;
    -moz-animation: scaleChange_2 infinite linear 1s;
    -ms-animation: scaleChange_2 infinite linear 1s;
    -o-animation: scaleChange_2 infinite linear 1s;
    animation: scaleChange_2 infinite linear 1s; }
  .load-wrap span.load.dark:before,
  .load-wrap span.load.dark:after {
    background: #222; }
  .load-wrap span.load.mini:after {
    border-width: 2px; }
  .load-wrap span.load.little:after {
    border-width: 3px; }
  .load-wrap span.load:after {
    border-width: 8px; }

@-webkit-keyframes rotateLoad {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotateLoad {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes rotateLoad {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotateLoad {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes scaleChange_1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes scaleChange_1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes scaleChange_1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes scaleChange_1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes scaleChange_2 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@-moz-keyframes scaleChange_2 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@-o-keyframes scaleChange_2 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@keyframes scaleChange_2 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
.menu {
  margin: 0;
  padding: 0; }
  .menu__item {
    display: inline-block;
    padding: 0 16px; }
    .menu__item:first-child {
      padding-left: 0 !important; }
  .menu__link {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    font-family: "Muller", sans-serif;
    letter-spacing: 0.02em;
    color: #494965;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms; }
    .menu__link:hover {
      color: #ff6c00; }
  @media screen and (max-width: 1500px) {
    .menu__link {
      font-size: 16px; } }
  @media screen and (max-width: 1370px) {
    .menu__item {
      padding: 0 13px; } }
  @media screen and (max-width: 980px) {
    .menu {
      margin: 70px auto 30px;
      text-align: center; }
      .menu__item {
        width: 100%;
        padding: 7px 0; } }

.fp-viewing-home .menu__link:hover {
  color: #ff8836 !important; }

.fp-viewing-about .menu__link:hover {
  color: #ff9f0b !important; }

.l-fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden; }
  .l-fullscreen-menu.open {
    opacity: 1;
    visibility: visible; }

.overlay-nav {
  position: fixed;
  top: 18px;
  right: 5%;
  z-index: 100;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px); }
  .overlay-nav span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-color: #1a60a6; }

.fullscreen-menu {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center; }
  .fullscreen-menu li, .fullscreen-menu__item {
    display: block;
    padding: 21px 0; }
  .fullscreen-menu a, .fullscreen-menu__link {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    font-family: "Muller", sans-serif;
    letter-spacing: 0.02em;
    color: #ffffff; }
    .fullscreen-menu a:hover, .fullscreen-menu__link:hover {
      color: #fd8425; }
  .fullscreen-menu .current-menu-item .menu__link {
    color: #fd8425; }
    .fullscreen-menu .current-menu-item .menu__link:after {
      content: '';
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #fd8425;
      opacity: 0.9; }
  @media screen and (max-width: 1370px) {
    .fullscreen-menu li, .fullscreen-menu__item {
      padding: 17px 0; }
    .fullscreen-menu a, .fullscreen-menu__link {
      font-size: 45px; } }
  @media screen and (max-width: 1140px) {
    .fullscreen-menu li, .fullscreen-menu__item {
      padding: 15px 0; }
    .fullscreen-menu a, .fullscreen-menu__link {
      font-size: 38px; }
    .fullscreen-menu .current-menu-item .menu__link:after {
      bottom: 4px; } }
  @media screen and (max-width: 760px) {
    .fullscreen-menu li, .fullscreen-menu__item {
      padding: 13px 0; }
    .fullscreen-menu a, .fullscreen-menu__link {
      font-size: 28px; }
    .fullscreen-menu .current-menu-item .menu__link:after {
      bottom: 3px;
      height: 1px; } }
  @media screen and (max-width: 420px) {
    .fullscreen-menu li, .fullscreen-menu__item {
      padding: 10px 0; }
    .fullscreen-menu a, .fullscreen-menu__link {
      font-size: 22px; } }

.close-menu {
  position: absolute;
  right: 8%;
  top: 50px;
  z-index: 101;
  width: 30px;
  height: 30px;
  background-image: url("../image/icons/close.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }
  .close-menu:hover {
    background-position: 100% 0; }
  @media screen and (max-width: 760px) {
    .close-menu {
      width: 25px;
      height: 25px; }
      .close-menu:hover {
        background-position: 0 0; } }
  @media screen and (max-width: 420px) {
    .close-menu {
      top: 30px; } }

#fp-nav {
  top: 50%;
  left: 50% !important;
  z-index: 1;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: -20px auto 0 !important; }

#fp-nav ul li {
  width: 30px;
  height: 15px;
  margin: 6px 0; }

#fp-nav ul li a span {
  left: 0;
  height: 2px !important;
  width: 30px !important;
  margin: 0 !important;
  background: #ffffff;
  border-radius: 0; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 45px; }

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
  height: 2px;
  width: 50px !important;
  margin: 0;
  border-radius: 0;
  background: #fd842c !important; }

.fp-viewing-services #fp-nav ul li a span, .fp-viewing-portfolio #fp-nav ul li a span, .fp-viewing-contacts #fp-nav ul li a span {
  background: #2b74c5 !important; }
.fp-viewing-services #fp-nav ul li a.active span,
.fp-viewing-services #fp-nav ul li:hover a.active span, .fp-viewing-portfolio #fp-nav ul li a.active span,
.fp-viewing-portfolio #fp-nav ul li:hover a.active span, .fp-viewing-contacts #fp-nav ul li a.active span,
.fp-viewing-contacts #fp-nav ul li:hover a.active span {
  background: #fd842c !important; }

.fp-sr-only {
  clip: auto !important; }

.sidebar-nav {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px; }
  .sidebar-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidebar-nav li {
    margin: 4px 0; }
  .sidebar-nav__item {
    display: block;
    padding: 9px 0; }
  .sidebar-nav__switch {
    display: block;
    height: 2px;
    width: 30px;
    background: #ffffff; }
  .sidebar-nav__item.active .sidebar-nav__switch {
    width: 50px;
    background: #ff6f0b !important; }
  @media screen and (max-width: 1370px) {
    .sidebar-nav {
      top: 47%; } }
  @media screen and (max-width: 1140px) {
    .sidebar-nav {
      display: none; } }

.fp-viewing-services .sidebar-nav__switch, .fp-viewing-portfolio .sidebar-nav__switch, .fp-viewing-contacts .sidebar-nav__switch, .fp-viewing-footer .sidebar-nav__switch {
  background: #2b74c5 !important; }

.page-sidebar__title {
  margin: 115px 0 50px; }
.page-sidebar__wrap {
  position: relative;
  z-index: 10;
  padding: 81px 30px 0; }
.page-sidebar__content {
  padding-left: 400px; }
@media screen and (max-width: 1500px) {
  .page-sidebar__content {
    padding-left: 300px; }
  .page-sidebar__title {
    margin: 115px 0 37px; } }
@media screen and (max-width: 1140px) {
  .page-sidebar__content {
    padding-left: 0; }
  .page-sidebar__title {
    margin: 0 0 55px;
    text-align: center; }
    .page-sidebar__title br {
      display: none; } }
@media screen and (max-width: 740px) {
  .page-sidebar__title {
    margin: 0 0 50px; } }
@media screen and (max-width: 640px) {
  .page-sidebar__wrap {
    padding: 81px 20px 0; } }
@media screen and (max-width: 420px) {
  .page-sidebar__wrap {
    padding: 60px 20px 0; }
  .page-sidebar__title {
    margin: 0 0 40px; } }

.sidebar {
  position: absolute;
  top: -50px;
  width: 400px; }
  .sidebar__content {
    position: fixed;
    top: 38px !important;
    z-index: 10; }
  @media screen and (max-width: 1500px) {
    .sidebar {
      width: 300px; }
      .sidebar__content {
        top: 24px !important; } }
  @media screen and (max-width: 1140px) {
    .sidebar {
      position: static;
      width: 100%; }
      .sidebar__content {
        position: static !important; }
      .sidebar .services-submenu {
        display: none; } }

.sidebar-filter__list {
  margin: 0;
  padding: 0;
  list-style: none; }
.sidebar-filter__item {
  padding: 0 0 15px; }
.sidebar-filter__link {
  position: relative;
  font-size: 19px;
  color: #2a2929;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms; }
  .sidebar-filter__link:hover {
    color: #ff6f0b; }
  .sidebar-filter__link.cur {
    padding-left: 26px;
    color: #ff6f0b; }
    .sidebar-filter__link.cur:before {
      content: "";
      position: absolute;
      top: 5px;
      left: -31px;
      height: 2px;
      width: 40px;
      background: #fd842c; }
@media screen and (max-width: 1500px) {
  .sidebar-filter__item {
    padding: 0 0 13px; }
  .sidebar-filter__link {
    font-size: 17px; }
    .sidebar-filter__link.cur {
      padding-left: 21px; } }
@media screen and (max-width: 1140px) {
  .sidebar-filter {
    margin: 0 0 30px; }
    .sidebar-filter__item {
      display: inline-block;
      padding: 0 15px 4px 0; }
    .sidebar-filter__link {
      font-size: 15px; }
      .sidebar-filter__link.cur {
        padding-left: 0;
        font-weight: 600; }
        .sidebar-filter__link.cur:before {
          display: none; } }

.sidebar-burger {
  display: inline-block;
  margin-left: 65px;
  opacity: 0; }
  @media screen and (max-width: 1140px) {
    .sidebar-burger {
      display: none !important; } }

@media screen and (max-width: 1140px) {
  .fixed-logo {
    display: none; } }
.modal-open {
  overflow: hidden;
  padding: 0 !important; }

.modal-bg {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #1a60a6;
  overflow-y: auto; }

.modal-close {
  position: absolute;
  top: -32px;
  right: -32px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../image/icons/close.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }
  .modal-close:hover {
    background-position: 100% 0; }

.modal-wrap {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 40px auto 20px;
  padding: 0 15px; }

.modal-container {
  position: relative;
  background: #f5f5f5; }

.modal-title {
  margin: 0 0 38px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Gotham Pro", sans-serif;
  text-align: center; }

.l-form-modal {
  max-width: 450px; }
  .l-form-modal .modal-container {
    padding: 50px 65px 60px; }

.l-thanks-modal {
  max-width: 450px;
  text-align: center; }
  .l-thanks-modal .modal-container {
    padding: 50px 45px 60px; }
  .l-thanks-modal .modal-title {
    margin: 0 0 22px; }

@media screen and (max-width: 980px) {
  .modal-wrap {
    position: absolute;
    left: 50%;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 50px auto; }

  .modal-title {
    font-size: 28px; } }
@media screen and (max-width: 540px) {
  .modal-wrap {
    margin: 40px auto; }

  .modal-close {
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    background-position: 100% 0; } }
@media screen and (max-width: 460px) {
  .l-form-modal .modal-container {
    padding: 50px 35px 60px; }

  .l-thanks-modal .modal-container {
    padding: 50px 35px 60px; }

  .modal-title {
    font-size: 26px; } }
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  background: #1a66ab;
  background-image: -webkit-linear-gradient(top, #1a66ab 0%, #1d3c86 100%);
  background-image: -o-linear-gradient(top, #1a66ab 0%, #1d3c86 100%);
  background-image: linear-gradient(to bottom, #1a66ab 0%, #1d3c86 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1A66AB', endColorstr='#FF1D3C86', GradientType=0); }

.copyright {
  padding: 22px 20px 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff; }

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px); }
  30% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px); }
  40% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px); }
  65% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-moz-keyframes swing {
  15% {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px); }
  30% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px); }
  40% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px); }
  65% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-o-keyframes swing {
  15% {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px); }
  30% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px); }
  40% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px); }
  65% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes swing {
  15% {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px); }
  30% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px); }
  40% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px); }
  65% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.form {
  border-color: #2548a9;
  border-style: solid;
  border-width: 15px;
  -moz-border-image: url("../image/picture/border-form.jpg") 15 stretch;
  -webkit-border-image: url("../image/picture/border-form.jpg") 15 stretch;
  border-image: url("../image/picture/border-form.jpg") 15 stretch; }
  .form__item {
    position: relative;
    color: #393946; }
  .form__label {
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    font-size: 18px;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms; }
    .form__label.active {
      top: -18px;
      font-size: 14px;
      letter-spacing: 0.02em; }
  .form__input {
    width: 100%;
    padding-bottom: 9px;
    font-size: 17px;
    border: none;
    border-bottom: 2px solid #84849a;
    background: rgba(255, 255, 255, 0); }
    .form__input.parsley-error {
      border-bottom: 2px solid #f7451d;
      -webkit-animation: swing 0.6s ease;
      animation: swing 0.6s ease;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
  .form__textarea {
    width: 100%;
    height: 50px;
    max-height: 150px;
    font-size: 17px;
    line-height: 1.3;
    border: none;
    border-bottom: 2px solid #84849a;
    background: rgba(255, 255, 255, 0); }
    .form__textarea.parsley-error {
      border-bottom: 2px solid #f7451d;
      -webkit-animation: swing 0.6s ease;
      animation: swing 0.6s ease;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
  .form__wrap-submit {
    position: relative;
    width: 100%;
    text-align: center;
    border: 3px solid rgba(230, 230, 230, 0.4); }
    .form__wrap-submit:before {
      content: "";
      position: absolute;
      top: -3px;
      left: -3px;
      height: 75%;
      width: 28%;
      border-top: 2.5px solid #ff6f0b;
      border-left: 2.5px solid #ff6f0b; }
    .form__wrap-submit:after {
      content: "";
      position: absolute;
      bottom: -3px;
      right: -3px;
      height: 75%;
      width: 28%;
      border-bottom: 2.5px solid #ff6f0b;
      border-right: 2.5px solid #ff6f0b; }
    .form__wrap-submit:hover:before, .form__wrap-submit:hover:after {
      border: none; }
    .form__wrap-submit:hover {
      border: none;
      background: #fcb039;
      background-image: -webkit-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
      background-image: -o-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
      background-image: linear-gradient(to bottom, #fcb039 0%, #ff5e21 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCB039', endColorstr='#FFFF5E21', GradientType=0); }
    .form__wrap-submit:hover .form__submit {
      padding: 23px 10px 22px;
      color: #ffffff; }
  .form__submit {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 100%;
    padding: 20px 10px 19px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ff6f0b;
    border: none;
    background: rgba(255, 255, 255, 0);
    cursor: pointer; }
  @media screen and (max-width: 1500px) {
    .form__submit {
      font-size: 12px; }
    .form__input {
      padding-bottom: 5px; }
    .form__label {
      position: absolute;
      left: 0;
      top: 1px;
      display: block;
      font-size: 16px;
      -webkit-transition: all 350ms;
      -moz-transition: all 350ms;
      transition: all 350ms; }
      .form__label.active {
        top: -18px;
        font-size: 12px;
        letter-spacing: 0.02em; } }
  @media screen and (max-width: 420px) {
    .form {
      border-width: 10px; }
      .form__wrap-submit {
        position: relative;
        width: 100%;
        text-align: center;
        border: 3px solid rgba(230, 230, 230, 0.4); }
        .form__wrap-submit:before {
          content: "";
          position: absolute;
          top: -3px;
          left: -3px;
          height: 75%;
          width: 28%;
          border-top: 2.5px solid #ff6f0b;
          border-left: 2.5px solid #ff6f0b; }
        .form__wrap-submit:after {
          content: "";
          position: absolute;
          bottom: -3px;
          right: -3px;
          height: 75%;
          width: 28%;
          border-bottom: 2.5px solid #ff6f0b;
          border-right: 2.5px solid #ff6f0b; }
        .form__wrap-submit:hover:before {
          border-top: 2.5px solid #ff6f0b;
          border-left: 2.5px solid #ff6f0b; }
        .form__wrap-submit:hover:after {
          border-bottom: 2.5px solid #ff6f0b;
          border-right: 2.5px solid #ff6f0b; }
        .form__wrap-submit:hover {
          border: 3px solid rgba(230, 230, 230, 0.4);
          background: none; }
        .form__wrap-submit:hover .form__submit {
          padding: 20px 10px 19px;
          color: #ff6f0b; } }
  @media screen and (max-width: 370px) {
    .form {
      border-width: 0; } }

.parsley-errors-list {
  display: none; }

.feedback-form {
  padding: 50px 40px 60px; }
  .feedback-form__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    font-family: "Gotham Pro", sans-serif;
    text-align: center;
    color: #1c5eb5; }
  .feedback-form__description {
    margin: 0 0 27px;
    font-size: 18px;
    text-align: center;
    color: #494a4f; }
  .feedback-form__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 780px;
    margin: auto; }
  .feedback-form__item {
    width: 100%;
    max-width: 265px; }
    .feedback-form__item:first-child {
      margin-right: 25px; }
  .feedback-form__checkbox {
    position: absolute;
    bottom: -40px;
    left: 0; }
  .feedback-form .form__wrap-submit {
    max-width: 200px;
    margin-left: 34px; }
  .feedback-form__submit {
    padding: 19px 10px 18px; }
  .form__wrap-submit:hover .feedback-form__submit {
    padding: 22px 10px 21px; }
  @media screen and (max-width: 1500px) {
    .feedback-form__title {
      font-size: 36px; }
    .feedback-form__description {
      font-size: 16px; } }
  @media screen and (max-width: 980px) {
    .feedback-form__title {
      margin: 0 0 20px;
      font-size: 32px; }
    .feedback-form__wrap {
      display: block;
      max-width: 300px; }
    .feedback-form__item {
      width: 100%;
      max-width: 100%; }
      .feedback-form__item:first-child {
        margin: 0 0 33px; }
    .feedback-form .form__wrap-submit {
      max-width: 220px;
      margin: 40px auto 0; }
    .feedback-form__checkbox {
      position: static;
      margin: 33px 0 0; }
    .feedback-form__submit {
      padding: 20px 10px 19px; }
    .form__wrap-submit:hover .feedback-form__submit {
      padding: 23px 10px 22px; }
    .feedback-form__description {
      margin: 0 0 35px;
      font-size: 15px; } }
  @media screen and (max-width: 420px) {
    .feedback-form {
      padding: 40px 40px 55px; }
      .feedback-form__title {
        font-size: 26px; }
      .form__wrap-submit:hover .feedback-form__submit {
        padding: 20px 10px 19px; } }
  @media screen and (max-width: 370px) {
    .feedback-form {
      padding: 0; } }

.home-form {
  width: 100%;
  max-width: 420px;
  padding: 50px; }
  .home-form__item {
    width: 100%;
    margin: 38px 0 0; }
    .home-form__item:first-child {
      margin: 0; }
  .home-form__checkbox {
    margin: 22px 0 0; }
  .home-form .form__wrap-submit {
    max-width: 280px;
    margin: 32px auto 0; }
  .home-form__submit {
    padding: 21px 25px 20px; }
  @media screen and (max-width: 1500px) {
    .home-form {
      max-width: 380px;
      padding: 44px 47px; }
      .home-form .form__wrap-submit {
        max-width: 248px;
        margin: 29px auto 0; }
      .home-form__submit {
        padding: 20px 10px 19px; }
      .home-form__item {
        width: 100%;
        margin: 33px 0 0; }
        .home-form__item:first-child {
          margin: 0; } }
  @media screen and (max-width: 1140px) {
    .home-form {
      margin: 40px auto 70px; } }
  @media screen and (max-width: 420px) {
    .home-form {
      margin: 30px auto 70px;
      padding: 44px 37px; } }
  @media screen and (max-width: 370px) {
    .home-form {
      padding: 22px 10px 0; } }

.form-modal {
  width: 100%;
  max-width: 300px;
  margin: auto; }
  .form-modal__item {
    width: 100%;
    margin: 33px 0 0; }
    .form-modal__item:first-child {
      margin: 0; }
  .form-modal__checkbox {
    margin: 30px 0 0; }
  .form-modal .form__wrap-submit {
    max-width: 220px;
    margin: 29px auto 0; }
  .form-modal__submit {
    padding: 20px 10px 19px; }

.ajax-loader {
  display: none !important; }

.wpcf7-response-output {
  display: none !important; }

.inv-recaptcha-holder {
  display: none !important; }

.header {
  position: relative;
  z-index: 8;
  padding-top: 40px;
  font-size: 16px; }
  .header.home-header {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; }
  .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .header__left {
    width: 38%; }
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 62%; }
  .header__phone {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    font-family: "Gotham Pro", sans-serif;
    color: #494965; }
    .header__phone img {
      display: none; }
  @media screen and (max-width: 1500px) {
    .header {
      padding-top: 30px; }
      .header__phone {
        font-size: 17px; } }
  @media screen and (max-width: 1200px) {
    .header__right {
      width: auto;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 90%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 90%;
      -ms-flex: 1 1 90%;
      flex: 1 1 90%; } }
  @media screen and (max-width: 1140px) {
    .header.home-header {
      position: absolute; }
    .header__left {
      width: 30%; } }
  @media screen and (max-width: 980px) {
    .header__menu {
      display: none; }
    .header__right {
      display: block;
      text-align: right; }
    .header__phone {
      margin-right: 40px; } }
  @media screen and (min-width: 981px) {
    .header__menu {
      display: block !important; } }
  @media screen and (max-width: 740px) {
    .header {
      padding-top: 22px; } }
  @media screen and (max-width: 520px) {
    .header__phone {
      top: 3px;
      width: 25px; }
      .header__phone img {
        display: block;
        width: 100%; }
      .header__phone span {
        display: none; } }

.logo {
  display: inline-block;
  white-space: nowrap; }
  .logo__img {
    width: 40px;
    display: inline-block;
    vertical-align: baseline; }
  .logo__text {
    display: inline-block;
    margin-left: 7px;
    font-size: 20px;
    line-height: 1;
    vertical-align: text-bottom;
    letter-spacing: 0.01em;
    color: #2a2929; }
  @media screen and (max-width: 1500px) {
    .logo__text {
      margin-left: 5px;
      font-size: 18px; } }

.menu-burger {
  position: relative;
  z-index: 99; }
  .menu-burger__band {
    display: block;
    width: 23px;
    height: 2px;
    background: #286ec4; }
    .menu-burger__band:nth-child(2) {
      position: relative;
      left: 4px;
      margin: 7px 0;
      background: #ff6f0b; }

.mobile-burger {
  display: none;
  margin-right: 4px; }
  @media screen and (max-width: 980px) {
    .mobile-burger {
      display: inline-block; } }

.header-white .logo__text, .header-white .menu__link, .header-white .header__phone, .fp-viewing-home .logo__text, .fp-viewing-home .menu__link, .fp-viewing-home .header__phone, .fp-viewing-about .logo__text, .fp-viewing-about .menu__link, .fp-viewing-about .header__phone, .header--white .logo__text, .header--white .menu__link, .header--white .header__phone {
  color: #ffffff; }

.home-header .menu-burger__band {
  background: #ffffff; }
  .home-header .menu-burger__band:nth-child(2) {
    background: #ff6f0b; }

.header--white .menu-burger__band {
  background: #ffffff; }
  .header--white .menu-burger__band:nth-child(2) {
    background: #ff6f0b; }

.header--fixed .header__container:before {
  content: "";
  display: inline-block;
  width: 140px; }
.header--fixed .logo {
  display: none; }
@media screen and (max-width: 1140px) {
  .header--fixed .header__container:before {
    display: none;
    width: 0; }
  .header--fixed .logo {
    display: inline-block; } }

.header--fixed .current-menu-item .menu__link, .header-default .current-menu-item .menu__link {
  color: #ff6f0b !important; }
  .header--fixed .current-menu-item .menu__link:after, .header-default .current-menu-item .menu__link:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ff6c00;
    opacity: 0.6; }

.header-banner {
  position: relative;
  overflow: hidden; }
  .header-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/picture/service-bg.png");
    background-repeat: no-repeat; }
  .header-banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 35%;
    background-size: 150%;
    background-repeat: no-repeat; }
  .header-banner__breadcrumb {
    position: relative;
    z-index: 20;
    padding: 0 0 10px !important;
    color: #ffffff !important; }
    .header-banner__breadcrumb li + li:before {
      color: #ffffff !important; }
    .header-banner__breadcrumb a {
      color: #ffffff !important; }
  .header-banner__text {
    position: relative;
    width: 100%;
    max-width: 700px;
    min-height: 420px;
    margin: auto;
    padding: 120px 20px 200px;
    text-align: center;
    color: #ffffff; }
  .header-banner__title {
    position: relative;
    z-index: 5;
    margin: 0 auto 18px;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2;
    font-family: "Gotham Pro", sans-serif; }
  .header-banner__description {
    position: relative;
    z-index: 5;
    max-width: 90%;
    margin: auto;
    font-size: 18px;
    letter-spacing: 0.02em; }
  @media screen and (max-width: 1500px) {
    .header-banner__title {
      font-size: 48px; }
    .header-banner__description {
      font-size: 16px; } }
  @media screen and (max-width: 980px) {
    .header-banner {
      height: 470px; }
      .header-banner__text {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 5;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-height: 0;
        padding: 0 20px; }
      .header-banner__title {
        font-size: 44px; }
      .header-banner__breadcrumb {
        display: none; } }
  @media screen and (max-width: 790px) {
    .header-banner:after {
      background-size: cover; } }
  @media screen and (max-width: 740px) {
    .header-banner__title {
      font-size: 40px; }
    .header-banner br {
      display: none; } }
  @media screen and (max-width: 470px) {
    .header-banner__title {
      font-size: 36px; } }
  @media screen and (max-width: 390px) {
    .header-banner__title {
      font-size: 32px; } }

.header-banner .header__menu .menu__link:after, .case-banner .header__menu .menu__link:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px); }
.header-banner .header__menu .menu__link:hover, .case-banner .header__menu .menu__link:hover {
  color: #ffffff !important; }
  .header-banner .header__menu .menu__link:hover:after, .case-banner .header__menu .menu__link:hover:after {
    height: 1px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); }

.section__container {
  position: relative;
  z-index: 11;
  padding: 105px 30px; }
.section__bg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 5; }
@media screen and (max-width: 1140px) {
  .section__container {
    display: block;
    padding: 0 30px; }
  .section .grid-container__right, .section .grid-container__left {
    width: 100%; } }
@media screen and (max-width: 640px) {
  .section__container {
    padding: 0 20px; } }

.home-portfolio .section__container {
  padding: 105px 30px 75px; }
  @media screen and (max-width: 1140px) {
    .home-portfolio .section__container {
      padding: 0 30px; } }
  @media screen and (max-width: 640px) {
    .home-portfolio .section__container {
      padding: 0 20px; } }

.home-subtitle {
  display: inline-block;
  margin: 0 0 30px;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Gotham Pro", sans-serif;
  color: #393946; }
  @media screen and (max-width: 1500px) {
    .home-subtitle {
      font-size: 40px;
      margin: 0 0 25px; } }
  @media screen and (max-width: 1140px) {
    .home-subtitle {
      margin: 0 auto 50px; }
      .home-subtitle br {
        display: none; } }
  @media screen and (max-width: 980px) {
    .home-subtitle {
      margin: 0 auto 40px;
      font-size: 34px; } }
  @media screen and (max-width: 640px) {
    .home-subtitle {
      font-size: 32px; } }
  @media screen and (max-width: 420px) {
    .home-subtitle {
      margin: 0 auto 35px;
      font-size: 28px; } }

.home-contacts .home-subtitle {
  margin: 0 auto 35px; }

.home-screen {
  position: relative;
  overflow: hidden;
  background: #06ace6;
  background-image: -moz-linear-gradient(342deg, #06ace6 0%, #352395 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #06ace6), color-stop(100%, #352395));
  background-image: -webkit-linear-gradient(342deg, #06ace6 0%, #352395 100%);
  background-image: -o-linear-gradient(342deg, #06ace6 0%, #352395 100%);
  background-image: -ms-linear-gradient(342deg, #06ace6 0%, #352395 100%);
  background-image: linear-gradient(-252deg, #06ace6 0%, #352395 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 ); }
  .home-screen:after {
    background: #06ace6;
    background-image: -moz-linear-gradient(342deg, #06ace6 0%, #352395 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #06ace6), color-stop(100%, #352395));
    background-image: -webkit-linear-gradient(342deg, #06ace6 0%, #352395 100%);
    background-image: -o-linear-gradient(342deg, #06ace6 0%, #352395 100%);
    background-image: -ms-linear-gradient(342deg, #06ace6 0%, #352395 100%);
    background-image: linear-gradient(-252deg, #06ace6 0%, #352395 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 ); }
  .home-screen__wrap {
    padding-left: 135px; }
  .home-screen__title {
    margin: 0;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 700;
    font-size: 76px;
    line-height: 1.2;
    color: #ffffff; }
  .home-screen__description {
    position: relative;
    left: 180px;
    top: 39px;
    margin-bottom: 20px; }
    .home-screen__description:before {
      position: absolute;
      left: -173px;
      top: 10px;
      content: "";
      display: inline-block;
      height: 2px;
      width: 140px;
      background: #ffffff; }
  .home-screen__subtitle {
    margin: 0 0 55px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    color: #ffffff; }
  .home-screen__button {
    padding: 21px 32px 19px; }
    .home-screen__button:hover {
      padding: 24px 35px 22px;
      background: #fca226;
      background-image: -webkit-linear-gradient(top, #fca226 0%, #ff5e21 100%);
      background-image: -o-linear-gradient(top, #fca226 0%, #ff5e21 100%);
      background-image: linear-gradient(to bottom, #fca226 0%, #ff5e21 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCA226', endColorstr='#FFFF5E21', GradientType=0); }
  .home-screen .circle {
    position: absolute; }
  .home-screen .circle-first {
    top: 5%;
    left: 7%;
    z-index: -1;
    width: 370px; }
  .home-screen .circle-second {
    top: 73%;
    left: 32%;
    width: 110px;
    z-index: -1; }
  .home-screen .circle-third {
    bottom: -3%;
    right: 160px;
    z-index: 2;
    width: 110px; }
  .home-screen .circle-fourth {
    position: absolute;
    z-index: -2;
    bottom: -15%;
    right: 5%;
    width: 180px;
    height: 180px;
    background: rgba(6, 172, 230, 0);
    background-image: -moz-linear-gradient(124deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 124, 203, 0.4) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(6, 172, 230, 0)), color-stop(50%, mid-color), color-stop(100%, rgba(34, 124, 203, 0.4)));
    background-image: -webkit-linear-gradient(124deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 124, 203, 0.4) 100%);
    background-image: -o-linear-gradient(124deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 124, 203, 0.4) 100%);
    background-image: -ms-linear-gradient(124deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 124, 203, 0.4) 100%);
    background-image: linear-gradient(-34deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 124, 203, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0006ACE6', endColorstr='#66227CCB', GradientType=1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .home-screen .circle-fifth {
    position: absolute;
    z-index: -2;
    top: -140px;
    right: 43%;
    width: 250px;
    height: 250px;
    background: rgba(6, 172, 230, 0);
    background-image: -moz-linear-gradient(315deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 123, 202, 0.6) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(6, 172, 230, 0)), color-stop(50%, mid-color), color-stop(100%, rgba(34, 123, 202, 0.6)));
    background-image: -webkit-linear-gradient(315deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 123, 202, 0.6) 100%);
    background-image: -o-linear-gradient(315deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 123, 202, 0.6) 100%);
    background-image: -ms-linear-gradient(315deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 123, 202, 0.6) 100%);
    background-image: linear-gradient(-225deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 123, 202, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0006ACE6', endColorstr='#99227BCA', GradientType=1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .home-screen .circle-sixth {
    position: absolute;
    z-index: -2;
    bottom: 4%;
    left: 23%;
    width: 180px;
    height: 180px;
    background: rgba(6, 172, 230, 0);
    background-image: -moz-linear-gradient(65deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 25%, rgba(17, 131, 200, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(6, 172, 230, 0)), color-stop(25%, mid-color), color-stop(100%, rgba(17, 131, 200, 0.5)));
    background-image: -webkit-linear-gradient(65deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 25%, rgba(17, 131, 200, 0.5) 100%);
    background-image: -o-linear-gradient(65deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 25%, rgba(17, 131, 200, 0.5) 100%);
    background-image: -ms-linear-gradient(65deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 25%, rgba(17, 131, 200, 0.5) 100%);
    background-image: linear-gradient(25deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 25%, rgba(17, 131, 200, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0006ACE6', endColorstr='#801183C8', GradientType=1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .home-screen .circle-seventh {
    position: absolute;
    z-index: -2;
    bottom: -2px;
    left: 24%; }
  .home-screen .circle-eighth {
    position: absolute;
    z-index: -2;
    top: -28px;
    right: 27%; }
  .home-screen .circle-ninth {
    position: absolute;
    z-index: -2;
    top: -10px;
    right: 26%;
    width: 40px;
    height: 40px; }
  .home-screen .circle-tenth {
    position: absolute;
    z-index: -2;
    bottom: -2px;
    right: 17%; }
  .home-screen .circle-eleventh {
    position: absolute;
    z-index: -2;
    top: -65px;
    left: 10%; }
  .home-screen .circle-twelfth {
    position: absolute;
    z-index: -2;
    top: 15%;
    left: -20px;
    width: 35px;
    height: 35px;
    opacity: 0.8; }
  @media screen and (max-width: 1600px) {
    .home-screen .circle-first {
      top: 4%;
      width: 320px; }
    .home-screen .circle-third {
      bottom: 1%;
      right: 6%; }
    .home-screen .circle-fourth {
      bottom: -15%;
      right: 0; }
    .home-screen__title {
      font-size: 63px; }
    .home-screen__subtitle {
      font-size: 18px; }
    .home-screen__description {
      margin-bottom: 0; }
    .home-screen .circle-second {
      left: 39%; } }
  @media screen and (max-width: 1370px) {
    .home-screen .circle-first {
      top: 12%;
      left: 11%;
      width: 250px; }
    .home-screen .circle-second {
      top: 71%;
      left: 40%;
      width: 80px; }
    .home-screen .circle-third {
      bottom: 8%;
      right: 12%; }
    .home-screen .circle-fourth {
      bottom: -10%;
      right: 5%; }
    .home-screen__title {
      font-size: 3.5rem; }
    .home-screen__subtitle {
      margin: 0 0 42px;
      font-size: 16px; }
    .home-screen__description {
      top: 29px; }
    .home-screen__button {
      padding: 20px 30px 19px; }
      .home-screen__button:hover {
        padding: 23px 33px 22px; } }
  @media screen and (max-width: 1200px) {
    .home-screen__title {
      font-size: 3.125rem; } }
  @media screen and (max-width: 1140px) {
    .home-screen .circle-first {
      top: -25%;
      width: 200px; }
    .home-screen .circle-second {
      top: 81%;
      left: 58%;
      width: 80px; }
    .home-screen .circle-third {
      display: none; }
    .home-screen .section__container {
      height: 630px;
      overflow: hidden; }
    .home-screen__wrap {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 0 20px;
      text-align: center; }
    .home-screen__description {
      left: 0; }
      .home-screen__description:before {
        display: none; }
    .home-screen__subtitle {
      display: none; }
    .home-screen__button {
      margin-top: 20px; }
    .home-screen__title {
      max-width: 90%;
      margin: auto; } }
  @media screen and (max-width: 1000px) {
    .home-screen__wrap {
      padding-left: 0; }
    .home-screen__title {
      font-size: 2.875rem; } }
  @media screen and (max-width: 730px) {
    .home-screen .section__container {
      height: 550px; }
    .home-screen__title {
      font-size: 42px; }
    .home-screen .circle-first {
      top: -20%; }
    .home-screen .circle-second {
      top: 87%; }
    .home-screen .circle-fourth, .home-screen .circle-sixth {
      display: none; } }
  @media screen and (max-width: 470px) {
    .home-screen__title {
      font-size: 36px;
      line-height: 1.3; }
    .home-screen .circle-eleventh {
      display: none; }
    .home-screen .circle-seventh {
      display: none; } }
  @media screen and (max-width: 390px) {
    .home-screen__title {
      font-size: 32px;
      max-width: 90%; } }

.home-wave {
  position: absolute;
  z-index: -5;
  width: 100%;
  height: 100%;
  background-image: url(../image/picture/wave2.svg);
  background-position: 40% 75%;
  background-size: 130%;
  background-repeat: no-repeat;
  opacity: 0.7; }
  @media screen and (max-width: 1140px) {
    .home-wave {
      background-size: cover; } }

.home-services {
  position: relative;
  z-index: 5;
  background: #f5f5f5; }
  .home-services__text {
    position: relative;
    top: 18%;
    padding-left: 147px; }
  .home-services__description {
    max-width: 340px;
    font-size: 18px;
    line-height: 1.5;
    color: #393946; }
    .home-services__description a {
      color: #2a2929;
      text-decoration: underline; }
  .home-services .section__container {
    height: 100%;
    max-height: 820px; }
  .home-services__wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .home-services__item {
    position: relative;
    width: 32%; }
    .home-services__item:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.9; }
    .home-services__item:hover:after {
      background: #fb4c0a;
      background-image: -moz-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #fb4c0a), color-stop(100%, #fca22c));
      background-image: -webkit-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
      background-image: -o-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
      background-image: -ms-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
      background-image: linear-gradient(-27deg, #fb4c0a 0%, #fca22c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 ); }
  .home-services__subtitle {
    margin: 22px 0 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: #ffffff; }
  .home-services__icon {
    height: 50px; }
  .home-services__item-development {
    background-image: url("../image/picture/develop-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% 50%; }
    .home-services__item-development:after {
      background: #0989cc;
      background-image: -webkit-linear-gradient(left, #0989cc 0%, #1374c1 100%);
      background-image: -o-linear-gradient(left, #0989cc 0%, #1374c1 100%);
      background-image: linear-gradient(to right, #0989cc 0%, #1374c1 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0989CC', endColorstr='#FF1374C1', GradientType=1); }
  .home-services__item-advertising {
    background-image: url("../image/picture/context-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 55% 50%; }
    .home-services__item-advertising:after {
      background: #1374c1;
      background-image: -webkit-linear-gradient(left, #1374c1 0%, #1e58b2 100%);
      background-image: -o-linear-gradient(left, #1374c1 0%, #1e58b2 100%);
      background-image: linear-gradient(to right, #1374c1 0%, #1e58b2 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1374C1', endColorstr='#FF1E58B2', GradientType=1); }
  .home-services__item-seo {
    background-image: url("../image/picture/seo-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 75% 50%; }
    .home-services__item-seo:after {
      background: #1e58b2;
      background-image: -webkit-linear-gradient(left, #1e58b2 0%, #21249d 100%);
      background-image: -o-linear-gradient(left, #1e58b2 0%, #21249d 100%);
      background-image: linear-gradient(to right, #1e58b2 0%, #21249d 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1E58B2', endColorstr='#FF21249D', GradientType=1); }
  .home-services__item-content {
    position: absolute;
    left: 30px;
    bottom: 35px;
    z-index: 5; }
  .home-services__circle {
    position: absolute;
    z-index: -1; }
  .home-services__circle-first {
    top: 20%;
    left: 17%;
    width: 450px;
    opacity: 0.7; }
  .home-services__circle-second {
    bottom: 10%;
    left: 67%;
    width: 60px; }
  .home-services__circle-third {
    width: 110px;
    right: -1%;
    top: 20%; }
  @media screen and (max-width: 1500px) {
    .home-services__text {
      padding-left: 137px; }
    .home-services__description {
      max-width: 265px;
      font-size: 16px; }
    .home-services__circle-first {
      top: 20%;
      left: 17%;
      width: 370px;
      opacity: 0.8; }
    .home-services__circle-second {
      bottom: 12%;
      left: 67%;
      width: 54px; }
    .home-services__circle-third {
      right: -3%; }
    .home-services .section__container {
      max-height: 710px; }
    .home-services__subtitle {
      margin: 18px 0 0;
      font-size: 20px; } }
  @media screen and (max-width: 1370px) {
    .home-services__circle-first {
      top: 22%;
      width: 330px; }
    .home-services__item-content {
      left: 30px;
      bottom: 28px; }
    .home-services__subtitle {
      font-size: 18px; } }
  @media screen and (max-width: 1140px) {
    .home-services {
      background: none; }
      .home-services .section__container {
        height: auto;
        max-height: 100%; }
      .home-services__text {
        padding-left: 0;
        text-align: center; }
      .home-services__item {
        height: 320px; }
      .home-services__description {
        display: none; }
      .home-services__item-content {
        left: 25px;
        bottom: 23px; }
      .home-services__circle {
        display: none; } }
  @media screen and (max-width: 640px) {
    .home-services__wrap {
      display: block; }
    .home-services__item {
      display: block;
      width: 100%;
      height: 300px;
      margin: 0 0 25px; }
      .home-services__item:last-child {
        margin: 0; }
    .home-services__item-development:hover:after {
      background: #0989cc;
      background-image: -webkit-linear-gradient(left, #0989cc 0%, #1374c1 100%);
      background-image: -o-linear-gradient(left, #0989cc 0%, #1374c1 100%);
      background-image: linear-gradient(to right, #0989cc 0%, #1374c1 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0989CC', endColorstr='#FF1374C1', GradientType=1); }
    .home-services__item-advertising:hover:after {
      background: #1374c1;
      background-image: -webkit-linear-gradient(left, #1374c1 0%, #1e58b2 100%);
      background-image: -o-linear-gradient(left, #1374c1 0%, #1e58b2 100%);
      background-image: linear-gradient(to right, #1374c1 0%, #1e58b2 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1374C1', endColorstr='#FF1E58B2', GradientType=1); }
    .home-services__item-seo:hover:after {
      background: #1e58b2;
      background-image: -webkit-linear-gradient(left, #1e58b2 0%, #21249d 100%);
      background-image: -o-linear-gradient(left, #1e58b2 0%, #21249d 100%);
      background-image: linear-gradient(to right, #1e58b2 0%, #21249d 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1E58B2', endColorstr='#FF21249D', GradientType=1); } }
  @media screen and (max-width: 380px) {
    .home-services__item {
      height: 300px;
      margin: 0 0 20px; } }

.home-portfolio {
  background-color: #f9f9f9;
  background-image: url("../image/picture/wave-bg.svg");
  background-size: cover; }
  .home-portfolio__text {
    position: relative;
    top: 18%;
    padding-left: 147px; }
  .home-portfolio__description {
    max-width: 340px;
    font-size: 18px;
    line-height: 1.5;
    color: #393946; }
    .home-portfolio__description a {
      color: #2a2929;
      text-decoration: underline; }
  .home-portfolio .section__container {
    height: 100%;
    max-height: 820px; }
  .home-portfolio__button {
    margin-top: 40px;
    color: #ff6f0b; }
  .home-portfolio__mobile-button {
    display: none;
    max-width: 230px;
    margin: 25px auto 0;
    padding: 19px 25px 17px;
    color: #ff6f0b; }
    .home-portfolio__mobile-button:hover {
      padding: 22px 28px 20px; }
  .home-portfolio__circle {
    position: absolute;
    z-index: -1; }
  .home-portfolio__circle-first {
    top: 20%;
    left: 6%;
    width: 150px;
    opacity: 0.8; }
  .home-portfolio__circle-second {
    bottom: 24%;
    left: 10%;
    width: 80px; }
  .home-portfolio__circle-third {
    width: 46px;
    left: 32%;
    top: 50%; }
  .home-portfolio__slider-wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  @media screen and (max-width: 1500px) {
    .home-portfolio__text {
      padding-left: 137px; }
    .home-portfolio__description {
      max-width: 270px;
      font-size: 16px; }
    .home-portfolio .section__container {
      max-height: 710px; }
    .home-portfolio__button {
      padding: 19px 25px 17px; }
      .home-portfolio__button:hover {
        padding: 22px 28px 20px; }
    .home-portfolio__circle-first {
      top: 18%;
      left: 7%;
      width: 140px; }
    .home-portfolio__circle-second {
      bottom: 22%; } }
  @media screen and (max-width: 1140px) {
    .home-portfolio {
      background: none; }
      .home-portfolio .section__container {
        height: auto;
        max-height: 100%; }
      .home-portfolio__text {
        padding-left: 0;
        text-align: center; }
      .home-portfolio__description {
        display: none; }
      .home-portfolio__text .home-portfolio__button {
        display: none; }
      .home-portfolio__mobile-button {
        display: block; }
      .home-portfolio__circle {
        display: none; } }

.home-about {
  background: #00a0d8;
  background-image: -moz-linear-gradient(283deg, #00a0d8 0%, #009bcd 20%, #1d56aa 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00a0d8), color-stop(20%, mid-color), color-stop(100%, #1d56aa));
  background-image: -webkit-linear-gradient(283deg, #00a0d8 0%, #009bcd 20%, #1d56aa 100%);
  background-image: -o-linear-gradient(283deg, #00a0d8 0%, #009bcd 20%, #1d56aa 100%);
  background-image: -ms-linear-gradient(283deg, #00a0d8 0%, #009bcd 20%, #1d56aa 100%);
  background-image: linear-gradient(-193deg, #00a0d8 0%, #009bcd 20%, #1d56aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A0D8', endColorstr='#FF1D56AA', GradientType=1); }
  .home-about:after {
    background: #00a0d8;
    background-image: -moz-linear-gradient(283deg, #00a0d8 0%, #009bcd 20%, #1d56aa 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00a0d8), color-stop(20%, mid-color), color-stop(100%, #1d56aa));
    background-image: -webkit-linear-gradient(283deg, #00a0d8 0%, #009bcd 20%, #1d56aa 100%);
    background-image: -o-linear-gradient(283deg, #00a0d8 0%, #009bcd 20%, #1d56aa 100%);
    background-image: -ms-linear-gradient(283deg, #00a0d8 0%, #009bcd 20%, #1d56aa 100%);
    background-image: linear-gradient(-193deg, #00a0d8 0%, #009bcd 20%, #1d56aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A0D8', endColorstr='#FF1D56AA', GradientType=1); }
  .home-about__text {
    position: relative;
    padding-left: 147px;
    color: #ffffff; }
  .home-about .home-subtitle {
    color: #ffffff; }
  .home-about__description {
    max-width: 460px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.02em; }
  .home-about__marked {
    margin: 15px 0 17px;
    padding: 3px 0 1px 22px;
    font-size: 19px;
    line-height: 1.8;
    border-left: 3px solid #ff6f0b; }
    .home-about__marked p {
      margin: 0; }
  .home-about__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
  .home-about__mobile-subtitle {
    display: none;
    -webkit-box-flex: 18%;
    -webkit-flex: 18% 0 0;
    -moz-box-flex: 18%;
    -moz-flex: 18% 0 0;
    -ms-flex: 18% 0 0;
    flex: 18% 0 0;
    margin: 35px 0 0;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Gotham Pro", sans-serif;
    letter-spacing: 0.01em;
    text-align: left;
    color: #ffffff; }
  .home-about__graphics {
    position: relative;
    width: 800px;
    height: 500px;
    background-image: url("../image/picture/about-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 78%; }
  .home-about__logo {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px; }
  .home-about__circle-logo {
    width: 100%; }
  .home-about__logo-img {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px; }
  .home-about__advantage {
    position: absolute;
    color: #ffffff; }
  .home-about__number {
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: 700;
    font-family: "Gotham Pro", sans-serif;
    letter-spacing: 0.02em;
    white-space: nowrap; }
  .home-about__advantage-text {
    position: absolute;
    font-size: 18px;
    letter-spacing: 0.01em; }
  .home-about__circle-first {
    width: 120px; }
  .home-about__advantage-first {
    top: 44%;
    left: 10px; }
  .home-about__advantage-first .home-about__number {
    font-size: 36px; }
  .home-about__advantage-first .home-about__advantage-text {
    right: -99px;
    top: 54%; }
  .home-about__circle-second {
    width: 102px; }
  .home-about__advantage-second {
    left: 19%; }
  .home-about__advantage-second .home-about__advantage-text {
    right: -138px; }
  .home-about__circle-third {
    width: 110px; }
  .home-about__advantage-third {
    right: 115px; }
  .home-about__advantage-third .home-about__advantage-text {
    right: -105px;
    top: 30%; }
  .home-about__circle-fourth {
    width: 100px; }
  .home-about__advantage-fourth {
    right: 95px;
    bottom: 15%; }
  .home-about__advantage-fourth .home-about__advantage-text {
    right: -95px;
    top: 45%; }
  .home-about__circle-fifth {
    width: 136px; }
  .home-about__advantage-fifth {
    bottom: -45px;
    left: 32%; }
  .home-about__advantage-fifth .home-about__advantage-text {
    right: -138px;
    top: 40%; }
  .home-about__circle {
    position: absolute;
    z-index: -1;
    width: 23px; }
  .home-about__circle-sixth {
    top: 90px;
    left: -18px;
    width: 32px;
    opacity: 0.5; }
  .home-about__circle-seventh {
    top: 36%;
    left: 32%;
    opacity: 0.4; }
  .home-about__circle-eighth {
    bottom: 4%;
    left: 55%;
    opacity: 0.8; }
  .home-about__circle-ninth {
    right: -10px;
    top: 35%;
    opacity: 0.6; }
  .home-about__circle-tenth {
    left: 14%;
    bottom: 25%;
    opacity: 0.4; }
  @media screen and (max-width: 1500px) {
    .home-about__text {
      padding-left: 137px; }
    .home-about__description {
      max-width: 400px;
      font-size: 16px;
      letter-spacing: 0.01em; }
    .home-about__marked {
      margin: 15px 0 17px;
      padding: 3px 0 1px 16px;
      font-size: 17px; }
    .home-about__graphics {
      width: 670px;
      height: 430px;
      background-size: 78%; }
    .home-about__advantage-text {
      font-size: 16px; }
    .home-about__logo {
      width: 154px; }
    .home-about__logo-img {
      width: 90px; }
    .home-about__advantage-second {
      left: 17%; }
    .home-about__circle-second {
      width: 92px; }
    .home-about__circle-third {
      width: 100px; }
    .home-about__advantage-third {
      right: 109px; }
    .home-about__circle-fourth {
      width: 90px; }
    .home-about__circle-fifth {
      width: 126px; }
    .home-about__advantage-first .home-about__advantage-text {
      right: -85px;
      top: 54%; }
    .home-about__advantage-second .home-about__advantage-text {
      right: -124px; }
    .home-about__advantage-third .home-about__advantage-text {
      right: -91px;
      top: 30%; }
    .home-about__advantage-fourth .home-about__advantage-text {
      right: -81px;
      top: 45%; }
    .home-about__advantage-fifth .home-about__advantage-text {
      right: -124px;
      top: 40%; } }
  @media screen and (max-width: 1370px) {
    .home-about__advantage-fifth {
      bottom: -25px; }
    .home-about__number {
      font-size: 20px; } }
  @media screen and (max-width: 1260px) {
    .home-about__graphics {
      width: 600px; } }
  @media screen and (max-width: 1140px) {
    .home-about__container {
      display: block;
      padding: 80px 20px 100px; }
    .home-about__text {
      padding-left: 0;
      text-align: center; }
    .home-about__description {
      max-width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: left; }
      .home-about__description br {
        display: none; }
    .home-about__marked {
      margin: 0;
      padding: 0;
      font-size: 16px;
      line-height: 1.6;
      border-left: none; }
      .home-about__marked p {
        display: inline-block;
        margin: 0 0 7px; }
    .home-about__mobile-column {
      width: 50%;
      max-width: 500px;
      padding-right: 40px; }
    .home-about__logo, .home-about__advantage-first, .home-about__circle-first, .home-about__circle-second, .home-about__circle-third, .home-about__circle-fourth, .home-about__circle-fifth {
      display: none !important; }
    .home-about__mobile-subtitle {
      display: block; }
    .home-about__graphics {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      width: 100%;
      height: auto;
      margin: 40px 0 0;
      background: none; }
    .home-about__advantage {
      position: relative;
      left: auto;
      bottom: auto;
      right: auto;
      top: auto;
      display: inline-block;
      width: 100%;
      max-width: 187px;
      margin: 0 18px;
      padding: 22px 35px;
      color: #ffffff;
      background: rgba(30, 88, 178, 0.9);
      background-image: -webkit-linear-gradient(left, rgba(30, 88, 178, 0.9) 0%, rgba(33, 36, 157, 0.6) 100%);
      background-image: -o-linear-gradient(left, rgba(30, 88, 178, 0.9) 0%, rgba(33, 36, 157, 0.6) 100%);
      background-image: linear-gradient(to right, rgba(30, 88, 178, 0.9) 0%, rgba(33, 36, 157, 0.6) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E61E58B2', endColorstr='#9921249D', GradientType=1); }
      .home-about__advantage:last-child {
        margin: 0; }
    .home-about__number {
      position: static;
      margin: 0 0 4px;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none;
      font-size: 30px;
      letter-spacing: 0.02em; }
    .home-about__advantage-text {
      position: static; } }
  @media screen and (max-width: 1000px) {
    .home-about__graphics {
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .home-about__mobile-subtitle {
      width: 100%;
      -webkit-box-flex: 100%;
      -webkit-flex: 100% 0 0;
      -moz-box-flex: 100%;
      -moz-flex: 100% 0 0;
      -ms-flex: 100% 0 0;
      flex: 100% 0 0;
      margin: 0 0 30px;
      text-align: center; }
      .home-about__mobile-subtitle br {
        display: none; }
    .home-about__advantage {
      max-width: 24%;
      margin: 0;
      padding: 22px 30px; } }
  @media screen and (max-width: 760px) {
    .home-about__mobile-column {
      width: 100%;
      max-width: 100%;
      padding: 0; }
    .home-about__advantage {
      max-width: 49%; }
    .home-about__description {
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin: 0 0 40px; }
    .home-about__advantage-third, .home-about__advantage-second {
      margin: 0 0 15px; }
    .home-about__mobile-subtitle {
      font-size: 20px; } }
  @media screen and (max-width: 640px) {
    .home-about__container {
      padding: 67px 20px 88px; }
    .home-about__graphics {
      margin: 30px 0 0; } }
  @media screen and (max-width: 420px) {
    .home-about__number {
      font-size: 25px; }
    .home-about__mobile-subtitle {
      margin: 0 0 20px;
      font-size: 18px; } }
  @media screen and (max-width: 370px) {
    .home-about__description {
      font-size: 14px;
      line-height: 1.5; }
    .home-about__advantage-text {
      font-size: 14px; }
    .home-about__advantage {
      padding: 5px 15px 0;
      background: none; }
    .home-about__graphics {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      text-align: center; } }

.home-contacts {
  background: #f5f5f5; }
  .home-contacts__text {
    position: relative;
    top: 18%;
    padding-left: 147px; }
  .home-contacts__description {
    max-width: 290px;
    font-size: 18px;
    line-height: 1.5;
    color: #393946; }
  .home-contacts__wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .home-contacts__circle {
    position: absolute;
    top: 15%;
    left: 15%;
    z-index: -1;
    width: 450px;
    opacity: 0.8; }
  .home-contacts__info {
    margin: auto; }
  .home-contacts__info-item {
    margin: 0 0 38px; }
    .home-contacts__info-item:last-child {
      margin: 0; }
  .home-contacts__info-label {
    position: relative;
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    .home-contacts__info-label:after {
      content: "";
      display: block;
      width: 26px;
      height: 2px;
      margin: 4px 0 0;
      background: #ff6f0b; }
  .home-contacts__info-address {
    max-width: 220px;
    font-size: 20px; }
  .home-contacts__info-phone {
    font-size: 20px;
    color: #2a2929; }
  .home-contacts__info-mail {
    font-size: 21px;
    color: #2a2929; }
  @media screen and (max-width: 1500px) {
    .home-contacts__text {
      padding-left: 137px; }
    .home-contacts__description {
      max-width: 260px;
      font-size: 16px; }
    .home-contacts__info-label {
      margin: 0 0 6px;
      font-size: 10px; }
    .home-contacts__info-address {
      max-width: 220px;
      font-size: 18px; }
    .home-contacts__info-phone {
      font-size: 18px; }
    .home-contacts__info-mail {
      font-size: 19px; }
    .home-contacts__circle {
      top: 17%;
      width: 420px; } }
  @media screen and (max-width: 1140px) {
    .home-contacts__text {
      top: 0;
      padding-left: 0;
      text-align: center; }
    .home-contacts__description {
      max-width: 500px;
      margin: auto; }
    .home-contacts__wrap {
      display: block; }
    .home-contacts__info {
      display: none; }
      .home-contacts__info:after {
        margin: 2px 0 0; }
    .home-contacts__circle {
      top: 27%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0.6; } }
  @media screen and (max-width: 420px) {
    .home-contacts__circle {
      display: none; } }
  @media screen and (max-width: 370px) {
    .home-contacts__description {
      font-size: 14px;
      line-height: 1.4; } }

.bottom-panel {
  position: fixed;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 100%; }
  .bottom-panel__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  @media screen and (max-width: 1500px) {
    .bottom-panel {
      bottom: 38px; } }
  @media screen and (max-width: 1140px) {
    .bottom-panel {
      display: none; } }

.fp-viewing-footer .bottom-panel {
  display: none; }

.counter-section {
  font-size: 15px;
  font-family: "Gotham Pro", sans-serif; }
  .counter-section__number {
    font-size: 2em; }
  .counter-section__slash {
    color: #ff5e21 !important; }
  @media screen and (max-width: 1500px) {
    .counter-section {
      font-size: 13px; } }

.home-social-network {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px; }
  .home-social-network li {
    display: inline-block;
    margin-left: 15px; }
  .home-social-network a {
    font-size: 17px;
    letter-spacing: 0.03em;
    color: #494965;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms; }
    .home-social-network a:hover {
      color: #ff6c00; }
  @media screen and (max-width: 1500px) {
    .home-social-network {
      font-size: 16px; }
      .home-social-network a {
        font-size: 15px; } }

.fp-viewing-home .home-social-network a:hover {
  color: #ff8836 !important; }

.fp-viewing-about .home-social-network a:hover {
  color: #ff9f0b !important; }

.header-white .home-social-network a, .header-white .counter-section, .fp-viewing-home .home-social-network a, .fp-viewing-home .counter-section, .fp-viewing-about .home-social-network a, .fp-viewing-about .counter-section {
  color: #ffffff; }

.fp-responsive {
  overflow-x: hidden !important; }

@media screen and (max-width: 1140px) {
  .fp-section {
    height: auto !important; }

  .fp-tableCell {
    display: block;
    height: auto !important; }

  .home-services, .home-about, .home-contacts {
    margin-top: 90px; }

  .home-portfolio {
    margin-top: 130px; } }
@media screen and (max-width: 640px) {
  .home-services, .home-about, .home-contacts {
    margin-top: 70px; }

  .home-portfolio {
    margin-top: 80px; } }
.home-partners__item {
  display: inline-block;
  width: auto;
  height: 55px;
  margin-right: 22px; }
  .home-partners__item:last-child {
    margin-right: 0; }
  .home-partners__item img {
    max-width: 100%;
    max-height: 100%; }

.services {
  position: relative;
  height: 515px;
  width: 100%;
  margin: 0 0 100px; }
  .services:last-child {
    margin: 0 0 120px; }
  .services__bg {
    position: absolute;
    right: 0;
    width: 700px;
    height: 460px;
    background-repeat: no-repeat; }
    .services__bg:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0.82; }
  .services-development .services__bg {
    background-image: url("../image/picture/develop-bg.jpg");
    background-size: 160%;
    background-position: 98% 20%; }
    .services-development .services__bg:after {
      background: #0989cc;
      background-image: -webkit-linear-gradient(top, #0989cc 0%, #1374c1 100%);
      background-image: -o-linear-gradient(top, #0989cc 0%, #1374c1 100%);
      background-image: linear-gradient(to bottom, #0989cc 0%, #1374c1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0989CC', endColorstr='#FF1374C1', GradientType=0); }
  .services-context .services__bg {
    background-image: url("../image/picture/context-bg.jpg");
    background-size: 160%;
    background-position: 28% 10%; }
    .services-context .services__bg:after {
      background: #1374c1;
      background-image: -webkit-linear-gradient(top, #1374c1 0%, #1e58b2 100%);
      background-image: -o-linear-gradient(top, #1374c1 0%, #1e58b2 100%);
      background-image: linear-gradient(to bottom, #1374c1 0%, #1e58b2 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1374C1', endColorstr='#FF1E58B2', GradientType=0); }
  .services-seo .services__bg {
    background-image: url("../image/picture/seo-bg.jpg");
    background-size: 105%;
    background-position: 98% 18%; }
    .services-seo .services__bg:after {
      background: #1e58b2;
      background-image: -webkit-linear-gradient(top, #1e58b2 0%, #21249d 100%);
      background-image: -o-linear-gradient(top, #1e58b2 0%, #21249d 100%);
      background-image: linear-gradient(to bottom, #1e58b2 0%, #21249d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1E58B2', endColorstr='#FF21249D', GradientType=0); }
  .services-public .services__bg {
    background-image: url("../image/picture/public.jpg");
    background-size: cover;
    background-position: 98% 18%; }
    .services-public .services__bg:after {
      background: #1374c1;
      background-image: -webkit-linear-gradient(top, #1374c1 0%, #21249d 100%);
      background-image: -o-linear-gradient(top, #1374c1 0%, #21249d 100%);
      background-image: linear-gradient(to bottom, #1374c1 0%, #21249d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1374C1', endColorstr='#FF21249D', GradientType=0); }
  .services-collaboration .services__bg {
    background-image: url("../image/picture/collaboration-bg.jpg");
    background-size: cover;
    background-position: 98% 18%; }
    .services-collaboration .services__bg:after {
      background: #385dc5;
      background-image: -webkit-linear-gradient(top, #385dc5 0%, #0b0061 100%);
      background-image: -o-linear-gradient(top, #385dc5 0%, #0b0061 100%);
      background-image: linear-gradient(to bottom, #385dc5 0%, #0b0061 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF385DC5', endColorstr='#FF0B0061', GradientType=0); }
  .services-targeting .services__bg {
    background-image: url("../image/picture/target-bg.jpg");
    background-size: cover;
    background-position: 98% 18%; }
    .services-targeting .services__bg:after {
      background: #385dc5;
      background-image: -webkit-linear-gradient(top, #385dc5 0%, #0b0061 100%);
      background-image: -o-linear-gradient(top, #385dc5 0%, #0b0061 100%);
      background-image: linear-gradient(to bottom, #385dc5 0%, #0b0061 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF385DC5', endColorstr='#FF0B0061', GradientType=0); }
  .services-sms .services__bg {
    background-image: url("../image/picture/sms-bg.jpg");
    background-size: cover;
    background-position: 98% 18%; }
    .services-sms .services__bg:after {
      background: #385dc5;
      background-image: -webkit-linear-gradient(top, #385dc5 0%, #0b0061 100%);
      background-image: -o-linear-gradient(top, #385dc5 0%, #0b0061 100%);
      background-image: linear-gradient(to bottom, #385dc5 0%, #0b0061 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF385DC5', endColorstr='#FF0B0061', GradientType=0); }
  .services__number {
    position: absolute;
    right: -15px;
    top: 11px;
    z-index: 5;
    font-weight: 700;
    font-size: 121px;
    line-height: 1;
    font-family: "Gotham Pro", sans-serif;
    color: #f5f5f5; }
  .services__wrap-text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 710px;
    padding: 63px 85px 68px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.15);
    -webkit-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.15);
    -moz-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.15); }
  .services__title {
    margin: 0 0 18px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    font-family: "Gotham Pro", sans-serif; }
    .services__title a {
      color: #2a2929; }
  .services__description {
    margin: 0 0 32px;
    font-size: 18px; }
  .services__button {
    width: 200px;
    padding: 21px 32px 19px; }
    .services__button:hover {
      padding: 24px 32px 22px; }
  .services__circle {
    position: absolute;
    top: -35px;
    right: -33px;
    width: 126px;
    height: 126px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fcb039;
    background-image: -webkit-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
    background-image: -o-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
    background-image: linear-gradient(to bottom, #fcb039 0%, #ff5e21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCB039', endColorstr='#FFFF5E21', GradientType=0);
    -moz-box-shadow: 0 0 79px rgba(254, 149, 46, 0.47);
    -webkit-box-shadow: 0 0 79px rgba(254, 149, 46, 0.47);
    box-shadow: 0 0 79px rgba(254, 149, 46, 0.47); }
  .services__icon {
    position: absolute;
    top: 17px;
    right: 16px;
    z-index: 2;
    width: 45px;
    height: 45px; }
  .services__mobile-icon {
    display: none;
    width: 45px;
    height: 45px;
    margin: 0 0 15px; }
  @media screen and (max-width: 1500px) {
    .services__bg {
      width: 550px;
      height: 380px; }
    .services__number {
      font-size: 101px; }
    .services__wrap-text {
      width: 620px;
      padding: 54px 74px 60px; }
    .services__title {
      margin: 0 0 14px;
      font-size: 24px; }
    .services__description {
      margin: 0 0 25px;
      font-size: 16px; }
    .services__button {
      width: 180px;
      padding: 18px 32px 17px; }
      .services__button:hover {
        padding: 21px 32px 20px; } }
  @media screen and (max-width: 980px) {
    .services__title {
      font-size: 22px; } }
  @media screen and (max-width: 840px) {
    .services__number {
      right: -9px;
      top: 7px;
      font-size: 70px; } }
  @media screen and (max-width: 740px) {
    .services {
      height: auto;
      margin: 0 0 40px; }
      .services:last-child {
        margin: 0 0 80px; }
      .services__bg {
        display: none; }
      .services__wrap-text {
        position: static;
        width: 100%;
        height: auto;
        padding: 45px 48px 47px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none; }
      .services__icon {
        display: none; }
      .services__mobile-icon {
        display: block; }
      .services__circle {
        display: none; }
      .services__number {
        font-size: 80px; }
      .services__title {
        font-size: 20px; } }
  @media screen and (max-width: 570px) {
    .services__description br {
      display: none; } }
  @media screen and (max-width: 420px) {
    .services {
      margin: 0 0 25px; }
      .services:last-child {
        margin: 0 0 60px; }
      .services__number {
        font-size: 65px; }
      .services__wrap-text {
        padding: 37px 35px 39px; } }
  @media screen and (max-width: 370px) {
    .services__description {
      font-size: 14px; } }

.service-header {
  background: #257dc5;
  background-image: -webkit-linear-gradient(top, #257dc5 0%, #2c52c0 100%);
  background-image: -o-linear-gradient(top, #257dc5 0%, #2c52c0 100%);
  background-image: linear-gradient(to bottom, #257dc5 0%, #2c52c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF257DC5', endColorstr='#FF2C52C0', GradientType=0); }
  .service-header:after {
    background-image: url(../image/picture/wave2.svg); }

.seo-header {
  background: #257dc5;
  background-image: -webkit-linear-gradient(top, #257dc5 0%, #2c52c0 100%);
  background-image: -o-linear-gradient(top, #257dc5 0%, #2c52c0 100%);
  background-image: linear-gradient(to bottom, #257dc5 0%, #2c52c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF257DC5', endColorstr='#FF2C52C0', GradientType=0); }
  .seo-header:after {
    background-image: url(../image/picture/wave2.svg); }

.context-header {
  background: #257dc5;
  background-image: -webkit-linear-gradient(top, #257dc5 0%, #2c52c0 100%);
  background-image: -o-linear-gradient(top, #257dc5 0%, #2c52c0 100%);
  background-image: linear-gradient(to bottom, #257dc5 0%, #2c52c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF257DC5', endColorstr='#FF2C52C0', GradientType=0); }
  .context-header:after {
    background-image: url(../image/picture/wave2.svg); }

.develop-header {
  background: #257dc5;
  background-image: -webkit-linear-gradient(top, #257dc5 0%, #2c52c0 100%);
  background-image: -o-linear-gradient(top, #257dc5 0%, #2c52c0 100%);
  background-image: linear-gradient(to bottom, #257dc5 0%, #2c52c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF257DC5', endColorstr='#FF2C52C0', GradientType=0); }
  .develop-header:after {
    background-image: url(../image/picture/wave2.svg); }

.service-text {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: -77px auto 0;
  padding: 80px;
  font-size: 18px;
  line-height: 1.6;
  background: #ffffff;
  box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
  -webkit-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
  -moz-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08); }
  .service-text__container {
    max-width: 700px;
    margin: auto; }
  .service-text p {
    margin: 0 0 15px; }
    .service-text p:last-child {
      margin: 0; }
  .service-text a {
    color: #2a2929;
    border-bottom: 1px solid rgba(42, 41, 41, 0.6); }
    .service-text a:hover {
      color: #ff6f0b;
      border-bottom: 1px solid rgba(255, 111, 11, 0.6); }
  @media screen and (max-width: 1500px) {
    .service-text {
      max-width: 800px;
      font-size: 16px; }
      .service-text__container {
        max-width: 600px; } }
  @media screen and (max-width: 790px) {
    .service-text {
      padding: 60px; }
      .service-text br {
        display: none; } }
  @media screen and (max-width: 540px) {
    .service-text {
      margin: 60px auto 0;
      padding: 0;
      background: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; } }
  @media screen and (max-width: 370px) {
    .service-text {
      margin: 40px auto 0;
      font-size: 14px; } }

.service-stages {
  margin: 100px auto 65px; }
  .service-stages__text {
    font-size: 18px;
    text-align: center; }
    .service-stages__text a {
      color: #2a2929;
      border-bottom: 1px solid rgba(42, 41, 41, 0.6); }
      .service-stages__text a:hover {
        color: #ff6f0b;
        border-bottom: 1px solid rgba(255, 111, 11, 0.6); }
  .service-stages__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 48px 0 0; }
    .service-stages__wrap:after {
      content: "";
      display: block;
      width: 32%; }
  .service-stages__item {
    width: 33.33%;
    margin: 0 0 45px;
    padding: 0 20px; }
    .service-stages__item:nth-child(3), .service-stages__item:nth-child(6) {
      padding-right: 0; }
  .service-stages__subtitle {
    margin: 0 auto 13px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    font-family: "Gotham Pro", sans-serif; }
  .service-stages__description {
    font-size: 18px; }
    .service-stages__description a {
      color: #2a2929;
      border-bottom: 1px solid rgba(42, 41, 41, 0.6); }
      .service-stages__description a:hover {
        color: #ff6f0b;
        border-bottom: 1px solid rgba(255, 111, 11, 0.6); }
  .service-stages__img {
    height: 60px;
    margin: 0 0 20px; }
  @media screen and (max-width: 1500px) {
    .service-stages__text {
      font-size: 16px; }
    .service-stages__subtitle {
      font-size: 20px; }
    .service-stages__description {
      font-size: 16px; } }
  @media screen and (max-width: 1250px) {
    .service-stages__description br {
      display: none; } }
  @media screen and (max-width: 1100px) {
    .service-stages br {
      display: none; }
    .service-stages__description br {
      display: none; } }
  @media screen and (max-width: 980px) {
    .service-stages__wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      .service-stages__wrap:after {
        width: 48%; }
    .service-stages__item {
      width: 48%;
      margin: 0 0 45px;
      padding: 0 20px; }
      .service-stages__item:nth-child(3), .service-stages__item:nth-child(6) {
        padding: 0 20px; } }
  @media screen and (max-width: 740px) {
    .service-stages {
      margin: 80px auto 35px; }
      .service-stages__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        .service-stages__wrap:after {
          width: 48%; }
      .service-stages__item {
        width: 47%;
        padding: 0 !important; }
      .service-stages__subtitle {
        font-size: 18px; } }
  @media screen and (max-width: 540px) {
    .service-stages {
      margin: 80px auto; }
      .service-stages__wrap {
        display: block; }
        .service-stages__wrap:after {
          display: none; }
      .service-stages__item {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 35px;
        text-align: center; }
        .service-stages__item:last-child {
          margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .service-stages__wrap {
      margin: 30px 0 0; } }
  @media screen and (max-width: 370px) {
    .service-stages__subtitle {
      font-size: 16px; }
    .service-stages__description {
      font-size: 14px; }
    .service-stages__text {
      font-size: 14px; } }

.service-circle {
  position: absolute; }

.seo-circle-first {
  width: 300px;
  left: -15%;
  top: 40%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.seo-circle-second {
  width: 90px;
  right: 6%;
  top: 21%;
  z-index: 2; }
  @media screen and (max-width: 890px) {
    .seo-circle-second {
      width: 70px;
      opacity: 0.8; } }

.seo-circle-third {
  width: 40px;
  left: 4%;
  bottom: 20%;
  z-index: 2; }
  @media screen and (max-width: 1100px) {
    .seo-circle-third {
      display: none; } }

.seo-circle-fourth {
  position: absolute;
  z-index: 1;
  right: 3%;
  top: 27%;
  width: 110px;
  height: 110px;
  background: rgba(6, 172, 230, 0);
  background-image: -moz-linear-gradient(124deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(40, 133, 216, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(6, 172, 230, 0)), color-stop(50%, mid-color), color-stop(100%, rgba(40, 133, 216, 0.4)));
  background-image: -webkit-linear-gradient(124deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(40, 133, 216, 0.4) 100%);
  background-image: -o-linear-gradient(124deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(40, 133, 216, 0.4) 100%);
  background-image: -ms-linear-gradient(124deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(40, 133, 216, 0.4) 100%);
  background-image: linear-gradient(-34deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(40, 133, 216, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0006ACE6', endColorstr='#662885D8', GradientType=1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  @media screen and (max-width: 890px) {
    .seo-circle-fourth {
      display: none; } }

.seo-circle-fifth {
  position: absolute;
  z-index: 1;
  left: 2%;
  bottom: 14%;
  width: 60px;
  height: 60px;
  background: rgba(6, 172, 230, 0);
  background-image: -moz-linear-gradient(60deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 124, 203, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(6, 172, 230, 0)), color-stop(50%, mid-color), color-stop(100%, rgba(34, 124, 203, 0.4)));
  background-image: -webkit-linear-gradient(60deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 124, 203, 0.4) 100%);
  background-image: -o-linear-gradient(60deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 124, 203, 0.4) 100%);
  background-image: -ms-linear-gradient(60deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 124, 203, 0.4) 100%);
  background-image: linear-gradient(30deg, rgba(6, 172, 230, 0) 0%, rgba(6, 172, 230, 0) 50%, rgba(34, 124, 203, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0006ACE6', endColorstr='#66227CCB', GradientType=1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  @media screen and (max-width: 890px) {
    .seo-circle-fifth {
      display: none; } }

.seo-circle-sixth {
  position: absolute;
  z-index: 1;
  left: 18%;
  top: -55px;
  width: 90px;
  height: 90px;
  opacity: 0.8; }

.service-recommendation {
  position: relative;
  width: 100%;
  background-image: url(../image/picture/recommendation-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0; }
  .service-recommendation__text {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: auto;
    padding: 75px 20px 80px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ffffff; }
    .service-recommendation__text p {
      margin: 0 0 10px;
      line-height: 1.8; }
      .service-recommendation__text p:last-child {
        margin: 0; }
    .service-recommendation__text a {
      position: relative;
      top: 5px;
      font-weight: 700;
      letter-spacing: 0.02em;
      color: #ffffff;
      padding: 0 0 2px;
      border-bottom: 2px solid #ffffff;
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      transition: all 250ms; }
      .service-recommendation__text a:hover {
        color: #ff9b00;
        border-bottom: 2px solid #ff9b00; }
  .service-recommendation__first-circle {
    position: absolute;
    z-index: 1;
    width: 170px;
    top: 9%;
    right: 20%;
    opacity: 0.8; }
  .service-recommendation__first-second {
    position: absolute;
    z-index: 1;
    width: 70px;
    bottom: 11%;
    left: 20%;
    opacity: 0.7; }
  @media screen and (max-width: 1500px) {
    .service-recommendation__text {
      font-size: 18px; } }
  @media screen and (max-width: 980px) {
    .service-recommendation__text {
      font-size: 16px; }
    .service-recommendation__first-circle, .service-recommendation__first-second {
      display: none; } }
  @media screen and (max-width: 700px) {
    .service-recommendation__text p {
      line-height: 1.6; }
    .service-recommendation__text br {
      display: none; } }
  @media screen and (max-width: 370px) {
    .service-recommendation {
      font-size: 14px; } }

.service-price {
  margin: 100px 0 0; }
  .service-price__description {
    max-width: 750px;
    margin: auto;
    font-size: 18px;
    line-height: 1.5;
    text-align: center; }
    .service-price__description a {
      color: #2a2929;
      border-bottom: 1px solid rgba(42, 41, 41, 0.6); }
      .service-price__description a:hover {
        color: #ff6f0b;
        border-bottom: 1px solid rgba(255, 111, 11, 0.6); }
  .service-price__bottom-text {
    max-width: 700px;
    margin: 40px auto 0;
    font-size: 18px;
    text-align: center; }
    .service-price__bottom-text a {
      color: #2a2929;
      border-bottom: 1px solid rgba(42, 41, 41, 0.6); }
      .service-price__bottom-text a:hover {
        color: #ff6f0b;
        border-bottom: 1px solid rgba(255, 111, 11, 0.6); }
  @media screen and (max-width: 1500px) {
    .service-price__description {
      font-size: 16px; }
    .service-price__bottom-text {
      font-size: 16px; } }
  @media screen and (max-width: 740px) {
    .service-price {
      margin: 80px 0 0; } }
  @media screen and (max-width: 370px) {
    .service-price__bottom-text {
      margin: 30px auto 0;
      font-size: 14px; }
    .service-price__description {
      font-size: 14px; } }

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 40px 0 0; }
  .price__item {
    position: relative;
    width: 350px;
    margin: 0 10px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -webkit-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -moz-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08); }
    .price__item:first-child {
      margin-left: 0; }
    .price__item:last-child {
      margin-right: 0; }
  .price__wrap-icon {
    position: relative;
    padding: 50px 0;
    overflow: hidden; }
    .price__wrap-icon:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 0;
      width: 600px;
      height: 450px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #1E88E5;
      background-image: -webkit-linear-gradient(left, #1E88E5 0%, #0989cc 100%);
      background-image: -o-linear-gradient(left, #1E88E5 0%, #0989cc 100%);
      background-image: linear-gradient(to right, #1E88E5 0%, #0989cc 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1E88E5', endColorstr='#FF0989CC', GradientType=1); }
  .price__icon {
    position: relative;
    z-index: 5;
    display: block;
    margin: auto;
    width: 65px; }
  .price__text {
    padding: 25px 30px 80px; }
  .price__title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 22px;
    font-family: "Gotham Pro", sans-serif;
    color: #097cca; }
    .price__title a {
      color: #097cca; }
      .price__title a:hover {
        color: #ff6f0b; }
  .price__description {
    margin: 0 0 10px;
    font-size: 17px; }
  .price__cost {
    position: absolute;
    left: 50%;
    bottom: 45px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22px; }
  .price__from {
    padding-right: 3px;
    font-size: 18px; }
  .price__number {
    font-weight: 700; }
  @media screen and (max-width: 1500px) {
    .price__item {
      width: 300px; }
    .price__title {
      font-size: 20px; }
    .price__description {
      font-size: 15px; }
    .price__cost {
      font-size: 20px; }
    .price__from {
      font-size: 16px; } }
  @media screen and (max-width: 1190px) {
    .price.price-four {
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .price.price-four .price__item {
        width: 48%;
        margin: 0 0 20px; }
        .price.price-four .price__item:last-child {
          margin: 0; } }
  @media screen and (max-width: 900px) {
    .price {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .price__item {
        width: 48%; }
      .price.price-three {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
        .price.price-three .price__item {
          margin: 0 0 20px; }
          .price.price-three .price__item:last-child {
            margin: 0; }
      .price.price-two .price__item {
        margin: 0; } }
  @media screen and (max-width: 640px) {
    .price {
      display: block; }
      .price__item {
        width: 100% !important;
        margin: 0 0 20px !important; }
        .price__item:last-child {
          margin: 0 !important; } }
  @media screen and (max-width: 370px) {
    .price {
      margin: 30px 0 0; }
      .price__title {
        font-size: 18px; }
      .price__description {
        font-size: 14px; }
      .price__cost {
        margin: 12px 0 0;
        font-size: 18px; }
      .price__from {
        padding-right: 3px;
        font-size: 14px; }
      .price__wrap-icon {
        padding: 40px 0; }
      .price__icon {
        width: 55px; } }

.reviews-service {
  margin: 90px 0 0; }
  @media screen and (max-width: 740px) {
    .reviews-service {
      margin: 70px 0 0; } }

.service-result {
  margin: 90px 0 0; }
  .service-result .subtitle {
    margin: 0 auto 45px; }
  .service-result__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 25px; }
  .service-result__description {
    margin: 0 auto 40px;
    text-align: center; }
    .service-result__description a {
      color: #2a2929;
      border-bottom: 1px solid rgba(42, 41, 41, 0.6); }
      .service-result__description a:hover {
        color: #ff6f0b;
        border-bottom: 1px solid rgba(255, 111, 11, 0.6); }
  .service-result__item {
    width: 49%;
    height: 400px; }
    .service-result__item img {
      top: 50%;
      left: 65%;
      padding: 55px 0 50px; }
  .service-result__wrap-link {
    text-align: center; }
  .service-result__link {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #2a7eb7;
    border-bottom: 2px solid #2a7eb7; }
    .service-result__link:hover {
      color: #ff9b00;
      border-bottom: 2px solid #ff9b00; }
  @media screen and (max-width: 1500px) {
    .service-result__link {
      font-size: 12px; } }
  @media screen and (max-width: 1240px) {
    .service-result__item {
      height: 380px; } }
  @media screen and (max-width: 980px) {
    .service-result__item img {
      left: 50%;
      padding: 57px 0 37px; }
    .service-result .case-slide__subtitle {
      display: none; } }
  @media screen and (max-width: 740px) {
    .service-result {
      margin: 70px 0 0; } }
  @media screen and (max-width: 600px) {
    .service-result__wrap {
      margin: 0 0 10px; }
    .service-result__item {
      width: 100%;
      height: 300px; } }

.service-client {
  margin: 100px 0 0; }
  .service-client .subtitle {
    margin: 0 0 50px; }
  .service-client__wrap {
    position: relative;
    width: 100%;
    max-width: 1065px;
    height: 600px;
    margin: 0 auto;
    background-image: url("../image/picture/circle-client.png");
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .service-client__subtitle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.3;
    text-align: center;
    color: #324eaa; }
  .service-client__item {
    padding: 50px 50px;
    line-height: 1.5;
    box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -webkit-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -moz-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08); }
  .service-client__item-first {
    width: 380px;
    color: #ffffff;
    background: #257dc5;
    background-image: -webkit-linear-gradient(top, #257dc5 0%, #3c5ec3 100%);
    background-image: -o-linear-gradient(top, #257dc5 0%, #3c5ec3 100%);
    background-image: linear-gradient(to bottom, #257dc5 0%, #3c5ec3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF257DC5', endColorstr='#FF3C5EC3', GradientType=0); }
  .service-client__item-second {
    position: absolute;
    right: 0;
    top: 0;
    width: 402px;
    background: #ffffff; }
  .service-client__item-third {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 220px;
    background: #ffffff; }
  .service-client__item-fourth {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 402px;
    height: 220px;
    color: #ffffff;
    background: #257dc5;
    background-image: -webkit-linear-gradient(top, #257dc5 0%, #3c5ec3 100%);
    background-image: -o-linear-gradient(top, #257dc5 0%, #3c5ec3 100%);
    background-image: linear-gradient(to bottom, #257dc5 0%, #3c5ec3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF257DC5', endColorstr='#FF3C5EC3', GradientType=0); }
  .service-client__bottom-text {
    margin: 60px auto 0;
    font-weight: 700;
    font-size: 1.125rem;
    text-align: center;
    color: #2a2929; }
  @media screen and (max-width: 1040px) {
    .service-client {
      margin: 100px 0; }
      .service-client .subtitle {
        margin: 0 0 35px; }
      .service-client__wrap {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        width: 100%;
        height: auto;
        background: none; }
      .service-client__item {
        position: static;
        width: 45%;
        height: auto;
        margin: 0 1% 20px;
        font-size: 15px; }
        .service-client__item br {
          display: none; }
      .service-client__subtitle {
        position: static;
        width: 100%;
        margin: 0 0 25px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 18px; }
        .service-client__subtitle br {
          display: none; }
      .service-client__bottom-text {
        margin: 25px auto 0; } }
  @media screen and (max-width: 860px) {
    .service-client__wrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
    .service-client__item {
      width: 49%;
      margin: 0 0 20px; } }
  @media screen and (max-width: 740px) {
    .service-client {
      margin: 80px 0 0; }
      .service-client__wrap {
        display: block; }
      .service-client__item {
        width: 100%;
        padding: 35px 40px; }
      .service-client__item-third {
        color: #ffffff;
        background: #257dc5;
        background-image: -webkit-linear-gradient(top, #257dc5 0%, #3c5ec3 100%);
        background-image: -o-linear-gradient(top, #257dc5 0%, #3c5ec3 100%);
        background-image: linear-gradient(to bottom, #257dc5 0%, #3c5ec3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF257DC5', endColorstr='#FF3C5EC3', GradientType=0); }
      .service-client__item-fourth {
        background: #ffffff;
        color: #2a2929; }
      .service-client__bottom-text {
        margin: 30px auto 0; } }
  @media screen and (max-width: 420px) {
    .service-client__subtitle {
      margin: 0 0 20px;
      font-size: 16px; }
    .service-client__bottom-text {
      font-size: 16px; } }
  @media screen and (max-width: 370px) {
    .service-client__item {
      font-size: 14px; } }

.l-service-form {
  margin: 100px 0 0; }
  @media screen and (max-width: 740px) {
    .l-service-form {
      margin: 80px 0 0; } }

.service-form {
  margin: 100px 0 120px; }
  @media screen and (max-width: 740px) {
    .service-form {
      margin: 80px 0 100px; } }

.service-additional__item {
  margin: 100px 0 0; }
.service-additional__last {
  margin: 0 0 120px; }
@media screen and (max-width: 740px) {
  .service-additional__last {
    margin: 0 0 100px; } }

.additional-text {
  max-width: 720px;
  margin: auto;
  line-height: 1.5; }
  .additional-text a {
    color: #2a2929;
    border-bottom: 1px solid rgba(42, 41, 41, 0.6); }
    .additional-text a:hover {
      color: #ff6f0b;
      border-bottom: 1px solid rgba(255, 111, 11, 0.6); }

.case-additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 80px; }
  .case-additional:after {
    content: "";
    width: 32%; }
  .case-additional__item {
    width: 32%;
    height: 330px; }
  @media screen and (max-width: 1140px) {
    .case-additional:after {
      content: "";
      width: 49%; }
    .case-additional__item {
      width: 49%; } }
  @media screen and (max-width: 600px) {
    .case-additional:after {
      display: none; }
    .case-additional__item {
      width: 100%;
      height: 300px; } }

.l-form-pay .submit input {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff6f0b;
  border: none;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  padding: 19px 10px 18px; }
.l-form-pay .submit {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 40px auto 0;
  text-align: center;
  border: 3px solid rgba(230, 230, 230, 0.4); }
  .l-form-pay .submit:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    height: 75%;
    width: 28%;
    border-top: 2.5px solid #ff6f0b;
    border-left: 2.5px solid #ff6f0b; }
  .l-form-pay .submit:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    height: 75%;
    width: 28%;
    border-bottom: 2.5px solid #ff6f0b;
    border-right: 2.5px solid #ff6f0b; }
  .l-form-pay .submit:hover:before, .l-form-pay .submit:hover:after {
    border: none; }
  .l-form-pay .submit:hover {
    border: none;
    background: #fcb039;
    background-image: -webkit-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
    background-image: -o-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
    background-image: linear-gradient(to bottom, #fcb039 0%, #ff5e21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCB039', endColorstr='#FFFF5E21', GradientType=0); }
  .l-form-pay .submit:hover input {
    padding: 22px 10px 21px;
    color: #ffffff; }
.l-form-pay form {
  max-width: 330px;
  margin: auto; }
.l-form-pay input[type="text"], .l-form-pay input[type="email"] {
  width: 100%;
  padding-bottom: 5px;
  font-size: 17px;
  border: none;
  border-bottom: 2px solid #84849a;
  background: rgba(255, 255, 255, 0); }

.l-form-tab {
  padding: 40px 0 0; }
  @media screen and (max-width: 400px) {
    .l-form-tab {
      padding: 35px 0 0; } }

.adv-form {
  border-width: 0; }
  .adv-form__title {
    margin: 0 0 35px;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.2;
    font-family: "Gotham Pro", sans-serif;
    text-align: center;
    color: #1c5eb5; }
  .adv-form__wrap {
    max-width: 330px;
    margin: auto; }
  .adv-form__item {
    width: 100%;
    margin: 33px 0 0; }
    .adv-form__item:first-child {
      margin: 0; }
  .adv-form__checkbox {
    margin: 22px 0 0; }
  .adv-form .form__wrap-submit {
    max-width: 200px;
    margin: 40px auto 0; }
  @media screen and (max-width: 400px) {
    .adv-form__title {
      margin: 0 0 30px;
      font-size: 24px; } }

.pay-form__title {
  margin: 0 0 35px;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
  font-family: "Gotham Pro", sans-serif;
  text-align: center;
  color: #1c5eb5; }
  @media screen and (max-width: 400px) {
    .pay-form__title {
      margin: 0 0 30px;
      font-size: 24px; } }

.service-documents {
  margin: 100px 0 0; }
  .service-documents .subtitle {
    margin: 0 0 50px; }
  .service-documents__wrap {
    position: relative;
    width: 100%;
    max-width: 1065px;
    margin: 0 auto;
    text-align: center; }
  .service-documents__item {
    display: inline-block;
    margin: 0 20px 10px 0; }
    .service-documents__item:last-child {
      margin: 0; }
    .service-documents__item a {
      color: #228dc8;
      border-bottom: 1px solid #228dc8; }

.announcement {
  max-width: 700px;
  margin: 100px auto 0;
  text-align: center; }
  .announcement__text {
    margin: 0 0 30px; }
    .announcement__text p {
      margin: 0 0 7px; }
      .announcement__text p:last-child {
        margin: 0; }
    .announcement__text a {
      color: #2a2929;
      border-bottom: 1px solid rgba(38, 38, 38, 0.9); }
  .announcement__button {
    color: #ffffff;
    border: none;
    background: #fcb039;
    background-image: -webkit-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
    background-image: -o-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
    background-image: linear-gradient(to bottom, #fcb039 0%, #ff5e21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCB039', endColorstr='#FFFF5E21', GradientType=0); }
    .announcement__button:after, .announcement__button:before {
      display: none; }

.case-preview {
  margin: 0 0 20px;
  overflow: hidden; }
  .case-preview__text {
    position: absolute;
    left: 32px;
    bottom: 23px;
    z-index: 2;
    padding-right: 30px; }
  .case-preview__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.03em; }
  .case-preview__tags {
    position: absolute;
    top: 23px;
    left: 32px;
    z-index: 2; }
  .case-preview__tag {
    margin-right: 8px;
    font-size: 15px;
    color: #ffffff; }
  .case-preview__img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    max-height: 100%;
    width: auto;
    max-width: 85% !important;
    padding: 57px 0 37px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.95; }
  .case-preview__hover-text {
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    z-index: 15;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    font-size: 17px;
    letter-spacing: 0.03em; }
    .case-preview__hover-text:after {
      content: "";
      display: inline-block;
      width: 26px;
      height: 9px;
      margin-left: 8px;
      background-image: url("../image/icons/white-arrow.svg");
      background-size: cover; }
  .case-preview:hover .case-preview__hover-text {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  .case-preview:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 15;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  .case-preview:hover:before {
    opacity: 0.6;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media screen and (max-width: 1500px) {
    .case-preview__title {
      font-size: 20px; }
    .case-preview__tag {
      font-size: 13px; }
    .case-preview__hover-text {
      font-size: 15px; } }
  @media screen and (max-width: 640px) {
    .case-preview:hover {
      background: #228dc8; }
    .case-preview:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
    .case-preview:hover .case-preview__hover-text {
      opacity: 0; }
    .case-preview:hover:after, .case-preview:hover:before {
      display: none; } }

.case-slide__text {
  position: absolute;
  left: 37px;
  bottom: 33px;
  z-index: 2; }
.case-slide__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em; }
.case-slide__subtitle {
  margin: 7px 0 0;
  font-size: 16px;
  letter-spacing: 0.03em; }
.case-slide__tags {
  position: absolute;
  top: 32px;
  left: 37px;
  z-index: 2; }
.case-slide__tag {
  margin-right: 10px;
  font-size: 15px;
  color: #ffffff; }
.case-slide__img {
  position: absolute;
  top: 52%;
  left: 65%;
  z-index: 2;
  max-height: 91%;
  width: auto;
  max-width: 55% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.95; }
.case-slide__hover-text {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  z-index: 15;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  font-size: 16px;
  letter-spacing: 0.05em; }
  .case-slide__hover-text:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 9px;
    margin-left: 8px;
    background-image: url("../image/icons/white-arrow.svg");
    background-size: cover; }
.case-slide:hover .case-slide__hover-text {
  opacity: 0.9;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }
@media screen and (max-width: 1500px) {
  .case-slide__title {
    font-size: 20px; }
  .case-slide__subtitle {
    margin: 5px 0 0;
    font-size: 14px; }
  .case-slide__tag {
    margin-right: 8px;
    font-size: 13px; } }
@media screen and (max-width: 640px) {
  .case-slide__text {
    left: 30px;
    bottom: 28px; }
  .case-slide__tags {
    top: 28px;
    left: 30px; }
  .case-slide__img {
    left: 50%;
    top: 50%;
    padding: 60px 0;
    max-height: 100%; }
  .case-slide:hover {
    background: #228dc8; }
  .case-slide:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  .case-slide:hover .case-slide__hover-text {
    opacity: 0; }
  .case-slide:hover:after, .case-slide:hover:before {
    display: none; } }
@media screen and (max-width: 480px) {
  .case-slide__subtitle {
    display: none; } }

.ajax-load-more-wrap {
  width: 100% !important; }

.portfolio, .alm-reveal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 80px; }
  .portfolio:after, .alm-reveal:after {
    content: "";
    width: 32%; }
  .portfolio__item, .alm-reveal__item {
    width: 32%;
    height: 330px; }
    .portfolio__item:first-child, .alm-reveal__item:first-child {
      height: 430px;
      width: 66%; }
      .portfolio__item:first-child img, .alm-reveal__item:first-child img {
        top: 52%;
        left: 65%;
        padding: 47px 0 17px; }
    .portfolio__item:nth-child(2), .alm-reveal__item:nth-child(2) {
      height: 430px;
      padding: 47px 0 37px; }
  @media screen and (max-width: 1240px) {
    .portfolio:after, .alm-reveal:after {
      content: "";
      width: 49%; }
    .portfolio__item, .alm-reveal__item {
      width: 49%; }
      .portfolio__item:first-child, .portfolio__item:nth-child(2), .alm-reveal__item:first-child, .alm-reveal__item:nth-child(2) {
        height: 330px;
        width: 49%; }
        .portfolio__item:first-child img, .portfolio__item:nth-child(2) img, .alm-reveal__item:first-child img, .alm-reveal__item:nth-child(2) img {
          top: 50%;
          left: 50%;
          padding: 57px 0 37px; } }
  @media screen and (max-width: 740px) {
    .portfolio, .alm-reveal {
      margin: 0 0 60px; } }
  @media screen and (max-width: 600px) {
    .portfolio:after, .alm-reveal:after {
      display: none; }
    .portfolio__item, .alm-reveal__item {
      width: 100%;
      height: 300px; }
      .portfolio__item:first-child, .portfolio__item:nth-child(2), .alm-reveal__item:first-child, .alm-reveal__item:nth-child(2) {
        height: 300px;
        width: 100%; }
        .portfolio__item:first-child img, .portfolio__item:nth-child(2) img, .alm-reveal__item:first-child img, .alm-reveal__item:nth-child(2) img {
          padding: 57px 0 37px; } }
  @media screen and (max-width: 420px) {
    .portfolio, .alm-reveal {
      margin: 0 0 40px; } }

.alm-reveal {
  margin: 0 !important; }

.portfolio-slider .flip-current a:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 15;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }
.portfolio-slider .flip-current a:hover:before {
  opacity: 0.6;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.portfolio-form {
  margin: 0 0 120px; }
  @media screen and (max-width: 740px) {
    .portfolio-form {
      margin: 0 0 80px; } }

.radio-filter {
  padding: 0; }
  .radio-filter label {
    position: relative;
    padding: 0 0 13px;
    font-size: 17px;
    letter-spacing: 0.01em;
    color: #2a2929;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
    cursor: pointer; }
    .radio-filter label:after {
      display: none !important; }
    .radio-filter label:before {
      display: none; }
    .radio-filter label:hover {
      color: #ff6f0b; }
  .radio-filter input[type="radio"] {
    position: absolute; }
  .radio-filter input[type="radio"]:checked + label {
    padding-left: 21px;
    color: #ff6f0b; }
    .radio-filter input[type="radio"]:checked + label:before {
      content: "";
      position: absolute;
      top: 9px;
      left: -35px;
      display: inline-block;
      height: 2px;
      width: 40px;
      margin: 0;
      background: #fd842c;
      border: none;
      border-radius: 0; }
  @media screen and (max-width: 1140px) {
    .radio-filter {
      display: inline-block;
      padding: 0 15px 9px 0; }
      .radio-filter:last-child {
        padding-right: 0; }
      .radio-filter label {
        padding: 0;
        font-size: 16px; }
      .radio-filter input[type="radio"]:checked + label {
        padding-left: 0;
        font-weight: 600; }
        .radio-filter input[type="radio"]:checked + label:before {
          display: none !important; } }

@media screen and (max-width: 1140px) {
  #filter {
    margin: 0 0 25px; } }

.case-banner {
  position: relative;
  height: 615px;
  overflow: hidden;
  color: #ffffff;
  background-image: url("../image/picture/case-points.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: 50% 100%;
  background-color: #009bcd; }
  .case-banner .menu-burger__band:nth-child(2) {
    background: #ffffff; }
  .case-banner__container {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1660px;
    height: 405px;
    margin: auto;
    padding: 65px 30px 0 180px; }
  .case-banner__tags {
    font-size: 18px; }
  .case-banner__tag {
    color: #ffffff;
    padding-right: 7px; }
    .case-banner__tag span {
      position: relative; }
      .case-banner__tag span:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.83);
        opacity: 0;
        -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px); }
    .case-banner__tag:hover span:after {
      height: 1px;
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px); }
  .case-banner__following-link {
    position: absolute;
    right: 30px;
    top: 65px;
    display: block;
    color: #ffffff; }
    .case-banner__following-link span {
      position: relative; }
      .case-banner__following-link span:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.83);
        opacity: 0;
        -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px); }
    .case-banner__following-link:hover span:after {
      height: 1px;
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px); }
    .case-banner__following-link:after {
      content: "";
      display: inline-block;
      width: 26px;
      height: 9px;
      margin-left: 12px;
      background-image: url("../image/icons/white-arrow.svg");
      background-size: cover; }
  .case-banner__text {
    position: absolute;
    top: 50%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 560px; }
  .case-banner__title {
    margin: 0 auto 18px;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2;
    font-family: "Gotham Pro", sans-serif; }
  .case-banner__description {
    font-size: 18px;
    letter-spacing: 0.02em; }
  .case-banner__bottom-block {
    position: absolute;
    bottom: 0; }
  .case-banner__label {
    margin: 0 0 8px;
    font-size: 14px;
    letter-spacing: 0.02em; }
  .case-banner__wrap-link {
    display: inline-block; }
  .case-banner__link {
    position: relative;
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #ffffff; }
    .case-banner__link:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.83);
      opacity: 0;
      -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
      transition: height 0.3s, opacity 0.3s, transform 0.3s;
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      transform: translateY(-10px); }
    .case-banner__link:hover:after {
      height: 1px;
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px); }
  .case-banner__wrap-stage {
    display: inline-block;
    margin-left: 80px; }
  .case-banner__stage {
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.01em; }
  .case-banner__title-bg {
    position: absolute;
    top: 43%;
    left: -5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 403px;
    font-size: 21vw;
    width: 110%;
    font-weight: 700;
    font-family: "Gotham Pro", sans-serif;
    color: rgba(255, 255, 255, 0.03);
    white-space: nowrap; }
  .case-banner__wrap-image {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100%;
    max-width: 1360px;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .case-banner__image {
    position: absolute;
    top: 50%;
    right: 13%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 68%;
    max-width: 42%; }
  @media screen and (max-width: 1500px) {
    .case-banner__container {
      max-width: 1360px;
      padding: 65px 30px 0 167px; }
    .case-banner__title {
      font-size: 48px; }
    .case-banner__description {
      font-size: 16px; }
    .case-banner__label {
      font-size: 13px; }
    .case-banner__link, .case-banner__stage {
      font-size: 17px; }
    .case-banner__tags {
      font-size: 16px; } }
  @media screen and (max-width: 1200px) {
    .case-banner__image {
      max-height: 60%; } }
  @media screen and (max-width: 1100px) {
    .case-banner__container {
      padding: 65px 30px 0; }
    .case-banner__text {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 0 20px;
      text-align: center; }
    .case-banner__image {
      position: absolute;
      top: 50%;
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0.6;
      max-width: 95%; }
    .case-banner__bottom-block {
      left: 0;
      width: 100%;
      text-align: center; }
    .case-banner__tags, .case-banner__following-link {
      font-size: 14px; }
    .case-banner__stage {
      font-size: 16px; }
    .case-banner__link {
      font-size: 16px; }
      .case-banner__link:after {
        display: none; }
      .case-banner__link:hover:after {
        opacity: 0; } }
  @media screen and (max-width: 980px) {
    .case-banner {
      height: 570px; }
      .case-banner__container {
        height: 380px;
        padding: 45px 30px 0; }
      .case-banner__following-link {
        top: 45px; }
      .case-banner__title {
        font-size: 44px; }
      .case-banner__wrap-stage, .case-banner__wrap-link {
        margin-left: 0;
        padding: 0 30px; } }
  @media screen and (max-width: 740px) {
    .case-banner__title {
      font-size: 40px; } }
  @media screen and (max-width: 640px) {
    .case-banner {
      height: 520px; }
      .case-banner__container {
        height: 360px;
        padding: 45px 30px 0; } }
  @media screen and (max-width: 540px) {
    .case-banner {
      height: 500px; }
      .case-banner__container {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%; }
      .case-banner__following-link {
        display: none; }
      .case-banner__bottom-block {
        bottom: 45px; }
      .case-banner__tags {
        position: absolute;
        top: 90px;
        left: 20px; }
      .case-banner__image {
        top: 54%; } }
  @media screen and (max-width: 470px) {
    .case-banner__title {
      font-size: 36px; } }
  @media screen and (max-width: 390px) {
    .case-banner {
      height: 470px; }
      .case-banner__title {
        font-size: 32px; }
      .case-banner__wrap-stage, .case-banner__wrap-link {
        padding: 10px 20px; } }

.case-section {
  margin: 0 auto 110px;
  font-size: 18px; }
  .case-section p {
    margin: 0 0 15px;
    line-height: 1.5; }
    .case-section p:last-child {
      margin: 0; }
  @media screen and (max-width: 1500px) {
    .case-section {
      font-size: 16px; } }
  @media screen and (max-width: 740px) {
    .case-section {
      margin: 0 auto 80px; } }

.case-mockup {
  display: block;
  max-width: 100%;
  margin: auto; }

.case-text {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: -77px auto 100px;
  padding: 80px;
  font-size: 18px;
  line-height: 1.6;
  background: #ffffff;
  box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
  -webkit-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
  -moz-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08); }
  .case-text__container {
    max-width: 700px;
    margin: auto; }
  .case-text p {
    margin: 0 0 15px; }
    .case-text p:last-child {
      margin: 0; }
  .case-text__logo {
    display: block;
    max-width: 235px;
    min-width: 110px;
    margin: 0 auto 40px; }
  @media screen and (max-width: 1500px) {
    .case-text {
      max-width: 800px;
      font-size: 16px; }
      .case-text__container {
        max-width: 600px; } }
  @media screen and (max-width: 790px) {
    .case-text {
      padding: 60px; }
      .case-text br {
        display: none; } }
  @media screen and (max-width: 740px) {
    .case-text {
      margin: -77px auto 80px; } }
  @media screen and (max-width: 540px) {
    .case-text {
      margin: 60px auto 80px;
      padding: 0;
      background: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
      .case-text__logo {
        display: none; } }
  @media screen and (max-width: 370px) {
    .case-text {
      margin: 40px auto 80px;
      font-size: 14px; } }

.case-circle {
  position: absolute;
  z-index: -1;
  opacity: 0.9; }

.case-circle-first {
  bottom: 60px;
  left: -30%;
  width: 80px; }

.case-circle-second {
  top: 10%;
  right: 10%;
  width: 180px; }

.case-circle-third {
  width: 75px;
  bottom: -2%;
  right: -3%; }

@media screen and (max-width: 1100px) {
  .case-circle {
    display: none; } }
.case-work {
  position: relative;
  margin: 0 0 100px; }
  .case-work .subtitle {
    margin: 0 auto 45px; }
  .case-work__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .case-work__item {
    position: relative;
    width: 49%;
    margin: 0 0 30px;
    padding: 40px 95px;
    font-size: 18px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -webkit-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -moz-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08); }
    .case-work__item:after {
      content: "";
      position: absolute;
      top: -33px;
      left: -33px;
      width: 100px;
      height: 100px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #fcb039;
      background-image: -webkit-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
      background-image: -o-linear-gradient(top, #fcb039 0%, #ff5e21 100%);
      background-image: linear-gradient(to bottom, #fcb039 0%, #ff5e21 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCB039', endColorstr='#FFFF5E21', GradientType=0);
      -moz-box-shadow: 0 0 79px rgba(254, 149, 46, 0.47);
      -webkit-box-shadow: 0 0 79px rgba(254, 149, 46, 0.47);
      box-shadow: 0 0 79px rgba(254, 149, 46, 0.47); }
    .case-work__item:nth-child(2n) {
      top: 30px; }
  .case-work__item-count {
    position: absolute;
    top: 17px;
    left: 17px;
    z-index: 2;
    font-size: 18px;
    font-weight: 700;
    font-family: "Gotham Pro", sans-serif;
    color: #ffffff; }
  @media screen and (max-width: 1500px) {
    .case-work__item {
      font-size: 16px; } }
  @media screen and (max-width: 1200px) {
    .case-work__item {
      padding: 40px 85px; }
      .case-work__item:nth-child(2n) {
        top: 0; } }
  @media screen and (max-width: 980px) {
    .case-work {
      margin: 0 0 100px; }
      .case-work__wrap {
        display: block; }
      .case-work__item {
        width: 100%;
        margin: 0 0 25px; }
        .case-work__item:last-child {
          margin: 0; } }
  @media screen and (max-width: 740px) {
    .case-work {
      margin: 0 0 80px; } }
  @media screen and (max-width: 540px) {
    .case-work__item {
      padding: 30px 35px 30px 75px; }
      .case-work__item:after {
        width: 90px;
        height: 90px; }
    .case-work__item-count {
      top: 13px;
      left: 13px;
      font-size: 16px; } }
  @media screen and (max-width: 420px) {
    .case-work .subtitle {
      margin: 0 auto 40px; }
    .case-work__item {
      padding: 30px 35px; }
      .case-work__item:after {
        display: none; }
    .case-work__item-count {
      position: static;
      margin: 0 0 7px;
      text-align: center;
      color: #ff6f0b; } }
  @media screen and (max-width: 370px) {
    .case-work__item {
      font-size: 15px; } }

.case-result {
  position: relative;
  margin: 0 0 100px; }
  .case-result .subtitle {
    margin: 0 auto 45px; }
  .case-result .two-graphics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .two-graphics .case-result__item {
    width: 49%; }
  .case-result__subtitle {
    max-width: 540px;
    margin: 22px auto 0;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: "Gotham Pro", sans-serif;
    text-align: center; }
  @media screen and (max-width: 1100px) {
    .case-result .two-graphics {
      display: block; }
    .two-graphics .case-result__item {
      width: 100%; } }
  @media screen and (max-width: 980px) {
    .case-result .subtitle {
      margin: 0 auto 40px; } }
  @media screen and (max-width: 860px) {
    .case-result__subtitle {
      font-size: 16px; } }
  @media screen and (max-width: 740px) {
    .case-result {
      margin: 0 0 80px; } }
  @media screen and (max-width: 420px) {
    .case-result .subtitle {
      margin: 0 auto 35px; }
    .case-result__subtitle {
      margin: 15px auto 0;
      font-size: 14px; } }

.graph {
  width: 100%;
  max-width: 900px;
  margin: auto; }
  .graph__wrap {
    position: relative;
    padding: 55px 85px;
    background: #ffffff;
    box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -webkit-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -moz-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08); }
  .graph__grid {
    width: 100%; }
  .graph__line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 90%; }
  @media screen and (max-width: 860px) {
    .graph__wrap {
      padding: 45px; } }
  @media screen and (max-width: 640px) {
    .graph__wrap {
      padding: 25px; } }

.two-graphics .graph__wrap {
  padding: 45px; }
@media screen and (max-width: 1100px) {
  .two-graphics .graph:first-child {
    margin: 0 0 50px; }
  .two-graphics .graph__wrap {
    padding: 55px 85px; } }
@media screen and (max-width: 860px) {
  .two-graphics .graph__wrap {
    padding: 45px; }
  .two-graphics .graph:first-child {
    margin: 0 0 40px; } }
@media screen and (max-width: 640px) {
  .two-graphics .graph__wrap {
    padding: 25px; }
  .two-graphics .graph:first-child {
    margin: 0 0 35px; } }

.case-positions {
  margin: 0 0 100px; }
  .case-positions .subtitle {
    margin: 0 auto 40px; }
  .case-positions__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .case-positions__subtitle {
    margin: 0 auto 25px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: "Gotham Pro", sans-serif;
    text-align: center; }
  .case-positions__item {
    width: 100%;
    max-width: 410px; }
    .case-positions__item:first-child {
      padding-right: 20px; }
      .case-positions__item:first-child .case-requests__position {
        color: #ff6f0b; }
      .case-positions__item:first-child .case-requests__item:before {
        background: #ff6f0b; }
    .case-positions__item:nth-child(2) {
      padding-left: 20px; }
      .case-positions__item:nth-child(2) .case-requests__position {
        color: #039be5; }
      .case-positions__item:nth-child(2) .case-requests__item:before {
        background: #039be5; }
  .case-positions__note {
    margin: 35px auto 0;
    font-size: 14px;
    text-align: center;
    color: #5f5f5f; }
  @media screen and (max-width: 840px) {
    .case-positions__item:first-child {
      padding-right: 10px; }
    .case-positions__item:nth-child(2) {
      padding-left: 10px; } }
  @media screen and (max-width: 740px) {
    .case-positions {
      margin: 0 0 80px; } }
  @media screen and (max-width: 700px) {
    .case-positions__wrap {
      display: block; }
    .case-positions__item {
      width: 100%;
      max-width: none; }
      .case-positions__item:first-child {
        padding-right: 0;
        margin-bottom: 40px; }
      .case-positions__item:nth-child(2) {
        padding-left: 0; }
    .case-positions__subtitle {
      margin: 0 0 20px; } }
  @media screen and (max-width: 420px) {
    .case-positions .subtitle {
      margin: 0 auto 35px; } }

.case-requests {
  box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
  -webkit-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
  -moz-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08); }
  .case-requests__item {
    position: relative;
    margin: 0 0 2px;
    padding: 17px 35px;
    background: #ffffff; }
    .case-requests__item:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 2px;
      height: 100%; }
  .case-requests__position {
    position: absolute;
    top: 16px;
    left: 33px;
    padding-right: 15px;
    font-weight: 700;
    font-family: "Gotham Pro", sans-serif; }
  .case-requests__text {
    display: block;
    margin-left: 22px;
    font-size: 16px; }
  @media screen and (max-width: 370px) {
    .case-requests__position {
      font-size: 15px; }
    .case-requests__text {
      font-size: 15px; } }

.case-snippet {
  margin: 0 0 100px; }
  .case-snippet .subtitle {
    margin: 0 auto 40px; }
  .case-snippet__img {
    display: block;
    width: 100%;
    max-width: 771px;
    margin: auto;
    padding-bottom: 20px; }
  @media screen and (max-width: 740px) {
    .case-snippet {
      margin: 0 0 80px; } }
  @media screen and (max-width: 420px) {
    .case-snippet .subtitle {
      margin: 0 auto 35px; } }

.case-review {
  position: relative;
  width: 100%;
  margin: 0 0 115px;
  padding: 90px 0 110px;
  color: #ffffff;
  background: #009bcd;
  background-image: -webkit-linear-gradient(top, #009bcd 0%, #1d56aa 100%);
  background-image: -o-linear-gradient(top, #009bcd 0%, #1d56aa 100%);
  background-image: linear-gradient(to bottom, #009bcd 0%, #1d56aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF009BCD', endColorstr='#FF1D56AA', GradientType=0); }
  .case-review:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/picture/review-points.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 100%; }
  .case-review .subtitle {
    margin: 0 auto 40px;
    color: #ffffff; }
  .case-review__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1030px;
    margin: auto; }
  .case-review__wrap-text {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding: 20px 50px 0 90px; }
    .case-review__wrap-text:before {
      content: "";
      position: absolute;
      left: -30px;
      top: -30px;
      z-index: -1;
      width: 165px;
      height: 128px;
      background-image: url(../image/picture/quotation-mark.png);
      background-repeat: no-repeat;
      background-size: cover; }
  .case-review__text {
    font-size: 19px;
    line-height: 1.6; }
  .case-review__signature {
    margin: 28px 0 0;
    font-size: 16px;
    letter-spacing: 0.02em; }
  .case-review__name {
    font-weight: 600; }
  .case-review__profession {
    text-transform: lowercase; }
  .case-review__wrap-doc {
    position: relative;
    z-index: 2;
    width: 190px; }
    .case-review__wrap-doc a {
      position: relative;
      display: block;
      cursor: pointer;
      box-shadow: 0 25px 25px 8px rgba(23, 97, 175, 0.8);
      -webkit-box-shadow: 0 25px 25px 8px rgba(23, 97, 175, 0.8);
      -moz-box-shadow: 0 25px 25px 8px rgba(23, 97, 175, 0.8); }
      .case-review__wrap-doc a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        z-index: 2;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: url("../image/icons/plus.svg");
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: opacity 700ms;
        -moz-transition: opacity 700ms;
        transition: opacity 700ms; }
      .case-review__wrap-doc a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: #ff3b00;
        background-image: -moz-linear-gradient(117deg, #ff3b00 0%, #fca22c 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff3b00), color-stop(100%, #fca22c));
        background-image: -webkit-linear-gradient(117deg, #ff3b00 0%, #fca22c 100%);
        background-image: -o-linear-gradient(117deg, #ff3b00 0%, #fca22c 100%);
        background-image: -ms-linear-gradient(117deg, #ff3b00 0%, #fca22c 100%);
        background-image: linear-gradient(-27deg, #ff3b00 0%, #fca22c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
        -webkit-transition: opacity 700ms;
        -moz-transition: opacity 700ms;
        transition: opacity 700ms; }
    .case-review__wrap-doc a:hover:before {
      opacity: 1; }
    .case-review__wrap-doc a:hover:after {
      opacity: 0.7; }
    .case-review__wrap-doc img {
      width: 100%; }
  @media screen and (max-width: 1100px) {
    .case-review__text {
      font-size: 17px; }
    .case-review__wrap-text:before {
      left: -20px; } }
  @media screen and (max-width: 900px) {
    .case-review__text {
      font-size: 16px; }
    .case-review__wrap-text {
      padding: 0 40px 0 0; }
    .case-review__wrap-doc {
      width: 150px; } }
  @media screen and (max-width: 740px) {
    .case-review {
      margin: 0 0 90px;
      padding: 70px 0 90px; } }
  @media screen and (max-width: 650px) {
    .case-review__wrap-doc {
      display: none; }
    .case-review__wrap-text {
      padding: 0; }
      .case-review__wrap-text:before {
        left: -10px;
        width: 100px;
        height: 78px; }
    .case-review__signature {
      margin: 25px 0 0;
      text-align: center;
      font-size: 14px; } }
  @media screen and (max-width: 370px) {
    .case-review__text {
      font-size: 14px; } }

.lb-data .lb-close {
  width: 30px;
  height: 30px;
  background-image: url("../image/icons/close.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  filter: alpha(Opacity=100);
  opacity: 1; }
  .lb-data .lb-close:hover {
    background-position: 100% 0; }
  @media screen and (max-width: 470px) {
    .lb-data .lb-close {
      width: 25px;
      height: 25px; } }

.lb-dataContainer {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.lb-closeContainer {
  position: relative;
  right: -40px;
  top: -30px; }
  @media screen and (max-width: 470px) {
    .lb-closeContainer {
      right: -5px;
      top: -30px; } }

.lb-details {
  display: none; }

.lb-nav a.lb-next {
  background: url(../image/icons/next.png) 95% 48% no-repeat; }

.lb-nav a.lb-prev {
  background: url(../image/icons//prev.png) 9% 48% no-repeat; }

.blog {
  margin: 100px 0 0; }
  .blog .subtitle {
    margin: 0 auto 40px; }
  .blog__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .blog__wrap:after {
      content: "";
      display: block;
      width: 32%; }
  .blog__item {
    position: relative;
    display: block;
    width: 32%;
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -webkit-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -moz-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08); }
    .blog__item:hover {
      margin-bottom: 0; }
  .blog__wrap-item {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    background: #ffffff; }
  .blog__item:hover .blog__wrap-item {
    padding-bottom: 50px; }
  .blog__img {
    position: relative;
    width: 100%;
    height: 255px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .blog__img:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      background: #06659c;
      background-image: -webkit-linear-gradient(top, #06659c 0%, #0b0363 100%);
      background-image: -o-linear-gradient(top, #06659c 0%, #0b0363 100%);
      background-image: linear-gradient(to bottom, #06659c 0%, #0b0363 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF06659C', endColorstr='#FF0B0363', GradientType=0); }
  .blog__item:hover .blog__img:after {
    opacity: 0.6;
    background: #fb4c0a;
    background-image: -moz-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #fb4c0a), color-stop(100%, #fca22c));
    background-image: -webkit-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
    background-image: -o-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
    background-image: -ms-linear-gradient(117deg, #fb4c0a 0%, #fca22c 100%);
    background-image: linear-gradient(-27deg, #fb4c0a 0%, #fca22c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 ); }
  .blog__text {
    padding: 25px 30px 30px; }
  .blog__subtitle {
    margin: 0;
    font-weight: 700;
    font-size: 1.125rem;
    font-family: "Gotham Pro", sans-serif;
    color: #2a2929; }
  .blog__read {
    display: none;
    position: absolute;
    left: 30px;
    bottom: 41px;
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ff5c10; }
    .blog__read:before {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #ebebeb; }
    .blog__read:after {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 25px;
      height: 2px;
      background: #ff6f0b; }
  .blog__item:hover .blog__read {
    display: block; }
  @media screen and (max-width: 1200px) {
    .blog__subtitle {
      font-size: 16px; }
    .blog__text {
      padding: 20px 28px 25px; } }
  @media screen and (max-width: 950px) {
    .blog__item {
      width: 49%; }
      .blog__item:nth-child(3) {
        display: none; } }
  @media screen and (max-width: 800px) {
    .blog__item:hover .blog__read {
      display: none; }
    .blog__item:hover .blog__wrap-item {
      padding-bottom: 0; }
    .blog__item {
      margin-bottom: 0; }
      .blog__item:hover {
        margin-bottom: 0; } }
  @media screen and (max-width: 740px) {
    .blog {
      margin: 80px 0 0; }
      .blog__text {
        padding: 25px; } }
  @media screen and (max-width: 580px) {
    .blog__item {
      width: 100%; }
      .blog__item:first-child {
        margin-bottom: 30px; } }
  @media screen and (max-width: 420px) {
    .blog .subtitle {
      margin: 0 auto 35px; } }

.case-bottom-section {
  margin: 0 auto 120px; }
  @media screen and (max-width: 740px) {
    .case-bottom-section {
      margin: 0 auto 100px; } }

.page-mockup-wrap {
  width: 100%;
  max-width: 1420px;
  margin: auto;
  padding: 0 30px; }
  @media screen and (max-width: 640px) {
    .page-mockup-wrap {
      padding: 0 20px; } }

.about-section {
  position: relative; }

.heading-block {
  position: relative;
  width: 100%;
  padding: 100px 35px;
  background: #1992cc;
  background-image: -webkit-linear-gradient(top, #1992cc 0%, #3184c2 100%);
  background-image: -o-linear-gradient(top, #1992cc 0%, #3184c2 100%);
  background-image: linear-gradient(to bottom, #1992cc 0%, #3184c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1992CC', endColorstr='#FF3184C2', GradientType=0); }
  .heading-block:before, .heading-block:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .heading-block:before {
    z-index: 1;
    background-image: url("../image/picture/logo-blue.png");
    background-repeat: no-repeat;
    background-position: 50% 100%; }
  .heading-block:after {
    z-index: 2;
    background-image: url("../image/picture/points-bg.png");
    background-repeat: no-repeat;
    background-position: 60% 50%;
    opacity: 0.7; }
  .heading-block__text {
    position: relative;
    z-index: 5;
    max-width: 580px;
    margin: auto;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.52;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ffffff; }
  @media screen and (max-width: 1500px) {
    .heading-block {
      padding: 80px 35px; }
      .heading-block__text {
        max-width: 540px;
        font-size: 22px; } }
  @media screen and (max-width: 820px) {
    .heading-block:before {
      background: none; }
    .heading-block__text {
      font-size: 20px;
      line-height: 1.5; } }
  @media screen and (max-width: 640px) {
    .heading-block {
      padding: 60px 35px; }
      .heading-block__text {
        font-size: 18px;
        line-height: 1.45; } }
  @media screen and (max-width: 450px) {
    .heading-block {
      padding: 50px 35px; }
      .heading-block__text {
        font-size: 16px; } }

.about-wrap-text {
  position: relative;
  z-index: 5;
  padding-bottom: 70px;
  background-image: url("../image/picture/advantages-mountain.png");
  background-repeat: no-repeat;
  background-position: 100% 100%; }
  .about-wrap-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
    background-image: url("../image/picture/advantages-round.png");
    background-repeat: no-repeat;
    background-position: 100% 100%; }
  @media screen and (max-width: 1350px) {
    .about-wrap-text {
      background-size: 100%; }
      .about-wrap-text:after {
        display: none; } }
  @media screen and (max-width: 820px) {
    .about-wrap-text {
      background: none; } }

.about-text {
  max-width: 700px;
  margin: 65px auto 100px;
  font-size: 20px; }
  .about-text p {
    margin: 0 0 25px;
    line-height: 1.6; }
  @media screen and (max-width: 1500px) {
    .about-text {
      max-width: 630px;
      margin: 50px auto 100px;
      font-size: 18px; } }
  @media screen and (max-width: 820px) {
    .about-text {
      margin: 35px auto 80px;
      font-size: 16px; }
      .about-text p {
        margin: 0 0 15px; }
        .about-text p br {
          display: none; } }
  @media screen and (max-width: 640px) {
    .about-text {
      margin: 30px auto 80px; } }
  @media screen and (max-width: 420px) {
    .about-text {
      margin: 30px auto 60px; } }

.about-age {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 30px 0 40px; }
  .about-age__text {
    padding: 0 25px;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.5;
    font-family: "Gotham Pro", sans-serif;
    color: #176abb; }
  @media screen and (max-width: 1500px) {
    .about-age__text {
      font-size: 21px; } }
  @media screen and (max-width: 820px) {
    .about-age__text {
      font-size: 18px; } }
  @media screen and (max-width: 450px) {
    .about-age {
      padding: 20px 0 30px; }
      .about-age__text {
        padding: 0;
        font-size: 16px;
        text-align: center; } }

.about-numeral {
  text-align: center; }
  .about-numeral__count {
    padding: 0 25px; }
    .about-numeral__count span {
      display: none; }
  .about-numeral__year {
    margin: 11px auto 0;
    padding-left: 18px;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    font-family: "Gotham Pro", sans-serif;
    color: #176abb; }
  @media screen and (max-width: 820px) {
    .about-numeral__count img {
      width: 80px; }
    .about-numeral__year {
      font-size: 20px; } }
  @media screen and (max-width: 450px) {
    .about-numeral {
      display: none; } }

.about-circle {
  position: absolute;
  width: 340px;
  left: 50%;
  top: -75px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (max-width: 1500px) {
    .about-circle {
      top: -45px;
      width: 280px; } }
  @media screen and (max-width: 820px) {
    .about-circle {
      position: absolute !important;
      left: 50% !important;
      top: -22px !important; } }
  @media screen and (max-width: 450px) {
    .about-circle {
      display: none; } }

@media screen and (max-width: 820px) {
  .scrollmagic-pin-spacer {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important; } }

.advantages {
  position: relative; }
  .advantages__title {
    position: absolute;
    left: 50%;
    top: 52%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: -15px 0 0;
    font-weight: 700;
    font-size: 24px;
    font-family: "Gotham Pro", sans-serif;
    text-align: center; }
  .advantages__wrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 600px;
    margin: auto; }
  .advantages__item {
    z-index: 5;
    position: absolute; }
    .advantages__item:before {
      content: "";
      position: absolute;
      left: -45px;
      top: -6px;
      display: block;
      width: 39px;
      height: 39px;
      background-image: url("../image/icons/li-advantages.png");
      background-repeat: no-repeat; }
  .advantages__item-first {
    left: 38%;
    top: 0; }
  .advantages__item-second {
    right: -40px;
    top: 180px; }
  .advantages__item-third {
    right: 1%;
    top: 380px; }
  .advantages__item-fourth {
    right: 35%;
    bottom: 0; }
  .advantages__item-fifth {
    left: 5%;
    bottom: 22%; }
  .advantages__item-sixth {
    left: 3%;
    top: 150px; }
  .advantages__subtitle {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 22px;
    font-family: "Gotham Pro", sans-serif; }
  .advantages__text {
    font-size: 19px;
    line-height: 1.5; }
  @media screen and (max-width: 1500px) {
    .advantages__wrap {
      max-width: 780px;
      height: 520px; }
    .advantages__title {
      top: 50%;
      font-size: 22px; }
    .advantages__subtitle {
      font-size: 20px; }
    .advantages__text {
      font-size: 17px; }
    .advantages__item-second {
      right: -20px;
      top: 140px; }
    .advantages__item-third {
      right: 2%;
      top: 350px; }
    .advantages__item-sixth {
      left: 3%;
      top: 100px; } }
  @media screen and (max-width: 820px) {
    .advantages__title {
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none;
      margin: 0 0 40px;
      font-size: 26px; }
      .advantages__title br {
        display: none; }
    .advantages__wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      max-width: 100%;
      height: auto; }
    .advantages__item {
      position: static;
      width: 265px;
      margin: 0 0 22px;
      padding: 0 10px; }
      .advantages__item:before {
        display: none; }
    .advantages__subtitle {
      margin: 0 0 7px;
      font-size: 18px; }
    .advantages__text {
      font-size: 16px;
      line-height: 1.5; } }
  @media screen and (max-width: 620px) {
    .advantages__item {
      width: 50%;
      padding: 0 10px 0 0; }
      .advantages__item:nth-child(2n) {
        padding: 0 0 0 10px; } }
  @media screen and (max-width: 430px) {
    .advantages__item {
      width: 100%;
      padding: 0 !important;
      text-align: center; }
    .advantages__title {
      margin: 0 0 32px; } }

.about-pay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 40px 0 0; }
  .about-pay__text {
    padding-right: 40px;
    font-size: 1rem;
    line-height: 1.5; }
  .about-pay__logos {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0; }
  .about-pay__item {
    position: relative;
    float: right;
    width: 23%;
    height: 100px;
    margin-left: 2%;
    background: #ffffff;
    box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -webkit-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08);
    -moz-box-shadow: 0 15px 29px 1px rgba(188, 188, 188, 0.08); }
  .about-pay__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 53%;
    max-height: 54%;
    opacity: 0.8; }
  @media screen and (max-width: 1250px) {
    .about-pay__text {
      padding-right: 20px;
      font-size: 15px; }
    .about-pay__item {
      height: 70px; } }
  @media screen and (max-width: 1140px) {
    .about-pay__text {
      padding-right: 30px;
      font-size: 16px; }
    .about-pay__item {
      height: 80px; } }
  @media screen and (max-width: 870px) {
    .about-pay {
      margin: 20px 0 0; }
      .about-pay__text {
        padding-right: 20px;
        font-size: 15px; }
      .about-pay__item {
        height: 70px; } }
  @media screen and (max-width: 770px) {
    .about-pay {
      display: block;
      margin: 0; }
      .about-pay__logos {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
      .about-pay__text {
        max-width: 500px;
        margin: auto;
        padding: 0 0 25px;
        text-align: center; }
        .about-pay__text br {
          display: none; }
      .about-pay__item {
        height: 80px;
        margin: 0; } }
  @media screen and (max-width: 570px) {
    .about-pay__logos {
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .about-pay__item {
      width: 48%;
      height: 110px; }
      .about-pay__item:nth-child(1), .about-pay__item:nth-child(2) {
        margin: 0 0 15px; }
    .about-pay__logo {
      max-width: 52%;
      max-height: 62%; } }
  @media screen and (max-width: 470px) {
    .about-pay__item {
      height: 100px; }
    .about-pay__logo {
      max-width: 57%; } }
  @media screen and (max-width: 370px) {
    .about-pay__item {
      height: 90px;
      max-width: 67%; } }

.team {
  margin: 110px auto 90px; }
  @media screen and (max-width: 740px) {
    .team {
      margin: 90px auto 70px; } }

.team-slider {
  height: 440px !important;
  overflow: hidden; }
  .team-slider__text {
    display: none;
    margin: 15px 0 0;
    text-align: center; }
  .flip-current .team-slider__text {
    display: block; }
  .team-slider__name {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
    font-family: "Gotham Pro", sans-serif; }
  .team-slider__profession {
    font-size: 14px;
    letter-spacing: 0.02em; }
  .team-slider .slider-arrows {
    bottom: 20px; }
  .team-slider .flip-items {
    height: 100% !important;
    width: 330px !important;
    list-style: none; }
  .team-slider .flip-prev {
    -webkit-transform: translateX(-95%) translateZ(0) rotateY(0deg) scale(0.9);
    -moz-transform: translateX(-95%) translateZ(0) rotateY(0deg) scale(0.9);
    -ms-transform: translateX(-95%) translateZ(0) rotateY(0deg) scale(0.9);
    transform: translateX(-95%) translateZ(0) rotateY(0deg) scale(0.9); }
  .team-slider .flip-next {
    -webkit-transform: translateX(95%) translateZ(0) rotateY(0deg) scale(0.9);
    -moz-transform: translateX(95%) translateZ(0) rotateY(0deg) scale(0.9);
    -ms-transform: translateX(95%) translateZ(0) rotateY(0deg) scale(0.9);
    transform: translateX(95%) translateZ(0) rotateY(0deg) scale(0.9); }
  @media screen and (max-width: 900px) {
    .team-slider .flip-prev {
      -webkit-transform: translateX(-75%) translateZ(0) rotateY(0deg) scale(0.9);
      -moz-transform: translateX(-75%) translateZ(0) rotateY(0deg) scale(0.9);
      -ms-transform: translateX(-75%) translateZ(0) rotateY(0deg) scale(0.9);
      transform: translateX(-75%) translateZ(0) rotateY(0deg) scale(0.9); }
    .team-slider .flip-next {
      -webkit-transform: translateX(75%) translateZ(0) rotateY(0deg) scale(0.9);
      -moz-transform: translateX(75%) translateZ(0) rotateY(0deg) scale(0.9);
      -ms-transform: translateX(75%) translateZ(0) rotateY(0deg) scale(0.9);
      transform: translateX(75%) translateZ(0) rotateY(0deg) scale(0.9); } }
  @media screen and (max-width: 420px) {
    .team-slider {
      height: auto !important; }
      .team-slider__text {
        display: block; } }

@media screen and (max-width: 420px) {
  .desktop-team {
    display: none !important; } }

.mobile-team {
  display: none !important; }
  @media screen and (max-width: 420px) {
    .mobile-team {
      display: block !important; } }

.certificates {
  margin: 0 auto 65px; }
  .certificates__text {
    max-width: 680px;
    margin: auto;
    font-size: 18px;
    line-height: 1.6; }
  .certificates__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 45px 0 0; }
  .certificates__item {
    display: block;
    width: 22%;
    margin: 0 0 25px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer; }
  .certificates__wrap-image {
    position: relative;
    display: inline-block; }
    .certificates__wrap-image:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      z-index: 2;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-image: url("../image/icons/plus.svg");
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: opacity 700ms;
      -moz-transition: opacity 700ms;
      transition: opacity 700ms; }
    .certificates__wrap-image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: #ff3b00;
      background-image: -moz-linear-gradient(117deg, #ff3b00 0%, #fca22c 100%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff3b00), color-stop(100%, #fca22c));
      background-image: -webkit-linear-gradient(117deg, #ff3b00 0%, #fca22c 100%);
      background-image: -o-linear-gradient(117deg, #ff3b00 0%, #fca22c 100%);
      background-image: -ms-linear-gradient(117deg, #ff3b00 0%, #fca22c 100%);
      background-image: linear-gradient(-27deg, #ff3b00 0%, #fca22c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
      -webkit-transition: opacity 700ms;
      -moz-transition: opacity 700ms;
      transition: opacity 700ms; }
  .certificates__item:hover .certificates__wrap-image:before {
    opacity: 1; }
  .certificates__item:hover .certificates__wrap-image:after {
    opacity: 0.7; }
  .certificates__image {
    display: block;
    max-height: 240px;
    max-width: 100%;
    margin: auto; }
  @media screen and (max-width: 900px) {
    .certificates__wrap {
      margin: 35px 0 0; }
    .certificates__text {
      font-size: 16px;
      text-align: center; }
    .certificates__item {
      width: auto;
      padding: 0 5px; }
    .certificates__image {
      max-height: 130px;
      max-width: 150px; } }
  @media screen and (max-width: 740px) {
    .certificates {
      margin: 0 auto 45px; }
      .certificates__text br {
        display: none; } }
  @media screen and (max-width: 370px) {
    .certificates__text {
      font-size: 14px; } }

.review-carousel {
  margin: 0 0 100px; }
  .review-carousel .owl-stage-outer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 100%;
    display: block;
    background: #1992cc;
    background-image: -webkit-linear-gradient(top, #1992cc 0%, #3184c2 100%);
    background-image: -o-linear-gradient(top, #1992cc 0%, #3184c2 100%);
    background-image: linear-gradient(to bottom, #1992cc 0%, #3184c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1992CC', endColorstr='#FF3184C2', GradientType=0); }
  .review-carousel .owl-nav {
    margin: 40px 0 0; }
  @media screen and (max-width: 740px) {
    .review-carousel {
      margin: 0 0 80px; }
      .review-carousel .owl-stage-outer {
        background: #1992cc;
        background-image: -webkit-linear-gradient(top, #1992cc 0%, #3184c2 100%);
        background-image: -o-linear-gradient(top, #1992cc 0%, #3184c2 100%);
        background-image: linear-gradient(to bottom, #1992cc 0%, #3184c2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1992CC', endColorstr='#FF3184C2', GradientType=0); }
        .review-carousel .owl-stage-outer:before {
          display: none; }
        .review-carousel .owl-stage-outer:after {
          content: "";
          position: absolute;
          top: 0;
          z-index: -1;
          right: 0;
          width: 100%;
          height: 100%;
          display: block;
          background-image: url(../image/picture/review-points.png);
          background-repeat: no-repeat;
          background-position: 50% 80%; }
      .review-carousel .owl-nav {
        margin: 30px 0 0; } }

.review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .review__main-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-left: 15px; }
  .review__name {
    margin: 0 0 3px;
    font-weight: 700;
    font-size: 20px; }
  .review__profession {
    margin: 0 0 12px;
    font-size: 16px; }
  .review__text {
    padding-right: 50px;
    font-size: 18px;
    line-height: 1.6; }
  .review__wrap-link {
    margin: 17px 0 0; }
  .review__link {
    position: relative;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2a7eb7;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms; }
    .review__link:after {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #2a7eb7; }
    .review__link:hover {
      color: #ff6f0b; }
    .review__link:hover:after {
      background: #ff6f0b; }
  .review__wrap-doc {
    position: relative;
    height: 100%;
    min-height: 300px;
    width: 230px; }
    .review__wrap-doc:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 180px;
      height: 100%;
      display: block;
      background-image: url(../image/picture/review-points.png);
      background-repeat: no-repeat;
      background-position: 50% 80%; }
  .review__doc {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 210px;
    max-width: 150px; }
    .review__doc img {
      width: 100%; }
  @media screen and (max-width: 1500px) {
    .review__text {
      font-size: 16px; }
    .review__name {
      font-size: 18px; }
    .review__profession {
      font-size: 14px; } }
  @media screen and (max-width: 800px) {
    .review__text {
      padding-right: 30px; }
    .review__main-wrap {
      padding: 0; } }
  @media screen and (max-width: 740px) {
    .review {
      display: block;
      padding: 40px 45px;
      color: #ffffff; }
      .review__link {
        color: #ffffff; }
        .review__link:after {
          background: #ffffff; }
        .review__link:hover {
          color: #ffffff; }
        .review__link:hover:after {
          background: #ffffff; }
      .review__wrap-doc {
        display: none; }
      .review__text {
        padding-right: 0; }
      .review__wrap-link {
        margin: 13px 0 0; }
      .review__profession {
        margin: 0 0 15px; } }
  @media screen and (max-width: 460px) {
    .review {
      padding: 40px 40px; }
      .review__text {
        font-size: 15px; } }

.partners {
  margin: 0 0 120px; }
  .partners__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .partners__logo {
    -webkit-box-flex: 265px;
    -webkit-flex: 265px 0 0;
    -moz-box-flex: 265px;
    -moz-flex: 265px 0 0;
    -ms-flex: 265px 0 0;
    flex: 265px 0 0;
    position: relative;
    display: block;
    width: 265px;
    height: 165px;
    background: #ffffff; }
    .partners__logo img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto !important;
      max-width: 85%;
      max-height: 85%;
      margin: auto; }
  .partners__item-text {
    padding-left: 30px; }
    .partners__item-text p:last-child {
      margin: 0; }
  .partners__title {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 20px; }
  .partners .owl-nav {
    margin: 30px 0 0; }
  @media screen and (max-width: 740px) {
    .partners {
      margin: 0 0 100px; }
      .partners__item {
        display: block; }
      .partners__logo {
        width: 100%;
        height: 140px; }
      .partners__item-text {
        padding-left: 0;
        padding-top: 20px; } }

.about-vacancy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 60px auto 0;
  padding: 0 33px; }
  .about-vacancy__subtitle {
    position: relative;
    top: -3px;
    width: 300px;
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    font-family: "Gotham Pro", sans-serif; }
  .about-vacancy__text {
    width: calc(100% - 300px);
    line-height: 1.5; }
  .about-vacancy a {
    color: #2a2929;
    border-bottom: 1px solid rgba(42, 41, 41, 0.6); }
    .about-vacancy a:hover {
      color: #ff6f0b;
      border-bottom: 1px solid rgba(255, 111, 11, 0.6); }
  @media screen and (max-width: 1340px) {
    .about-vacancy {
      padding: 0 20px; } }
  @media screen and (max-width: 1300px) {
    .about-vacancy {
      padding: 0; } }
  @media screen and (max-width: 780px) {
    .about-vacancy__subtitle {
      width: 220px;
      font-size: 18px; }
    .about-vacancy__text {
      width: calc(100% - 220px); } }
  @media screen and (max-width: 580px) {
    .about-vacancy {
      display: block;
      margin: 40px auto 0; }
      .about-vacancy__subtitle {
        top: 0;
        width: 100%;
        margin: 0 0 12px; }
        .about-vacancy__subtitle br {
          display: none; }
      .about-vacancy__text {
        width: 100%; } }

.contacts-page {
  padding: 110px 0 0; }
  .contacts-page .title {
    margin: 0 0 70px;
    text-align: center; }
  @media screen and (max-width: 900px) {
    .contacts-page {
      padding: 90px 0 0; }
      .contacts-page .title {
        margin: 0 0 60px; } }
  @media screen and (max-width: 560px) {
    .contacts-page .title {
      margin: 0 0 50px; } }
  @media screen and (max-width: 420px) {
    .contacts-page {
      padding: 80px 0 0; } }

.contacts {
  text-align: center; }
  .contacts__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto 50px; }
  .contacts__phone, .contacts__mail {
    font-weight: 700;
    font-size: 23px;
    font-family: "Gotham Pro", sans-serif;
    color: #2a2929; }
  .contacts__address {
    max-width: 470px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    font-family: "Gotham Pro", sans-serif; }
  .contacts__wrap-button {
    margin: 40px auto 55px; }
  .contacts__button {
    padding: 21px 32px 19px;
    font-weight: 700 !important;
    color: #ff6f0b; }
    .contacts__button:hover {
      padding: 24px 35px 22px;
      background: #fca226;
      background-image: -webkit-linear-gradient(top, #fca226 0%, #ff5e21 100%);
      background-image: -o-linear-gradient(top, #fca226 0%, #ff5e21 100%);
      background-image: linear-gradient(to bottom, #fca226 0%, #ff5e21 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCA226', endColorstr='#FFFF5E21', GradientType=0); }
  .contacts__requisites {
    margin: 0 auto 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    font-family: "Gotham Pro", sans-serif;
    color: #2a2929;
    border-bottom: 1px solid rgba(42, 41, 41, 0.6); }
    .contacts__requisites:hover {
      color: #ff6f0b;
      border-bottom: 1px solid rgba(255, 111, 11, 0.6); }
  .contacts__text {
    font-size: 18px; }
  @media screen and (max-width: 1500px) {
    .contacts__line {
      max-width: 985px; }
    .contacts__phone, .contacts__mail {
      font-size: 21px; }
    .contacts__address, .contacts__requisites {
      font-size: 20px; }
    .contacts__text {
      font-size: 16px; } }
  @media screen and (max-width: 1140px) {
    .contacts__line {
      max-width: 900px; }
    .contacts__phone, .contacts__mail {
      font-size: 19px; }
    .contacts__address {
      max-width: 440px;
      font-size: 18px; } }
  @media screen and (max-width: 900px) {
    .contacts__line {
      max-width: 100%; }
    .contacts__phone, .contacts__mail, .contacts__address {
      font-size: 17px; } }
  @media screen and (max-width: 820px) {
    .contacts__line {
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
    .contacts__address {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -moz-order: -1;
      -ms-flex-order: -1;
      order: -1;
      width: 100%;
      margin: 0 0 30px; }
    .contacts__phone, .contacts__mail {
      padding: 0 20px; } }
  @media screen and (max-width: 560px) {
    .contacts__mail {
      width: 100%;
      padding: 0; }
    .contacts__phone {
      width: 100%;
      padding: 0 0 20px; }
    .contacts__phone, .contacts__mail, .contacts__address {
      font-size: 16px;
      font-family: "Muller", sans-serif; }
    .contacts__address {
      margin: 0 0 20px; } }
  @media screen and (max-width: 420px) {
    .contacts__phone, .contacts__mail, .contacts__address {
      font-weight: normal; }
    .contacts__wrap-button {
      margin: 20px auto 55px; }
    .contacts__text {
      font-size: 15px; } }

.social-network {
  margin: 15px 0 0;
  padding: 0; }
  .social-network li {
    display: inline-block;
    padding: 0 15px 10px; }
  .social-network a, .social-network__link {
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    font-family: "Gotham Pro", sans-serif;
    color: #1c69b5; }
    .social-network a:hover, .social-network__link:hover {
      color: #ff6f0b; }
  @media screen and (max-width: 1500px) {
    .social-network a, .social-network__link {
      font-size: 17px; } }
  @media screen and (max-width: 900px) {
    .social-network {
      margin: 10px 0 0; }
      .social-network a, .social-network__link {
        font-size: 16px; } }
  @media screen and (max-width: 560px) {
    .social-network li {
      padding: 0 13px 10px; }
    .social-network a, .social-network__link {
      font-size: 16px; } }

.map {
  width: 100%;
  height: 550px;
  margin: 80px 0 0; }
  @media screen and (max-width: 1140px) {
    .map {
      height: 500px; } }
  @media screen and (max-width: 740px) {
    .map {
      height: 450px;
      margin: 60px 0 0; } }
  @media screen and (max-width: 420px) {
    .map {
      height: 400px; } }

.error-image-wrap {
  text-align: center; }

.error-image {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 70px auto 30px; }

.error-text {
  margin: 0 auto 70px;
  font-size: 21px;
  font-weight: 700;
  color: #483a8c; }

.job-page {
  padding: 90px 0; }
  .job-page .title {
    margin: 0 0 40px; }
  .job-page img {
    max-width: 100%;
    margin: 0 0 20px; }
  .job-page ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none; }
    .job-page ul li {
      position: relative;
      padding: 3px 0 3px 15px; }
      .job-page ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        display: block;
        width: 5px;
        height: 5px;
        background-image: url("../image/icons/li-blue.png");
        background-position: 50% 50%;
        background-repeat: no-repeat; }
  @media screen and (max-width: 900px) {
    .job-page {
      padding: 70px 0; }
      .job-page .title {
        margin: 0 0 30px; } }
  @media screen and (max-width: 420px) {
    .job-page {
      padding: 60px 0; } }

.working-conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-nowrap;
  -moz-flex-flow: row-nowrap;
  -ms-flex-flow: row-nowrap;
  flex-flow: row-nowrap;
  padding: 0 0 15px;
  font-size: 15px; }
  .working-conditions:last-child {
    padding: 0; }
  .working-conditions__label {
    width: 200px;
    padding-right: 15px;
    font-weight: 600;
    color: #505050; }
  .working-conditions__text {
    width: calc(100% - 200px);
    max-width: 700px;
    line-height: 1.5; }
  @media screen and (max-width: 700px) {
    .working-conditions {
      display: block; }
      .working-conditions__label {
        width: 100%;
        padding: 0 0 4px;
        font-weight: 700; }
      .working-conditions__text {
        width: 100%;
        max-width: 100%; } }

.job-form-section {
  margin: 80px 0 20px; }

.job-form {
  padding: 50px 40px 60px; }
  .job-form__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.2;
    font-family: "Gotham Pro", sans-serif;
    text-align: center;
    color: #1c5eb5; }
  .job-form__wrap {
    padding: 25px 0 0; }
  .job-form__line {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 40px; }
  .job-form__item-full {
    width: 100%; }
  .job-form__item-half {
    width: 47%; }
  .job-form__checkbox {
    position: absolute;
    bottom: -40px;
    left: 0; }
  .job-form__wrap-submit {
    max-width: 200px;
    margin: 45px auto 0; }
  .job-form__submit {
    padding: 19px 10px 18px; }
  .form__wrap-submit:hover .job-form__submit {
    padding: 22px 10px 21px; }
  @media screen and (max-width: 980px) {
    .job-form__title {
      margin: 0 0 20px;
      font-size: 32px; } }
  @media screen and (max-width: 670px) {
    .job-form {
      width: 100%;
      max-width: 420px;
      margin: auto;
      padding: 44px 47px; }
      .job-form__line {
        display: block;
        margin: 0; }
      .job-form__item-half {
        width: 100%; }
      .job-form__item {
        margin: 0 auto 35px; } }
  @media screen and (max-width: 420px) {
    .job-form {
      padding: 40px 40px 55px; }
      .job-form__title {
        font-size: 26px; }
      .form__wrap-submit:hover .job-form__submit {
        padding: 20px 10px 19px; } }
  @media screen and (max-width: 370px) {
    .job-form {
      padding: 0; } }

.page {
  padding: 90px 0; }
  .page .title {
    margin: 0 0 40px; }
  .page h2, .page h3 {
    font-weight: 700;
    line-height: 1.3;
    font-family: "Gotham Pro", sans-serif; }
  .page h2 {
    margin: 0 0 20px;
    font-size: 22px; }
  .page h3 {
    margin: 15px 0;
    font-size: 19px; }
  .page a {
    color: #2a2929;
    border-bottom: 1px solid rgba(42, 41, 41, 0.6); }
    .page a:hover {
      color: #ff6f0b;
      border-bottom: 1px solid rgba(255, 111, 11, 0.6); }
  .page img {
    max-width: 100%;
    margin: 0 0 20px; }
  .page ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none; }
    .page ul li {
      position: relative;
      padding: 3px 0 3px 15px; }
      .page ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        display: block;
        width: 5px;
        height: 5px;
        background-image: url("../image/icons/li-blue.png");
        background-position: 50% 50%;
        background-repeat: no-repeat; }
  @media screen and (max-width: 900px) {
    .page {
      padding: 70px 0; }
      .page .title {
        margin: 0 0 30px; }
      .page h2 {
        font-size: 20px; }
      .page h3 {
        font-size: 17px; } }
  @media screen and (max-width: 420px) {
    .page {
      padding: 60px 0; }
      .page h2 {
        font-size: 19px; }
      .page h3 {
        font-size: 16px; } }

a.requisites-link {
  border: none !important; }

.page-section {
  margin: 0 0 25px; }
  .page-section:last-child {
    margin: 0; }

/*# sourceMappingURL=main.css.map */
