@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?cwhh4a");
  src: url("../fonts/icomoon.eot?cwhh4a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cwhh4a") format("truetype"), url("../fonts/icomoon.woff?cwhh4a") format("woff"), url("../fonts/icomoon.svg?cwhh4a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #eee;
}

input:-moz-placeholder {
  color: #eee;
}

input::-moz-placeholder {
  color: #eee;
}

input:-ms-input-placeholder {
  color: #eee;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  font-size: 14px;
  background-color: #fff;
  color: #002653;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body.fixed {
  overflow: hidden;
  padding-top: 66px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

img,
svg {
  max-width: 100%;
  border: none;
  outline: none;
}

a {
  border: none;
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input,
textarea,
select {
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container, .header__inner, .hero__right, .services__inner, .about__inner, .stages__inner, .maintaining__inner {
  width: 100%;
  max-width: 480px;
  padding: 0 15px;
  margin: 0 auto;
}

.w-page {
  overflow: hidden;
}

h1,
h2 {
  font-family: "Russo One", sans-serif;
  color: #002653;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  margin: 0;
}

h1.underline,
h2.underline {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

h1.underline::after,
h2.underline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  background-color: currentColor;
}

.header.opened {
  background-color: #002653;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header.opened .header__inner {
  height: 100%;
  overflow: auto;
}

.header.opened .header__nav {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
}

.header.opened .header__nav ul {
  opacity: 1;
}

.header.opened .header__lang {
  display: none;
}

.header.opened .header__logo path {
  fill: #fff;
}

.header.opened .hamburger {
  color: #fff;
}

.header.opened .hamburger:hover {
  opacity: 0.7;
}

.header.opened .hamburger .hamburger-inner {
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header.opened .hamburger .hamburger-inner::before, .header.opened .hamburger .hamburger-inner::after {
  background-color: currentColor;
}

.header.opened .hamburger .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.25s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.25s ease;
  transition: top 0.075s ease, opacity 0.075s 0.25s ease;
}

.header.opened .hamburger .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.header__nav {
  position: absolute;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  z-index: 2;
  text-align: center;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  width: 100%;
  left: 0;
}

.header__nav ul {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  margin-top: -20px;
}

.header__nav li {
  margin-top: 60px;
}

.header__nav a {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.header__nav a:hover {
  color: #FF5866;
}

.header__logo {
  max-width: 130px;
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  font-size: 0;
}

.header__logo path {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.header__toggle, .header__lang {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  top: 20px;
}

.header__toggle {
  right: 15px;
}

.header__lang {
  right: 75px;
}

.lang {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  background-color: transparent;
  border: none;
  width: 30px;
  height: 26px;
  text-align: left;
  line-height: 26px;
  cursor: pointer;
  text-transform: capitalize;
  color: #002653;
  overflow: visible;
}

.lang::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  border-top: 3px solid #002653;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.lang__list {
  position: absolute;
  top: 100%;
  display: none;
  line-height: 1;
}

.lang__item {
  cursor: pointer;
}

.lang__item:hover {
  color: #FF5866;
}

.lang.opened .lang__list {
  display: block;
}

.lang.opened::after {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  height: 26px;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  color: #222629;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -6px;
  width: 22px;
  height: 1px;
  background-color: currentColor;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 1px;
  background-color: currentColor;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -5px;
}

.hamburger-inner::after {
  bottom: -5px;
}

.hamburger .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.25s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.25s ease, opacity 0.075s ease;
  transition: top 0.075s 0.25s ease, opacity 0.075s ease;
}

.hamburger .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.25s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.25s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.25s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.25s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.25s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hero__left {
  background-color: #002653;
  -webkit-box-shadow: 10px 15px 25px rgba(0, 38, 83, 0.4);
  box-shadow: 10px 15px 25px rgba(0, 38, 83, 0.4);
  padding: 15px;
  text-align: center;
}

.hero__title {
  margin-bottom: 10px;
}

.hero__text {
  margin: 0;
}

.hero__btn {
  margin-top: 30px;
}

.hero__right {
  padding-top: 30px;
  text-align: center;
}

.hero__logo {
  display: none;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  padding: 6px 15px;
  border-radius: 100px;
  border: none;
  width: 220px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF8B36), to(#FF5866));
  background-image: -o-linear-gradient(left, #FF8B36 0%, #FF5866 100%);
  background-image: linear-gradient(90deg, #FF8B36 0%, #FF5866 100%);
  -webkit-box-shadow: 0px 10px 25px rgba(255, 88, 102, 0.5);
  box-shadow: 0px 10px 25px rgba(255, 88, 102, 0.5);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  overflow: visible;
}

.btn:hover {
  -webkit-box-shadow: 0px 0 0 #ff5866;
  box-shadow: 0px 0 0 #ff5866;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.btn::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #FF714F;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
}

.services {
  padding: 60px 0 0;
}

.services__list {
  text-align: center;
}

.services__item {
  margin-top: 40px;
}

.service__pic {
  margin-bottom: 30px;
  width: 150px;
  background-color: #E8F0F3;
  height: 150px;
  position: relative;
  margin: 0 auto;
  font-size: 0;
  overflow: hidden;
}

.service__pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.service__pic::before, .service__pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service__pic::before {
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.service__pic::after {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  background-image: -o-linear-gradient(303.89deg, rgba(255, 88, 102, 0) 20.13%, #FF5866 100%), -o-linear-gradient(236deg, rgba(255, 139, 54, 0) 20.1%, #FF8B36 100%);
  background-image: linear-gradient(146.11deg, rgba(255, 88, 102, 0) 20.13%, #FF5866 100%), linear-gradient(214deg, rgba(255, 139, 54, 0) 20.1%, #FF8B36 100%);
}

.service__name {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  margin: 30px 0 0;
}

.service--1 .service__pic::before {
  background-image: url(../img/service-pic-1.png);
}

.service--2 .service__pic::before {
  background-image: url(../img/service-pic-2.png);
}

.service--3 .service__pic::before {
  background-image: url(../img/service-pic-3.png);
}

.service--4 .service__pic::before {
  background-image: url(../img/service-pic-4.png);
}

.service:hover .service__name {
  color: #FF5866;
}

.service:hover .service__pic img {
  opacity: 0;
}

.service:hover .service__pic::after {
  opacity: 1;
}

.service:hover .service__pic::before {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.about {
  text-align: center;
  padding: 60px 0;
}

.about__pic {
  margin-bottom: 30px;
}

.about__text {
  margin: 0 0 30px;
}

.about__skills {
  margin: -5px;
  font-size: 0;
}

.about__tag {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 20px;
  background-color: #E8F0F3;
  border-radius: 50px;
  margin: 5px;
}

.stages {
  background-color: #E8F0F3;
  padding: 60px 0;
}

.stages__points {
  display: none;
}

.stages__item {
  padding: 32px 20px 20px;
  background-color: #fff;
  position: relative;
  margin-top: 65px;
  text-align: center;
}

.stages__item-step {
  background-color: #002653;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 5px 10px;
}

.stages__item-description {
  margin: 0;
}

.stages__item::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
}

.maintaining {
  padding: 60px 0;
}

.maintaining__logo {
  display: none;
}

.maintaining__item {
  margin-top: 40px;
  -webkit-box-shadow: 10px 15px 25px rgba(0, 38, 83, 0.4);
  box-shadow: 10px 15px 25px rgba(0, 38, 83, 0.4);
}

.maintaining__item-pic {
  height: 210px;
  position: relative;
  margin: 0;
  background-size: cover;
  background-position: 50% 50%;
  opacity: .99;
}

.maintaining__item-pic::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(296.74deg, rgba(255, 88, 102, 0) 20.13%, #FF5866 100%), -o-linear-gradient(243.17deg, rgba(255, 139, 54, 0) 20.1%, #FF8B36 100%);
  background-image: linear-gradient(153.26deg, rgba(255, 88, 102, 0) 20.13%, #FF5866 100%), linear-gradient(206.83deg, rgba(255, 139, 54, 0) 20.1%, #FF8B36 100%);
}

.maintaining__item-pic::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #FF714F;
  top: 100%;
  left: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
}

.maintaining__item-caption {
  text-transform: uppercase;
  color: #fff;
  font-family: "Russo One", sans-serif;
  text-transform: uppercase;
  position: absolute;
  font-size: 20px;
  line-height: 24px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  letter-spacing: 0.1em;
}

.maintaining__item-description {
  padding: 20px;
  color: #fff;
  background-color: #002653;
  margin: 0;
}

.maintaining__item--1 .maintaining__item-pic {
  background-image: url(../img/maintaining--pic-1.png);
}

.maintaining__item--2 .maintaining__item-pic {
  background-image: url(../img/maintaining--pic-2.png);
}

.maintaining__item--3 .maintaining__item-pic {
  background-image: url(../img/maintaining--pic-3.png);
}

.maintaining__item--4 .maintaining__item-pic {
  background-image: url(../img/maintaining--pic-4.png);
}

.contacts {
  background: #002653;
  padding: 60px 0;
  text-align: center;
}
.contacts__inner{
  padding: 0 15px;
}

.contacts__logo {
  display: none;
}

.contacts__title {
  color: #fff;
  margin-bottom: 40px !important;
}

.contacts__contacts {
  margin-bottom: 30px;
}

.contacts__item {
  padding-top: 30px;
  position: relative;
}

.contacts__item + .contacts__item {
  margin-top: 20px;
}

.contacts__item a {
  color: #fff;
  font-family: "Russo One", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.contacts__item a:hover {
  color: #FF5866;
}

.contacts__item::before {
  content: '';
  height: 20px;
  width: 40px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.contacts__item--phone::before {
  background-image: url(../img/contacts-icon-phone.png);
}

.contacts__item--mail::before {
  background-image: url(../img/contacts-icon-mail.png);
}

.contacts__address {
  color: #7F92A9;
  margin: 35px 0 0;
}

.contacts__pic {
  background-size: cover;
  position: relative;
  display: inline-block;
}

.contacts__pic--1 {
  width: 62px;
  height: 127px;
  background-image: url(../img/contacts-pic-1.png);
  left: -5px;
}

.contacts__pic--2 {
  width: 40px;
  height: 80px;
  background-image: url(../img/contacts-pic-2.png);
  position: relative;
  bottom: 20px;
  left: -5px;
  margin-left: 40px;
}

@media only screen and (min-width: 992px) {
  .container, .header__inner, .hero__right, .services__inner, .about__inner, .stages__inner, .maintaining__inner {
    max-width: 1170px;
  }
  h1,
  h2 {
    font-size: 50px;
  }
  h1.underline,
  h2.underline {
    padding-bottom: 40px;
  }
  h1.underline::after,
  h2.underline::after {
    width: 100px;
    height: 4px;
    margin-left: -50px;
  }
  .header {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
  }
  .header__logo {
    max-width: 200px;
  }
  .header__toggle {
    display: none;
  }
  .header__inner {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 15px;
  }
  .header__left, .header__right {
    display: table-cell;
    vertical-align: middle;
  }
  .header__left {
    width: 200px;
  }
  .header__right {
    text-align: right;
  }
  .header__nav {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: relative;
    left: auto;
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .header__nav ul {
    margin-top: 0;
    height: auto;
    opacity: 1;
    display: inline-block;
  }
  .header__nav li {
    display: inline-block;
    margin-top: 0;
  }
  .header__nav li + li {
    margin-left: 20px;
  }
  .header__nav a {
    color: #002653;
    padding: 45px 0;
    font-size: 13px;
    font-weight: 500;
    display: block;
    position: relative;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .header__nav a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #FF5866;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .header__nav a:hover::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header__lang {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 20px;
  }
  .lang {
    font-size: 13px;
    z-index: 1;
    font-weight: 500;
    position: relative;
    overflow: visible;
  }
  .lang::after {
    margin-top: -2px;
  }
  .lang__list {
    padding-top: 8px;
  }
  .hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
    padding-left: 300px;
    position: relative;
    padding-top: 240px;
    padding-bottom: 270px;
  }
  .hero__left {
    position: absolute;
    right: 100%;
    margin-right: -400px;
    top: 110px;
    bottom: 110px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .hero__left::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 500%;
    height: 100%;
    background-color: #002653;
    -webkit-box-shadow: 20px 30px 50px rgba(0, 38, 83, 0.4);
    box-shadow: 20px 30px 50px rgba(0, 38, 83, 0.4);
  }
  .hero__pic {
    max-width: none;
    position: relative;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hero__right {
    padding-left: 150px;
    text-align: left;
    padding-top: 0;
  }
  .hero__right::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 300px;
    width: 500%;
    height: 100%;
    background-color: #E8F0F3;
  }
  .hero__logo {
    display: block;
    position: absolute;
    right: -520px;
    top: 110px;
    width: 885px;
  }
  .hero__logo path,
  .hero__logo svg {
    fill: #EFF4F7;
  }
  .hero__title {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .hero__text {
    font-size: 20px;
    position: relative;
    z-index: 1;
  }
  .hero__btn {
    margin-top: 45px;
    position: relative;
    z-index: 1;
  }
  .services {
    padding-top: 180px;
  }
  .services__inner {
    position: relative;
  }
  .services__title {
    text-align: left;
    max-width: 400px;
    margin-bottom: 80px !important;
  }
  .services__title::after {
    left: 0 !important;
    margin-left: 0 !important;
  }
  .services__list {
    text-align: left;
    max-width: 565px;
  }
  .services__item {
    cursor: pointer;
    margin-top: 10px;
  }
  .service__name {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
  }
  .service__name span {
    border-bottom: 1px dashed;
  }
  .service:hover span {
    border-bottom-color: transparent;
  }
  .service:hover .service__pic {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 13px 13px 21px rgba(255, 88, 102, 0.5);
    box-shadow: 13px 13px 21px rgba(255, 88, 102, 0.5);
    z-index: 5;
  }
  .service:hover .service__pic::before {
    opacity: 1;
  }
  .service:hover .service__pic img {
    opacity: 0;
  }
  .service__pic {
    position: absolute;
    width: 155px;
    height: 155px;
    -webkit-box-shadow: 0 0 rgba(255, 88, 102, 0.5);
    box-shadow: 0 0 rgba(255, 88, 102, 0.5);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .service__pic::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  .service__pic img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .service--1 .service__pic {
    bottom: 157px;
    right: 212px;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .service--2 .service__pic {
    bottom: 157px;
    right: 55px;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .service--3 .service__pic {
    bottom: 0;
    right: 212px;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
  }
  .service--4 .service__pic {
    bottom: 0;
    right: 55px;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  .about {
    padding: 180px 0;
    text-align: left;
  }
  .about__inner {
    position: relative;
  }
  .about__box {
    padding-left: 565px;
  }
  .about__title {
    text-align: left;
    margin-bottom: 80px !important;
  }
  .about__title::after {
    left: 0 !important;
    margin-left: 0 !important;
  }
  .about__pic {
    position: absolute;
    top: 40px;
    left: 0;
  }
  .about__text {
    font-size: 20px;
    line-height: 40px;
  }
  .about__skills {
    margin: -10px;
  }
  .about__tag {
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    margin: 10px;
  }
  .stages {
    padding: 180px 0;
  }
  .stages__title {
    margin-bottom: 180px !important;
  }
  .stages__title::after {
    width: 200px !important;
    margin-left: -100px !important;
  }
  .stages__inner {
    position: relative;
  }
  .stages__path {
    position: relative;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .stages__path.js-isonscreen .stages__list::before {
    opacity: 1;
    -webkit-transition: opacity .6s .8s;
    -o-transition: opacity .6s .8s;
    transition: opacity .6s .8s;
  }
  .stages__path.js-isonscreen .stages__list::after {
    -webkit-transition: opacity .8s, -webkit-transform .8s .8s;
    transition: opacity .8s, -webkit-transform .8s .8s;
    -o-transition: transform .8s .8s, opacity .8s;
    transition: transform .8s .8s, opacity .8s;
    transition: transform .8s .8s, opacity .8s, -webkit-transform .8s .8s;
    opacity: 1;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  .stages__path.js-isonscreen .stages__point {
    opacity: 1;
    visibility: visible;
  }
  .stages__path.js-isonscreen .stages__point--1 {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .stages__path.js-isonscreen .stages__point--2 {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .stages__path.js-isonscreen .stages__point--3 {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
  }
  .stages__path.js-isonscreen .stages__point--4 {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
  .stages__path.js-isonscreen .stages__point--5 {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
  .stages__path.js-isonscreen .stages__point--6 {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
  }
  .stages__path.js-isonscreen .stages__point--7 {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
  }
  .stages__path::after, .stages__path::before {
    content: '';
    position: absolute;
  }
  .stages__path::after {
    background-image: url(../img/stages-pic-1.png);
    width: 159px;
    height: 293px;
    bottom: -80px;
    left: 50%;
    margin-left: -540px;
  }
  .stages__path::before {
    background-image: url(../img/stages-pic-2.png);
    width: 220px;
    height: 225px;
    top: -140px;
    right: 50%;
    margin-right: -530px;
  }
  .stages__list::after, .stages__list::before {
    content: '';
    left: 50%;
    display: block;
    opacity: 0;
  }
  .stages__list::after {
    width: 989px;
    height: 385px;
    position: relative;
    background-image: url(../img/stages-path.png);
    margin-left: -495px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .stages__list::before {
    width: 1058px;
    height: 447px;
    position: absolute;
    background-image: url(../img/stages-path-blur.png);
    margin-left: -530px;
    bottom: -30px;
  }
  .stages__item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: left;
    padding: 55px 20px 20px;
    left: 50%;
    margin-top: 0;
    z-index: 1;
    max-width: 300px;
  }
  .stages__item-step {
    font-size: 20px;
    line-height: 23px;
    padding: 5px 10px 5px 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: -10px;
    top: 10px;
  }
  .stages__item-description {
    font-size: 16px;
    line-height: 21px;
  }
  .stages__item::after {
    left: 20px;
    margin-left: 0;
    width: 20px;
    height: 20px;
    margin-top: -12px;
  }
  .stages__item.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity .5s,  -webkit-transform .5s;
    transition: opacity .5s,  -webkit-transform .5s;
    -o-transition: opacity .5s,  transform .5s;
    transition: opacity .5s,  transform .5s;
    transition: opacity .5s,  transform .5s,  -webkit-transform .5s;
  }
  .stages__item--1 {
    margin-left: -526px;
    top: -91px;
  }
  .stages__item--2 {
    margin-left: -446px;
    top: -102px;
  }
  .stages__item--2::after {
    left: auto;
    right: 20px;
  }
  .stages__item--3 {
    margin-left: 43px;
    top: -157px;
  }
  .stages__item--4 {
    margin-left: -368px;
    top: 139px;
  }
  .stages__item--4::after {
    left: auto;
    top: 20px;
    right: -10px;
    margin-top: 0;
  }
  .stages__item--5 {
    margin-left: -448px;
    top: 284px;
  }
  .stages__item--5::after {
    left: auto;
    top: 20px;
    right: -10px;
    margin-top: 0;
  }
  .stages__item--6 {
    margin-left: 121px;
    top: 96px;
  }
  .stages__item--7 {
    margin-left: 225px;
    top: 85px;
  }
  .stages__item--7::after {
    left: auto;
    right: 20px;
  }
  .stages__item--1, .stages__item--2, .stages__item--3, .stages__item--6, .stages__item--7 {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  .stages__item--4, .stages__item--5 {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  .stages__points {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .stages__point {
    position: absolute;
    -webkit-transform: rotate(35deg) skew(-20deg);
    -ms-transform: rotate(35deg) skew(-20deg);
    transform: rotate(35deg) skew(-20deg);
    left: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
  }
  .stages__point:hover .stages__point-num,
  .stages__point:hover .stages__point-square::after, .stages__point.active .stages__point-num,
  .stages__point.active .stages__point-square::after {
    color: #002653;
  }
  .stages__point--1, .stages__point--5 {
    color: #FF8B36;
  }
  .stages__point--2, .stages__point--6 {
    color: #FF714F;
  }
  .stages__point--3, .stages__point--7 {
    color: #FF5866;
  }
  .stages__point--4 {
    color: #FF714F;
  }
  .stages__point--1 {
    bottom: -111px;
    margin-left: -520px;
  }
  .stages__point--2 {
    bottom: -94px;
    margin-left: -200px;
  }
  .stages__point--3 {
    bottom: -39px;
    margin-left: 49px;
  }
  .stages__point--4 {
    bottom: -203px;
    margin-left: -36px;
  }
  .stages__point--5 {
    bottom: -349px;
    margin-left: -107px;
  }
  .stages__point--6 {
    bottom: -313px;
    margin-left: 126px;
  }
  .stages__point--7 {
    bottom: -283px;
    margin-left: 471px;
  }
  .stages__point--1 .stages__point-num, .stages__point--3 .stages__point-num, .stages__point--5 .stages__point-num, .stages__point--7 .stages__point-num {
    -webkit-transform: rotate(-89deg) translateX(-5px);
    -ms-transform: rotate(-89deg) translateX(-5px);
    transform: rotate(-89deg) translateX(-5px);
  }
  .stages__point--2 .stages__point-num, .stages__point--4 .stages__point-num, .stages__point--6 .stages__point-num {
    -webkit-transform: rotate(-89deg) translate(25px, 25px);
    -ms-transform: rotate(-89deg) translate(25px, 25px);
    transform: rotate(-89deg) translate(25px, 25px);
  }
  .stages__point-num {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
  }
  .stages__point-square {
    width: 25px;
    height: 25px;
    border: 5px solid currentColor;
    position: relative;
    background-color: #fff;
  }
  .stages__point-square::after {
    content: '';
    position: absolute;
    background-color: currentColor;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .maintaining {
    padding: 180px 0;
  }
  .maintaining__inner {
    position: relative;
  }
  .maintaining__title {
    margin-bottom: 80px !important;
    position: relative;
    z-index: 1;
  }
  .maintaining__title::after {
    width: 200px !important;
    margin-left: -100px !important;
  }
  .maintaining__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -90px;
    margin-bottom: -90px;
    max-height: 1500px;
    font-size: 0;
    position: relative;
    z-index: 1;
  }
  .maintaining__list.js-isonscreen .maintaining__item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .maintaining__item {
    width: -webkit-calc(50% - 90px);
    width: calc(50% - 90px);
    display: inline-block;
    vertical-align: top;
    margin: 0 90px 90px 0;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 20px 30px 50px rgba(0, 38, 83, 0.4);
    box-shadow: 20px 30px 50px rgba(0, 38, 83, 0.4);
  }
  .maintaining__item-caption {
    font-size: 30px;
    line-height: 40px;
  }
  .maintaining__item-pic {
    height: 410px;
  }
  .maintaining__item-pic::before {
    width: 20px;
    height: 20px;
    margin-top: -12px;
    left: 31px;
  }
  .maintaining__item-description {
    padding: 40px 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .maintaining__item--1 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .maintaining__item--1 .maintaining__item-pic {
    height: 350px;
  }
  .maintaining__item--3 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .maintaining__item--2 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .maintaining__item--4 {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .maintaining__logo {
    display: block;
    position: absolute;
  }
  .maintaining__logo path,
  .maintaining__logo svg {
    fill: #F8FBFB;
  }
  .maintaining__logo--1 {
    left: 50%;
    margin-left: -950px;
    top: 280px;
  }
  .maintaining__logo--2 {
    right: 50%;
    margin-right: -850px;
    top: 660px;
  }
  .contacts {
    padding: 180px 0 80px;
  }
  .contacts__inner {
    position: relative;
  }
  .contacts__title {
    margin-bottom: 80px !important;
    position: relative;
    z-index: 1;
  }
  .contacts__contacts {
    margin-bottom: 220px;
  }
  .contacts__item {
    padding-top: 50px;
  }
  .contacts__item a {
    font-size: 36px;
    line-height: 43px;
  }
  .contacts__item + .contacts__item {
    margin-top: 50px;
  }
  .contacts__item::before {
    height: 30px;
  }
  .contacts__pic {
    position: absolute;
  }
  .contacts__pic--1 {
    left: 50%;
    margin-left: -600px;
    top: -30px;
    width: 279px;
    height: 570px;
    background-image: url(../img/contacts-pic-1-desc.png);
  }
  .contacts__pic--2 {
    bottom: auto;
    top: -100px;
    left: 50%;
    margin-left: 350px;
    width: 188px;
    height: 374px;
    background-image: url(../img/contacts-pic-2-desc.png);
  }
  .contacts__address {
    font-size: 16px;
  }
  .contacts__logo {
    display: block;
    position: absolute;
  }
  .contacts__logo svg,
  .contacts__logo path {
    fill: #0C305B;
  }
  .contacts__logo--1 {
    left: 50%;
    margin-left: -1070px;
    top: -40px;
  }
  .contacts__logo--2 {
    right: 50%;
    margin-right: -850px;
    top: 110px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .maintaining__list {
    display: block;
  }
}

@supports (-ms-ime-align: auto) {
  .maintaining__list {
    display: block;
  }
}

@media only screen and (min-width: 1100px) {
  h1,
  h2 {
    font-size: 56px;
  }
  .stages__path {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header__nav a {
    font-size: 15px;
  }
  .header__nav li + li {
    margin-left: 25px;
  }
  .lang {
    font-size: 15px;
  }
  .header__lang {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 1300px) {
  .service:hover .service__pic {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }
  .service__pic {
    width: 195px;
    height: 195px;
  }
  .service--1 .service__pic {
    bottom: 197px;
    right: 212px;
  }
  .service--2 .service__pic {
    bottom: 197px;
    right: 15px;
  }
  .service--3 .service__pic {
    bottom: 0;
    right: 212px;
  }
  .service--4 .service__pic {
    bottom: 0;
    right: 15px;
  }
}
