/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFUIDisplay-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Medium.woff2") format("woff2"), url("../fonts/SFUIDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Bold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Ultralight.woff2") format("woff2"), url("../fonts/SFUIDisplay-Ultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Black.woff2") format("woff2"), url("../fonts/SFUIDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Thin.woff2") format("woff2"), url("../fonts/SFUIDisplay-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Light.woff2") format("woff2"), url("../fonts/SFUIDisplay-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
.header {
  background-color: #fff;
  padding: 19px 0;
  -webkit-box-shadow: 0 -5px 28px rgba(37, 41, 105, 0.15);
          box-shadow: 0 -5px 28px rgba(37, 41, 105, 0.15); }
  @media screen and (max-width: 768px) {
    .header {
      padding: 0; } }
  @media screen and (min-width: 768px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 99999999; } }
  .header .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .header .container {
        padding: 18px 15px; } }
    .header .container_table {
      display: none; }
      @media screen and (max-width: 768px) {
        .header .container_table {
          border-bottom: 1px solid #e2e2e2;
          padding: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .header .container_table .icon-wrap,
      .header .container_table .tel {
        display: block;
        margin: 0; }
  .header .logo img {
    width: 48px;
    height: 48px; }
  @media screen and (max-width: 768px) {
    .header .logo {
      position: absolute;
      left: 15px; } }

.header.fixed {
  position: fixed;
  top: -53px;
  left: 0;
  width: 100%;
  z-index: 100000; }

@media screen and (max-width: 1024px) {
  .nav {
    position: absolute;
    top: 70px;
    right: -100%;
    z-index: 1000;
    width: 100%;
    height: 105vh;
    border: none;
    padding: 40px 5px;
    margin: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
@media screen and (max-width: 768px) {
  .nav {
    padding: 25px 5px;
    top: -10px; } }
@media screen and (max-width: 480px) {
  .nav {
    width: 100%; } }
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1024px) {
    .nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 15px 0 auto; } }
.nav__item {
  margin: 0 20px; }
  @media screen and (max-width: 1200px) {
    .nav__item {
      margin: 0 12px; } }
  @media screen and (max-width: 1024px) {
    .nav__item {
      margin: 0 0 25px auto;
      text-align: right; } }
.nav__link {
  color: #005695;
  font-family: "SF UI Display";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative; }
  .nav__link_active:after {
    display: block !important; }
    @media screen and (max-width: 1024px) {
      .nav__link_active:after {
        display: none !important; } }
  .nav__link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -36px;
    width: 100%;
    height: 3px;
    background: #ffc758;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 1024px) {
      .nav__link:after {
        display: none; } }
  .nav__link:hover {
    color: #00a6ef; }
    .nav__link:hover:after {
      display: block; }
      @media screen and (max-width: 1024px) {
        .nav__link:hover:after {
          display: none !important; } }

.nav.show {
  top: 70px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.tel {
  color: #005695;
  font-size: 16px;
  font-weight: 600; }
  .tel:hover {
    color: #ffc758; }
  @media screen and (max-width: 1024px) {
    .tel {
      margin-left: auto; } }
  @media screen and (max-width: 768px) {
    .tel {
      display: none; } }

.consult {
  color: #00a6ef;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  margin: 0 0 0 15px;
  border-radius: 5px;
  border: 1px solid #00a6ef; }
  .consult:hover {
    color: #005695;
    background-color: #ffc758;
    border: 1px solid #ffc758; }
  @media screen and (max-width: 1024px) {
    .consult {
      margin: 0 20px 0 25px; } }
  @media screen and (max-width: 768px) {
    .consult {
      margin: 0 auto;
      font-size: 12px;
      padding: 10px 12px; } }

.icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1024px) {
    .icon-wrap {
      margin-right: 70px; } }
  @media screen and (max-width: 768px) {
    .icon-wrap {
      display: none; } }
  .icon-wrap a {
    margin: 0 15px; }
    @media screen and (max-width: 1200px) {
      .icon-wrap a {
        margin: 0 10px; } }

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .lang__link {
    color: #005695;
    font-size: 14px;
    font-weight: 300;
    margin-left: 7px; }
    .lang__link_active {
      font-weight: 700; }
  @media screen and (max-width: 1024px) {
    .lang {
      display: none; } }

.search {
  display: none;
  position: absolute;
  top: -11px;
  right: 0;
  width: 1080px;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #005695;
  background-color: #fff;
  z-index: 10; }
  @media screen and (max-width: 1240px) {
    .search {
      width: 85vw; } }
  @media screen and (max-width: 1024px) {
    .search {
      width: 75vw; } }
  @media screen and (max-width: 768px) {
    .search {
      width: 96vw; } }
  @media screen and (max-width: 600px) {
    .search {
      width: 95vw; } }
  @media screen and (max-width: 480px) {
    .search {
      width: 94vw; } }
  @media screen and (max-width: 380px) {
    .search {
      width: 93vw; } }
  .search__wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search__input {
    display: inline;
    width: 100%;
    height: 100%;
    padding-left: 10px; }
  .search__btn {
    display: inline;
    position: relative; }
    .search__btn:before {
      content: url("../img/Path_7.svg");
      position: absolute;
      top: 55%;
      right: 12px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 100; }
    .search__btn:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 30px;
      background: rgba(0, 86, 149, 0.15);
      top: 50%;
      right: 40px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 100; }

.burger-opener {
  position: absolute;
  z-index: 2000;
  top: 51%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .burger-opener {
      display: block; } }

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hamRotate.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamRotate180.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.line {
  fill: none;
  -webkit-transition: stroke-dasharray 600ms, stroke-dashoffset 600ms;
  transition: stroke-dasharray 600ms, stroke-dashoffset 600ms;
  stroke: #005695;
  stroke-width: 5.5;
  stroke-linecap: round; }

.ham1 .top {
  stroke-dasharray: 40 139; }

.ham1 .bottom {
  stroke-dasharray: 40 180; }

.ham1.active .top {
  stroke-dashoffset: -98px; }

.ham1.active .bottom {
  stroke-dashoffset: -138px; }

.intro-section.active {
  padding-top: 125px; }
.intro-section .main-slider {
  position: relative;
  width: 100%; }
.intro-section .slide {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  display: block !important;
  padding-left: 15px;
  padding-right: 15px; }
@media screen and (min-width: 768px) {
  .intro-section {
    padding-top: 80px; } }
@media screen and (min-width: 1024px) {
  .intro-section {
    padding-top: 100px; } }

.services-section {
  padding-top: 0 !important; }
  .services-section_pad {
    padding-top: 30px !important; }
    .services-section_pad .services {
      margin-bottom: 10px !important; }
  .services-section .services {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
    padding: 50px 20px; }
    @media screen and (max-width: 1024px) {
      .services-section .services {
        padding: 20px; } }
    @media screen and (max-width: 768px) {
      .services-section .services {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px;
        padding: 0; } }
    .services-section .services:hover {
      -webkit-box-shadow: 0 20px 40px rgba(26, 58, 81, 0.11);
              box-shadow: 0 20px 40px rgba(26, 58, 81, 0.11);
      cursor: pointer; }
    .services-section .services:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        .services-section .services:nth-child(2n) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .services-section .services:nth-child(2n) .services__wrapp {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding: 0 70px 0 0; }
        @media screen and (max-width: 768px) {
          .services-section .services:nth-child(2n) .services__wrapp {
            padding: 0;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
      .services-section .services:nth-child(2n) .services__paragraph {
        text-align: right; }
      .services-section .services:nth-child(2n) .services__btn {
        margin-right: 58px; }
        @media screen and (max-width: 768px) {
          .services-section .services:nth-child(2n) .services__btn {
            margin-right: 0; } }
    .services-section .services:last-child {
      margin-bottom: 0; }
    .services-section .services img {
      width: 100%; }
    .services-section .services__wrapp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0 0 0 70px; }
      @media screen and (max-width: 1024px) {
        .services-section .services__wrapp {
          padding: 0 0 0 35px; } }
      @media screen and (max-width: 768px) {
        .services-section .services__wrapp {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0; } }
    .services-section .services__title {
      color: #005695;
      font-size: 35px;
      font-weight: 800;
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .services-section .services__title {
          font-size: 24px; } }
      @media screen and (max-width: 768px) {
        .services-section .services__title {
          text-align: center; } }
    .services-section .services__paragraph {
      max-width: 640px;
      color: #313131;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .services-section .services__paragraph {
          display: none; } }
      .services-section .services__paragraph_marg {
        margin-bottom: 0; }
    .services-section .services__btn {
      position: relative;
      color: #ffc758;
      font-size: 16px;
      font-weight: 300; }
      .services-section .services__btn:after {
        content: url("../img/arrow-link.svg");
        position: absolute;
        top: 60%;
        right: -60%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .services-section .services__btn:hover {
        color: #005695; }
        .services-section .services__btn:hover:after {
          right: -70%; }

.process-section .container {
  text-align: center; }
.process-section .process-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -20px 60px; }
  @media screen and (max-width: 1024px) {
    .process-section .process-wrapp {
      margin: 0 -10px 60px; } }
  @media screen and (max-width: 768px) {
    .process-section .process-wrapp {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.process-section .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px; }
  @media screen and (max-width: 1024px) {
    .process-section .process {
      margin: 0 10px; } }
  @media screen and (max-width: 768px) {
    .process-section .process {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 290px;
      margin: 0 0 30px; } }
  .process-section .process__img {
    height: 138px; }
    @media screen and (max-width: 768px) {
      .process-section .process__img {
        height: auto;
        width: 125px;
        margin-right: 15px; } }
    .process-section .process__img img {
      width: 100%; }
  .process-section .process__title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px; }
    @media screen and (max-width: 1024px) {
      .process-section .process__title {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .process-section .process__title {
        display: block;
        margin-bottom: 15px; } }
  .process-section .process__text {
    color: #000;
    font-size: 16px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .process-section .process__text {
        font-size: 12px; } }
    @media screen and (max-width: 768px) {
      .process-section .process__text {
        text-align: left; }
        .process-section .process__text br {
          display: none; } }
  @media screen and (max-width: 768px) {
    .process-section .process__content-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 165px; } }
.process-section .orange-btn {
  content: ""; }
  @media screen and (max-width: 1024px) {
    .process-section .orange-btn {
      display: none; } }

.digital-section {
  padding-bottom: 100px !important; }
  @media screen and (max-width: 1024px) {
    .digital-section {
      padding-bottom: 70px !important; } }
  @media screen and (max-width: 768px) {
    .digital-section {
      padding-bottom: 40px !important; } }
  .digital-section .container {
    text-align: center; }
  .digital-section .digital-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -16px 18px; }
    @media screen and (max-width: 1024px) {
      .digital-section .digital-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (max-width: 768px) {
      .digital-section .digital-wrapp {
        margin: 0 0 10px; } }
  .digital-section .digital {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f9f9f9;
    padding: 16px 40px 16px 16px;
    margin: 0 16px 32px;
    border-radius: 5px; }
    @media screen and (max-width: 1024px) {
      .digital-section .digital {
        width: 100%;
        margin: 0 0 30px; } }
    @media screen and (max-width: 768px) {
      .digital-section .digital {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 15px; } }
    @media screen and (max-width: 480px) {
      .digital-section .digital {
        padding: 10px; } }
    .digital-section .digital:hover {
      background-color: #ffffff;
      -webkit-box-shadow: 0 20px 40px rgba(26, 58, 81, 0.11);
              box-shadow: 0 20px 40px rgba(26, 58, 81, 0.11); }
      .digital-section .digital:hover .digital__title {
        color: #00a6ef; }
    .digital-section .digital__img {
      width: 200px;
      height: 200px;
      border-radius: 5px;
      overflow: hidden;
      margin-right: 32px; }
      @media screen and (max-width: 768px) {
        .digital-section .digital__img {
          margin: 0 0 30px; } }
      .digital-section .digital__img img {
        width: 200px;
        height: 200px; }
    .digital-section .digital__info {
      width: calc(100% - 200px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media screen and (max-width: 768px) {
        .digital-section .digital__info {
          width: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .digital-section .digital__title {
      color: #000000;
      font-size: 19px;
      font-weight: 700;
      margin-bottom: 25px; }
    .digital-section .digital__text {
      color: #6a6a6a;
      font-size: 14px;
      font-weight: 300;
      text-align: left;
      line-height: 24px; }
      @media screen and (max-width: 768px) {
        .digital-section .digital__text {
          text-align: center; } }

.robot-section {
  background-color: #f2f6fa;
  padding-top: 80px; }
  @media screen and (max-width: 820px) {
    .robot-section .section-title {
      font-size: 24px; } }
  .robot-section .contact-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .robot-section .contact-wrapp {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .robot-section .contact-form {
    margin-right: 100px; }
    @media screen and (max-width: 1024px) {
      .robot-section .contact-form {
        margin-right: 80px; } }
    @media screen and (max-width: 820px) {
      .robot-section .contact-form {
        margin-right: 30px; } }
    @media screen and (max-width: 768px) {
      .robot-section .contact-form {
        margin-right: 0; } }
    .robot-section .contact-form .orange-btn {
      margin: 40px auto 0; }
      @media screen and (max-width: 768px) {
        .robot-section .contact-form .orange-btn {
          margin: 10px auto 0; } }
    .robot-section .contact-form .contact-input {
      width: 420px;
      margin-bottom: 20px; }
      @media screen and (max-width: 480px) {
        .robot-section .contact-form .contact-input {
          width: 290px; } }
  .robot-section .contact-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1024px) {
      .robot-section .contact-bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .robot-section .contact-bot {
        display: none; } }
  .robot-section .contact-infobot {
    margin-left: -20px; }
    .robot-section .contact-infobot h3 {
      color: #005695;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 20px; }
    .robot-section .contact-infobot a {
      color: #6a6a6a;
      text-decoration: underline; }

.magazine-section .container {
  text-align: center; }
.magazine-section .magazine-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px 20px; }

.talents-section {
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: center; }
  .talents-section .talents-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .talents-section .talents-paragraph {
    width: 75%;
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 32px; }
    @media screen and (max-width: 768px) {
      .talents-section .talents-paragraph {
        width: 100%;
        font-size: 16px; } }
  .talents-section .talents-btn {
    position: relative;
    color: #ffc758;
    font-size: 16px;
    font-weight: 300;
    margin-left: -40px; }
    .talents-section .talents-btn:after {
      content: url("../img/arrow-link.svg");
      position: absolute;
      top: 60%;
      right: -35%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.about-section {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .about-section {
      width: 100%; } }
  .about-section .section-title {
    text-align: left; }
    @media screen and (max-width: 480px) {
      .about-section .section-title {
        font-size: 28px; } }
  .about-section p {
    color: #000;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 30px; }
    @media screen and (max-width: 768px) {
      .about-section p {
        font-size: 14px;
        margin-bottom: 30px; } }
    .about-section p:last-child {
      margin-bottom: 0; }

.attendance-section .section-title {
  text-align: left; }
.attendance-section .attendance-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .attendance-section .attendance-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.attendance-section .attendance {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 1024px) {
    .attendance-section .attendance {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 30px; } }
  .attendance-section .attendance__img {
    width: 170px;
    height: 85px;
    margin-bottom: 35px; }
    @media screen and (max-width: 1024px) {
      .attendance-section .attendance__img {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 480px) {
      .attendance-section .attendance__img {
        width: 170px; } }
    .attendance-section .attendance__img img {
      width: 100%; }
  .attendance-section .attendance__title {
    color: #005695;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 30px; }
    @media screen and (max-width: 1060px) {
      .attendance-section .attendance__title {
        font-size: 20px; } }
  .attendance-section .attendance__link {
    color: #000;
    font-size: 16px;
    margin-bottom: 22px;
    border-bottom: 2px solid transparent; }
    @media screen and (max-width: 480px) {
      .attendance-section .attendance__link {
        font-size: 14px; } }
    .attendance-section .attendance__link:hover {
      border-bottom: 2px solid #000; }

.news-section {
  padding: 60px 0 100px; }
  @media screen and (max-width: 1024px) {
    .news-section {
      padding: 40px 0 70px; } }
  @media screen and (max-width: 768px) {
    .news-section {
      padding: 30px 0 40px; } }
  .news-section .section-title {
    text-align: left; }
  .news-section .teg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .news-section .teg-wrap .teg {
      color: #005695;
      font-size: 16px;
      padding: 10px 15px;
      border-radius: 5px;
      text-align: center;
      margin: 0 24px 24px 0;
      border: 1px solid rgba(0, 86, 149, 0.22);
      background-color: #ffffff; }
      .news-section .teg-wrap .teg:hover {
        border: 1px solid #005695;
        background-color: rgba(255, 199, 88, 0.16); }
      .news-section .teg-wrap .teg_active {
        border: 1px solid #005695;
        background-color: rgba(255, 199, 88, 0.16); }
      @media screen and (max-width: 768px) {
        .news-section .teg-wrap .teg {
          margin: 0 15px 15px 0; } }
      @media screen and (max-width: 480px) {
        .news-section .teg-wrap .teg {
          margin: 0 8px 8px 0; } }
  .news-section .all-tegs {
    display: block;
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: underline;
    margin: 0 auto 65px; }
  .news-section .magazine-wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 50px; }
    @media screen and (max-width: 768px) {
      .news-section .magazine-wrap {
        margin-bottom: 30px; } }
  .news-section .magazine {
    width: 47%;
    margin-bottom: 30px; }
    .news-section .magazine__img {
      width: 100%;
      height: 218px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        .news-section .magazine__img {
          height: 180px; } }
    @media screen and (max-width: 768px) {
      .news-section .magazine {
        width: 100%; } }

.newsPage-section {
  max-width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .newsPage-section {
      width: 100%; } }
  .newsPage-section .section-title {
    width: 65%;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .newsPage-section .section-title {
        font-size: 30px;
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .newsPage-section .section-title {
        font-size: 25px; } }
  .newsPage-section .tegs-wrap {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .newsPage-section .tegs-wrap span {
      color: #005695;
      font-size: 16px;
      font-weight: 300;
      margin-right: 20px; }
  .newsPage-section .magazine {
    margin: 0 0 40px;
    padding: 0;
    background-color: #fff; }
    .newsPage-section .magazine:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .newsPage-section .news-text {
    color: #313131;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 30px; }
    @media screen and (max-width: 768px) {
      .newsPage-section .news-text {
        line-height: 24px;
        margin-bottom: 30px; } }
    .newsPage-section .news-text_short {
      position: relative;
      width: 570px;
      padding-left: 15px; }
      @media screen and (max-width: 768px) {
        .newsPage-section .news-text_short {
          width: 100%; } }
      .newsPage-section .news-text_short:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 8px;
        height: 8px;
        background: #005695;
        border-radius: 50%; }
  .newsPage-section .news-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px; }
  .newsPage-section .news-second-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px; }
  .newsPage-section .news-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 45px; }
    .newsPage-section .news-img img {
      width: 100%;
      margin-bottom: 16px; }
    .newsPage-section .news-img span {
      color: #95a9b7;
      font-size: 16px; }
  .newsPage-section .news-special {
    width: 100%;
    position: relative;
    padding: 20px 0;
    margin-bottom: 40px; }
    .newsPage-section .news-special:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 200vw;
      height: 100%;
      background: #f2f6fa;
      z-index: -1; }
    .newsPage-section .news-special .news-text {
      position: relative;
      padding-left: 30px;
      margin-bottom: 0; }
      .newsPage-section .news-special .news-text:before {
        content: url("../img/123.png");
        position: absolute;
        top: 0;
        left: -20px;
        z-index: 10; }
        @media screen and (max-width: 768px) {
          .newsPage-section .news-special .news-text:before {
            left: -2px; } }
      @media screen and (max-width: 768px) {
        .newsPage-section .news-special .news-text {
          padding-left: 40px; } }
  .newsPage-section .news-author {
    display: block;
    color: #95a9b7;
    font-size: 18px;
    font-weight: 100;
    text-align: right;
    margin-bottom: 50px; }
  .newsPage-section .newsSocWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .newsPage-section .like-wrap img {
    margin-right: 10px; }
  .newsPage-section .soc a {
    margin-left: 30px; }
    @media screen and (max-width: 480px) {
      .newsPage-section .soc a {
        margin-left: 15px; } }

.subscription-section {
  padding: 35px 0;
  background-color: #f2f6fa; }
  .subscription-section .section-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 32px; }
    @media screen and (max-width: 1200px) {
      .subscription-section .section-title {
        font-size: 29px; } }
    @media screen and (max-width: 1024px) {
      .subscription-section .section-title {
        margin-bottom: 30px;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .subscription-section .section-title {
        font-size: 22px; } }
  .subscription-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1024px) {
      .subscription-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .subscription-section .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 768px) {
      .subscription-section .contact-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .subscription-section .contact-form .input-wrap {
      margin-right: 30px; }
      @media screen and (max-width: 1024px) {
        .subscription-section .contact-form .input-wrap {
          margin-right: 10px; } }
    .subscription-section .contact-form .contact-input {
      width: 340px; }
      @media screen and (max-width: 1080px) {
        .subscription-section .contact-form .contact-input {
          width: 300px; } }
      @media screen and (max-width: 768px) {
        .subscription-section .contact-form .contact-input {
          margin-bottom: 10px;
          width: 290px; } }
    .subscription-section .contact-form .orange-btn {
      padding: 15px 30px !important; }
      @media screen and (max-width: 768px) {
        .subscription-section .contact-form .orange-btn {
          display: block;
          margin: 0 auto; } }

.map-section {
  height: 750px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .map-section {
      height: auto;
      padding-top: 30px; } }
  .map-section .container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 51%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      .map-section .container {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .map-section .map {
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .map-section .map {
        height: 200px; } }
  .map-section .map-form {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 470px;
    border-radius: 5px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 30px 30px;
    -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, 0.22);
            box-shadow: 0 11px 20px rgba(0, 0, 0, 0.22); }
    @media screen and (max-width: 768px) {
      .map-section .map-form {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        margin-bottom: 30px; } }
    @media screen and (max-width: 480px) {
      .map-section .map-form {
        padding: 15px; } }
  .map-section .section-title {
    text-align: left;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .map-section .section-title {
        margin-bottom: 20px; } }
  .map-section .soc a {
    margin-right: 30px; }
  .map-section .footer-link {
    margin-bottom: 30px;
    padding-left: 30px; }
  .map-section .footer-tell:before {
    content: url("../img/contacttell.svg"); }
  .map-section .footer-email:before {
    content: url("../img/contactmail.svg"); }
  .map-section .footer-adress:before {
    content: url("../img/contactAdress.svg"); }
  .map-section .map-subtitle {
    color: #1e2021;
    padding-bottom: 25px; }
  .map-section .map-paragraph {
    color: #1e2021;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 20px; }
  .map-section .footer-form {
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .map-section .footer-form {
        width: 100%; } }

.it-section {
  background-position: 85%;
  background-size: 55%;
  background-repeat: no-repeat;
  padding: 150px 0 200px; }
  @media screen and (max-width: 1024px) {
    .it-section {
      padding: 100px 0 130px; } }
  @media screen and (max-width: 768px) {
    .it-section {
      background-image: none !important;
      padding: 30px 0 10px; } }
  .it-section .section-title {
    font-size: 50px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .it-section .section-title {
        font-size: 30px; } }

.description-section {
  background-color: #f2f6fa; }
  .description-section .container {
    width: 75%; }
    @media screen and (max-width: 768px) {
      .description-section .container {
        width: 100%; } }
  .description-section .it-paragraph {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 30px; }
    .description-section .it-paragraph:nth-child(3) {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .description-section .it-paragraph {
        margin-bottom: 30px;
        font-size: 16px; } }

.cost-section {
  padding-top: 0 !important; }
  .cost-section .cost-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cost-section .cost {
    position: relative;
    width: 380px;
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 20px 40px rgba(26, 58, 81, 0.11);
            box-shadow: 0 20px 40px rgba(26, 58, 81, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 15px 30px; }
    .cost-section .cost:hover {
      background-color: #fff; }
      .cost-section .cost:hover .cost__btn {
        background-color: #ffc758; }
    @media screen and (max-width: 480px) {
      .cost-section .cost {
        width: 100%;
        margin: 0 0 20px; } }
    .cost-section .cost__info {
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (max-width: 480px) {
        .cost-section .cost__info {
          padding: 15px; } }
    .cost-section .cost__subtitle {
      color: #005695;
      font-size: 28px;
      margin-bottom: 40px; }
      @media screen and (max-width: 480px) {
        .cost-section .cost__subtitle {
          margin-bottom: 30px; } }
    .cost-section .cost__paragraph {
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 40px;
      line-height: 24px; }
      @media screen and (max-width: 480px) {
        .cost-section .cost__paragraph {
          margin-bottom: 30px; } }
    .cost-section .cost__money {
      color: #00a6ef;
      font-size: 32px;
      margin-bottom: 40px; }
      @media screen and (max-width: 480px) {
        .cost-section .cost__money {
          margin-bottom: 30px; } }
    .cost-section .cost__description {
      margin-bottom: 25px; }
      .cost-section .cost__description:before {
        content: url("../img/checked.svg");
        padding-right: 8px; }
      @media screen and (max-width: 480px) {
        .cost-section .cost__description {
          font-size: 14px; } }
    .cost-section .cost__btn {
      width: 100%;
      text-align: center;
      color: #005695;
      font-weight: 700;
      text-transform: uppercase;
      padding: 20px 0;
      margin-top: auto;
      background-color: #fcda98;
      border-radius: 0 0 5px 5px; }

.slider-bottom-section {
  padding-top: 0 !important; }
  .slider-bottom-section .section-title {
    margin-bottom: 0; }
  .slider-bottom-section .sliderCenter {
    position: relative;
    margin-bottom: 60px; }
  .slider-bottom-section .slideCenter {
    background-color: #f9f9f9;
    padding: 16px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 685px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      .slider-bottom-section .slideCenter {
        width: 685px !important;
        margin: 0 auto; } }
    @media screen and (max-width: 730px) {
      .slider-bottom-section .slideCenter {
        width: 100% !important; } }
    @media screen and (max-width: 600px) {
      .slider-bottom-section .slideCenter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .slider-bottom-section .slideCenter__img {
      width: 200px;
      height: 200px;
      overflow: hidden;
      border-radius: 5px;
      margin-right: 30px; }
      @media screen and (max-width: 600px) {
        .slider-bottom-section .slideCenter__img {
          margin: 0 0 30px; } }
      .slider-bottom-section .slideCenter__img img {
        width: 100%; }
    .slider-bottom-section .slideCenter__info {
      width: 340px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (max-width: 600px) {
        .slider-bottom-section .slideCenter__info {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; } }
    .slider-bottom-section .slideCenter .slider-subtitle {
      color: #00a6ef;
      font-size: 20px;
      margin-bottom: 25px; }
    .slider-bottom-section .slideCenter .slider-paragraph {
      color: #6a6a6a;
      font-size: 14px; }
      @media screen and (max-width: 600px) {
        .slider-bottom-section .slideCenter .slider-paragraph {
          text-align: center; } }
  .slider-bottom-section .slick-center .slideCenter {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 40px rgba(26, 58, 81, 0.11);
            box-shadow: 0 20px 40px rgba(26, 58, 81, 0.11); }
  .slider-bottom-section .slider-btn {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .slider-bottom-section .slick-dots {
    bottom: -5px; }
  @media screen and (max-width: 600px) {
    .slider-bottom-section .orange-btn {
      padding: 15px 10px; } }

.footer {
  background-color: #f2f6fa; }

.footer-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .footer-wrapp {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px; }
  @media screen and (max-width: 1024px) {
    .footer-logo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .footer-logo .footer-logo-link {
        margin-bottom: 20px; } }

.footer-soc {
  margin-left: 45px; }
  @media screen and (max-width: 1100px) {
    .footer-soc {
      margin-left: 20px; } }
  @media screen and (max-width: 1024px) {
    .footer-soc {
      margin: 0; } }

.footer-soc-link {
  margin: 0 10px; }

.footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65%;
  margin-bottom: 30px; }

.footerNavWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .footerNavWrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .footerNavWrap {
      display: none; } }

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 70px; }
  @media screen and (max-width: 1250px) {
    .footerNav {
      margin-left: 30px; } }
  @media screen and (max-width: 1100px) {
    .footerNav {
      margin-left: 20px; } }
  @media screen and (max-width: 1024px) {
    .footerNav {
      width: 40%;
      margin: 0 0 40px 20px; } }
  .footerNav_tablet {
    display: none; }
    @media screen and (max-width: 768px) {
      .footerNav_tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px; } }
    .footerNav_tablet .footerNav__link {
      font-weight: 700; }
  .footerNav__title {
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px; }
  .footerNav__link {
    color: #313131;
    font-size: 16px;
    margin-bottom: 15px; }
    .footerNav__link:hover {
      color: #005695; }

.footer-link {
  color: #313131;
  padding-left: 25px;
  margin-bottom: 12px;
  position: relative; }
  .footer-link:before {
    position: absolute;
    top: 0;
    left: 0; }

.footer-tell {
  font-weight: 700; }
  .footer-tell:before {
    content: url("../img/call.svg"); }

.footer-email {
  font-weight: 700; }
  .footer-email:before {
    content: url("../img/mail.svg"); }

.footer-adress:before {
  content: url("../img/geo.svg"); }

.copyright {
  color: #c3ccd4;
  font-size: 16px;
  font-weight: 500; }

.slide {
  width: 100%;
  padding: 10px 0;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 87% center;
  height: 560px; }
  @media screen and (max-width: 1200px) {
    .slide {
      height: 500px; } }
  @media screen and (max-width: 1024px) {
    .slide {
      height: auto;
      padding: 70px 0; } }
  @media screen and (max-width: 768px) {
    .slide {
      height: auto;
      padding: 40px 0;
      background-image: none !important; } }
  .slide__holder {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .slide__main-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
    max-width: 585px; }
    @media screen and (max-width: 1024px) {
      .slide__main-text {
        margin-bottom: 35px;
        max-width: 410px; } }
    .slide__main-text img {
      margin: 0 4px 7px; }
    .slide__main-text span {
      font-size: 16px;
      margin: 0 5px 7px; }
      @media screen and (max-width: 768px) {
        .slide__main-text span {
          font-size: 14px; } }
  .slide__info {
    max-width: 640px; }
  .slide__title {
    color: #005695;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 45px; }
    @media screen and (max-width: 1024px) {
      .slide__title {
        font-size: 45px;
        margin-bottom: 35px; } }
    @media screen and (max-width: 768px) {
      .slide__title {
        font-size: 32px; } }
  .slide__text {
    color: #313131;
    font-size: 16px;
    margin-bottom: 50px;
    max-width: 560px;
    line-height: 24px; }
    @media screen and (max-width: 1024px) {
      .slide__text {
        margin-bottom: 35px;
        max-width: 410px; } }
    @media screen and (max-width: 768px) {
      .slide__text {
        font-size: 14px; } }
  .slide__btn {
    text-transform: uppercase;
    font-family: "SF UI Display";
    padding: 15px 45px;
    border-radius: 5px;
    color: #005695;
    background-color: #ffc758;
    -webkit-box-shadow: 0 15px 23px rgba(117, 107, 68, 0.15);
            box-shadow: 0 15px 23px rgba(117, 107, 68, 0.15); }

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contact-form .form-name {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 12px; }
  .contact-form .contact-input {
    border: 1px solid #d8e2e8;
    background-color: #ffffff;
    padding: 15px 19px;
    border-radius: 5px; }
  .contact-form .orange-btn {
    width: 210px; }
  .contact-form .input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.magazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #f9f9f9;
  padding: 16px;
  margin: 0px 8px 16px;
  border-radius: 5px;
  width: 295px; }
  .magazine:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 20px 40px rgba(26, 58, 81, 0.11);
            box-shadow: 0 20px 40px rgba(26, 58, 81, 0.11); }
    .magazine:hover .magazine__title {
      color: #00a6ef; }
  .magazine__img {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px; }
  .magazine__news {
    display: block;
    color: #005695;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px; }
  .magazine__title {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    line-height: 30px; }
  .magazine__text {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: left;
    line-height: 24px; }
  .magazine__dataWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #bebebe;
    font-size: 14px;
    font-weight: 300; }
  .magazine__data {
    margin-right: 26px; }
  .magazine__viwes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 26px; }
    .magazine__viwes img {
      margin-right: 8px; }

* {
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: 'SF UI Display'; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; }

h1, h2, h3, h4, p {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }

input {
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }

textarea {
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }

button {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none; }

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

@media screen and (min-width: 768px) {
  .main-padding {
    padding-top: 90px; } }

.section-padding {
  padding: 80px 0 50px; }
  @media screen and (max-width: 1024px) {
    .section-padding {
      padding: 70px 0 40px; } }
  @media screen and (max-width: 768px) {
    .section-padding {
      padding: 40px 0 30px; } }

.section-title {
  color: #005695;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .section-title {
      margin-bottom: 45px; } }
  @media screen and (max-width: 768px) {
    .section-title {
      margin-bottom: 30px; } }
  .section-title_left {
    text-align: left; }

.orange-btn {
  text-transform: uppercase;
  font-family: "SF UI Display";
  padding: 15px 45px;
  border-radius: 5px;
  color: #005695;
  background-color: #ffc758; }
  .orange-btn_shadow {
    -webkit-box-shadow: 0 15px 23px rgba(117, 107, 68, 0.15);
            box-shadow: 0 15px 23px rgba(117, 107, 68, 0.15); }
  .orange-btn:hover {
    background-color: #ffe3a1;
    -webkit-box-shadow: none;
            box-shadow: none; }

.pegeNav {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0; }
  .pegeNav_short {
    max-width: 960px; }
    @media screen and (max-width: 768px) {
      .pegeNav_short {
        width: 100%; } }
  .pegeNav a, .pegeNav span {
    color: #828f98;
    font-size: 12px;
    font-weight: 300; }

.banners-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .banners-blocks .slide {
    margin-bottom: 50px; }

.main-slider {
  position: relative; }
  .main-slider .slick-dots {
    bottom: 23%;
    width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 1300px) {
      .main-slider .slick-dots {
        max-width: 1280;
        width: 100%;
        left: 48%; } }

.sliderCenter .slick-slide {
  margin: 0 15px; }
.sliderCenter .slick-track {
  padding: 50px 0px; }

.slick-dots {
  position: absolute;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: transparent; }
  .slick-dots li {
    position: relative;
    cursor: pointer;
    padding: 2px;
    width: 15px;
    height: 15px;
    margin: 0 4px; }
    .slick-dots li:before {
      position: absolute;
      content: '';
      width: 10px;
      height: 10px;
      background-color: #6caad6;
      opacity: 0.5;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 50%; }
  .slick-dots li.slick-active:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-color: #6caad6; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  margin: 0; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
