body.index {
  font-family: 'OpenSans';
  font-size: 14px;
  font-weight: 400;
  color: #3f484f;
  overflow-x: hidden;
  margin: 0;
}

.main-info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 82px;
  background-color: #f2f2f2;
} .main-info h1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
} .main-info .btn {
  margin-left: 15px;
  margin-top: 4px;
} .btn {
  font-family: 'OpenSans';
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  height: 30px;
  display: inline-flex;
  text-decoration: none;
  padding: 0 12px;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: center;
  border: 0;
  transition: color .3s, border-color .3s, box-shadow .3s, background-color .3s ease;
} .btn:hover,
  .btn:focus,
  .btn.focus {
  color: #333;
  text-decoration: none;
} .btn--transparent {
  color: #3f484f;
  transition: color .3s ease;
} .btn--transparent:before, .btn--transparent:after {
  content: " ";
  position: absolute;
  left: 0;
  height: calc(50% - 3px);
  width: 100%;
  box-sizing: border-box;
  transition: height .3s, border-color .3s ease;
} .btn--transparent:before {
  bottom: 0;
  border: 2px solid #eebd00;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top: 0;
} .btn--transparent:after {
  top: 0;
  border: 2px solid #eebd00;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom: 0;
} .btn--transparent:hover {
  color: #eebd00;
} .btn--grey:before {
  border: 2px solid #d8dadc;
  border-top: 0;
} .btn--grey:after {
  border: 2px solid #d8dadc;
  border-bottom: 0;
} .btn--grey:hover {
  color: #3f484f;
} .btn--grey:hover:before {
  border: 2px solid #838a90;
  border-top: 0;
} .btn--grey:hover:after {
  border: 2px solid #838a90;
  border-bottom: 0;
} .main > h5 {
  font-family: 'OpenSans';
  font-size: 120%;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 1em;
} .main-catalog {
  display: flex;
  padding: 75px 22px 25px;
  background: #FFFFFF;
} .main-catalog__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: none;
  width: 12.5%;
} .main-catalog__body {
  text-decoration: none;
} .main-catalog__item:hover .main-catalog__body {
  text-decoration: none;
} .main-catalog__img {
  position: relative;
  height: 180px;
  text-align: center;
} .main-catalog__img:before {
  content: "";
  width: 148px;
  height: 103px;
  display: block;
  background-image: url(../images/shadow.png);
  background-size: cover;
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  transition: width .3s ease;
} .main-catalog__img img {
  transition: all .3s ease;
} .main-catalog__body:hover .main-catalog__img img {
  margin-top: -15px;
} .main-catalog__name {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 50px;
  margin-top: -10px;
  margin-bottom: 17px;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  color: #3f484f;
  transition: color .3s ease;
} .main-catalog__item:hover .main-catalog__name {
  color: #eebd00;
} .shares__buttons--catalog {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 0 30px;
} .main-catalog-swiper .swiper-pagination.swiper-pagination-bullets {
  display: none;
} .main-catalog-swiper .swiper-button-prev svg,
  .main-catalog-swiper .swiper-button-next svg {
  color: #FDD292;
} @media (max-width: 992px) {
  .main-info {
    padding: 65px 15px 30px;
  }
} @media (max-width: 520px) {
  .main-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
  } .main-info h1 {
    text-align: center;
  }
}

.news-list {
  background: #f2f2f2;
} .main-product {
  padding-top: 50px;
  padding-bottom: 30px;
} .main-product__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  color: #3f484f;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 51px;
} .main-product__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
} .main-product__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 16px);
  height: 122px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 8px 15px;
  text-shadow: 0 2px 7px rgba(0, 0, 0, .52);
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
} .main-product__container > .main-product:first-child .main-product__wrap .main-product__item {
  text-shadow: none !important;
  transition: all .4s ease;
  padding: 0 15px;
} .main-product__container > .main-product:first-child .main-product__wrap .main-product__item::before {
  background-color: #ffffff9e !important;
} .main-product__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, .4);
} .main-product__item:hover {
  color: #fff;
  text-decoration: none;
} .main-product__container > .main-product:first-child .main-product__wrap .main-product__item:hover {
  box-shadow: 2px 2px 15px 2px lightgrey;
} .main-product__img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  transition: all .3s ease-in-out;
} .main-product__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
} .main-product__item:hover .main-product__img {
  transform: scale(1.05);
} .main-product__item span {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #3f494e;
} @media (max-width: 992px) {
  .main-product__item {
    width: calc(33.3% - 16px);
  }
} @media (max-width: 768px) {
  .main-product__item {
    width: calc(50% - 16px);
  }
} @media (max-width: 560px) {
  .main-product__item {
      width: 100%;
  }
}

div.index-slider {
  padding: 30px 0 0;
  margin-bottom: 0;
} .index-slider h2 {
  font-family: 'Open Sans';
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1B212A;
  margin-bottom: 30px;
} .index-slider .index-slider__content {
  padding: 0 0 30px;
} .index-slider svg {
  width: 55px;
  height: 55px;
} .index-slider svg use {
  color: #FDD292;
} .index-slider .swiper-pagination.swiper-pagination-bullets {
  display: none;
} .news-list-item-catalog .plit__item_byenew {
  border: 1px solid #f2f2f2;
}

.main-goods__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  color: #3f484f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
} .brand {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 35px;
} .brand .brand__item {
  width: 25%;
} .brand__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  height: 100px;
  padding: 10px;
  margin-bottom: 31px;
} .brand__item img {
  float: none;
  border: 0;
  margin: 0;
} @media (max-width: 992px) {
  .brand .brand__item {
    width: 50%;
  }
} @media (max-width: 480px) {
  .brand .brand__item {
    width: 100%;
  }
}

.form-main {
  position: relative;
  z-index: 15;
  background-color: #f2f2f2;
  /* margin-bottom: -190px; */
} .form-main__box {
  background: linear-gradient(105deg, rgba(12, 112, 228, 0), rgba(45, 58, 67, 0) 62%, #eebd00 0, #eebd00);
  display: flex;
  background-size: cover;
  position: relative;
} .form-main__box:before {
  content: " ";
  display: block;
  width: 68%;
  height: 100%;
  background-image: url(../images/form.jpg);
  position: absolute;
  z-index: -1;
  background-size: cover;
} .form-main__info {
  width: 63%;
  padding: 65px 64px 66px 82px;
} .form-main__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  width: 74%;
  margin-bottom: 15px;
} .form-main__text {
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
} .form-main__form {
  display: flex;
  align-items: center;
  width: 37%;
  padding: 0 0 0 38px;
} .form-main__input {
  font-family: 'OpenSansCondensed';
  color: #3e474f;
  background-color: transparent;
  font-size: 45px;
  border: 0;
  outline: 0;
  /* background-image: url(../images/phone-answer-big.png); */
  width: 300px;
  background-position: 1px 0;
} .form-main__submit.btn {
  font-size: 14px;
  font-weight: 700;
  margin-top: 26px;
  width: 239px;
  background-color: #3f484f;
  border: 2px solid #3f484f;
  display: flex;
  margin-left: 36px;
} .form-main__submit.btn:hover {
  color: #ffd120;
  background-color: #3f484f;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
} .btn--big {
  font-size: 16px;
  font-weight: 900;
  line-height: 45px;
  height: 45px;
} @media (max-width: 1200px) {
  .form-main__info {
    padding: 55px 52px 55px 30px;
  }
} @media (max-width: 992px) {
  .form-main__box {
    flex-direction: column;
    background: none;
  } .form-main__info {
    padding: 35px;
    width: 100%;
    background-image: url(../images/form.jpg);
  } .form-main__form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 198px;
    padding: 0;
    background-color: #eebd00;
  }
}

.advantages {
  padding-top: 75px;
  padding-bottom: 67px;
  background-color: #f2f2f2;
} .advantages__title {
  font-size: 30px;
  font-weight: 900;
  color: #3f484f;
  margin-bottom: 29px;
} .advantages__title .btn {
  vertical-align: 4px;
  font-weight: 500;
  margin-left: 12px;
  padding: 0 16px;
} .advantages__item {
  max-width: 390px;
  width: 100%;
  height: 295px;
  margin-bottom: 35px;
} .advantages__icon-block {
  display: flex;
  align-items: flex-end;
  width: 100px;
  height: 77px;
  padding-bottom: 12px;
} .advantages__head {
  font-size: 18px;
  font-weight: 700;
  color: #3f484f;
  margin-bottom: 10px;
} .advantages__text {
  font-size: 13px;
  line-height: 1.6;
  padding-right: 25px;
} .advantages__icon {
  background-image: url(../images/sprite.png);
} .advantages__item--one .advantages__icon {
  width: 47px;
  height: 57px;
  background-position: 0 -122px;
} .advantages__item--two .advantages__icon {
  width: 52px;
  height: 52px;
  background-position: -48px -122px;
} .advantages__item--three .advantages__icon {
  width: 63px;
  height: 58px;
  background-position: -101px -122px;
} .advantages__item--four .advantages__icon {
  width: 63px;
  height: 54px;
  background-position: -165px -122px;
} .advantages__item--five .advantages__icon {
  width: 65px;
  height: 55px;
  background-position: 0 -181px;
} .advantages__item--six .advantages__icon {
  width: 68px;
  height: 65px;
  background-position: -231px -122px;
} @media (max-width: 1200px) {
  .advantages__item {
    height: 375px;
  } .advantages .col-md-4 {
    width: 33.33333333%;
  }
} @media screen and (max-width: 992px) {
  .advantages {
    padding-top: 50px;
    padding-bottom: 30px;
  } .advantages .advantages__item.col-md-4,
    .advantages-2 .col-md-4 {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  } .advantages__icon-block {
    width: 70px;
    float: left;
    margin-right: 10px;
  } .advantages__text {
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    padding-left: 80px;
    padding-right: 0;
  }
}

.main-client {
  padding-top: 71px;
  padding-bottom: 79px;
} .main-client__title {
  font-size: 30px;
  font-weight: 900;
  color: #3f484f;
  text-align: center;
  margin-bottom: 25px;
} .main-client__slider {
  /* width: 1005px; */
  margin: 0 auto;
} .main-client__item {
  width: 25%;
  text-align: center;
  padding: 0 10px;
} .main-client__img {
  height: 140px;
  padding: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
} .main-client__item img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
} .main-client__name {
  font-size: 16px;
  color: #3f484f;
} .main-client .swiper-pagination.swiper-pagination-bullets {
  display: none !important;
} .main-client .swiper-button-prev svg,
  .main-client .swiper-button-next svg {
  color: #FDD292;
} @media (max-width: 992px) {
  .main-client {
    padding-top: 30px;
    padding-bottom: 50px;
  }
} @media (max-width: 768px) {
  .main-client__title {
    margin-bottom: 0;
  }
}

.main-review {
  background-color: #eebd00;
  padding-top: 70px;
} .main-review__title {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
} .main-review__buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 0 68px;
} .main-review__slider {
  /* width: 1005px; */
  margin: 0 auto;
} .main-review__text {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 2px;
} .main-review__account {
  display: flex;
  position: relative;
  border-top: 4px solid #fff;
  margin-top: 22px;
  padding-top: 8px;
  padding-left: 23px;
} .main-review__account:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -5px;
  width: 28px;
  height: 5px;
  background-color: #eebd00;
} .main-review__account:after {
  content: " ";
  position: absolute;
  left: 0;
  top: -4px;
  width: 28px;
  height: 39px;
  background-image: url(../images/sprite.png);
  background-position: -87px -20px;
  z-index: 0;
} .main-review__avatar {
  height: 48px;
  width: 48px;
  overflow: hidden;
  border-radius: 50%;
} .main-review__avatar img {
  max-width: inherit;
  margin: 0;
} .main-review__account-body {
  padding-left: 10px;
  padding-top: 5px;
} .main-review__name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
} .main-review__post {
  color: #fff;
  font-size: 13px;
} .btn--white {
  color: #fff;
} .btn--white:hover {
  color: #fff;
} .btn--white:before {
  border: 2px solid #fff;
  border-top: 0;
} .btn--white:after {
  border: 2px solid #fff;
  border-bottom: 0;
} .main-review .swiper-button-prev svg,
  .main-review .swiper-button-next svg {
  color: #FFFFFF;
} .main-review .swiper-pagination.swiper-pagination-bullets {
  display: none;
} @media (max-width: 450px) {
  .main-review__buttons {
    padding: 0 0 68px;
  }
}