* {
  font-weight: normal;
  font-style: normal;
  outline: none !important;
}

body {
  background: #f6f7f9;
  /* TODO: Сброс pointer-events (Кто-то где-то выставляет none) */
  pointer-events: auto !important;
}

::-webkit-input-placeholder {
  font-size: 14px;
  color: #828282;
}

::-moz-placeholder {
  font-size: 14px;
  color: #828282;
}

:-moz-placeholder {
  font-size: 14px;
  color: #828282;
}

:-ms-input-placeholder {
  font-size: 14px;
  color: #828282;
}

.navbar-light .navbar-toggler {
  border: none;
}

.section-name {
  font-size: 19px;
  text-align: center;
}

.section-name::after {
  content: '';
  display: block;
  margin: 2px auto;
  width: 50px;
  height: 2px;
  background: #40ae49;
  margin-bottom: 40px;
}

.sidebar {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.sidebar__name {
  font-size: 14px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.header {
  background-image: url('../images/header/background.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.navbar {
  border-radius: 0px 0px 3px 3px
}

.navbar-brand {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.navbar-brand__icon {
  width: 40px;
  height: 40px;
}

.navbar-brand__text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-left: 8px;
}

.navbar-brand__text span {
  font-size: 16px;
  line-height: 18px;
}

.nav-item {
  padding-right: .7rem;
  padding-left: .7rem;
}

.nav-item .nav-link {}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #40ae49;
}

.navbar-light .navbar-nav .nav-link {
  color: #1a1a1a;
}

.navbar-phone {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.navbar-phone__icon {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  color: #fff;
  background: #40ae49;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%
}

.navbar-phone__icon svg {
  width: 14px;
}

.navbar-phone__text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: column;
  margin-left: 10px;
}

.navbar-phone__text a {
  color: #1a1a1a;
  line-height: 20px;
}

.navbar-phone__text a:hover {
  text-decoration: none;
  color: #40ae49;
}

.dropdown-menu {
  border: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #40ae49;
}

.green-btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #40ae49;
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 14px;
  min-height: 50px;
  padding: 2px 35px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.green-btn:hover {
  background: #3ba144;
}

.light-btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 14px;
  min-height: 50px;
  padding: 2px 35px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.light-btn:hover {
  opacity: .9;
}

.header-content {
  color: #fff;
  max-width: 40%;
  padding: 15% 0px 20% 0px;
}

.header-content__text h3 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 40px;
}

.header-content__text p {
  line-height: 21px;
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-toggle::after {
  position: absolute;
  right: 8px;
  top: 20px;
  border: none;
  background: #1A1A1A;
  height: 1.4px;
  width: 8px;
  transform: rotate(45deg);
}

.dropdown-toggle::before {
  position: absolute;
  right: 3.2px;
  top: 20px;
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: none;
  background: #1A1A1A;
  height: 1.4px;
  width: 8px;
  transform: rotate(-45deg);
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-body {
  position: relative;
}

.modal-body .newsContent {
  color: #828282;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 20px;
  margin-bottom: 10px;
}

.modal-body .newsDate {
  padding: 0px 20px;
  color: #828282;
}

.modal-close svg {
  position: absolute;
  width: 18px;
  right: 10px;
  top: 7px;
}

.modal-body__title {
  text-align: center;
  margin-top: 30px;
  font-size: 23px;
}

.modal-body__title::after {
  content: '';
  display: block;
  margin: 4px auto;
  width: 50px;
  height: 2px;
  background: #40ae49;
}

.modal-body__desc {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  width: 400px;
  color: #828282;
}

.modal-body__form {
  width: 300px;
  margin: 25px auto;
}

.form-control {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  padding-left: 5px;
  font-size: 14px;
}

select.form-control {
  background: #f2f2f2;
  border-bottom: none;
  min-height: 45px;
  cursor: pointer;
}

select.form-control:focus {
  background: #f2f2f2;
  border-bottom: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #40ae49;
  box-shadow: none;
}

.form-group label {
  font-size: 14px;
  color: #828282;
  padding-left: 5px;
}

textarea.form-control {
  border: 1px solid #e0e0e0;
}

/*##################################
  Стилизация: Хлебные крошки
  ###################################*/
section.breadcrumb {
  background: #fff;
  margin: 0;
  padding: 10px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  margin-bottom: 2px;
}

.breadcrumb-item {
  font-size: 14px;
}

.breadcrumb-item a {
  font-size: 14px;
  color: #828282;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumb-item a:hover {
  text-decoration: none;
  color: #40ae49;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "—";
}

.breadcrumb-page {
  font-size: 18px;
}

/*##################################
  Стилизация: Информационный блок
  ###################################*/
.information-title {
  font-size: 18px;
}

.information-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #40ae49;
  margin: 3px 0 15px 0;
}

.information-desc {
  color: #828282;
  font-size: 15px;
}

/*##################################
        Стилизация: Слайдер
        ###################################*/
.carousel-item {
  position: relative;
}

.carousel-item__dark {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background: #40ae49;
  ;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 13px;
}

.carousel-control {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: auto;
  min-height: 60px;
  min-width: 115px;
  z-index: 2;
}

.carousel-caption {
  left: 4%;
  right: 4%;
  text-align: left;
  padding-bottom: 0;
  z-index: 1;
}

.carousel-caption h5 {
  color: #fff;
}

.carousel-caption p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 19px;
}

/*##################################
        Блок: Отзывы
        ###################################*/
.review-item {
  background: #fff;
  width: 100%;
  padding: 25px;
  margin-bottom: 20px;
}

.review-header__avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
}

.review-header__avatar img {
  width: 100%;
}

.review-header__info {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.review-header__user h6,
.review-header__user p {
  padding: 0;
  margin: 0;
}

.review-header__user h6 {}

.review-header__user p {
  font-size: 12px;
  color: #828282;
}

.review-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.review-header__type {
  background: #40ae49;
  color: #fff;
  font-size: 13px;
  padding: 2px 5px;
}

.review-body {
  margin: 10px 0;
  line-height: 18px;
  color: #1a1a1a;
  font-size: 14px;
}

.review-body::after {
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
  margin: 15px 0;
}

.review-footer {
  font-size: 14px;
  color: #393939;
}

.rewiew-form {
  margin: 0 auto;
  text-align: center;
}

/*##################################
        Стилизация: Продукты
        ###################################*/
.product {
  background: #f6f7f9;
  padding: 50px 0;
}

.card {
  border: none;
  border-radius: 0;
}

.card-img {
  position: relative;
  height: 230px;
  overflow: hidden;
  border-radius: 3px 3px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img img {
  min-height: 100%;
  height: 100%;
  width: auto;
}

.card-img__news {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img__news img {
  width: 100%;
  height: auto;
}

.card-footer {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  background: none;
  border: none;
  padding: 0;
}

.card-footer__news {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.card-footer__btn {
  font-size: 15px;
  border: none;
  text-align: center;
  background: #e8e8e8;
  color: #828282;
  width: 50%;
  padding: 13px 0;
}

.card-footer__btn:first-child {
  border-right: 1px solid #d3d3d3;
}

.card-footer__btn-news {
  width: 120px;
}

.card-footer__news .date {
  color: #828282;
  font-size: 14px;
  padding-left: 20px;
}

.card-footer__news .card-footer__btn:first-child,
.card-footer__news .card-footer__btn:first-child:hover {
  border-right: none;
}

.card-footer__btn:first-child:hover {
  border-right: 1px solid #40ae49;
}

.card-footer__btn:hover {
  background: #40ae49;
  color: #fff;
  text-decoration: none;
}

.card-title {
  margin-bottom: 6px;
  color: #1a1a1a;
  font-size: 18px;
}

.card-text {
  color: #828282;
  margin-bottom: 0;
  font-size: 14px;
}

/*##################################
      Стилизация: Этапы работ
      ###################################*/
.stages {
  background: #ffffff;
  padding: 30px 0px 50px 0;
}

.stages-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
}

.stages-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.stages-item__number {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #40ae49;
  position: relative;
  color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  font-size: 13px;
  margin-bottom: 10px;
  z-index: 1;
}

.stages-item__number::after {
  position: absolute;
  content: '';
  background: #40ae49;
  width: 248px;
  height: 2px;
  z-index: -1;
  left: 0;
}

.stages-item__prevlimit::after {
  width: 100px;
}

.stages-item:last-child .stages-item__limit::after {
  width: 170px;
  right: 0;
  left: auto;
  z-index: -1;
}

.stages-item__title {
  color: #1a1a1a;
  `` font-size: 16px;
}

.stages-item__desc {
  color: #828282;
  font-size: 13px;
  max-width: 200px;
  text-align: center;
}

.stages-item__icon {
  max-width: 37px;
  margin-bottom: 15px;
  height: 40px;
}

/*##################################
      Стилизация: Карта
      ###################################*/
.maps {
  background: #f6f7f9;
  padding: 50px 0 0;
}

/*##################################
      Стилизация: подвал
      ###################################*/
.footer {
  background: #212121;
  padding: 60px 0px;
  color: #fff;
}

.footer-headline {
  font-size: 22px;
}

.footer-desc {
  font-size: 14px;
  color: #828282;
  width: 85%;
  margin-bottom: 20px;
}

.footer-links__name {}

.footer-links__name::after {
  content: '';
  display: block;
  background: #40ae49;
  width: 50px;
  height: 2px;
  margin: 2px 0 15px;
}

.footer-links {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: column;
}

.footer-links__item {
  font-size: 14px;
  color: #828282;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer-links__item:hover {
  color: #40ae49;
  text-decoration: none;
}

.client-toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background: #40ae49;
  color: #fff;
  border-bottom: 1px solid #399b41;
  padding: 10px;
}

.client-toggle:hover {
  background: #3ea646;
  cursor: pointer;
}

.client-items {
  display: none;
}

.client-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background: #f6f7f9;
  color: #828282;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px;
  padding-left: 25px;
}

.client-item:before {
  display: flex;
  content: '';
  background: #828282;
  width: 9px;
  height: 2px;
  margin-right: 7px;
}

.client-item:hover {
  text-decoration: none;
  color: #828282;
  background: #f3f3f3;
  cursor: pointer;
}

.client-toggle span.icon svg {
  width: 18px;
}

.client-toggle span.text {
  margin-left: 7px;
}

.client-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
}

.client-title::before {
  content: '';
  display: inline-block;
  background: #40ae49;
  height: 2px;
  width: 12px;
  margin-right: 10px;
}

.client-body {
  margin-top: 10px;
}

.client-body__image {
  width: 100%;
  height: 400px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}

.client-body__image::before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.client-body__image img {
  width: 100%;
}

.client-footer {
  color: #828282;
  font-size: 14px;
  margin-bottom: 5px;
}

/*##################################
          Блок: Купон
          ###################################*/

.coupon {
  background: #fff;
  margin-bottom: 20px;
}

.coupon-header {
  background: #40ae49;
  color: #fff;
  padding: 15px 20px;
}

.coupon-header span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: -3px;
}

.coupon-body {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-top: none;
}

/*##################################
          Блок: уведомления
          ###################################*/

.notification {
  background: #40ae49;
  color: #fff;
  padding: 10px;
  margin: 10px 0;
}

.notification-title {
  font-size: 18px;
}

.notification-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}


/*##################################
          Блок: Прелоадер
          ###################################*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f6f7f9;
  z-index: 1001;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.preloader__row {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 200px;
  height: 200px;
  animation: preloader-rotate 2s infinite linear;
}

.loaded_hiding .preloader {
  transition: 0.2s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.preloader__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.preloader__item div {
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
}

.preloader__item div:first-child {
  transform: scale(0.98);
}

.preloader-filling {
  width: 60px;
  animation: filling 5s infinite;
}

@keyframes filling {
  0% {
    height: 0;
  }

  50% {
    height: 70px;
  }

  100% {
    height: 0;
  }
}

/*##################################
          Блок: Дополнительно
          ###################################*/

.client-requests {
  background: #fff;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 0;
}

.client-requests li {
  list-style-type: none;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.client-requests li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.client-requests li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.client-requests li a:hover {
  text-decoration: none;
}

.client-requests li a:hover .client-requests__desc h5 {
  color: #40ae49;
}

.client-requests__icon img {
  width: 90px;
  padding: 20px;
}

.client-requests__desc h5 {
  margin: 0;
  color: #393939;
  font-size: 17px;
}

.client-requests__desc p {
  font-size: 13px;
  margin: 0;
  color: #828282;
}

.client-requests__desc {
  padding-right: 25px;
}