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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  margin: 0;
  padding: 0;
  outline: none; }

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

body, html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

html {
  max-width: 100vw; }

body {
  font-family: 'Graphik', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #111617;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  font-variant-numeric: lining-nums;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

button, a {
  cursor: pointer; }

input:focus::placeholder {
  color: rgba(255, 255, 255, 0); }

@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik/woff/Graphik-Regular-Web.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik/woff/Graphik-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik/woff/Graphik-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik/woff/Graphik-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

.container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 743px) {
    .container {
      max-width: 695px; } }
  @media (min-width: 1235px) {
    .container {
      max-width: 1225px; } }

.container-fluid {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 743px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1235px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

.header {
  background-color: #F8FBFD;
  padding: 14px 0; }
  .header .row {
    align-items: center;
    align-content: center; }
  .header__phone {
    color: #113A60;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    margin: 0 25px 0 0; }
  .header__callback {
    font-size: 13px;
    vertical-align: middle;
    border: 2px solid #113A60;
    color: #113A60;
    background-color: transparent;
    border-radius: 4px;
    padding: 6px 12px;
    transition: 0.2s;
    font-weight: 500; }
    .header__callback:hover {
      border: 2px solid #DC3C3F;
      color: #DC3C3F; }
  .header__search {
    position: relative;
    display: block;
    padding: 7px 0; }
    .header__search__icon {
      vertical-align: middle;
      margin: 0 9px 0 0; }
      .header__search__icon__fill {
        fill: #113A60; }
    .header__search:hover .header__search__input {
      opacity: 0.8; }
    .header__search__input {
      background-color: transparent;
      border: 0px solid transparent;
      opacity: 0.2;
      transition: 0.2s; }
      .header__search__input:focus {
        opacity: 0.8; }
      .header__search__input, .header__search__input::placeholder {
        color: #113A60; }
    .header__search:hover .header__search__line {
      opacity: 0.7; }
    .header__search__input:focus + .header__search__line {
      opacity: 0.7; }
    .header__search__line {
      height: 1px;
      background-color: #113A60;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.2;
      transition: 0.2s; }
  .header__enter-and-english-shell {
    display: flex;
    justify-content: flex-end; }
  .header__enter {
    color: #113A60;
    text-decoration: none;
    font-size: 16px;
    margin: 0 30px 0 0;
    letter-spacing: -1.1px;
    transition: 0.2s; }
    .header__enter:hover {
      color: #DC3C3F; }
    .header__enter:hover .header__enter__icon__fill {
      fill: #DC3C3F; }
    .header__enter__icon {
      vertical-align: middle;
      margin: 0 9px 0 0; }
      .header__enter__icon__fill {
        fill: #113A60;
        transition: 0.1s; }
    .header__enter__text {
      vertical-align: middle; }
  .header__english {
    color: #113A60;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: -1.1px;
    transition: 0.1s;
    transform: translateY(1px); }
    .header__english:hover {
      color: #DC3C3F; }
  .header__mailing {
    color: #113A60;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: -1.1px;
    transition: 0.1s;
    transform: translateY(1px);
    margin: 0 32px 0 0;
    border: none;
    background-color: transparent; }
    .header__mailing:hover {
      color: #DC3C3F; }

@media (min-width: 743px) and (max-width: 1234px) {
  .header {
    padding: 16px 0; }
    .header__search-shell {
      display: none; }
    .header__phone {
      margin: 0 16px 0 0; }
    .header__enter {
      margin: 0 19px 0 0; }
    .header__mailing {
      margin: 0 23px 0 0; } }

@media (max-width: 742px) {
  .header__phone-and-callback-shell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
  .header__phone {
    margin: 0; }
  .header__search-shell {
    display: none; }
  .header__enter-and-english-shell {
    display: none; } }

.footer {
  background-color: #113A60;
  padding: 56px 0 0 0;
  position: relative;
  overflow: hidden; }
  .footer:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 4px);
    height: 10px;
    width: 100%;
    background-color: #113A60; }
  .footer__top-col-1, .footer__top-col-2, .footer__top-col-3, .footer__top-col-4, .footer__top-col-5 {
    padding: 0 15px; }
  .footer__top-col-1 {
    width: 21%;
    margin: 0 0 0 0; }
  .footer__top-col-2 {
    width: 20%; }
  .footer__top-col-3 {
    width: 14%; }
  .footer__top-col-4 {
    width: 23%; }
  .footer__top-col-5 {
    width: 22%; }
  .footer__headline {
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
    margin: 0 0 1px 0;
    font-weight: 500; }
  .footer__description {
    color: #fff;
    line-height: 1.5;
    margin: 0 0 14px 0;
    font-size: 13px;
    margin: 0 0 29px 0; }
  .footer__hr {
    height: 1px;
    background: #1E507E;
    margin: 16px 0 29px 0; }
  .footer__form__headline {
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
    margin: 0 0 12px 0;
    font-weight: 500; }
  .footer__form__input {
    background: transparent;
    font-size: 13px;
    padding: 0 10px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    vertical-align: middle;
    color: #fff;
    width: 345px; }
    .footer__form__input::placeholder {
      color: rgba(255, 255, 255, 0.4);
      transition: 0.2s; }
    .footer__form__input:focus {
      border: 1px solid white; }
  .footer__form__agree {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    vertical-align: middle;
    margin: 0 0 0 22px; }
    .footer__form__agree__input {
      width: 0;
      height: 0;
      position: absolute;
      appearance: none;
      opacity: 0; }
    .footer__form__agree__input:checked + .footer__form__agree__square {
      background-image: url(../img/foursquare-check-in-footer.svg);
      background-size: 70% auto;
      background-position: center;
      background-repeat: no-repeat; }
    .footer__form__agree__square {
      vertical-align: middle;
      display: inline-block;
      width: 18px;
      height: 18px;
      min-width: 18px;
      min-height: 18px;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.4); }
    .footer__form__agree__text {
      font-size: 13px;
      vertical-align: middle;
      display: inline-block;
      width: calc(100% - 23px);
      padding: 0 0 0 10px;
      white-space: nowrap;
      color: #fff; }
    .footer__form__agree__link {
      font-size: inherit;
      color: inherit;
      text-decoration: none;
      transition: 0.1s; }
      .footer__form__agree__link:hover {
        color: #DC3C3F; }
  .footer__form__submit {
    font-size: 13px;
    padding: 0 17px;
    border-radius: 4px;
    background-color: transparent;
    text-decoration: none;
    color: #fff;
    height: 28px;
    border: 1.6px solid #FFFFFF;
    display: inline-block;
    font-weight: 500;
    transition: 0.2s;
    vertical-align: middle;
    margin: 0 0 0 20px; }
    .footer__form__submit:disabled {
      opacity: 0.5; }
    .footer__form__submit:disabled:hover {
      cursor: default; }
    .footer__form__submit:hover {
      background-color: #FFFFFF;
      color: #113A60; }
  .footer__social-links {
    transform: translateY(-5px); }
  .footer__social-link {
    margin: 0 0 0 17px;
    display: inline-block;
    transition: 0.1s;
    text-decoration: none; }
    .footer__social-link:first-child {
      margin: 0; }
    .footer__social-link:hover {
      opacity: 0.6; }
    .footer__social-link__text {
      font-size: 13px;
      line-height: 170%;
      color: #FFFFFF;
      vertical-align: middle; }
    .footer__social-link__icon {
      width: 20px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 0 0; }
  .footer__links {
    margin: 0 0 27px 0; }
    .footer__links_tablet {
      display: none; }
    .footer__links__big {
      font-size: 16px;
      margin: 0 0 14px 0;
      font-weight: 500; }
    .footer__links__small {
      font-size: 13px;
      margin: 0 0 10px 0; }
    .footer__links__big, .footer__links__small {
      transition: 0.1s;
      color: #fff;
      text-decoration: none;
      display: block; }
      .footer__links__big:hover, .footer__links__small:hover {
        color: #DC3C3F; }
    .footer__links span:hover {
      color: #fff; }
  .footer__free-test {
    background-color: #DC3C3F;
    color: #fff;
    border: none;
    padding: 7px 17px;
    font-size: 13px;
    border-radius: 4px;
    transition: 0.2s;
    text-decoration: none;
    display: inline-block;
    margin: 4px 0 26px 0; }
    .footer__free-test:hover {
      background-color: #AD1619; }
  .footer__phone-and-callback-shell_mobile {
    display: none; }
  .footer__middle {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .footer__middle__left {
      width: 80%;
      padding: 0 144px 0 0; }
    .footer__middle__right {
      width: 20%; }
  .footer__what-do-you-want {
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    margin: 0 0 21px 0;
    font-weight: 500; }
  .footer__arrow-link {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 0 13px 0;
    font-size: 13px;
    transition: 0.1s; }
    .footer__arrow-link:hover .footer__arrow-link__icon__fill {
      fill: #DC3C3F; }
    .footer__arrow-link:hover {
      color: #DC3C3F; }
    .footer__arrow-link__icon {
      margin: 0 10px 0 0; }
      .footer__arrow-link__icon__fill {
        fill: #fff; }
    .footer__arrow-link__text {
      text-align: center; }
  .footer__phone {
    color: #fff;
    font-size: 20px;
    margin: 0 0 12px 0;
    display: block;
    text-decoration: none;
    transition: 0.1s; }
    .footer__phone:hover {
      color: #DC3C3F; }
  .footer__callback {
    color: #fff;
    background-color: transparent;
    transition: 0.1s;
    font-size: 13px;
    border: 2px solid #fff;
    padding: 5px 14px;
    border-radius: 4px;
    font-weight: 500; }
    .footer__callback:hover {
      color: #DC3C3F;
      border: 2px solid #DC3C3F; }
  .footer__bottom {
    margin: 22px 0 0 0;
    background: #0C365C;
    padding: 27px 0; }
    .footer__bottom__shell {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      justify-content: space-between; }
  .footer__logo {
    vertical-align: middle;
    height: 20px;
    margin: 0 30px 0 0;
    display: inline-block;
    transform: translateY(-5px); }
  .footer__copyright {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px; }
  .footer__license {
    color: #fff;
    text-decoration: none;
    transition: 0.1s;
    font-size: 12px;
    margin: 0 30px 0 0;
    display: inline-block; }
    .footer__license:hover {
      color: #DC3C3F; }
  .footer__user-agreement {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: 0.1s;
    margin: 0 30px 0 0; }
    .footer__user-agreement:hover {
      color: #DC3C3F; }
  .footer__combating-corruption {
    color: #fff;
    text-decoration: none;
    transition: 0.1s;
    font-size: 12px; }
    .footer__combating-corruption:hover {
      color: #DC3C3F; }

@media (min-width: 743px) and (max-width: 1234px) {
  .footer {
    padding: 58px 0 0 0; }
    .footer__top-col-1 {
      width: 34%; }
    .footer__top-col-2 {
      width: 32%; }
    .footer__top-col-3 {
      display: none; }
    .footer__top-col-4 {
      width: 34%; }
    .footer__top-col-5 {
      width: 100%;
      display: flex;
      align-items: flex-start;
      align-content: flex-start;
      flex-wrap: wrap; }
      .footer__top-col-5__hr {
        height: 1px;
        background: #1E507E;
        margin: 16px 0 29px 0;
        width: 100%; }
      .footer__top-col-5__col-1 {
        width: 69%; }
      .footer__top-col-5__col-2 {
        width: 31%; }
    .footer__middle__left {
      width: 69%;
      padding: 0 35px 0 0; }
    .footer__middle__right {
      width: 31%; }
    .footer__headline {
      margin: 0 0 10px 0;
      font-size: 15px; }
    .footer__description {
      font-size: 13px;
      margin: 0 0 20px 0; }
    .footer__links {
      margin: 0 0 27px 0; }
      .footer__links_desktop {
        display: none; }
      .footer__links_tablet {
        display: block; }
      .footer__links__big {
        font-size: 15px; }
    .footer__what-do-you-want {
      line-height: 1.5;
      color: #fff;
      font-size: 15px;
      margin: 0 0 23px 0; }
    .footer__hr {
      margin: 20px 0 29px 0; }
    .footer__free-test {
      font-size: 13px;
      margin: 46px 0 0px 0;
      padding: 12px 27px; }
    .footer__arrow-link {
      font-size: 13px;
      margin: 0 0 15px 0; }
    .footer__arrow-links {
      display: flex;
      align-items: flex-start;
      align-content: flex-start;
      justify-content: flex-start; }
      .footer__arrow-links__col {
        width: 50%; }
    .footer__phone {
      margin: 0px 0 8px 0; }
    .footer__callback {
      font-size: 13px;
      padding: 10px 21px; }
    .footer__bottom {
      margin: 40px 0 0 0;
      padding: 27px 0 35px 0; }
      .footer__bottom__left, .footer__bottom__right {
        width: 100%; }
      .footer__bottom__left {
        margin: 0 0 23px 0; }
    .footer__copyright {
      font-size: 13px; }
    .footer__license {
      margin: 0 23px 0 0;
      font-size: 13px; }
    .footer__user-agreement {
      margin: 0 23px 0 0;
      font-size: 13px; }
    .footer__combating-corruption {
      font-size: 13px; }
    .footer__links__small {
      font-size: 13px; }
    .footer__form__headline {
      font-size: 15px; }
    .footer__form__input {
      width: 236px;
      font-size: 13px; }
    .footer__form__agree {
      display: flex;
      margin: 14px 0 0 0; }
      .footer__form__agree__text {
        font-size: 13px; }
    .footer__form__submit {
      font-size: 13px; }
    .footer__social-links {
      transform: translateY(4px); }
    .footer__social-link__text {
      font-size: 13px; } }

@media (max-width: 742px) {
  .footer {
    padding: 36px 0 0px 0; }
    .footer__top-col-1, .footer__top-col-2, .footer__top-col-3, .footer__top-col-4 {
      display: none; }
    .footer__top-col-5 {
      width: 100%; }
    .footer__middle__left {
      width: 100%;
      padding: 0; }
    .footer__middle__right {
      width: 100%; }
    .footer__headline {
      margin: 0 0 9px 0; }
    .footer__description {
      font-size: 12px;
      margin: 0 0 19px 0; }
    .footer__free-test {
      width: 100%;
      margin: 0 0 33px 0;
      text-align: center;
      font-size: 14px;
      padding: 10px 17px; }
    .footer__phone-and-callback-shell_desktop-tablet {
      display: none; }
    .footer__phone-and-callback-shell_mobile {
      display: block; }
    .footer__what-do-you-want {
      white-space: normal; }
    .footer__arrow-links {
      margin: 0 0 25px 0; }
    .footer__arrow-link {
      font-size: 12px; }
    .footer__phone {
      width: 100%;
      text-align: center;
      margin: 0 0 13px 0; }
    .footer__hr {
      margin: 31px 0 29px 0; }
    .footer__callback {
      width: 100%;
      font-size: 14px;
      padding: 9px 14px; }
    .footer__bottom {
      margin: 40px 0 0 0; }
      .footer__bottom__left {
        margin: 0 0 25px 0; }
      .footer__bottom__right {
        width: 100%; }
    .footer__form__input {
      width: 100%;
      margin: 0 0 10px 0;
      font-size: 14px; }
    .footer__form__agree {
      display: flex;
      margin: 0 0 30px 0; }
      .footer__form__agree__text {
        white-space: normal;
        font-size: 14px; }
    .footer__form__submit {
      width: 100%;
      margin: 0 0 14px 0;
      font-size: 14px; }
    .footer__social-links {
      transform: translateY(0px); }
    .footer__social-link__text {
      font-size: 14px; }
    .footer__links__small {
      font-size: 13px; }
    .footer__copyright {
      font-size: 13px; }
    .footer__license {
      margin: 0 0 11px 0;
      display: block; }
    .footer__user-agreement {
      display: block;
      margin: 0 0 11px 0; }
    .footer__combating-corruption {
      display: block; } }

.navigation-pages__link, .navigation-pages__text {
  font-size: 18px;
  margin: 0 8px 0 0; }

.navigation-pages__link {
  color: #1388CA; }
  .navigation-pages__link:hover {
    color: #DC3C3F; }

.navigation-pages__text {
  color: #DC3C3F; }

@media (max-width: 742px) {
  .navigation-pages__link, .navigation-pages__text {
    font-size: 16px; } }

.menu-main {
  padding: 17px 0;
  position: relative;
  z-index: 10;
  transition: 0.3s; }
  .menu-main_grey {
    background-color: #ECF2F7; }
  .menu-main_active {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #113A60;
    padding: 20px 0; }
  .menu-main_active .menu-main__link__main-link {
    color: #fff; }
  .menu-main_active .menu-main__logo {
    transform: translateY(-3px); }
  .menu-main_active .menu-main__logo_white {
    display: block; }
  .menu-main_active .menu-main__logo_blue {
    display: none; }
  .menu-main__callback {
    display: none;
    font-size: 13px;
    vertical-align: middle;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 4px;
    padding: 6px 12px;
    transition: 0.2s;
    font-weight: 500;
    vertical-align: middle; }
    .menu-main__callback:hover {
      background-color: #fff;
      color: #113A60; }
  .menu-main__shell {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between; }
  .menu-main__logo {
    height: 30px; }
  .menu-main__logo-shell {
    display: inline-block;
    vertical-align: middle; }
  .menu-main__logo_white {
    display: none; }
  .menu-main__burger {
    display: none; }
  .menu-main__info {
    display: none; }

@media (min-width: 1235px) {
  .menu-main_active .menu-main__callback {
    display: inline-block; }
  .menu-main__logo-shell {
    margin: 0 48px 0 0; }
  .menu-main_active .menu-main__link__waterfall {
    border-top: 1px solid #fff !important; }
    .menu-main_active .menu-main__link__waterfall:after {
      border-left: 1px solid #fff;
      border-top: 1px solid #fff; }
  .menu-main_active .menu-main__link__head:hover + .menu-main__link__waterfall {
    top: calc(100% + 28px); }
  .menu-main__link {
    position: relative;
    margin: 0 0 0 65px; }
    .menu-main__link__main-link {
      color: #113A60;
      text-decoration: none;
      font-size: 17px;
      font-weight: 500;
      transition: 0.1s;
      vertical-align: middle; }
      .menu-main__link__main-link:hover {
        opacity: 0.4; }
    .menu-main__link [href="#"]:hover {
      opacity: 1;
      cursor: default; }
    .menu-main__link__plus {
      display: none; }
    .menu-main__link__waterfall:hover,
    .menu-main__link__head:hover + .menu-main__link__waterfall {
      transform: scale(1) translateX(-50%);
      opacity: 1;
      top: calc(100% + 28px); }
    .menu-main__link__waterfall {
      position: absolute;
      left: 50%;
      transform: scale(0) translateX(-50%);
      opacity: 0;
      top: calc(100% + 28px);
      padding: 36px;
      min-width: 200px;
      background-color: #113A60;
      transition: opacity 0.3s ease-out 0s, transform 0.01s ease-out 0s; }
      .menu-main__link__waterfall:before {
        content: "";
        width: 100%;
        left: 0;
        right: 0;
        height: 40px;
        bottom: 100%;
        background-color: transparent;
        display: block;
        position: absolute; }
      .menu-main__link__waterfall:after {
        content: "";
        width: 20px;
        transform: rotate(45deg) translate(0%, 68%);
        left: 50%;
        bottom: 100%;
        height: 20px;
        background-color: #113A60;
        display: block;
        position: absolute; }
    .menu-main__link__sub-link {
      font-size: 16px;
      color: #fff;
      text-decoration: none;
      margin: 0 0 20px 0;
      white-space: nowrap;
      display: block;
      transition: 0.1s; }
      .menu-main__link__sub-link:last-child {
        margin: 0; }
      .menu-main__link__sub-link:hover {
        color: #9ba0a5; } }

@media (min-width: 743px) and (max-width: 1234px) {
  .menu-main {
    padding: 35px 0; }
    .menu-main__shell {
      position: relative; }
    .menu-main__burger_active:after, .menu-main__burger_active:before {
      background-color: #fff; }
    .menu-main__links {
      position: absolute;
      right: -20px;
      top: calc(0% - 20px);
      padding: 105px 30px 44px 44px;
      background-color: #113A60;
      display: none; }
      .menu-main__links_active {
        display: block; }
    .menu-main__link {
      display: block; }
      .menu-main__link__head {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        margin: 0 0 20px 0; }
      .menu-main__link__main-link {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        font-weight: normal;
        transition: 0.1s;
        vertical-align: middle; }
      .menu-main__link__plus {
        background-color: transparent;
        border: 0px solid transparent;
        width: 24px;
        vertical-align: middle;
        margin: 0 0 0 62px;
        position: relative; }
        .menu-main__link__plus__area {
          position: absolute;
          width: 40px;
          height: 40px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          content: "";
          background-color: transparent; }
        .menu-main__link__plus:after, .menu-main__link__plus:before {
          content: "";
          width: 100%;
          height: 2px;
          background-color: #fff;
          display: block;
          transition: 0.2s; }
        .menu-main__link__plus:after {
          transform: translateY(-1px) rotate(90deg); }
        .menu-main__link__plus:before {
          transform: translateY(1px); }
        .menu-main__link__plus_active:after {
          transform: translateY(-1px) rotate(0deg); }
      .menu-main__link__waterfall {
        display: none;
        margin: 0 0 36px 0; }
        .menu-main__link__waterfall_active {
          display: block; }
      .menu-main__link__sub-link {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        transition: 0.1s;
        vertical-align: middle;
        margin: 0 0 24px 0;
        display: block; }
        .menu-main__link__sub-link:last-child {
          margin: 0; } }

@media (min-width: 0) and (max-width: 742px) {
  .menu-main__links {
    flex-wrap: wrap;
    align-content: space-between;
    align-items: space-between;
    justify-content: flex-start;
    overflow-y: auto;
    position: absolute;
    right: 0;
    left: 0;
    height: calc(100vh - 50px);
    top: calc(100% + 0px);
    padding: 24px 15px;
    background-color: #113A60;
    display: none; }
    .menu-main__links_active {
      display: flex; }
    .menu-main__links__head {
      width: 100%; }
  .menu-main__link {
    display: block; }
    .menu-main__link__head {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      margin: 0 0 20px 0; }
    .menu-main__link__main-link {
      color: #fff;
      text-decoration: none;
      font-size: 20px;
      font-weight: normal;
      transition: 0.1s;
      vertical-align: middle; }
    .menu-main__link__plus {
      background-color: transparent;
      border: 0px solid transparent;
      width: 24px;
      vertical-align: middle;
      position: relative; }
      .menu-main__link__plus__area {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: "";
        background-color: transparent; }
      .menu-main__link__plus:after, .menu-main__link__plus:before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        display: block;
        transition: 0.2s; }
      .menu-main__link__plus:after {
        transform: translateY(-1px) rotate(90deg); }
      .menu-main__link__plus:before {
        transform: translateY(1px); }
      .menu-main__link__plus_active:after {
        transform: translateY(-1px) rotate(0deg); }
    .menu-main__link__waterfall {
      display: none;
      margin: 0 0 36px 0; }
      .menu-main__link__waterfall_active {
        display: block; }
    .menu-main__link__sub-link {
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      font-weight: 400;
      transition: 0.1s;
      vertical-align: middle;
      margin: 0 0 14px 0;
      display: block; }
      .menu-main__link__sub-link:last-child {
        margin: 0; }
  .menu-main__info {
    width: 100%;
    display: block;
    margin: 60px 0 0 0; }
    .menu-main__info__phone {
      font-size: 20px;
      color: #fff;
      text-decoration: none;
      margin: 0 0 16px 0;
      display: block; }
    .menu-main__info__callback {
      border: 1.6px solid #FFFFFF;
      border-radius: 4px;
      font-size: 14px;
      padding: 6px 19px;
      color: #fff;
      display: block;
      background-color: transparent;
      margin: 0 0 39px 0; }
    .menu-main__info__social-link {
      margin: 0 0 22px 0;
      display: block;
      text-decoration: none; }
      .menu-main__info__social-link__icon {
        margin: 0 10px 0 0;
        vertical-align: middle;
        width: 26px;
        border-radius: 3px; }
      .menu-main__info__social-link__text {
        font-size: 18px;
        color: #fff;
        vertical-align: middle; } }

@media (max-width: 1234px) {
  .menu-main {
    padding: 23px 0; }
    .menu-main_active .menu-main__burger:after, .menu-main_active .menu-main__burger:before {
      background-color: #fff; }
    .menu-main__burger {
      display: block;
      background-color: transparent;
      border: 0px solid transparent;
      width: 40px;
      position: relative;
      z-index: 3; }
      .menu-main__burger__area {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: "";
        background-color: transparent; }
      .menu-main__burger:after, .menu-main__burger:before {
        content: "";
        width: 100%;
        height: 3px;
        background-color: #113A60;
        display: block;
        margin: 5px 0;
        transition: 0.2s; }
      .menu-main__burger_active:after, .menu-main__burger_active:before {
        margin: 0px 0;
        background-color: #fff; }
      .menu-main__burger_active:after {
        transform: translateY(-1.5px) rotate(-45deg); }
      .menu-main__burger_active:before {
        transform: translateY(1.5px) rotate(45deg); } }

@media (max-width: 742px) {
  .menu-main__link {
    padding: 0 8px 0 0; }
  .menu-main_active {
    padding: 21px 0; }
  .menu-main__logo {
    height: 30px; } }

.initial-screen-main {
  padding: 0px 0 60px 0; }
  .initial-screen-main__headline {
    font-size: 30px;
    margin: 74px 0 23px 0;
    color: #113A60;
    font-weight: 500; }
  .initial-screen-main__description {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 33px 0; }
  .initial-screen-main__to-free-test {
    font-size: 16px;
    padding: 13px 45px;
    border-radius: 4px;
    background-color: #DC3C3F;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    transition: 0.2s; }
    .initial-screen-main__to-free-test:hover {
      background-color: #AD1619; }
  .initial-screen-main__picture {
    transform: translateX(29px);
    width: 518px; }
  .initial-screen-main__clients {
    margin: 65px 0 0 0; }
    .initial-screen-main__clients__title {
      color: #858585;
      font-size: 16px;
      margin: 0 0 26px 0; }
      .initial-screen-main__clients__title a {
        color: #1388CA;
        text-decoration: none; }
        .initial-screen-main__clients__title a img {
          display: inline-block;
          margin: 0 0 0 4px; }
    .initial-screen-main__clients__images {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      margin: 28px 0 0 0; }
    .initial-screen-main__clients__image {
      mix-blend-mode: multiply; }

@media (min-width: 743px) and (max-width: 1234px) {
  .initial-screen-main {
    padding: 0px 0 65px 0; }
    .initial-screen-main__order-1-md {
      order: 1; }
    .initial-screen-main__order-2-md {
      order: 2; }
    .initial-screen-main__order-3-md {
      order: 3; }
    .initial-screen-main__headline {
      font-size: 30px;
      line-height: 40px;
      margin: 0px 0 24px 0; }
    .initial-screen-main__description {
      margin: 0 0 33px 0; }
    .initial-screen-main__to-free-test {
      font-size: 16px;
      padding: 13px 48px; }
    .initial-screen-main__picture {
      width: 80%;
      transform: translateX(0px) translateY(-18px);
      margin: 0 auto 39px auto;
      display: block; }
    .initial-screen-main__clients {
      margin: 46px 0 0 0; }
      .initial-screen-main__clients__images-scroll {
        overflow-x: auto; }
      .initial-screen-main__clients__images {
        width: 1095px; } }

@media (max-width: 742px) {
  .initial-screen-main {
    padding: 0px 0 44px 0; }
    .initial-screen-main__order-1-sm {
      order: 1; }
    .initial-screen-main__order-2-sm {
      order: 2; }
    .initial-screen-main__order-3-sm {
      order: 3; }
    .initial-screen-main__headline {
      font-size: 30px;
      margin: 0px 0 16px 0;
      line-height: 36px; }
    .initial-screen-main__description {
      margin: 0 0 19px 0;
      font-size: 16px; }
    .initial-screen-main__to-free-test {
      font-size: 16px;
      padding: 14px 0px;
      width: 100%;
      text-align: center; }
    .initial-screen-main__picture {
      width: 89%;
      transform: translateX(0px);
      margin: 0 auto 41px auto;
      display: block; }
    .initial-screen-main__clients {
      margin: 41px 0 0 0; }
      .initial-screen-main__clients__title {
        margin: 0 0 19px 0; }
      .initial-screen-main__clients__images {
        width: 900px; }
      .initial-screen-main__clients__images-scroll {
        overflow-x: auto; }
      .initial-screen-main__clients__image {
        margin: 0; } }

.linear-gradient-initial-screen-main {
  background: linear-gradient(0deg, #C1D4E7 25.12%, #FFFFFF 108.29%), #FFFFFF; }

.solutions-for-industries {
  padding: 77px 0 23px 0; }
  .solutions-for-industries__headline {
    font-weight: 500;
    color: #113A60;
    font-size: 24px;
    margin: 0 0 33px 0; }

@media (min-width: 743px) and (max-width: 1234px) {
  .solutions-for-industries {
    padding: 60px 0 50px 0; }
    .solutions-for-industries__headline {
      margin: 0 0 33px 0; } }

@media (max-width: 742px) {
  .solutions-for-industries {
    padding: 40px 0 16px 0; }
    .solutions-for-industries__headline {
      margin: 0 0 26px 0; } }

.one-solution {
  position: relative;
  margin: 0 0 39px 0;
  padding: 0 27px 0 0; }
  .one-solution__bottom-layer {
    z-index: 1;
    position: absolute;
    top: 17px;
    left: 0; }
  .one-solution__background {
    max-width: 223px; }
  .one-solution__top-layer {
    z-index: 2;
    position: relative; }
  .one-solution__icon-shell {
    min-height: 123px;
    display: block; }
  .one-solution__main-link {
    text-decoration: none;
    display: inline-block; }
  .one-solution__icon {
    width: 89px;
    display: block;
    position: relative; }
  .one-solution__main-link:hover .one-solution__name {
    color: #DC3C3F; }
  .one-solution__name {
    font-size: 20px;
    margin: 0 0 12px 0;
    font-weight: 500;
    color: #113A60;
    transition: 0.1s; }
  .one-solution__description {
    font-size: 16px;
    width: 96%;
    margin: 0 0 39px 0;
    line-height: 1.6;
    color: #111617; }
  .one-solution__links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
  .one-solution__empty-link {
    width: calc(50% - 16px);
    margin: 0 0 20px 0;
    text-decoration: none;
    font-size: 16px;
    display: inline-block; }
    .one-solution__empty-link__tablet {
      display: none; }
  .one-solution__link {
    width: calc(50% - 16px);
    margin: 0 0 20px 0;
    color: #1388CA;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    transition: 0.1s; }
    .one-solution__link__tablet {
      display: none; }
    .one-solution__link:hover {
      color: #DC3C3F; }
  .one-solution__links_minimum .one-solution__link {
    width: 100%; }

@media (min-width: 743px) and (max-width: 1234px) {
  .one-solution {
    margin: 0 0 25px 0;
    padding: 0; }
    .one-solution__main-link {
      display: flex;
      margin: 0 0 19px 0; }
      .one-solution__main-link__half {
        padding: 0px 0 0 0; }
    .one-solution__bottom-layer {
      display: none; }
    .one-solution__icon-shell {
      max-height: 144px;
      min-width: 26%; }
    .one-solution__icon {
      width: 95px; }
    .one-solution__name {
      margin: 0 0 9px 0; }
    .one-solution__description {
      width: 100%;
      margin: 0 0 14px 0; }
    .one-solution__empty-link__tablet {
      display: block; }
    .one-solution__empty-link__desktop-and-mobile {
      display: none; }
    .one-solution__link__tablet {
      display: block; }
    .one-solution__link__desktop-and-mobile {
      display: none; } }

@media (max-width: 742px) {
  .one-solution {
    margin: 0 0 39px 0;
    padding: 0; }
    .one-solution__main-link {
      display: block; }
      .one-solution__main-link__half {
        display: block; }
    .one-solution__bottom-layer {
      display: none; }
    .one-solution__icon-shell {
      min-height: 144px;
      margin: 0 0 3px 0;
      display: block; }
    .one-solution__icon {
      width: 102px;
      display: block;
      margin: 0 auto;
      transform: translateX(-10px); }
    .one-solution__name {
      font-size: 19px;
      color: #1388CA;
      text-align: center;
      font-weight: 500;
      line-height: 1.1;
      padding: 0 10px; }
    .one-solution__description, .one-solution__links {
      display: none; } }

.why-are-we {
  background-image: url(../img/why-are-we.svg);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 75px 0 79px 0;
  background-color: #C93A3F; }
  .why-are-we__headline {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 108px 0; }
  .why-are-we__shell > div:first-child .why-are-we__one-reason {
    left: -15px; }
  .why-are-we__shell > div:last-child .why-are-we__one-reason {
    left: 15px; }
  .why-are-we__one-reason {
    padding: 0 0px 0 0;
    position: relative; }
    .why-are-we__one-reason::after {
      content: "";
      width: 100vw;
      height: 1px;
      background-color: #A02025;
      left: 50%;
      transform: translateX(-50%);
      bottom: calc(100% + 31px);
      position: absolute; }
    .why-are-we__one-reason::before {
      content: "";
      background-image: url("../img/check-reason.svg");
      background-size: 100%;
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: calc(100% + 23px);
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; }
    .why-are-we__one-reason__title {
      font-weight: 700;
      font-size: 60px;
      margin: 0 0 0px 0;
      line-height: 57px;
      color: #fff;
      text-align: center; }
    .why-are-we__one-reason__subtitle {
      font-weight: 700;
      font-size: 20px;
      margin: 0 0 12px 0;
      color: #fff;
      text-align: center; }
    .why-are-we__one-reason__description {
      font-size: 16px;
      color: #fff;
      line-height: 150%;
      padding: 0 13px;
      text-align: center; }

@media (min-width: 743px) and (max-width: 1234px) {
  .why-are-we {
    padding: 76px 0 33px 0; }
    .why-are-we__headline {
      font-size: 24px;
      margin: 0 0 78px 0; }
    .why-are-we__shell > div:first-child .why-are-we__one-reason {
      left: 0; }
    .why-are-we__shell > div:last-child .why-are-we__one-reason {
      left: 0; }
    .why-are-we__one-reason {
      margin: 0 0 48px 0;
      padding: 0 0 0 0; }
      .why-are-we__one-reason::before, .why-are-we__one-reason::after {
        display: none; }
      .why-are-we__one-reason__subtitle {
        margin: 0 0 8px 0; } }

@media (max-width: 742px) {
  .why-are-we {
    padding: 54px 0 0 0; }
    .why-are-we .container {
      background-image: url(../img/why-are-we_bottom.svg);
      background-repeat: no-repeat;
      background-position: center bottom;
      padding: 0 0 33px 0; }
    .why-are-we__headline {
      font-size: 24px;
      margin: 0 0 44px 0; }
    .why-are-we__shell > div:first-child .why-are-we__one-reason {
      left: 0; }
    .why-are-we__shell > div:last-child .why-are-we__one-reason {
      left: 0; }
    .why-are-we__one-reason {
      margin: 0 0 40px 0;
      padding: 0 0 0 0; }
      .why-are-we__one-reason::before, .why-are-we__one-reason::after {
        display: none; }
      .why-are-we__one-reason__subtitle {
        margin: 0 0 8px 0; }
      .why-are-we__one-reason__description {
        padding: 0 30px; } }

.trust-us {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #D3DEE8;
  border-bottom: 1px solid #D3DEE8; }
  .trust-us::before {
    content: "";
    background: linear-gradient(90deg, #ECF2F7 0%, rgba(236, 242, 247, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 588px;
    height: 100%;
    z-index: 4;
    display: block; }
  .trust-us__headline {
    font-size: 36px;
    margin: 0 0 16px 0;
    font-weight: 500;
    color: #113A60;
    line-height: 1.2; }
  .trust-us__decription {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 25px 0; }
  .trust-us__target {
    height: 50px;
    border: 2px solid #1388CA;
    border-radius: 4px;
    text-decoration: none;
    color: #1388CA;
    font-size: 16px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 344px;
    font-weight: 500;
    transition: 0.2s; }
    .trust-us__target:hover {
      background-color: #1388CA;
      color: #fff; }
  .trust-us__vertical-center {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .trust-us__shell {
    position: relative;
    z-index: 5;
    padding: 0px 0 0 0;
    width: 100%; }
  .trust-us__water-fall {
    height: 494px;
    position: relative; }
    .trust-us__water-fall::before {
      content: "";
      background: linear-gradient(180deg, #FFFFFF 21.88%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 200vw;
      height: 214px;
      z-index: 3;
      display: block; }
    .trust-us__water-fall::after {
      content: "";
      background: linear-gradient(0deg, #FFFFFF 27.08%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 200vw;
      height: 214px;
      z-index: 2;
      display: block; }
    .trust-us__water-fall__client {
      position: absolute;
      transform: translate(-50%, -50%); }

@media (min-width: 743px) and (max-width: 1234px) {
  .trust-us::before {
    background: linear-gradient(180deg, #ECF2F7 0%, rgba(236, 242, 247, 0) 29.35%);
    right: 0;
    width: 100%;
    height: 494px; }
  .trust-us__headline {
    margin: 0 0 16px 0;
    font-size: 30px; }
  .trust-us__decription {
    margin: 0 0 432px 0; }
  .trust-us__target {
    margin: 0 auto; }
  .trust-us__shell {
    padding: 70px 0 60px 0; }
  .trust-us__water-fall {
    position: absolute;
    top: 170px;
    width: 100%;
    height: 430px;
    left: 0;
    overflow: hidden; } }

@media (max-width: 742px) {
  .trust-us::before {
    background: linear-gradient(180deg, #ECF2F7 0%, rgba(236, 242, 247, 0) 29.35%);
    right: 0;
    width: 100%;
    height: 536px; }
  .trust-us__headline {
    margin: 0 0 320px 0;
    font-size: 24px;
    line-height: 120%;
    text-align: center; }
  .trust-us__decription {
    text-align: center;
    margin: 0 0 21px 0;
    padding: 0 0; }
  .trust-us__target {
    width: 100%; }
  .trust-us__shell {
    padding: 38px 0 41px 0; }
  .trust-us__water-fall {
    position: absolute;
    top: 76px;
    bottom: 76px;
    width: 100%;
    height: 380px;
    left: 0;
    overflow: hidden; } }

.talk-to-expert {
  padding: 56px 0 62px 0;
  position: relative; }
  .talk-to-expert__step-one, .talk-to-expert__step-two {
    display: none; }
    .talk-to-expert__step-one_active, .talk-to-expert__step-two_active {
      display: block; }
  .talk-to-expert__anchor {
    top: -60px;
    position: absolute;
    left: 0;
    width: 1px;
    height: 1px; }
  .talk-to-expert__mailing__headline {
    font-size: 24px;
    margin: 0 0 38px 0;
    color: #113A60;
    font-weight: 400;
    line-height: 1.5; }
    .talk-to-expert__mailing__headline strong {
      font-weight: 500; }
  .talk-to-expert__mailing__input {
    margin: 0 0 15px 0;
    width: 39%; }
    .talk-to-expert__mailing__input__field {
      background: #FFFFFF;
      border: 1px solid #C4C4C4;
      font-size: 16px;
      padding: 15px 16px;
      display: block;
      width: 100%; }
      .talk-to-expert__mailing__input__field::placeholder {
        color: rgba(17, 22, 23, 0.5);
        transition: 0.2s; }
    .talk-to-expert__mailing__input__error {
      margin: 5px 0 0 0;
      color: #DC3C3F; }
      .talk-to-expert__mailing__input__error:empty {
        display: none; }
  .talk-to-expert__mailing__submit {
    vertical-align: top;
    font-size: 16px;
    padding: 16px 42px;
    border-radius: 4px;
    background-color: #DC3C3F;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    margin: 0 15px 0 0; }
    .talk-to-expert__mailing__submit:disabled {
      opacity: 0.5; }
    .talk-to-expert__mailing__submit:disabled:hover {
      background-color: #DC3C3F;
      cursor: default; }
    .talk-to-expert__mailing__submit:hover {
      background-color: #AD1619; }
  .talk-to-expert__mailing__agree {
    vertical-align: top;
    color: #858585;
    width: 511px;
    display: inline-block;
    padding: 9px 0 0 0; }
    .talk-to-expert__mailing__agree a {
      color: #25AAE1;
      text-decoration: none; }
  .talk-to-expert__headline {
    font-size: 24px;
    margin: 0 0 35px 0;
    font-weight: 400;
    color: #113A60;
    line-height: 1.5; }
    .talk-to-expert__headline strong {
      font-weight: 500; }
  .talk-to-expert__communication-methods {
    display: none; }
  .talk-to-expert__input {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    width: 100%;
    font-size: 16px;
    padding: 14px 16px;
    margin: 0 0 22px 0; }
    .talk-to-expert__input::placeholder {
      color: rgba(17, 22, 23, 0.5);
      transition: 0.2s; }
  .talk-to-expert .iti {
    width: 100%; }
  .talk-to-expert__input-shell {
    margin: 0 0 22px 0; }
    .talk-to-expert__input-shell__error {
      margin: 5px 0 0 0;
      color: #DC3C3F; }
      .talk-to-expert__input-shell__error:empty {
        display: none; }
  .talk-to-expert__input-shell .talk-to-expert__input {
    margin: 0; }
  .talk-to-expert__checkboxes__headline {
    font-size: 16px;
    margin: 0 0 19px 0; }
  .talk-to-expert__checkbox {
    width: 49%;
    display: inline-block;
    margin: 0 0 20px 0;
    position: relative;
    vertical-align: top; }
    .talk-to-expert__checkbox_thunder:after {
      content: "";
      width: 22px;
      height: 20px;
      display: inline-block;
      background-image: url(../img/flash.png);
      vertical-align: middle;
      margin: 0 0 0 10px; }
    .talk-to-expert__checkbox__input {
      width: 0;
      height: 0;
      position: absolute;
      appearance: none;
      opacity: 0; }
    .talk-to-expert__checkbox__input:checked + .talk-to-expert__checkbox__square {
      background-image: url(../img/foursquare-check-in.svg);
      background-size: 70% auto;
      background-position: center;
      background-repeat: no-repeat; }
    .talk-to-expert__checkbox__square {
      vertical-align: middle;
      display: inline-block;
      margin: 0 10px 0 0;
      width: 23px;
      height: 23px;
      background: #FFFFFF;
      border: 1px solid #C4C4C4; }
    .talk-to-expert__checkbox:hover .talk-to-expert__checkbox__square {
      border: 1px solid #DC3C3F; }
    .talk-to-expert__checkbox__text {
      vertical-align: middle;
      font-size: 16px; }
  .talk-to-expert__textarea {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    padding: 13px 16px;
    width: 100%;
    font-size: 16px;
    margin: 17px 0 9px 0;
    min-height: 121px;
    max-width: 100%;
    transition: 0.2s; }
    .talk-to-expert__textarea::placeholder {
      color: rgba(17, 22, 23, 0.5);
      transition: 0.2s; }
    .talk-to-expert__textarea:hover::placeholder {
      color: #111617; }
  .talk-to-expert__agree {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    margin: 8px 0 16px 0; }
    .talk-to-expert__agree__input {
      width: 0;
      height: 0;
      position: absolute;
      appearance: none;
      opacity: 0; }
    .talk-to-expert__agree__input:checked + .talk-to-expert__agree__square {
      background-image: url(../img/foursquare-check-in.svg);
      background-size: 70% auto;
      background-position: center;
      background-repeat: no-repeat; }
    .talk-to-expert__agree__square {
      vertical-align: middle;
      display: inline-block;
      width: 23px;
      height: 23px;
      min-width: 23px;
      min-height: 23px;
      background: #FFFFFF;
      border: 1px solid #C4C4C4; }
    .talk-to-expert__agree__text {
      vertical-align: middle;
      display: inline-block;
      width: calc(100% - 23px);
      padding: 0 0 0 10px; }
    .talk-to-expert__agree__link {
      font-size: inherit;
      color: #1388CA;
      text-decoration: none;
      transition: 0.1s; }
      .talk-to-expert__agree__link:hover {
        color: #DC3C3F; }
  .talk-to-expert__submit {
    font-size: 16px;
    padding: 21px 69px;
    border-radius: 4px;
    background-color: #DC3C3F;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    border: none;
    transition: 0.2s; }
    .talk-to-expert__submit:disabled {
      opacity: 0.5; }
    .talk-to-expert__submit:disabled:hover {
      background-color: #DC3C3F;
      cursor: default; }
    .talk-to-expert__submit:hover {
      background-color: #AD1619; }

@media (min-width: 743px) and (max-width: 1234px) {
  .talk-to-expert {
    padding: 76px 0 91px 0; }
    .talk-to-expert__mailing__field {
      width: 70%; }
    .talk-to-expert__mailing__submit {
      margin: 0 0 17px 0; }
    .talk-to-expert__mailing__agree {
      width: 62%;
      display: block;
      padding: 0 0 0 0; }
    .talk-to-expert__headline {
      font-size: 24px;
      margin: 0 0 26px 0; }
    .talk-to-expert__input {
      margin: 0 0 26px 0; }
    .talk-to-expert__input-shell {
      margin: 0 0 26px 0; }
    .talk-to-expert__input-shell .talk-to-expert__input {
      margin: 0; }
    .talk-to-expert__checkboxes__headline {
      margin: 25px 0 27px 0; }
    .talk-to-expert__checkbox {
      width: 47%; }
    .talk-to-expert__textarea {
      margin: 8px 0 30px 0; }
    .talk-to-expert__agree {
      margin: 0 0 32px 0; }
    .talk-to-expert__submit {
      font-size: 16px;
      padding: 20px 109px; } }

@media (max-width: 742px) {
  .talk-to-expert {
    padding: 36px 0 45px 0; }
    .talk-to-expert__anchor {
      top: -30px; }
    .talk-to-expert__mailing__headline {
      margin: 0 0 30px 0; }
    .talk-to-expert__mailing__input {
      width: 100%; }
    .talk-to-expert__mailing__submit {
      margin: 0 0 17px 0;
      width: 100%; }
    .talk-to-expert__mailing__agree {
      width: 100%;
      display: block;
      padding: 0 0 0 0; }
    .talk-to-expert__headline {
      font-size: 24px;
      margin: 0 0 16px 0; }
    .talk-to-expert__communication-methods {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 32px 0; }
      .talk-to-expert__communication-methods__headline {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 12px 0; }
    .talk-to-expert__communication-method {
      font-size: 16px;
      width: 50%;
      text-align: center;
      display: block;
      padding: 12px 0;
      border: 1px solid #C4C4C4;
      background-color: transparent; }
      .talk-to-expert__communication-method_active {
        background-color: #113A60;
        border: 1px solid #113A60;
        color: #fff; }
    .talk-to-expert_phone .talk-to-expert__input_phone {
      display: block; }
    .talk-to-expert_mail .talk-to-expert__input_mail {
      display: block; }
    .talk-to-expert__input {
      padding: 15px 15px;
      font-size: 16px;
      margin: 0 0 21px 0; }
      .talk-to-expert__input_phone, .talk-to-expert__input_mail, .talk-to-expert__input_site {
        display: none; }
    .talk-to-expert__input-shell {
      margin: 0 0 21px 0; }
    .talk-to-expert__input-shell .talk-to-expert__input {
      margin: 0; }
    .talk-to-expert__checkboxes {
      display: none; }
    .talk-to-expert__textarea {
      display: none; }
    .talk-to-expert__agree {
      font-size: 16px;
      margin: 0 0 30px 0; }
    .talk-to-expert__submit {
      font-size: 16px;
      padding: 20px 0;
      width: 100%; } }

.page-404 {
  padding: 74px 0; }
  .page-404__headline {
    font-size: 40px;
    margin: 0 0 66px 0;
    font-weight: 300;
    text-align: center;
    color: #113A60; }
  .page-404__not-found {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
    margin: 0 0 49px 0; }
  .page-404__link {
    text-align: center;
    font-size: 16px; }
    .page-404__link a {
      margin: 0 0 10px 0;
      display: inline-block;
      color: #1388CA;
      text-decoration: none;
      transition: 0.1s; }
      .page-404__link a:hover {
        color: #DC3C3F; }

@media (min-width: 743px) and (max-width: 1234px) {
  .page-404 {
    padding: 55px 0; }
    .page-404__headline {
      font-size: 28px;
      margin: 0 0 54px 0; } }

@media (max-width: 742px) {
  .page-404 {
    padding: 41px 0; }
    .page-404__headline {
      font-size: 24px;
      margin: 0 0 26px 0; }
    .page-404__not-found {
      font-size: 16px; }
    .page-404__link {
      font-size: 16px; } }

.news {
  padding: 40px 0 74px 0; }
  .news .navigation-pages {
    margin: 40px 0 0 0; }
  .news__headline {
    font-size: 36px;
    font-weight: 500;
    color: #113A60;
    line-height: 1.2;
    margin: 0 0 40px 0;
    transform: translateX(-2px); }
  .news__article {
    position: relative;
    height: 250px;
    display: block;
    margin: 0 0 30px 0;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.2s; }
    .news__article:hover {
      transform: translateY(-2px);
      box-shadow: 0px 2px 20px rgba(17, 58, 96, 0.2); }
    .news__article__photo {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .news__article__shell {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      align-items: flex-end;
      align-content: flex-end;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 24px;
      transition: 0.2s; }
      .news__article__shell:hover {
        background-color: rgba(0, 0, 0, 0.8); }
    .news__article__date {
      font-size: 16px;
      margin: 0 0 16px 0; }
    .news__article__name {
      font-size: 18px; }
    .news__article__date, .news__article__name {
      width: 100%;
      color: #fff; }

@media (min-width: 743px) and (max-width: 1234px) {
  .news {
    padding: 30px 0 55px 0; }
    .news .navigation-pages {
      margin: 30px 0 0 0; }
    .news__article {
      height: 320px; } }

@media (max-width: 742px) {
  .news {
    padding: 20px 0 41px 0; }
    .news .navigation-pages {
      margin: 20px 0 0 0; }
    .news__article {
      height: 320px; }
      .news__article__date {
        font-size: 14px; }
      .news__article__name {
        font-size: 16px; }
    .news .bread-crumbs {
      display: none; }
    .news__headline {
      font-size: 24px;
      margin: 0 0 24px 0; } }

.bread-crumbs {
  padding: 0px 0 6px 0; }
  .bread-crumbs a {
    color: #BDBDBD;
    margin: 0 4px 0 0;
    text-decoration: none; }
    .bread-crumbs a:hover {
      transition: .1s;
      color: #113A60; }
  .bread-crumbs span {
    color: #113A60; }

@media (min-width: 743px) and (max-width: 1234px) {
  .bread-crumbs {
    padding: 0px 0 6px 0; }
    .bread-crumbs a {
      font-size: 14px; }
    .bread-crumbs span {
      font-size: 14px; } }

@media (max-width: 742px) {
  .bread-crumbs {
    padding: 0px 0 20px 0; }
    .bread-crumbs a {
      font-size: 14px;
      margin: 0 3px 0 0; }
      .bread-crumbs a:after {
        margin: 0 0 0 3px; }
    .bread-crumbs span {
      font-size: 14px; } }

.content-template {
  margin: 10px 0 0 0; }
  .content-template h1, .content-template h2, .content-template h3, .content-template h4, .content-template h5, .content-template h6 {
    font-weight: 500;
    color: #113A60;
    line-height: 1.2;
    margin: 0 0 40px 0; }
  .content-template h1 {
    font-size: 36px; }
  .content-template h2 {
    font-size: 24px; }
  .content-template h3 {
    font-size: 22px; }
  .content-template h4 {
    font-size: 20px; }
  .content-template h5 {
    font-size: 18px; }
  .content-template h6 {
    font-size: 16px; }
  .content-template p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 32px 0; }
  .content-template ul,
  .content-template ol {
    list-style-position: inside;
    margin: 0 0 32px 0; }
  .content-template ul li {
    list-style: square inside none; }
  .content-template li {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px 0; }
  .content-template .alignright {
    float: right; }
  .content-template .aligncenter {
    display: block;
    margin: 0 auto; }
  .content-template img {
    max-width: 100%;
    height: auto; }
  .content-template video {
    margin: 0 0 40px 0;
    width: 100%; }
  .content-template a {
    color: #1388CA;
    text-decoration: none; }
    .content-template a:hover {
      color: #DC3C3F; }

@media (max-width: 742px) {
  .content-template h1, .content-template h2, .content-template h3, .content-template h4, .content-template h5, .content-template h6 {
    margin: 0 0 26px 0; }
  .content-template h1 {
    font-size: 24px; }
  .content-template h2 {
    font-size: 22px; }
  .content-template h3 {
    font-size: 20px; }
  .content-template h4 {
    font-size: 18px; }
  .content-template h5 {
    font-size: 16px; }
  .content-template h6 {
    font-size: 16px; }
  .content-template p {
    font-size: 16px; }
  .content-template li {
    font-size: 16px; } }

.content-template-shell {
  padding: 40px 0 7px 0; }

@media (min-width: 743px) and (max-width: 1234px) {
  .content-template-shell {
    padding: 30px 0 10px 0; } }

@media (max-width: 742px) {
  .content-template-shell {
    padding: 30px 0 0px 0; }
    .content-template-shell .bread-crumbs {
      display: none; } }

.industry-page {
  border-bottom: 2px solid #D3DEE8;
  padding: 46px 0 45px 0; }
  .industry-page__headline {
    font-size: 36px;
    margin: 0 0 44px 0;
    font-weight: 500;
    color: #113A60; }
  .industry-page__picture {
    background-color: #ECF2F7;
    width: 463px;
    height: 463px;
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
  .industry-page__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 164px; }
  .industry-page__fon {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 80%; }
  .industry-page__description {
    font-size: 16px;
    margin: 0px 0 44px 0;
    line-height: 1.45; }
  .industry-page__quote {
    font-size: 18px;
    padding: 31px 30px 35px 60px;
    line-height: 1.6;
    position: relative;
    border-left: 2px solid #E8E8E8; }
    .industry-page__quote:after {
      content: "";
      width: 20px;
      height: 20px;
      border-left: 2px solid #113A60;
      border-top: 2px solid #113A60;
      position: absolute;
      left: -2px;
      top: 0; }
    .industry-page__quote:before {
      content: "";
      width: 20px;
      height: 20px;
      border-left: 2px solid #113A60;
      border-bottom: 2px solid #113A60;
      position: absolute;
      left: -2px;
      bottom: 0; }
  .industry-page__sub-title {
    font-size: 24px;
    margin: 58px 0 20px 0;
    font-weight: 500;
    color: #113A60; }
  .industry-page__sub-description {
    font-size: 16px;
    margin: 0 0 28px 0; }
  .industry-page__links-arrow {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .industry-page__text-arrow {
    width: 50%;
    margin: 0 0 16px 0; }
    .industry-page__text-arrow__icon {
      margin: 0 21px 0 0; }
      .industry-page__text-arrow__icon rect {
        fill: #C4C4C4; }
      .industry-page__text-arrow__icon path {
        fill: #113A60; }
    .industry-page__text-arrow__text {
      font-size: 16px; }
  .industry-page__link-arrow {
    width: 50%;
    text-decoration: none;
    margin: 0 0 16px 0; }
    .industry-page__link-arrow__icon {
      margin: 0 21px 0 0; }
      .industry-page__link-arrow__icon rect {
        fill: #C4C4C4; }
      .industry-page__link-arrow__icon path {
        fill: #113A60; }
    .industry-page__link-arrow:hover .industry-page__link-arrow__text {
      color: #DC3C3F; }
    .industry-page__link-arrow__text {
      font-size: 16px;
      color: #1388CA; }

@media (min-width: 743px) and (max-width: 1234px) {
  .industry-page {
    padding: 35px 0 47px 0; }
    .industry-page .bread-crumbs {
      display: none; }
    .industry-page__headline {
      font-size: 36px;
      margin: 0 0 38px 0; }
    .industry-page__picture {
      width: 407px;
      height: 407px;
      margin: 0 auto 60px auto; }
    .industry-page__description {
      margin: 0px 0 36px 0;
      line-height: 1.5; }
    .industry-page__quote {
      padding: 32px 30px 36px 60px;
      line-height: 1.6; }
    .industry-page__sub-title {
      margin: 58px 0 20px 0; }
    .industry-page__sub-description {
      line-height: 1.5;
      margin: 0 0 23px 0; }
    .industry-page__text-arrow {
      margin: 0 0 16px 0;
      width: 100%; }
    .industry-page__link-arrow {
      margin: 0 0 16px 0;
      width: 100%; } }

@media (max-width: 742px) {
  .industry-page {
    padding: 47px 0 37px 0; }
    .industry-page .bread-crumbs {
      display: none; }
    .industry-page__headline {
      font-size: 28px;
      margin: 0 0 40px 0; }
    .industry-page__picture {
      width: 335px;
      height: 335px;
      margin: 0 auto 38px auto; }
    .industry-page__description {
      margin: 0px 0 42px 0;
      line-height: 1.5;
      font-size: 16px; }
    .industry-page__quote {
      font-size: 18px;
      padding: 32px 0px 43px 38px;
      line-height: 1.5; }
    .industry-page__sub-title {
      font-size: 24px;
      margin: 44px 0 15px 0; }
    .industry-page__sub-description {
      font-size: 16px;
      line-height: 1.5;
      margin: 0px 0 16px 0; }
    .industry-page__text-arrow {
      margin: 0 0 14px 0;
      width: 100%; }
      .industry-page__text-arrow__text {
        font-size: 16px; }
    .industry-page__link-arrow {
      margin: 0 0 14px 0;
      width: 100%; }
      .industry-page__link-arrow__text {
        font-size: 16px; } }

.solution-page {
  border-bottom: 2px solid #D3DEE8;
  padding: 53px 0 40px 0; }
  .solution-page__headline {
    font-size: 36px;
    margin: 0 0 10px 0;
    font-weight: 500;
    color: #113A60; }
  .solution-page__description {
    font-size: 18px;
    margin: 0px 0 39px 0;
    line-height: 1.5; }
  .solution-page__triggers-first {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0 0 62px 0; }
  .solution-page__trigger-first {
    width: 29%;
    border-top: 2px solid #113A60;
    padding: 15px 0 0 0;
    font-size: 18px;
    line-height: 1.5; }
    .solution-page__trigger-first:first-child, .solution-page__trigger-first:nth-child(2) {
      margin: 0 6.5% 0 0; }
  .solution-page__middle-information {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 34px 0; }
    .solution-page__middle-information_two-option .solution-page__middle-information__picture {
      width: 40%;
      height: auto; }
    .solution-page__middle-information_two-option .solution-page__middle-information__description {
      width: 50%;
      padding: 0 0 0 30px; }
    .solution-page__middle-information__headline {
      width: 100%;
      font-weight: 500;
      color: #113A60;
      font-size: 24px;
      margin: 0px 0 25px 0; }
    .solution-page__middle-information__picture {
      width: 100%;
      border-radius: 16px;
      margin: 0px 0 34px 0;
      object-fit: cover; }
    .solution-page__middle-information__description {
      font-size: 16px;
      line-height: 1.5; }
  .solution-page__triggers-second {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0 0 55px 0; }
  .solution-page__trigger-second {
    width: 29%;
    border-top: 2px solid #D3DEE8;
    padding: 15px 0 0 0;
    font-size: 18px;
    line-height: 1.5; }
    .solution-page__trigger-second:first-child, .solution-page__trigger-second:nth-child(2) {
      margin: 0 6.5% 0 0; }
    .solution-page__trigger-second__link {
      display: none;
      color: #1388CA;
      text-decoration: none;
      margin: 23px 0 0 0; }
      .solution-page__trigger-second__link:hover {
        color: #DC3C3F; }
    .solution-page__trigger-second:last-child {
      border-top: 2px solid #DC3C3F; }
  .solution-page__trigger-second:last-child .solution-page__trigger-second__link {
    display: block; }
  .solution-page__sub-title {
    font-weight: 500;
    color: #113A60;
    font-size: 24px;
    margin: 0px 0 20px 0; }
  .solution-page__sub-description {
    font-size: 16px;
    margin: 0 0 28px 0; }
  .solution-page__links-arrow {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .solution-page__link-arrow {
    width: 50%;
    text-decoration: none;
    margin: 0 0 18px 0; }
    .solution-page__link-arrow__icon {
      margin: 0 21px 0 0; }
      .solution-page__link-arrow__icon rect {
        fill: #C4C4C4; }
      .solution-page__link-arrow__icon path {
        fill: #113A60; }
    .solution-page__link-arrow:hover .solution-page__link-arrow__text {
      color: #DC3C3F; }
    .solution-page__link-arrow__text {
      font-size: 16px;
      color: #1388CA; }

@media (min-width: 743px) and (max-width: 1234px) {
  .solution-page {
    padding: 33px 0 6px 0; }
    .solution-page .bread-crumbs {
      display: none; }
    .solution-page__headline {
      font-size: 36px;
      margin: 0 0 19px 0; }
    .solution-page__description {
      margin: 0px 0 42px 0;
      line-height: 1.5; }
    .solution-page__triggers-first {
      margin: 0 0 26px 0; }
    .solution-page__trigger-first {
      width: 100%;
      padding: 15px 0 0 0; }
      .solution-page__trigger-first:first-child, .solution-page__trigger-first:nth-child(2), .solution-page__trigger-first {
        margin: 0px 0 37px 0; }
    .solution-page__middle-information {
      margin: 0 0 36px 0; }
      .solution-page__middle-information_two-option .solution-page__middle-information__picture {
        width: 100%;
        height: auto; }
      .solution-page__middle-information_two-option .solution-page__middle-information__description {
        width: 100%;
        padding: 0; }
      .solution-page__middle-information__headline {
        margin: 0px 0 25px 0; }
      .solution-page__middle-information__picture {
        border-radius: 12px;
        height: auto;
        margin: 0px 0 32px 0; }
        .solution-page__middle-information__picture_hide-tablet {
          display: none; }
      .solution-page__middle-information__description {
        line-height: 1.5; }
    .solution-page__triggers-second {
      margin: 0 0 17px 0; }
    .solution-page__trigger-second {
      width: 100%;
      padding: 15px 0 0 0; }
      .solution-page__trigger-second:first-child, .solution-page__trigger-second:nth-child(2), .solution-page__trigger-second {
        margin: 0px 0 38px 0; }
      .solution-page__trigger-second__link {
        margin: 14px 0 0 0; }
    .solution-page__sub-title {
      margin: 24px 0 20px 0; }
    .solution-page__sub-description {
      line-height: 1.5; }
    .solution-page__link-arrow {
      margin: 0 0 16px 0;
      width: 100%; } }

@media (max-width: 742px) {
  .solution-page {
    padding: 35px 0 23px 0; }
    .solution-page .bread-crumbs {
      display: none; }
    .solution-page__headline {
      font-size: 28px;
      margin: 0 0 18px 0; }
    .solution-page__description {
      margin: 0px 0 36px 0;
      line-height: 1.5;
      font-size: 16px; }
    .solution-page__triggers-first {
      margin: 0 0 20px 0; }
    .solution-page__trigger-first {
      width: 100%;
      padding: 13px 0 0 0;
      font-size: 20px; }
      .solution-page__trigger-first:first-child, .solution-page__trigger-first:nth-child(2), .solution-page__trigger-first {
        margin: 0px 0 33px 0; }
    .solution-page__middle-information {
      margin: 0 0 36px 0; }
      .solution-page__middle-information_two-option .solution-page__middle-information__picture {
        width: 100%;
        height: auto; }
      .solution-page__middle-information_two-option .solution-page__middle-information__description {
        width: 100%;
        padding: 0; }
      .solution-page__middle-information__headline {
        font-size: 24px;
        margin: 0px 0 20px 0; }
      .solution-page__middle-information__picture {
        border-radius: 8px;
        height: auto;
        margin: 0px 0 21px 0; }
      .solution-page__middle-information__description {
        line-height: 1.5;
        font-size: 16px; }
    .solution-page__triggers-second {
      margin: 0 0 0px 0; }
    .solution-page__trigger-second {
      width: 100%;
      padding: 13px 0 0 0;
      font-size: 20px; }
      .solution-page__trigger-second:first-child, .solution-page__trigger-second:nth-child(2), .solution-page__trigger-second {
        margin: 0px 0 27px 0; }
      .solution-page__trigger-second__link {
        margin: 10px 0 0 0; }
    .solution-page__sub-title {
      font-size: 24px;
      margin: 21px 0 15px 0; }
    .solution-page__sub-description {
      font-size: 16px;
      line-height: 1.5;
      margin: 0px 0 19px 0; }
    .solution-page__link-arrow {
      margin: 0 0 16px 0;
      width: 100%; }
      .solution-page__link-arrow__text {
        font-size: 16px; } }

.advantages-page {
  border-bottom: 2px solid #D3DEE8;
  padding: 40px 0 13px 0; }
  .advantages-page__headline {
    font-size: 36px;
    margin: 0 0 40px 0;
    font-weight: 500;
    color: #113A60; }
  .advantages-page__advantages .advantages-page__one-advantage:nth-child(2) .advantages-page__one-advantage__info-shell {
    order: 2; }
  .advantages-page__advantages .advantages-page__one-advantage:nth-child(2) .advantages-page__one-advantage__image-shell {
    order: 1; }
  .advantages-page__advantages {
    counter-reset: section; }
  .advantages-page__one-advantage__name::before {
    counter-increment: section;
    content: "" counter(section) ". "; }
  .advantages-page__one-advantage {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between; }
    .advantages-page__one-advantage-1 {
      margin: 0 0 111px 0; }
    .advantages-page__one-advantage-2 {
      margin: 0 0 111px 0; }
    .advantages-page__one-advantage__info-shell {
      width: 50%; }
    .advantages-page__one-advantage__name {
      font-size: 24px;
      font-weight: 500;
      color: #113A60;
      margin: 0 0 12px 0; }
    .advantages-page__one-advantage__description {
      font-size: 16px;
      line-height: 1.5; }
    .advantages-page__one-advantage__image-shell {
      position: relative;
      width: 43%; }
      .advantages-page__one-advantage__image-shell-1 {
        transform: translate(-35px, 19px); }
      .advantages-page__one-advantage__image-shell-2 {
        transform: translate(28px, -69px); }
      .advantages-page__one-advantage__image-shell-3 {
        transform: translate(-42px, -56px); }
    .advantages-page__one-advantage__number {
      position: absolute;
      left: 50%;
      top: 50%; }
      .advantages-page__one-advantage__number-1 {
        transform: translate(-45%, -43%); }
      .advantages-page__one-advantage__number-2 {
        transform: translate(-50%, -51%) scale(0.8); }
      .advantages-page__one-advantage__number-3 {
        transform: translate(-49%, -55%) scale(0.85); }
    .advantages-page__one-advantage__image {
      display: block;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      max-width: 69%; }

@media (min-width: 743px) and (max-width: 1234px) {
  .advantages-page {
    padding: 39px 0 77px 0; }
    .advantages-page__headline {
      font-size: 36px;
      margin: 0px 0 0px 0; }
    .advantages-page__one-advantage-1 {
      margin: 0 0 19px 0; }
    .advantages-page__one-advantage-2 {
      margin: 0 0 74px 0; }
    .advantages-page__one-advantage__info-shell {
      width: 100%;
      order: 2 !important; }
    .advantages-page__one-advantage__image-shell {
      width: 100%;
      order: 1 !important;
      padding: 0px 0;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center; }
      .advantages-page__one-advantage__image-shell-1 {
        transform: translate(0px, 24px);
        min-height: 436px; }
      .advantages-page__one-advantage__image-shell-2 {
        transform: translate(-13px, 23px);
        min-height: 436px; }
      .advantages-page__one-advantage__image-shell-3 {
        transform: translate(0px, 15px);
        min-height: 392px; }
    .advantages-page__one-advantage__number {
      max-height: 500px; }
    .advantages-page__one-advantage__image {
      max-width: 53%; } }

@media (max-width: 742px) {
  .advantages-page {
    padding: 30px 0 11px 0; }
    .advantages-page .bread-crumbs {
      display: none; }
    .advantages-page__headline {
      font-size: 36px;
      line-height: 1.2;
      margin: 0 0 38px 0; }
    .advantages-page__one-advantage {
      margin: 0 0 49px 0; }
      .advantages-page__one-advantage-1 {
        margin: 0 0 19px 0; }
      .advantages-page__one-advantage-2 {
        margin: 0 0 19px 0; }
      .advantages-page__one-advantage__info-shell {
        width: 100%;
        order: 2 !important; }
      .advantages-page__one-advantage__name {
        font-size: 24px;
        margin: 0 0 4px 0; }
      .advantages-page__one-advantage__description {
        font-size: 16px; }
      .advantages-page__one-advantage__image-shell {
        width: 100%;
        order: 1 !important;
        display: flex;
        align-items: center;
        align-content: center; }
        .advantages-page__one-advantage__image-shell-1 {
          transform: translate(-11px, -16px);
          min-height: 312px; }
        .advantages-page__one-advantage__image-shell-2 {
          transform: translate(-13px, 40px);
          min-height: 372px; }
        .advantages-page__one-advantage__image-shell-3 {
          transform: translate(0px, 15px);
          min-height: 385px; }
      .advantages-page__one-advantage__number {
        max-height: 350px; }
        .advantages-page__one-advantage__number-1 {
          transform: translate(-59%, -44%) scale(1); }
        .advantages-page__one-advantage__number-2 {
          transform: translate(-45%, -56%) scale(0.95); }
        .advantages-page__one-advantage__number-3 {
          transform: translate(-54%, -52%) scale(1); }
      .advantages-page__one-advantage__image {
        max-width: 79%; } }

.experience-in-projects {
  background-image: url(../img/experience-in-projects.svg);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 56px 0 47px 0;
  background-size: 1208px auto; }
  .experience-in-projects__headline {
    font-size: 24px;
    margin: 0 0 38px 0;
    font-weight: 500;
    color: #113A60; }
  .experience-in-projects__years {
    margin: 0 0 31px 0; }
  .experience-in-projects__year {
    color: #111617;
    text-decoration: none;
    border-radius: 100px;
    padding: 14px 20px;
    font-size: 16px;
    margin: 0 25px 0 0;
    display: inline-block; }
    .experience-in-projects__year:hover {
      background-color: #E1E9EF; }
    .experience-in-projects__year_active {
      background-color: #113A60;
      color: #fff; }
      .experience-in-projects__year_active:hover {
        color: #fff; }
  .experience-in-projects__slider .owl-stage {
    display: flex; }
  .experience-in-projects__slider .owl-nav {
    display: none; }
  .experience-in-projects__project {
    width: 344px; }
    .experience-in-projects__project__shell {
      height: 192px;
      border-radius: 8px;
      padding: 21px 25px;
      margin: 0 0 15px 0;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      align-content: flex-end;
      flex-wrap: wrap;
      justify-content: flex-start;
      position: relative; }
      .experience-in-projects__project__shell:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2; }
    .experience-in-projects__project__image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .experience-in-projects__project__year, .experience-in-projects__project__name {
      position: relative;
      width: 100%;
      z-index: 3;
      color: #fff;
      font-weight: 500; }
    .experience-in-projects__project__year {
      font-size: 24px;
      margin: 0 0 3px 0; }
    .experience-in-projects__project__name {
      font-size: 16px; }
    .experience-in-projects__project__description {
      font-size: 16px;
      line-height: 1.5; }

@media (min-width: 743px) and (max-width: 1234px) {
  .experience-in-projects {
    padding: 32px 0 28px 0; }
    .experience-in-projects__headline {
      margin: 0 0 36px 0; }
    .experience-in-projects__years {
      margin: 0 0 43px 0; }
    .experience-in-projects__year:hover {
      background-color: #113A60; }
    .experience-in-projects__project {
      width: 344px; }
      .experience-in-projects__project__shell {
        height: 192px;
        border-radius: 8px;
        padding: 21px 25px;
        margin: 0 0 12px 0; }
      .experience-in-projects__project__year {
        font-size: 24px;
        margin: 0 0 3px 0; }
      .experience-in-projects__project__name {
        font-size: 16px; }
      .experience-in-projects__project__description {
        line-height: 1.5; } }

@media (max-width: 742px) {
  .experience-in-projects {
    padding: 37px 0 59px 0; }
    .experience-in-projects__headline {
      font-size: 24px;
      margin: 0 0 35px 0;
      line-height: 1.2; }
    .experience-in-projects__years {
      display: none; }
    .experience-in-projects__project {
      width: 295px; }
      .experience-in-projects__project__shell {
        height: 192px;
        border-radius: 8px;
        padding: 21px 25px;
        margin: 0 0 16px 0; }
      .experience-in-projects__project__year {
        font-size: 24px;
        margin: 0 0 3px 0; }
      .experience-in-projects__project__name {
        font-size: 16px; }
      .experience-in-projects__project__description {
        font-size: 16px;
        line-height: 1.5; } }

.reviews {
  padding: 57px 0; }
  .reviews__slider {
    position: relative;
    overflow: hidden; }
    .reviews__slider .owl-stage {
      display: flex; }
    .reviews__slider .owl-nav {
      display: none; }
    .reviews__slider .owl-dots {
      position: absolute;
      left: 50%;
      top: calc(100% - 51px);
      transform: translateX(-50%); }
      .reviews__slider .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
        opacity: 0.5;
        border: none;
        margin: 0 6px;
        position: relative; }
        .reviews__slider .owl-dots .owl-dot:after {
          content: "";
          width: 23px;
          height: 23px;
          background-color: transparent;
          position: absolute;
          display: block;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
        .reviews__slider .owl-dots .owl-dot:hover, .reviews__slider .owl-dots .owl-dot.active {
          opacity: 1;
          z-index: 6; }
  .reviews:hover .reviews__slide__next {
    opacity: 1; }
  .reviews__slide {
    width: 100%;
    position: relative; }
    .reviews__slide__next {
      position: absolute;
      width: 25%;
      background-color: #DC3C3F;
      top: 0;
      right: 100%;
      bottom: 0;
      display: block;
      z-index: 4;
      opacity: 0;
      transition: 0.2s;
      text-decoration: none;
      display: flex;
      align-items: flex-end;
      align-content: flex-end;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 40px 46px;
      border-radius: 0 16px 16px 0; }
      .reviews__slide__next:hover {
        background-color: #AD1619; }
      .reviews__slide__next__name {
        font-size: 36px;
        width: 100%;
        color: #fff;
        font-weight: 50; }
    .reviews__slide__image-shell {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 16px;
      overflow: hidden; }
      .reviews__slide__image-shell:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); }
    .reviews__slide__image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
      .reviews__slide__image_mobile {
        display: none; }
    .reviews__slide__shell {
      height: 430px;
      padding: 45px 50px 49px 50px;
      display: flex;
      align-content: flex-start;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      position: relative;
      z-index: 3; }
    .reviews__slide__top {
      width: 100%; }
    .reviews__slide__bottom {
      width: 62%; }
    .reviews__slide__headline {
      font-size: 24px;
      color: #fff;
      letter-spacing: 0.5px;
      font-weight: 500;
      margin: 0 0 25px 0; }
    .reviews__slide__description {
      font-size: 16px;
      color: #fff;
      margin: 0 0 25px 0;
      line-height: 1.6; }
    .reviews__slide__author {
      font-size: 14px;
      color: #fff;
      margin: 0 0 30px 0; }
    .reviews__slide__download {
      color: #fff;
      border: 2px solid #fff;
      border-radius: 4px;
      padding: 4px 38px;
      display: inline-block;
      text-decoration: none;
      font-weight: 500; }
      .reviews__slide__download:hover {
        background-color: #fff;
        color: #111617; }

@media (min-width: 743px) and (max-width: 1234px) {
  .reviews {
    padding: 57px 0; }
    .reviews__slider .owl-dots {
      top: calc(100% - 52px); }
    .reviews__slide__next {
      display: none !important; }
    .reviews__slide__shell {
      height: 430px;
      padding: 42px 50px 49px 50px; }
    .reviews__slide__bottom {
      width: 100%; }
    .reviews__slide__headline {
      margin: 0 0 14px 0; } }

@media (max-width: 742px) {
  .reviews {
    padding: 0 0 37px 0;
    background-color: #ECF2F7; }
    .reviews__slider {
      border-radius: 0px;
      width: calc(100% + 30px);
      transform: translateX(-15px); }
      .reviews__slider .owl-dots {
        top: 280px; }
    .reviews__slide__next {
      display: none !important; }
    .reviews__slide__image-shell {
      height: 332px;
      border-radius: 0; }
    .reviews__slide__image_desktop {
      display: none; }
    .reviews__slide__image_mobile {
      display: block; }
    .reviews__slide__shell {
      height: auto;
      padding: 20px 21px; }
    .reviews__slide__bottom {
      width: 100%; }
    .reviews__slide__headline {
      font-size: 24px;
      min-height: 307px; }
    .reviews__slide__description {
      color: #111617;
      font-size: 16px; }
    .reviews__slide__author {
      color: #111617;
      font-size: 16px; }
    .reviews__slide__download {
      color: #113A60;
      border: 2px solid #113A60;
      padding: 4px 0;
      width: 100%;
      text-align: center; }
      .reviews__slide__download:hover {
        background-color: #113A60;
        color: #fff; } }

.awards-and-prizes {
  background-color: #113A60;
  padding: 45px 0 31px 0;
  margin: 30px 0 0px 0; }
  .awards-and-prizes__headline {
    font-size: 24px;
    margin: 0 0 17px 0;
    color: #fff;
    font-weight: 500; }
  .awards-and-prizes__slider {
    position: relative; }
    .awards-and-prizes__slider .owl-stage-outer {
      overflow: hidden; }
    .awards-and-prizes__slider .owl-stage {
      display: flex; }
    .awards-and-prizes__slider .owl-dots {
      display: none; }
    .awards-and-prizes__slider .owl-nav .owl-prev,
    .awards-and-prizes__slider .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      background-color: transparent;
      border: none;
      width: 18px;
      height: 31px;
      background-size: 100%;
      color: transparent; }
      .awards-and-prizes__slider .owl-nav .owl-prev:hover,
      .awards-and-prizes__slider .owl-nav .owl-next:hover {
        opacity: 0.8; }
    .awards-and-prizes__slider .owl-nav .owl-prev {
      transform: translateX(-50%, -50%);
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='31' viewBox='0 0 18 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5724 3.0841L14.9883 0.5L0.000481843 15.4878L2.58459 18.0719L14.9883 30.4756L17.5724 27.8915L5.16869 15.4878L17.5724 3.0841Z' fill='%237A9DBE'/%3E%3C/svg%3E%0A"); }
    .awards-and-prizes__slider .owl-nav .owl-next {
      transform: translateX(50%, -50%);
      right: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='31' viewBox='0 0 18 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.404178 27.9159L2.98828 30.5L17.9761 15.5122L15.392 12.9281L2.98827 0.5244L0.404171 3.1085L12.8079 15.5122L0.404178 27.9159Z' fill='%237A9DBE'/%3E%3C/svg%3E%0A"); }
  .awards-and-prizes__slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 0 11%;
    min-height: 100%; }
    .awards-and-prizes__slide__logo-shell {
      width: 27%; }
    .awards-and-prizes__slide__logo {
      display: block;
      margin: 0 auto;
      max-width: 145px; }
    .awards-and-prizes__slide__description {
      width: 61%;
      font-size: 18px;
      color: #fff; }

@media (min-width: 743px) and (max-width: 1234px) {
  .awards-and-prizes {
    padding: 58px 0 45px 0;
    margin: 0px 0; }
    .awards-and-prizes__headline {
      margin: 0 0 24px 0; }
    .awards-and-prizes__slider .owl-stage-outer {
      margin: 0 0 0px 0; }
    .awards-and-prizes__slider .owl-dots {
      display: none; }
    .awards-and-prizes__slide {
      padding: 0 3%; }
      .awards-and-prizes__slide__logo-shell {
        width: 27%; }
      .awards-and-prizes__slide__logo {
        max-width: 126px; } }

@media (max-width: 742px) {
  .awards-and-prizes {
    padding: 39px 0 45px 0;
    margin: 0px 0; }
    .awards-and-prizes__headline {
      font-size: 24px;
      margin: 0 0 36px 0; }
    .awards-and-prizes__slider {
      width: 85%;
      margin: 0 auto; }
      .awards-and-prizes__slider .owl-stage-outer {
        margin: 0 0 51px 0; }
      .awards-and-prizes__slider .owl-nav {
        display: none; }
      .awards-and-prizes__slider .owl-dots {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center; }
        .awards-and-prizes__slider .owl-dots .owl-dot {
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #fff;
          opacity: 0.5;
          border: none;
          margin: 0 9px;
          position: relative; }
          .awards-and-prizes__slider .owl-dots .owl-dot:after {
            content: "";
            width: 23px;
            height: 23px;
            background-color: transparent;
            position: absolute;
            display: block;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          .awards-and-prizes__slider .owl-dots .owl-dot:hover, .awards-and-prizes__slider .owl-dots .owl-dot.active {
            opacity: 1;
            z-index: 6; }
    .awards-and-prizes__slide {
      padding: 0; }
      .awards-and-prizes__slide__logo-shell {
        width: 100%; }
      .awards-and-prizes__slide__logo {
        max-width: 106px;
        margin: 0 0 10px 0; }
      .awards-and-prizes__slide__description {
        width: 87%;
        font-size: 16px;
        line-height: 1.5; } }

.initial-screen-company {
  padding: 45px 0 60px 0;
  background-color: #113A60;
  position: relative;
  overflow: hidden; }
  .initial-screen-company__background {
    position: absolute;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay; }
  .initial-screen-company .container {
    position: relative;
    z-index: 2; }
  .initial-screen-company__bread-crumbs {
    margin: 0px 0 7px 0; }
    .initial-screen-company__bread-crumbs a {
      color: #BDBDBD;
      margin: 0 4px 0 0;
      text-decoration: none; }
      .initial-screen-company__bread-crumbs a:hover {
        transition: .1s;
        color: #fff; }
    .initial-screen-company__bread-crumbs span {
      color: #fff;
      font-size: 14px; }
  .initial-screen-company__headline {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    margin: 0px 0 116px 0; }
  .initial-screen-company__sub-title {
    font-size: 20px;
    margin: 0px 0 11px 0;
    color: #fff;
    font-weight: 500;
    line-height: 1.5; }
  .initial-screen-company__description {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin: 0px 0 43px 0; }
  .initial-screen-company__arrow {
    width: 60px;
    height: 50px;
    border: 1.6px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 18px 14px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none; }

@media (min-width: 743px) and (max-width: 1234px) {
  .initial-screen-company {
    padding: 36px 0 41px 0; }
    .initial-screen-company__bread-crumbs {
      display: none; }
    .initial-screen-company__headline {
      margin: 0px 0 79px 0;
      font-size: 36px; }
    .initial-screen-company__sub-title {
      font-size: 20px;
      margin: 0px 0 11px 0; }
    .initial-screen-company__description {
      margin: 0px 0 30px 0; } }

@media (max-width: 742px) {
  .initial-screen-company {
    padding: 33px 0 40px 0; }
    .initial-screen-company__bread-crumbs {
      display: none; }
    .initial-screen-company__headline {
      margin: 0px 0 33px 0;
      font-size: 36px; }
    .initial-screen-company__sub-title {
      font-size: 20px;
      margin: 0px 0 15px 0;
      line-height: 1.4; }
    .initial-screen-company__description {
      font-size: 16px;
      margin: 0px 0 67px 0; } }

.part-of-ecosystem {
  background-image: linear-gradient(180deg, #C1D4E7 0%, #F2F9FF 108.29%); }
  .part-of-ecosystem__shell {
    padding: 78px 0 73px 0;
    background-image: url(../img/part-of-ecosystem.svg?v-1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1440px auto; }
  .part-of-ecosystem__shell-info {
    width: calc(100% + 30px); }
  .part-of-ecosystem__headline {
    font-size: 24px;
    margin: 0 0 19px 0;
    color: #113A60;
    font-weight: 500;
    line-height: 1.3; }
  .part-of-ecosystem__description {
    font-size: 16px;
    margin: 0 0 31px 0;
    line-height: 1.5; }
  .part-of-ecosystem__rostelekom-desktop {
    width: 203px; }
  .part-of-ecosystem__logos {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap; }
  .part-of-ecosystem__logo-shell {
    width: 25%;
    padding: 0 8px;
    margin: 0 0 14px 0; }
  .part-of-ecosystem__logo-shell_rostelekom .part-of-ecosystem__logo__image {
    display: none; }
  .part-of-ecosystem__logo-shell_rostelekom .part-of-ecosystem__logo {
    background-color: transparent; }
  .part-of-ecosystem__logo-shell_ngenix .part-of-ecosystem__logo {
    background: linear-gradient(180deg, #113A60 0%, #538FC7 100%); }
  .part-of-ecosystem__logo {
    height: 129px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .part-of-ecosystem__logo__image {
      max-width: 72%;
      max-height: 46%;
      display: block; }

@media (min-width: 743px) and (max-width: 1234px) {
  .part-of-ecosystem__shell {
    padding: 60px 0 62px 0;
    background-image: url(../img/part-of-ecosystem-ipad.svg?v-1);
    background-size: cover; }
  .part-of-ecosystem__shell-info {
    width: 100%; }
  .part-of-ecosystem__headline {
    margin: 0 0 19px 0; }
  .part-of-ecosystem__description {
    margin: 0 0 33px 0; }
  .part-of-ecosystem__rostelekom-desktop {
    width: 203px;
    margin: 0 0 67px 0; }
  .part-of-ecosystem__logos {
    margin: 0px 0 0 0; }
  .part-of-ecosystem__logo {
    height: 135px; }
    .part-of-ecosystem__logo__image {
      max-width: 80%; } }

@media (max-width: 742px) {
  .part-of-ecosystem__shell {
    padding: 36px 0 20px 0;
    background-image: url(../img/part-of-ecosystem-mobile.svg?v-1);
    background-size: 375px auto; }
  .part-of-ecosystem__shell-info {
    width: 100%; }
  .part-of-ecosystem__headline {
    font-size: 24px;
    margin: 0 0 16px 0; }
  .part-of-ecosystem__description {
    margin: 0 0 33px 0;
    font-size: 16px; }
  .part-of-ecosystem__rostelekom-desktop {
    display: none; }
  .part-of-ecosystem__logo-shell {
    width: 33.3%;
    padding: 0 10px;
    margin: 0 0 22px 0;
    order: 3; }
  .part-of-ecosystem__logo-shell_rostelekom {
    width: 66.6%;
    order: 1; }
  .part-of-ecosystem__logo-shell_rostelekom .part-of-ecosystem__logo__image {
    display: block;
    width: 300px; }
  .part-of-ecosystem__logo-shell_ngenix {
    order: 2; }
  .part-of-ecosystem__logos {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    margin: 0px 0 0 0; }
  .part-of-ecosystem__logo-shell:first-child .part-of-ecosystem__logo {
    justify-content: flex-start; }
  .part-of-ecosystem__logo {
    height: 28vw; }
    .part-of-ecosystem__logo__image {
      max-width: 60%; }
      .part-of-ecosystem__logo__image_long {
        max-width: 80%; } }

.history-company {
  position: relative;
  padding: 21px 0 40px 0; }
  .history-company__headline {
    font-size: 24px;
    margin: 0 0 33px 0;
    color: #113A60;
    font-weight: 500; }
  .history-company__slider .owl-stage {
    display: flex; }
    .history-company__slider .owl-stage .owl-item:last-child .history-company__slide:after {
      display: none; }
  .history-company__slider .owl-nav .owl-prev,
  .history-company__slider .owl-nav .owl-next {
    position: absolute;
    top: calc(50% + 53px);
    width: 220px;
    height: 320px;
    transform: translateY(-50%);
    border: none; }
    .history-company__slider .owl-nav .owl-prev.disabled,
    .history-company__slider .owl-nav .owl-next.disabled {
      display: none; }
    .history-company__slider .owl-nav .owl-prev span,
    .history-company__slider .owl-nav .owl-next span {
      width: 23px;
      height: 53px;
      background-size: 100%;
      display: inline-block;
      color: transparent; }
  .history-company__slider .owl-nav .owl-prev {
    left: 0;
    background: linear-gradient(90deg, #FFFFFF 33.85%, rgba(255, 255, 255, 0) 100%); }
    .history-company__slider .owl-nav .owl-prev span {
      background-image: url("data:image/svg+xml,%3Csvg width='23' height='53' viewBox='0 0 23 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 52L2 26.5L22 1' stroke='%23113A60' stroke-width='1.6'/%3E%3C/svg%3E%0A"); }
  .history-company__slider .owl-nav .owl-next {
    right: 0;
    background: linear-gradient(270deg, #FFFFFF 33.85%, rgba(255, 255, 255, 0) 100%); }
    .history-company__slider .owl-nav .owl-next span {
      background-image: url("data:image/svg+xml,%3Csvg width='23' height='53' viewBox='0 0 23 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L21 26.5L1 52' stroke='%23113A60' stroke-width='1.6'/%3E%3C/svg%3E%0A"); }
  .history-company__slide {
    width: 503px;
    position: relative; }
    .history-company__slide:after {
      width: calc(100% + 115px);
      content: "";
      height: 1px;
      position: absolute;
      left: 0;
      top: 10px;
      background-color: #D3DEE8;
      display: inline-block;
      margin: 0 0 6px 0;
      border-radius: 50%; }
    .history-company__slide:before {
      content: "";
      width: 20px;
      height: 20px;
      background-color: #DC3C3F;
      display: inline-block;
      margin: 0 0 6px 0;
      border-radius: 50%;
      z-index: 2;
      position: relative; }
    .history-company__slide__year {
      font-size: 24px;
      color: #113A60;
      font-weight: 500;
      margin: 4px 0 14px 0; }
    .history-company__slide__description {
      font-size: 16px;
      line-height: 1.5; }

@media (min-width: 743px) and (max-width: 1234px) {
  .history-company {
    padding: 0px 0 40px 0; }
    .history-company__headline {
      margin: 0 0 53px 0; }
    .history-company__slide {
      width: 406px; }
      .history-company__slide:after {
        width: calc(100% + 100px); }
      .history-company__slide__year {
        margin: 4px 0 23px 0; } }

@media (max-width: 742px) {
  .history-company {
    padding: 39px 0 40px 0; }
    .history-company__headline {
      font-size: 24px;
      margin: 0 0 24px 0; }
    .history-company__slider .owl-nav {
      display: none; }
    .history-company__slide {
      width: 249px; }
      .history-company__slide:after {
        width: calc(100% + 80px); }
      .history-company__slide__year {
        margin: 4px 0 10px 0; }
      .history-company__slide__description {
        font-size: 16px; } }

.team {
  padding: 29px 0 25px 0; }
  .team__headline {
    font-size: 24px;
    font-weight: 500;
    color: #113A60;
    margin: 0 0 26px 0; }
  .team__members {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    width: calc(100% + 15px); }
  .team__member {
    padding: 15px;
    width: 50%;
    margin: 0 0 32px 0;
    position: relative; }
    .team__member:hover:after {
      background-color: rgba(237, 243, 248, 0.6);
      border-radius: 8px;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: block;
      position: absolute; }
    .team__member:first-child {
      width: 100%;
      margin: 0 0 52px 0; }
    .team__member:first-child .team__member__image-desktop {
      width: 20.5%; }
    .team__member:first-child .team__member__info {
      width: 78%;
      padding: 0 0 0 102px; }
    .team__member:first-child .team__member__quote {
      margin: 95px 0 21px 0;
      font-size: 24px; }
    .team__member:first-child .team__member__name {
      font-size: 20px; }
    .team__member:first-child .team__member__role {
      font-size: 18px; }
    .team__member__shell {
      width: 100%;
      display: flex;
      align-items: flex-start;
      align-content: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
    .team__member__image-desktop {
      width: 35%; }
    .team__member__avatar {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
    .team__member__info {
      width: 51%;
      position: relative;
      z-index: 3;
      padding: 0 0 0 44px; }
    .team__member__quote {
      font-weight: 500;
      color: #113A60;
      line-height: 1.3;
      font-size: 18px;
      margin: 49px 0 17px 0; }
    .team__member__image-mobile {
      display: none; }
    .team__member__name {
      font-weight: 500;
      font-size: 18px; }
    .team__member__role {
      font-size: 16px;
      margin: 0 0 19px 0; }
    .team__member__link {
      font-size: 18px;
      color: #1388CA;
      text-decoration: none;
      font-weight: 500; }
      .team__member__link:after {
        content: "";
        width: 6px;
        height: 13px;
        margin: 0 0 0 10px;
        background-image: url(../img/arrow-team-right.svg);
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block; }
      .team__member__link:hover {
        opacity: 0.6; }

@media (min-width: 743px) and (max-width: 1234px) {
  .team {
    padding: 40px 0; }
    .team__headline {
      margin: 0 0 28px 0; }
    .team__member {
      border: 1px solid #D6E2EC;
      border-radius: 8px;
      margin: 0 0 23px 0;
      width: 47%;
      padding: 22px 20px; }
      .team__member:hover:after {
        display: none; }
      .team__member:first-child {
        padding: 39px 30px 56px 30px;
        margin: 0 0 23px 0; }
      .team__member:first-child .team__member__image-desktop {
        width: 31%;
        display: block; }
      .team__member:first-child .team__member__image-mobile {
        display: none; }
      .team__member:first-child .team__member__avatar {
        width: 227px; }
      .team__member:first-child .team__member__info {
        width: 69%;
        padding: 0 0 0 32px; }
      .team__member:first-child .team__member__quote {
        margin: 7px 0 31px 0;
        line-height: 1.2; }
      .team__member:first-child .team__member__name {
        margin: 0 0 0px 0;
        font-size: 16px; }
      .team__member:first-child .team__member__role {
        font-size: 16px; }
      .team__member:first-child .team__member__avatar {
        height: auto; }
      .team__member__info {
        width: 100%;
        padding: 0; }
      .team__member__avatar {
        height: 260px; }
      .team__member__quote {
        margin: 0px 0 25px 0;
        font-size: 18px; }
      .team__member__image-mobile {
        display: block;
        width: 71%;
        margin: 0 auto 21px auto; }
      .team__member__image-desktop {
        display: none; }
      .team__member__name {
        font-size: 16px; }
      .team__member__role {
        font-size: 16px; }
      .team__member__link {
        font-size: 16px; } }

@media (max-width: 742px) {
  .team {
    padding: 40px 0; }
    .team__headline {
      font-size: 24px;
      margin: 0 0 24px 0; }
    .team__members {
      width: 100%;
      transform: translateX(0px); }
    .team__member {
      border: 1px solid #D6E2EC;
      border-radius: 8px;
      margin: 0 0 11px 0;
      width: 100%;
      padding: 25px; }
      .team__member:hover:after {
        display: none; }
      .team__member:first-child {
        padding: 25px;
        margin: 0 0 11px 0; }
      .team__member:first-child .team__member__image-desktop {
        display: none; }
      .team__member:first-child .team__member__avatar {
        width: 100%; }
      .team__member:first-child .team__member__info {
        width: 100%;
        padding: 0; }
      .team__member:first-child .team__member__quote {
        margin: 0px 0 18px 0;
        font-size: 20px; }
      .team__member:first-child .team__member__name {
        margin: 0 0 4px 0;
        font-size: 16px; }
      .team__member:first-child .team__member__role {
        font-size: 16px; }
      .team__member__info {
        width: 100%;
        padding: 0; }
      .team__member__quote {
        margin: 0px 0 18px 0;
        font-size: 20px; }
      .team__member__image-mobile {
        display: block;
        width: 65%;
        margin: 0 auto 24px auto; }
      .team__member__image-desktop {
        display: none; }
      .team__member__name {
        font-size: 16px; }
      .team__member__role {
        font-size: 16px; }
      .team__member__link {
        font-size: 16px; } }

.command-task {
  padding: 18px 0 191px 0;
  position: relative; }
  .command-task__background {
    position: absolute;
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    height: 710px; }
    .command-task__background_tablet {
      display: none; }
    .command-task__background_mobile {
      display: none; }
  .command-task .container {
    position: relative;
    z-index: 2; }
  .command-task .owl-stage-outer {
    overflow: hidden; }
  .command-task .owl-nav {
    display: none; }
  .command-task .owl-stage {
    display: flex; }
  .command-task__anchors {
    position: relative;
    margin: 0 0 0px 0; }
  .command-task__anchor {
    margin: 0 55px 0 0;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    width: 65px;
    height: 59px; }
    .command-task__anchor:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      display: block; }
    .command-task__anchor:hover svg [stroke] {
      stroke: #113A60; }
    .command-task__anchor:hover svg [fill] {
      fill: #113A60; }
    .command-task__anchor_active svg [stroke] {
      stroke: #DC3C3F !important; }
    .command-task__anchor_active svg [fill] {
      fill: #DC3C3F !important; }
    .command-task__anchor svg {
      max-width: 100%; }
  .command-task__line {
    overflow: hidden;
    margin: 0 0 29px 0;
    position: relative; }
    .command-task__line__shell {
      height: 12.4px;
      left: 0;
      transition: 1s;
      position: relative; }
    .command-task__line__image {
      top: 50%;
      position: absolute;
      transform: translate(-928px, -50%);
      height: 100%;
      display: block; }
  .command-task__slider {
    margin: 0 0 26px 0; }
  .command-task__slide__headline {
    font-size: 24px;
    color: #113A60;
    margin: 0 0 21px 0;
    font-weight: 500; }
  .command-task__slide__description {
    font-size: 16px;
    line-height: 1.5; }
  .command-task__join {
    font-size: 16px;
    padding: 14px 41px;
    border: none;
    border-radius: 4px;
    background-color: #DC3C3F;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    transition: 0.2s; }
    .command-task__join:hover {
      background-color: #AD1619; }

@media (min-width: 743px) and (max-width: 1234px) {
  .command-task {
    padding: 0px 0 292px 0; }
    .command-task__background {
      height: 356px; }
      .command-task__background_desktop {
        display: none; }
      .command-task__background_tablet {
        display: block; }
    .command-task__anchors {
      transform: translateX(-20px); }
    .command-task__anchor {
      margin: 0 17px 0 0; }
      .command-task__anchor:hover svg [stroke] {
        stroke: #113A60; }
      .command-task__anchor:hover svg [fill] {
        fill: #113A60; }
      .command-task__anchor_active svg [stroke] {
        stroke: #DC3C3F !important; }
      .command-task__anchor_active svg [fill] {
        fill: #DC3C3F !important; }
    .command-task__line {
      overflow: visible;
      margin: 0 0 38px 0; }
      .command-task__line__shell {
        height: 12.2px; }
    .command-task__join {
      padding: 14px 40px; } }

@media (max-width: 742px) {
  .command-task {
    padding: 20px 0 348px 0; }
    .command-task__background {
      height: 320px; }
      .command-task__background_desktop {
        display: none; }
      .command-task__background_mobile {
        display: block; }
    .command-task__anchors {
      margin: 0 0 18px 0;
      padding: 0 15px;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between; }
    .command-task__anchor {
      margin: 0; }
    .command-task__line {
      overflow: visible;
      margin: 0 0 30px 0; }
    .command-task__slide__headline {
      margin: 0 0 11px 0; }
    .command-task__join {
      width: 100%;
      text-align: center;
      padding: 14px 40px; } }

.contacts {
  background: #113A60; }
  .contacts__headline {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 205px 0 10px 0; }
  .contacts__address {
    color: #fff;
    font-size: 16px;
    margin: 0 0 29px 0; }
  .contacts__phone {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    margin: 0 0 7px 0;
    display: block; }
    .contacts__phone:hover {
      color: #DC3C3F; }
  .contacts__callback {
    font-size: 16px;
    color: #fff;
    margin: 0 0 211px 0; }
    .contacts__callback button {
      border: none;
      background-color: transparent;
      color: #1388CA; }
      .contacts__callback button:hover {
        color: #DC3C3F; }
  .contacts__shell {
    position: relative;
    height: 100%; }
  .contacts__map {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: calc(100vw - (100vw - 1320px)/2 - 525px);
    background-color: #1388CA; }

@media (min-width: 743px) and (max-width: 1234px) {
  .contacts {
    background-color: #113A60; }
    .contacts .container {
      position: relative; }
    .contacts__info-shell {
      padding: 0 0 0 0px; }
    .contacts__headline {
      margin: 55px 0 10px 0; }
    .contacts__callback {
      margin: 0 0 64px 0; }
    .contacts__shell {
      height: 581px; }
    .contacts__map {
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      bottom: 0;
      width: 100vw;
      z-index: 2; } }

@media (max-width: 742px) {
  .contacts {
    background-color: #113A60; }
    .contacts__info-shell {
      padding: 0 0 0 0px; }
    .contacts__headline {
      margin: 39px 0 10px 0; }
    .contacts__phone {
      font-size: 20px; }
    .contacts__callback {
      margin: 0 0 39px 0; }
    .contacts__shell {
      height: 444px; }
    .contacts__map {
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      bottom: 0;
      width: 100vw; } }

.label-map img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%; }

.initial-screen-product {
  padding: 47px 0 65px 0;
  background-color: #113A60;
  position: relative;
  overflow: hidden;
  min-height: 420px; }
  .initial-screen-product__flex {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .initial-screen-product__flex__left {
      width: 20%; }
    .initial-screen-product__flex__right {
      width: 68%; }
  .initial-screen-product__background {
    position: absolute;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay; }
  .initial-screen-product .container {
    position: relative;
    z-index: 2; }
  .initial-screen-product__bread-crumbs {
    margin: 0px 0 0px 0; }
    .initial-screen-product__bread-crumbs a {
      color: #BDBDBD;
      margin: 0 4px 0 0;
      text-decoration: none; }
      .initial-screen-product__bread-crumbs a:hover {
        transition: .1s;
        color: #fff; }
    .initial-screen-product__bread-crumbs span {
      color: #fff;
      font-size: 14px; }
  .initial-screen-product__headline {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    margin: 6px 0; }
    .initial-screen-product__headline_tablet {
      display: none; }
  .initial-screen-product__description {
    font-size: 16px;
    margin: 6px 0px 28px 0;
    line-height: 1.45;
    color: #fff; }
  .initial-screen-product__shell {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0px 0 29px 0; }
  .initial-screen-product__picture-mobile {
    display: none; }
  .initial-screen-product__picture {
    margin: 0 0px 31px 0;
    width: 111px; }
  .initial-screen-product__price {
    font-size: 16px;
    font-weight: 700;
    color: #fff; }
    .initial-screen-product__price_tablet {
      display: none; }
  .initial-screen-product__download {
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    background-color: transparent;
    padding: 9px 14px;
    border-radius: 4px;
    font-weight: 500; }
    .initial-screen-product__download_mobile {
      display: none; }
    .initial-screen-product__download_tablet {
      display: none; }
    .initial-screen-product__download:hover {
      opacity: 0.6; }
    .initial-screen-product__download img {
      margin: 0 13px 0 0;
      vertical-align: middle;
      width: 18px; }
  .initial-screen-product__to-free-test {
    font-size: 16px;
    padding: 14px 42px;
    border-radius: 4px;
    background-color: #DC3C3F;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    transition: 0.2s;
    margin: 0 49px 0 0; }
    .initial-screen-product__to-free-test:hover {
      background-color: #AD1619; }

@media (min-width: 743px) and (max-width: 1234px) {
  .initial-screen-product {
    padding: 38px 0 61px 0; }
    .initial-screen-product__bread-crumbs {
      display: none; }
    .initial-screen-product__flex {
      display: flex; }
      .initial-screen-product__flex__left {
        width: 100%;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        margin: 0 0 16px 0; }
      .initial-screen-product__flex__right {
        width: 100%; }
    .initial-screen-product__headline {
      font-size: 36px;
      margin: 0px 0 18px 0; }
      .initial-screen-product__headline_desktop {
        display: none; }
      .initial-screen-product__headline_tablet {
        display: block; }
    .initial-screen-product__price {
      margin: 0 34px 0 0;
      vertical-align: middle; }
      .initial-screen-product__price_desktop {
        display: none; }
      .initial-screen-product__price_tablet {
        display: inline-block; }
    .initial-screen-product__shell {
      display: none; }
    .initial-screen-product__picture {
      max-width: 149px;
      margin: 0; }
    .initial-screen-product__description {
      margin: 0px 0px 29px 0; }
    .initial-screen-product__to-free-test {
      margin: 0px;
      display: inline-block;
      vertical-align: middle;
      padding: 14px 50px; }
    .initial-screen-product__download {
      margin: 0px 0px 0 0px; }
      .initial-screen-product__download_tablet {
        display: block; }
      .initial-screen-product__download_desktop {
        display: none; } }

@media (max-width: 742px) {
  .initial-screen-product {
    padding: 38px 0 40px 0; }
    .initial-screen-product__bread-crumbs {
      display: none; }
    .initial-screen-product__flex {
      display: flex; }
      .initial-screen-product__flex__left {
        width: 100%;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: space-between;
        margin: 0 0 16px 0; }
      .initial-screen-product__flex__right {
        width: 100%; }
    .initial-screen-product__headline {
      font-size: 36px;
      margin: 0px 0 25px 0;
      line-height: 1.2; }
      .initial-screen-product__headline_desktop {
        display: none; }
      .initial-screen-product__headline_tablet {
        display: none; }
      .initial-screen-product__headline_mobile {
        display: block; }
    .initial-screen-product__price {
      margin: 0 0 22px 0;
      vertical-align: middle; }
      .initial-screen-product__price_desktop {
        display: none; }
      .initial-screen-product__price_tablet {
        display: none; }
      .initial-screen-product__price_mobile {
        display: block; }
    .initial-screen-product__shell {
      display: none; }
    .initial-screen-product__picture {
      max-width: 78px;
      margin: 0; }
    .initial-screen-product__description {
      margin: 0px 0px 29px 0; }
    .initial-screen-product__to-free-test {
      margin: 0px;
      display: inline-block;
      vertical-align: middle;
      padding: 14px 50px;
      width: 100%;
      text-align: center; }
    .initial-screen-product__download {
      display: block;
      margin: 0px 0px 0 0px; }
      .initial-screen-product__download_tablet {
        display: none; }
      .initial-screen-product__download_desktop {
        display: none; }
      .initial-screen-product__download_mobile {
        display: block; } }

.what-i-get {
  padding: 54px 0 30px 0; }
  .what-i-get__headline {
    font-size: 24px;
    color: #113A60;
    font-weight: 500;
    margin: 0 0 34px 0; }
  .what-i-get__benefit {
    padding: 0 26px 0 0;
    margin: 0 0 39px 0; }
    .what-i-get__benefit__picture {
      width: 100px;
      height: 100px;
      margin: 0 0 14px 0; }
      .what-i-get__benefit__picture img {
        max-width: 100%;
        max-height: 100%; }
    .what-i-get__benefit__name {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.3;
      margin: 0 0 12px 0; }
    .what-i-get__benefit__description {
      font-size: 16px;
      line-height: 1.3; }

@media (min-width: 743px) and (max-width: 1234px) {
  .what-i-get {
    padding: 55px 0; }
    .what-i-get__headline {
      margin: 0 0 32px 0; }
    .what-i-get__benefit {
      display: flex;
      margin: 0 0 38px 0;
      align-items: center;
      align-content: center;
      justify-content: flex-start; }
      .what-i-get__benefit__picture {
        min-width: 23%;
        margin: 0; }
        .what-i-get__benefit__picture img {
          max-width: 96px; }
      .what-i-get__benefit__name {
        line-height: 1.3;
        margin: 0 0 8px 0; } }

@media (max-width: 742px) {
  .what-i-get {
    padding: 35px 0; }
    .what-i-get__headline {
      margin: 0 0 14px 0;
      font-size: 24px; }
    .what-i-get__benefit {
      margin: 0 0 28px 0; }
      .what-i-get__benefit__picture {
        margin: 0 0 5px 0;
        height: auto; }
        .what-i-get__benefit__picture img {
          max-width: 96px; }
      .what-i-get__benefit__name {
        line-height: 1.3;
        margin: 0 0 6px 0;
        font-size: 20px; }
      .what-i-get__benefit__description {
        font-size: 16px; } }

.effective-technology {
  background: linear-gradient(0deg, #C1D4E7 25.12%, #FFFFFF 108.29%), #FFFFFF;
  padding: 55px 0 91px 0; }
  .effective-technology__headline {
    font-weight: 500;
    color: #113A60;
    font-size: 24px;
    margin: 0 0 0px 0; }
  .effective-technology__picture {
    margin: 0 0 0px 0;
    transform: translateY(-32px); }
    .effective-technology__picture_tablet {
      display: none; }
    .effective-technology__picture_mobile {
      display: none; }
    .effective-technology__picture img {
      max-width: 83%;
      display: block;
      margin: 0 auto; }
  .effective-technology__slider-anchors {
    margin: 0 0 0px 0;
    padding: 0 30px; }
    .effective-technology__slider-anchors .owl-stage {
      display: flex;
      position: relative; }
    .effective-technology__slider-anchors .owl-nav {
      display: none; }
  .effective-technology__slide-anchor {
    display: block;
    width: 70px;
    height: 78px; }
    .effective-technology__slide-anchor:last-child {
      margin: 0 !important; }
    .effective-technology__slide-anchor svg {
      max-width: 100%;
      max-height: 100%; }
      .effective-technology__slide-anchor svg [stroke],
      .effective-technology__slide-anchor svg [fill] {
        transition: 0.2s; }
      .effective-technology__slide-anchor svg [stroke] {
        stroke: #113A60; }
      .effective-technology__slide-anchor svg [fill] {
        fill: #113A60; }
    .effective-technology__slide-anchor_active svg [stroke],
    .effective-technology__slide-anchor:hover svg [stroke] {
      stroke: #DC3C3F; }
    .effective-technology__slide-anchor_active svg [fill],
    .effective-technology__slide-anchor:hover svg [fill] {
      fill: #DC3C3F; }
  .effective-technology__line {
    overflow: hidden;
    margin: 0 0 27px 0;
    padding: 0 30px;
    position: relative; }
    .effective-technology__line__shell {
      height: 12.4px;
      left: 0;
      transition: 1s;
      position: relative; }
    .effective-technology__line__image {
      top: 50%;
      position: absolute;
      transform: translate(-928px, -50%);
      height: 100%;
      display: block; }
  .effective-technology__slider-shell__close {
    display: none; }
  .effective-technology__slider {
    position: relative; }
    .effective-technology__slider .owl-stage-outer {
      overflow: hidden; }
    .effective-technology__slider .owl-stage {
      display: flex; }
    .effective-technology__slider .owl-nav .owl-prev,
    .effective-technology__slider .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("../img/arrow-left-blue-slider.svg");
      width: 20px;
      height: 51px;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      border: none;
      background-color: transparent; }
      .effective-technology__slider .owl-nav .owl-prev span,
      .effective-technology__slider .owl-nav .owl-next span {
        display: none; }
    .effective-technology__slider .owl-nav .owl-prev {
      left: -156px;
      transform: translateY(-91%); }
    .effective-technology__slider .owl-nav .owl-next {
      right: -156px;
      transform: translateY(-91%) rotate(180deg); }
  .effective-technology__slide {
    padding: 0 30px; }
    .effective-technology__slide__link-hide {
      width: 1px;
      height: 1px;
      opacity: 0; }
    .effective-technology__slide__icon {
      display: none; }
      .effective-technology__slide__icon svg [stroke] {
        stroke: #113A60; }
      .effective-technology__slide__icon svg [fill] {
        fill: #113A60; }
    .effective-technology__slide__name {
      color: #111617;
      font-size: 20px;
      font-weight: 500;
      margin: 0 0 20px 0; }
    .effective-technology__slide__description {
      font-size: 16px;
      line-height: 1.45; }

@media (min-width: 743px) and (max-width: 1234px) {
  .effective-technology__headline {
    margin: 0 0 9px 0; }
  .effective-technology__picture {
    margin: 0 0 38px 0;
    transform: translateY(0px); }
    .effective-technology__picture_desktop {
      display: none; }
    .effective-technology__picture_tablet {
      display: block; }
    .effective-technology__picture_mobile {
      display: none; }
    .effective-technology__picture img {
      max-width: 86%; }
  .effective-technology__line {
    overflow: visible; }
    .effective-technology__line__image {
      transform: translate(-960px, -50%); }
    .effective-technology__line__shell {
      transition: 0.3s; }
  .effective-technology__slider-anchors {
    padding: 0; }
  .effective-technology__slider .owl-nav {
    display: none; }
  .effective-technology__slide {
    padding: 0 0px; }
  .effective-technology__slide-anchor:hover svg [stroke] {
    stroke: #113A60; }
  .effective-technology__slide-anchor:hover svg [fill] {
    fill: #113A60; }
  .effective-technology__slide-anchor_active svg [stroke] {
    stroke: #DC3C3F !important; }
  .effective-technology__slide-anchor_active svg [fill] {
    fill: #DC3C3F !important; } }

@media (max-width: 742px) {
  .effective-technology {
    padding: 41px 0; }
    .effective-technology__headline {
      margin: 0 0 29px 0;
      font-size: 24px; }
    .effective-technology__picture {
      margin: 0 0 43px 0;
      transform: translateY(0px); }
      .effective-technology__picture_desktop {
        display: none; }
      .effective-technology__picture_tablet {
        display: none; }
      .effective-technology__picture_mobile {
        display: block; }
      .effective-technology__picture img {
        max-width: 100%; }
    .effective-technology__line {
      display: none; }
    .effective-technology__slider-anchors {
      padding: 0;
      margin: 0; }
    .effective-technology__slide-anchor:hover svg [stroke] {
      stroke: #113A60; }
    .effective-technology__slide-anchor:hover svg [fill] {
      fill: #113A60; }
    .effective-technology__slide-anchor_active svg [stroke] {
      stroke: #DC3C3F !important; }
    .effective-technology__slide-anchor_active svg [fill] {
      fill: #DC3C3F !important; }
    .effective-technology__slider .owl-nav {
      display: none; }
    .effective-technology__slide {
      padding: 0 0px; }
    .effective-technology__slider-shell {
      position: fixed;
      top: 0;
      left: -100%;
      height: 100vh;
      width: 100vw;
      background-color: #fff;
      padding: 20px;
      z-index: 200;
      overflow-y: scroll; }
      .effective-technology__slider-shell_active {
        left: 0%; }
      .effective-technology__slider-shell__close {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 100;
        border: none;
        background-color: transparent;
        width: 40px;
        height: 40px; }
        .effective-technology__slider-shell__close:after, .effective-technology__slider-shell__close:before {
          content: "";
          width: 100%;
          background-color: #113A60;
          display: block;
          margin: 0;
          transition: 0.2s;
          height: 3px; }
        .effective-technology__slider-shell__close:after {
          transform: translateY(-1.5px) rotate(-45deg); }
        .effective-technology__slider-shell__close:before {
          transform: translateY(1.5px) rotate(45deg); }
    .effective-technology__slide__icon {
      display: block;
      margin: 0 0 20px 0;
      transform: translateX(-10px); }
    .effective-technology__slide__name {
      font-size: 24px;
      margin: 0 0 10px 0;
      font-weight: 500; }
    .effective-technology__slide__description {
      font-size: 16px;
      line-height: 1.5; } }

.network-infrastructure {
  padding: 76px 0 60px 0; }
  .network-infrastructure__headline {
    font-weight: 500;
    color: #113A60;
    font-size: 24px;
    margin: 0 0 0px 0; }
  .network-infrastructure__map-shell {
    transform: translateY(-29px); }
  .network-infrastructure__map {
    margin: 0 auto 3px auto;
    width: 986px;
    position: relative; }
    .network-infrastructure__map__picture {
      width: 100%; }
    .network-infrastructure__map__point:hover .network-infrastructure__map__point__city {
      transform: scale(1) translateY(-50%);
      opacity: 1;
      left: calc(100% + 6px); }
    .network-infrastructure__map__point:hover {
      z-index: 5; }
    .network-infrastructure__map__point__city {
      transition: opacity 0.3s ease-out 0s, transform 0.01s ease-out 0s, left 0.3s ease-out 0s;
      position: absolute;
      left: calc(100% + 16px);
      top: 50%;
      background: #FFFFFF;
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      padding: 13px 20px 13px 20px;
      font-size: 18px;
      color: #111617;
      white-space: nowrap;
      font-weight: normal;
      transform: scale(0) translateY(-50%);
      opacity: 0; }
      .network-infrastructure__map__point__city strong {
        font-weight: 500;
        display: block; }
      .network-infrastructure__map__point__city:before {
        content: "";
        width: 14px;
        height: 14px;
        background: #FFFFFF;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg); }
    .network-infrastructure__map__point-small {
      position: absolute;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #25AAE1;
      transition: 0.1s; }
      .network-infrastructure__map__point-small:hover {
        background-color: #DC3C3F;
        box-shadow: 0px 4px 4px #C9989A; }
      .network-infrastructure__map__point-small_1 {
        left: 59.5px;
        top: 163.57px; }
      .network-infrastructure__map__point-small_2 {
        left: 80.5px;
        top: 286.57px; }
      .network-infrastructure__map__point-small_3 {
        left: 72.5px;
        top: 347.57px; }
      .network-infrastructure__map__point-small_4 {
        left: 103.5px;
        top: 309.57px; }
      .network-infrastructure__map__point-small_5 {
        left: 120.5px;
        top: 289.57px; }
      .network-infrastructure__map__point-small_6 {
        left: 133.5px;
        top: 274.57px; }
      .network-infrastructure__map__point-small_7 {
        left: 165.5px;
        top: 274.57px; }
      .network-infrastructure__map__point-small_8 {
        left: 236.5px;
        top: 247.57px; }
      .network-infrastructure__map__point-small_9 {
        left: 236.5px;
        top: 285.57px; }
      .network-infrastructure__map__point-small_10 {
        left: 257.5px;
        top: 355.57px; }
      .network-infrastructure__map__point-small_11 {
        left: 279.5px;
        top: 380.57px; }
      .network-infrastructure__map__point-small_12 {
        left: 869.5px;
        top: 500.57px; }
      .network-infrastructure__map__point-small_13 {
        left: 82.5px;
        top: 366.57px; }
    .network-infrastructure__map__point-middle {
      position: absolute;
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background: #25AAE1;
      font-size: 12px;
      color: #fff;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      font-weight: 500;
      transition: 0.1s; }
      .network-infrastructure__map__point-middle:hover {
        background-color: #DC3C3F;
        box-shadow: 0px 4px 4px #C9989A; }
      .network-infrastructure__map__point-middle_1 {
        left: 38.5px;
        top: 359.57px; }
      .network-infrastructure__map__point-middle_2 {
        left: 147.5px;
        top: 175.57px; }
      .network-infrastructure__map__point-middle_3 {
        left: 190.5px;
        top: 357.57px; }
      .network-infrastructure__map__point-middle_4 {
        left: 303.5px;
        top: 343.57px; }
      .network-infrastructure__map__point-middle_5 {
        left: 423.5px;
        top: 420.57px; }
      .network-infrastructure__map__point-middle_6 {
        left: 529.5px;
        top: 420.57px; }
      .network-infrastructure__map__point-middle_7 {
        left: 830.5px;
        top: 432.57px; }
    .network-infrastructure__map__point-big {
      position: absolute;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #25AAE1;
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      transition: 0.1s; }
      .network-infrastructure__map__point-big:hover {
        background-color: #DC3C3F;
        box-shadow: 0px 4px 4px #C9989A; }
      .network-infrastructure__map__point-big_1 {
        left: 139.5px;
        top: 236.57px; }
  .network-infrastructure__advantage {
    margin: 0 0 22px 0;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .network-infrastructure__advantage__picture {
      width: 70px; }
      .network-infrastructure__advantage__picture img {
        width: 39px;
        display: block; }
      .network-infrastructure__advantage__picture_4 {
        transform: translateX(-4px); }
        .network-infrastructure__advantage__picture_4 img {
          width: 47px !important; }
    .network-infrastructure__advantage__description {
      font-size: 16px;
      margin: 0px 0 0 0;
      width: calc(100% - 100px);
      transform: translateY(-3px); }
      .network-infrastructure__advantage__description a {
        color: #1388CA;
        text-decoration: none;
        transition: 0.3s; }
        .network-infrastructure__advantage__description a:hover {
          color: #DC3C3F; }

@media (min-width: 743px) and (max-width: 1234px) {
  .network-infrastructure {
    padding: 58px 0 18px 0; }
    .network-infrastructure__headline {
      margin: 0 0 0px 0; }
    .network-infrastructure__map-shell {
      height: 400px;
      position: relative;
      margin: 0 0 7px 0; }
    .network-infrastructure__map {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(0.75); }
    .network-infrastructure__advantage {
      align-items: flex-start;
      align-content: flex-start;
      margin: 0 0 36px 0; }
      .network-infrastructure__advantage__picture {
        width: 74px; }
        .network-infrastructure__advantage__picture_3 {
          transform: translateY(8px); }
        .network-infrastructure__advantage__picture_6 {
          transform: translateY(7px); } }

@media (max-width: 742px) {
  .network-infrastructure {
    padding: 38px 0 21px 0; }
    .network-infrastructure__headline {
      margin: 0 0 25px 0;
      font-size: 24px;
      line-height: 1.3; }
    .network-infrastructure__map-shell {
      display: none; }
    .network-infrastructure__advantage {
      margin: 0 0 29px 0;
      align-items: flex-start;
      align-content: flex-start; }
      .network-infrastructure__advantage__description {
        font-size: 16px; } }

.expert-support {
  padding: 55px 0;
  background-color: #ECF2F7; }
  .expert-support__headline {
    font-weight: 500;
    color: #113A60;
    font-size: 24px;
    margin: 0 0 22px 0; }
  .expert-support__description {
    font-size: 16px;
    margin: 0 0 31px 0;
    line-height: 1.5; }
  .expert-support__supports {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    transform: translateX(-10px); }
  .expert-support__one-support {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 23px 0;
    min-height: 236px; }
    .expert-support__one-support:first-child .expert-support__one-support__shell {
      background-color: #113A60; }
    .expert-support__one-support:first-child .expert-support__one-support__name,
    .expert-support__one-support:first-child .expert-support__one-support__description {
      color: #fff; }
    .expert-support__one-support__shell {
      text-decoration: none;
      background-color: #fff;
      border-radius: 8px;
      padding: 29px 17px 0px 27px;
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      align-items: space-between;
      transition: 0.2s;
      position: relative;
      height: 100%; }
      .expert-support__one-support__shell:hover {
        transform: translateY(-2px);
        box-shadow: 0px 2px 20px rgba(17, 58, 96, 0.2); }
    .expert-support__one-support__top {
      width: 100%; }
    .expert-support__one-support__name {
      font-size: 20px;
      margin: 0 0 6px 0;
      font-weight: 500;
      color: #113A60;
      line-height: 1.3;
      display: block;
      transition: 0.3s; }
    .expert-support__one-support__description {
      font-size: 16px;
      line-height: 1.2;
      margin: 0 0 0px 0;
      display: block;
      color: #113A60;
      opacity: 0;
      transition: 0.3s; }
    .expert-support__one-support__bottom {
      position: absolute;
      right: 28px;
      bottom: 28px; }
    .expert-support__one-support__icon {
      transition: 0.3s;
      opacity: 1; }
    .expert-support__one-support__icon-shell {
      min-height: 74px;
      display: block; }
    .expert-support__one-support__arrow {
      transition: 0.3s;
      opacity: 0;
      display: block; }
    .expert-support__one-support:hover .expert-support__one-support__icon {
      opacity: 0; }
    .expert-support__one-support:hover .expert-support__one-support__name,
    .expert-support__one-support:hover .expert-support__one-support__description {
      transform: translateY(-74px);
      opacity: 1; }
    .expert-support__one-support:hover .expert-support__one-support__arrow {
      opacity: 1; }
  .expert-support__any-questions {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 23px 0; }
    .expert-support__any-questions__shell {
      border: 1px solid #A8BFD6;
      height: 100%;
      border-radius: 8px;
      padding: 29px 27px; }
    .expert-support__any-questions__headline {
      font-size: 16px;
      font-weight: 500;
      color: #113A60;
      margin: 0 0 6px 0;
      line-height: 1.5; }
    .expert-support__any-questions__description {
      font-size: 15px;
      line-height: 1.6; }
      .expert-support__any-questions__description a {
        color: #1388CA;
        text-decoration: none;
        transition: 0.1s; }
        .expert-support__any-questions__description a:hover {
          color: #DC3C3F; }
      .expert-support__any-questions__description__indent {
        height: 8px;
        display: block; }

@media (min-width: 743px) and (max-width: 1234px) {
  .expert-support__headline {
    margin: 0 0 19px 0; }
  .expert-support__description {
    margin: 0 0 30px 0; }
  .expert-support__one-support {
    width: 50%;
    min-height: auto; }
    .expert-support__one-support__shell {
      padding: 29px 17px 88px 27px; }
    .expert-support__one-support__name {
      margin: 0 0 8px 0;
      padding: 0 20px 0 0;
      line-height: 1.25; }
    .expert-support__one-support__description {
      opacity: 1;
      line-height: 1.5; }
    .expert-support__one-support__arrow {
      opacity: 1; }
    .expert-support__one-support:hover .expert-support__one-support__icon {
      opacity: 1; }
    .expert-support__one-support:hover .expert-support__one-support__name,
    .expert-support__one-support:hover .expert-support__one-support__description {
      transform: translateY(0px);
      opacity: 1; }
  .expert-support__any-questions {
    width: 50%; }
    .expert-support__any-questions__headline {
      font-size: 20px;
      margin: 0 0 6px 0; }
    .expert-support__any-questions__description {
      font-size: 16px; } }

@media (max-width: 742px) {
  .expert-support {
    padding: 41px 0 21px 0; }
    .expert-support__headline {
      margin: 0 0 14px 0;
      font-size: 24px; }
    .expert-support__description {
      font-size: 16px;
      margin: 0 0 28px 0; }
    .expert-support__one-support {
      width: 100%;
      min-height: auto; }
    .expert-support__one-support {
      width: 100%;
      min-height: auto; }
      .expert-support__one-support__shell {
        padding: 29px 17px 68px 27px; }
      .expert-support__one-support__name {
        margin: 0 0 8px 0;
        padding: 0 20px 0 0;
        line-height: 1.25; }
      .expert-support__one-support__description {
        opacity: 1;
        line-height: 1.3; }
      .expert-support__one-support__arrow {
        opacity: 1; }
      .expert-support__one-support:hover .expert-support__one-support__icon {
        opacity: 1; }
      .expert-support__one-support:hover .expert-support__one-support__name,
      .expert-support__one-support:hover .expert-support__one-support__description {
        transform: translateY(0px);
        opacity: 1; }
      .expert-support__one-support__bottom {
        top: 46px;
        bottom: auto; }
    .expert-support__any-questions {
      width: 100%; }
      .expert-support__any-questions__headline {
        font-size: 20px;
        margin: 0 0 6px 0; }
      .expert-support__any-questions__description {
        font-size: 16px; }
      .expert-support__any-questions__shell {
        height: auto; } }

.easy-connection {
  padding: 55px 0 42px 0;
  border-bottom: 2px solid #D3DEE8; }
  .easy-connection__headline {
    font-weight: 500;
    color: #113A60;
    font-size: 24px;
    margin: 0 0 18px 0; }
  .easy-connection__description {
    font-size: 16px;
    margin: 0 0 34px 0;
    line-height: 1.5; }
  .easy-connection__step {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .easy-connection__step__icon-shell {
      width: 16%; }
    .easy-connection__step__info {
      width: 84%;
      padding: 0 0 0 40px; }
    .easy-connection__step__icon {
      max-width: 100%; }
    .easy-connection__step__name {
      font-size: 20px;
      margin: 0 0 12px 0;
      color: #113A60;
      font-weight: 500; }
    .easy-connection__step__description {
      font-size: 16px;
      color: #113A60;
      line-height: 1.2; }

@media (min-width: 743px) and (max-width: 1234px) {
  .easy-connection {
    padding: 55px 0 23px 0; }
    .easy-connection__headline {
      margin: 0 0 19px 0; }
    .easy-connection__description {
      margin: 0 0 30px 0; }
    .easy-connection__step {
      margin: 0 0 32px 0; }
      .easy-connection__step__icon-shell {
        width: 10%; }
      .easy-connection__step__info {
        width: 90%; } }

@media (max-width: 742px) {
  .easy-connection {
    padding: 41px 0 7px 0; }
    .easy-connection__headline {
      margin: 0 0 8px 0;
      font-size: 24px; }
    .easy-connection__description {
      font-size: 16px;
      margin: 0 0 28px 0; }
    .easy-connection__step {
      margin: 0 0 36px 0; }
      .easy-connection__step__name {
        font-size: 20px;
        margin: 0 0 2px 0; }
      .easy-connection__step__description {
        font-size: 16px; }
      .easy-connection__step__icon-shell {
        width: 64px;
        transform: translateY(7px); }
      .easy-connection__step__info {
        width: calc(100% - 64px);
        padding: 0 0 0 33px; } }

.window-form {
  position: fixed;
  left: 50%;
  top: 50%;
  height: calc(100vh + 100px);
  width: 100vw;
  transform: translate(-50%, -50%);
  padding: 70px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 1000;
  display: none; }
  .window-form_active {
    display: flex; }
  .window-form__back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: none;
    background-color: transparent; }
  .window-form__shell {
    z-index: 2;
    position: relative;
    padding: 50px 30px 30px 30px;
    background-color: #fff;
    border-radius: 4px;
    width: 400px; }
    .window-form__shell__user-agreement {
      margin: 10px 0 15px 0; }
      .window-form__shell__user-agreement a {
        color: #DC3C3F; }
    .window-form__shell__close {
      top: 15px;
      right: 15px;
      display: block;
      position: absolute;
      z-index: 100;
      border: none;
      background-color: transparent;
      width: 40px;
      height: 40px; }
      .window-form__shell__close:after, .window-form__shell__close:before {
        height: 2px;
        content: "";
        width: 100%;
        background-color: #113A60;
        display: block;
        margin: 0;
        transition: 0.2s; }
      .window-form__shell__close:after {
        transform: translateY(-1px) rotate(-45deg); }
      .window-form__shell__close:before {
        transform: translateY(1px) rotate(45deg); }
    .window-form__shell__top {
      margin: 0 0 35px 0; }
    .window-form__shell__headline {
      font-size: 28px;
      text-align: center;
      font-weight: 500;
      color: #113A60;
      margin: 0 0 5px 0; }
    .window-form__shell__description {
      font-size: 18px;
      text-align: center; }
    .window-form__shell__input {
      background: #FFFFFF;
      border: 1px solid #C4C4C4;
      width: 100%;
      font-size: 18px;
      padding: 14px 16px;
      margin: 0 0 24px 0; }
      .window-form__shell__input_indent-zero {
        margin: 0; }
      .window-form__shell__input::placeholder {
        color: rgba(17, 22, 23, 0.5);
        transition: 0.2s; }
      .window-form__shell__input:hover::placeholder {
        color: #111617; }
    .window-form__shell__submit {
      font-size: 20px;
      padding: 20px 0;
      width: 100%;
      border-radius: 4px;
      background-color: #DC3C3F;
      text-decoration: none;
      color: #fff;
      display: inline-block;
      font-weight: 700;
      border: none;
      transition: 0.2s; }
      .window-form__shell__submit:disabled {
        opacity: 0.5; }
      .window-form__shell__submit:hover {
        background-color: #AD1619; }

@media (max-width: 1234px) {
  .window-form__shell {
    padding: 40px 20px 20px 20px;
    max-width: 320px; }
    .window-form__shell__close {
      top: 5px; }
      .window-form__shell__close:after, .window-form__shell__close:before {
        height: 3px; }
      .window-form__shell__close:after {
        transform: translateY(-1.5px) rotate(-45deg); }
      .window-form__shell__close:before {
        transform: translateY(1.5px) rotate(45deg); }
    .window-form__shell__top {
      margin: 0 0 25px 0; }
    .window-form__shell__headline {
      margin: 0 0 5px 0;
      font-size: 20px; }
    .window-form__shell__description {
      font-size: 16px; }
    .window-form__shell__input {
      padding: 15px 15px;
      font-size: 16px;
      margin: 0 0 21px 0; }
    .window-form__shell__submit {
      font-size: 16px;
      padding: 20px 0; } }

.template-form {
  padding: 50px 0 50px 0; }
  .template-form__headline {
    font-size: 28px;
    margin: 0 0 35px 0;
    font-weight: 500;
    color: #113A60; }
  .template-form__description {
    font-size: 18px;
    margin: 0 0 32px 0; }
    .template-form__description_mobile {
      display: none; }
    .template-form__description a {
      font-size: inherit;
      color: #1388CA;
      text-decoration: none;
      transition: 0.1s; }
      .template-form__description a:hover {
        color: #DC3C3F; }
  .template-form__input {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    width: 100%;
    font-size: 18px;
    padding: 14px 16px;
    margin: 0 0 24px 0; }
    .template-form__input::placeholder {
      color: rgba(17, 22, 23, 0.5);
      transition: 0.2s; }
    .template-form__input:hover::placeholder {
      color: #111617; }
  .template-form__textarea {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    padding: 13px 16px;
    width: 100%;
    font-size: 18px;
    margin: 0 0 25px 0;
    min-height: 261px;
    max-width: 100%;
    transition: 0.2s; }
    .template-form__textarea_full {
      min-height: calc(100% - 24px); }
    .template-form__textarea::placeholder {
      color: rgba(17, 22, 23, 0.5);
      transition: 0.2s; }
    .template-form__textarea:hover::placeholder {
      color: #111617; }
  .template-form__attachment {
    margin: 15px 0 41px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    transition: 0.3s; }
    .template-form__attachment:hover {
      opacity: 0.8; }
    .template-form__attachment__input {
      position: absolute;
      opacity: 0;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0; }
    .template-form__attachment:before {
      content: "";
      display: inline-block;
      width: 23px;
      height: 23px;
      background-image: url(../img/attachment.svg);
      background-position: left center;
      background-size: auto 100%;
      background-repeat: no-repeat;
      vertical-align: middle; }
    .template-form__attachment__text {
      font-size: 18px;
      width: calc(100% - 30px);
      padding: 0 0 0 16px;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap; }
  .template-form__agree {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    margin: 17px 0 37px 0; }
    .template-form__agree__input {
      width: 0;
      height: 0;
      position: absolute;
      opacity: 0; }
    .template-form__agree__input:checked + .template-form__agree__square {
      background-image: url(../img/foursquare-check-in.svg);
      background-size: 70% auto;
      background-position: center;
      background-repeat: no-repeat; }
    .template-form__agree__square {
      vertical-align: middle;
      display: inline-block;
      margin: 0 10px 0 0;
      width: 23px;
      height: 23px;
      min-width: 23px;
      min-height: 23px;
      background: #FFFFFF;
      border: 1px solid #C4C4C4; }
    .template-form__agree__text {
      vertical-align: middle; }
    .template-form__agree__link {
      font-size: inherit;
      color: #1388CA;
      text-decoration: none;
      transition: 0.1s; }
      .template-form__agree__link:hover {
        color: #DC3C3F; }
  .template-form__submit {
    font-size: 20px;
    padding: 20px 97px;
    border-radius: 4px;
    background-color: #DC3C3F;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    border: none;
    transition: 0.2s; }
    .template-form__submit:disabled {
      opacity: 0.5; }
    .template-form__submit:disabled:hover {
      background-color: #DC3C3F;
      cursor: default; }
    .template-form__submit:hover {
      background-color: #AD1619; }

@media (min-width: 743px) and (max-width: 1234px) {
  .template-form {
    padding: 50px 0 50px 0; }
    .template-form__headline {
      font-size: 28px;
      margin: 0 0 26px 0; }
    .template-form__description {
      margin: 0 0 19px 0; }
    .template-form__input {
      margin: 0 0 26px 0; }
    .template-form__textarea {
      margin: 0 0 30px 0; }
    .template-form__attachment {
      margin: 0 0 23px 0; }
    .template-form__agree {
      margin: 0 0 32px 0; }
    .template-form__submit {
      font-size: 16px;
      padding: 20px 109px; } }

@media (max-width: 742px) {
  .template-form {
    padding: 50px 0 50px 0; }
    .template-form__headline {
      font-size: 24px;
      margin: 0 0 18px 0; }
    .template-form__description {
      margin: 0 0 19px 0;
      font-size: 16px;
      line-height: 1.5; }
      .template-form__description_desktop {
        display: none; }
      .template-form__description_mobile {
        display: block; }
    .template-form__attachment {
      margin: 0 0 31px 0; }
      .template-form__attachment__text {
        font-size: 16px; }
    .template-form__input {
      padding: 15px 15px;
      font-size: 16px;
      margin: 0 0 21px 0; }
    .template-form__textarea {
      display: none; }
    .template-form__agree {
      font-size: 16px;
      margin: 0 0 30px 0; }
    .template-form__submit {
      font-size: 16px;
      padding: 20px 0;
      width: 100%; } }

.search-shell {
  padding: 41px 0 74px 0; }
  .search-shell__headline {
    font-size: 36px;
    font-weight: 500;
    color: #113A60;
    line-height: 1.2;
    margin: 0 0 40px 0; }

@media (min-width: 743px) and (max-width: 1234px) {
  .search-shell {
    padding: 30px 0 55px 0; } }

@media (max-width: 742px) {
  .search-shell {
    padding: 30px 0 41px 0; }
    .search-shell .bread-crumbs {
      display: none; }
    .search-shell__headline {
      font-size: 36px;
      margin: 0 0 24px 0; } }

.result-of-search__article {
  border: 3px solid #113A60;
  padding: 24px;
  margin: 0 0 16px 0; }
  .result-of-search__article__name {
    font-size: 24px;
    color: #113A60;
    margin: 0 0 16px 0; }
  .result-of-search__article__description {
    font-size: 16px;
    margin: 0 0 32px 0; }
  .result-of-search__article__more {
    border: 3px solid #DC3C3F;
    color: #DC3C3F;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 16px;
    display: inline-block;
    transition: 0.2s;
    border-radius: 6px; }
    .result-of-search__article__more:hover {
      color: #fff;
      background-color: #DC3C3F; }

@media (max-width: 742px) {
  .result-of-search__article {
    padding: 24px; }
    .result-of-search__article__name {
      font-size: 20px;
      margin: 0 0 16px 0; }
    .result-of-search__article__description {
      margin: 0 0 24px 0;
      font-size: 14px; }
    .result-of-search__article__more {
      width: 100%;
      font-size: 16px;
      text-align: center; } }

.contacts-page {
  background: #113A60; }
  .contacts-page__bread-crumbs {
    margin: 40px 0 16px 0; }
    .contacts-page__bread-crumbs a {
      color: #BDBDBD;
      margin: 0 4px 0 0;
      text-decoration: none; }
      .contacts-page__bread-crumbs a:hover {
        transition: .1s;
        color: #fff; }
    .contacts-page__bread-crumbs span {
      color: #fff; }
  .contacts-page__headline {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin: 0px 0 85px 0; }
  .contacts-page__subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0px 0 10px 0; }
  .contacts-page__address {
    color: #fff;
    font-size: 18px;
    margin: 0 0 29px 0; }
  .contacts-page__phone {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: 500;
    margin: 0 0 7px 0;
    display: block; }
    .contacts-page__phone:hover {
      color: #DC3C3F; }
  .contacts-page__callback {
    font-size: 18px;
    color: #fff;
    margin: 0 0 212px 0; }
    .contacts-page__callback button {
      border: none;
      background-color: transparent;
      color: #1388CA; }
      .contacts-page__callback button:hover {
        color: #DC3C3F; }
  .contacts-page__shell {
    position: relative;
    height: 100%; }
  .contacts-page__map {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: calc(100vw - (100vw - 1320px)/2 - 525px);
    background-color: #1388CA; }

@media (min-width: 743px) and (max-width: 1234px) {
  .contacts-page {
    background-color: #113A60; }
    .contacts-page .container {
      position: relative; }
    .contacts-page__info-shell {
      padding: 0 0 0 0px; }
    .contacts-page__bread-crumbs a {
      font-size: 14px; }
    .contacts-page__bread-crumbs span {
      font-size: 14px; }
    .contacts-page__headline {
      font-size: 36px;
      margin: 0px 0 10px 0; }
    .contacts-page__subtitle {
      margin: 50px 0 10px 0; }
    .contacts-page__callback {
      margin: 0 0 88px 0; }
    .contacts-page__shell {
      height: 581px; }
    .contacts-page__map {
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      bottom: 0;
      width: 100vw;
      z-index: 2; } }

@media (max-width: 742px) {
  .contacts-page {
    background-color: #113A60; }
    .contacts-page__info-shell {
      padding: 0 0 0 0px; }
    .contacts-page__bread-crumbs {
      margin: 40px 0 10px 0; }
      .contacts-page__bread-crumbs a {
        font-size: 14px;
        margin: 0 3px 0 0; }
        .contacts-page__bread-crumbs a:after {
          margin: 0 0 0 3px; }
      .contacts-page__bread-crumbs span {
        font-size: 14px; }
    .contacts-page__headline {
      margin: 0px 0 10px 0;
      font-size: 28px; }
    .contacts-page__subtitle {
      margin: 50px 0 10px 0; }
    .contacts-page__phone {
      font-size: 20px; }
    .contacts-page__callback {
      margin: 0 0 39px 0; }
    .contacts-page__shell {
      height: 444px; }
    .contacts-page__map {
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      bottom: 0;
      width: 100vw; } }

.waterfall-companies {
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  top: 50px;
  z-index: 100; }
  .waterfall-companies button {
    background-color: #fff;
    text-align: left;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000; }
    .waterfall-companies button span:first-child {
      margin: 0 0 3px 0;
      display: block; }
    .waterfall-companies button span:last-child {
      font-size: 12px;
      color: #BDBDBD; }
    .waterfall-companies button:first-child {
      border-top: 1px solid #000; }

.window-unsuccessful {
  position: fixed;
  left: 50%;
  top: 50%;
  height: calc(100vh + 100px);
  width: 100vw;
  transform: translate(-50%, -50%);
  padding: 70px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 1000;
  display: none; }
  .window-unsuccessful_active {
    display: flex; }
  .window-unsuccessful__back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: none;
    background-color: transparent; }
  .window-unsuccessful__shell {
    z-index: 2;
    position: relative;
    padding: 23px 30px 23px 30px;
    background-color: #fff;
    border-radius: 4px;
    width: 400px; }
    .window-unsuccessful__shell__close {
      display: block;
      position: absolute;
      right: 15px;
      top: 15px;
      z-index: 100;
      border: none;
      background-color: transparent;
      width: 40px;
      height: 40px; }
      .window-unsuccessful__shell__close:after, .window-unsuccessful__shell__close:before {
        height: 2px;
        content: "";
        width: 100%;
        background-color: #113A60;
        display: block;
        margin: 0;
        transition: 0.2s; }
      .window-unsuccessful__shell__close:after {
        transform: translateY(-1px) rotate(-45deg); }
      .window-unsuccessful__shell__close:before {
        transform: translateY(1px) rotate(45deg); }
    .window-unsuccessful__shell__headline {
      font-size: 18px; }

.window-success {
  position: fixed;
  left: 50%;
  top: 50%;
  height: calc(100vh + 100px);
  width: 100vw;
  transform: translate(-50%, -50%);
  padding: 70px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 1000;
  display: none; }
  .window-success_active {
    display: flex; }
  .window-success__back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: none;
    background-color: transparent; }
  .window-success__shell {
    z-index: 2;
    position: relative;
    padding: 23px 30px;
    background-color: #fff;
    border-radius: 4px;
    width: 400px; }
    .window-success__shell__headline {
      font-size: 18px;
      margin: 0 0 24px 0;
      text-align: center; }
    .window-success__shell__close {
      font-size: 20px;
      padding: 15px 27px;
      border-radius: 4px;
      background-color: #DC3C3F;
      text-decoration: none;
      color: #fff;
      display: inline-block;
      font-weight: 700;
      border: none;
      transition: 0.2s;
      width: 100%; }

.window-loading {
  position: fixed;
  left: 50%;
  top: 50%;
  height: calc(100vh + 100px);
  width: 100vw;
  transform: translate(-50%, -50%);
  padding: 70px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 1100;
  display: none; }
  .window-loading_active {
    display: flex; }
  .window-loading__back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: none;
    background-color: transparent; }
  .window-loading__shell {
    z-index: 2;
    position: relative;
    padding: 23px 30px;
    background-color: #fff;
    border-radius: 4px;
    width: 400px; }
    .window-loading__shell__spinner {
      position: relative;
      width: 80px;
      height: 80px;
      margin: 0 auto; }
      .window-loading__shell__spinner div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px; }
        .window-loading__shell__spinner div:after {
          content: " ";
          display: block;
          position: absolute;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background: #113A60;
          margin: -4px 0 0 -4px; }
        .window-loading__shell__spinner div:nth-child(1) {
          animation-delay: -0.036s; }
        .window-loading__shell__spinner div:nth-child(1):after {
          top: 63px;
          left: 63px; }
        .window-loading__shell__spinner div:nth-child(2) {
          animation-delay: -0.072s; }
        .window-loading__shell__spinner div:nth-child(2):after {
          top: 68px;
          left: 56px; }
        .window-loading__shell__spinner div:nth-child(3) {
          animation-delay: -0.108s; }
        .window-loading__shell__spinner div:nth-child(3):after {
          top: 71px;
          left: 48px; }
        .window-loading__shell__spinner div:nth-child(4) {
          animation-delay: -0.144s; }
        .window-loading__shell__spinner div:nth-child(4):after {
          top: 72px;
          left: 40px; }
        .window-loading__shell__spinner div:nth-child(5) {
          animation-delay: -0.18s; }
        .window-loading__shell__spinner div:nth-child(5):after {
          top: 71px;
          left: 32px; }
        .window-loading__shell__spinner div:nth-child(6) {
          animation-delay: -0.216s; }
        .window-loading__shell__spinner div:nth-child(6):after {
          top: 68px;
          left: 24px; }
        .window-loading__shell__spinner div:nth-child(7) {
          animation-delay: -0.252s; }
        .window-loading__shell__spinner div:nth-child(7):after {
          top: 63px;
          left: 17px; }
        .window-loading__shell__spinner div:nth-child(8) {
          animation-delay: -0.288s; }
        .window-loading__shell__spinner div:nth-child(8):after {
          top: 56px;
          left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.window-checking-bot {
  position: fixed;
  left: 50%;
  top: 50%;
  height: calc(100vh + 100px);
  width: 100vw;
  transform: translate(-50%, -50%);
  padding: 70px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 1100;
  display: none; }
  .window-checking-bot_active {
    display: flex; }
  .window-checking-bot__back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: none;
    background-color: transparent; }
  .window-checking-bot__shell {
    z-index: 2;
    position: relative;
    padding: 23px 30px;
    background-color: #fff;
    border-radius: 4px;
    width: 400px; }
    .window-checking-bot__shell__headline {
      font-size: 18px;
      margin: 0 0 24px 0;
      text-align: center; }
    .window-checking-bot__shell__close {
      font-size: 20px;
      padding: 15px 27px;
      border-radius: 4px;
      background-color: #DC3C3F;
      text-decoration: none;
      color: #fff;
      display: inline-block;
      font-weight: 700;
      border: none;
      transition: 0.2s;
      width: 100%; }

.error-for-input {
  position: relative; }
  .error-for-input_active .error-for-input__name {
    width: 100%;
    opacity: 1; }
  .error-for-input__name {
    opacity: 0;
    transition: 0.2s;
    position: absolute;
    left: 16px;
    bottom: 100%;
    color: #DC3C3F;
    width: 0;
    white-space: nowrap;
    overflow: hidden; }

.g-recaptcha-container {
  margin: 0 0 24px 0; }

@media (max-width: 1234px) {
  .g-recaptcha-container {
    transform: scale(0.92);
    transform-origin: 0 0; } }

.intrusive-field {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: -100vw;
  overflow: hidden; }

.information-field {
  position: relative;
  display: none; }
  .information-field_active {
    display: block; }
  .information-field__link {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .information-field__shell {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between; }
  .information-field__text {
    vertical-align: middle;
    display: inline;
    font-size: 16px; }
  .information-field__desktop * {
    font-size: 18px; }
  .information-field__mobile {
    display: none; }
    .information-field__mobile * {
      font-size: 16px; }
  .information-field__close {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.2s;
    padding: 5px;
    z-index: 100;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    min-width: 30px;
    min-height: 30px;
    position: relative;
    z-index: 3;
    margin: 0 0 0 8px; }
    .information-field__close:hover {
      background-color: white; }
    .information-field__close:after, .information-field__close:before {
      height: 2px;
      content: "";
      width: 100%;
      background-color: #113A60;
      display: block;
      margin: 0;
      transition: 0.2s; }
    .information-field__close:after {
      transform: translateY(-1px) rotate(-45deg); }
    .information-field__close:before {
      transform: translateY(1px) rotate(45deg); }

@media (max-width: 1234px) {
  .information-field__desktop {
    display: none; }
  .information-field__mobile {
    display: block; } }

.br_md {
  display: none; }

.br_xs {
  display: none; }

@media (min-width: 743px) and (max-width: 1234px) {
  .br_lg {
    display: none; }
  .br_md {
    display: block; } }

@media (max-width: 742px) {
  .br_lg {
    display: none; }
  .br_md {
    display: none; }
  .br_xs {
    display: block; } }

.press-about-us {
  padding: 53px 0 59px 0; }
  .press-about-us__headline {
    font-size: 36px;
    margin: 0 0 23px 0;
    font-weight: 500;
    color: #113A60; }
  .press-about-us__categories-shell {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .press-about-us__categories-shell::-webkit-scrollbar {
      display: none; }
  .press-about-us__categories {
    margin: 0 0 40px 0;
    display: flex; }
    .press-about-us__categories__category {
      border: none;
      background-color: transparent;
      display: block; }
      .press-about-us__categories__category__text {
        padding: 10px 18px;
        color: #113A60;
        white-space: nowrap;
        margin: 0 0 12px 0;
        display: block;
        white-space: nowrap; }
  .press-about-us__shell {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start; }
    .press-about-us__shell__left {
      width: 80%; }
    .press-about-us__shell__right {
      width: 20%;
      padding: 0 0 0 46px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      align-content: flex-start;
      justify-content: flex-start; }
  .press-about-us__write-to-us {
    width: 100%;
    margin: 0 0 40px 0;
    border-top: 2px solid #113A60;
    padding: 18px 0 0 0; }
    .press-about-us__write-to-us__title {
      font-weight: 500;
      font-size: 20px;
      color: #111617;
      margin: 0 0 11px 0; }
    .press-about-us__write-to-us__desc {
      font-size: 14px;
      line-height: 150%;
      color: #111617;
      margin: 0 0 14px 0; }
    .press-about-us__write-to-us__mail {
      font-size: 16px;
      line-height: 120%;
      color: #1388CA;
      text-decoration: none; }
  .press-about-us__tags {
    width: 100%;
    margin: 0 0 40px 0;
    border-top: 2px solid #113A60;
    padding: 18px 0 0 0; }
    .press-about-us__tags__title {
      font-weight: 500;
      font-size: 20px;
      color: #111617;
      margin: 0 0 18px 0; }
    .press-about-us__tags__reset {
      font-size: 16px;
      line-height: 120%;
      color: #DC3C3F;
      text-decoration: none;
      border: none;
      background-color: transparent;
      display: block;
      margin: 0 0 17px 0; }
    .press-about-us__tags__tag {
      font-size: 16px;
      line-height: 120%;
      color: #1388CA;
      text-decoration: none;
      border: none;
      background-color: transparent;
      display: block;
      margin: 0 0 17px 0; }
      .press-about-us__tags__tag::before {
        content: "# ";
        vertical-align: middle;
        font-size: inherit; }
      .press-about-us__tags__tag:hover, .press-about-us__tags__tag_active {
        color: #DC3C3F; }
    .press-about-us__tags__more {
      font-weight: bold;
      font-size: 20px;
      color: #A0B5C9;
      border: none;
      background: #E1E9EF;
      border-radius: 40px;
      width: 43px;
      height: 24px;
      margin: 4px 0 0 0; }
      .press-about-us__tags__more::before {
        content: "...";
        transform: translateY(-3px);
        display: block; }
  .press-about-us__cards-top {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    transform: translateX(-10px); }
  .press-about-us__cards-bottom {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    transform: translateX(-10px); }
    .press-about-us__cards-bottom__col {
      width: 25%; }
  .press-about-us__card {
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
    text-decoration: none; }
    .press-about-us__card_half {
      width: 50%; }
    .press-about-us__card__indent {
      margin: 0 10px;
      overflow: hidden;
      border: 1px solid #E1E9EF;
      border-radius: 8px;
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      justify-content: flex-start;
      height: 100%;
      transition: 0.2s; }
      .press-about-us__card__indent:hover {
        box-shadow: 0px 2px 20px rgba(17, 58, 96, 0.2);
        background-color: #fff; }
    .press-about-us__card__picture {
      width: 100%;
      object-fit: cover;
      height: 159px;
      display: block; }
    .press-about-us__card__info {
      padding: 23px 28px 0 28px;
      display: block;
      margin: 0 0 20px 0; }
    .press-about-us__card__tags {
      display: block;
      margin: 0 0 7px 0; }
      .press-about-us__card__tags__tag {
        line-height: 120%;
        color: #1388CA;
        text-decoration: none;
        border: none;
        background-color: transparent;
        display: inline-block;
        margin: 0 4px 0 0; }
        .press-about-us__card__tags__tag::before {
          content: "#";
          vertical-align: middle;
          font-size: inherit; }
        .press-about-us__card__tags__tag:hover {
          color: #DC3C3F; }
    .press-about-us__card__name {
      display: block;
      font-weight: 500;
      font-size: 18px;
      line-height: 120%;
      color: #111617;
      margin: 0 0 8px 0; }
    .press-about-us__card__desc {
      display: block;
      font-size: 16px;
      line-height: 130%;
      color: #111617;
      margin: 0 0 19px 0; }
    .press-about-us__card__top, .press-about-us__card__bottom {
      width: 100%; }
    .press-about-us__card__bottom {
      padding: 0 28px 23px 28px;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      flex-wrap: wrap; }
    .press-about-us__card__date {
      line-height: 150%;
      color: #858585;
      margin: 0 18px 0 0; }
    .press-about-us__card__bottom span:nth-child(1) {
      width: 100%; }
    .press-about-us__card_half .press-about-us__card__bottom span:nth-child(1) {
      width: auto; }
    .press-about-us__card__stick {
      font-weight: 500;
      line-height: 150%;
      color: #858585; }
    .press-about-us__card__logo {
      display: inline-block;
      margin: 15px 0 0 0; }
    .press-about-us__card_half .press-about-us__card__logo {
      margin: 0px 0 0 0; }
  .press-about-us__more {
    margin: 50px auto 0 auto;
    border: 1.6px solid #113A60;
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 16px;
    color: #113A60;
    display: block;
    background-color: transparent; }

@media (min-width: 1235px) {
  .press-about-us__categories__category__text {
    border-radius: 40px; }
  .press-about-us__categories__category:hover .press-about-us__categories__category__text {
    background: #E1E9EF;
    color: #113A60; }
  .press-about-us__categories__category_active .press-about-us__categories__category__text {
    background: #113A60;
    color: #fff; } }

@media (max-width: 1234px) {
  .press-about-us__categories {
    display: flex; }
    .press-about-us__categories__category {
      background: #F3F8FC; }
      .press-about-us__categories__category:last-child {
        border-radius: 0 40px 40px 0; }
      .press-about-us__categories__category:first-child {
        border-radius: 40px 0 0 40px; }
      .press-about-us__categories__category__text {
        margin: 0; }
      .press-about-us__categories__category_active .press-about-us__categories__category__text {
        background: #113A60;
        border-radius: 40px !important;
        color: #fff; } }

@media (min-width: 743px) and (max-width: 1234px) {
  .press-about-us {
    padding: 33px 0 22px 0; }
    .press-about-us .bread-crumbs {
      display: none; }
    .press-about-us__headline {
      font-size: 36px;
      margin: 0 0 19px 0; }
    .press-about-us__categories-shell {
      max-width: calc(100% + ((100vw - 664px + 30px) / 2));
      padding: 0 15px;
      transform: translateX(-15px); }
    .press-about-us__categories {
      margin: 0 0 32px 0; }
    .press-about-us__shell {
      display: flex; }
      .press-about-us__shell__left {
        width: 100%; }
      .press-about-us__shell__right {
        width: 100%;
        padding: 0; }
    .press-about-us__cards-bottom__col {
      width: 50%; }
    .press-about-us__card {
      width: 100%; }
      .press-about-us__card_half {
        width: 100%; }
    .press-about-us__write-to-us {
      order: 2;
      border: none;
      position: relative;
      padding: 35px 0 0 0; }
      .press-about-us__write-to-us::before {
        content: "";
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        height: 2px;
        background: #D3DEE8; }
    .press-about-us__tags {
      border: none;
      order: 1;
      position: relative;
      padding: 35px 0 0 0; }
      .press-about-us__tags::before {
        content: "";
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        height: 2px;
        background: #D3DEE8; }
      .press-about-us__tags__tag {
        display: inline-block;
        margin: 0 10px 20px 0; }
    .press-about-us__more {
      margin: 50px auto 40px auto; } }

@media (max-width: 742px) {
  .press-about-us {
    padding: 35px 0 23px 0; }
    .press-about-us .bread-crumbs {
      display: none; }
    .press-about-us__headline {
      font-size: 28px;
      margin: 0 0 18px 0; }
    .press-about-us__categories-shell {
      width: calc(100% + 30px);
      padding: 0 15px;
      transform: translateX(-15px); }
    .press-about-us__categories {
      margin: 0 0 18px 0; }
    .press-about-us__shell {
      display: flex; }
      .press-about-us__shell__left {
        width: 100%; }
      .press-about-us__shell__right {
        width: 100%;
        padding: 0; }
    .press-about-us__cards-bottom__col {
      width: 100%; }
    .press-about-us__card {
      width: 100%; }
      .press-about-us__card_half {
        width: 100%; }
      .press-about-us__card_half .press-about-us__card__bottom span:nth-child(1) {
        width: 100%; }
      .press-about-us__card_half .press-about-us__card__logo {
        margin: 15px 0 0 0; }
      .press-about-us__card__info {
        padding: 23px 20px 0 20px; }
      .press-about-us__card__bottom {
        padding: 0 20px 23px 20px; }
    .press-about-us__write-to-us {
      order: 2;
      border: none;
      position: relative;
      padding: 35px 0 0 0; }
      .press-about-us__write-to-us::before {
        content: "";
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        height: 2px;
        background: #D3DEE8; }
    .press-about-us__tags {
      border: none;
      order: 1;
      position: relative;
      padding: 35px 0 0 0; }
      .press-about-us__tags::before {
        content: "";
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        height: 2px;
        background: #D3DEE8; }
      .press-about-us__tags__tag {
        display: inline-block;
        margin: 0 10px 20px 0; }
    .press-about-us__more {
      margin: 50px auto 40px auto;
      width: 100%;
      text-align: center; } }

.initial-screen-clients {
  padding: 45px 0 60px 0;
  background-color: #113A60;
  position: relative;
  overflow: hidden; }
  .initial-screen-clients__background {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    position: absolute;
    mix-blend-mode: overlay; }
  .initial-screen-clients .container {
    position: relative;
    z-index: 2; }
  .initial-screen-clients__bread-crumbs {
    margin: 0px 0 7px 0; }
    .initial-screen-clients__bread-crumbs a {
      color: #BDBDBD;
      margin: 0 4px 0 0;
      text-decoration: none; }
      .initial-screen-clients__bread-crumbs a:hover {
        transition: .1s;
        color: #fff; }
    .initial-screen-clients__bread-crumbs span {
      color: #fff;
      font-size: 14px; }
  .initial-screen-clients__headline {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    margin: 0px 0 116px 0; }
  .initial-screen-clients__sub-title {
    font-size: 20px;
    margin: 0px 0 11px 0;
    color: #fff;
    font-weight: 500;
    line-height: 1.5; }
  .initial-screen-clients__description {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin: 0px 0 43px 0; }
  .initial-screen-clients__arrow {
    width: 60px;
    height: 50px;
    border: 1.6px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 18px 14px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto; }

@media (min-width: 743px) and (max-width: 1234px) {
  .initial-screen-clients {
    padding: 36px 0 41px 0; }
    .initial-screen-clients__background {
      height: 100%;
      object-fit: cover; }
    .initial-screen-clients__bread-crumbs {
      display: none; }
    .initial-screen-clients__headline {
      margin: 0px 0 79px 0;
      font-size: 36px; }
    .initial-screen-clients__sub-title {
      font-size: 20px;
      margin: 0px 0 11px 0; }
    .initial-screen-clients__description {
      margin: 0px 0 30px 0; } }

@media (max-width: 742px) {
  .initial-screen-clients {
    padding: 33px 0 40px 0; }
    .initial-screen-clients__background {
      height: 100%;
      left: auto;
      right: -267px;
      transform: translateX(0%); }
    .initial-screen-clients__bread-crumbs {
      display: none; }
    .initial-screen-clients__headline {
      margin: 0px 0 33px 0;
      font-size: 36px; }
    .initial-screen-clients__sub-title {
      font-size: 20px;
      margin: 0px 0 15px 0;
      line-height: 1.4; }
    .initial-screen-clients__description {
      font-size: 16px;
      margin: 0px 0 67px 0; } }

.clients-filter {
  padding: 56px 0 59px 0;
  border-bottom: 2px solid #D3DEE8; }
  .clients-filter__window {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(9, 33, 55, 0.5);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center; }
    .clients-filter__window__back {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .clients-filter__window__shell {
      width: 953px;
      padding: 40px;
      background-color: #fff;
      position: relative;
      z-index: 2;
      box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
      border-radius: 8px; }
    .clients-filter__window__close {
      background-image: url("../img/close-white.svg");
      width: 21px;
      height: 21px;
      left: calc(100% + 9px);
      top: 0;
      position: absolute;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      border: none;
      background-color: transparent; }
    .clients-filter__window__top {
      display: flex;
      align-items: flex-start;
      align-content: flex-start;
      justify-content: space-between; }
    .clients-filter__window__description {
      font-size: 16px;
      line-height: 1.5; }
    .clients-filter__window__logo {
      margin: 0 0 0 125px; }
    .clients-filter__window__review {
      margin: 40px 0 0 0; }
      .clients-filter__window__review__quote {
        color: #113A60;
        font-size: 20px;
        margin: 0 0 16px 0;
        padding: 0 10px 0 0; }
      .clients-filter__window__review__personsName {
        font-weight: 500;
        font-size: 18px;
        margin: 0 0 4px 0; }
    .clients-filter__window__case-link {
      margin: 30px 0 0 0;
      padding: 7px 15px;
      display: inline-block;
      border: 2px solid #113A60;
      border-radius: 4px;
      font-size: 16px;
      font-weight: 500;
      text-decoration: none;
      color: #113A60; }
      .clients-filter__window__case-link::before {
        content: "";
        background-image: url("../img/download-blue.svg");
        width: 15px;
        height: 15px;
        background-size: 100%;
        display: inline-block;
        margin: 0 11px 0 0;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center; }
  .clients-filter__headline {
    font-size: 24px;
    margin: 0 0 29px 0;
    font-weight: 500;
    color: #113A60; }
  .clients-filter__categories {
    margin: 0 0 29px 0; }
    .clients-filter__categories__category {
      border: none;
      background-color: transparent;
      display: block; }
      .clients-filter__categories__category__text {
        padding: 10px 18px;
        color: #113A60;
        white-space: nowrap;
        margin: 0 0 12px 0;
        display: block;
        white-space: nowrap; }
  .clients-filter__shell {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start; }
    .clients-filter__shell__left {
      width: 25%;
      padding: 0 45px 0 0; }
    .clients-filter__shell__right {
      width: 75%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      align-content: flex-start;
      justify-content: flex-start; }
  .clients-filter__display-clients {
    width: 100%;
    margin: 0 0 60px 0;
    border-top: 1px solid #D3DEE8;
    padding: 26px 0 0 0; }
    .clients-filter__display-clients__title {
      font-weight: 500;
      font-size: 16px;
      color: #113A60;
      margin: 0 0 16px 0; }
    .clients-filter__display-clients__condition {
      font-size: 14px;
      line-height: 120%;
      color: #111617;
      text-decoration: none;
      border: none;
      background-color: transparent;
      display: block;
      margin: 0 0 17px 0; }
      .clients-filter__display-clients__condition_check::before {
        background-image: url(../img/foursquare-check-in.svg);
        background-size: 70% auto;
        background-position: center;
        background-repeat: no-repeat; }
      .clients-filter__display-clients__condition::before {
        content: "";
        width: 18px;
        height: 18px;
        border: 1px solid #C4C4C4;
        vertical-align: middle;
        display: inline-block;
        margin: 0 10px 0 0; }
  .clients-filter__useful-material {
    width: 100%;
    margin: 28px 0 0 0; }
    .clients-filter__useful-material_mobile {
      display: none; }
    .clients-filter__useful-material__title {
      font-weight: 500;
      font-size: 24px;
      color: #113A60;
      margin: 0 0 20px 0; }
    .clients-filter__useful-material__material {
      color: #1388CA;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: flex-start;
      margin: 0 0 17px 0;
      text-decoration: none;
      line-height: 1.2; }
      .clients-filter__useful-material__material span {
        vertical-align: middle; }
      .clients-filter__useful-material__material::before {
        margin: 0px 12px 0 0;
        content: "";
        min-width: 10px;
        width: 10px;
        height: 12px;
        vertical-align: middle;
        display: inline-block;
        background-image: url("../img/download-red-arrow.svg");
        background-size: 100%; }
  .clients-filter__cards {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: calc(100% + 20px);
    transform: translateX(-10px); }
  .clients-filter__card {
    margin: 0 0 20px 0;
    width: 33%;
    display: block;
    text-decoration: none; }
    .clients-filter__card__indent {
      margin: 0 10px;
      overflow: hidden;
      border: 1px solid #E1E9EF;
      border-radius: 8px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      justify-content: center;
      height: 236px;
      position: relative; }
    .clients-filter__card__picture {
      max-width: 80%;
      max-height: 80%;
      display: block; }
    .clients-filter__card:hover .clients-filter__card__bottom__actions {
      display: flex; }
    .clients-filter__card:hover .clients-filter__card__bottom__trigger {
      display: none; }
    .clients-filter__card__bottom {
      height: 48px;
      width: 100%;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      flex-wrap: wrap;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0; }
      .clients-filter__card__bottom__trigger {
        color: #858585;
        text-align: center;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center; }
      .clients-filter__card__bottom__actions {
        display: none;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        width: 100%;
        height: 100%; }
    .clients-filter__card__bottom__actions_two .clients-filter__card__more,
    .clients-filter__card__bottom__actions_two .clients-filter__card__download {
      width: calc(50% - 0.5px); }
    .clients-filter__card__more, .clients-filter__card__download {
      background: #E1E9EF;
      height: 100%;
      width: 100%;
      color: #113A60;
      font-weight: 500;
      border: none;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      text-decoration: none; }
      .clients-filter__card__more:hover, .clients-filter__card__download:hover {
        color: #DC3C3F; }

@media (min-width: 1235px) {
  .clients-filter__categories__category__text {
    border-radius: 40px; }
  .clients-filter__categories__category:hover .clients-filter__categories__category__text {
    background: #E1E9EF;
    color: #113A60; }
  .clients-filter__categories__category_active .clients-filter__categories__category__text {
    background: #113A60;
    color: #fff; } }

@media (max-width: 1234px) {
  .clients-filter__categories {
    display: flex; }
    .clients-filter__categories__category {
      background: #F3F8FC; }
      .clients-filter__categories__category:last-child {
        border-radius: 0 40px 40px 0; }
      .clients-filter__categories__category:first-child {
        border-radius: 40px 0 0 40px; }
      .clients-filter__categories__category__text {
        margin: 0; }
      .clients-filter__categories__category_active .clients-filter__categories__category__text {
        background: #113A60;
        border-radius: 40px !important;
        color: #fff; } }

@media (min-width: 743px) and (max-width: 1234px) {
  .clients-filter {
    padding: 58px 0 42px 0; }
    .clients-filter__window__shell {
      width: 664px; }
    .clients-filter__window__top {
      flex-wrap: wrap; }
    .clients-filter__window__description {
      width: 100%;
      margin: 15px 0 0 0;
      order: 2; }
    .clients-filter__window__logo {
      order: 1;
      margin: 0 0 0 0px; }
    .clients-filter__headline {
      font-size: 24px;
      margin: 0 0 19px 0; }
    .clients-filter__useful-material {
      width: 100%;
      margin: 28px 0 0 0; }
      .clients-filter__useful-material_desktop {
        display: none; }
      .clients-filter__useful-material_mobile {
        display: block; }
      .clients-filter__useful-material__material {
        margin: 0px 0 17px 0; }
        .clients-filter__useful-material__material::before {
          margin: 0px 12px 0 0; }
    .clients-filter__display-clients {
      border: none;
      padding: 0;
      margin: 0 0 48px 0; }
      .clients-filter__display-clients__title {
        display: none; }
      .clients-filter__display-clients__condition {
        display: inline-block;
        margin: 0 40px 0 0; }
    .clients-filter__categories-shell {
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      width: calc(100% + ((100vw - 576px + 30px) / 2));
      padding: 0 15px;
      transform: translateX(-15px); }
      .clients-filter__categories-shell::-webkit-scrollbar {
        display: none; }
    .clients-filter__categories {
      margin: 0 0 32px 0; }
    .clients-filter__shell__left {
      width: 100%; }
    .clients-filter__shell__right {
      width: 100%;
      padding: 0; }
    .clients-filter__cards {
      margin: 0 0 10px 0; }
    .clients-filter__card {
      width: 50%; } }

@media (max-width: 742px) {
  .clients-filter {
    padding: 35px 0 23px 0; }
    .clients-filter__window__top {
      flex-wrap: wrap; }
    .clients-filter__window__shell {
      width: 100%;
      height: 100%;
      border-radius: 0px;
      padding: 40px 15px;
      max-height: 100vh;
      overflow-y: auto;
      overflow-x: hidden; }
    .clients-filter__window__close {
      background-image: url("../img/close-blue.svg");
      width: 20px;
      height: 20px;
      left: auto;
      right: 20px;
      top: 20px; }
    .clients-filter__window__description {
      width: 100%;
      margin: 15px 0 0 0;
      order: 2; }
    .clients-filter__window__logo {
      order: 1;
      margin: 0 0 0 0px; }
    .clients-filter__headline {
      font-size: 24px;
      margin: 0 0 18px 0; }
    .clients-filter__useful-material {
      width: 100%;
      margin: 28px 0 0 0; }
      .clients-filter__useful-material_desktop {
        display: none; }
      .clients-filter__useful-material_mobile {
        display: block; }
      .clients-filter__useful-material__material {
        margin: 0px 0 17px 0; }
        .clients-filter__useful-material__material::before {
          margin: 0px 12px 0 0; }
    .clients-filter__display-clients {
      border: none;
      padding: 0;
      margin: 0 0 29px 0; }
      .clients-filter__display-clients__title {
        display: none; }
      .clients-filter__display-clients__condition {
        display: inline-block;
        margin: 0 5px 0 0;
        border: 1px solid #E1E9EF;
        color: #111617;
        padding: 8px 15px;
        border-radius: 40px; }
        .clients-filter__display-clients__condition span {
          display: none; }
        .clients-filter__display-clients__condition::before {
          display: none; }
        .clients-filter__display-clients__condition::after {
          background-image: url(../img/foursquare-check-in-grey.svg);
          content: "";
          width: 18px;
          height: 18px;
          vertical-align: middle;
          display: inline-block;
          margin: 0 0 0 17px;
          background-size: 70% auto;
          background-position: center;
          background-repeat: no-repeat; }
        .clients-filter__display-clients__condition_check::after {
          background-image: url(../img/foursquare-check-in-red-mobile.svg); }
        .clients-filter__display-clients__condition_check {
          background-color: #E1E9EF; }
    .clients-filter__categories-shell {
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      width: calc(100% + 30px);
      padding: 0 15px;
      transform: translateX(-15px); }
      .clients-filter__categories-shell::-webkit-scrollbar {
        display: none; }
    .clients-filter__categories {
      margin: 0 0 18px 0; }
    .clients-filter__shell__left {
      width: 100%;
      padding: 0; }
    .clients-filter__shell__right {
      width: 100%; }
    .clients-filter__card {
      width: 100%; } }

.tickets {
  padding: 40px 0 40px 0;
  overflow: hidden;
  background-color: #AFC9E0; }
  .tickets__headline {
    font-weight: 500;
    color: #113A60;
    font-size: 24px;
    margin: 0 0 24px 0;
    text-align: center; }
  .tickets__familiarization {
    font-size: 16px;
    text-align: center;
    margin: 36px 0 0 0; }
    .tickets__familiarization a {
      color: #1388CA;
      font-size: inherit;
      text-decoration: none;
      display: inline-block; }
      .tickets__familiarization a:hover {
        color: #DC3C3F; }
        .tickets__familiarization a:hover svg path {
          stroke: #DC3C3F; }
  .tickets__slider {
    margin: 0 0 20px 0;
    padding: 0 30px; }
    .tickets__slider .owl-stage {
      display: flex;
      align-items: stretch;
      align-content: stretch;
      position: relative;
      transition-timing-function: linear !important; }
    .tickets__slider .owl-stage-outer {
      overflow: visible !important; }
    .tickets__slider .owl-dots {
      display: none; }
    .tickets__slider .owl-nav {
      display: none; }
  .tickets__ticket {
    min-height: 145px;
    background: #DDEDFD;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-content: space-between;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
    text-decoration: none; }
    .tickets__ticket:hover {
      background: #EFF7FF; }
    .tickets__ticket__name {
      width: 100%;
      font-size: 16px;
      line-height: 150%;
      color: #000000;
      margin: 0 0 12px 0; }
    .tickets__ticket__category {
      color: #858585;
      width: 100%; }

@media (min-width: 743px) and (max-width: 1234px) {
  .tickets__headline {
    margin: 0 0 32px 0; } }

@media (max-width: 742px) {
  .tickets__ticket {
    min-height: 121px; }
  .tickets__headline {
    margin: 0 0 29px 0;
    font-size: 24px; } }

@media (min-width: 1235px) {
  .hidden-lg {
    display: none; } }

@media (min-width: 743px) and (max-width: 1234px) {
  .hidden-md {
    display: none; } }

@media (max-width: 742px) {
  .hidden-xs {
    display: none; } }

.quotes {
  padding: 63px 0 0 0; }
  .quotes__headline {
    margin: 0 0 36px 0;
    font-size: 24px;
    line-height: 28px;
    color: #113A60;
    font-weight: 500; }
  .quotes__slider {
    width: 710px;
    position: relative;
    margin: 0 auto 20px auto; }
    .quotes__slider .owl-stage {
      display: flex; }
    .quotes__slider .owl-nav {
      display: none; }
    .quotes__slider .owl-dot {
      display: none; }
    .quotes__slider .owl-item {
      opacity: 0.3;
      transition: 0.25s; }
    .quotes__slider .owl-item:hover {
      opacity: 0.6; }
    .quotes__slider .owl-item.active {
      opacity: 1; }
  .quotes__slide {
    background: #ECF2F7;
    border-radius: 8px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    .quotes__slide__head {
      display: flex;
      align-items: flex-start;
      align-content: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin: 0 0 26px 0;
      width: 100%; }
      .quotes__slide__head__left {
        width: calc(100% - 80px);
        padding: 0 38px 0 0; }
      .quotes__slide__head__right {
        width: 80px; }
    .quotes__slide__text {
      font-size: 16px;
      line-height: 150%; }
    .quotes__slide__avatar {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: block; }
    .quotes__slide__info_mobile {
      display: none; }
    .quotes__slide__info__name {
      font-size: 16px;
      line-height: 130%;
      color: #111617;
      font-weight: 500;
      margin: 0 0 2px 0; }
    .quotes__slide__info__role {
      line-height: 150%;
      color: #111617; }
    .quotes__slide__bottom {
      display: flex;
      align-items: flex-end;
      align-content: flex-end;
      justify-content: space-between;
      width: 100%; }
    .quotes__slide__case {
      font-size: 14px;
      line-height: 150%;
      color: #1388CA;
      text-decoration: none; }
      .quotes__slide__case__text {
        display: inline-block;
        margin: 0 6px 0 0;
        vertical-align: middle; }
      .quotes__slide__case__icon {
        display: inline-block;
        vertical-align: middle; }
  .quotes__dots {
    display: flex;
    justify-content: center; }
    .quotes__dots__dot {
      height: 8px;
      width: 8px;
      border-radius: 4px;
      background: #D6E3EF;
      margin: 0 6px;
      border: none;
      overflow: hidden;
      transition: 0.1s; }
      .quotes__dots__dot_active {
        width: 48px; }
      .quotes__dots__dot__progress {
        height: 100%;
        background: #113A60;
        width: 0%;
        border-radius: 4px;
        display: block;
        transition: 0.1s linear 0; }
      .quotes__dots__dot_active .quotes__dots__dot__progress {
        width: 50%; }

@media (min-width: 743px) and (max-width: 1234px) {
  .quotes__headline {
    margin: 0 0 28px 0; }
  .quotes__slider {
    width: 100%; } }

@media (max-width: 742px) {
  .quotes {
    padding: 40px 0 0 0; }
    .quotes__headline {
      margin: 0 0 28px 0; }
    .quotes__slider {
      width: 100%; }
    .quotes__slide__head {
      margin: 0 0 20px 0; }
      .quotes__slide__head__left {
        width: 100%;
        order: 2;
        padding: 0; }
      .quotes__slide__head__right {
        width: 100%;
        order: 1;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
        margin: 0 0 20px 0; }
    .quotes__slide__info {
      width: calc(100% - 80px);
      padding: 0 0 0 14px; }
      .quotes__slide__info_mobile {
        display: block; }
      .quotes__slide__info_desktop-tablet {
        display: none; }
    .quotes__slide__bottom__left {
      display: none; } }

.client-portal {
  padding: 15px 0; }
  .client-portal__shell {
    padding: 44px 49px 0 49px;
    background: linear-gradient(180deg, #FFFFFF -15.72%, #C1D4E7 108.29%), #FFFFFF;
    border-radius: 16px;
    overflow: hidden; }
  .client-portal__headline {
    margin: 0 0 55px 0;
    font-size: 24px;
    color: #113A60;
    font-weight: 500; }
  .client-portal__slider {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .client-portal__slider__left {
      width: 480px;
      height: 300px;
      position: relative; }
    .client-portal__slider__right {
      width: calc(100% - 480px);
      padding: 2px 0 0 49px; }
    .client-portal__slider__picture {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #eee;
      display: block;
      filter: drop-shadow(0px -2px 24px rgba(17, 58, 96, 0.2));
      opacity: 0;
      transition: 1s; }
      .client-portal__slider__picture_active {
        opacity: 1; }
    .client-portal__slider__slide {
      margin: 0 0 17px 0;
      cursor: pointer; }
      .client-portal__slider__slide__left {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px 0 0;
        position: relative; }
        .client-portal__slider__slide__left::after {
          content: "";
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          border: 0px solid #B9CBDC;
          border-radius: 50%; }
      .client-portal__slider__slide_active .client-portal__slider__slide__left::after {
        border: 3px solid #B9CBDC; }
      .client-portal__slider__slide__point {
        opacity: 1;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #B9CBDC;
        width: 6px;
        height: 6px;
        display: block;
        border-radius: 50%;
        transition: 0.25s; }
      .client-portal__slider__slide_active .client-portal__slider__slide__point {
        opacity: 0; }
      .client-portal__slider__slide__progress {
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: block;
        transition: 0.25s;
        z-index: 2; }
        .client-portal__slider__slide__progress circle {
          border-radius: 1px; }
      .client-portal__slider__slide_active .client-portal__slider__slide__progress {
        opacity: 1; }
      .client-portal__slider__slide__text {
        vertical-align: middle;
        display: inline-block;
        opacity: 0.6;
        font-size: 16px;
        line-height: 150%;
        color: #113A60;
        transition: 0.25s; }
      .client-portal__slider__slide:hover .client-portal__slider__slide__text,
      .client-portal__slider__slide_active .client-portal__slider__slide__text {
        opacity: 1; }
      .client-portal__slider__slide_active .client-portal__slider__slide__text {
        font-weight: 500; }
  .client-portal__dots {
    display: none; }
  .client-portal__slider-mobile {
    display: none; }

@media (min-width: 743px) and (max-width: 1234px) {
  .client-portal {
    padding: 46px 0 41px 0;
    background: linear-gradient(180deg, #FFFFFF -15.72%, #C1D4E7 108.29%), #FFFFFF; }
    .client-portal__shell {
      padding: 0;
      background: transparent;
      overflow: visible; }
    .client-portal__headline {
      margin: 0 0 36px 0; }
    .client-portal__slider__left {
      width: 90%;
      height: 400px;
      margin: 0 auto 42px auto; }
    .client-portal__slider__right {
      width: 90%;
      padding: 0;
      margin: 0 auto 0 auto; } }

@media (max-width: 742px) {
  .client-portal {
    padding: 40px 0;
    background: linear-gradient(180deg, #FFFFFF -15.72%, #C1D4E7 108.29%), #FFFFFF; }
    .client-portal__slider {
      display: none; }
    .client-portal__headline {
      margin: 0 0 28px 0; }
    .client-portal__shell {
      padding: 0;
      background: transparent;
      overflow: visible; }
    .client-portal__slider-mobile {
      display: block;
      margin: 0 0 36px 0;
      overflow: hidden; }
      .client-portal__slider-mobile .owl-stage {
        display: flex; }
      .client-portal__slider-mobile .owl-nav {
        display: none; }
      .client-portal__slider-mobile .owl-dot {
        display: none; }
      .client-portal__slider-mobile .owl-item {
        opacity: 0.3; }
      .client-portal__slider-mobile .owl-item.active {
        opacity: 1; }
    .client-portal__slide-mobile__picture {
      margin: 0 0 23px 0;
      display: block;
      width: 100%; }
    .client-portal__slide-mobile__name {
      font-size: 16px;
      line-height: 150%;
      text-align: center;
      color: #113A60;
      display: block; }
    .client-portal__dots {
      display: flex;
      justify-content: center; }
      .client-portal__dots__dot {
        height: 8px;
        width: 8px;
        border-radius: 4px;
        background: #D6E3EF;
        margin: 0 6px;
        border: none;
        overflow: hidden;
        transition: 0.1s; }
        .client-portal__dots__dot_active {
          width: 48px; }
        .client-portal__dots__dot__progress {
          height: 100%;
          background: #113A60;
          width: 0%;
          border-radius: 4px;
          display: block;
          transition: 0.1s linear 0; }
        .client-portal__dots__dot_active .client-portal__dots__dot__progress {
          width: 50%; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  z-index: 1; }

.owl-carousel .owl-stage {
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  z-index: 1;
  height: 100%;
  width: 100%; }

.iti {
  position: relative;
  display: inline-block; }

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px; }

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555; }

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px; }

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal; } }

.iti__flag-box {
  display: inline-block;
  width: 20px; }

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc; }

.iti__country {
  padding: 5px 10px;
  outline: none; }

.iti__dial-code {
  color: #999; }

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle; }

.iti__flag-box,
.iti__country-name {
  margin-right: 6px; }

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0; }

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer; }

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default; }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent; }

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px; }

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.iti--container:hover {
  cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }

.iti__flag.iti__be {
  width: 18px; }

.iti__flag.iti__ch {
  width: 15px; }

.iti__flag.iti__mc {
  width: 19px; }

.iti__flag.iti__ne {
  width: 18px; }

.iti__flag.iti__np {
  width: 13px; }

.iti__flag.iti__va {
  width: 15px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px; } }

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px; }

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px; }

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px; }

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px; }

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px; }

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px; }

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px; }

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px; }

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px; }

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px; }

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px; }

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px; }

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px; }

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px; }

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px; }

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px; }

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px; }

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px; }

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px; }

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px; }

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px; }

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px; }

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px; }

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px; }

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px; }

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px; }

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px; }

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px; }

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px; }

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px; }

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px; }

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px; }

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px; }

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px; }

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px; }

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px; }

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px; }

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px; }

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px; }

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px; }

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px; }

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px; }

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px; }

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px; }

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px; }

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px; }

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px; }

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px; }

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px; }

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px; }

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px; }

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px; }

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px; }

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px; }

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px; }

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px; }

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px; }

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px; }

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px; }

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px; }

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px; }

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px; }

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px; }

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px; }

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px; }

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px; }

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px; }

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px; }

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px; }

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px; }

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px; }

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px; }

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px; }

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px; }

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px; }

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px; }

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px; }

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px; }

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px; }

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px; }

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px; }

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px; }

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px; }

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px; }

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px; }

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px; }

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px; }

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px; }

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px; }

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px; }

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px; }

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px; }

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px; }

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px; }

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px; }

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px; }

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px; }

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px; }

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px; }

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px; }

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px; }

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px; }

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px; }

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px; }

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px; }

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px; }

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px; }

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px; }

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px; }

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px; }

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px; }

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px; }

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px; }

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px; }

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px; }

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px; }

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px; }

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px; }

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px; }

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px; }

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px; }

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px; }

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px; }

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px; }

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px; }

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px; }

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px; }

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px; }

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px; }

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px; }

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px; }

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px; }

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px; }

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px; }

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px; }

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px; }

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px; }

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px; }

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px; }

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px; }

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px; }

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px; }

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px; }

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px; }

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px; }

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px; }

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px; }

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px; }

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px; }

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px; }

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px; }

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px; }

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px; }

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px; }

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px; }

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px; }

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px; }

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px; }

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px; }

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px; }

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px; }

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px; }

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px; }

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px; }

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px; }

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px; }

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px; }

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px; }

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px; }

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px; }

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px; }

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px; }

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px; }

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px; }

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px; }

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px; }

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px; }

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px; }

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px; }

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px; }

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px; }

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px; }

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px; }

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px; }

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px; }

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px; }

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px; }

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px; }

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px; }

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px; }

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px; }

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px; }

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px; }

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px; }

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px; }

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px; }

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px; }

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px; }

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px; }

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px; }

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px; }

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px; }

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px; }

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px; }

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px; }

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px; }

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px; }

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px; }

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px; }

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px; }

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px; }

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px; }

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px; }

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px; }

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px; }

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px; }

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px; }

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px; }

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px; }

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px; }

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px; }

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px; }

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px; }

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px; }

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px; }

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px; }

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px; }

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px; }

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px; }

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px; }

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px; }

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px; }

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px; }

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px; }

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px; }

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px; }

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px; }

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px; }

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px; }

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px; }

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px; }

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px; }

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px; }

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px; }

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px; }

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px; }

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px; }

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px; }

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px; }

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px; }

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px; }

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px; }

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px; }

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

.iti__flag {
  background-image: url("../img/flags.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png"); } }


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