@font-face {
  font-family: "Akrobatregular";
  src: url(../fonts/akrobat/Akrobat.woff2) format("woff2"), url(../fonts/akrobat/Akrobat.ttf) format("truetype");
  font-display: block;
  font-weight: 400;
  font-style: "normal"; }

@font-face {
  font-family: "Akrobatblack";
  src: url(../fonts/akrobat/Akrobatblack.woff2) format("woff2"), url(../fonts/akrobat/Akrobatblack.ttf) format("truetype");
  font-display: block;
  font-weight: 800;
  font-style: "normal"; }

@font-face {
  font-family: "Akrobatbold";
  src: url(../fonts/akrobat/Akrobatbold.woff2) format("woff2"), url(../fonts/akrobat/Akrobatbold.ttf) format("truetype");
  font-display: block;
  font-weight: 600;
  font-style: "normal"; }

@font-face {
  font-family: "Akrobatextrabold";
  src: url(../fonts/akrobat/Akrobatextrabold.woff2) format("woff2"), url(../fonts/akrobat/Akrobatextrabold.ttf) format("truetype");
  font-display: block;
  font-weight: 700;
  font-style: "normal"; }

@font-face {
  font-family: "Akrobatextralight";
  src: url(../fonts/akrobat/Akrobatextralight.woff2) format("woff2"), url(../fonts/akrobat/Akrobatextralight.ttf) format("truetype");
  font-display: block;
  font-weight: 200;
  font-style: "normal"; }

@font-face {
  font-family: "Akrobatlight";
  src: url(../fonts/akrobat/Akrobatlight.woff2) format("woff2"), url(../fonts/akrobat/Akrobatlight.ttf) format("truetype");
  font-display: block;
  font-weight: 300;
  font-style: "normal"; }

@font-face {
  font-family: "Akrobatsemibold";
  src: url(../fonts/akrobat/Akrobatsemibold.woff2) format("woff2"), url(../fonts/akrobat/Akrobatsemibold.ttf) format("truetype");
  font-display: block;
  font-weight: 500;
  font-style: "normal"; }

@font-face {
  font-family: "Akrobatthin";
  src: url(../fonts/akrobat/Akrobatthin.woff2) format("woff2"), url(../fonts/akrobat/Akrobatthin.ttf) format("truetype");
  font-display: block;
  font-weight: 100;
  font-style: "normal"; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .modal__close {
    top: 10px;
    right: 25px;
    position: absolute;
    width: 13px;
    height: 13px;
    background: 0;
    border: 0;
    z-index: 110;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .modal__close svg {
      width: 13px;
      height: 13px; }
    .modal__close:hover {
      fill: #ea748f; }
  .modal__title {
    margin-bottom: 14px;
    font-family: 'Akrobatbold', Tahoma, serif;
    font-weight: 600;
    font-size: 32px; }
  .modal__desc {
    margin-bottom: -10px;
    font-family: 'Akrobatbold', Tahoma, serif;
    font-weight: 600;
    font-size: 18px; }
    @media (max-width: 580px) {
      .modal__desc {
        text-align: center; } }
  .modal__text {
    margin-bottom: 30px;
    font-family: 'Akrobatlight', Tahoma, serif;
    font-weight: 300;
    font-size: 12px; }
    @media (max-width: 580px) {
      .modal__text {
        text-align: center; } }
  .modal__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .modal__body form {
      margin: 40px 0 26px;
      max-width: 400px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .modal__body form input {
        margin-bottom: 20px;
        padding: 0 20px;
        height: 39px;
        font-family: 'Akrobatbold', Tahoma, serif;
        font-weight: 600;
        font-size: 14px;
        border: 1px solid #c7c7c7;
        border-radius: 20px;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }
        .modal__body form input::-webkit-input-placeholder {
          color: #000;
          opacity: 1; }
        .modal__body form input::-moz-placeholder {
          color: #000;
          opacity: 1; }
        .modal__body form input:-ms-input-placeholder {
          color: #000;
          opacity: 1; }
        .modal__body form input::-ms-input-placeholder {
          color: #000;
          opacity: 1; }
        .modal__body form input::placeholder {
          color: #000;
          opacity: 1; }
        .modal__body form input:-ms-input-placeholder {
          color: #000; }
        .modal__body form input::-ms-input-placeholder {
          color: #000; }
        .modal__body form input:hover, .modal__body form input:focus {
          border-color: #ea748f; }
      .modal__body form button {
        border: 0;
        padding: 10px 40px; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: absolute;
  width: 100%;
  margin: 0.5rem;
  pointer-events: none;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 480px) {
    .modal-dialog {
      padding: 60px 0;
      margin: 0; } }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 780px;
  pointer-events: auto;
  background-clip: padding-box;
  background: #fff;
  border-radius: 20px;
  outline: 0; }
  @media (max-width: 800px) {
    .modal-content {
      margin: 0 15px; } }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.3);
  background-size: cover; }

.modal-backdrop.fade {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0; }

.modal-backdrop.show {
  opacity: 1; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.modal.fade {
  -webkit-transform: translate3d(0, 0vh, 0);
          transform: translate3d(0, 0vh, 0); }

.modal.in {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
      transform: translate(0, 25%); }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
      transform: translate(0, 1px); }

html {
  font-family: 'Akrobatregular', Arial, serif;
  font-size: 16px;
  height: 100%; }

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden; }

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #000; }

ol, ul {
  list-style: none; }

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

input,
button,
textarea,
select {
  font: inherit; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

input,
select,
button {
  outline: none; }

.is-hidden {
  display: none !important; }

.is-visible {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  z-index: 10; }

.time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .time .icon-clock {
    margin-right: 12px;
    width: 18px;
    height: 18px;
    fill: #c7c7c7; }
  .time__text {
    font-family: 'Akrobatbold', Tahoma, serif;
    font-weight: 600;
    font-size: 14px; }
  @media (max-width: 767px) {
    .time {
      display: none; } }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  .logo .icon-logo {
    margin-right: 13px;
    width: 25px;
    height: 31px; }
  .logo__text {
    font-family: 'Akrobatextrabold', Tahoma, serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .logo:hover .logo__text {
    color: #ea748f; }
  @media (max-width: 420px) {
    .logo {
      margin-bottom: 26px; } }

.navigation {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .navigation__item {
    margin-right: 25px; }
    .navigation__item:last-child {
      margin-right: 0; }
  .navigation__link {
    font-family: 'Akrobatextrabold', Tahoma, serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .navigation__link:hover {
      color: #ea748f; }

.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.phone-layout {
  margin-right: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  .phone-layout .icon-phone {
    margin-right: 8px;
    width: 12px;
    height: 18px;
    fill: #cccdce; }
  .phone-layout__text {
    font-family: 'Akrobatbold', Tahoma, serif;
    font-weight: 700;
    font-size: 16px;
    color: #000; }

.button {
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ea748f;
  font-family: 'Akrobatbold', Tahoma, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .button:hover {
    background: #eb5b7c; }

.title {
  font-family: 'Akrobatbold', Tahoma, serif;
  font-weight: 700;
  font-size: 32px;
  color: #000;
  text-align: center; }
  @media (max-width: 580px) {
    .title {
      line-height: 30px; } }

.menu {
  width: 40px;
  height: 40px;
  background: #ea748f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%; }
  .menu .icon-menu,
  .menu .icon-close {
    width: 20px;
    height: 20px;
    fill: #fff; }
  .menu .icon-close {
    width: 14px;
    height: 14px; }

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 79px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .header__container:last-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 56px; }
    @media (max-width: 580px) {
      .header__container:last-child {
        height: auto; } }
  @media (max-width: 580px) {
    .header__container {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.header__menu {
  display: none; }
  @media (max-width: 580px) {
    .header__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

@media (max-width: 580px) {
  .header__navigation {
    display: none;
    padding-top: 20px;
    top: 70px;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background: #fff;
    z-index: 10; } }

@media (max-width: 580px) {
  .header__navigation li {
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center; } }

@media (max-width: 580px) {
  .header__button {
    display: none; } }

@media (max-width: 767px) {
  .header__logo {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.header__time {
  margin-left: 62px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.header__line {
  width: 100%;
  height: 1px;
  background: #c7c7c7;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.header--float {
  top: 0;
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
  z-index: 10; }
  .header--float .header__container:last-child {
    margin-top: -69.5px; }
  .header--float .header__navigation {
    z-index: 9; }
  .header--float .header__time,
  .header--float .header__line {
    opacity: 0; }

@media (max-width: 580px) {
  .header {
    position: fixed;
    width: 100%;
    background: #fff; } }

.main {
  padding: 82px 0 68px;
  background: #e9f5f9; }
  .main__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main__content .main__title {
    margin-top: 46px;
    margin-bottom: 8px;
    font-family: 'Akrobatbold', Tahoma, serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 38px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .main__content .main__title {
        margin-top: 0; } }
  .main__content .main__text {
    margin-bottom: 24px;
    font-family: 'Akrobatbold', Tahoma, serif;
    font-weight: 600;
    font-size: 16px; }
    .main__content .main__text span {
      font-family: 'Akrobatblack';
      font-weight: 800; }
    .main__content .main__text:last-child {
      margin-bottom: 48px; }
  .main__content .main__button {
    padding: 20px 35px; }
  .main .icon-main {
    width: 504px;
    height: 335px; }
    @media (max-width: 767px) {
      .main .icon-main {
        display: none; } }
  @media (max-width: 580px) {
    .main {
      padding: 110px 0 30px; } }

.services {
  padding: 66px 0 0; }
  .services__list {
    margin-top: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .services__list .services__item {
      margin-bottom: 28px;
      width: 18%;
      padding: 40px 40px 30px;
      border: 1px solid #c7c7c7;
      font-family: 'Akrobatbold', Tahoma, serif;
      font-weight: 600;
      text-align: center;
      border-radius: 20px;
      cursor: pointer;
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      .services__list .services__item:hover {
        background: #ea748f;
        color: #fff;
        border-color: #fff; }
        .services__list .services__item:hover .svg-sprite-icon {
          fill: #fff; }
      .services__list .services__item .svg-sprite-icon {
        margin-bottom: 30px;
        width: 72px;
        height: 72px;
        fill: #ea748f; }
      @media (max-width: 767px) {
        .services__list .services__item:nth-child(even) {
          margin-right: 0; } }
      @media (max-width: 992px) {
        .services__list .services__item:nth-child(4n+4) {
          margin-right: 0; } }
      @media (max-width: 992px) {
        .services__list .services__item {
          margin-right: 1%;
          width: 23%; } }
      @media (max-width: 767px) {
        .services__list .services__item {
          margin-right: 2%;
          width: 48%; } }
      @media (max-width: 580px) {
        .services__list .services__item {
          width: 100%; } }

.about {
  padding: 87px 0 104px;
  background: #e9f5f9; }
  .about .icon-pipe-wrench {
    bottom: -130px;
    right: 0;
    position: absolute;
    width: 94px;
    height: 94px; }
    @media (max-width: 580px) {
      .about .icon-pipe-wrench {
        display: none; } }
  .about .icon-gear {
    position: absolute;
    fill: #c5c5c5; }
    .about .icon-gear:nth-child(2) {
      bottom: -150px;
      left: 20%;
      width: 22px; }
    .about .icon-gear:nth-child(3) {
      top: -100px;
      right: 30%;
      width: 22px; }
      @media (max-width: 992px) {
        .about .icon-gear:nth-child(3) {
          right: 33%; } }
    .about .icon-gear:nth-child(4) {
      top: -100px;
      right: 25%;
      width: 48px; }
    @media (max-width: 767px) {
      .about .icon-gear {
        display: none; } }
  .about__container {
    position: relative; }
  .about__text {
    margin: 0 auto;
    margin-top: 26px;
    width: 80%;
    font-size: 22px;
    line-height: 26px;
    text-align: center; }
    @media (max-width: 992px) {
      .about__text {
        width: 100%; } }
    @media (max-width: 580px) {
      .about__text {
        font-size: 18px; } }
  @media (max-width: 580px) {
    .about {
      padding: 30px 0 50px; } }

.why {
  padding: 69px 0 34px; }
  .why__list {
    margin-top: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .why__list .why__item {
      position: relative;
      padding: 39px 16px;
      width: 48.5%;
      -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.03);
              box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.03);
      background: #fff;
      border-radius: 10px;
      border-bottom: 9px solid #7accbe; }
      .why__list .why__item .icon-pipe-wrench-2 {
        bottom: -65px;
        left: -70px;
        position: absolute;
        width: 144px;
        height: 144px;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        z-index: -1; }
      .why__list .why__item .icon-plumber-alt {
        bottom: -15px;
        right: 30px;
        position: absolute;
        width: 117px;
        height: 121px; }
        @media (max-width: 580px) {
          .why__list .why__item .icon-plumber-alt {
            display: none; } }
      .why__list .why__item .why__title {
        margin-left: 38px;
        margin-bottom: 40px;
        font-family: 'Akrobatbold', Tahoma, serif;
        font-weight: 600;
        font-size: 32px; }
        .why__list .why__item .why__title--green {
          color: #26a000; }
        .why__list .why__item .why__title--red {
          color: #ea748f; }
        @media (max-width: 1200px) {
          .why__list .why__item .why__title {
            font-size: 24px;
            line-height: 24px; } }
        @media (max-width: 580px) {
          .why__list .why__item .why__title {
            margin-left: 0; } }
      .why__list .why__item .why__item {
        margin-bottom: 45px;
        padding: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        background: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        border: 0; }
        .why__list .why__item .why__item .svg-sprite-icon {
          margin-right: 17px;
          width: 32px;
          height: 28px; }
          @media (max-width: 1200px) {
            .why__list .why__item .why__item .svg-sprite-icon {
              margin-top: -10px; } }
          @media (max-width: 580px) {
            .why__list .why__item .why__item .svg-sprite-icon {
              display: none; } }
        .why__list .why__item .why__item--green {
          fill: #26a000; }
        .why__list .why__item .why__item--red {
          fill: #ea748f; }
        .why__list .why__item .why__item .why__title {
          margin-left: 0;
          margin-top: -10px;
          margin-bottom: 0px;
          font-family: 'Akrobatbold', Tahoma, serif;
          font-weight: 600;
          font-size: 30px; }
          @media (max-width: 1200px) {
            .why__list .why__item .why__item .why__title {
              margin-bottom: 10px; } }
        .why__list .why__item .why__item .why__text {
          width: 70%;
          font-size: 18px;
          line-height: 22px; }
          @media (max-width: 580px) {
            .why__list .why__item .why__item .why__text {
              width: 100%; } }
        .why__list .why__item .why__item:last-child {
          border: 0; }
          @media (max-width: 992px) {
            .why__list .why__item .why__item:last-child {
              margin-bottom: 0px; } }
      .why__list .why__item:last-child {
        border-color: #fff; }
        @media (max-width: 992px) {
          .why__list .why__item:last-child {
            margin-bottom: 0px; } }
      @media (max-width: 992px) {
        .why__list .why__item {
          margin-bottom: 30px;
          width: 100%; } }
    @media (max-width: 992px) {
      .why__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 992px) {
    .why {
      padding-bottom: 0; } }

.reviews {
  padding: 37px 0 99px; }
  .reviews__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .reviews__item {
    position: relative;
    margin-top: 40px;
    padding: 36px 66px 74px 66px;
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 20px; }
    .reviews__item .reviews__icon {
      position: absolute; }
      .reviews__item .reviews__icon .svg-sprite-icon {
        width: 41px;
        height: 32px; }
      .reviews__item .reviews__icon--top {
        top: -14px;
        left: -24px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        z-index: -1; }
      .reviews__item .reviews__icon--bottom {
        bottom: -24px;
        right: -16px;
        z-index: -1; }
      @media (max-width: 580px) {
        .reviews__item .reviews__icon {
          display: none; } }
    .reviews__item .reviews__name {
      font-family: 'Akrobatbold', Tahoma, serif;
      font-weight: 600;
      font-size: 20px;
      color: #000; }
    .reviews__item .reviews__date {
      margin-bottom: 16px;
      font-family: 'Akrobatbold', Tahoma, serif;
      font-weight: 600;
      font-size: 14px;
      color: #c2c2c2; }
    @media (max-width: 540px) {
      .reviews__item {
        padding: 30px; } }
  .reviews__button {
    margin: 0 auto;
    padding: 16px;
    margin-top: 42px;
    width: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  @media (max-width: 540px) {
    .reviews {
      padding: 30px 0 46px; } }

.scheme {
  padding: 70px 0 101px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }
  .scheme__list {
    margin: 0;
    padding: 0;
    margin-top: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .scheme__list .scheme__item {
      position: relative;
      width: 25%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      .scheme__list .scheme__item .svg-sprite-icon {
        margin-bottom: 36px;
        height: 62px; }
      .scheme__list .scheme__item .icon-right-arrow {
        bottom: 7%;
        right: -28%;
        position: absolute;
        width: 19px;
        height: 21px; }
        @media (max-width: 992px) {
          .scheme__list .scheme__item .icon-right-arrow {
            display: none; } }
      .scheme__list .scheme__item .scheme__num {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100px;
        font-family: 'Akrobatextrabold', Tahoma, serif;
        font-weight: 700;
        line-height: auto;
        font-size: 90px;
        text-align: center; }
      .scheme__list .scheme__item .scheme__title {
        margin-bottom: 20px;
        font-family: 'Akrobatextrabold', Tahoma, serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 16px;
        color: #000; }
      .scheme__list .scheme__item .scheme__text {
        font-family: 'Akrobatregular', Tahoma, serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: #000; }
      .scheme__list .scheme__item:nth-child(1) .scheme__num {
        color: #ea748f; }
      .scheme__list .scheme__item:nth-child(2) .scheme__num {
        color: #00d9ff; }
      .scheme__list .scheme__item:nth-child(3) .scheme__num {
        color: #fee97b; }
      @media (max-width: 540px) {
        .scheme__list .scheme__item {
          margin-bottom: 52px;
          width: 100%; } }
    @media (max-width: 992px) {
      .scheme__list {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
    @media (max-width: 540px) {
      .scheme__list {
        margin-top: 20px; } }
  @media (max-width: 540px) {
    .scheme {
      padding: 30px 0; } }

.advantages {
  padding: 96px 0 100px; }
  .advantages__list {
    margin: 0;
    padding: 0;
    margin-top: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .advantages__list .advantages__item {
      width: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      .advantages__list .advantages__item .svg-sprite-icon {
        margin-bottom: 36px;
        height: 62px; }
      .advantages__list .advantages__item .advantages__text {
        font-family: 'Akrobatextrabold', Tahoma, serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        color: #000; }
      .advantages__list .advantages__item:nth-child(4), .advantages__list .advantages__item:nth-child(5) {
        margin-bottom: 0; }
        @media (max-width: 540px) {
          .advantages__list .advantages__item:nth-child(4), .advantages__list .advantages__item:nth-child(5) {
            margin-bottom: 52px; } }
      @media (max-width: 992px) {
        .advantages__list .advantages__item {
          margin-bottom: 52px;
          width: 33%; } }
      @media (max-width: 540px) {
        .advantages__list .advantages__item {
          margin-bottom: 52px;
          width: 100%; } }
    @media (max-width: 992px) {
      .advantages__list {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
  @media (max-width: 540px) {
    .advantages {
      padding: 30px 0; } }

.footer {
  padding: 52px 0 44px;
  background: #e9f5f9; }
  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
      @media (max-width: 767px) {
        .footer__container:last-child {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    @media (max-width: 420px) {
      .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 992px) {
    .footer__navigation {
      display: none; } }
  .footer__link {
    font-family: 'Akrobatbold', Tahoma, serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000; }
    @media (max-width: 767px) {
      .footer__link {
        margin-bottom: 26px; } }
  .footer__text {
    font-family: 'Akrobatbold', Tahoma, serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000; }
    @media (max-width: 767px) {
      .footer__text {
        text-align: center; } }
  @media (max-width: 420px) {
    .footer {
      padding: 30px 0; } }
