/* @font-face {
  src: url('../fonts/Lato-Medium.woff');
  font-family: "Lato";
  font-weight: 400;
}

@font-face {
  src: url('../fonts/Lato-Thin.woff');
  font-family: "Lato";
  font-weight: 300;
}

@font-face {
  src: url('../fonts/Lato-Semibold.woff');
  font-family: "Lato";
  font-weight: 500;
}

@font-face {
  src: url('../fonts/Lato-Bold.woff');
  font-family: "Lato";
  font-weight: 700;
}

@font-face {
  src: url('../fonts/Lato-Heavy.woff');
  font-family: "Lato";
  font-weight: 800;
} */
body {
  background-color: #f8f8f8;
  color: #000000;
  /* font-family: "Lato", sans-serif; */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.i-header {
  display: block;
  padding: 25px 0;
  background-color: #ffffff;
}

.i-header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.i-header__logo {
  display: inline-block;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-header__logo img {
  display: block;
  max-width: 100%;
}

.i-header__logo:hover, .i-header__logo:active, .i-header__logo:focus {
  opacity: 0.8;
  text-decoration: none;
}

.i-header__nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.i-header__nav li {
  display: inline-block;
}

.i-header__nav li a {
  display: inline-block;
  padding: 12px 17px;
  color: #262626;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-header__nav li a:hover, .i-header__nav li a:active, .i-header__nav li a:focus {
  opacity: 0.8;
  text-decoration: none;
}

.i-header__number {
  display: inline-block;
  color: #262626;
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #9a9a9a;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-header__number:hover, .i-header__number:active, .i-header__number:focus {
  border-color: transparent;
  color: #262626;
  text-decoration: none;
}

.i-services {
  display: block;
  padding: 60px 0 70px 0;
  background-color: #f8f8f8;
}

.i-services__title {
  display: block;
  margin-bottom: 25px;
  color: #262626;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
}

.i-services__text {
  display: block;
  margin-bottom: 50px;
  color: #262626;
  font-size: 20px;
  line-height: 1.6;
}

.i-services__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i-services__card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 300px;
  height: 240px;
  margin-bottom: 30px;
  padding: 16px 20px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-services__card:hover, .i-services__card:active, .i-services__card:focus {
  opacity: 0.8;
  text-decoration: none;
}

.i-services__card-title {
  display: inline-block;
  padding: 12px;
  background-color: #ffffff;
  color: #262626;
  font-size: 24px;
  line-height: 1.25;
}

.i-services__button {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 30px auto 0 auto;
  padding: 17px;
  border: 0;
  outline: 0;
  border: 1px solid rgba(51, 51, 51, 0.3);
  background: transparent;
  color: #262626;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-services__button:hover, .i-services__button:active, .i-services__button:focus {
  background: #262626;
  color: #ffffff;
  text-decoration: none;
}

.i-big {
  display: block;
  position: relative;
  padding: 75px 0 100px 0;
  background-color: #ffffff;
}

.i-big:before {
  display: block;
  position: absolute;
  content: '';
  width: 85px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f8f8f8;
}

.i-big__title {
  display: block;
  margin-bottom: 50px;
  color: #262626;
  font-size: 36px;
  font-weight: 400;
}

.i-profit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 100px;
}

.i-profit__card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 320px;
  margin-bottom: 30px;
}

.i-profit__card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}

.i-profit__card-image img {
  display: block;
  max-width: 100%;
}

.i-profit__card-title {
  display: block;
  margin-bottom: 18px;
  color: #16b0ae;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}

.i-profit__card-text {
  display: block;
  max-width: 290px;
  margin: 0;
  color: #262626;
  font-size: 20px;
  line-height: 1.5;
}

.i-cases {
  display: block;
}

.i-cases .slick-prev {
  display: block;
  width: 38px;
  height: 12px;
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  background: url("../images/icon_prev.png") no-repeat center;
  background-size: contain;
  transition: all 0.15s ease-out;
  z-index: 10;
}

.i-cases .slick-prev:hover {
  opacity: 0.8;
  text-decoration: none;
}

.i-cases .slick-prev:before {
  display: none;
}

.i-cases .slick-next {
  display: block;
  width: 38px;
  height: 12px;
  top: auto;
  bottom: 0;
  right: auto;
  left: 60px;
  background: url("../images/icon_next.png") no-repeat center;
  background-size: contain;
  transition: all 0.15s ease-out;
  z-index: 10;
}

.i-cases .slick-next:hover {
  opacity: 0.8;
  text-decoration: none;
}

.i-cases .slick-next:before {
  display: none;
}

.i-cases__card {
  display: block;
  padding-right: 10px;
}

.i-cases__card-title {
  display: block;
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 30px;
  line-height: 1.47;
}

.i-cases__card img {
  display: block;
  max-width: 100%;
}

.i-cases__card-text {
  display: block;
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.38;
}

.i-cases__card-link {
  display: block;
  color: #00bcbc;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-cases__card-link:hover, .i-cases__card-link:active, .i-cases__card-link:focus {
  opacity: 0.8;
  text-decoration: none;
}

.item {
  outline: 0;
}

.i-form {
  display: block;
  padding: 100px 0;
  background: url("../images/form_bg.jpg") no-repeat center;
  background-size: cover;
}

.i-form__title {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.i-form__text {
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.i-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.i-form form ::-webkit-input-placeholder {
  color: #ffffff;
}

.i-form form ::-moz-placeholder {
  color: #ffffff;
}

.i-form form :-moz-placeholder {
  color: #ffffff;
}

.i-form form :-ms-input-placeholder {
  color: #ffffff;
}

.i-form form input {
  display: inline-block;
  width: 100%;
  max-width: 237px;
  padding: 18px 22px;
  border: 0;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
}

.i-form form button {
  display: inline-block;
  width: 100%;
  max-width: 237px;
  padding: 19px 22px;
  border: 0;
  outline: 0;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-form form button:hover, .i-form form button:active, .i-form form button:focus {
  background: #ffffff;
  color: #262626;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.i-seo {
  display: block;
  padding: 100px 0 50px 0;
  background: #f8f8f8;
  color: #262626;
  font-size: 16px;
}

.i-seo__content {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.i-seo__title {
  display: block;
  margin-bottom: 18px;
  color: #1c1c1c;
  font-size: 36px;
}

.i-seo p {
  display: block;
  margin-bottom: 25px;
  color: #262626;
  font-size: 16px;
  line-height: 1.6;
}

.i-bottom {
  display: block;
  background-color: #191919;
}

.i-bottom__block {
  display: block;
  padding: 100px 0;
}

.i-bottom__title {
  display: block;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.22;
}

.i-bottom__phone {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-bottom__phone:hover, .i-bottom__phone:active, .i-bottom__phone:focus {
  opacity: 0.8;
  color: #16b0ae;
  text-decoration: none;
}

.i-bottom__email {
  display: inline-block;
  margin-bottom: 38px;
  border-bottom: 1px solid #153131;
  color: #16b0ae;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-bottom__email:hover, .i-bottom__email:active, .i-bottom__email:focus {
  border-color: transparent;
  color: #16b0ae;
  text-decoration: none;
}

.i-bottom__copyrights {
  display: block;
  margin-bottom: 0px;
}

.i-bottom__map {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.i-bottom p {
  display: block;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

.i-bottom_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 120px;
}

.i-service {
  display: block;
  position: relative;
  background: #f8f8f8;
}

.i-service > .container {
  position: relative;
  padding: 40px 0 330px 0;
}

.i-service__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
  opacity: 0.5;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-service__back img {
  display: inline-block;
  margin-right: 15px;
}

.i-service__back span {
  display: inline-block;
  color: #252525;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.i-service__back:hover, .i-service__back:active, .i-service__back:focus {
  opacity: 1;
  text-decoration: none;
}

.i-service__title {
  display: block;
  margin: 0;
  color: #262626;
  font-size: 48px;
  line-height: 1.25;
}

.i-service__big {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 960px;
  height: 450px;
  margin-bottom: -165px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

.i-bigger {
  display: block;
  position: relative;
  padding: 200px 0 60px;
  background-color: #ffffff;
}

.i-bigger:after {
  display: block;
  position: absolute;
  content: '';
  width: 85px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #f8f8f8;
}

.i-bigger__sub-title {
  display: block;
  margin-bottom: 24px;
  color: #262626;
  font-size: 36px;
}

.i-bigger ul {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.i-bigger ul li {
  display: block;
  margin-bottom: 20px;
  padding-left: 25px;
  background: url("../images/icon_li.png") no-repeat left 10px;
  color: #262626;
  font-size: 16px;
  line-height: 1.5;
}

.i-companies {
  display: block;
  margin: 10px 0 70px 0;
  padding-right: 150px;
}

.i-companies .slick-prev {
  display: block;
  width: 38px;
  height: 12px;
  bottom: auto;
  top: 50%;
  left: auto;
  right: 60px;
  margin-top: -6px;
  background: url("../images/icon_prev.png") no-repeat center;
  background-size: contain;
  opacity: 0.3;
  transition: all 0.15s ease-out;
  z-index: 10;
}

.i-companies .slick-prev:hover {
  opacity: 1;
  text-decoration: none;
}

.i-companies .slick-prev:before {
  display: none;
}

.i-companies .slick-next {
  display: block;
  width: 38px;
  height: 12px;
  bottom: auto;
  top: 50%;
  left: auto;
  right: 0px;
  margin-top: -6px;
  background: url("../images/icon_next.png") no-repeat center;
  background-size: contain;
  opacity: 0.3;
  transition: all 0.15s ease-out;
  z-index: 10;
}

.i-companies .slick-next:hover {
  opacity: 1;
  text-decoration: none;
}

.i-companies .slick-next:before {
  display: none;
}

.i-companies__card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 90px;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-companies__card:hover, .i-companies__card:active, .i-companies__card:focus {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  text-decoration: none;
}

.i-companies__card img {
  display: block;
  max-width: 100%;
}

.i-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 830px;
  margin: 60px 0;
  color: #262626;
  font-size: 16px;
  line-height: 1.6;
}

.i-texts p {
  display: inline-block;
  width: 100%;
  max-width: 390px;
  color: #262626;
  font-size: 16px;
  line-height: 1.6;
}

.i-black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 410px;
  min-height: 410px;
  margin-bottom: 10px;
  padding: 44px 34px 40px 40px;
  background-color: #191919;
  color: #ffffff;
}

.i-black__title {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.33;
}

.i-black__text {
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.38;
}

.i-black__link {
  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;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-black__link img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.i-black__link:hover, .i-black__link:active, .i-black__link:focus {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}

.i-green {
  display: block;
  position: relative;
  padding: 65px 0 0 0;
  background-color: #00bcbc;
}

.i-green:before {
  display: block;
  position: absolute;
  content: '';
  width: 85px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f8f8f8;
}

.i-green .i-big__title {
  color: #ffffff !important;
}

.i-green .i-profit__card-title {
  color: #ffffff !important;
}

.i-green .i-profit__card-text {
  color: #ffffff !important;
}

.i-green .i-profit__card-image {
  -webkit-filter: invert(100%) brightness(10);
          filter: invert(100%) brightness(10);
}

.i-green_darked {
  background-color: #181818 !important;
}

.i-green_darked .i-profit__card-title {
  color: #16b0ae !important;
}

.i-how {
  display: block;
  padding: 90px 0 0 0;
  background: #f8f8f8;
}

.i-how__title {
  display: block;
  margin-bottom: 65px;
  color: #1c1c1c;
  font-size: 36px;
}

.i-how__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i-how__card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 275px;
  margin-bottom: 90px;
  margin-right: 45px;
}

.i-how__card:after {
  display: block;
  position: absolute;
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.i-how__card:nth-child(1):after {
  width: 49px;
  height: 15px;
  right: 45px;
  top: 45px;
  background-image: url("../images/steps_1_after.png");
}

.i-how__card:nth-child(2):after {
  width: 49px;
  height: 15px;
  right: 45px;
  top: 45px;
  background-image: url("../images/steps_2_after.png");
}

.i-how__card:nth-child(4):after {
  width: 49px;
  height: 15px;
  right: 45px;
  top: 45px;
  background-image: url("../images/steps_5_after.png");
}

.i-how__card:nth-child(5):after {
  width: 50px;
  height: 56px;
  left: 100%;
  bottom: 100%;
  margin-bottom: -60px;
  background-image: url("../images/steps_3_after.png");
}

.i-how__card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 70px;
  margin-bottom: 26px;
}

.i-how__card-image img {
  display: block;
  max-width: 100%;
}

.i-how__card-number {
  display: block;
  margin-bottom: 10px;
  color: #00bcbc;
  font-size: 13px;
  letter-spacing: 1.5px;
}

.i-how__card-text {
  display: block;
  margin: 0;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.38;
}

.i-feedback {
  display: block;
  position: relative;
  padding: 75px 0 100px 0;
  background-color: #191919;
  color: #ffffff;
}

.i-feedback .slick-prev {
  display: block;
  width: 38px;
  height: 12px;
  bottom: auto;
  top: 50%;
  right: auto;
  left: 0;
  margin-top: -6px;
  margin-left: -100px;
  background: url("../images/icon_prev.png") no-repeat center;
  background-size: contain;
  -webkit-filter: invert(100%) brightness(10);
          filter: invert(100%) brightness(10);
  transition: all 0.15s ease-out;
  z-index: 10;
}

.i-feedback .slick-prev:hover {
  opacity: 0.8;
  text-decoration: none;
}

.i-feedback .slick-prev:before {
  display: none;
}

.i-feedback .slick-next {
  display: block;
  width: 38px;
  height: 12px;
  bottom: auto;
  top: 50%;
  left: auto;
  right: 0;
  margin-top: -6px;
  margin-right: -100px;
  background: url("../images/icon_next.png") no-repeat center;
  background-size: contain;
  -webkit-filter: invert(100%) brightness(10);
          filter: invert(100%) brightness(10);
  transition: all 0.15s ease-out;
  z-index: 10;
}

.i-feedback .slick-next:hover {
  opacity: 0.8;
  text-decoration: none;
}

.i-feedback .slick-next:before {
  display: none;
}

.i-feedback:after {
  display: block;
  position: absolute;
  content: '';
  width: 85px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #f8f8f8;
}

.i-feedback > .container {
  position: relative;
}

.i-feedback__title {
  display: block;
  margin-bottom: 38px;
  color: #ffffff;
  font-size: 36px;
}

.i-feedback__content {
  display: block;
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
}

.i-feedback__cards {
  display: block;
}

.i-feedback__card {
  display: block;
}

.i-feedback__card-text {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.38;
}

.i-feedback__card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.38;
}

.i-feedback__card-author img {
  display: inline-block;
  max-width: 100%;
  margin-right: 20px;
}

.i-feedback__card-author span {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.38;
}

.i-about {
  display: block;
  padding: 140px 0 55px 0;
  background-color: #ffffff;
}

.i-about__title {
  display: block;
  margin-bottom: 38px;
  color: #262626;
  font-size: 48px;
  line-height: 1.25;
}

.i-about__text {
  display: block;
  margin: 0;
  color: #262626;
  font-size: 20px;
  line-height: 1.4;
}

.i-about__big {
  display: block;
  position: relative;
  width: calc(100% - ((100% - 960px)/2));
  height: 600px;
  margin-left: calc((100% - 960px)/2);
}

.i-about__big img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.i-about__big:before {
  display: block;
  position: absolute;
  content: '';
  width: calc(100% - 960px);
  height: 190px;
  right: 100%;
  top: 0;
  background: #ffffff;
}

.i-about__article {
  display: block;
  padding: 80px 100px 60px 110px;
  background-color: #f9f9f9;
}

.i-about__article p {
  display: block;
  margin-bottom: 20px;
  color: #262626;
  font-size: 16px;
  line-height: 1.6;
}

.i-about__spec {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 50px;
  color: #262626;
  font-size: 20px;
  line-height: 1.4;
}

.i-contacts {
  display: block;
  padding: 140px 0 120px;
  background-color: #ffffff;
}

.i-contacts__title {
  display: block;
  margin-bottom: 70px;
  color: #262626;
  font-size: 48px;
  line-height: 1.25;
}

.i-contacts__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i-contacts__card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.i-contacts__card-title {
  display: block;
  margin-bottom: 22px;
  opacity: 0.5;
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.i-contacts__card-phone {
  display: block;
  margin-bottom: 4px;
  color: #333333;
  font-size: 24px;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-contacts__card-phone:hover, .i-contacts__card-phone:active, .i-contacts__card-phone:focus {
  color: #16b0ae;
  text-decoration: none;
}

.i-contacts__card-email {
  display: inline-block;
  margin-bottom: 2px;
  border-bottom: 1px solid #b2eaea;
  color: #16b0ae;
  font-size: 24px;
  line-height: 1.3;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-contacts__card-email:hover, .i-contacts__card-email:active, .i-contacts__card-email:focus {
  border-color: transparent;
  color: #16b0ae;
  text-decoration: none;
}

.i-contacts__card-text {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-size: 24px;
  line-height: 1.33;
}

.i-contacts__card p {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-size: 24px;
  line-height: 1.33;
}

.i-contacts__map {
  display: block;
  position: relative;
  width: calc(100% - ((100% - 960px)/2));
  height: 600px;
  margin-right: calc((100% - 960px)/2);
}

.i-contacts__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.i-contacts__map:before {
  display: block;
  position: absolute;
  content: '';
  width: calc(100% - 960px);
  height: 140px;
  left: 100%;
  top: 0;
  background: #ffffff;
}

.i-application {
  display: block;
  padding: 85px 0 120px 0;
  background-color: #ffffff;
}

.i-application__title {
  display: block;
  margin-bottom: 8px;
  color: #1c1c1c;
  font-size: 36px;
  line-height: 1.2;
}

.i-application__text {
  display: block;
  margin-bottom: 48px;
  color: #1c1c1c;
  font-size: 16px;
}

.i-application__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.i-application__accept {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  padding-left: 32px;
  background: url("../images/icon_checked.png") no-repeat left top;
  color: #1c1c1c;
  font-size: 13px;
}

.i-application__button {
  display: inline-block;
  padding: 18px 36px;
  background-color: #00bcbc;
  border: 0;
  outline: 0;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.i-application__button:hover, .i-application__button:active, .i-application__button:focus {
  opacity: 0.8;
  text-decoration: none;
}

.i-application form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i-application form > div:first-child {
  display: inline-block;
  width: 100%;
  max-width: 350px;
}

.i-application form > div:last-child {
  display: inline-block;
  width: 100%;
  max-width: 570px;
}

.i-application form input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 18px 20px;
  border: 0;
  outline: 0;
  background-color: #f5f5f5;
  color: #1c1c1c;
  font-size: 16px;
}

.i-application form textarea {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 30px;
  padding: 18px 20px;
  border: 0;
  outline: 0;
  background-color: #f5f5f5;
  color: #1c1c1c;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .i-header > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .i-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
  }
  .i-header {
    padding: 20px 0;
  }
  .i-services {
    padding: 30px 0;
  }
  .i-services__title {
    margin-bottom: 5px;
    font-size: 32px;
  }
  .i-services__text {
    margin-bottom: 20px;
  }
  .i-services__cards {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .i-big:before {
    display: none;
  }
  .i-big {
    padding: 30px 0;
  }
  .i-big__title {
    margin-bottom: 15px;
    font-size: 32px;
  }
  .i-profit {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0;
  }
  .i-profit__card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
  .i-cases__card-link {
    margin-bottom: 20px;
  }
  .i-form {
    padding: 40px 0;
  }
  .i-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .i-form form input {
    margin-bottom: 4px;
  }
  .i-seo {
    padding: 30px 0 10px 0;
  }
  .i-seo__title {
    font-size: 32px;
  }
  .i-bottom_flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
  }
  .i-bottom__block {
    padding: 30px 0;
  }
  .i-bottom__map {
    display: block;
    height: 300px;
  }
  .i-service__big {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .i-service > .container {
    padding: 30px 15px;
  }
  .i-service__back {
    margin-bottom: 20px;
  }
  .i-service__title {
    font-size: 32px;
  }
  .i-bigger {
    padding: 10px 0 30px 0;
  }
  .i-bigger:after {
    display: none;
  }
  .i-companies {
    margin-bottom: 20px;
    padding: 0;
  }
  .i-companies__card {
    margin: 0 auto;
  }
  .i-texts {
    margin: 0;
    padding: 10px 0 30px 0;
  }
  .i-green {
    padding: 30px 0;
  }
  .i-green:before {
    display: none;
  }
  .i-feedback {
    padding: 30px 0;
  }
  .i-how {
    padding: 30px 0 10px 0;
  }
  .i-how__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .i-how__card {
    margin-bottom: 40px;
  }
  .i-how__card-number {
    font-size: 32px;
    font-weight: 500;
  }
  .i-how__card:after {
    display: none;
  }
  .i-feedback:after {
    display: none;
  }
  .i-feedback .slick-prev {
    bottom: auto;
    top: 100%;
    right: auto;
    left: 0;
    margin: 0;
    margin-top: 10px;
  }
  .i-feedback .slick-next {
    bottom: auto;
    top: 100%;
    right: auto;
    left: 60px;
    margin: 0;
    margin-top: 10px;
  }
  .i-contacts {
    padding: 30px 0;
  }
  .i-contacts__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .i-contacts__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .i-contacts__card {
    width: 100%;
    margin-bottom: 20px;
  }
  .i-contacts__card-title {
    margin-bottom: 10px;
  }
  .i-contacts__map {
    width: 100%;
    height: 300px;
    margin: 0;
  }
  .i-contacts__map:after {
    display: none;
  }
  .i-application {
    padding: 30px 0;
  }
  .i-application__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .i-application__button {
    margin: 20px 0;
  }
  .i-about {
    padding: 30px 0;
  }
  .i-about__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .i-about__big {
    width: 100%;
    height: 300px;
    margin: 0;
  }
  .i-about__big:after {
    display: none;
  }
  .i-about__article {
    padding: 30px 0;
  }
}

@media (min-width: 1199px) {
  .container {
    max-width: 990px;
  }
}