@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");

.intro,
.founder-image,
.offer-image,
.service-item__image,
.project-item__image,
.case-item__image,
.feature-item__image,
.work-item,
.work-slider__item,
.work-image,
.banner,
.news-item__image,
.news-image,
.step-item__image,
.preview-image,
.review-image,
.testimonials-item__project,
.testimonials-item__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.intro:before,
.banner:before,
.testimonials-item__project:before,
.case-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: .5;
  z-index: 50;
}

.intro-inside,
.service-item__inside,
.work-slider__content,
.banner-inside,
.project-item__inside,
.testimonials-item__title,
.testimonials-item .btn,
.case-item__inside {
  position: relative;
  z-index: 100;
}

.intro-paragraph,
.founder-paragraph,
.founder-description,
.service-item__description,
.feature-item__description,
.advantage-item__description,
.work-slider__paragraph,
.work-paragraph,
.news-item__paragraph,
.news-paragraph,
.step-item__paragraph,
.review-owner,
.review-paragraph,
.testimonials-item__title,
.testimonials-item__paragraph,
.case-item__description,
.contacts-list__item_address,
.contacts-list__item_email {
  font-size: 15px;
  line-height: 30px;
}

@media only screen and (max-width: 768px) {

  .intro-paragraph,
  .founder-paragraph,
  .founder-description,
  .service-item__description,
  .feature-item__description,
  .advantage-item__description,
  .work-slider__paragraph,
  .work-paragraph,
  .news-item__paragraph,
  .news-paragraph,
  .step-item__paragraph,
  .review-owner,
  .review-paragraph,
  .testimonials-item__title,
  .testimonials-item__paragraph,
  .case-item__description,
  .contacts-list__item_address,
  .contacts-list__item_email {
    font-size: 14px;
  }
}

body {
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

::-moz-selection {
  background-color: #c89f6f;
  color: #ffffff;
}

::selection {
  background-color: #c89f6f;
  color: #ffffff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#set-works .row {
	margin: 0 -20px;
}

[class^="col-"] {
  margin: 0 0 30px;
  padding: 0 15px;
}

#set-works [class^="col-"] {
	margin: 0 0 20px;
	padding: 0 10px;
}

.col-9 {
  width: 75%;
}

.col-6 {
  width: 50%;
}

@media only screen and (max-width: 760px) {
  .col-6 {
    width: 100%;
  }
}

.col-4 {
  width: 33.3333%;
}

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

@media only screen and (max-width: 700px) {
  .col-4 {
    width: 100%;
  }
}

.col-3 {
  width: 25%;
}

@media only screen and (max-width: 1024px) {
  .col-3 {
    width: 33.3333%;
  }
}

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

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

.section-lg {
  padding: 60px 0;
}

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

@media only screen and (max-width: 768px) {
  .section-lg {
    padding: 30px 0;
  }
}

.section-sm {
  padding: 80px 0 50px;
}

@media only screen and (max-width: 1024px) {
  .section-sm {
    padding: 60px 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .section-sm {
    padding: 50px 0 20px;
  }
}

.section-bg {
  background-color: #f2f2f2;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
  z-index: 200;
}

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

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

.header .logo svg {
  fill: #ffffff;
}

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

@media only screen and (max-width: 1024px) {
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 30px;
    background-color: #373b45;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  }

  .header .menu.open {
    opacity: 1;
    visibility: visible;
  }
}

.header .menu-item {
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 1024px) {
  .header .menu-item {
    margin: 0 0 25px;
  }
}

.header .menu-item:last-child {
  margin: 0;
}

.header .menu-link {
  padding: 5px 0;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.header .menu-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #c89f6f;
  -webkit-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out;
}

.header .menu-link:hover {
  color: #c89f6f;
}

.header .menu-link:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.header .menu-phone {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .header .menu-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .menu-phone__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 0 0 15px;
  background-color: #c89f6f;
}

.header .relations-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 600px) {
  .header .relations-list {
    margin: 0 -20px 0 0;
  }
}

.header .relations-list__item {
  margin: 0 15px 0 0;
}

.header .relations-list__item:last-child {
  margin: 0;
}

.header .relations-list__item_link {
  display: block;
}

.header .relations-list__item_link:hover svg {
  fill: #c89f6f;
}

.header .relations-list__item_link svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  -webkit-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}

.header .phone {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

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

.header .phone:hover {
  color: #c89f6f;
}

.header .burger-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 300;
}

.header .burger-inside {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 40px;
}

@media only screen and (max-width: 1024px) {
  .header .burger-inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .burger-inside.active .burger-line:nth-child(2) {
  width: 80%;
}

.header .burger-inside.active .burger-line:last-child {
  width: 60%;
}

.header .burger-caption {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
}

.header .burger-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 25px;
  margin: 0 0 0 15px;
}

.header .burger-line {
  width: 100%;
  height: 1px;
  margin: 0 0 7px;
  background-color: #ffffff;
  -webkit-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out;
}

.header .burger-line:last-child {
  margin: 0;
}

.intro {
  padding: 298px 0 80px;
  position: relative;
}

.intro .founder-paragraph {
	line-height: 1.3;
	margin-bottom: 35px;
}

@media only screen and (max-width: 1024px) {
  .intro {
    padding: 198px 0 100px;
  }
}

.intro-inside {
  max-width: 600px;
  color: #ffffff;
}

.intro-title {
  margin: 0 0 30px;
  font-size: 35px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .intro-title {
    font-size: 20px;
    line-height: 35px;
  }
}

.intro-paragraph {
  margin: 0 0 30px;
}

.founder {
  padding: 80px 0 0;
}

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

@media only screen and (max-width: 768px) {
  .founder {
    padding: 50px 0;
  }
}

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

.founder-image {
  width: 40%;
  height: 700px;
}

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

.founder-content {
  width: -webkit-calc(60% - 100px);
  width: calc(60% - 100px);
}

@media only screen and (max-width: 1024px) {
  .founder-content {
    width: 100%;
  }
}

.founder-title {
  margin: 0 0 15px;
  font-size: 25px;
  line-height: 45px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .founder-title {
    font-size: 20px;
    line-height: 35px;
  }
}

.founder-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 15px;
}

.founder-name__caption {
  margin: 0 0 0 15px;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .founder-name__caption {
    font-size: 15px;
  }
}

.founder-name svg {
  width: 30px;
  height: 30px;
  fill: rgba(200, 159, 111, 0.5);
}

.founder-description {
  margin: 0 0 25px;
  color: rgba(20, 20, 20, 0.5);
}

.client-slider .slick-list {
  margin: 0 -15px;
}

.client-item {
  height: 150px;
  margin: 0 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.offer {
  background-color: #373b45;
}

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

.offer-image {
  width: 45%;
  height: 450px;
}

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

.offer-content {
  width: -webkit-calc(55% - 100px);
  width: calc(55% - 100px);
}

@media only screen and (max-width: 1024px) {
  .offer-content {
    width: 100%;
  }
}

.offer-title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 25px;
  line-height: 45px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .offer-title {
    font-size: 20px;
    line-height: 35px;
  }
}

.offer-list {
  margin: 0 0 40px;
}

.offer-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px;
}

.offer-list__item:last-child {
  margin: 0;
}

.offer-list__item_mark {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #c89f6f;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}

.offer-list__item_mark:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.offer-list__item_caption {
  margin: 0 0 0 15px;
  color: #ffffff;
  line-height: 30px;
}

.offer .input {
  width: 100%;
  padding: 15px 20px 15px 50px;
  border-color: #ffffff;
  color: #ffffff;
}

.offer .input-wrap {
  width: 300px;
}

@media only screen and (max-width: 500px) {
  .offer .input-wrap {
    width: 100%;
  }
}

.offer .input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}

.offer .input::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

.offer .input:-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

.offer .input:-ms-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}

.offer .agreement {
  color: #ffffff;
}

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

.social-item {
  margin: 0 20px 0 0;
}

.social-item:last-child {
  margin: 0;
}

.social-item__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #c89f6f;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

@media only screen and (max-width: 500px) {
  .social-item__ico {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}

.social-item__ico svg {
  width: 25px;
  height: 25px;
  fill: #c89f6f;
  -webkit-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}

@media only screen and (max-width: 500px) {
  .social-item__ico svg {
    width: 20px;
    height: 20px;
  }
}

.social-item__caption {
  display: block;
  margin: 15px 0 0;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.social-link {
  display: block;
  text-align: center;
}

.social-link:hover .social-item__ico {
  background-color: #c89f6f;
}

.social-link:hover .social-item__ico svg {
  fill: #ffffff;
}

.social-link:hover .social-item__caption {
  color: #c89f6f;
}

.social-caption {
  display: block;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.5);
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 450px;
  padding: 60px;
  position: relative;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .service-item {
    height: 400px;
  }
}

@media only screen and (max-width: 700px) {
  .service-item {
    padding: 50px;
  }
}

.service-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: 50;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.service-item:hover .service-item__inside {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.service-item:hover .service-item__hint {
  background-color: #c89f6f;
  color: #ffffff;
}

.service-item:hover:before {
  opacity: .8;
}

.service-item__image,
.project-item__image,
.case-item__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.service-item__inside {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  color: #ffffff;
  text-align: center;
  -webkit-transition: opacity .4s ease-in-out, visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.service-item__title {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
  z-index: 60;
  text-align: center;
  color: #fff;
}

.service-item__hint {
  display: block;
  margin: 25px 0 0;
  padding: 20px 30px;
  border: 1px solid #c89f6f;
  text-transform: uppercase;
  -webkit-transition: background-color .4s ease-in-out, color .4s ease-in-out;
  transition: background-color .4s ease-in-out, color .4s ease-in-out;
}

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

@media only screen and (max-width: 900px) {
  .feature-item {
    margin: 0 0 40px;
  }

  .feature-item__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .feature-item__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.feature-item__image {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  height: 500px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
  box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
}

@media only screen and (max-width: 900px) {
  .feature-item__image {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 500px) {
  .feature-item__image {
    height: 350px;
  }
}

.feature-item__content {
  width: -webkit-calc(50% - 60px);
  width: calc(50% - 60px);
}

@media only screen and (max-width: 900px) {
  .feature-item__content {
    width: 100%;
    margin: 0 0 30px;
  }
}

.feature-item__title {
  margin: 0 0 15px;
  font-size: 25px;
  line-height: 45px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .feature-item__title {
    font-size: 20px;
    line-height: 35px;
  }
}

.advantage-item {
  padding: 20px 0 0;
  position: relative;
}

.advantage-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #c89f6f;
}

.advantage-item__title {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
}

.work-item {
  display: block;
  position: relative;
}

.work-item__lg {
  height: 350px;
}

@media only screen and (max-width: 500px) {
  .work-item__lg {
    height: 300px;
  }
}

.work-item__sm {
  height: 350px;
}

.work-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.2;
  z-index: 50;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.work-item:hover .work-item__inside {
  opacity: 1;
  visibility: visible;
}

.work-item__inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}

.work-item__title {
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
}

.work-item__hint {
  margin: 15px 0 0;
  padding: 15px;
  background-color: #c89f6f;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.work-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-slider {
  height: 100%;
}

.work-slider__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px;
}

.work-slider__box {
  width: 70%;
  height: 500px;
  position: relative;
}

@media only screen and (max-width: 760px) {
  .work-slider__box {
    width: 100%;
  }
}

.work-slider__item {
  height: 100%;
}

.work-slider__content {
  width: 40%;
  margin: 0 0 0 -10%;
  padding: 50px;
  background-color: #373b45;
  color: #ffffff;
}

@media only screen and (max-width: 760px) {
  .work-slider__content {
    width: 100%;
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 500px) {
  .work-slider__content {
    padding: 30px;
  }
}

.work-slider__title {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
}

.work-subtitle {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
}

.work-paragraph {
  margin: 0 0 30px;
}

.work-image {
  display: block;
}

.work-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-image__lg {
  height: 500px;
}

.work-image__sm {
  height: 235px;
  margin: 0 0 30px;
}

.work-image__sm:last-child {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .work-box .col-9 {
    width: 100%;
  }

  .work-box .col-3 {
    width: 100%;
  }

  .work-box .work-image__lg {
    height: 300px;
  }

  .work-box .work-image__sm {
    height: 300px;
  }
}

.load-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 350px;
  padding: 40px;
  background-color: #ffffff;
}

.load-more:hover .load-more__caption {
  color: #c89f6f;
}

.load-more__caption {
  margin: 15px 0 0;
  color: #141414;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.load-more svg {
  width: 50px;
  height: 50px;
  fill: #c89f6f;
}

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 35px;
}

.filter-item {
  margin: 0 10px 0 0;
  padding: 15px 20px;
  border: 1px solid #c89f6f;
  position: relative;
  cursor: pointer;
  color: #141414;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

@media only screen and (max-width: 1140px) {
  .filter-item {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}

.filter-item:last-child {
  margin: 0;
}

.filter-item:hover,
.filter-item.active {
  background-color: #c89f6f;
  color: #ffffff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 35px;
}

.tabs-menu__item {
  margin: 0 10px 0 0;
  padding: 15px 20px;
  border: 1px solid #c89f6f;
  position: relative;
  cursor: pointer;
  color: #141414;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

@media only screen and (max-width: 1140px) {
  .tabs-menu__item {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}

.tabs-menu__item:last-child {
  margin: 0;
}

.tabs-menu__item:hover,
.tabs-menu__item.active {
  background-color: #c89f6f;
  color: #ffffff;
}

.slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-nav.static {
  position: relative;
  justify-content: center;
}

.slider-nav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #373b45;
  cursor: pointer;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.slider-nav__item:hover {
  background-color: #c89f6f;
}

.slider-nav__item svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.map {
  height: 500px;
}

.map #address {
  width: 100%;
  height: 100%;
}

.banner {
  padding: 198px 0 60px;
  position: relative;
}

.banner-title {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .banner-title {
    font-size: 25px;
    line-height: 45px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px;
}

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

.breadcrumbs-item {
  margin: 0 15px 0 0;
  padding: 0 20px 0 0;
  position: relative;
}

.breadcrumbs-item:last-child {
  margin: 0;
}

.breadcrumbs-item:last-child:before {
  display: none;
}

.breadcrumbs-item:last-child .breadcrumbs-link {
  cusor: default;
  pointer-events: none;
  color: #ffffff;
}

.breadcrumbs-item:before {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
}

.breadcrumbs-link {
  color: #c89f6f;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.breadcrumbs-link:hover {
  color: #ffffff;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 50px;
}

.news-item__image {
  height: 100%;
}

.news-item__image_wrap {
  display: block;
  height: 200px;
}

.news-item__date {
  display: block;
  margin: 20px 0 10px;
  color: #c89f6f;
}

.news-item__title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
}

.news-item__link {
  display: block;
  color: #141414;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.news-item__link:hover {
  color: #c89f6f;
}

.news-image {
  width: 45%;
  height: 450px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
  box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
}

@media only screen and (max-width: 760px) {
  .news-image {
    width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 500px) {
  .news-image {
    height: 350px;
  }
}

.news-content {
  width: -webkit-calc(55% - 50px);
  width: calc(55% - 50px);
}

@media only screen and (max-width: 760px) {
  .news-content {
    width: 100%;
  }
}

.news-date {
  display: block;
  margin: 0 0 10px;
  color: #c89f6f;
}

.news-title {
  margin: 0 0 15px;
  font-size: 25px;
  line-height: 45px;
  text-transform: uppercase;
}

@media only screen and (max-width: 760px) {
  .news-title {
    font-size: 20px;
    line-height: 35px;
  }
}

.news-paragraph {
  margin: 0 0 20px;
}

.news-paragraph:last-child {
  margin: 0;
}

.news-subtitle {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
}

.project-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 450px;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .project-item {
    height: 350px;
  }
}

.project-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: 50;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.project-item__title {
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
}

.step-item__image {
  height: 400px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
  box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
}

@media only screen and (max-width: 500px) {
  .step-item__image {
    height: 350px;
  }
}

.step-item__inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px;
}

.step-item__number {
  color: #c89f6f;
  font-size: 50px;
  font-weight: 600;
}

.step-item__title {
  margin: 0 0 0 15px;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
}

.preview-image {
  height: 350px;
  position: relative;
  -webkit-box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
  box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
}

.preview-image.before .preview-image__caption {
  background-color: #ffffff;
}

.preview-image.before .preview-image__caption:before {
  content: "Было";
}

.preview-image.after .preview-image__caption {
  background-color: #c89f6f;
}

.preview-image.after .preview-image__caption:before {
  content: "Стало";
  color: #ffffff;
}

.preview-image__caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}

.preview-image__caption:before {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.review {
  margin: 20px 0 50px;
  padding: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
  box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .review {
    padding: 30px;
  }
}

.review-title {
  font-size: 25px;
  line-height: 45px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .review-title {
    font-size: 20px;
    line-height: 35px;
  }
}

.review-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 20px;
}

@media only screen and (max-width: 500px) {
  .review-inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.review-image {
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

@media only screen and (max-width: 500px) {
  .review-image {
    margin: 0 0 20px;
  }
}

.review-owner {
  font-weight: 600;
}

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

.testimonials-item__project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  height: 350px;
  padding: 50px;
  position: relative;
}

@media only screen and (max-width: 770px) {
  .testimonials-item__project {
    padding: 30px;
  }
}

@media only screen and (max-width: 760px) {
  .testimonials-item__project {
    width: 100%;
    margin: 0 0 30px;
  }
}

.testimonials-item__title {
  margin: 0 0 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.testimonials-item__content {
  width: -webkit-calc(60% - 50px);
  width: calc(60% - 50px);
}

@media only screen and (max-width: 760px) {
  .testimonials-item__content {
    width: 100%;
  }
}

.testimonials-item__inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 500px) {
  .testimonials-item__inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.testimonials-item__image {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonials-item__box {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 500px) {
  .testimonials-item__box {
    margin: 20px 0 0;
  }
}

.testimonials-item__owner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}

.testimonials-item__owner_caption {
  margin: 0 0 0 15px;
  font-size: 15px;
  font-weight: 600;
}

.testimonials-item__owner svg {
  width: 30px;
  height: 30px;
  fill: rgba(200, 159, 111, 0.5);
}

.testimonials-item__position {
  color: rgba(20, 20, 20, 0.5);
  line-height: 30px;
}

.testimonials-wrap {
  position: relative;
}

@media only screen and (max-width: 760px) {
  .testimonials-wrap .slider-nav {
    top: 0;
  }
}

.case-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px !important;
  padding: 50px;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .case-item {
    padding: 40px 40px 80px 40px;
  }
}

.case-item__inside {
  color: #ffffff;
  text-align: center;
}

.case-item__title {
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .case-item__title {
    font-size: 16px;
    line-height: 30px;
  }
}

.case-item__description {
  margin: 15px 0 30px;
}

.case-slider__wrap {
  position: relative;
}

.reward-item {
  display: block;
  height: 350px;
  position: relative;
  -webkit-box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
  box-shadow: 0 30px 60px 0 rgba(20, 20, 20, 0.2);
}

.reward-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: 50;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.reward-item:hover .reward-item__hint {
  opacity: 1;
  visibility: visible;
}

.reward-item:hover:before {
  opacity: 0;
}

.reward-item__hint {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px 20px;
  background-color: #c89f6f;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}

.reward-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.table-col {
  width: 33.3333%;
}

@media only screen and (max-width: 760px) {
  .table-col {
    width: 100%;
    margin: 0 0 30px;
  }
}

.table-col:not(:first-child) .table-cell {
  border-left: 1px solid #e5e5e5;
}

.table-cell {
  padding: 25px;
  text-align: center;
}

.table-cell:nth-child(odd) {
  background-color: #f2f2f2;
}

.table-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.table-caption {
  display: block;
  margin: 0 0 10px;
  line-height: 30px;
}

.table-price {
  display: block;
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: 600;
}

.sensor {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}

.sensor.on:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  border-left: 1px solid #c89f6f;
  border-bottom: 1px solid #c89f6f;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sensor.off:before,
.sensor.off:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #c89f6f;
}

.sensor.off:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sensor.off:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.contacts-content {
  width: 50%;
  padding: 0 80px 0 0;
}

@media only screen and (max-width: 760px) {
  .contacts-content {
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
  }
}

.contacts-caption {
  display: block;
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 600;
}

.contacts-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

.contacts-list__item:last-child {
  margin: 0;
}

.contacts-list__item_ico {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #c89f6f;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}

.contacts-list__item_ico svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  fill: #c89f6f;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contacts-list__item_inside {
  margin: 0 0 0 20px;
}

.contacts-list__item_caption {
  display: block;
  margin: 0 0 5px;
  color: rgba(20, 20, 20, 0.3);
  text-transform: uppercase;
  font-weight: 600;
}

.contacts-list__item_phone {
  color: #141414;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.contacts-list__item_phone:hover {
  color: #c89f6f;
}

.contacts-list__item_email {
  color: #c89f6f;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.contacts-list__item_email:hover {
  color: #141414;
}

.contacts-form {
  width: 50%;
  padding: 0 0 0 80px;
  border-left: 1px solid #c89f6f;
}

@media only screen and (max-width: 760px) {
  .contacts-form {
    width: 100%;
    padding: 30px 0 0;
    border-top: 1px solid #c89f6f;
    border-left: none;
  }
}

.contacts-form .input {
  width: 100%;
  margin: 0 0 10px;
  padding: 15px 20px 15px 50px;
  border-color: rgba(20, 20, 20, 0.5);
  color: #141414;
}

.contacts-form .input::-webkit-input-placeholder {
  color: rgba(20, 20, 20, 0.5);
  font-size: 14px;
}

.contacts-form .input::-moz-placeholder {
  color: rgba(20, 20, 20, 0.5);
  font-size: 14px;
}

.contacts-form .input:-moz-placeholder {
  color: rgba(20, 20, 20, 0.5);
  font-size: 14px;
}

.contacts-form .input:-ms-input-placeholder {
  color: rgba(20, 20, 20, 0.5);
  font-size: 14px;
}

.contacts-form .agreement {
  color: #141414;
}

.logo {
  display: block;
}

.logo svg {
  width: 90px;
  height: 60px;
}

.agreement {
  margin: 25px 0;
  line-height: 25px;
}

@media only screen and (max-width: 768px) {
  .agreement {
    font-size: 13px;
  }
}

.agreement-link {
  border-bottom: 1px solid rgba(200, 159, 111, 0.5);
  color: #c89f6f;
  -webkit-transition: border-bottom-color .3s ease-in-out;
  transition: border-bottom-color .3s ease-in-out;
}

.agreement-link:hover {
  border-bottom-color: transparent;
}

.rollover {
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.rollover-box {
  overflow: hidden;
}

.rollover-box:hover .rollover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.title {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .title {
    font-size: 25px;
    line-height: 45px;
  }
}

.title-paragraph {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 35px;
}

@media only screen and (max-width: 768px) {
  .title-paragraph {
    font-size: 15px;
    line-height: 30px;
  }
}

.title-wrap {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .title-wrap {
    margin: 0 auto 35px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.btn-theme {
  background-color: #c89f6f;
  -webkit-box-shadow: 0 15px 40px 0 rgba(200, 159, 111, 0.3);
  box-shadow: 0 15px 40px 0 rgba(200, 159, 111, 0.3);
  color: #ffffff;
}

.btn-theme:hover {
  background-color: #ba864a;
}

.btn-primary {
  border-color: #c89f6f;
  color: #141414;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #c89f6f;
  color: #ffffff;
}

.btn-center {
  margin: 20px 0 0;
  text-align: center;
}

.input {
  display: block;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 14px;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}

.input:hover,
.input:focus {
  border-color: #c89f6f;
}

.input-wrap {
  position: relative;
}

.input-wrap svg {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 14px;
  height: 14px;
  pointer-events: none;
  fill: #c89f6f;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.textarea {
  display: block;
  width: 100%;
  height: 150px;
  padding: 15px 20px 15px 50px;
  border: 1px solid rgba(20, 20, 20, 0.5);
  resize: none;
  color: #141414;
  font-size: 14px;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}

.textarea::-webkit-input-placeholder {
  color: rgba(20, 20, 20, 0.5);
  font-size: 14px;
}

.textarea::-moz-placeholder {
  color: rgba(20, 20, 20, 0.5);
  font-size: 14px;
}

.textarea:-moz-placeholder {
  color: rgba(20, 20, 20, 0.5);
  font-size: 14px;
}

.textarea:-ms-input-placeholder {
  color: rgba(20, 20, 20, 0.5);
  font-size: 14px;
}

.textarea:hover,
.textarea:focus {
  border-color: #c89f6f;
}

.textarea-wrap {
  position: relative;
}

.textarea-wrap svg {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 14px;
  height: 14px;
  pointer-events: none;
  fill: #c89f6f;
}

.footer {
  padding: 50px 0;
}

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

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

.footer-caption {
  display: block;
  margin: 0 0 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-menu__item {
  margin: 0 0 10px;
}

.footer-menu__item:last-child {
  margin: 0;
}

.footer-menu__link {
  color: #141414;
  line-height: 25px;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.footer-menu__link:hover {
  color: #c89f6f;
}

.footer-contacts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

.footer-contacts__item:last-child {
  margin: 0;
}

.footer-contacts__item_inside {
  margin: 0 0 0 15px;
}

.footer-contacts__item_address,
.footer-contacts__item_phone,
.footer-contacts__item_email {
  line-height: 25px;
}

.footer-contacts__item_phone {
  color: #141414;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.footer-contacts__item_phone:hover {
  color: #c89f6f;
}

.footer-contacts__item_email {
  color: #c89f6f;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.footer-contacts__item_email:hover {
  color: #141414;
}

.footer-contacts__item svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  fill: #c89f6f;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 0;
}

@media only screen and (max-width: 1024px) {
  .footer-bottom {
    margin: 0;
  }
}

.footer .copyright,
.footer .developers-caption {
  color: rgba(20, 20, 20, 0.5);
}

@media only screen and (max-width: 768px) {

  .footer .copyright,
  .footer .developers-caption {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }
}

.footer .developers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .footer .developers {
    width: 100%;
    margin: 20px 0 0;
  }
}

.footer .developers-caption {
  margin: 0 20px 0 0;
}

.footer .developers svg {
  width: 60px;
  height: 30px;
}


/* СХЕМА РАБОТЫ */
.color-white {
  color: #fff;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}

.step {
  width: 25%;
  text-align: center;
  margin-bottom: 88px;
  position: relative;
}

.step-counter {
  width: 40px;
  height: 40px;
  background: #C89F6F;
  font-weight: bold;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 20px);
  top: -20px;
  border-radius: 50%;
}

.step:not(:last-child)::before {
  content: '';
  width: 38px;
  height: 10px;
  display: block;
  background-image: url('./images/arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -19px;
  top: 62px;
}

@media screen and (max-width: 1248px) {
  .step:not(:last-child)::before {
    right: -10px;
  }
}

.step-wrap {
  width: 206px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.4;
}

.step__img-wrap {
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 16px;
}

.step__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-step__title {
  font-size: 18px;
  font-weight: 500;
  padding-top: 37px;
  padding-bottom: 18px;
}

.step-btn {
  box-shadow: none;
  padding: 15px;
  width: 100%;
  font-size: 14px;
  justify-content: center;
  margin-bottom: 17px;
}

.step__title {
  font-size: 15px;
  font-weight: bold;
}

.step__subtitle {
  font-size: 14px;
}

.step__subtitle a {
  color: #fff;
}

.step__subtitle a:hover {
  color: #C89F6F;
}

.step-slider-nav {
  display: none;
}

.steps-wrap {
  position: relative;
}

@media screen and (max-width: 830px) {
  .step {
    margin-top: 22px;
    margin-bottom: 0;
  }

  .steps-wrap {
    margin-bottom: 30px;
  }

  .step:not(:last-child)::before {
    display: none;
  }

  .steps-container {
    width: calc(100% - 200px);
    margin: 0 auto;
  }

  .step-slider-nav {
    display: block;
  }

  .step-slider-nav .slider-nav__item {
    padding: 10px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: calc(50% - 35px);
  }

  .step-slider-nav .slider-nav__item-left {
    left: 0;
    transform: rotate(180deg);
  }

  .step-slider-nav .slider-nav__item-right {
    right: 0;
  }
}

@media screen and (max-width: 470px) {
  .steps-container {
    width: calc(100% - 100px);
  }

  .step-slider-nav .slider-nav__item {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 350px) {
  .steps-container {
    width: calc(100% - 80px);
  }

  .step-slider-nav .slider-nav__item {
    width: 40px;
    height: 40px;
  }
}
.banner-int {
	    height: 479px;
    background-size: cover;
}
.banner-title-int {
	    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
}
.bread-int {
	    padding: 50px 0 0 0;
}
.breadcrumbs-int {
	display:flex;
}
.breadcrumbs-item-int {
    margin: 0 15px 0 0;
    padding: 0 20px 0 0;
    position: relative;
}
.breadcrumbs-item-int:before {
    content: "/";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
   color: #141414CC;
}
.breadcrumbs-link-int {
	color: #141414CC;
	    font-size: 15px;
}
.breadcrumbs-link-int-2 {
	color: #A98357;
	    font-size: 15px;
}
.breadcrumbs-item-int:last-child {
    margin: 0;
}
.breadcrumbs-item:last-child .breadcrumbs-link {
    pointer-events: none;
    color: #A98357;
}
.title-int {
	font-size: 35px;
    font-weight: 500;
    color: #141414;
    padding-bottom: 50px;
	text-transform: uppercase;
}
.block-int {
	    display: flex;
    justify-content: space-between;
}
.block-int-txt {
	position: absolute;
    bottom: 40px;
    color: #ffffff;
    left: 30px;
    font-size: 17px;
}
.block-int-1 {
	position: relative;
}
.info-block-int {
	width: 25%;
	margin-right: 20px;
}
.info-block-txt {
	font-size: 16px;
    color: #141414CC;
    font-weight: 500;
    padding: 20px 20px 20px 0px;
}
.block-us {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.blockus {
	height: 600px;
    border: 1px solid #1414144D;
    padding: 30px 40px;
    width: 32%;
}
.blockus-us {
	height:286px;
    border: 1px solid #1414144D;
    padding: 30px 40px;
    width: 32%;
	margin-top: 30px;
}
.blockus-title {
	font-size: 24px;
    text-align: center;
    color: #141414;
    padding: 10px 0;
    font-weight: 500;
}
.blockus-time {
	    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: #141414;
    text-transform: uppercase;
}
.blockus-sub {
	font-size: 15px;
    color: #141414CC;
    font-weight: 400;
    padding-bottom: 10px;
	text-align: center;
}
.blockus-hr {
	    border: 0.5px solid #1414144D;
    margin: 20px 0;
}
.blockus-txt {
	font-size: 16px;
    font-weight: 500;
    color: #141414CC;
}
.blockus-li {
	font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    color: #141414CC;
	list-style-image: url(/2v/Union.png);
}
.blockus-li::marker {
	
}
u {
	color: #A98357;
    text-decoration: none;
}
.btn-us {
	    background: #C89F6F;
    color: #fff;
    padding: 14px 90px;
    font-size: 18px;
    text-transform: uppercase;
}
.mini-block {
	    display: flex;
    align-items: flex-start;
}
.mini-block-txt {
	    width: 66%;
	    padding-right: 80px;
}
.mini-block-txt p {
	font-size: 16px;
    color: #141414CC;
    line-height: 21px;
}
.btn-us-mini {
	background: #C89F6F;
    padding: 14px 40px;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}
.mini-btn {
	margin-top: 60px;
}
.mini-txt-txt {
	font-size: 16px;
    color: #141414CC;
    font-weight: 500;
    padding-bottom: 10px;
}
.mini-txt-sub {
	font-size: 24px;
    font-weight: 500;
    color: #141414;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.mini-txt-srok {
	    font-size: 18px;
    color: #141414CC;
    font-weight: 500;
    text-transform: uppercase;
}
.etap-1 {
	    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.etap-1-txt {
	width: 50%;
}
.etap-title {
	    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.etap-txt {
	    font-size: 16px;
    line-height: 22px;
    color: #141414CC;
}
.etap-2 {
	    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
	margin-bottom: 80px;
}
.etap-txt-1 {
	    font-size: 16px;
    font-weight: 700;
    color: #141414;
}
.mini-li {
	list-style: disc;
    font-size: 16px;
    color: #141414CC;
    padding: 5px 0;
	line-height: 22px;
}
.mini-ul {
	    list-style: disc;
    margin-left: 25px;
}
.mini-li::marker {
	font-size:11px;
}
.etap-etap {
	display: flex;
    align-items: flex-start;
}
.etap-f {
	width: 18%;
}
.etap-s {
	width:82%;
}
.otst {
	padding-right:50px;
}
.otst-top {
	margin-top:100px;
}
.otst-top-img {
	margin-top:50px;
}
.mini-btn-1 {
	margin-top: 0px;
}
.container-gal {
	    max-width: 1360px;
	width:100%;
    margin: auto;
}
.gal-2 {
	    margin-top: 20px;
	    display: flex;
    justify-content: space-between;
}
.rz-block {
	    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.rz-title {
	    font-size: 30px;
    color: #141414;
    text-transform: uppercase;
    font-weight: 500;
    width: 550px;
    margin-bottom: 30px;
}
.c-stepper__item {
    display: flex;
    gap: 1rem;
}

.c-stepper__item:before {
    size: 3rem;
    content: "";
    position: relative;
    z-index: 1;
    flex: 0 0 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #C89F6F;
}
.c-stepper__item {
    position: relative;
    display: flex;
    gap: 1rem;
    padding-bottom: 4rem;
}

.c-stepper__item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(1.5rem);
    width: 2px;
    background-color: #C89F6F;
}
.rz-txt {
	    width: 50%;
    padding-right: 50px;
}
.c-stepper__title {
	font-size: 24px;
    color: #141414;
    width: 419px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mini-block-price {
	width: 33%;
}
.etap-txt span {
	text-transform: uppercase;
    font-weight: 600;
    color: #141414;
}
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
 
.carousel-inner {
  display: flex;
  width: 300%;
  transition: transform 0.5s;
}
 
.carousel-item {
  flex: 1;
  text-align: center;
}
 
.carousel-item img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.mini-btn-mob {
    margin-top: 40px;
    display: none;
}
@media (min-width:319px) and (max-width:767px) {
	.block-us {
    display: flex;
    align-items: center;
    flex-direction: column;
}
	.banner-title-int {
		font-size:35px;
	}
	.banner-int {
    height: 280px;
    background-size: cover;
}
	.bread-int {
    padding: 20px 0 0 0;
}
	.title-int {
		font-size:26px;
		padding-bottom: 30px;
	}
	.banner {
    padding: 150px 0 60px;
    position: relative;
}
	.block-int {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
	.info-block-int {
width: 100%;
        margin-right: 20px;
        display: flex;
        border-right: none !important;
        align-items: center;
        border-bottom: 1px solid #D9D9D9;
}
	.info-block-txt {
    font-size: 15px;
    color: #141414CC;
    font-weight: 500;
    padding: 20px 20px 20px 20px;
}
	.blockus {
    height: 100%;
    border: 1px solid #1414144D;
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 20px;
}
	.btnus {
		margin-top:30px !important;
		        margin-bottom: 20px;
	}
	.blockus-us {
    height: 100%;
    border: 1px solid #1414144D;
    padding: 30px 20px;
    width: 100%;
    margin-top: 0px;
}
	.banner-bg-us {
		background-image: url(/2v/wp-content/uploads/2024/07/mob-us.png) !important;
	}
	.mob-mini {
		background-image: url(/2v/wp-content/uploads/2024/07/mob-mini.png) !important;
	}
	.mini-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
	.mini-block-txt {
    width: 100%;
    padding-right: 10px;
}
	.mini-block-txt p {
    font-size: 14px;
    color: #141414CC;
    line-height: 19px;
}
.mini-btn {
    margin-top: 40px;
    display: none;
}
	.mini-block-price {
    width: 100%;
    margin-top: 30px;
}
	.mini-btn-mob {
		margin-top: 40px;
		display: block;
	}
	.btn-us-mini {
    background: #C89F6F;
    padding: 14px 40px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
}
	.etap-1 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
	.etap-1-txt {
    width: 100%;
}
	.etap-etap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
	.etap-f {
    width: 100%;
}
	.etap-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
	.etap-s {
    width: 100%;
}
	.etap-txt {
    font-size: 14px;
    line-height: 19px;
    color: #141414CC;
    margin-bottom: 20px;
}
	.etap-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    flex-direction: column;
}
	.etap-2 img {
		margin-bottom: 20px;
	}
	.etap-txt-1 {
    font-size: 14px;
    font-weight: 700;
    color: #141414;
    margin-top: 20px;
    margin-bottom: 10px;
}
	.mini-li {
    list-style: disc;
    font-size: 14px;
    color: #141414CC;
    padding: 2px 0;
    line-height: 19px;
}
	.mini-ul {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}
	.mini-txt-txt {
    font-size: 14px;
	}
	.mini-txt-sub {
    font-size: 20px;
	}
	.otst-top {
    margin-top: 40px;
}
	.otst-top-img {
    margin-top: 20px;
}
	.etap-img {
		margin-bottom: 20px;
	}
	.breadcrumbs-item-int {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    position: relative;
}
	.breadcrumbs-link-int {
    color: #141414CC;
    font-size: 13px;
}
	.breadcrumbs-link-int-2 {
    color: #A98357;
    font-size: 13px;
}
}
.client-slider {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
/* СХЕМА РАБОТЫ КОНЕЦ */