@font-face {
  font-family: 'GothamPro-Bold';
  src: local('GothamPro-Bold'), url("gothampro-bold.eot"), url("gothampro-bold.woff") format('woff');
}
@font-face {
  font-family: 'GothamPro-Bold';
  src: local('GothamPro-Bold'), url("gothampro-bold.eot"), url("gothampro-bold.woff") format('woff');
}
@font-face {
  font-family: 'GothamPro-Light';
  src: local('GothamPro-Light'), url("gothampro-light.eot"), url("gothampro-light.woff") format('woff');
}
@font-face {
  font-family: 'GothamPro-Light';
  src: local('GothamPro-Light'), url("gothampro-light.eot"), url("gothampro-light.woff") format('woff');
}
@font-face {
  font-family: 'FuturaPT-Bold';
  src: local('FuturaPT-Bold'), url("futurapt-bold.eot"), url("futurapt-bold.woff") format('woff');
}
@font-face {
  font-family: 'FuturaPT-Book';
  src: local('FuturaPT-Book'), url("futurapt-book.eot"), url("futurapt-book.woff") format('woff');
}
@font-face {
  font-family: 'FuturaPT-ExtraBold';
  src: local('FuturaPT-ExtraBold'), url("futurapt-extrabold.eot"), url("futurapt-extrabold.woff") format('woff');
}
@font-face {
  font-family: 'FuturaPT-Demi';
  src: local('FuturaPT-Demi'), url("futurapt-demi.eot"), url("futurapt-demi.woff") format('woff');
}
@font-face {
  font-family: 'FuturaPT-Heavy';
  src: local('FuturaPT-Heavy'), url("futurapt-heavy.eot"), url("futurapt-heavy.woff") format('woff');
}
@font-face {
  font-family: 'FuturaPT-Light';
  src: local('FuturaPT-Light'), url("futurapt-light.eot"), url("futurapt-light.woff") format('woff');
}
@font-face {
  font-family: 'FuturaPT-Medium';
  src: local('FuturaPT-Medium'), url("futurapt-medium.eot"), url("futurapt-medium.woff") format('woff');
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  font-family: 'FuturaPT-Book', Arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
}
main {
  overflow: hidden;
}
ul {
  position: relative;
  padding-left: 15px;
}
li {
  list-style: none;
}
li::before {
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #fff;
  content: '-';
}
::-webkit-input-placeholder {
  font-family: 'FuturaPT-Heavy', Arial;
  font-size: 14px;
  line-height: normal;
  color: #919191;
}
:-moz-placeholder {
  font-family: 'FuturaPT-Heavy', Arial;
  font-size: 14px;
  line-height: normal;
  color: #919191;
}
::-moz-placeholder {
  font-family: 'FuturaPT-Heavy', Arial;
  font-size: 14px;
  line-height: normal;
  color: #919191;
}
:-ms-input-placeholder {
  font-family: 'FuturaPT-Heavy', Arial;
  font-size: 14px;
  line-height: normal;
  color: #919191;
}
.mail__icon {
  position: relative;
  margin-right: 6px;
}
.mail__link {
  position: relative;
  font-size: 16px;
  font-family: 'FuturaPT-Book', Arial;
  color: #999;
}
.mail__link:hover {
  color: #999;
  text-decoration: none;
}
.phone-btn__icon {
  position: relative;
  margin-right: 6px;
}
.phone-btn__link {
  position: relative;
  font-size: 26px;
  font-family: 'FuturaPT-Heavy', Arial;
  color: #000;
}
.phone-btn__link:hover {
  color: #000;
  text-decoration: none;
}
.phone-btn__link--small {
  position: relative;
  font-size: 18px;
  font-family: 'FuturaPT-Heavy', Arial;
}
.icon-contacts {
  width: 20px;
  height: 13px;
  fill: #999;
}
.icon-contacts--tel {
  width: 18px;
  height: 18px;
  fill: #000;
}
.icon-contacts--size-small {
  width: 12px;
  height: 12px;
  -ms-transform: translateY(-1px);
      transform: translateY(-1px);
}
.icon-contacts--contacts {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  fill: #fff;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  transition: all 0.3s ease;
}
.nav.width {
  width: 55%;
  z-index: 88;
  position: relative;
  margin-left: 180px;
  transition: all 0.3s ease;
}
.link-default {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
  color: #000;
  font-size: 18px;
  font-family: 'FuturaPT-Light', Arial;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s ease;
}
.link-default:hover,
.link-default:focus {
  text-decoration: none;
  color: #f00;
  transition: all 0.3s ease;
}
.link-default::before {
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f00;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  content: '';
}
.link-default:hover::before {
  opacity: 1;
  visibility: visible;
}
.main-title {
  margin-bottom: 46px;
  font-size: 42px;
  font-family: 'FuturaPT-ExtraBold', Arial;
  color: #fff;
  text-transform: uppercase;
}
.section-title {
  margin-bottom: 0;
  font-size: 38px;
  font-family: 'FuturaPT-ExtraBold', Arial;
  color: #000;
  text-transform: uppercase;
}
.section-title__small-text {
  display: block;
  font-size: 34px;
  font-family: 'FuturaPT-Medium', Arial;
  text-transform: none;
}
.section-title__change {
  color: #fcfe00;
}
.section-title--color-snow {
  color: #fff;
}
.section-title--uper {
  text-transform: none;
  font-size: 36px;
}
.section-title--small {
  font-size: 33px;
}
.section-subtitle {
  margin-bottom: 66px;
  font-size: 46px;
  font-family: circe-b;
}
.btn-default {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 31px;
  height: 49px;
  font-family: 'FuturaPT-Heavy', Arial;
  font-size: 19px;
  color: #fff;
  background-color: #f00;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border: none;
  transition: all 0.3s ease;
}
.btn-default:hover {
  text-decoration: none;
  background-color: #da4a35;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-default:focus {
  outline: none;
}
.btn-promotion {
  width: 100%;
  font-size: 16px;
  color: #000;
  background-image: linear-gradient(180deg, #ffe400 0%, #fcff00 100%);
  box-shadow: 0px 0px 21.34px 0.66px rgba(8,188,255,0.21);
}
.btn-promotion:hover {
  color: #000;
  box-shadow: 0px 0px 21.34px 0.66px rgba(8,188,255,0.4);
}
.btn-rapairs,
.btn-services {
  width: 100%;
  font-size: 16px;
  font-family: 'FuturaPT-Demi', Arial;
  color: #000;
  background-color: #fff;
}
.btn-rapairs:hover,
.btn-services:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.btn-services {
  font-size: 14px;
}
.btn-services:hover {
  box-shadow: 0px 0px 21.34px 0.66px rgba(8,188,255,0.21);
}
.btn-problems {
  height: 53px;
  padding: 0 56px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 0px 21.34px 0.66px rgba(8,188,255,0.21);
}
.btn-problems:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0px 0px 21.34px 0.66px rgba(8,188,255,0.5);
}
.btn-footer {
  height: 23px;
  padding: 0 20px;
  font-size: 12px;
  font-family: 'FuturaPT-Heavy', Arial;
}
.privacy-police {
  font-size: 14px;
  font-family: 'FuturaPT-Bold', Arial;
  text-align: center;
}
.privacy-police--size-s {
  font-size: 12px;
  font-family: 'FuturaPT-Book', Arial;
}
.privacy-police--color-snow {
  color: #fff;
}
.privacy-police__link {
  font-size: 14px;
  font-family: 'FuturaPT-Bold', Arial;
  color: #000;
}
.privacy-police__link--color-snow {
  color: #fff;
  transition: all 0.3s ease;
}
.privacy-police__link--color-snow:hover {
  color: #fcfe00;
}
.privacy-police__link--size-s {
  font-size: 12px;
  font-family: 'FuturaPT-Book', Arial;
}
.privacy-police__link:hover {
  text-decoration: none;
}
.input-default {
  height: 49px;
  width: 100%;
  padding-left: 17px;
  font-size: 14px;
  color: #919191;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.input-default:hover,
.input-default:focus {
  box-shadow: 0px 8px 35px 0px rgba(77,104,136,0.32);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .section-title {
    font-size: 34px;
  }
  .section-title__small-text {
    font-size: 30px;
  }
  .nav.width {
    width: 58%;
    margin-left: 150px;
  }

  .section-title--uper {
    font-size: 29px;
  }
}
@media screen and (max-width: 991px) {
  .section-title {
    font-size: 28px;
  }
  .section-title__small-text {
    font-size: 24px;
  }
  .link-default {
    padding: 0;
  }
  .link-default::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .section-title {
    margin-bottom: 45px;
  }
  body {
    font-size: 15px;
  }
  .btn-footer {
    width: 100%;
  }
  .btn-default {
    width: 100%;
  }
  .link-default {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .main-title {
    font-size: 18px;
  }
  .section-title {
    margin-bottom: 35px;
    font-size: 20px;
  }
  .section-title__small-text {
    font-size: 16px;
    line-height: 1.4;
  }
  .icon-contacts {
    position: absolute;
    left: -15px;
    bottom: -9px;
    width: 15px;
    height: 15px;
  }
  .icon-contacts--contacts {
    left: -25px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .icon-contacts--tel {
    left: -15px;
  }
  .privacy-police {
    font-size: 12px;
  }
  .btn-default {
    height: 38px;
    font-size: 16px;
  }
}
.header {
  position: relative;
  overflow: hidden;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}
.header__container {
  position: relative;
}
.header__nav {
  position: relative;
  border-bottom: 1px solid #ced2d4;
  border-top: 1px solid #ced2d4;
  transition: all 0.3s ease;
}
.header__nav.border-none {
  border-top: none;
}
.header__top-inner {
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 22px 0;
  opacity: 1;
  width: 100%;
  -ms-transform: translateX(0);
      transform: translateX(0);
  top: -100%;
}
.header__top-inner.fixed-top-panel {
  position: fixed;
  z-index: 5;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: 0;
  width: 1110px;
  padding: 0;
  height: 51px;
  transition: all 0.3s ease;
}
.header__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 30px;
}
.header__contacts.phone-btn.fixed {
  margin-right: 0;
  z-index: 9;
  position: relative;
  transition: all 0.3s ease;
}
.header__contacts.mail.hidden {
  display: none;
}
.header__hamburger {
  display: none;
  -ms-flex-align: center;
      align-items: center;
}
.header__menu-mobile {
  position: sticky;
  top: 54px;
  left: 0;
  z-index: 999;
  width: 100%;
  display: none;
  max-height: 100%;
  overflow-y: scroll;
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  box-shadow: 0px 9px 22px 0px rgba(0,0,0,0.13);
}
.header__btn.hidden {
  display: none;
}
.hamburger {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.hamburger-box {
  width: 35px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 35px;
  background-color: #000;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}
.logo {
  color: #000;
}
.logo__img {
  width: 235px;
  height: auto;
}
.logo__img--small {
  width: 133px;
  height: auto;
}
.logo__img--size-s {
  width: 75px;
  height: auto;
}
.logo__img--secondary {
  width: 134px;
  height: auto;
}
.logo__img--change.fixed {
  width: 130px;
  transition: all 0.3s ease;
}
.nav-mobile {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
.nav-mobile__link {
  margin: 10px 0;
}
.menu-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.menu-mobile__phone-btn {
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.menu-mobile__mail {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .header__top-inner.fixed-top-panel {
    width: 930px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.09);
  }
  .header__hamburger {
    display: -ms-flexbox;
    display: flex;
  }
  .header__info,
  .header__nav {
    display: none;
  }
  .header__top {
    padding: 15px 0;
  }
  .header__top-inner {
    padding: 0;
  }
  .header__mobile-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 40px;
  }
  .header__contacts {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .logo__img {
    width: 120px;
  }
  .logo__img--secondary {
    width: 75px;
    height: auto;
  }
  .logo__img--size-s {
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    width: 32px;
  }
  .hamburger-box {
    width: 32px;
  }
  .nav-mobile__link {
    margin: 5px 0;
  }
  .header__btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-mobile {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .header__btn {
    width: 100%;
  }
}
.offer {
  position: relative;
  padding-top: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.offer::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  content: '';
}
.offer__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.offer__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer.fixed {
  padding-top: 286px;
}
.offer__hello {
  font-size: 18px;
  font-family: 'FuturaPT-Medium', Arial;
}
.offer__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 95px;
  width: 100%;
}
.offer__calculate {
  margin-top: 70px;
  font-size: 20px;
  font-family: 'FuturaPT-Bold', Arial;
}
.offer__btn {
  margin-top: 30px;
  padding-bottom: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.offer__container {
  position: relative;
  z-index: 4;
}
.offer__img-wrapper {
  position: absolute;
  right: 15px;
  bottom: -30px;
}
.offer__subtitle {
  margin-top: -45px;
  font-size: 18px;
  font-family: 'FuturaPT-Medium', Arial;
}
.icon-offer {
  width: 44px;
  height: 36px;
  fill: #fff;
}
.offer-icon__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 50px;
}
.offer-icon__item:last-child {
  margin-right: 0;
}
.offer-icon__item--secondary {
  margin-right: 0;
  width: 25%;
}
.offer-icon__icon {
  margin-right: 12px;
}
.offer-icon__title {
  font-size: 16px;
  font-family: 'FuturaPT-Demi', Arial;
  text-align: left;
}
.btn-action {
  padding: 0 56px;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .offer {
    padding-top: 110px;
  }
  .offer.fixed {
    padding-top: 246px;
  }
  .offer__img {
    width: 400px;
  }
  .offer__img--secondary {
    width: 430px;
  }
}
@media screen and (max-width: 991px) {
  .offer {
    padding-top: 140px;
  }
  .offer__img {
    width: 250px;
  }
  .offer__img--secondary {
    width: 400px;
  }
  .offer__icons {
    margin-top: 50px;
  }
  .offer__calculate {
    margin-top: 50px;
  }
  .offer-icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .offer-icon__item {
    width: 32%;
    margin-right: 0;
  }
  .offer-icon__item--secondary {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .offer {
    padding-top: 110px;
  }
  .offer::before {
    display: none;
  }
  .offer__img-wrapper {
    display: none;
  }
  .offer__icons {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 35px;
  }
  .offer__subtitle {
    margin-top: 0;
  }
  .offer__hello {
    margin-top: 30px;
    font-size: 16px;
  }
  .offer__calculate {
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
  }
  .offer__btn {
    margin-top: 20px;
    padding-bottom: 40px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .offer__video-wrapper {
    display: none;
  }
  .offer-icon {
    -ms-flex-align: center;
        align-items: center;
  }
  .offer-icon__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .offer-icon__item:last-child {
    margin-bottom: 0;
  }
  .offer-icon__item--secondary {
    margin-right: 0;
    width: 100%;
  }

}
@media screen and (max-width: 575px) {
  .offer {
    padding-top: 100px;
  }
  .offer__hello {
    margin-top: 25px;
  }
  .offer__btn {
    width: 100%;
  }
  .icon-offer {
    width: 30px;
    height: 30px;
  }
}
.promotion {
  margin-top: 30px;
}
.promotion__info {
  position: relative;
  padding: 85px 100px 80px 100px;
  background-color: #f00;
  overflow: hidden;
}

.promotion__info::before {
  position: absolute;
  right: 47px;
  bottom: -47px;
  width: 208px;
  height: 250px;
  background-image: url("present.png");
  content: '';
}


.promotion__img img {
  position: relative;

  width: 100%;
  height: auto;
}

.promotion__img::after {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-49%);

  width: 80%;
  height: 50%;

  background-image: url("sale.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  content: '';
}

/*.promotion__info::after {
  position: absolute;
  left: 83px;
  bottom: -17px;
  width: 179px;
  height: 305px;
  background-image: url("../img/cold.png");
  content: '';
}*/

.promotion__title {
  position: relative;
  text-align: center;
}
.promotion__title::before {
  position: absolute;
  right: 100px;
  top: 102%;
  width: 86px;
  height: 72px;
  background-image: url("arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.promotion__action-title {
  margin-top: 85px;
  margin-bottom: 22px;
  font-size: 20px;
  font-family: 'FuturaPT-Bold', Arial;
  text-align: center;
  color: #fff;
}
.promotion__form {
  width: 52.197802197802204%;
  margin: 0 auto;
}
.promotion-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promotion-form__input {
  width: 54.315789473684205%;
}
.promotion-form__btn {
  width: 43.78947368421053%;
}
.promotion-form__police {
  width: 100%;
  margin-top: 23px;
}
@media screen and (max-width: 1199px) {
  .promotion__info {
    padding-left: 40px;
    padding-right: 40px;
  }
  .promotion__form {
    width: 60%;
  }
  .promotion__info::after {
    width: 150px;
    height: 280px;
    left: 35px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .promotion__info::before {
    width: 180px;
    height: 180px;
    background-position: bottom center;
    background-size: contain;
    
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 991px) {
  .promotion__info {
    padding: 50px 20px;
  }
  .promotion__info::after {
    width: 90px;
    left: 20px;
  }
  .promotion__info::before {
    width: 120px;
    right: 20px;
  }
  .promotion__action-title {
    margin-top: 50px;
  }
  .promotion__title::before {
    right: 51px;
    width: 50px;
    height: 51px;
  }
  .promotion__info {
    width: 100%;
  }
  .promotion__form {
    width: 69%;
  }
}
@media screen and (max-width: 767px) {
  .promotion__info::before,
  .promotion__info::after {
    display: none;
  }
  .promotion__action-title {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .promotion__title::before {
    right: 20px;
    width: 35px;
    height: 35px;
  }
  .promotion__form {
    width: 100%;
  }
  .promotion-form__police {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .promotion__info {
    padding: 20px 15px;
  }
  .promotion__title::before {
    right: 20px;
    top: 100%;
    width: 30px;
    height: 30px;
  }
  .promotion-form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .promotion-form__input {
    width: 100%;
  }
  .promotion-form__btn {
    width: 100%;
    margin-top: 15px;
  }
}
.repairs {
  margin-top: 50px;
  margin-bottom: 78px;
}
.repairs__title {
  margin-bottom: 30px;
  text-align: center;
}
.repairs__description {
  margin-bottom: 35px;
  font-size: 18px;
}
.repairs-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 64px;
  overflow: hidden;
  background-color: #f5f7f9;
  cursor: pointer;
}
.repairs-item--refrigerator .repairs-item__img-wrapper {
  -ms-transform: translateY(47px);
      transform: translateY(47px);
}
.repairs-item--dishwasher .repairs-item__img-wrapper,
.repairs-item--remote .repairs-item__img-wrapper {
  margin-top: auto;
  -ms-transform: translateY(6px);
      transform: translateY(6px);
}
.repairs-item__title {
  font-size: 18px;
  font-family: 'FuturaPT-ExtraBold', Arial;
  text-transform: uppercase;
  text-align: center;
}
.repairs-item__img {
  max-width: 100%;
  height: auto;
}
.repairs-item__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #2c2a38 0%, #444452 100%);
  -ms-transform: translateY(-102%);
      transform: translateY(-102%);
  transition: all 0.3s ease;
}
.repairs-item:hover .repairs-item__text {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.repairs-item:hover .repaies-text-inner__btn {
  transition-delay: 0.5s;
  opacity: 1;
  width: 100%;
}
.repaies-text-inner {
  padding-top: 47px;
  padding-bottom: 33px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.repaies-text-inner__text-wrap {
  padding-left: 30px;
  padding-right: 30px;
}
.repaies-text-inner__title {
  font-size: 18px;
  font-family: 'FuturaPT-Bold', Arial;
  margin-bottom: 22px;
  color: #fff;
}
.repaies-text-inner__description {
  font-size: 16px;
  font-family: 'FuturaPT-Book', Arial;
  color: #fff;
}
.repaies-text-inner__btn {
  margin-top: auto;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  transition: all 0.3s ease;
  width: 0;
}
@media screen and (max-width: 1199px) {
  .repairs-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .repairs-item__title {
    font-size: 17px;
  }
  .repaies-text-inner__text-wrap {
    padding: 0 20px;
  }
  .repaies-text-inner__btn {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .repairs-item {
    padding-top: 35px;
  }
  .repairs-item__title {
    font-size: 14px;
  }
  .repairs-item__img-wrapper {
    width: 60%;
    margin-top: auto;
    text-align: center;
  }
  .repairs-item__img {
    height: auto;
  }
  .repaies-text-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .repaies-text-inner__text-wrap {
    padding: 0 15px;
  }
  .repaies-text-inner__title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .repaies-text-inner__description {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .repairs__title {
    margin-bottom: 0;
  }
  .repairs__description {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .repairs-item {
    height: auto;
    margin-bottom: 20px;
    padding: 25px 15px 0 15px;
  }
  
  .repairs-item__title {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .repairs-item__img-wrapper {
    width: 50%;
  }
}
.steps {
  padding-top: 80px;
  padding-bottom: 130px;
  background-color: #eeeff1;
}
.steps__title {
  margin-bottom: 75px;
  text-align: center;
}
.steps__items-container {
  overflow: hidden;
}
.steps-item {
  position: relative;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.steps-item__number {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  transition: all 0.3s ease;
}
.steps-item__icon {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 16px;
  height: 160px;
  background-color: #fff;
}
.steps-item__icon::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 92px);
  background-color: #f00;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  opacity: 0;
  content: '';
  transition: all 0.3s ease;
}
.steps-item__icon:hover::before {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}
.steps-item__title {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  font-family: 'FuturaPT-Demi', Arial;
  transition: all 0.3s ease;
}
.steps-item:hover .steps-item__number,
.steps-item:hover .steps-item__title {
  color: #fff;
}
.steps-item:hover .icon-step {
  fill: #fff;
}
.steps-item:hover .steps-item__icon::before {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}
.icon-step {
  width: 50px;
  height: 56px;
  fill: #000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .steps-item {
    margin-bottom: 20px;
  }
  .steps-item__icon::before {
    height: calc(100% + 60px);
  }
}
@media screen and (max-width: 767px) {
  .steps {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .steps__title {
    margin-bottom: 0;
  }
  .icon-step {
    width: 35px;
    height: 35px;
  }
  .steps-item {
    height: auto;
  }
  .steps-item__icon {
    height: 120px;
  }
  .steps-item__title {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .steps {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.services {
  margin-top: 80px;
}
.services__title {
  margin-bottom: 25px;
  text-align: center;
}
.services__subtitle {
  margin-bottom: 70px;
  text-align: center;
  font-size: 22px;
  font-family: 'FuturaPT-Medium', Arial;
}
.services__slider {
  position: relative;
  padding: 0 60px;
}
.services__nav-slider {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.services__next-btn,
.services__prev-btn {
  position: relative;
  width: 20px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='306px' height='306px' viewBox='0 0 306 306' style='enable-background:new 0 0 306 306;' xml:space='preserve'%3E%3Cg%3E%3Cg id='chevron-right'%3E%3Cpolygon points='94.35,0 58.65,35.7 175.95,153 58.65,270.3 94.35,306 247.35,153 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  cursor: pointer;
}
.services__next-btn:hover,
.services__prev-btn:hover,
.services__next-btn:active,
.services__prev-btn:active,
.services__next-btn:focus,
.services__prev-btn:focus {
  outline: none;
}
.services__next-btn:hover::after,
.services__prev-btn:hover::after {
  opacity: 0.1;
}
.services__next-btn::after,
.services__prev-btn::after {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -5px;
  left: -12px;
  border-radius: 50%;
  background-color: #222;
  opacity: 0;
  content: '';
  transition: all 0.3s ease;
}
.services__prev-btn {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.services__pug {
  margin-top: 10px;
  text-align: center;
}
.swiper-pagination-bullet-active {
  background-color: #222;
}
.services-slide {
  position: relative;
  padding-top: 80px;
  padding-bottom: 112px;
  height: 370px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f5f7f9;
  cursor: pointer;
  overflow: hidden;
}

.swiper-slide {
  height: 370px;
}


.services-slide__title {
  font-family: 'FuturaPT-Demi', Arial;
  margin-top: auto;
}
.services-slide__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: all 0.3s ease;
}
.services-slide:hover .services-slide__text {
  -ms-transform: translateX(0);
      transform: translateX(0);
  opacity: 1;
}
.icon-service {
  width: 120px;
  height: 100px;
}
.icon-service-small {
  width: 48px;
  height: 48px;
  fill: #fff;
}
.services-text-inner {
  padding-top: 23px;
  padding-bottom: 30px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #fff;
  background-color: #e00400;
}
.services-text-inner__text-wrap {
  padding: 0 34px;
}
.services-text-inner__description {
  font-size: 14px;
  font-family: 'FuturaPT-Book', Arial;
}
.services-text-inner__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}
.services-text-inner__title {
  margin-left: 22px;
  font-size: 14px;
  font-family: 'FuturaPT-Demi', Arial;
}
.services-text-inner__btn {
  margin-top: auto;
  padding: 0 27px;
}

.swiper-wrapper {
  height: auto;
}

@media screen and (max-width: 1199px) {
  .services-slide {
    height: 330px;
    padding-bottom: 80px;
  }

  .swiper-slide {
    height: 330px;
}

  .services-text-inner__icon {
    margin-bottom: 20px;
  }
  .services-text-inner__text-wrap {
    padding: 0 20px;
  }
  .services-text-inner__btn {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .services-text-inner {
    padding: 15px;
  }
  .services-text-inner__text-wrap {
    padding: 0;
  }
  .services-text-inner__btn {
    padding: 0;
  }
  .services-slide {
    height: 290px;
  }

  .swiper-slide {
    height: 290px;
}

  .icon-service {
    width: 80px;
    height: 80px;
  }
  .icon-service-small {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .services__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .services {
    margin-top: 30px;
  }
  .services__slider {
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .services__nav-slider {
    left: -10px;
    width: calc(100% + 20px);
  }
  .services__next-btn::after,
  .services__prev-btn::after {
    display: none;
  }
  .services-slide {
    height: 260px;
    padding: 70px 0;
  }

  .swiper-slide {
    height: 260px;
}

  .services-text-inner__icon {
    margin-bottom: 10px;
  }
  .services-text-inner__title {
    margin-left: 10px;
  }
}
.problems {
  margin-top: 30px;
  margin-bottom: 70px;
}
.problems__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: linear-gradient(180deg, #f00 0%, #de0400 100%);
  height: 157px;
}
.problems__title {
  margin-right: 40px;
  font-size: 33px;
  font-family: 'FuturaPT-Bold', Arial;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .problems__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .problems__inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .problems__title {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .problems {
    margin-bottom: 30px;
  }
  .problems__title {
    font-size: 18px;
  }
}
.advantages {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advantages__title {
  margin-bottom: 80px;
  text-align: center;
}
.advantages__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.advantages-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 95px;
}
.advantages-item__title {
  margin-top: 18px;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: 'FuturaPT-Heavy', Arial;
}
.advantages-item__subtitle {
  width: 70%;
  text-align: center;
}
.icon-advantage {
  width: 45px;
  height: 45px;
  fill: #f00;
}
@media screen and (max-width: 991px) {
  .advantages__img {
    text-align: center;
  }
  .advantages__img img {
    width: 70%;
  }
  .advantages-item {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .advantages {
    padding-top: 50px;
    padding-bottom: 0;
    background-image: none !important;
    background-color: #f5f7f9;
  }
  .advantages__title {
    margin-bottom: 0;
  }
  .advantages__img {
    position: static;
    width: 100%;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .advantages__img img {
    width: 35%;
  }
  .advantages-item {
    padding-bottom: 35px;
  }
  .advantages-item__title {
    font-size: 16px;
  }
  .advantages-item__subtitle {
    width: 100%;
  }
  .icon-advantage {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .advantages {
    padding-top: 30px;
  }
}
.products__container {
  position: relative;
}
.products__container::before {
  position: absolute;
  top: 200px;
  left: calc(100% + 63px);
  margin-right: -20.5px;
  z-index: -1;
  background-image: url("../points.html");
  background-position: center;
  background-repeat: no-repeat;
  width: 41px;
  height: 250px;
  content: '';
}
.products__btn {
  margin-top: 20px;
  display: none;
}
.products-item {
  padding-left: 15px;
  padding-right: 15px;
}
.products-item__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px;
  padding-bottom: 22px;
  border: 1px solid #e0eaf2;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.products-item__item:nth-child(2n+1) {
  border-right: 0;
}
.products-item__item:hover {
  box-shadow: 0px 3px 16.2px 1.8px rgba(24,24,24,0.21);
}
.products-item__item:hover .btn-products {
  background-color: #0064b4;
}
.products-item__img {
  height: 175px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.products-item__title {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 19px;
}
.products-item__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: auto;
}
@media screen and (max-width: 1199px) {
  .products__container::before {
    left: calc(100% + 25px);
  }
  .products-item__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .products {
    margin-top: 80px;
  }
  .products__btn {
    display: block;
  }
  .products__container::before {
    display: none;
  }
  .products-item__item {
    margin-bottom: 15px;
    display: block;
  }
  .products-item__item:nth-child(n+5) {
    display: none;
  }
  .products-item__img {
    height: 140px;
  }
  .products-item__btn {
    width: 100%;
  }
  .products-item__title {
    font-size: 14px;
  }
}
.simple-products {
  margin-top: 90px;
}
.simple-products__container {
  position: relative;
}
.simple-products__container::before {
  position: absolute;
  top: -160px;
  right: calc(100% + 63px);
  margin-left: -20.5px;
  z-index: -1;
  background-image: url("../points-2.html");
  background-position: center;
  background-repeat: no-repeat;
  width: 41px;
  height: 250px;
  content: '';
}
.simple-products__img-wrapper {
  width: 100%;
}
.simple-products__img {
  width: 100%;
  height: auto;
}
.simple-products__form {
  padding-left: 30px;
}
.simple-products__input {
  position: relative;
  width: 49.5%;
}
.simple-products__input::after {
  position: absolute;
  left: 13px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 15px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.simple-products__input:nth-child(1)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 350 350' enable-background='new 0 0 350 350' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23BFBFBF' d='M175,171.2c38.9,0,70.5-38.3,70.5-85.6C245.5,38.3,235.1,0,175,0s-70.5,38.3-70.5,85.6 C104.5,132.9,136.1,171.2,175,171.2z'/%3E%3Cpath fill='%23BFBFBF' d='M41.9,301.9C41.9,299,41.9,301,41.9,301.9L41.9,301.9z'/%3E%3Cpath fill='%23BFBFBF' d='M308.1,304.1C308.1,303.3,308.1,298.6,308.1,304.1L308.1,304.1z'/%3E%3Cpath fill='%23BFBFBF' d='M307.9,298.4c-1.3-82.3-12.1-105.8-94.4-120.7c0,0-11.6,14.8-38.6,14.8s-38.6-14.8-38.6-14.8 c-81.4,14.7-92.8,37.8-94.3,118c-0.1,6.5-0.2,6.9-0.2,6.1c0,1.4,0,4.1,0,8.7c0,0,19.6,39.5,133.1,39.5 c113.5,0,133.1-39.5,133.1-39.5c0-3,0-5,0-6.4C308.1,304.6,308,303.7,307.9,298.4z'/%3E%3C/g%3E%3C/svg%3E");
}
.simple-products__input:nth-child(2)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 348.1 348.1' enable-background='new 0 0 348.1 348.1' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23BFBFBF' d='M340.3,275.1l-53.8-53.8c-10.7-10.7-28.4-10.3-39.5,0.7l-27.1,27.1c-1.7-0.9-3.5-1.9-5.3-3 c-17.1-9.5-40.5-22.5-65.1-47.1c-24.7-24.7-37.7-48.1-47.2-65.3c-1-1.8-2-3.6-2.9-5.2l18.2-18.1l8.9-8.9 c11.1-11.1,11.4-28.8,0.7-39.5L73.4,8.2C62.7-2.5,45-2.2,33.9,8.9L18.7,24.2l0.4,0.4c-5.1,6.5-9.3,14-12.5,22 c-2.9,7.7-4.7,15-5.6,22.3C-6,127.8,20.9,181.6,93.9,254.5c100.9,100.9,182.2,93.2,185.7,92.9c7.6-0.9,15-2.7,22.4-5.6 c8-3.1,15.5-7.4,21.9-12.4l0.3,0.3l15.3-15C350.6,303.5,351,285.8,340.3,275.1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.simple-products__form-title {
  margin-bottom: 30px;
  margin-top: 13px;
  font-size: 22px;
  font-family: geo-m;
  line-height: 1.3;
}
.simple-products__police {
  font-size: 12px;
  font-family: geo-l;
  color: #3d3d3d;
}
.simple-products__btn {
  width: 49.5%;
}
.simple-products__police {
  width: 47.5%;
}
@media screen and (max-width: 1199px) {
  .simple-products__container::before {
    right: calc(100% + 25px);
  }
}
@media screen and (max-width: 991px) {
  .form__item-row {
    margin-bottom: 15px;
  }
  .simple-products__form-title {
    margin-bottom: 27px;
    margin-top: 0;
    font-size: 17px;
    line-height: 1.2;
  }
  .simple-products__form {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .simple-products {
    margin-top: 80px;
    padding-bottom: 45px;
  }
  .simple-products__img-wrapper {
    width: 70%;
    margin: 0 auto;
  }
  .simple-products__form-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
  .simple-products__form .form-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .simple-products__form .form__item-row {
    margin-bottom: 0;
  }
  .simple-products__input {
    width: 100%;
    margin-bottom: 15px;
  }
  .simple-products__input:after {
    left: 9px;
  }
  .simple-products__btn,
  .simple-products__police {
    width: 100%;
  }
  .simple-products__police {
    margin-top: 10px;
    text-align: center;
  }
  .simple-products__container::before {
    display: none;
  }
}
.price {
  margin-top: 70px;
  margin-bottom: 65px;
}
.price__title {
  margin-bottom: 55px;
  text-align: center;
}
.table-price {
  width: 100%;
}
.table-price thead {
  background-color: #f5f7f9;
}
.table-price thead tr {
  border-bottom: 0;
}
.table-price th {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 42px;
  font-size: 16px;
  font-family: 'FuturaPT-Book', Arial;
  font-weight: normal;
  color: #808080;
  transition: all 0.3s ease;
}
.table-price tr {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}
.table-price tr:hover {
  background-color: #f00;
}
.table-price tr:hover .table-price__link {
  color: #fff;
}
.table-price tr:hover td {
  color: #fff;
}
.table-price tr:hover th {
  color: #fff;
}
.table-price td {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 42px;
  font-size: 16px;
  font-family: 'FuturaPT-Book', Arial;
  transition: all 0.3s ease;
}
.table-price td:nth-of-type(3) {
  font-family: 'FuturaPT-Demi', Arial;
}
.table-price td:nth-of-type(4) {
  padding-left: 33px;
  padding-right: 33px;
}
.table-price td:hover:nth-of-type(4) {
  background-color: #f00;
  background-color: #e00000;
}
.table-price td:hover:nth-of-type(4) .table-price__link {
  color: #fff;
}
.table-price__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: auto;
  width: 100%;
  font-family: 'FuturaPT-Demi', Arial;
  font-size: 16px;
  color: #cacaca;
  border: none;
  outline: none;
  background-color: transparent;
}
.table-price__link:hover,
.table-price__link:focus,
.table-price__link:active {
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 1199px) {
  .table-price td,
  .table-price th {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .table-price td,
  .table-price th {
    padding-left: 15px;
    font-size: 14px;
  }
  .table-price__link {
    font-size: 14px;
  }
  .table-price tr td:nth-of-type(1) {
    width: 20%;
  }
  .table-price tr td:nth-of-type(2) {
    width: 35%;
  }
  .table-price tr td:nth-of-type(3) {
    width: 20%;
  }
  .table-price tr td:nth-of-type(4) {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .price {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .price__title {
    margin-bottom: 0;
  }
  .table-price td,
  .table-price th {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .table-price__link {
    font-size: 12px;
  }
  .table-price tr td:nth-of-type(1) {
    width: 20%;
  }
  .table-price tr td:nth-of-type(2) {
    width: 35%;
  }
  .table-price tr td:nth-of-type(3) {
    width: 20%;
  }
  .table-price tr td:nth-of-type(4) {
    width: 25%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .table-price td,
  .table-price th {
    padding-left: 5px;
    font-size: 10px;
  }
  .table-price tr td:nth-of-type(2) {
    width: 33%;
  }
  .table-price tr td:nth-of-type(4) {
    width: 30%;
    padding-left: 0;
  }
  .table-price__link {
    text-align: center;
  }
}
.repairs-digit {
  margin-top: 70px;
  margin-bottom: 145px;
}
.repairs-digit__title {
  margin-bottom: 95px;
  text-align: center;
}
.repairs-digit-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.repairs-digit-item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #e00000;
  content: '';
  transition: all 0.3s ease;
}
.repairs-digit-item:hover::before {
  opacity: 1;
  -ms-transform: scaleX(1.2) scaleY(1.7);
      transform: scaleX(1.2) scaleY(1.7);
}
.repairs-digit-item:hover .icon-digit {
  fill: #fff;
}
.repairs-digit-item:hover .repairs-digit-item__number,
.repairs-digit-item:hover .repairs-digit-item__title {
  color: #fff;
}
.repairs-digit-item__number {
  margin-top: 40px;
  font-size: 40px;
  font-family: 'FuturaPT-Bold', Arial;
  transition: all 0.3s ease;
}
.repairs-digit-item__title {
  transition: all 0.3s ease;
}
.icon-digit {
  height: 105px;
  width: 105px;
  transition: all 0.3s ease;
}
.icon-digit--rotate {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .repairs-digit {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .repairs-digit__title {
    margin-bottom: 0;
  }
  .repairs-digit-item {
    margin-bottom: 40px;
  }
  .repairs-digit-item__number {
    margin-top: 15px;
    font-size: 25px;
  }
  .repairs-digit-item:hover::before {
    -ms-transform: scaleX(1.1) scaleY(1.4);
        transform: scaleX(1.1) scaleY(1.4);
  }
  .icon-digit {
    height: 80px;
    width: 80px;
  }
}
@media screen and (msx-width: 575px) {
  .repairs-digit {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.about {
  margin-top: 65px;
}
.about__inner {
  position: relative;
  padding-top: 55px;
  padding-bottom: 105px;
  padding-left: 55px;
  background-color: #f5f7f9;
}
.about__inner::before {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #f5f7f9;
  content: '';
}
.about__title {
  margin-bottom: 55px;
}
.about__text {
  font-size: 16px;
}
.about__text p {
  margin-bottom: 23px;
}
.about__text p:last-child {
  margin-bottom: 0;
}
.about__img-wrapper {
  position: relative;
}
.about__img {
  position: absolute;
  right: 25px;
  top: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.about__img img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1199px) {
  .about__inner {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    background-color: #f5f7f9;
    margin-top: 30px;
  }
  .about__title {
    margin-bottom: 0;
    text-align: center;
  }
  .about__inner {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 0;
  }
  .about__img-wrapper {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .about__inner {
    padding-top: 40px;
  }
}
.using {
  padding-top: 80px;
  background-color: #f9f9f9;
}
.using__items {
  margin-top: 18px;
}
.icon-using {
  width: 55px;
  height: 55px;
  fill: #488adf;
  transition: all 0.3s ease;
}
.using-item {
  margin-bottom: 50px;
  cursor: pointer;
}
.using-item__item {
  position: relative;
  padding-left: 27px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 56px;
}
.using-item__item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../using-item.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 5px 14.72px 1.28px rgba(0,4,54,0.2);
  opacity: 0;
  visibility: hidden;
  content: '';
  transition: all 0.3s ease;
}
.using-item__item:hover::before {
  opacity: 1;
  visibility: visible;
}
.using-item__item:hover .icon-using {
  fill: #fff;
}
.using-item__item:hover .using-item__title {
  color: #fff;
}
.using-item:nth-child(1) .using-item__item::before {
  background-image: url("../2.html");
}
.using-item:nth-child(3) .using-item__item::before {
  background-image: url("../3.html");
}
.using-item:nth-child(4) .using-item__item::before {
  background-image: url("../4.html");
}
.using-item:nth-child(5) .using-item__item::before {
  background-image: url("../5.html");
}
.using-item:nth-child(6) .using-item__item::before {
  background-image: url("../6.html");
}
.using-item:nth-child(7) .using-item__item::before {
  background-image: url("../7.html");
}
.using-item:nth-child(8) .using-item__item::before {
  background-image: url("../8.html");
}
.using-item__icon {
  position: relative;
  z-index: 3;
  margin-bottom: 18px;
}
.using-item__title {
  position: relative;
  z-index: 3;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.1px;
  color: #111;
  transition: all 0.3s ease;
}
.details {
  margin-top: 100px;
}
.details__title {
  margin-bottom: 85px;
}
.details__img-wrapper {
  margin-left: 60px;
}
.details__police {
  width: 47.5%;
}
.details__btn {
  width: 49.5%;
}
@media screen and (max-width: 1199px) {
  .details__img-wrapper {
    margin-left: 0;
  }
  .using-item__item {
    padding-left: 15px;
  }
  .using-item__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .using-item {
    margin-bottom: 15px;
  }
  .using-item__item {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .details__img-wrapper {
    margin-right: 0;
  }
  .details__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .using {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .using__items {
    margin-top: 0;
  }
  .using-item:last-child {
    margin-bottom: 0;
  }
  .using-item__item {
    padding: 10px 0;
  }
  .using-item__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 10px;
  }
  .using-item__title {
    text-align: center;
    font-size: 12px;
  }
  .details {
    margin-top: 45px;
    padding-bottom: 35px;
  }
  .details__title {
    margin-bottom: 0;
  }
  .details__form .form-inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .details__form .form__item-row {
    margin: 0;
  }
  .details__form .simple-products__form-title {
    margin-top: 0;
  }
  .details__btn,
  .details__police {
    width: 100%;
  }
  .details__img-wrapper {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-using {
    width: 30px;
    height: 30px;
  }
}
.competitors {
  background-color: #f9f9f9;
}
.competitors__text-wrapper {
  position: relative;
  z-index: 5;
}
.competitors__container {
  position: relative;
  padding-top: 62px;
  padding-bottom: 73px;
}
.competitors__line {
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  height: 100%;
}
.competitors__line .row {
  height: 100%;
  width: 100%;
}
.competitors__line .row .col-xl-5.col-md-4.col-12,
.competitors__line .row .col-xl-3.col-md-4.col-12,
.competitors__line .row .col-xl-4.col-md-4.col-12 {
  position: relative;
  height: 100%;
}
.competitors__line .row .col-xl-5.col-md-4.col-12::before,
.competitors__line .row .col-xl-3.col-md-4.col-12::before,
.competitors__line .row .col-xl-4.col-md-4.col-12::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  height: 100%;
  width: 1px;
  background-color: #e8e8e8;
  content: '';
}
.competitors__line .row .col-xl-3.col-md-4.col-12::before {
  left: 13px;
}
.competitors__line .row .col-xl-4.col-md-4.col-12::before {
  left: 55px;
}
.competitors-text--no-pd {
  padding: 0;
}
.competitors-text--garant {
  padding-left: 35px;
}
.competitors-text--clients {
  padding-right: 55px;
}
.competitors-text__title {
  position: relative;
  z-index: 5;
  margin-bottom: 25px;
  padding-left: 15px;
  font-size: 24px;
  font-family: geo-m;
  color: #151515;
}
.competitors-text__title::before {
  position: absolute;
  top: 0;
  left: -2px;
  width: 4px;
  height: 100%;
  background-color: #2361b0;
  content: '';
}
.competitors-text__description ul {
  margin: 0;
  padding: 0;
}
.competitors-text__description ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}
.competitors-text__description ul li::before {
  position: absolute;
  left: -2.5px;
  top: 5px;
  z-index: 3;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ddd;
  content: '';
}
.competitors-text__description ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .competitors-text--clients {
    padding-right: 0;
  }
  .competitors-text--garant {
    padding-left: 0;
  }
  .competitors__line .row .col-xl-5.col-md-4.col-12::before {
    left: -1px;
  }
  .competitors__line .row .col-xl-3.col-md-4.col-12::before {
    left: 11px;
  }
  .competitors__line .row .col-xl-4.col-md-4.col-12::before {
    left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .competitors-text__title {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .competitors-text__title {
    margin-bottom: 20px;
  }
  .competitors-text--clients {
    margin-bottom: 30px;
  }
  .competitors-text--quality {
    margin-bottom: 30px;
  }
  .competitors-text__description ul li {
    margin-bottom: 15px;
  }
  .competitors__line .row .col-xl-3.col-md-4.col-12::before,
  .competitors__line .row .col-xl-4.col-md-4.col-12::before {
    display: none;
  }
  .competitors__container {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}
.feadback {
  margin-top: 114px;
}
.feadback__inner {
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: #f5f7f9;
}
.feadback__title {
  margin-bottom: 25px;
  text-align: center;
}
.feadback__subtitle {
  margin-bottom: 40px;
  font-size: 20px;
  font-family: 'FuturaPT-Bold', Arial;
  text-align: center;
}
.feadback__form {
  width: 67.29729729729729%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.feadback__input {
  width: 34.67202141900937%;
}
.feadback__btn {
  width: 27.84471218206158%;
}
.feadback__police {
  width: 50%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .feadback {
    margin-top: 60px;
  }
  .feadback__inner {
    padding: 30px 15px;
  }
  .feadback__form {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 75%;
    margin: 0 auto;
  }
  .feadback__input {
    width: 100%;
    margin-bottom: 15px;
  }
  .feadback__btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .feadback__police {
    width: 75%;
    margin-top: 0;
  }
  .feadback__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .feadback {
    margin-top: 30px;
  }
  .feadback__form {
    width: 100%;
  }
  .feadback__police {
    width: 100%;
  }
}
.contacts {
  margin-top: 120px;
}
.contacts__container {
  position: relative;
}
.contacts__inner {
  position: absolute;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 40px 46px 28px 104px;
  background-color: #f00;
}
.contacts__title {
  width: 33%;
}

.contacts__info {
  width: 58%;
}
.contacts__tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.contacts__tel--small-size {
  margin-top: 16px;
}
.contacts__tel,
.contacts__link-tel {
  font-family: 'FuturaPT-Bold', Arial;
  font-size: 22px;
  color: #fff;
}
.contacts__link-tel--small-size {
  font-size: 16px;
  font-family: 'FuturaPT-Book', Arial;
}
.contacts__link-tel:hover {
  text-decoration: none;
  color: #fff;
}
.contacts__text {
  margin-top: 20px;
  font-family: 'FuturaPT-Book', Arial;
  color: #fff;
}
.contacts__text span {
  font-family: 'FuturaPT-Bold', Arial;
}
.contacts__tel-item {
  position: relative;
}
@media screen and (max-width: 991px) {
  .contacts__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contacts__title {
    width: 40%;
  }
  .contacts__link-tel,
  .contacts__tel {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .contacts {
    margin-top: 60px;
  }
  .contacts__inner {
    position: static;
    margin-bottom: 30px;
    padding: 30px 10px;

    -ms-flex-direction: column;
        flex-direction: column;
  }
  .contacts__title {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .contacts__info {
    width: 100%;
  }

 
}
@media screen and (max-width: 575px) {
  .contacts {
    margin-top: 30px;
  }
  .contacts__inner {
   
  }
  .contacts__info {
    text-align: center;
  }
  .contacts__tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .contacts__tel--small-size {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .contacts__tel span {
    display: none;
  }
  .contacts__tel-item:nth-child(1) .icon-contacts {
    top: 7px;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  .contacts__text {
    text-align: left;
  }
  .contacts__link-tel {
    font-size: 15px;
  }
}
.footer {
  padding-top: 23px;
  padding-bottom: 23px;
}
.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__develop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-order: 3;
      order: 3;
}
.footer__develop-title {
  font-size: 16px;
  font-family: 'FuturaPT-Book', Arial;
  color: #999;
}
.footer__develop-img {
  margin-left: 11px;
}
.footer__police {
  -ms-flex-order: 2;
      order: 2;
  font-size: 16px;
  font-family: 'FuturaPT-Light', Arial;
  color: #000;
}
.footer__police:hover {
  color: #000;
  text-decoration: none;
}
.footer__mail,
.footer__phone-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer__mail {
  -ms-flex-order: 4;
      order: 4;
}
.footer__phone-btn {
  -ms-flex-order: 5;
      order: 5;
}
.footer__logo {
  -ms-flex-order: 1;
      order: 1;
}
.footer__btn {
  -ms-flex-order: 6;
      order: 6;
}
@media screen and (max-width: 1199px) {
  .footer__develop {
    -ms-flex-order: 6;
        order: 6;
    margin-top: 25px;
  }
  .footer__police {
    -ms-flex-order: 5;
        order: 5;
    width: 50%;
    margin-top: 25px;
  }
  .footer__btn {
    -ms-flex-order: 4;
        order: 4;
  }
  .footer__phone-btn {
    -ms-flex-order: 3;
        order: 3;
  }
  .footer__mail {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media screen and (max-width: 991px) {
  .footer__btn {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-top: 10px;
  }
  .footer__mail {
    margin-left: auto;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__police {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .footer__develop {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 14px;
  }
  .footer__btn {
    width: 35%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer__logo {
    width: 100%;
    text-align: center;
  }
  .footer__inner {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footer__btn {
    width: 100%;
  }
  .footer__phone-btn {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 10px;
  }
  .footer__mail {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}
.modal-dialog {
  max-width: 550px;
}
.modal-content {
  position: relative;
  box-shadow: 0px 8px 51px 0px rgba(19,53,105,0.26);
  border: none;
}
.modal-content__close {
  position: absolute;
  top: 5px;
  right: 12px;
  z-index: 5;
}
.modal-content__close:active {
  outline: none;
}
.modal-content__title {
  margin-bottom: 30px;
  font-size: 32px;
  font-family: 'FuturaPT-Demi', Arial;
}
.modal-content__title-feadback {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: 'FuturaPT-Demi', Arial;
  text-align: center;
}
.modal-content__body {
  padding-top: 40px;
  padding-bottom: 50px;
}
.modal-content__title,
.modal-content__subtitle {
  text-align: center;
}
.modal-content__subtitle {
  font-size: 22px;
  font-family: 'FuturaPT-Book', Arial;
}
.btn-close-modal {
  font-size: 40px;
  font-family: 'FuturaPT-Book', Arial;
  font-weight: normal;
  opacity: 1;
  outline: none;
}
.btn-close-modal:active,
.btn-close-modal:focus,
.btn-close-modal:hover {
  outline: none;
}
#modalFeadback {
  padding-right: 0 !important;
}
.feadback-form {
  padding-left: 140px;
  padding-right: 140px;
}
.feadback-form__input {
  width: 100%;
  margin-bottom: 10px;
}
.feadback-form__input .input-default {
  border: 1px solid #e8e8e8;
}
.feadback-form__btn {
  width: 100%;
}
.feadback-form__btn .btn-default {
  width: 100%;
}
.feadback-form__privacy {
  margin-top: 20px;
  font-size: 12px;
  font-family: 'FuturaPT-Book', Arial;
}
.modal-content-message {
  background-color: #fff;
  box-shadow: 0px 8px 51px 0px rgba(19,53,105,0.26);
  border: none;
  padding: 55px 0;
}
@media screen and (max-width: 767px) {
  .modal-content__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .modal-content__subtitle {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .modal-content__descr {
    font-size: 14px;
  }
  .modal-content__title-feadback {
    font-size: 20px;
    line-height: 1;
    text-align: center;
  }
  .modal-content__body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn-close-modal {
    font-size: 35px;
  }
  .feadback-form .form-inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .feadback-form__input {
    width: 100%;
  }
  .feadback-form__input::after {
    left: 9px;
  }
  .feadback-form__privacy {
    text-align: center;
  }
  .modal-content-message {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 575px) {
  .feadback-form {
    padding: 0;
  }
  .feadback-form__privacy {
    margin-top: 10px;
  }
  .modal-content__title-feadback {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mail-link {
    display: none;
  }
}

.header .fixed .mail-link {
  display: none;
}

.mail-link {
  margin-right: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #999999;
}

.feadback__form_full {
  margin: 30px 0 106px 0;
  width: 100%;
}

.privacy-police {
  font-family: 'FuturaPT-Medium', 'Arial';
}

.privacy-police__link {
  font-family: 'FuturaPT-Medium', 'Arial';
}

.electro-slider {
  margin-top: 60px; }
  .electro-slider h3 {
    text-align: center;
    padding-bottom: 40px;
    color: #000; }
  .electro-slider .owl-stage-outer {
    padding-bottom: 40px; }
  .electro-slider .owl-dots {
    width: 300px;
    position: absolute;
    bottom: 60px;
    left: -webkit-calc(50% - 150px);
    left: calc(50% - 150px); }
    .electro-slider .owl-dots .owl-dot {
      margin-right: 5px;
      margin-left: 5px; }
      .electro-slider .owl-dots .owl-dot span {
        margin: 0 !important;
        width: 15px !important;
        height: 15px !important;
        background: #fff !important; }
    .electro-slider .owl-dots .owl-dot:hover span {
      background: #87c3df !important; }
    .electro-slider .owl-dots .owl-dot.active span {
      position: relative;
      background: #ffffff !important; }
      .electro-slider .owl-dots .owl-dot.active span::after {
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        min-width: 7px;
        min-height: 7px;
        background: #0099cc;
        border-radius: 14px; }
  .electro-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: -webkit-calc( 240px  - 24px);
    top: calc( 240px  - 24px); }
    .electro-slider .owl-nav [class*="owl-"]:hover {
      background: none !important; }
  .electro-slider .owl-prev {
    left: 20px; }
  .electro-slider .owl-next {
    right: 20px; }
    .electro-slider .owl-next::after {
      -webkit-transform: rotate(180deg) translateY(-2px);
          -ms-transform: rotate(180deg) translateY(-2px);
              transform: rotate(180deg) translateY(-2px); }
  .electro-slider .owl-prev, .electro-slider .owl-next {
    position: absolute;
    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;
    width: 43px;
    height: 38px;
    margin: 0 !important;
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease; }
    .electro-slider .owl-prev span, .electro-slider .owl-next span {
      display: none; }
    .electro-slider .owl-prev::after, .electro-slider .owl-next::after {
      content: '';
      background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='black' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
      display: block;
      height: 26px;
      width: 26px;
      margin: 0 auto; }
    .electro-slider .owl-prev:hover::after, .electro-slider .owl-next:hover::after {
      width: 26px;
      margin: 0 auto; }
  .electro-slider_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 550px;
    background-color: none;
    border-radius: 10px;
    padding: 30px 0px;
    padding-left: 70px;
    padding-bottom: 40px; }
    .electro-slider_item .image {
      border-radius: 10px;
      display: none; }
    .electro-slider_item .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      background: #f5f7f9;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 490px;
      padding-left: 20px;
      padding-right: 20px;
    }
      .electro-slider_item .content h5 {
        margin-top: 40px;
        font-size: 24px;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 27px; 
        font-family: 'FuturaPT-Bold';}
      .electro-slider_item .content > p {
        font-family: 'FuturaPT-Medium';
        font-size: 16px;
        margin-bottom: 10px; }
        .electro-slider_item .content > p span {
          font-size: 18px;
          font-weight: 700;
          font-family: 'FuturaPT-Medium' , sans-serif; }
        .electro-slider_item .content > p:last-child {
          margin-bottom: 0; }
      .electro-slider_item .content .trigger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px; }
        .electro-slider_item .content .trigger-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .electro-slider_item .content .trigger-item img {
            width: 31px;
            height: 31px;
            fill: #fe0000;
            margin-right: 15px; }
          .electro-slider_item .content .trigger-item_name {
            font-family: 'FuturaPT-Medium';
            font-size: 18px;
            line-height: 18px; }
          .electro-slider_item .content .trigger-item_price {
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
            color: #fe0000; }
          .electro-slider_item .content .trigger-item:first-child {
            margin-right: 20px; }
      .electro-slider_item .content .text {
        position: relative;
        background: #fff;
        border-radius: 10px;
        border-bottom-right-radius: 0;
        padding: 30px; }
        .electro-slider_item .content .text::after {
          content: '';
          }
        .electro-slider_item .content .text::before {
          content: '';
          }
        .electro-slider_item .content .text-comment {
          font-size: 16px;
          line-height: 17px;
          font-family: 'FuturaPT-Medium'; }
        .electro-slider_item .content .text-name {
          margin-top: 10px;
          font-size: 16px;
          font-weight: 700; }

.imagee {
  width: 490px !important;
}

@media screen and (max-width: 992px) {
  .electro-slider_item {
    flex-direction: column;
    height: auto;
    padding-left: 0%;
  }
  .imagee {
    width: 100% !important;
    margin: 0 auto;
    height: auto;
  }
  .electro-slider_item .content {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .owl-nav {
    top: -60px !important;
  }
}

.clock {
  zoom: 0.5 !important;
}

.search {
  width: 30px !important;
  height: 30px !important;
}

.services__next-btn::after,
.services__prev-btn::after {
  display: none !important;
  background: #fff !important;
}


.title-reviews {
  margin-top:40px;
  margin-bottom:-40px
}

@media screen and (max-width: 992px) {
  .title-reviews .section-title {
    margin-top: 60px;
  }
}

.problems {
  margin-bottom: 0;
}

.btn-problems {
  font-size: 18px;
}