@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat/Akrobat-Regular.woff2') format('woff2'),
    url('../fonts/Akrobat/Akrobat-Regular.woff') format('woff'),
    url('../fonts/Akrobat/Akrobat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat/Akrobat-Bold.woff2') format('woff2'),
    url('../fonts/Akrobat/Akrobat-Bold.woff') format('woff'),
    url('../fonts/Akrobat/Akrobat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat/Akrobat-Light.woff2') format('woff2'),
    url('../fonts/Akrobat/Akrobat-Light.woff') format('woff'),
    url('../fonts/Akrobat/Akrobat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat/Akrobat-SemiBold.woff2') format('woff2'),
    url('../fonts/Akrobat/Akrobat-SemiBold.woff') format('woff'),
    url('../fonts/Akrobat/Akrobat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: berezka;
  src: url('../fonts/berezka/berezka.woff2') format('woff2'),
    url('../fonts/berezka/berezka.woff') format('woff'),
    url('../fonts/berezka/berezka.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}





/*общие*/
body {
  max-width: 1920px;
  margin: 0 auto;
  font: 400 20px/30px Akrobat, sans-serif;
  color: #343434;
}

.body-overflow-hidden {
  overflow: hidden;
}

main {
  overflow: hidden;
  padding: 30px 0 50px;
  min-height: 55vh;
}

abbr {
  font-family: berezka;
  font-weight: 300;
  text-transform: none;
}

h1, h2, h3 {
  margin: 60px 0;
  padding: 0;
  font: 700 42px/50px Akrobat, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

h1:after, h2:after, h3:after {
  content: 'l';
  margin-left: 12px;
  font: 400 35px/1 berezka;
  text-transform: none;
  color: #689675;
}

a {
  color: #689675;
}

a:focus {
  text-decoration: none;
  color: #689675;
}
a:hover {
  color: #528862;
}
a:active {
  color: rgba(82, 136, 98, 0.7);
}

.green {
  color: #689675;
}

.button {
  display: inline-block;
  width: 240px;
  padding: 0 10px;
  outline: none;
  border: 1px solid #689675;
  border-radius: 5px;
  font: 700 20px/50px Akrobat, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(180deg, #689675 0%, #528862 100%);
  cursor: pointer;
}

.button:focus {
  text-decoration: none;
  color: #fff;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}
.button:active {
  background: linear-gradient(0deg, #689675 0%, #528862 100%);
}

.button_style-1 {
  font-weight: 600;
  color: #689675;
  background: #fff;
}

.button_style-1:focus {
  text-decoration: none;
  color: #689675;
}
.button_style-1:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #689675 0%, #528862 100%);
}
.button_style-1:active {
  background: linear-gradient(0deg, #689675 0%, #528862 100%);
}

.button__ico {
  margin-right: 5px;
  vertical-align: bottom;
}

.block-relative {
  position: relative;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.block-justify {
  font-size: 0;
  line-height: 0;
  text-align: justify;
}

.block-justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.breadcrumb {
  margin: 0 0 8px;
  padding: 0;
  background: transparent;
}

.breadcrumb a {
  border-bottom: 1px solid #343434;
  font: 400 20px/30px Akrobat, sans-serif;
  color: #343434;
  text-decoration: none;
}

.breadcrumb > li + li:before {
  color: #343434;
}

.breadcrumb a:focus {
  text-decoration: none;
  color: #343434;
}
.breadcrumb a:hover {
  text-decoration: none;
  color: #343434;
  border-bottom: none;
}
/*общие*/





/*шапка*/
header {
  position: relative;
  z-index: 3;
}

/*контакты*/
.contacts {
  padding-top: 15px;
  background: #96A7B1;
}

.contacts__wrap-left {
  float: left;
  font: 600 16px/19px Akrobat, sans-serif;
}

.contacts__wrap-right {
  float: right;
  font: 600 16px/19px Akrobat, sans-serif;
}

.contacts__wrap-right > :last-child {
  margin-right: 0;
}

.contacts__link {
  display: inline-block;
  margin: 0 30px 15px 0;
  text-transform: uppercase;
  color: #fff;
}

a.contacts__link:focus {
  text-decoration: none;
  color: #fff;
}
a.contacts__link:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.contacts__link_underlined {
  border-bottom: 1px solid #fff;
}

a.contacts__link:hover .contacts__link_underlined {
  border-color: rgba(255, 255, 255, 0.7);
}

.contacts__ico {
  margin-right: 10px;
  vertical-align: -2px;
}

/*меню*/
.h-menu {
  height: 115px;
  background: #fff;
  border-bottom: 1px solid #D1E1EB;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}

.h-menu__logo {
  display: block;
  float: left;
  margin: 20px 4.4% 0 0;
}

.menu {
  margin: 0;
  padding: 31px 0 0;
  list-style: none;
  text-align: justify;
  transition: all .3s;
}

.menu:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.menu__item {
  display: inline-block;
}

.menu__link {
  display: block;
  padding: 10px 0;
  font: 400 20px/24px Akrobat;
  text-transform: uppercase;
  color: #343434;
}

.menu__link:focus {
  text-decoration: none;
  color: #343434;
}
.menu__link:hover {
  text-decoration: none;
  color: #528862;
}
.menu__link:active {
  color: rgba(82, 136, 98, 0.7);
}

.menu__button {
  width: 210px;
}

/*вложенное меню*/
/* --li вложенных списки-- */
.menu li {
  position: relative;
}

/* --ссылка с вложенным списком-- */
.menu a:not(:only-child) {
  font-weight: 600;
}

/* --стрелка ссылки с вложенным списком-- */
.menu a:not(:only-child):after {
  content: 'e';
  font-family: berezka;
  text-transform: none;
  vertical-align: bottom;
}

/* --появление вложенного списка при наведении на li-- */
.menu li:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* --декоративный-- */
.menu li:hover > ul > li:after {
  opacity: 1 !important;
  transition: opacity 1s;
}

/* --ссылки вложенных списков-- */
.menu ul a {
  display: block;
  padding: 10px 15px;
  font: 400 16px/18px Akrobat, sans-serif;
  text-transform: uppercase;
  color: #343434;
  transition: all .2s;
}

/* --стрелка ссылок вложенных списков-- */
.menu ul a:after {
  display: inline-block;
  float: right;
  transform: rotate(-90deg);
}

/* --фокус и наведение на ссылки вложенных списков-- */
.menu ul a:focus {
  text-decoration: none;
  color: #343434;
}
.menu ul a:hover {
  text-decoration: none;
  color: #fff;
  background: #689675;
}

/* --вложенные списки-- */
.menu ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  margin: 0;
  padding: 0;
  border: 1px solid #96A7B1;
  border-radius: 3px;
  text-align: left;
  list-style: none;
  background: linear-gradient(90deg, #f7f7f7 0%, #fff 25%, #fff 75%, #f7f7f7 100%);
  box-shadow: 0 0 50px #aaa;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

/* --первый вложенный список-- */
.menu > li > ul {
  top: 40px;
  left: 0;
}

/* --декоративный-- */
.menu ul li:nth-child(odd):not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 1px;
  background: #96A7B1;
  opacity: 0;
}

.menu ul li:nth-child(even):not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 1px;
  background: #96A7B1;
  opacity: 0;
}

.menu__back-btn {
  display: none;
}

/*кнопка мобильного меню*/
.mobile-menu-btn {
  display: none;
  position: absolute;
  top: 17px;
  left: 15px;
  width: 46px;
  height: 46px;
  border-radius: 5px;
  background: #689675;
}

.mobile-menu-btn:before, .mobile-menu-btn:after {
  content: '';
  position: absolute;
  left: 14px;
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
  transition: all .3s;
}

.mobile-menu-btn:before {
  top: 15px;
}

.mobile-menu-btn:after {
  top: 27px;
}

.mobile-menu-btn__line {
  position: absolute;
  top: 21px;
  left: 14px;
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
}

.mobile-menu-btn_active .mobile-menu-btn__line {
  display: none;
}

.mobile-menu-btn_active:before {
  top: 21px;
  transform: rotate(45deg);
}

.mobile-menu-btn_active:after {
  top: 21px;
  transform: rotate(135deg);
}

/*мобильная кнопка звонка*/
.call-btn {
  position: absolute;
  top: 17px;
  right: 15px;
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #689675;
  border-radius: 5px;
  font: 400 20px/44px berezka, sans-serif;
  text-align: center;
  color: #689675;
  background: #fff;
}
/*шапка*/





/*подвал*/
footer {
  background: url('../images/bg-footer.jpg') no-repeat center top;
  background-size: cover;
}

.footer__container {
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer__title {
  display: block;
  margin-bottom: 15px;
  font: 700 20px/30px Akrobat, sans-serif;
  color: #fff;
}

.footer__link {
  display: block;
  margin-bottom: 7px;
  font: 400 16px/24px Akrobat, sans-serif;
  color: #fff;
}

.footer__link_line {
  border-bottom: 1px solid #fff;
}

.footer__contacts {
  display: block;
  margin-bottom: 10px;
  font: 600 16px/24px Akrobat, sans-serif;
  color: #fff;
}

a.footer__title:focus, a.footer__link:focus, a.footer__contacts:focus {
  color: #fff;
  text-decoration: none;
}
a.footer__title:hover, a.footer__link:hover, a.footer__contacts:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7;
}

.footer__ico {
  margin-right: 10px;
  font-weight: 400;
  vertical-align: -2px;
}

.footer__social {
  /*text-align: justify;
  font-size: 1px;
  line-height: 1px;*/
  text-align: left;  /*для выравнивания по лев. краю*/
}

/*.footer__social:after {
  content: '';
  display: inline-block;
  width: 100%;
}*/

.footer__social-btn + .footer__social-btn { /*для выравнивания по лев. краю*/
  margin-left: 10px;
}

.footer__social-btn {
  font: 400 42px/1 berezka;
  color: #fff;
  opacity: .8;
}

.footer__social-btn:focus {
  text-decoration: none;
  color: #fff;
}
.footer__social-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.info {
  padding: 20px 0 10px;
  background: #4B5D68;
}

.info__copyright {
  font: 400 16px/24px Akrobat, sans-serif;
  color: #fff;
}

.info__politic {
  display: block;
  margin-bottom: 10px;
  font: 400 16px/24px Akrobat, sans-serif;
  text-align: center;
  text-decoration: underline;
  color: #fff;
  opacity: .6;
}

.info__politic:focus {
  text-decoration: underline;
  color: #fff;
}
.info__politic:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.intrlogo {
  float: right;
  display: block;
  padding: 5px 20px 6px 30px;
  font: 10pt Arial;
  background: url(../images/white.png) no-repeat;
  color: #4B5D68;
  text-decoration: none;
}

.intrlogo:focus, .intrlogo:hover {
  color: #4B5D68;
}
/*подвал*/




/*кнопка вверх*/
.top-button {
  position: fixed;
  bottom: 82px;
  right: 50px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font: 400 18px/50px berezka;
  color: #fff;
  text-align: center; 
  background: rgba(104, 150, 117, 0.3);
  box-shadow: 0 0 10px #fff;
  cursor: pointer;
}

.top-button:hover {
  background: linear-gradient(180deg, rgba(104, 150, 117, 0.8) 0%, rgba(82, 136, 98, 0.8) 100%);
}

.top-button:active {
  background: linear-gradient(0deg, rgba(104, 150, 117, 0.8) 0%, rgba(82, 136, 98, 0.8) 100%);
}
/*кнопка вверх*/




/*модалки и формы*/
.modal-content {
  background: url('../images/bg-gager.jpg') no-repeat center top;
  background-size: cover;
}

.modal-header {
  border-bottom: none;
  font: 700 22px/1.2 Akrobat, sans-serif;
  text-align: center;
  color: #343434;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 3px;
  padding: 0 5px;
  font: 400 22px/1 sans-serif;
  color: #343434;
  cursor: pointer;
}

.modal-close:hover {
  color: #689675;
}

.input-group {
  width: 100%;
}

.form-control {
  height: 40px;
  resize: none;
}

.form-control:focus {
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #689675;
}

.modal-body p {
  margin-bottom: 15px;
  font: 400 16px/1.2 Akrobat, sans-serif;
  text-align: center;
  color: #131313;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-footer {
  border-top: none;
}

.modal-footer p {
  margin: 0;
  font: 400 14px/1.2 Akrobat, sans-serif;
  text-align: center;
  color: #131313;
}

.form__modal-content {
  margin-bottom: 40px;
  padding: 20px 15px 25px;
}

.zag {
  margin-bottom: 25px;
  font: 700 22px/1.2 Akrobat, sans-serif;
  text-align: center;
  color: #343434;
}

.checkbox_personal {
  margin-bottom: 20px;
  text-align: center;
}

.checkbox_personal [type="checkbox"] {
  top: 7px;
}
/*модалки и формы*/





/*главный слайдер*/
.main-slider {
  margin: -30px 0 0;
  background: url('../images/bg-main-slider.jpg') no-repeat center top;
  background-size: auto 500px;
}

.main-slider__slide {
  min-height: 500px;
}

.main-slider__img {
  float: right;
  max-width: 470px;
}

.main-slider__content {
  max-width: 500px;
  padding-top: 110px;
}

.main-slider__title {
  margin-bottom: 20px;
  font: 700 52px/62px Akrobat, sans-serif;
  text-transform: uppercase;
  color: #343434;
}

.main-slider__text {
  margin-bottom: 30px;
  font: 400 20px/30px Akrobat, sans-serif;
  color: #343434;
}

.main-slider .bx-prev {
  display: none;
}

.main-slider .bx-next {
  position: absolute;
  top: 217px;
  left: calc(50% - 21px);
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  font: 400 18px/62px berezka;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #689675 0%, #528862 100%);
  box-shadow: 0 0 20px #ccc;
}

.main-slider .bx-next:focus {
  text-decoration: none;
  color: #fff;
}
.main-slider .bx-next:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}
.main-slider .bx-next:active {
  background: linear-gradient(0deg, #689675 0%, #528862 100%);
}

.main-slider .bx-pager {
  position: absolute;
  top: 375px;
}

.main-slider .bx-pager-item {
  float: left;
  overflow: hidden;
  margin-right: 15px;
}

.main-slider .bx-pager-item a {
  display: block;
  width: 20px;
  height: 4px;
  color: transparent;
  background: rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.main-slider .bx-pager-item .active {
  width: 50px;
  background: rgba(104, 150, 117, 0.6);
}
/*главный слайдер*/





/*каталог на главной*/
.order {
  overflow: hidden;
  padding-bottom: 50px;
}

.order__item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  outline: 0px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .3s;
}

.order__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1170px;
  width: 100%;
  height: 100%;
  border: 2px solid #D1E1EB;
  pointer-events: none;
}

.order__item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 1170px;
  width: 100%;
  height: 100%;
  border: 2px solid #D1E1EB;
  pointer-events: none;
}

.order__item_kitchen {
  padding-top: 76%;
  background-image: url('../images/kuhni.jpg');
}

.order__item_ofice {
  padding-top: 34.5%;
  background-image: url('../images/ofis.jpg');
}

.order__item_merchant {
  padding-top: 25%;
  background-image: url('../images/torgovoe.jpg');
}

.order__item_cupboard {
  padding-top: 110%;
  background-image: url('../images/shkaf.jpg');
}

.order__item_hallway {
  padding-top: 110%;
  background-image: url('../images/prihojaia.jpg');
}

.order__item_bedroom {
  padding-top: 94.4%;
  background-image: url('../images/spalnia.jpg');
}

.order__item_kids {
  padding-top: 20.66%;
  background-image: url('../images/detskaia.jpg');
}

.order__item_wall {
  padding-top: 20.66%;
  background-image: url('../images/stenka.jpg');
}

.order__item:hover {
  outline: 5px solid #fff;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.3);
}

.order__text-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background: linear-gradient(180deg, #578965 0%, #31573C 100%);
  opacity: 0;
  transition: all .3s;
}

.order__text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.order__text-wrap:after {
  content: '';
  position: absolute;
  top: 25px;
  bottom: 25px;
  right: 25px;
  left: 25px;
  display: block;
  background: #fff;
  box-shadow: inset 0 0 50px #ccc;
  transition: all .3s;
}

.order__item:hover .order__text-wrap:before {
  opacity: .6;
}

.order__item:hover .order__text-wrap:after {
  top: 50%;
  bottom: 50%;
  right: 50%;
  left: 50%;
}

.order__text {
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  font: 700 32px/32px Akrobat, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #313131;
  transition: all .3s;
}

.order__item:hover .order__text {
  color: #fff;
}
/*каталог на главной*/





/*о компании*/
.about {
  margin-bottom: 70px;
  background: url('../images/bg-about.jpg') no-repeat center top;
  background-size: cover;
}

.about__berezka {
  position: absolute;
  top: 30px;
  right: 0;
}

.about__button {
  float: right;
  margin: 60px 0 0 20px;
}

/*преимущества*/
.advantages {
  margin-top: 50px;
  padding: 35px 0 40px;
  background: rgba(255, 255, 255, 0.8);
}

.advantages__item {
  position: relative;
  display: inline-block;
  max-width: 330px;
  padding-left: 92px;
  vertical-align: top;
}

.advantages__ico {
  position: absolute;
  top: 0;
  left: 0;
  font: 400 72px/1 berezka;
  color: #689675; 
}

.advantages__title {
  margin-bottom: 8px;
  font: 700 20px/30px Akrobat, sans-serif;
}

.advantages__text {
  font-size: 16px;
  line-height: 24px;
}
/*о компании*/





/*замерщик*/
.gager {
  background: url('../images/bg-gager.jpg') no-repeat center center;
  background-size: cover;
}

.gager__img {
  position: absolute;
  left: 15px;
  bottom: 0;
}

.gager__content {
  padding: 40px 0 45px;
}

.gager__title {
  margin: 0 0 20px;
  text-align: left;
}

.gager__text {
  margin-bottom: 35px;
}
/*замерщик*/





/*наши проекты*/
.projects {
  padding: 100px 0 80px;
  background: url('../images/bg-projects.png') no-repeat center 70px;
}

.projects__title {
  margin: 0 0 60px;
}

.projects__slider {
  position: relative;
}

.project__slide {
  position: relative;
  outline: 2px solid transparent;
  outline-offset: -2px;
  background: #fff;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  transition: all .6s;
}

.projects__wrap {
  transition: opacity .6s;
}

.projects__img-wrap {
  float: left;
  width: 650px;
}

.projects__img {
  display: block;
  width: 100%;
}

.projects__slide-content {
  float: left;
  width: 490px;
  padding: 35px 40px;
}

.projects__slide-title {
  margin-bottom: 15px;
  font: 700 32px/44px Akrobat, sans-serif;
  color: #313131;
}

.projects__list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.project__item {
  margin-bottom: 10px;
  font: 400 16px/22px Akrobat, sans-serif;
}

.project__item:before {
  content: '– '
}

.projects__customer {
  padding: 35px 40px 30px;
  background: url('../images/bg-customer.png') no-repeat;
  background-size: 100% 100%;
}

.projects__customer p:first-of-type {
  font: 400 16px/22px Akrobat, sans-serif;
}

.projects__customer p {
  font: 300 12px/17px Akrobat, sans-serif;
}

.projects__slider .bx-viewport {
  overflow: visible !important;
}

.projects__slider [aria-hidden="true"] {
  outline-color: #D1E1EB;
  box-shadow: none;
}

[aria-hidden="true"] .projects__wrap {
  opacity: .2;
}
/*наши проекты*/





/*партнеры*/
.partners {
  padding: 60px 0 80px;
  background: url('../images/bg-partners.jpg') no-repeat center top;
  background-size: cover;
}

.partners__title {
  margin: 0 0 40px;
}

.partners__slider {
  position: relative;
}

.partners__slider .bx-viewport {
  overflow: visible !important;
}

.partners__slide {
  display: block;
  height: 130px;
  border: 2px solid #D1E1EB;
}

.partners__img-wrap {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity .6s;
}

.partners__img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 217px;
  max-height: 100px;
  transform: translate(-50%, -50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.partners__slide:hover {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.partners__slide:hover .partners__img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.partners__slider [aria-hidden="true"] {
  pointer-events: none;
}

[aria-hidden="true"] .partners__img-wrap {
  opacity: .2;
}
/*партнеры*/





/*отзывы о компании*/
.comments {
  padding: 85px 0 35px;
  background: url('../images/bg-projects.png') no-repeat center 50px;
}

.comments__title {
  margin: 0 0 60px;
}

.comments__slider {
  position: relative;
}

.comments__slider .bx-viewport {
  overflow: visible !important;
}

.comments__slide {
  border: 2px solid transparent;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  transition: all.6s;
}

.comments__img-wrap {
  display: block;
  padding: 20px;
  background: #fff;
  transition: opacity .6s;
}

.comments__img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.comments__slide:hover {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.comments__slide:hover .comments__img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.comments__slider [aria-hidden="true"] {
  pointer-events: none;
  border-color: #D1E1EB;
  box-shadow: none;
}

[aria-hidden="true"] .comments__img-wrap {
  opacity: .2;
}
/*отзывы о компании*/





/*слайдеры*/
.bx-prev, .bx-next {
  position: absolute;
  top: calc(50% - 31px);
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  font: 400 18px/62px berezka;
  text-align: center;
  color: #fff;
  background: rgba(104, 150, 117, 0.3);
}

.bx-prev {
  left: -31px;
}

.bx-next {
  right: -31px;
}

.bx-prev:focus, .bx-next:focus {
  text-decoration: none;
  color: #fff;
}
.bx-prev:hover, .bx-next:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, rgba(104, 150, 117, 0.8) 0%, rgba(82, 136, 98, 0.8) 100%);
}
.bx-prev:active, .bx-next:active {
  background: linear-gradient(0deg, rgba(104, 150, 117, 0.8) 0%, rgba(82, 136, 98, 0.8) 100%);
}
/*слайдеры*/





/*портфолио*/
.portfolio {
  height: 180px;
  margin: -30px 0 0;
  overflow: hidden;
  transition: height .5s;
}

.portfolio__header {
  position: absolute;
  top: 40px;
  left: 15px;
  z-index: 1;
}

.portfolio__breadcrumb {
  float: left;
}

.portfolio__title {
  clear: both;
  float: left;
  margin: 0;
  font: 700 52px/62px Akrobat, sans-serif;
}

.portfolio__title:after {
  display: none;
}

.portfolio__button {
  position: absolute;
  z-index: 1;
  top: 70px;
  right: 15px;
  width: 280px;
  transition: all .3s;
}

.portfolio__button:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  display: block;
  border: 2px solid rgba(104, 150, 117, 0.6);
  border-radius: 5px;
  background: transparent;
  animation: border1 2s infinite linear;
}

.portfolio__button:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  display: block;
  border: 2px solid rgba(104, 150, 117, 0.6);
  border-radius: 5px;
  background: transparent;
  animation: border2 2s infinite linear;
}

@keyframes border1 {
  0% {top: 1px; left: 1px; right: 1px; bottom: 1px; opacity: 0;}
  16.6% {top: 1px; left: 1px; right: 1px; bottom: 1px; opacity: 1;}
  66.6% {top: -30px; left: -30px; right: -30px; bottom: -30px; opacity: 0;}
  100% {top: -30px; left: -30px; right: -30px; bottom: -30px; opacity: 0;}
}

@keyframes border2 {
  0% {top: 1px; left: 1px; right: 1px; bottom: 1px; opacity: 0;}
  33.2% {top: 1px; left: 1px; right: 1px; bottom: 1px; opacity: 1;}
  83.4% {top: -30px; left: -30px; right: -30px; bottom: -30px; opacity: 0;}
  100% {top: -30px; left: -30px; right: -30px; bottom: -30px; opacity: 0;}
}

.portfolio__slider {
  position: relative;
}

.portfolio__img {
  width: 100%;
  opacity: .2;
  transition: all .6s;
}

.portfolio__price {
  position: absolute;
  right: 15px;
  top: 70px;
  display: block;
  padding: 10px 15px 15px;
  border-radius: 3px;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #fff;
  opacity: 0;
  box-shadow: 0 0 10px #eee;
  background: rgba(104, 150, 117, 0.8);
  transition: all .3s;
}

.portfolio__model {
  display: block;
  margin-bottom: 3px;
  font-size: 22px;
  line-height: 1.2;
}

.active .portfolio__price {
  opacity: 1;
}

.portfolio__slider .bx-prev, .portfolio__slider .bx-next {
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.portfolio__slider .bx-viewport {
  overflow: visible !important;
  pointer-events: none;
}

[aria-hidden="true"].portfolio__slide {
  pointer-events: none;
}

.active .portfolio__button {
  opacity: 0;
  visibility: hidden;
}

.active [aria-hidden="false"] {
  pointer-events: auto;
}

.active [aria-hidden="false"] .portfolio__img {
  opacity: 1;
}

.active .portfolio__slider .bx-prev, .active .portfolio__slider .bx-next {
  opacity: 1;
  visibility: visible;
}
/*портфолио*/





/*этапы*/
.stages {
  margin-top: 50px;
  padding: 50px 0 0;
  background: url('../images/bg-stages.jpg') no-repeat center top;
  background-size: cover;
}

.stages__title {
  margin: 0 0 40px;
  text-align: center;
}

.stages__title:after {
  display: none;
}

.stages__text {
  margin-bottom: 65px;
  padding-left: 50px; 
  font: 700 24px/27px Akrobat, sans-serif;
}

.stages__number {
  float: left;
  margin-left: -50px;
  font: 700 72px/50px Akrobat, sans-serif;
  color: #578965;
}

.stages__number_first {
  display: inline-block;
  margin: 0 23px 0 0;
}

.stages__button {
  width: 205px;
  margin: 3px 0 0;
}
/*этапы*/





/*контент*/
.gager_content-margin {
  margin: 60px 0 0;
}

.content {
  padding: 60px 0 0;
}

.content__wrap {
  margin-bottom: 60px;
}

.content__left {
  padding-right: 50px;
}

.content__right {
  padding-left: 50px;
}

.content__img {
  width: 100%;
}

.content__text-wrap {
  position: absolute;
  left: -25%;
  z-index: 1;
  max-width: 80%;
  margin-top: 20px;
  padding: 15px;
  border-radius: 3px;
  font-size: 26px;
  font-style: italic;
  color: #fff;
  background: rgba(104, 150, 117, 0.8);
}
/*контент*/