body {
  font-size: 14px;
  color: #232323;
  font-family: 'Rubik', 'Arial', sans-serif;
  font-weight: normal;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .wrap {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap--fw {
    padding: 0;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0 -15px -30px;
}

.col-2 {
  width: calc(50% - 30px);
}

.col-3 {
  width: calc(33.333333% - 30px);
}

.col-4 {
  width: calc(25% - 30px);
}

@media only screen and (max-width: 1023px) {
  .col-4 {
    width: calc(50% - 30px);
  }
}

.col-5 {
  width: calc(20% - 30px);
}

.col-6 {
  width: calc(16.666666% - 30px);
}

.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  margin: 0 15px 30px;
}

@media only screen and (max-width: 767px) {
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    width: calc(100% - 30px);
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  padding: 0 30px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #009136;
}

.btn:hover {
  color: #232323;
  background: #FFF;
}

.btn:hover span {
  background: url("../images/ico/arrow-btn--hover.svg") no-repeat right center;
}

.btn span {
  padding-right: 25px;
  background: url("../images/ico/arrow-btn.svg") no-repeat right center;
}

.btn--black:hover {
  color: #FFF;
  background: #232323;
}

.btn--black:hover span {
  background: url("../images/ico/arrow-btn.svg") no-repeat right center;
}

.btn--dark {
  color: #FFF;
  background: #232323;
}

.btn--dark:hover {
  color: #FFF;
  background: #009136;
}

.btn--dark:hover span {
  background: url("../images/ico/arrow-btn.svg") no-repeat right center;
}

.btn--fw {
  width: 100%;
}

.dots {
  z-index: 2;
}

.dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.dots li:last-child {
  margin-right: 0;
}

.dots .slick-active button {
  width: 12px;
  border-radius: 4px;
  background: #009136;
}

.dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  font-size: 0;
  color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  border: none;
  background: rgba(0, 145, 54, 0.25);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 30px;
  }
}

.h3-title {
  position: relative;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .h3-title {
    font-size: 30px;
  }
}

.h3-title:after {
  display: block;
  position: absolute;
  content: '';
  width: 45px;
  height: 3px;
  bottom: -10px;
  left: 0px;
  background: #009136;
}

.h3-title:before {
  display: block;
  position: absolute;
  content: attr(title);
  top: -25px;
  left: 5px;
  font-size: 80px;
  color: rgba(118, 118, 118, 0.15);
}

@media only screen and (max-width: 767px) {
  .h3-title:before {
    top: -30px;
  }
}

.h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}

.link {
  font-size: inherit;
  color: #009136;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .container {
    margin-top: 74px;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  border-radius: 50%;
  background: #009136;
  margin-left: 5px;
  cursor: help;
}

.last-section {
  margin-bottom: -100px;
}

.gray {
  color: #ccc;
}

.text {
  line-height: 1.5;
  margin-bottom: 30px;
}

.text:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.25);
    z-index: 9;
  }
}

.header-top {
  padding: 10px 0;
  background: rgba(118, 118, 118, 0.15);
}

@media only screen and (max-width: 1024px) {
  .header-top {
    display: none;
  }
}

.header-top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #d8d8d8;
}

.header-top__link:last-child {
  border: none;
}

.header-middle {
  padding: 25px 0 20px;
  background: #FFF;
}

@media only screen and (max-width: 1279px) {
  .header-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 74px;
    padding: 0;
  }
}

.header-middle .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hamburger {
  width: 24px;
  height: 18px;
  cursor: pointer;
  background: url("../images/ico/hamburger.svg") no-repeat center center/contain;
}

.hamburger.active {
  background: url("../images/ico/close.svg") no-repeat center center/contain;
}

@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}

.header-logo {
  width: 270px;
}

@media only screen and (max-width: 1279px) {
  .header-logo {
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo {
    width:240px;
    height: 46px;
   /* background: url("../images/ico/logo-mobile.png") no-repeat center center/contain;*/
  }
}

.header-logo img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-logo img {
   /* display: none;*/
  }
}

.header-middle__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1279px) {
  .header-middle__content {
    display: none;
  }
}

.header-middle__content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-middle__content-item {
  position: relative;
}

.header-middle__content-arrow {
  width: 12px;
  height: 6px;
  background: url("../images/ico/arrow-down.svg") no-repeat center center/contain;
  margin-left: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-middle__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-middle__content-ico {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.header-middle__content-ico img {
  width: 100%;
}

.header-middle__content-title {
  font-size: 15px;
  font-weight: 500;
}

.header-middle__content-title .work_time{display:block; font-weight:400; font-size:10px; margin-top:5px;}

.header-middle__content-hidden {
  display: none;
  position: absolute;
  left: 0;
  top: 69px;
  width: 240px;
  border: 1px solid #d8d8d8;
  background: #FFF;
  z-index: 2;
}

.header-middle__content-hidden__item {
  list-style: none;
}

.header-middle__content-link {
  display: block;
  line-height: 30px;
  padding-left: 20px;
  color: #767676;
  font-size: 15px;
  text-decoration: none;
}

.header-middle__content-link:hover {
  background: #fafafa;
}

.header-middle__content-item__separator {
  width: 1px;
  height: 45px;
  background: #d8d8d8;
  margin: 0 30px;
}

.calling-specialist {
  height: 46px;
  line-height: 46px;
  padding: 0 20px 0 54px;
  color: #FFF;
  font-weight: 500;
  border-radius: 30px;
  background: #009136 url("../images/ico/ico-3.svg") no-repeat 20px center;
  margin-left: 80px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-bottom {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .header-bottom {
    display: none;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d8d8d8;
}

.header-menu__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-menu__item:hover .header-menu__link {
  color: #009136;
  -webkit-box-shadow: 0 -5px 0 0 #009136 inset;
  box-shadow: 0 -5px 0 0 #009136 inset;
}

.header-menu__item:hover .header-menu__dd {
  display: block;
}

.header-menu__link {
  display: block;
  height: 68px;
  line-height: 68px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.header-menu__dd {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #d8d8d8;
  background: #fff;
  z-index: 3;
}

.header-menu__dd .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-menu__dd ul {
  list-style: none;
}

.header-menu__dd-item:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}

.header-menu__dd-item:nth-child(2) {
  width: 270px;
}

.header-menu__dd-title {
  padding-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #767676;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}

.header-menu__dd-list {
  margin-bottom: 40px;
}

.header-menu__dd-list:last-child {
  margin-bottom: 0;
}

.header-menu__dd-list .header-menu__dd-list__item {
  margin-bottom: 20px;
}

.header-menu__dd-list .header-menu__dd-list__item:last-child {
  margin-bottom: 0;
}

.header-menu__dd-list .header-menu__dd-list__item a {
  font-weight: 600;
  text-decoration: none;
}

.header-menu__dd-list .header-menu__dd-list__item a:hover {
  color: #009136;
}

.header-menu__dd-list .header-menu__dd-list__inner li {
  padding-left: 20px;
  margin-top: 15px;
}

.header-menu__dd-list .header-menu__dd-list__inner a {
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}

.header-menu__dd-list--column {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  height: calc(100vh - 74px);
  padding-bottom: 100px;
  background: #FFF;
  overflow-y: auto;
  z-index: 11;
}

.mobile-menu__nav {
  padding: 15px 0;
  -webkit-box-shadow: 2px 1px 8px 0 rgba(0, 0, 0, 0.1) inset, 2px -1px 8px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 2px 1px 8px 0 rgba(0, 0, 0, 0.1) inset, 2px -1px 8px 0 rgba(0, 0, 0, 0.1) inset;
  background: rgba(118, 118, 118, 0.15);
  margin-bottom: 30px;
}

.mobile-menu__nav-link {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}

.mobile-menu__inner {
  margin-bottom: 30px;
}

.mobile-menu__dd-item,
.mobile-menu__dd-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.mobile-menu__dd-item img,
.mobile-menu__dd-link img {
  margin-right: 15px;
}

.mobile-menu__dd-open {
  width: 40px;
  height: 40px;
  background: url("../images/ico/arrow-down.svg") no-repeat center center/13px;
}

.mobile-menu__dd-hidden {
  display: none;
  margin-top: 10px;
}

.mobile-menu__dd-hidden-link {
  display: block;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}

.mobile-calling-specialist {
  width: 216px;
  height: 46px;
  line-height: 46px;
  padding-left: 50px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 500;
  border-radius: 30px;
  background: #009136 url("../images/ico/ico-3.svg") no-repeat 15px center;
  margin: 0 auto 40px;
}

.mobile-menu__item-title {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  color: #000;
  background: #fafafa;
  border-bottom: 1px solid #d8d8d8;
}

.mobile-menu__item-title.active {
  color: #FFF;
  background: #009136;
  border-color: #009136;
}

.mobile-menu__item-title.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("../images/ico/arrow-down--white.svg") no-repeat center center/14px;
}

.mobile-menu__item-title:before {
  display: block;
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  background: url("../images/ico/arrow-down.svg") no-repeat center center/14px;
}

.mobile-menu__item-hidden {
  display: none;
  padding: 40px 20px;
}

.mobile-menu__item-hidden li {
  list-style: none;
}

.footer {
  color: #FFF;
  background: #292929;
  margin-top: 100px;
}

@media only screen and (max-width: 1279px) {
  .footer {
    margin-top: 80px;
  }
}

.footer .btn {
  margin-top: 20px;
}

@media only screen and (max-width: 1279px) {
  .footer .btn {
    font-size: 14px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .btn {
    display: block;
    width: 215px;
    margin: 40px auto 20px;
  }
}

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

.footer-logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}

.footer-logo img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .footer-logo img {
    width: 260px;
  }
}

.footer-top {
  padding: 25px 0;
  border-bottom: 1px solid rgba(118, 118, 118, 0.25);
}

.footer-top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-top__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 30px;
  line-height: 30px;
  color: #d8d8d8;
  text-decoration: none;
  text-align: center;
  border-right: 1px solid rgba(118, 118, 118, 0.25);
}

@media only screen and (max-width: 1023px) {
  .footer-top__link {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-top__link {
    display: block;
    width: 100%;
    border: none;
  }
}

.footer-top__link:last-child {
  border: none;
}

.footer-bottom {
  padding: 25px 0;
  background: #1e1e1e;
}

.footer-bottom .wrap {
  position: relative;
}

.footer-copy {
  max-width: 970px;
  text-align: center;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
}

@media only screen and (max-width: 1279px) {
  .footer-copy {
    max-width: 100%;
    padding: 0 10%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copy {
    padding: 0;
  }
}

.scroll-top {
  position: fixed;
  bottom:20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #009136 url("../images/ico/scroll-top.svg") no-repeat center center;
  margin-top: -23px;
  cursor: pointer;
}

@media only screen and (max-width: 1279px) {
  .scroll-top {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll-top {
    position: relative;
    right: auto;
    top: auto;
    margin: 40px auto;
  }
}

.footer-middle {
  margin: 75px 0;
}

@media only screen and (max-width: 1279px) {
  .footer-middle {
    margin: 40px 0;
  }
}

.footer-link {
  color: #FFF;
  font-weight: 500;
  text-decoration: none;
}

.footer-ico-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9b9b9b;
  line-height: 1.2;
  margin-bottom: 30px;
}

.footer-ico-item__ico {
  min-width: 40px;
}

.footer-ico-item__ico img {
  max-width: 100%;
}

.footer-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  margin-top: 12px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1279px) {
  .footer-title {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-title {
    font-size: 18px;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-title {
    text-align: center;
  }
}

.footer-list {
  list-style: none;
}

.footer-list__item {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .footer-list__item {
    text-align: center;
  }
}

.footer-list__item:last-child {
  margin-bottom: 0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow-y: auto;
}

.modal textarea {
  margin: 30px 0;
}

.modal .btn {
  width: 100%;
}

.modal-block {
  position: relative;
  top: 10%;
  left: 50%;
  width: 570px;
  padding: 60px 30px 50px;
  background: #FFF;
  margin-left: -285px;
}

@media only screen and (max-width: 599px) {
  .modal-block {
    width: calc(100% - 30px);
    left: 15px;
    top: 5%;
    padding: 40px 15px 30px;
    margin: 0;
  }
}

.modal-close {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 30px;
  width: 18px;
  height: 18px;
  background: url("../images/ico/close.svg") no-repeat center center/contain;
}

@media only screen and (max-width: 767px) {
  .modal-close {
    top: 15px;
    right: 15px;
  }
}

.modal-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.modal-text {
  font-size: 15px;
  color: #767676;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

.wrap-slider {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.wrap-slider .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wrap-slider .slick-initialized .slick-slide {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
  }
}

.wrap-slider .wrap {
  position: relative;
}

.wrap-slider .dots {
  position: absolute;
  top: 0;
  right: 50px;
  height: 730px;
}

@media only screen and (max-width: 1279px) {
  .wrap-slider .dots {
    right: 40px;
    height: 540px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-slider .dots {
    height: 380px;
    right: 20px;
  }
}

.wrap-slider .dots ul {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap-slider .dots li {
  margin-right: 0;
  margin-bottom: 15px;
}

.wrap-slider .dots li:last-child {
  margin-bottom: 0;
}

.wrap-slider .dots .slick-active button {
  background: #009136;
}

.wrap-slider .dots button {
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .wrap-slider .btn {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 1279px) {
  .slider-arrows {
    top: 55px;
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-arrows {
    display: none;
  }
}

.slider-arrows .prev,
.slider-arrows .next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url("../images/ico/arrow-slider.svg") no-repeat center center;
  margin-right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-arrows .prev:hover,
.slider-arrows .next:hover {
  border-color: #009136;
  background: #009136 url("../images/ico/arrow-slider.svg") no-repeat center center;
}

.slider-arrows .prev:last-child,
.slider-arrows .next:last-child {
  margin-right: 0;
}

.slider-arrows .next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 730px;
  color: #FFF;
  background-size: cover;
  background-position: left top;
}

@media only screen and (max-width: 1279px) {
  .slide {
    height: 540px;
  }
}

@media only screen and (max-width: 767px) {
  .slide {
    height: 380px;
  }
}

.slide:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.slide .wrap {
  position: relative;
  z-index: 2;
}

.slider-price {
  font-size: 36px;
  color: #d8d8d8;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1279px) {
  .slider-price {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-price {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.slider-title {
  max-width: 520px;
  font-size: 64px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 55px;
}

@media only screen and (max-width: 1279px) {
  .slider-title {
    font-size: 54px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-btns__item {
  list-style: none;
  margin-right: 30px;
}

.slider-btns__item:last-child {
  margin-right: 0;
}

.tab-block__item {
  display: none;
}

.tab-block__item.active {
  display: block;
}

.wrap-tabs--green .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0 1px #d8d8d8 inset;
  box-shadow: 0 0 0 1px #d8d8d8 inset;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--green .tab-links {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8;
  }
}

.wrap-tabs--green .tab-link__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--green .tab-link__item {
    width: 100%;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
  }

  .wrap-tabs--green .tab-link__item:last-child {
    margin-bottom: 0;
  }
}

.wrap-tabs--green .tab-link__item.active {
  color: #FFF;
  background: #009136;
}

.select {
  position: relative;
}

.selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  padding: 0 35px 0 20px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  background: #FFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selected:before {
  display: block;
  position: absolute;
  right: 20px;
  content: '';
  width: 12px;
  height: 12px;
  background: url("../images/ico/arrow-down.svg") no-repeat center center/contain;
}

.selected.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.selected.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selected-text {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select-options {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  max-width: inherit;
  min-width: 170px;
  border: 1px solid #d8d8d8;
  background: #FFF;
  z-index: 3;
}

.select-option {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-option:hover {
  background: #fafafa;
}

.select-option input {
  display: none;
}

.calculator-section {
  padding: 60px 0 100px;
  background: #fafafa;
}

@media only screen and (max-width: 1279px) {
  .calculator-section {
    padding: 50px 0 80px;
  }
}

.wrap-calculator {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.calculator,
.calculator-bottom {
  float: left;
  width: 570px;
}

@media only screen and (max-width: 1279px) {
  .calculator,
  .calculator-bottom {
    width: 100%;
    margin-bottom: 30px;
  }

  .calculator:last-child,
  .calculator-bottom:last-child {
    margin-bottom: 0;
  }
}

.calculator-bottom {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .calculator-bottom {
    margin-top: 50px;
  }
}

.calculator-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calculator-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .calculator-item {
    margin-bottom: 0;
  }
}

.calculator-item:last-child {
  margin-bottom: 0;
}

.calculator-col {
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .calculator-col {
    width: 100%;
    margin-bottom: 25px;
  }
}

.calculator-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
  margin-bottom: 15px;
}

.calculator-tip {
  width: 14px;
  height: 14px;
  line-height: 15px;
  color: #FFF;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  background: #009136;
  margin-left: 5px;
  cursor: help;
}

.calculator__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 46px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  background:#fff;
}

.calculator__input input {
  max-width: 120px;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  padding: 0 20px;
  font-size: 15px;
}

.input,
textarea {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
}

textarea {
  height: 150px;
  padding: 20px;
  border-radius: 20px;
  line-height: 1.2;
}

.calculator__input-title {
  height: 46px;
  line-height: 46px;
  padding: 0 25px;
  font-size: 15px;
  color: #767676;
  border-left: 1px solid #d8d8d8;
  background: rgba(216, 216, 216, 0.3);
}

.calculator-radio {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.calculator-radio:last-child {
  margin-right: 0;
}

.calculator-radio input {
  display: none;
}

.calculator-radio label {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #d8d8d8;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  background: #FFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calculator-radio input[type="radio"]:checked + label {
  color: #FFF;
  border-color: #009136;
  background: #009136;
}

.wrap-checkbox {
  margin-bottom: 15px;
}

.wrap-checkbox:last-child {
  margin-bottom: 0;
}

.wrap-checkbox input {
  display: none;
}

.wrap-checkbox label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.2;
  color: #767676;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrap-checkbox label:before {
  display: block;
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
  border: 1px solid #d8d8d8;
  background: #FFF;
}

.wrap-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #009136;
  background: #009136 url("../images/ico/tick.svg") no-repeat center center/10px;
}

.fw {
  width: 100%;
}

.calculator-total {
  float: right;
  width: calc(100% - 600px);
  padding: 45px 40px 30px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #FFF;
}

@media only screen and (max-width: 1279px) {
  .calculator-total {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-total {
    padding: 40px 20px 20px;
    margin-bottom: 0;
  }
}

.calculator-total__wrap-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .calculator-total__wrap-price {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-total__price {
    width: 100%;
  }
}

.calculator-total__price-title {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.calculator-total__price-total {
  font-size: 24px;
  font-weight: 700;
}

.calculator-total__print {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  color: #009136;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .calculator-total__print {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }
}

.calculator-total__print-btn {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  background: url("../images/ico/print.svg") no-repeat left center/contain;
}

.calculator-total__print-btn span {
  text-decoration: underline;
}

.calculator-total__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 35px;
}

.calculator-total__numbers-item {
  margin-bottom: 35px;
  margin-right: 110px;
}

@media only screen and (max-width: 767px) {
  .calculator-total__numbers-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.calculator-total__numbers-item:last-child {
  margin-right: 0;
}

.calculator-total__numbers-title {
  font-size: 18px;
  line-height: 1.4;
  color: #4a4a4a;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .calculator-total__numbers-title {
    font-size: 15px;
  }
}

.calculator-total__numbers-price {
  font-size: 24px;
  color: #009136;
}

@media only screen and (max-width: 767px) {
  .calculator-total__numbers-price {
    font-size: 22px;
  }
}

.calculator-total__table {
  width: 100%;
}

.calculator-total__table td {
  padding-bottom: 20px;
  color: #767676;
}

.calculator-total__table td:nth-child(1) {
  padding-right: 50px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .calculator-total__table td:nth-child(1) {
    padding-right: 10px;
  }
}

.calculator-total__table td:nth-child(2) {
  width: 160px;
  color: #232323;
  font-weight: 500;
}

@media only screen and (max-width: 1279px) {
  .calculator-total__table td:nth-child(2) {
    width: 168px;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-total__table td:nth-child(2) {
    width: 200px;
    text-align: right;
  }
}

.advantages-section {
  position: relative;
  max-width: 1440px;
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.advantages-section:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
}

.wrap-advantages-slider {
  position: relative;
}

.wrap-advantages-slider .prev,
.wrap-advantages-slider .next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid #767676;
  border-radius: 50%;
  margin-top: -18px;
  background: url("../images/ico/arrow-slider.svg") no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

.wrap-advantages-slider .prev:hover,
.wrap-advantages-slider .next:hover {
  border-color: #009136;
  background: #009136 url("../images/ico/arrow-slider.svg") no-repeat center center;
}

.wrap-advantages-slider .prev {
  left: 50px;
}

@media only screen and (max-width: 1279px) {
  .wrap-advantages-slider .prev {
    left: 20px;
  }
}

.wrap-advantages-slider .next {
  right: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1279px) {
  .wrap-advantages-slider .next {
    right: 20px;
  }
}

.advantages-slider {
  position: relative;
  color: #FFF;
  text-align: center;
  z-index: 1;
}

.advantages-ico {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 20px;
}

.advantages-title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1279px) {
  .advantages-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

.advantages-text {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  text-transform: uppercase;
}

.news-section {
  padding: 75px 0 90px;
  background: #fafafa;
}

@media only screen and (max-width: 1279px) {
  .news-section {
    padding: 40px 0 60px;
  }
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.section-title .h3-title,
.section-title .btn {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .section-title .btn {
    display: none;
  }
}

.wrap-tabs--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap-tabs--news .tab-links {
  max-width: 370px;
  margin-right: 20px;
}

@media only screen and (max-width: 1023px) {
  .wrap-tabs--news .tab-links {
    width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--news .tab-links {
    width: 100%;
    margin-bottom: 40px;
  }
}

.wrap-tabs--news .tab-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1023px) {
  .wrap-tabs--news .tab-link__item {
    padding: 20px 10px;
  }
}

.wrap-tabs--news .tab-link__item:last-child {
  border: none;
}

.wrap-tabs--news .tab-link__item.active {
  background: #FFF;
}

.wrap-tabs--news .tab-blocks {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 670px;
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--news .tab-blocks {
    width: 100%;
  }
}

.wrap-tabs--news .tab-block__item {
  width: 100%;
  padding: 40px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #FFF;
}

@media only screen and (max-width: 1023px) {
  .wrap-tabs--news .tab-block__item {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--news .tab-block__item {
    padding: 30px 20px;
  }
}

.news-dates__item-date {
  width: 70px;
  text-align: center;
}

.news-dates__item-day {
  font-size: 48px;
  font-weight: 500;
  color: #cacaca;
}

.news-dates__item-mounth {
  color: #009136;
  font-size: 15px;
  font-weight: 500;
}

.news-dates__item-title {
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

@media only screen and (max-width: 1023px) {
  .news-dates__item-title {
    font-size: 18px;
  }
}

.news-slide__date {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.news-slide__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .news-slide__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.news-slide__text {
  font-size: 14px;
  line-height: 1.5;
}

.project {
  margin-bottom: 50px;
}

.projects-section {
  padding-top: 75px;
}

@media only screen and (max-width: 1279px) {
  .projects-section {
    padding-top: 40px;
  }
}

.projects-section--mb {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .projects-section--mb {
    margin-bottom: 50px;
  }
}

.wrap-tabs--projects .tab-links {
  position: relative;
  -webkit-box-shadow: 0 -1px 0 0 #d8d8d8 inset;
  box-shadow: 0 -1px 0 0 #d8d8d8 inset;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .wrap-tabs--projects .tab-links:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 49px;
    left: 0px;
    background: #d8d8d8;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .wrap-tabs--projects .tab-links:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--projects .tab-links {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.wrap-tabs--projects .tab-links .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .wrap-tabs--projects .tab-links .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wrap-tabs--projects .tab-links .tab-link__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .wrap-tabs--projects .tab-links .tab-link__item {
    width: 30%;
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--projects .tab-links .tab-link__item {
    width: 100%;
    -webkit-box-shadow: 0 -1px 0 0 #d8d8d8 inset;
    box-shadow: 0 -1px 0 0 #d8d8d8 inset;
  }
}

.wrap-tabs--projects .tab-links .tab-link__item.active {
  color: #009136;
  -webkit-box-shadow: 0 -3px 0 0 #009136 inset;
  box-shadow: 0 -3px 0 0 #009136 inset;
}

.wrap-tabs--projects .tab-blocks {
  max-width: 1440px;
  margin: 0 auto;
}

.wrap-projects-slider {
  position: relative;
  margin-bottom: 0;
}

.wrap-projects-slider + div{margin-bottom:55px;}

.wrap-projects-slider:before,
.wrap-projects-slider:after {
  display: block;
  position: absolute;
  content: '';
  width: 120px;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .wrap-projects-slider:before,
  .wrap-projects-slider:after {
    display: none;
  }
}

.wrap-projects-slider:before {
  left: 0;
}

.wrap-projects-slider:after {
  right: 0;
}

.wrap-projects-slider .prev,
.wrap-projects-slider .next {
  position: absolute;
  top: 105px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #009136 url("../images/ico/arrow-slider.svg") no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

.wrap-projects-slider .prev {
  left: 50px;
}

@media only screen and (max-width: 767px) {
  .wrap-projects-slider .prev {
    left: 30px;
  }
}

.wrap-projects-slider .next {
  right: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .wrap-projects-slider .next {
    right: 30px;
  }
}

.projects-slide {
  text-decoration: none;
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  .projects-slide {
    text-align: center;
  }
}

.projects-slide:hover .projects-slide__img:before,
.projects-slide:hover .projects-slide__img:after {
  display: block;
}

.projects-slide:hover .projects-slide__title {
  color: #009136;
}

.projects-slide__img {
  position: relative;
  height: 245px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.projects-slide__img:before {
  display: none;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 145, 54, 0.8);
}

.projects-slide__img:after {
  display: none;
  position: absolute;
  content: '';
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #fff url("../images/ico/arrow-green.svg") no-repeat center center;
  margin-top: -23px;
  margin-left: -23px;
}

.projects-slide__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.projects-slide__date {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 500;
}

.slide--discount {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .slide--discount {
    padding-top: 50px;
  }
}

.slide--discount .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.slide--discount .slider-title {
  max-width: 750px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .slide--discount .slider-title {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.slider-sub-title {
  font-size: 36px;
  color: #d8d8d8;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1023px) {
  .slider-sub-title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-sub-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.slider-provided {
  position: absolute;
  bottom: 40px;
  left: 15px;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 150px;
}

@media only screen and (max-width: 1279px) {
  .slider-provided {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .slider-provided {
    left: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-provided {
    left: 15px;
    bottom: 15px;
  }
}

.share-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  z-index: 3;
}

.share-label:before {
  display: block;
  position: absolute;
  content: attr(title);
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: -60px;
  left: -135px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  background: #009136;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1279px) {
  .share-label:before {
    top: -70px;
    left: -145px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

.discount {
  margin-top: 80px;
}

@media only screen and (max-width: 1023px) {
  .discount .col-3 {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .discount .col-3 {
    width: calc(100% - 30px);
  }
}

.discount-item {
  position: relative;
  padding-top: 100%;
}

.discount-item:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.45);
}

.discount-item__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 35px 10px;
  color: #FFF;
  z-index: 2;
}

@media only screen and (max-width: 1279px) {
  .discount-item__inner {
    padding: 80px 15px 10px;
  }
}

.discount-item__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1279px) {
  .discount-item__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.discount-item__sub-title {
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1279px) {
  .discount-item__sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.discount-item-provided {
  margin-top: 40px;
}

.paginator {
  text-align: center;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .paginator {
    margin-top: 50px;
  }
}

.paginator-link,
.paginator-separator,
.paginator-last {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: #d8d8d8;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  text-decoration: none;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .paginator-link,
  .paginator-separator,
  .paginator-last {
    margin-right: 5px;
  }
}

.paginator-link:last-child,
.paginator-separator:last-child,
.paginator-last:last-child {
  margin-right: 0;
}

.paginator-link.active,
.paginator-separator.active,
.paginator-last.active {
  color: #FFF;
  background: #009136;
  border-color: #009136;
}

.paginator-last {
  font-size: 12px;
  color: #FFF;
  background: #009136;
  border-color: #009136;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  min-height: 330px;
  color: #FFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 70px;
}

@media only screen and (max-width: 1279px) {
  .page-header {
    min-height: 250px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-header {
    min-height: 200px;
    margin-bottom: 40px;
  }
}

.page-header:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.page-header .wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}

.bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bread-crumbs__link {
  position: relative;
  text-decoration: none;
  font-size: 24px;
  margin-right: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1279px) {
  .bread-crumbs__link {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bread-crumbs__link {
    font-size: 16px;
  }
}

.bread-crumbs__link:before {
  display: block;
  position: absolute;
  content: '>';
  width: 0px;
  height: 0px;
  top: 6px;
  right: -10px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .bread-crumbs__link:before {
    top: 0;
  }
}

.bread-crumbs__link:last-child {
  opacity: .6;
}

.bread-crumbs__link:last-child:before {
  display: none;
}

.bread-crumbs__link:last-child {
  margin-right: 0;
}

.news-header {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .news-header {
    margin-bottom: 50px;
  }
}

.news-header__date {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 10px;
}

.news-header__title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1279px) {
  .news-header__title {
    font-size: 30px;
  }
}

.news-header__sub-title {
  font-size: 14px;
  line-height: 1.4;
  color: #767676;
}

.news-header__sub-title a {
  font-weight: 500;
  margin-left: 5px;
}

.news-item {
  height: 100%;
  padding: 40px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  .news-item {
    padding: 40px 20px;
  }
}

.news-item__date {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 15px;
}

.news-item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-item__text {
  font-size: 14px;
  line-height: 1.5;
  color: #767676;
}

.news-item__text a {
  font-weight: 500;
}

.news-acrticle__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.news-acrticle__header-inner .h3-title {
  margin-bottom: 30px;
}

.news-acrticle__header-text {
  color: #009136;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.news-acrticle__date {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 30px;
}

.news-acrticle__body p,
.news-acrticle__body ul,
.news-acrticle__body li {
  font-size: 14px;
  line-height: 1.4;
  color: #767676;
  margin: 0;
  margin-bottom: 30px;
}

.news-acrticle__body p:last-child,
.news-acrticle__body ul:last-child,
.news-acrticle__body li:last-child {
  margin-bottom: 0;
}

.news-acrticle__body ul {
  list-style: none;
}

.news-acrticle__body li {
  position: relative;
  padding-left: 22px;
}

.news-acrticle__body li:before {
  display: block;
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0px;
  background: url("../images/ico/tick-green.svg") no-repeat center center/contain;
  margin-top: -9px;
}

@media only screen and (max-width: 767px) {
  .contacts .tab-links {
    display: none;
  }
}

@media only screen and (max-width: 1279px) {
  .contacts .tab-links .tab-link__item {
    width: 25%;
  }
}

.wrap-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-slider {
  margin-bottom: 40px;
}

.wrap-contacts-slider,
.contacts-map {
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .wrap-contacts-slider,
  .contacts-map {
    width: 100%;
    margin-bottom: 80px;
  }

  .wrap-contacts-slider:last-child,
  .contacts-map:last-child {
    margin-bottom: 0;
  }
}

.contacts-map {
  position: relative;
  height: 570px;
}

@media only screen and (max-width: 767px) {
  .contacts-map {
    height: 370px;
  }
}

.contacts-map iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  border: none;
}

.contacts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.contacts-city {
  padding-right: 15px;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contacts-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.contacts-arrows .prev,
.contacts-arrows .next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  background: url("../images/ico/arrow-gray.svg") no-repeat center center;
}

.contacts-arrows .next {
  margin-left: 15px;
}

.contacts-slide__item {
  margin-bottom: 50px;
}

.contacts-slide__item:last-child {
  margin-bottom: 0;
}

.contacts-slide__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.contacts-slide__item-header .link {
  font-weight: 500;
}

.contacts-slide__item-title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contacts-slide__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.contacts-slide__item-discription {
  max-width: 400px;
  padding-left: 35px;
  color: #767676;
  margin-bottom: 20px;
}

.contacts-slide__item-discription:last-child {
  margin-bottom: 0;
}

.contacts-slide__item-discription a {
  font-weight: 500;
  line-height: 1.6;
}

.contacts-slide__item-discription p {
  font-size: 14px;
  line-height: 1.6;
}

.contacts-slide__item-discription--adress {
  background: url("../images/ico/marker.svg") no-repeat left center;
}

.contacts-slide__item-discription--phone {
  background: url("../images/ico/phone.svg") no-repeat left center;
}

.contacts-slide__item-discription--time {
  background: url("../images/ico/clock.svg") no-repeat left center;
}

.question {
  padding: 80px 0;
  background: rgba(216, 216, 216, 0.15);
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .question {
    margin-top: 0;
  }
}

.question .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.question .btn {
  margin-top: 30px;
}

.question--green {
  color: #FFF;
  background: #00643e;
  margin-top: 0;
}

.question--green .h3-title:before {
  color: rgba(255, 255, 255, 0.2);
}

.question-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}

.question-form {
  width: 570px;
}

@media only screen and (max-width: 1023px) {
  .question-form {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .photos .tab-links .tab-link__item {
    width: 25%;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .photos .tab-links .tab-link__item {
    width: auto;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .photos .col-2 {
    width: calc(100% - 30px);
  }
}

.photos-item {
  position: relative;
  height: 350px;
  padding: 40px;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

@media only screen and (max-width: 1279px) {
  .photos-item {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .photos-item {
    height: auto;
    min-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .photos-item {
    padding: 30px 20px;
  }
}

.photos-item:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.photos-item__inner {
  position: relative;
  height: 100%;
  color: #FFF;
  z-index: 2;
}

.photos-item__date {
  font-weight: 500;
  color: #d8d8d8;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .photos-item__date {
    margin-bottom: 60px;
  }
}

.photos-item__wrap-title {
  position: relative;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .photos-item__wrap-title {
    padding: 0;
    position: initial;
  }
}

.photos-item__wrap-title:before {
  display: block;
  position: absolute;
  content: '';
  width: 46px;
  height: 46px;
  top: 50%;
  right: 0;
  border-radius: 50%;
  background: #009136 url("../images/ico/arrow-btn.svg") no-repeat center center;
  margin-top: -23px;
}

@media only screen and (max-width: 767px) {
  .photos-item__wrap-title:before {
    top: 8px;
    right: 0;
  }
}

.photos-item__title {
  padding-left: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  background: url("../images/ico/marker.svg") no-repeat left center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .photos-item__title {
    font-size: 20px;
  }
}

.photos-item__discription {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #d8d8d8;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .photos-item__discription {
    font-size: 16px;
  }
}

.photos-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .photos-item__bottom {
    position: relative;
    margin-top: 50px;
  }
}

.photos-item__bottom-item {
  width: 33.333333%;
  padding: 5px 0 5px 30px;
  border-right: 1px solid rgba(250, 250, 250, 0.4);
}

@media only screen and (max-width: 767px) {
  .photos-item__bottom-item {
    width: 50%;
    border: none;
    padding-left: 0;
    margin-bottom: 10px;
  }

  .photos-item__bottom-item:last-child {
    margin-bottom: 0;
  }

  .photos-item__bottom-item:nth-child(2n) {
    padding-left: 20px;
    border-left: 1px solid rgba(250, 250, 250, 0.4);
  }
}

.photos-item__bottom-title {
  color: #d8d8d8;
  margin-bottom: 5px;
}

.photos-item__bottom-info {
  font-size: 15px;
  font-weight: 500;
}

.project-slider__main {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .project-slider__main {
    display: none;
  }
}

.project-slider__main-slide {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  .project-slider__main-slide {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .project-slider__main-slide {
    height: 250px;
  }
}

.project-slider__comment {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 245px;
  padding: 25px 20px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  .project-slider__comment {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 20px;
  }
}

.project-slider__comment-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 5px;
}

.project-slider__comment-stars {
  color: #009136;
  font-size: 16px;
  margin-bottom: 20px;
}

.project-slider__comment-text {
  color: #767676;
  font-size: 14px;
  line-height: 1.5;
}

.project-slider__comment-text a {
  font-weight: 500;
}

.project-slider__comment-name {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
}

.wrap-project-slider {
  position: relative;
}

.wrap-project-slider__thumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-project-slider__thumbs .prev,
.wrap-project-slider__thumbs .next {
  position:static;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #009136 url("../images/ico/arrow-slider.svg") no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
.main_project .wrap-project-slider__thumbs{position:static;}
.wrap-project-slider{position:relative;}
.main_project .wrap-project-slider__thumbs .next:before,
.main_project .wrap-project-slider__thumbs .prev:before {
  position:absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #009136 url("../images/ico/arrow-slider.svg") no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  left:20px;
  top:50%;
  margin-top:-50px;
  content:'';
}
.main_project .wrap-project-slider__thumbs .next{background-image:url("../images/ico/arrow-slider-right.svg")}
.main_project .wrap-project-slider__thumbs .next:before{ right:20px; left:auto; background-image:url("../images/ico/arrow-slider-right.svg")}
.main_project .wrap-project-slider__thumbs .next {
 -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.project-slider__thumbs{position:static;}

@media only screen and (max-width: 767px) {
  .wrap-project-slider__thumbs .prev,
  .wrap-project-slider__thumbs .next {
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-project-slider__thumbs .prev {
    left: 15px;
  }
}

.wrap-project-slider__thumbs .next {
 -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .wrap-project-slider__thumbs .next {
    right: 15px;
  }
}

.project-slider__thumbs {
  width: calc(100% - 70px);
}

@media only screen and (max-width: 767px) {
  .project-slider__thumbs {
    width: 100%;
  }
}

.project-slider__thumb-slide {
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 15px;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .project-slider__thumb-slide {
    height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .project-slider__thumb-slide {
    height: 220px;
    margin: 0;
  }
}

.project-discription {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .project-discription {
    margin-bottom: 50px;
  }
}

.project-discription__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .project-discription__inner {
    border: none;
    padding: 0;
  }
}

.project-discription__inner:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.project-discription__item {
  width: 33.333333%;
}

@media only screen and (max-width: 767px) {
  .project-discription__item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
  }

  .project-discription__item:last-child {
    margin-bottom: 0;
  }
}

.project-discription__title {
  color: #767676;
  line-height: 1.2;
}

.project-discription__info {
  padding-right: 30px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

.another-projects {
  padding: 70px 0;
  background: rgba(216, 216, 216, 0.2);
}

@media only screen and (max-width: 767px) {
  .another-projects {
    padding-bottom: 1px;
  }
}

.another-projects .wrap-projects-slider:before,
.another-projects .wrap-projects-slider:after {
  display: none;
}

.comparison {
  margin-bottom: 80px;
}

.comparison__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .wrap-comparative-table {
    overflow-x: auto;
  }
}

.comparative-table {
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
}

@media only screen and (max-width: 767px) {
  .comparative-table {
    width: 900px;
  }
}

.comparative-table thead {
  color: #FFF;
  background: #232323;
}

.comparative-table thead td {
  font-weight: 500;
  text-align: center;
  color: #FFF;
  opacity: .8;
}

.comparative-table td {
  height: 65px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #767676;
  border: 1px solid #d8d8d8;
}

.comparative-table td:nth-child(1) {
  width: 15%;
}

.checked-td {
  position: relative;
}

.checked-td:before {
  display: block;
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  background: url("../images/ico/checked-td.svg") no-repeat center center/contain;
  margin-top: -12px;
  margin-left: -12px;
}

.product__item {
  margin-bottom: 30px;
}

.product__item:last-child {
  margin-bottom: 0;
}

.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
}

.product__header-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__header-img {
  width: 170px;
  height: 170px;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 1023px) {
  .product__header-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.product__header-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

@media only screen and (max-width: 1023px) {
  .product__header-text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product__header-text {
    text-align: center;
  }
}

.product__header-price {
  color: #009136;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.product__header-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .product__header-title {
    font-size: 20px;
  }
}

.product__header-discription {
  color: #767676;
  line-height: 1.5;
}

.product__header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 270px;
  border-left: 1px solid #d8d8d8;
}

@media only screen and (max-width: 767px) {
  .product__header-actions {
    width: 100%;
    padding: 30px 0;
    border-left: none;
    border-top: 1px solid #d8d8d8;
    margin-top: 10px;
  }
}

.product__open {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  color: #009136;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 20px;
}

.product__open:before {
  display: block;
  position: absolute;
  content: '';
  width: 12px;
  height: 6px;
  top: 3px;
  right: 0px;
  background: url("../images/ico/arrow-down-green.svg") no-repeat center center/contain;
}

.product__open.active {
  color: #767676;
}

.product__open.active:before {
  background: url("../images/ico/arrow-down.svg") no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product__open.active span {
  border-bottom: 1px solid #767676;
}

.product__open span {
  border-bottom: 1px solid #009136;
}

.product__hidden {
  display: none;
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .product__hidden {
    padding: 30px 0;
  }
}

.product__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__btns .btn {
  margin-right: 20px;
  margin-bottom: 20px;
}

.product__btns .btn:last-child {
  margin-right: 0;
}

.wrap-product-slider {
  position: relative;
}

.wrap-product-slider .prev,
.wrap-product-slider .next {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #009136 url("../images/ico/arrow-slider.svg") no-repeat center center;
  margin-right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -16px;
  z-index: 1;
}

.wrap-product-slider .prev {
  left: 30px;
}

.wrap-product-slider .next {
  right: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-slide {
  height: 380px;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 1279px) {
  .product-slide {
    height: 315px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slide {
    height: 220px;
  }
}

.all-product {
  margin-bottom: 80px;
}

.all-product ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

@media only screen and (max-width: 1023px) {
  .all-product ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.all-product ul li {
  margin-bottom: 20px;
}

.all-product ul li:last-child {
  margin-bottom: 0;
}

.object-discription {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
  .object-discription .col-2 {
    width: calc(100% - 30px);
  }
}

.object-discription__item {
  margin-bottom: 30px;
}

.object-discription__item:last-child {
  margin-bottom: 0;
}

.object-discription__item-title {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #767676;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.object-discription__item-title:before {
  display: block;
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 0px;
  right: 0px;
  background: url("../images/ico/arrow-down.svg") no-repeat center center/contain;
}

.object-discription__item-title.active {
  color: #009136;
}

.object-discription__item-title.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.object-discription__item-hidden {
  display: none;
  padding-top: 15px;
  padding-right: 20px;
}

.wrap-price-table {
  margin-bottom: 50px;
}

.price-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.price-table__header .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.price-table__header .prev,
.price-table__header .next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #009136 url("../images/ico/arrow-slider.svg") no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.price-table__header .next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .price-table__header .next {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .price-table__slide {
    width: 100%;
    overflow-x: auto;
  }
}

.price-table {
  width: 100%;
  font-size: 14px;
  color: #767676;
}

@media only screen and (max-width: 767px) {
  .price-table {
    width: 700px;
  }
}

.price-table tr {
  border-bottom: 1px solid #d8d8d8;
}

.price-table tr:hover {
  background: #fafafa;
}

.price-table td {
  padding: 15px;
}

.price-table thead tr:hover {
  background: none;
}

.price-table thead td {
  padding-top: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.wrap-tabs--object .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--object .tab-links {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.wrap-tabs--object .tab-links .tab-link__item {
  width: auto;
}

.color-palette {
  padding: 40px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  .color-palette {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .color-palette .tab-links {
    padding: 0;
    border: none;
    margin-bottom: 30px;
  }
}

.color-palette__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 150px;
}

.color-palette__item {
  width: calc(33.333333% - 15px);
  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .color-palette__item {
    width: calc(50% - 15px);
  }
}


/*price-page*/
.wrapper-items__price-page{position:relative; overflow:hidden;}
.cart-item-wrap{margin-right:-20px;}
.cart-item-wrap .cart-item{width:calc(33.33333% - 20px); float:left; box-sizing:border-box; margin-right:20px; text-align:center; margin-bottom:30px;border-radius: 30px; overflow: hidden;}
.cart-item-wrap .cart-item .title{font-size:18px; line-height:21px; color:#fff; display:table; background:#009136; width:100%; text-decoration:none;}
.cart-item-wrap .cart-item .title .title__aligner{display:table-cell; vertical-align:middle; padding:0 20px; height:60px;}
.cart-item-wrap .cart-item .ici-01 a{height:250px; background-size:cover; display:block;}
.cart-item-wrap .cart-item .ici-02 .price{font-size:18px; line-height:21px; color:#fff; display:block; background:#009136; text-decoration:none; padding:20px; clear:both;}
.cart-item-wrap .cart-item .ici-02 .cartItem__button_desktop{float:right; height: 46px;
    line-height: 46px;
    padding: 0 20px 0 20px;
    color: #FFF;
    font-weight: 500;
    border-radius: 30px;
    background: #009136; cursor:pointer; margin-top:10px; margin-bottom:10px; text-decoration:none;}
.cart-item-wrap .cart-item .ici-02 .cartItem__button_mobile{float:left;height: 46px;
    line-height: 46px;
    padding: 0 20px 0 54px;
    color: #FFF;
    font-weight: 500;
    border-radius: 30px;
    background: #009136 url(../images/ico/ico-3.svg) no-repeat 20px center; cursor:pointer; margin-top:10px; margin-bottom:10px;}

@media only screen and (max-width: 1024px) {
	.cart-item-wrap{text-align:center;}
	.cart-item-wrap .cart-item{width:49%; float:none; display:inline-block; vertical-align:top;}
}

@media only screen and (max-width: 767px) {
  .cart-item-wrap{text-align:center; margin-right:0;}
	.cart-item-wrap .cart-item{width:49%; float:none; display:inline-block; vertical-align:top; display:block; padding-right:0; margin-left:auto; margin-right:auto; max-width:340px; width:auto;}
}

@media only screen and (max-width: 400px) {
	.cart-item-wrap .cart-item .ici-02 .cartItem__button_mobile, .cart-item-wrap .cart-item .ici-02 .cartItem__button_desktop{display:block; margin-left:auto; margin-right:auto; float: none;}
	.cart-item-wrap .cart-item .ici-02 .cartItem__button_mobile{padding-left:20px;}
}



/*fixed_call*/
.fixed_call{position:fixed; right:-255px; top:50%; margin-top:-35px; width:250px; box-sizing:border-box; padding:10px 15px 10px 78px; background:#009136 url('../images/ico/ico-3.svg') no-repeat 14px center; background-size:35px auto; border-radius:8px; z-index:100; color:#fff; cursor:pointer; transition:.3s right; -webkit-box-shadow: -1px 1px 4px 0px rgba(50, 50, 50, 0.59);
-moz-box-shadow:    -1px 1px 4px 0px rgba(50, 50, 50, 0.59);
box-shadow:         -1px 1px 4px 0px rgba(50, 50, 50, 0.59);}
.fixed_call.active{right:0;}
.fixed_call:before{content:''; position:absolute; left:63px; top:0; width:1px; height:100%; background:#018130;}
.fixed_call .ah1{display:block; margin-bottom:0;}
.fixed_call .ah2 b{font-size:20px; font-weight:500;}

@media only screen and (max-width: 1024px) {
	.fixed_call{display:none !important;}
}