@import url(../css/fonts.css);
@import url(../libs/fontawesome/fontawesome-all.min.css);
@import url(../libs/bootstrap/bootstrap.min.css);
@import url(../libs/slick/slick.css);
@import url(../libs/swiper/swiper.min.css);
@import url(../libs/fancybox/jquery.fancybox.min.css);
@import url(../libs/juxtapose/juxtapose.css);
button,
input[type="submit"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

*:focus {
  outline: none;
}
.img_w{
    width: 25px;
}
body {
  font: 400 16px 'FuturaPT', sans-serif;
}

a {
  display: inline-block;
  font: 400 16px 'FuturaPT', sans-serif;
  -webkit-transition: 300ms;
  transition: 300ms;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.head {
  font: 400 40px/1 'CenturyGothic';
}

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

.link {
  width: 236px;
  height: 60px;
  /*background-color: #009fb7;*/
  background-color: #deb265;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  font-size: 19px;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
}

.link:hover {
  color: #ffffff;
  /*background: #01899d;*/
  background-color: #c19446;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 940px;
  }
}

@media screen and (max-width: 960px) {
  .container {
    max-width: 600px;
  }
  .head {
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.line {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid rgba(71, 71, 71, 0.5);
  opacity: 0.2;
}

.line:before, .line:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  height: 1px;
}

.line:before {
  left: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#474747), to(rgba(71, 71, 71, 0)));
  background-image: linear-gradient(to right, #474747, rgba(71, 71, 71, 0));
}

.line:after {
  right: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#474747), to(rgba(71, 71, 71, 0)));
  background-image: linear-gradient(to left, #474747, rgba(71, 71, 71, 0));
}

@media screen and (max-width: 1200px) {
  .line {
    max-width: 300px;
  }
}

@media screen and (max-width: 960px) {
  .line:before, .line:after {
    width: 100px;
  }
}

@media screen and (max-width: 640px) {
  .line {
    max-width: 240px;
  }
  .line:before, .line:after {
    width: 80px;
  }
}

@media screen and (max-width: 480px) {
  .line {
    max-width: 140px;
  }
}

.btn {
  padding: 0 60px;
  /*color: #ffffff;*/
  /*background-color: #009FB7;*/
  line-height: 58px;
  border-radius: 5px;
  /*border: 1px solid #009FB7;*/
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  text-align: center;
  background-color: #deb265;
  border: 1px solid #deb265;
  color: #000000;
}

.btn:hover {
  color: #ffffff;
  /*background-color: #008599;*/
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.003);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.003);
  /*border-color: #008599;*/
  background-color: #c19446;
  border-color: #c19446;
}

.btn--white {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fff;
  color: #ffffff;
}

.btn--white:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.btn--red {
  line-height: 53px;
  padding: 0 36px;
  background-color: #fa888e;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
}

.btn--red:hover {
  background-color: #f86169;
}

@media screen and (max-width: 640px) {
  .btn {
    padding: 0 30px;
  }
}

.burger {
  display: none;
  -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;
  position: fixed;
  top: 3px;
  right: 16px;
  z-index: 99;
  width: 48px;
  height: 48px;
  background-color: #fafafa;
  opacity: 0.60;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 2px 0;
  background-color: #000000;
}

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

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

.soc li {
  margin-right: 8px;
}

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

.soc li a {
  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;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  font-size: 18px;
  border-radius: 50%;
  overflow: hidden;
}

.soc li a i {
  color: #000000;
}

@media screen and (max-width: 480px) {
  .fancybox-slide {
    padding: 0;
  }
}

.popup {
  display: none;
  width: 560px;
  padding: 38px 45px 40px;
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;
}

.popup .btn {
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
}

.popup-title {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1.23;
  font-weight: 600;
  letter-spacing: 1px;
}

.popup-descr {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.55;
  font-size: 30px;
}

.popup-descr p {
  margin: 0;
  font-size: 16px;
}

.popup-input {
  margin-bottom: 25px;
}

.popup-input input {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  color: #000000;
  font: 400 16px 'FuturaPT';
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}

.popup-inputtime {
  max-width: 245px;
}

.popup-check {
  margin-bottom: 25px;
}

.popup-text {
  padding: 0 50px;
  margin-top: 20px;
  font: 400 15px/1.55 'OpenSans';
}

.popup-text p {
  margin: 0;
  font: 400 15px/1.55 'OpenSans';
}

@media screen and (max-width: 1200px) {
  .popup {
    width: 460px;
  }
  .popup-title {
    font-size: 32px;
  }
  .popup-text {
    padding: 0 20px;
    font-size: 14px;
  }
  .popup-text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .popup {
    padding: 20px;
    margin: 44px 0;
  }
  .popup .btn {
    height: 50px;
  }
  .popup-title {
    font-size: 28px;
    letter-spacing: 0;
  }
  .popup-input {
    margin-bottom: 20px;
  }
  .popup-input input {
    height: 50px !important;
    padding: 0 14px;
  }
  .popup-text {
    padding: 0;
    font-size: 12px;
    line-height: 1.45;
  }
  .popup-text p {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 480px) {
  .popup .btn {
    padding: 0 12px;
  }
  .popup-title {
    margin-bottom: 14px;
  }
  .popup-inputtime {
    max-width: 100%;
  }
}

#get-consultation .popup-title {
  margin-bottom: 26px;
}

#get-consultation .popup-input input {
  height: 60px;
}

@media screen and (max-width: 480px) {
  #get-consultation .popup-title {
    margin-bottom: 14px;
  }
}

.checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #000000;
}

.checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
}

.checkbox input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}

.checkbox input:checked + span:before {
  opacity: 1;
}

.checkbox span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox span:before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.checkbox-text {
  margin-left: 10px;
  font: 300 15px/1.55 'OpenSans';
  text-align: left;
}

.checkbox-text a {
  display: inline;
  color: #000000;
  font: 300 15px/1.55 'OpenSans';
}

.checkbox-text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .checkbox-text {
    font-size: 14px;
  }
  .checkbox-text a {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .checkbox-text {
    font-size: 12px;
  }
  .checkbox-text a {
    font-size: 12px;
  }
}

/* Preview */
.preview {
  padding: 75px 0 80px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.preview-wrap {
  background: url(../images/preview-bg.jpg) no-repeat 50%;
  background-size: cover;
  position: relative;
}

.preview-wrap::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.preview-title {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 600;
}

.preview-description {
  font-size: 28px;
  margin: 0 auto 20px;
  max-width: 530px;
  font-weight: 300;
}

@media only screen and (max-width: 640px) {
  .preview {
    padding: 30px 0;
  }
  .preview-title {
    font-size: 25px;
  }
  .preview-description {
    font-size: 18px;
  }
}

/* Works */
.works {
  padding: 45px 0;
}

.works-title {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 45px;
}

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

.works-item {
  width: 45%;
  margin: 0 auto;
}

.works-description {
  min-height: 110px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.works-img {
  position: relative;
  margin-bottom: 8px;
}

.works-img span {
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 25px;
  font-weight: 400;
}

.works-img img {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .works-description {
    font-size: 23px;
  }
}

@media only screen and (max-width: 960px) {
  .works-title {
    font-size: 28px;
  }
  .works-description {
    font-size: 18px;
  }
  .works-img span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .works-title {
    font-size: 21px;
  }
  .works-items {
    display: block;
  }
  .works-item {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .works-description {
    min-height: 0;
    margin-bottom: 15px;
  }
}

/* Benefits */
.benefits-title {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

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

.benefits-item {
  width: 25%;
  margin-bottom: 35px;
  padding-right: 15px;
}

.benefits-img {
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefits-head {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  max-width: 200px;
}

.benefits-text {
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 960px) {
  .benefits-title {
    font-size: 28px;
  }
  .benefits-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefits-item {
    width: 50%;
  }
  .benefits-head {
    font-size: 21px;
  }
}

@media only screen and (max-width: 640px) {
  .benefits-title {
    font-size: 21px;
  }
  .benefits-item {
    width: 100%;
    text-align: center;
  }
  .benefits-head {
    font-size: 19px;
    max-width: 100%;
  }
  .benefits-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Price */
.price {
  padding: 38px 0 55px;
  color: #ffffff;
  text-align: center;
}

.price-wrap {
  background: #2a2a2a;
}

.price-title {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}

.price-size {
  font-size: 33px;
  font-weight: 300;
  margin-bottom: 23px;
}

.price-text {
  max-width: 470px;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 22px;
  font-weight: 300;
}

@media only screen and (max-width: 640px) {
  .price-title {
    font-size: 21px;
  }
  .price-size {
    font-size: 21px;
  }
  .price-text {
    font-size: 18px;
  }
}

/* Steps */
.steps {
  padding: 55px 0 70px;
}

.steps-title {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 45px;
}

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

.steps-items:last-child {
  position: relative;
}

.steps-items:last-child:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/short-arrow.png) no-repeat;
  width: 37px;
  height: 73px;
  right: 115px;
  top: -75px;
}

.steps-items:last-child .steps-item:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.steps-item {
  width: 268px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

.steps-item:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/long-arrow.png) no-repeat;
  width: 191px;
  height: 37px;
  right: -180px;
  top: 51px;
}

.steps-item:last-child:after {
  display: none;
}

.steps-img {
  height: 130px;
  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;
}

.steps-text {
  font-size: 18px;
}

@media only screen and (max-width: 1200px) {
  .steps-item:after {
    width: 150px;
    background-size: contain;
    right: -110px;
  }
}

@media only screen and (max-width: 960px) {
  .steps-items {
    -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;
  }
  .steps-items:after {
    display: none !important;
  }
  .steps-items:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .steps-item:after {
    display: none;
  }
  .steps-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 640px) {
  .steps {
    padding: 45px 0;
  }
  .steps-title {
    font-size: 21px;
  }
}

/* Faq */
.faq {
  padding: 40px 0 35px;
}

.faq-wrap {
  background: #f2f1f1;
}

.faq-title {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 33px;
}

.faq-item {
  margin-bottom: 33px;
}

.faq-header {
  font-size: 30px;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}

.faq-header span {
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in-out .3s;
}

.faq-header.open span{
  transform: rotate(45deg);
}

.faq-body {
  padding-left: 25px;
  font-size: 23px;
  font-weight: 300;
  overflow: hidden;
}

.faq-body a {
  color: #009fb7;
  text-decoration: underline;
  font-size: inherit;
  font-weight: 300;
}

.faq-body a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .faq-title {
    font-size: 28px;
  }
  .faq-header {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .faq-title {
    font-size: 21px;
  }
  .faq-header {
    font-size: 18px;
  }
  .faq-body {
    font-size: 16px;
  }
}

/* Question */
.question {
  padding: 40px 0;
  color: #ffffff;
  text-align: center;
}

.question-wrap {
  background: #2a2a2a;
}

.question-title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}

.question-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.question-fields > div {
  width: 48%;
}

.question-fields input,
.question-fields textarea {
  border: 1px solid white;
  background: 0;
  font-size: 23px;
  font-weight: 300;
  width: 100%;
  font-family: inherit;
  color: #ffffff;
}

.question-fields input::-webkit-input-placeholder,
.question-fields textarea::-webkit-input-placeholder {
  color: #fff;
}

.question-fields input:-moz-placeholder,
.question-fields textarea:-moz-placeholder {
  color: #fff;
}

.question-fields input::-moz-placeholder,
.question-fields textarea::-moz-placeholder {
  color: #fff;
}

.question-fields input:-ms-input-placeholder,
.question-fields textarea:-ms-input-placeholder {
  color: #fff;
}

.question-fields input {
  height: 80px;
  margin-bottom: 25px;
  padding: 0 25px;
}

.question-fields input:last-child {
  margin-bottom: 0;
}

.question-fields textarea {
  height: 100%;
  resize: none;
  padding: 15px 25px;
}

.question-link {
  border: 0;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media only screen and (max-width: 960px) {
  .question-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 640px) {
  .question-title {
    font-size: 21px;
  }
  .question-fields {
    display: block;
  }
  .question-fields > div {
    width: 100%;
  }
  .question-fields input,
  .question-fields textarea {
    font-size: 18px;
  }
  .question-fields input {
    height: 60px;
  }
  .question-fields textarea {
    height: 200px;
  }
  .question-inputs {
    margin-bottom: 30px;
  }
}

/* Extra services */
.extra-services {
  padding: 48px 0 60px;
  text-align: center;
}

.extra-services-title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}

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

.extra-services-item {
  background-size: cover;
  width: 49%;
  color: #ffffff;
  height: 446px;
  padding-top: 83px;
  position: relative;
  margin-bottom: 1.3em;
}

.extra-services-head {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

.extra-services-text {
  height: 90px;
  max-width: 340px;
  font-size: 25px;
  font-weight: 500;
  margin: 0 auto 40px;
  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;
  z-index: 1;
  position: relative;
}

.extra-services-item .link{
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .extra-services-title {
    font-size: 28px;
  }
  .extra-services-head {
    font-size: 28px;
  }
  .extra-services-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .extra-services {
    padding: 45px 0 30px;
  }
  .extra-services-title {
    font-size: 21px;
  }
  .extra-services-items {
    display: block;
  }
  .extra-services-item {
    width: 100%;
    margin-bottom: 25px;
    height: 330px;
    padding-top: 30px;
  }
  .extra-services-head {
    font-size: 21px;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 364px;
  margin-right: 70px;
}

.logo__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  margin-right: 15px;
}

.logo__description {
  font-size: 20px;
  line-height: 1.1;
}

@media screen and (max-width: 1200px) {
  .logo__img {
    margin-right: 18px;
  }
  .logo__description {
    padding-top: 2px;
  }
}

@media screen and (max-width: 960px) {
  .logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .logo__description {
    padding-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .logo {
    width: 240px;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .logo__img {
    width: 48px;
    height: 48px;
    margin-right: 7px;
  }
  .logo__img img {
    width: 100%;
    height: 100%;
  }
  .logo__description {
    margin-top: -2px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .logo__img {
    margin-right: 15px;
  }
}

.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;
  padding: 20px 0 12px;
  border-bottom: 1px solid #e0e0e0;
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 2px;
}

.header__info-item:first-child {
  margin-right: 35px;
}

.header__info-title {
  font-size: 13px;
}

.header__info-data, .header__info-link {
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #000000;
}

.header__info-data:hover, .header__info-link:hover {
  color: #000000;
  border-color: transparent;
}

.header__info-data {
  margin-bottom: 5px;
}

.header__info-link {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .header {
    position: relative;
    padding: 6px 0 30px;
  }
  .header__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__info {
    padding-top: 4px;
  }
  .header__info-item:first-child {
    margin-right: 20px;
  }
  .header__info-title {
    margin-bottom: 6px;
  }
  .header__info-data {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 960px) {
  .header {
    padding: 6px 10px 9px;
  }
  .header__wrap .container {
    max-width: 640px;
    padding: 0;
  }
  .header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 6px;
  }
  .header__info-item {
    margin-bottom: 6px;
    text-align: right;
  }
  .header__info-item:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
  .header__info-title {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .header {
    padding-top: 11px;
    padding-right: 70px;
    padding-bottom: 12px;
    border-bottom: none;
  }
  .header__info {
    padding-top: 0;
  }
  .header__info-item.header__info--mail {
    display: none;
  }
  .header__info-data {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 480px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 7px;
  }
  .header__info {
    margin-left: 62px;
  }
  .header__info-item {
    margin-bottom: 0;
    text-align: left;
  }
  .header__info-data {
    margin-bottom: 0;
    font-size: 16px;
  }
  .header__info-link {
    display: none;
  }
}

.nav__wrap {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nav__item {
  position: relative;
  margin-right: 19px;
}

.nav__item:hover .nav__sub {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.nav__item:last-child {
  margin-right: 0;
}

.nav__item-link {
  font-size: 18px;
  color: #000000;
}

.nav__item-link:hover {
  color: #000000;
}

.nav__sub {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 240px;
  padding: 18px 20px;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.nav__sub:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 17.3px 10px;
  border-color: transparent transparent #ffffff transparent;
}

.nav__sub:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 20px;
  background-color: transparent;
}

.nav__sub-item {
  margin-bottom: 10px;
}

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

.nav__sub-link {
  font-size: 18px;
  color: #000000;
}

.nav__sub-link:hover {
  color: #000000;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .nav__wrap {
    position: absolute;
    left: 50%;
    bottom: 16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 960px) {
  .nav__wrap {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: static;
    left: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 640px) {
  .nav__wrap {
    display: none;
  }
}

.menu {
  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;
  padding: 16px 10px;
}

.menu__item {
  position: relative;
  margin-right: 22px;
}

.menu__item:hover .menu__sub {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

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

.menu__item-link {
  color: #000000;
  font-size: 18px;
}

.menu__item-link:hover {
  color: #000000;
}

.menu__sub {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  margin-top: 20px;
  padding: 18px 20px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.menu__sub:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 17.3px 10px;
  border-color: transparent transparent #ffffff transparent;
}

.menu__sub:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 20px;
  background-color: transparent;
}

.menu__sub-item {
  margin-bottom: 10px;
}

.menu__sub-link {
  color: #000000;
}

.menu__sub-link:hover {
  color: #000000;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .menu {
    padding: 12px 0;
  }
  .menu__item {
    margin-right: 32px;
  }
}

@media screen and (max-width: 640px) {
  .menu {
    display: none;
  }
}

.showcase {
  padding-top: 126px;
  text-align: center;
}

.showcase-wrap {
  position: relative;
  z-index: 5;
  min-height: 441px;
  background: url(../images/bg-samara.jpg) no-repeat 50% 0;
  background-size: cover;
}

.showcase-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}

.showcase-title {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 2px;
}

.showcase-description {
  margin-bottom: 44px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.17;
  letter-spacing: 1px;
}

.showcase-buttons {
  padding-bottom: 20px;
}

.showcase-buttons .btn {
  margin: 0 6px;
}

@media screen and (max-width: 960px) {
  .showcase {
    padding-top: 135px;
  }
  .showcase-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .showcase {
    padding-top: 132px;
  }
  .showcase-title {
    font-size: 18px;
  }
  .showcase-description {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .showcase {
    padding-top: 71px;
  }
  .showcase-description {
    padding: 0 10px;
    margin-bottom: 46px;
  }
  .showcase-buttons .btn {
    margin: 5px 6px;
  }
}

.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 260px;
  padding: 42px 25px 25px;
  background-color: #111;
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.mobile-menu__wrap {
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.mobile-menu__wrap.show {
  z-index: 200;
  opacity: 1;
  visibility: visible;
}

.mobile-menu__wrap.show .mobile-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu__close {
  position: absolute;
  top: 12px;
  right: 13px;
  width: 24px;
  height: 24px;
}

.mobile-menu__close:before, .mobile-menu__close:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
}

.mobile-menu__close:before {
  -webkit-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
}

.mobile-menu__close:after {
  -webkit-transform: translate(-50%) rotate(-45deg);
  transform: translate(-50%) rotate(-45deg);
}

.mobile-menu__body {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

.mobile-menu__footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mobile-menu__logo {
  width: 70px;
  height: 70px;
  margin-bottom: 27px;
}

.mobile-menu__nav li {
  margin-bottom: 17px;
}

.mobile-menu__nav li a {
  color: #ffffff;
  font-size: 24px;
}

.mobile-menu__info {
  margin-bottom: 26px;
}

.mobile-menu__info li a {
  color: #ffffff;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .mobile-menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-navigation {
  display: none;
  padding: 20px 0 5px;
}

.mobile-navigation li {
  position: relative;
  padding-left: 44px;
  margin-bottom: 17px;
}

.mobile-navigation li:last-child {
  margin-bottom: 0;
}

.mobile-navigation li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/arr-right.png) no-repeat 50%;
  background-size: contain;
}

.mobile-navigation li a {
  color: #000000;
  font-size: 22px;
  font-weight: 300;
}

@media screen and (max-width: 640px) {
  .mobile-navigation {
    display: block;
  }
}

.sign-up-consultation {
  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: space-between;
  padding: 30px 25px 30px 0;
  margin-bottom: 10px;
}

.sign-up-consultation p {
  margin: 0 50px 0 0;
  font-size: 26px;
  font-weight: 800;
}

@media screen and (max-width: 1200px) {
  .sign-up-consultation p {
    max-width: 460px;
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  .sign-up-consultation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sign-up-consultation p {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .sign-up-consultation {
    margin-bottom: 0;
    display: none;
  }
}

.services {
  padding-top: 48px;
}

.services .title {
  margin-bottom: 54px;
}

.services-wrap {
  background-color: #fafafa;
}

.services-body {
  max-width: 1080px;
  margin: 0 auto;
}

.services-items {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -116px;
}

.services-items.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.services-dropdown {
  position: relative;
}

.services-dropdown__title {
  display: none;
  position: relative;
  padding: 16px 20px;
  background-color: #009fb7;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #009fb7;
  cursor: pointer;
}

.services-dropdown__title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(25% - 116px);
  margin: 48px 0 48px 116px;
  padding: 0 2px;
  color: #000000;
  text-align: center;
}

.services-item:hover {
  color: #000000;
}

.services-item .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  line-height: 45px;
  padding: 0 10px;
}

.services-item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  height: 70px;
  margin-bottom: 20px;
}

.services-item-body {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin-bottom: 40px;
}

.services-item__title {
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.services-item__descr {
  font-size: 14px;
  line-height: 1;
}

.services-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto 26px;
  border: 1px solid #009fb7;
  border-radius: 5px;
}

.services-nav li {
  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;
  width: 50%;
  padding: 15px 22px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
}

.services-nav li:hover {
  color: #009fb7;
}

.services-nav li.active {
  background-color: #009fb7;
  color: #ffffff;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .services-items {
    margin-left: -60px;
  }
  .services-item {
    width: calc(25% - 60px);
    margin-left: 60px;
  }
  .services-item .btn {
    font-size: 14px;
    line-height: 43px;
  }
  .services-item__title {
    font-size: 18px;
  }
  .services-item__descr {
    font-size: 12px;
  }
  .services-nav {
    max-width: 780px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 960px) {
  .services {
    padding-bottom: 25px;
  }
  .services .btn {
    display: none;
  }
  .services-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
  .services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
  }
  .services-item-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin: 0 14px 0 0;
  }
  .services-item-body {
    margin-bottom: 0;
  }
  .services-item__title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 300;
  }
  .services-item__descr {
    display: none;
  }
  .services-dropdown {
    margin-bottom: 20px;
  }
  .services-dropdown__title {
    display: block;
  }
  .services-nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
  .services-nav.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services-nav li {
    width: 100%;
    padding: 7px 10px;
    background-color: #009fb7;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
  }
  .services-nav li.active {
    background-color: #00AFCA;
    font-weight: 300;
  }
}

.recognized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 32px 0 40px 0;
}

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

.recognized-item {
  width: 95px;
  margin: 0 17px;
  text-align: center;
}

.recognized-item-img {
  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;
  height: 80px;
  margin-bottom: 6px;
}

.recognized-item__text {
  color: #000000;
  font-size: 12px;
  font-family: 'OpenSans';
  line-height: 1.55;
}

.recognized-descr {
  margin-top: 28px;
  font: 300 20px/1.55 'OpenSans';
}

@media screen and (max-width: 1200px) {
  .recognized {
    max-width: 800px;
    margin: 0 auto;
    padding-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .recognized-item {
    margin: 0 8px;
  }
  .recognized-descr {
    max-width: 240px;
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .recognized-wrap .container{
    padding: 0 10px;
  }
  .recognized {
    -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;
    padding-bottom: 30px;
  }
  .recognized-descr {
    max-width: 274px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  /*.recognized-items {*/
  /*  -webkit-box-orient: vertical;*/
  /*  -webkit-box-direction: normal;*/
  /*  -ms-flex-direction: column;*/
  /*  flex-direction: column;*/
  /*}*/
  .recognized-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    width: 33%;
    margin: 0;
    padding: 0 5px;
    justify-content: flex-end;
  }
  .recognized-item:last-child {
    margin-bottom: 0;
  }
  .recognized-item-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
  }
  .recognized-item__text {
    font-size: 10px;
    text-align: center;
  }
}

/*.customers .title {*/
/*  margin-bottom: 28px;*/
/*}*/

/*.customers-wrap {*/
/*  padding: 60px 0 46px;*/
/*  background-color: #eeeeee;*/
/*}*/

/*.customers-items {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -ms-flex-wrap: wrap;*/
/*  flex-wrap: wrap;*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*}*/

/*.customers-items li {*/
/*  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;*/
/*  width: 20%;*/
/*  padding: 0 10px;*/
/*  margin: 20px 0;*/
/*}*/

/*.customers-items li img {*/
/*  width: 100px;*/
/*  -webkit-filter: grayscale(100%);*/
/*  filter: grayscale(100%);*/
/*  cursor: pointer;*/
/*  -webkit-transition: 300ms;*/
/*  transition: 300ms;*/
/*}*/

/*.customers-items li img:hover {*/
/*  -webkit-filter: grayscale(0);*/
/*  filter: grayscale(0);*/
/*}*/

.customers-wrap {
  padding: 40px 0;
  background-color: #eeeeee;
}

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

.customers-title{
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  color: #000;
  font-size: 40px;
}

.customers-items li {
  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;
  width: 20%;
  padding: 0 10px;
  margin: 20px 0;
}

.customers-items li img {
  width: 100px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.customers-items li img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.customers-reviews-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.customers-reviews-item {
  width: calc(50% - 40px);
  margin-left: 40px;
}

.customers-reviews-video {
  height: 315px;
}

.customers-reviews-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.customers-reviews-body {
  padding-top: 20px;
}

.customers-reviews__descr {
  margin-bottom: 28px;
  font: 600 18px/1.55 'OpenSans';
}

.customers-reviews__info {
  font-size: 14px;
  font-family: 'OpenSans';
}

.customers-reviews-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.customers-reviews-item {
  width: calc(50% - 40px);
  margin-left: 40px;
}

.customers-reviews-video {
  height: 315px;
}

.customers-reviews-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.customers-reviews-body {
  padding-top: 20px;
}

.customers-reviews__descr {
  margin-bottom: 28px;
  font: 600 18px/1.55 'OpenSans';
}

.customers-reviews__info {
  font-size: 14px;
  font-family: 'OpenSans';
}

@media screen and (max-width: 1200px) {
  .customers-items li {
    margin: 10px 0;
  }
  .customers-reviews-items {
    margin-left: -20px;
  }
  .customers-reviews-item {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 960px) {
  .customers {
    padding-bottom: 10px;
  }
  .customers-items li {
    width: 33.33%;
  }
  .customers-reviews-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .customers-reviews-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .customers-reviews-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .customers {
    padding: 0 20px 10px;
  }
  .customers-wrap .container {
    padding: 0;
  }
  .customers-reviews-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 440px) {
  .customers-items li {
    width: 50%;
  }
  .customers-reviews-video {
    height: 210px;
  }
}

#projects {
  background-color: #2a2a2a;
}

.projects {
  padding: 15px 0 45px;
}

.projects-header {
  padding: 45px 20px 15px;
  background-color: #2a2a2a;
}

.projects-info {
  margin: 0 auto 30px;
}

.projects-info__head {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
}

.projects-info p {
  margin: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
}

.projects-head {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
}

.projects-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.projects-img--front, .projects-img--back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.projects-img--front img, .projects-img--back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
}

.projects-img--back {
  opacity: 0;
}

.projects-btn {
  padding: 0 15px;
  text-align: center;
}

.projects-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  padding: 0 16px;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Avenir';
  border: 1px solid #707070;
  border-radius: 5px;
  text-transform: uppercase;
}

.projects-btn a:hover {
  background-color: #2a2a2a;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.projects-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 40px);
  margin: 0 20px 30px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.projects-item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 402px;
}

.projects-item-img:hover .projects-img--back {
  opacity: 1;
}

.projects-item-body {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px 20px 14px;
  text-align: center;
}

.projects-item-block {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  padding: 0 50px;
  margin-bottom: 18px;
}

.projects-item-buttons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.projects-item__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
}

.projects-item__descr {
  font-size: 14px;
  line-height: 1.55;
}

.projects-item__descr span {
  display: block;
}

.projects-item__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  padding: 0 15px 2px;
  margin: 0 2px 8px;
  color: #2a2a2a;
  border: 1px solid #707070;
  border-radius: 5px;
}

.projects-item__btn:hover {
  background-color: #2a2a2a;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1200px) {
  .projects-info {
    max-width: 460px;
  }
  .projects-items {
    max-width: 960px;
  }
  .projects-item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .projects-item-img {
    height: 330px;
  }
  .projects-item-block {
    padding: 0 20px;
  }
  .projects-item__title {
    font-size: 22px;
  }
  .projects-item__descr {
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) {
  .projects-info {
    max-width: 600px;
  }
  .projects-items {
    max-width: 640px;
  }
  .projects-item-img {
    height: 202px;
  }
  .projects-item-block {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .projects{
    padding-bottom: 20px;
  }
  .projects-item {
    margin-bottom: 20px;
  }
  .projects-item-body {
    padding-right: 16px;
    padding-left: 16px;
  }
  .projects-item__title {
    font-size: 20px;
  }
  .projects-item__btn {
    padding: 0 9px 2px;
  }
  .projects-info__head h2, .video-reviews .title h3 {
    font-size: 23px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .projects-info{
    margin-bottom: 10px;
  }

  .projects-info__head{
    margin-bottom: 20px;
  }

  .projects-info__head .pink-line, .video-reviews .title .pink-line {
    display: none;
  }

  .projects-header{
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 480px) {
  .projects-info p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .projects-items {
    margin: 0 10px;
  }
  .projects-item {
    width: calc(100% - 20px);
  }
}

.video-reviews {
  padding: 30px 0 45px;
}

.video-reviews .title {
  margin-bottom: 45px;
  color: #ffffff;
}

.video-reviews .title h3 {
  font-weight: 600;
  color: #ffffff;
  font-size: 40px;
  text-align: left;
}

.video-reviews-wrap {
  background-color: #2a2a2a;
}

.video-reviews-top {
  text-align: center;
}

.see-all-projects {
  padding-bottom: 70px;
  text-align: center;
}


.video-reviews-top .btn, .see-all-projects .btn {
  font-weight: 700;
  border-width: 3px;
}

.video-reviews-footer {
  margin: 0 auto;
}

.video-reviews-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  margin-left: -40px;
}

.video-reviews-item {
  width: calc(50% - 40px);
  margin-left: 40px;
}

.video-reviews-item .hidden{
  display: none;
}

.video-reviews-video {
  position: relative;
  height: 316px;
}

.video-reviews-video img{
  width: 100%;
}

.video-reviews-video .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(/assets/template/2019/images/icon-youtube-play.png) no-repeat;
  cursor: pointer;
}

.video-reviews-video .play:hover{
  background: url(/assets/template/2019/images/icon-youtube-play-hover.png) no-repeat;
}

.video-reviews-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-reviews__info {
  padding-top: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}

.video-reviews-text {
  margin-bottom: 45px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
}

.video-reviews-text p {
  margin: 0;
  line-height: 1.4;
  text-align: left;
}

.video-reviews-input {
  margin: 0 20px 20px 0;
}

.video-reviews-input input {
  width: 320px;
  height: 60px;
  padding: 0 20px;
  color: #000000;
  font: 400 16px 'FuturaPT';
  border: 1px solid #000000;
  border-radius: 5px;
}

.video-reviews-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: center;
}

.video-reviews-form .btn {
  margin-bottom: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .video-reviews {
    padding-bottom: 40px;
  }
  .video-reviews-footer {
    max-width: 780px;
  }
  .video-reviews-text {
    padding: 0 60px;
  }
  .video-reviews__info {
    font-size: 16px;
  }
  .video-reviews-input input {
    width: 230px;
  }
  .video-reviews-items {
    margin-left: -20px;
  }
  .video-reviews-item {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 960px) {
  .video-reviews-footer {
    max-width: 600px;
  }
  .video-reviews-input {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .video-reviews-input input {
    width: 100%;
  }
  .video-reviews-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-reviews-form .btn {
    width: 100%;
  }
  .video-reviews-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
  .video-reviews-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .video-reviews-item:last-child {
    margin-bottom: 0;
  }
  .video-reviews-text {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .video-reviews__info {
    font-size: 14px;
  }
  .see-all-projects{
    padding-bottom: 20px;
  }
  .see-all-projects .btn {
    white-space: initial;
    width: 200px;
    line-height: 1;
    padding: 5px 10px;
    font-weight: normal;
  }

  .customers-wrap{
    padding: 10px 0;
  }

  .customers-title{
    font-size: 23px;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
  }
}

@media screen and (max-width: 480px) {
  .video-reviews .title {
    padding: 0 10px;
  }
  .video-reviews-wrap .container {
    padding: 0;
  }
  .video-reviews-top .btn {
    padding: 0 16px;
  }
  .video-reviews-video {
    height: 200px;
  }
  .video-reviews__info, .video-reviews-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.reviews {
  padding: 30px 0 106px;
}

.reviews-swiper {
  position: relative;
}

.reviews-wrap {
  position: relative;
  background-color: #eeeeee;
}

.reviews-wrap .swiper-container {
  width: 860px;
}

.reviews-wrap .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reviews-wrap .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 7px;
  opacity: .6;
}

.reviews-wrap .swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}

.reviews-wrap .swiper-button-prev, .reviews-wrap .swiper-button-next {
  width: 20px;
  height: 30px;
  opacity: 0.7;
  background-size: 20px 30px;
}

.reviews-wrap .swiper-button-prev {
  left: 64px;
  background-image: url(../images/prev.png);
}

.reviews-wrap .swiper-button-next {
  right: 64px;
  background-image: url(../images/next.png);
}

.reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}

.reviews-item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
}

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

.reviews-item-body {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  padding: 40px 45px;
}

.reviews-item__title {
  margin-bottom: 30px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}

.reviews-item__descr {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55;
}

.reviews-info {
  margin-top: 20px;
}

.reviews-info-block {
  margin-bottom: 3px;
}

.reviews-info__name {
  font-weight: 700;
  line-height: 1.35;
}

.reviews-info__position {
  font-weight: 300;
  line-height: 1.35;
}

.reviews-info__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}

@media screen and (max-width: 1200px) {
  .reviews-wrap .swiper-container {
    width: 700px;
  }
  .reviews-item__title, .reviews-item__descr {
    font-size: 18px;
  }
  .reviews-item__title {
    margin-bottom: 26px;
  }
  .reviews-info__name, .reviews-info__position {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .reviews-wrap .swiper-container {
    width: 600px;
  }
  .reviews-wrap .swiper-button-prev, .reviews-wrap .swiper-button-next {
    margin-top: -70px;
  }
  .reviews-wrap .swiper-button-prev {
    left: 14px;
  }
  .reviews-wrap .swiper-button-next {
    right: 14px;
  }
  .reviews-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews-item-img {
    width: 100%;
    height: 360px;
  }
  .reviews-item-body {
    width: 100%;
    padding: 25px 20px;
  }
}

@media screen and (max-width: 640px) {
  .reviews {
    padding-bottom: 100px;
  }
  .reviews-wrap .swiper-container {
    width: 100%;
  }
  .reviews-wrap .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .reviews-item__title, .reviews-item__descr {
    font-size: 16px;
  }
  .reviews-info__name, .reviews-info__position {
    font-size: 12px;
  }
  .reviews-info__text {
    font-size: 16px;
  }
}

.footer-wrap {
  padding: 60px 0 40px;
  background-color: #000000;
}

.footer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.footer-item {
  width: calc(25% - 40px);
  margin-left: 40px;
}

.footer-item ul {
  margin-bottom: 26px;
}

.footer-item ul.footer-elem {
  margin-bottom: 8px;
}

.footer-item ul li {
  margin-bottom: 7px;
  color: #ffffff;
}

.footer-item ul li.footer-item__title, .footer-item ul li.footer-item__head {
  margin-bottom: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-item ul li.footer-item__head {
  margin-bottom: 6px;
  letter-spacing: 0;
}

.footer-item ul li a {
  color: #ffffff;
}

.footer-item ul li a:hover {
  text-decoration: underline;
}

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-right: 100px;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
}

.footer-logo a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  margin-right: 18px;
  margin-top: 2px;
}

.footer-logo span {
  color: #ffffff;
  font: 400 15px/1.4 'OpenSans';
}

.footer-address {
  max-width: 220px;
  margin-left: 80px;
  color: #ffffff;
  font: 400 15px/1.4 'OpenSans';
}

.footer-address span {
  display: block;
}

.footer-menu {
  display: none;
  margin-bottom: 40px;
  text-align: center;
}

.footer-menu li {
  margin-bottom: 24px;
}

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

.footer-menu li a {
  color: #ffffff;
}

.footer-menu li a:hover {
  text-decoration: underline;
}

.footer-soc {
  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;
  margin-bottom: 60px;
}

.footer-soc .soc li {
  margin: 0 8px;
}

.footer-soc .soc li a {
  width: 32px;
  height: 32px;
}

.footer-soc__title {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.55;
}

.footer-info {
  text-align: right;
}

.footer-info__title {
  margin-bottom: 5px;
  color: #ffffff;
  font: 400 15px/1.4 'OpenSans';
}

.footer-info__tel {
  margin-bottom: 8px;
  color: #ffffff;
  font: 400 19px 'OpenSans';
  text-decoration: underline;
}

.footer-info__tel:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-info__mail {
  color: #ffffff;
  font: 400 15px 'OpenSans';
  text-decoration: underline;
}

.footer-info__mail:hover {
  color: #ffffff;
  text-decoration: none;
}

.bottom {
  color: #606060;
  font: 300 15px/1.55 'OpenSans';
  text-align: center;
}

.bottom a {
  color: #606060;
  font: 300 15px/1.55 'OpenSans';
  text-decoration: underline;
}

.bottom a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .footer-block {
    padding-right: 0;
  }
  .bottom {
    font-size: 14px;
  }
  .bottom a {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .footer-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .footer-item {
    width: calc(50% - 40px);
  }
  .footer-soc__title {
    font-size: 18px;
  }
  .footer-address {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .footer-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-soc {
    margin-bottom: 46px;
  }
  .footer-soc__title {
    font-size: 16px;
  }
  .footer-info__title {
    margin-bottom: 0;
  }
  .footer-info__tel {
    margin-bottom: 2px;
  }
  .bottom {
    font-size: 12px;
  }
  .bottom a {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .footer-wrap {
    padding: 30px 0 20px;
  }
  .footer-items {
    display: none;
  }
  .footer-menu {
    display: block;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-info {
    text-align: center;
  }
  .footer-info__title {
    margin-bottom: 6px;
  }
}

.interior-design {
  padding: 53px 0 25px;
  text-align: center;
}

.interior-design .title {
  margin-bottom: 35px;
}

.interior-design-wrap {
  background-color: #fafafa;
}

.interior-design-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.interior-design-items.entire-text p {
  margin-bottom: 20px;
}

.interior-design-item {
  width: 50%;
  text-align: left;
}

.interior-design-item:first-child {
  margin-right: 40px;
}

.interior-design-item p {
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 1.55;
}

.interior-design__read-full {
  display: none;
  font-weight: 700;
  font-size: 14px;
}

.interior-design__read-full.hide {
  display: none;
}

@media screen and (max-width: 1200px) {
  .interior-design-item:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 960px) {
  .interior-design-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .interior-design-item {
    width: 100%;
  }
  .interior-design-item:first-child {
    margin-right: 0;
  }
  .interior-design-item p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .interior-design .title {
    margin-bottom: 50px;
    font-size: 20px;
  }
  .interior-design__read-full {
    display: inline-block;
  }
  .interior-design-items {
    max-height: 140px;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .interior-design-item p {
    margin-bottom: 0;
    line-height: 1.45;
  }
}

.advantages {
  padding: 45px 0;
}

.advantages .title {
  margin-bottom: 58px;
}

.advantages-img {
  width: 55px;
  height: 55px;
  margin-bottom: 23px;
}

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

.advantages-item {
  width: 33.33%;
  padding: 0 10px;
}

.advantages-item__title {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 500;
}

.advantages-item p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .advantages-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advantages-item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .advantages-item:last-child {
    margin-bottom: 0;
  }
}

.get-tested {
  display: none;
  padding-top: 45px;
  text-align: center;
}

.get-tested .title {
  margin-bottom: 10px;
  line-height: 1.55;
}

.get-tested .btn {
  font-size: 20px;
  font-weight: 700;
}

.get-tested-body {
  max-width: 440px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.get-tested p {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 1.55;
}

@media screen and (max-width: 640px) {
  .get-tested {
    display: block;
  }
}

.questions {
  padding: 52px 0;
}

.questions-header {
  margin-bottom: 62px;
}

.questions-header .title {
  margin-bottom: 10px;
  font-weight: 700;
}

.questions-text p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

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

.questions-employee {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 360px;
}

.questions-employee__info {
  padding-top: 16px;
  line-height: 1.55;
  opacity: 0.7;
}

.questions-content {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  padding-left: 50px;
}

.questions-content__title {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
}

.questions-content__title-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none !important;
  width: 180px;
  height: auto;
}

.questions-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -60px;
}

.questions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(50% - 60px);
  margin-left: 60px;
  margin-bottom: 18px;
  color: #000000;
}

.questions-item:hover {
  color: #000000;
}

.questions-item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
}

.questions-item-body {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  padding-left: 14px;
}

.questions-item__title {
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 700;
}

.questions-item__text {
  font-size: 20px;
  line-height: 1.55;
}

.questions-modal {
  display: none;
  width: 100%;
  max-width: 560px;
  padding: 40px 45px;
  background-color: #ffffff;
}

.questions-modal__title {
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.17;
}

.questions-modal__btn {
  padding: 0 25px;
  margin-top: 6px;
  color: #222222;
  font-size: 14px;
  line-height: 48px;
  border: 2px solid #222222;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.questions-modal__btn:hover {
  color: #222222;
}

.questions-modal p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.questions-modal p span {
  display: block;
}

@media screen and (max-width: 1200px) {
  .questions-text p {
    display: inline;
  }
  .questions-body {
    padding-left: 40px;
  }
  .questions-employee {
    width: 297px;
  }
  .questions-employee__info {
    font-size: 14px;
  }
  .questions-content__title {
    font-size: 20px;
  }
  .questions-items {
    margin-left: -50px;
  }
  .questions-item {
    width: calc(50% - 50px);
    margin-left: 50px;
    margin-bottom: 30px;
  }
  .questions-item__title {
    font-size: 20px;
    line-height: 1.35;
  }
  .questions-item__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .questions-modal {
    max-width: 460px;
  }
  .questions-modal__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 960px) {
  .questions-header {
    margin-bottom: 41px;
  }
  .questions-body {
    max-width: 520px;
    margin: 0 auto;
    padding-left: 0;
  }
  .questions-employee {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 180px;
    margin-top: 50px;
  }
  .questions-content {
    padding-left: 0;
  }
  .questions-content__title {
    margin-bottom: 23px;
  }
  .questions-items {
    margin-left: 0;
    padding-right: 20px;
  }
  .questions-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .questions-item-body {
    padding-left: 20px;
  }
  .questions-item__title {
    margin-bottom: 11px;
  }
  .questions-modal {
    padding: 30px;
  }
}

@media screen and (max-width: 640px) {
  .questions-employee__info {
    padding: 6px 30px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }
  .questions-item__title {
    font-size: 18px;
  }
  .questions-modal {
    padding: 20px;
  }
  .questions-modal__title {
    font-size: 26px;
  }
  .questions-modal__btn {
    line-height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .questions-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .questions-content__title {
    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;
  }
  .questions-content__title-img {
    display: block !important;
  }
  .questions-employee {
    display: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
  }
  .questions-items {
    padding-right: 0;
  }
  .questions-item__text {
    font-size: 15px;
    line-height: 1.45;
  }
  .questions-modal {
    max-width: 300px;
  }
}

.get-calculation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 99;
  -webkit-transform: translateX(-46px) rotate(-90deg);
  transform: translateX(-46px) rotate(-90deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  min-width: 220px;
  height: 46px;
  padding: 3px 14px 3px 3px;
  background-color: #0ca9b9;
  border-radius: 9px 9px 0 0;
}

.get-calculation img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

.get-calculation span {
  color: #ffffff;
  font: 300 14px 'Roboto';
}

.portfolio-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 805px;
  margin: 40px auto 30px;
}

.portfolio-note__content {
  padding-right: 20px;
}

.portfolio-note__content p {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Raleway';
  line-height: 1.6;
}

.portfolio-note__content p a {
  color: #00f;
  font-size: 14px;
  font-family: 'Raleway';
}

.portfolio-note__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 246px;
  font-size: 20px;
  font-family: 'CenturyGothic';
}

.portfolio-note__block img {
  text-align: center;
  width: 90px;
  margin-right: 20px;
}

.portfolio-note__block span {
  margin-top: -3px;
}

@media screen and (max-width: 960px) {
  .portfolio-note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portfolio-note__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0;
  }
  .portfolio-note__block {
    width: 300px;
    margin-bottom: 30px;
  }
  .portfolio-note__block img {
    width: 70px;
  }
}

@media screen and (max-width: 640px) {
  .portfolio-note__content p {
    font-size: 12px;
  }
  .portfolio-note__content p a {
    font-size: 12px;
  }
}

.realized-interiors {
  padding: 40px 0;
  text-align: center;
}

.realized-interiors .title {
  margin-bottom: 20px;
  color: #ffffff;
}

.realized-interiors .projects {
  padding: 0;
}

.realized-interiors-wrap {
  background-color: #000000;
}

.bread {
  margin: 15px 0;
}

.bread__item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  margin: 3px 0;
  padding: 10px 20px 10px 8px;
  font-size: 12px;
  font-family: 'Raleway';
}

.bread__item:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 35px;
  background: url(../images/bread-arrow.png) no-repeat 50%;
}

.bread__item:last-child:after {
  display: none;
}

.bread__link {
  color: #000000;
  font-size: 12px;
  font-family: 'Raleway';
}

.bread__link i {
  margin-right: 16px;
}

.bread__link:hover {
  color: #3168b0;
}

@media screen and (max-width: 640px) {
  .bread {
    margin: 20px auto;
  }
  .bread__link i {
    margin-right: 12px;
  }
}

.interiors-apartments {
  padding: 45px 0;
}

.interiors-apartments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 0 80px;
  margin-bottom: 52px;
}

.interiors-apartments__content {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  padding: 0 10px 0 5px;
  margin-top: -2px;
}

.interiors-apartments__body {
  text-align: center;
}

.interiors-apartments__title {
  margin-bottom: 25px;
  color: #232326;
  font-family: "CenturyGothic";
  font-size: 40px;
  line-height: 1.2;
}

.interiors-apartments__rubric {
  color: #232326;
  font-family: "CenturyGothic";
  font-size: 18px;
}

.interiors-apartments__element {
  position: relative;
  height: 540px;
  margin-bottom: 45px;
}

.interiors-apartments__img {
  width: 100%;
  height: 100%;
}

.interiors-apartments__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.interiors-apartments__block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px 15px 22px;
  background-color: rgba(255, 255, 255, 0.65);
  text-align: center;
}

.interiors-apartments__head {
  font: 600 48px/1.15 'OpenSans';
}

.interiors-apartments__text {
  font: 300 43px/1.15 'OpenSans';
}

.interiors-apartments__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
}

.interiors-apartments__arrow-img {
  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;
  width: 60px;
  height: 60px;
  margin-bottom: 11px;
  border: 1px solid #000000;
}

.interiors-apartments__arrow-text {
  color: #232326;
  font-family: "CenturyGothic";
  font-size: 12px;
}

.interiors-apartments__buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.interiors-apartments__buttons li {
  position: relative;
}

.interiors-apartments__buttons li:last-child {
  margin-left: -14px;
}

.interiors-apartments__buttons li.active {
  z-index: 5;
}

.interiors-apartments__buttons li.active a {
  background-color: #009fb7;
  color: #ffffff;
  border-color: #009fb7;
}

.interiors-apartments__buttons li a {
  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;
  min-width: 240px;
  height: 45px;
  padding: 0 10px;
  color: #4d4d4d;
  font-family: 'Roboto';
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
}

.interiors-apartments__buttons li a:hover {
  background-color: #005F80;
  color: #ffffff;
  border-color: #005F80;
}

@media screen and (max-width: 1200px) {
  .interiors-apartments__header {
    padding: 0 40px;
  }
}

@media screen and (max-width: 960px) {
  .interiors-apartments__header {
    padding: 0;
    margin-bottom: 30px;
  }
  .interiors-apartments__title {
    font-size: 24px;
  }
  .interiors-apartments__rubric {
    font-size: 18px;
  }
  .interiors-apartments__element {
    height: 370px;
  }
  .interiors-apartments__head {
    font-size: 39px;
  }
  .interiors-apartments__text {
    font-size: 35px;
  }
}

@media screen and (max-width: 640px) {
  .interiors-apartments__element {
    height: auto;
  }
  .interiors-apartments__block {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #ffffff;
  }
  .interiors-apartments__head {
    font-size: 30px;
  }
  .interiors-apartments__text {
    font-size: 26px;
  }
  .interiors-apartments__buttons li a {
    min-width: 226px;
  }
}

@media screen and (max-width: 480px) {
  .interiors-apartments__content {
    padding: 0;
  }
  .interiors-apartments__title {
    margin-bottom: 16px;
  }
  .interiors-apartments__arrow {
    display: none;
  }
  .interiors-apartments__block {
    padding: 15px 0 0;
  }
  .interiors-apartments__head {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .interiors-apartments__text {
    font-size: 18px;
  }
  .interiors-apartments__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .interiors-apartments__buttons li:last-child {
    margin-left: 0;
  }
}

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.pagination__wrap {
  padding: 45px 0;
  text-align: center;
}

.pagination li:first-child a {
  border-left: none;
}

.pagination li.active a {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.pagination li.pagination--first a, .pagination li.pagination--last a, .pagination li.pagination--prev a, .pagination li.pagination--next a {
  min-width: 100px;
  width: auto;
  padding: 0 10px;
}

.pagination li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #000000;
  border-left: 1px solid #d7d7d7;
}

.pagination li a:hover {
  background-color: #f2f2f2;
}

@media screen and (max-width: 960px) {
  .pagination li.pagination--first a, .pagination li.pagination--last a, .pagination li.pagination--prev a, .pagination li.pagination--next a {
    min-width: 80px;
  }
}

@media screen and (max-width: 640px) {
  .pagination li.pagination--first a, .pagination li.pagination--last a, .pagination li.pagination--prev a, .pagination li.pagination--next a {
    min-width: auto;
  }
  .pagination li.pagination--prev a, .pagination li.pagination--next a {
    width: 40px;
  }
  .pagination li a {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .pagination li.pagination--first, .pagination li.pagination--last {
    display: none;
  }
}

.video-review {
  padding: 45px 0;
}

.video-review__title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 29px;
  font-weight: 400;
  font-family: 'Avenir';
}

.video-review__title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #ff848e;
}

.video-review__block {
  width: 100%;
  height: 660px;
}

.video-review__block iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 1200px) {
  .video-review__block {
    height: 500px;
  }
}

@media screen and (max-width: 960px) {
  .video-review__title {
    font-size: 26px;
    line-height: 1.2;
  }
  .video-review__block {
    height: 400px;
  }
}

@media screen and (max-width: 640px) {
  .video-review__block {
    height: 280px;
  }
}

.consultation {
  padding: 60px 0 50px;
}

.consultation-wrap {
  background: url(../images/consultation-bg.jpg) no-repeat 50%;
  background-size: cover;
}

.consultation-form {
  width: 390px;
  padding: 33px 28px;
  margin: 0 auto;
  background-color: #ffffff;
}

.consultation-title {
  margin-bottom: 18px;
  font: 600 23px/1.5 'Avenir';
}

.consultation-input {
  margin-bottom: 5px;
}

.consultation-input input {
  width: 100%;
  height: 43px;
  padding: 0 15px;
  font-size: 20px;
  font-family: 'Avenir';
  text-align: center;
}

.consultation-btn {
  position: relative;
  width: 100%;
  height: 68px;
  padding: 0 45px 0 8px;
  margin: 5px 0 20px;
  background-color: #000;
  color: #fff;
  font: 700 16px/1.25 'Raleway';
  letter-spacing: 3px;
  border: 1px solid #8D8D8D;
  text-transform: uppercase;
  cursor: pointer;
}

.consultation-btn:hover .consultation-arrow {
  background-position: bottom;
}

.consultation-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 70px;
  background: url(../images/arrow-black.png) no-repeat top;
}

.consultation p {
  margin-bottom: 20px;
  font-family: 'Raleway';
  font-size: 15px;
  line-height: 1.6;
}

.consultation-entry {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .consultation-form {
    width: 280px;
    padding: 20px 18px;
  }
  .consultation-title {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .consultation-input input {
    font-size: 16px;
  }
  .consultation-btn {
    font-size: 14px;
  }
  .consultation p {
    margin-bottom: 12px;
    line-height: 1.45;
  }
}

.layout {
  max-width: 860px;
  padding: 45px 0;
  margin: 0 auto;
}

.layout-wrap {
  margin: 20px 0;
}

.layout-title {
  margin-bottom: 34px;
  font-size: 32px;
  font-weight: 600;
  font-family: 'OpenSans';
}

.layout-header {
  margin-bottom: 35px;
  padding: 0 50px;
}

.layout-arrow {
  text-align: center;
}

.layout p {
  margin-bottom: 35px;
  line-height: 1.65;
  font-family: 'OpenSans';
}

@media screen and (max-width: 1200px) {
  .layout-body {
    width: 700px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .layout-header {
    padding: 0;
  }
  .layout-body {
    width: 600px;
  }
}

@media screen and (max-width: 640px) {
  .layout-arrow img {
    width: 100px;
  }
  .layout-body {
    width: 440px;
  }
}

@media screen and (max-width: 480px) {
  .layout-title {
    font-size: 24px;
  }
  .layout-body {
    width: 280px;
  }
}

.portfolio {
  padding: 35px 0;
}

.portfolio .head {
  margin-bottom: 24px;
}

.portfolio-text {
  margin-bottom: 30px;
  color: #666;
  font-size: 14px;
  font-family: 'Roboto';
}

.portfolio-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}

.portfolio-item {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.portfolio-item__title {
  font-size: 14px;
  font-family: 'Avenir';
  text-align: left;
}

.portfolio-item__title a{
  color: #000000;
  padding: 0em 1em 1em;
}

.portfolio-img {
  position: relative;
  margin-bottom: 14px;
}

.portfolio-img:hover .portfolio-block {
  opacity: 1;
}

.portfolio-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.portfolio-block-body {
  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: 100%;
  height: 100%;
  padding: 16px;
  border: 0px solid #ffffff;
}

.portfolio-block-body .btn
{
  background-color: transparent;
  border: 1px solid #deb265;
  color: #deb265;
}

.portfolio-block-body .btn:hover
{
  background-color: #deb265;
  color: white;
}

.portfolio-block__title {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 300;
  font-family: 'Avenir';
  text-align: center;
}

.portfolio-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: flex-start;
}

.portfolio-nav li a {
  padding: 12px 25px;
  margin: 0 10px 10px 0;
  /*color: #3498db;*/
  font: 400 14px 'Roboto';
  /*border: 1px solid #cdd0ef;*/
  border-radius: 8px;
  border: 1px solid #deb265;
  color: #deb265;
}

.portfolio-nav li.active a{
  color: #ffffff;
  /*background-color: #3498db;*/
  background-color: #deb265;
}

.portfolio-nav li a:hover {
  /*background-color: #cdd0ef;*/
  /*border-color: #cdd0ef;*/
  border: 1px solid #deb265;
  background-color: #deb265;
  color: #ffffff;

}

@media screen and (max-width: 991px) {
  .portfolio-wrap .container {
    max-width: 750px;
  }
  .portfolio-block__title {
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .portfolio-wrap .container {
    max-width: 460px;
    padding: 0;
  }
  .portfolio-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .portfolio-wrap .container {
    max-width: 100%;
    padding: 0 10px;
  }
  .portfolio-block__title {
    margin-bottom: 12px;
  }
}

.jGrowl {
  z-index: 99999999999 !important;
}

.showcase-title h1{
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
}

.services .title h2, .projects-info__head h2{
  margin-bottom: 0;
  font-size: 26px;
  line-height: unset;
}

.interior-design .title h2{
  font-weight: 600;
  font-size: 40px;
  text-align: left;
}

.questions-header .title h3{
  font-weight: 600;
  font-size: 40px;
  text-align: left;
}

.projects-info__head h2{
  font-weight: 600;
  color: #ffffff;
  font-size: 40px;
  width: 80%;
}

.projects-head h3{
  margin-bottom: 0;
}

.video-reviews .title h3, .questions-header .title h3, .interior-design .title h2{
  margin-bottom: 0;
  line-height: unset;
}

.advantages .title h3{
  margin-bottom: 0;
  font-weight: 600;
  font-size: 40px;
  text-align: left;
}

.faq-item .faq-body{
  display: none;
}

.faq-item .faq-header{
  cursor: pointer;
}

/* Contact page */
.map-content{
  width: 380px;
  background-color: white;
  border: 1px solid #d6d6d5;
  border-radius: 5px;
  position: relative;
  z-index: 6;
  padding: 40px 20px 40px;
  color: #4d4d4d;
  float: right;
  right: 50px;
  top: 46px;
}
.map-wrap {
  position: relative;
}
.map{
  height: 450px;
}
.map #map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.map-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
  padding: 0 40px;
  text-align: center;
}
.map-item a, .map-item a:active, .map-item a:hover {
  color: #4d4d4d;
  text-decoration: underline;
}
.map-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  justify-content: center;
  font-size: 24px;
}
#metro{
  margin-bottom: 20px;
}
#metro li{
  display: inline-block;

  margin-right: 5px;
}
#metro li.item{
  vertical-align: bottom;
  color: #0a0909;
  font: 400 12px/15px 'Century Gothic',sans-serif;
}
#metro li.item:before {
  content: "";
  background: url(/assets/template/2019/images/marshlink.png) no-repeat 0 0;
  width: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
.nav-map{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top:15px;
}
.nav-map li a {
  padding: 12px 25px;
  margin: 0 10px 10px 0;
  color: #deb265;
  font: 400 14px 'Roboto';
  border: 1px solid #deb265;
  border-radius: 8px;
}
.nav-map li a:hover {
  background-color: #deb265;
  border-color: #deb265;
  color: #ffffff;
}
.nav-map li a.active{
  color: #ffffff;
  background-color: #deb265;
}

@media screen and (max-width: 767px){
  .map #map {
    position: relative;
    height: 350px;
  }
  .map{
    display: flex;
    flex-direction: column;
    height: unset;
  }
  .map-content {
    width: 100%;
    border: 0;
    padding: 15px;
    top: 0;
    right: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .map-item {
    padding: 0 20px;
  }
}

.contact-before-footer .co {
  width: 49px;
  height: 49px;
  display: inline-block;
}
.contact-before-footer .co-vk {
  background: url(/assets/template/2019/images/contactsharesprite.png) no-repeat 0 0;
}
.contact-before-footer .co-fb {
  background: url(/assets/template/2019/images/contactsharesprite.png) no-repeat -68px 0;
}
.contact-before-footer .co-od {
  background: url(/assets/template/2019/images/contactsharesprite.png) no-repeat -137px 0;
}
.contact-before-footer .subscribe-to-me{
  display: inline-block;
}
.contact-before-footer .subscribe-to-me li:not(:last-child){
  margin-right: 17px;
}
.contact-before-footer .subscribe-to-me li{
  display: inline-block;
}
.contact-before-footer h2{
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 20px 0;
}
.contact-before-footer .wrapper-h2{
  display: inline-block;
  width: 61%;
  margin-right: 40px;
}
.contact-before-footer{
  position: relative;
  padding-bottom: 30px;
}
.contact-before-footer .arrow{
  position: absolute;
  width: 162px;
  height: 33px;
  background: url(/assets/template/2019/images/contactcurve.png) no-repeat 0 0;
  left: 49%;
}
.contact-before-footer .wrapper-rekv{
  display: flex;
  margin-top: 50px;
}
.contact-before-footer .rekv{
  width: calc(100% - 320px);
}
.contact-before-footer .vk-widget{
  width:300px;
}
@media screen and (max-width: 767px){
  .contact-before-footer .wrapper-h2 {
    width: 88%;
  }
  .contact-before-footer .wrapper-rekv{
    flex-direction: column;
  }
  .contact-before-footer .wrapper-rekv .rekv{
    width: 100%;
  }
  .contact-before-footer .arrow{
    width: 20px;
    height: 96px;
    background: transparent url(/assets/template/2019/images/contactcurve320.png) no-repeat scroll 0px 0px;
    left: 84%;
    top: 50px;
  }
  .contact-before-footer h2 {
    text-align: left;
  }
  .contact-before-footer {
    text-align: center;
  }
  .contact-before-footer .vk-widget{
    margin: 0 0 0 -10px;
  }
}

/* gennadzor*/
.slider-gen-wrap{
  margin: 10px 0 50px 0;
  position: relative;
  background-color: #eeeeee;
}
.slider-gen-background{
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: flex;
}
.swiper-container.gen {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.swiper-container.gen img {
  display:block;
  width: 100%;
  height: auto;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.swiper-container.gen .swiper-slide{
  height: 450px;
  background-size: cover;
  background-position: 50%;
}

.slides-gen .swiper-pagination{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-container.gen .swiper-slide .slide-text{
  height: 100%;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  width: 100%;
  word-break: break-word;

}
.swiper-pagination.gen .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 7px !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  background: #fff !important;
}
.swiper-pagination.gen .swiper-pagination-bullet-active{
  background: transparent !important;
}
.swiper-button-prev.gen {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-next.gen {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.benefits-head.gen {
  max-width: unset;
  font-size: 20px;
}
.benefits-text.gen  {
  font-size: 17px;
}
.benefits-item.gen {
  padding-right: 35px;
}
.benefits-img.gen {
  height: 150px;
  background-size: cover !important;
}
@media only screen and (max-width: 640px){
  .benefits-item.gen {
    padding-right: 0;
  }

  .advantages .title, .questions-header .title, .interior-design .title{
    margin-bottom: 0;
  }

  .advantages .title h3, .questions-header .title h3, .interior-design .title h2{
    font-size: 23px;
  }

  .pink-line {
    width: 100px !important;
    margin: 15px 0 25px !important;
  }
}

.gennadzor-input input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  color: #000000;
  font: 400 16px 'FuturaPT';
  border: 1px solid #000000;
  border-radius: 5px;
}
.gennadzor-input {
  margin: 0 20px 20px 0;
  width: calc(33% - 20px);
}
.video-reviews-form.gennadzor{
  flex-wrap: wrap;
}
.video-reviews-form.gennadzor .btn{
  margin-left: -15px;
}

@media screen and (max-width: 960px){
  .gennadzor-input {
    width: 100%;
  }
  .video-reviews-form.gennadzor .btn{
    margin-left: 0;
  }
}



.ws-quiz-container .ws-quiz-btn-container{
  height: 70px !important;
}

.ws-quiz-container .ws-quiz-btn-logo-yes .ws-btn-ico{
  display: none !important;
}

.ws-quiz-container .ws-quiz-btn-container .ws-btn-title{
  font-size: 18px !important;
  font-weight: bold;
  padding: 10px 42px !important;
}



.my-quiz-button-wrapper{
  box-shadow: 0 1px 7px 0 rgba(0,0,0,.3);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #deb265;
  border: 1px solid #deb265;
}

.my-quiz-button-wrapper .my-quiz-button{
  color: #000000;
  font-size: 18px !important;
  font-weight: bold;
  padding: 10px 42px !important;
  transition: all 0.01s ease;
}

.my-quiz-container{
  position: fixed;
  top: calc(50% - 25px);
  right: -87px;
  z-index: 9999;
}
.my-quiz-button-wrapper:hover{
  background-color: #c19446;
  border-color: #c19446;
}
.my-quiz-button:hover{
  color: #ffffff;
}

.my-quiz-button-wrapper .my-quiz-button-icon{
  display: none;
}

@media screen and (max-width: 1024px){
  .my-quiz-container{
    top: unset;
    bottom: 15px;
    right: unset;
    left: 10px;
  }

  .my-quiz-button-wrapper{
    transform: rotate(0);
    border-radius: 50%;
  }

  .my-quiz-button-wrapper .my-quiz-button{
    display: none;
  }

  .my-quiz-button-wrapper .my-quiz-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
  }

  .my-quiz-button-wrapper .my-quiz-button-icon img{
    width: 30px;
  }

}

#calc-wrap{
  display: none;
}

.calculator {
  margin-bottom: 4rem;
}

.calculator-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

.calculator-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calculator-img {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 2;
}

.calculator-img img {
  display: none;
}

.calculator-img img.active {
  display: block;
}

.calculator-steps {
  margin-left: 354px;
  position: relative;
}

.calculator-numbers {
  position: absolute;
  left: -150px;
  top: 0;
  font-size: 113px;
  font-weight: 700;
  color: #dedede;
  line-height: 1;
}

.calculator-numbers span {
  color: #ddc068;
}

.calculator-items {
  margin-bottom: 42px;
}

.calculator-item {
  width: 490px;
  height: 423px;
  border: 6px solid #ddc068;
  text-align: center;
  padding-top: 25px;
  display: none;
}

.calculator-item.active {
  display: block;
}

.calculator-head {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
  padding: 0 5px;
}

.calculator-buttons-wrapper{
  padding-left: 4rem;
}

.calculator-next, .calculator-prev{
  padding: 18px 25px;
  font-size: 23px;
  background-color: #ddbf65;
  color: #000000;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-family: inherit;
}

.calculator-next:hover, .calculator-prev:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.calculator-next:active, .calculator-prev:active {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.calculator-sale {
  position: relative;
  z-index: 3;
  margin-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
}

.calculator-sale img {
  margin-right: 20px;
}

.calculator-info {
  width: 256px;
  text-align: center;
  font-size: 18px;
}

.calculator-image {
  margin-bottom: 13px;
}

.calculator-image.calculator-director{
  padding-left: 20px;
}

.calculator-image img {
  border-radius: 50%;
}

.calculator-name {
  font-weight: 700;
  margin-bottom: 5px;
}

.calculator-pros {
  color: #656565;
  margin-bottom: 25px;
}

.calculator-radios {
  padding-left: 130px;
  padding-top: 50px;
  text-align: left;
}

.calculator-radio {
  margin-bottom: 20px;
}

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

.calculator-body {
  height: 200px;
}

.calculator-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 300px;
  margin-top: 25px;
}

.calculator-carousel {
  position: relative;
  width: 380px;
  margin-left: 5rem;
}

.calculator-carousel-wrap {
  padding-top: 68px;
}

.calculator-carousel-value {
  display: none;
}

.calculator-carousel-item {
  display: none;
  font-size: 30px;
}

.calculator-carousel-item.active {
  display: block;
}

.calculator-carousel-prev, .calculator-carousel-next {
  position: absolute;
  cursor: pointer;
  top: -3px;
  height: 45px;
}

.calculator-carousel-prev {
  left: 0;
}

.calculator-carousel-next {
  right: 0;
}

.calculator-radios2 {
  padding: 16px 0 0 109px;
}

.calculator-fields {
  padding-top: 12px;
  height: 237px;
}

.calculator-fields-description {
  max-width: 380px;
  margin: 0 auto 25px;
}

.calculator-fields input {
  display: block;
  width: 302px;
  height: 56px;
  background-color: white;
  border: 1px solid black;
  margin: 0 auto 12px;
  padding: 0 13px;
  font-size: 16px;
}

.calculator-fields input::-webkit-input-placeholder {
  color: #717171;
  font-style: italic;
}

.calculator-fields input:-moz-placeholder {
  color: #717171;
  font-style: italic;
}

.calculator-fields input::-moz-placeholder {
  color: #717171;
  font-style: italic;
}

.calculator-fields input:-ms-input-placeholder {
  color: #717171;
  font-style: italic;
}

.calculator-item-fields {
  padding-top: 0;
}

.calculator-fields .error{
  border-color: #d22626;
}

/* Radio */
.radio {
  width: 37px;
  height: 37px;
  background-color: #dedede;
  position: relative;
  border-radius: 50%;
  margin-right: 20px;
}

.radio span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #ddc068;
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.radio input {
  display: none;
}

.radio input:checked + span {
  opacity: 1;
}

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

.radio-text {
  font-size: 30px;
}

/* Slider */
.calculator-slider {
  width: 300px;
  height: 5px;
  background: #dedede;
  position: relative;
}

.calculator-slider .ui-slider-handle {
  width: 31px;
  height: 31px;
  background-color: #ddc068;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-14px, -14px);
  transform: translate(-14px, -14px);
  text-align: center;
  z-index: 3;
}

.calculator-slider .ui-slider-handle span {
  color: #ddc068;
  -webkit-transform: translate(-5px, -20px);
  transform: translate(-5px, -20px);
  display: inline-block;
}

.calculator-slider .ui-slider-range {
  position: absolute;
  height: 5px;
  background: #eedca6;
}

.calculator-slider-wrap {
  padding-top: 85px;
  padding-left: 114px;
}

@media only screen and (max-width: 1200px) {
  .calculator {
    margin-bottom: 3rem;
  }
  .calculator-steps {
    margin-left: 198px;
  }
  .calculator-info {
    width: 230px;
  }
  .calculator-img {
    width: 285px;
    overflow: hidden;
  }
  .calculator-img img {
    max-width: 1000%;
  }
}

@media only screen and (max-width: 991px) {
  .calculator-container {
    display: block;
  }
  .calculator-info {
    display: none;
    width: 300px;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  #calc-wrap{
    padding: 30px 0;
  }
  .calculator {
    margin-bottom: 20px;
  }
  .calculator-title {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .calculator-img {
    position: static;
    width: auto;
    margin-bottom: 15px;
  }
  .calculator-img img {
    margin: 0 auto;
    max-width: 100%;
  }
  .calculator-steps {
    margin-left: 0;
    margin-right: 50px;
  }
  .calculator-item {
    width: 240px;
    height: 207px;
    padding-top: 12px;
  }
  .calculator-numbers {
    left: 245px;
    font-size: 46px;
  }
  .calculator-head {
    font-size: 15px;
    height: 30px;
  }
  .calculator-buttons-wrapper{
    padding-left: 0;
  }
  .calculator-next, .calculator-prev {
    padding: 10px 13px;
    font-size: 11px;
  }
  .calculator-body {
    height: 102px;
  }
  .calculator-radio {
    margin-bottom: 9px;
  }
  .calculator-radios {
    padding-left: 60px;
    padding-top: 27px;
  }
  .calculator-slider {
    width: 100%;
  }
  .calculator-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-9px, -9px);
    transform: translate(-9px, -9px);
  }
  .calculator-slider-wrap {
    padding: 49px 17px 0;
  }
  .calculator-values {
    width: 100%;
    margin-top: 5px;
  }
  .calculator-carousel {
    width: 90%;
    margin: 0 auto;
  }
  .calculator-carousel-item {
    font-size: 15px;
  }
  .calculator-carousel-wrap {
    padding-top: 38px;
  }
  .calculator-carousel-prev, .calculator-carousel-next {
    width: 25px;
    top: -3px;
  }
  .calculator-radios2 {
    padding-top: 10px;
    padding-left: 40px;
  }
  .calculator-radios2 .radio-text {
    font-size: 12px;
  }
  .calculator-fields-description {
    display: none;
  }
  .calculator-fields input {
    height: 30px;
    width: 80%;
    margin: 0 auto 10px;
    font-size: 13px;
  }
  .calculator-items {
    margin-bottom: 10px;
  }
  .calculator-sale {
    margin-left: 0;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .calculator-sale img {
    width: 44px;
    margin-right: 12px;
  }
  .calculator-info {
    font-size: 14px;
  }
  .radio {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .radio-text {
    font-size: 15px;
  }
}

.calculator-info-images-step
{
  display: none;
}
.calculator-info-images-step.active
{
  display: block;
}
.calc-image-step
{
  display:none;
}
.calc-image-step.active
{
  display:block;
}

.calc-image-step img
{
  display:none !important;
}
.calc-image-step img.active
{
  display:block !important;
}

.pink-line {
  height: 2px;
  width: 130px;
  background-color: #deb265;
  margin: 20px 0 35px;
}



@media only screen and (max-width: 768px){
  .customers{
    padding: 0;
  }
  .customers-items{
    padding: 0 20px;
  }
  .customers-items .slick-arrow {
    width: 13px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .customers-items .slick-next {
    background: url(../images/arrow-next-gold.png) no-repeat;
    right: 10px;
  }

  .customers-items .slick-prev {
    background: url(../images/arrow-prev-gold.png) no-repeat;
    left: 10px;
  }

  .customers-items .slick-arrow {
    border: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    z-index: 5;
  }

  .customers-items .slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.factors-grid-wrap{
  padding-top: 2em;
}
.factors-grid-wrap .title{
  padding-bottom: 1em;
}
.factors-grid-wrap .text{
  text-align: center;
  font-size: 20px;
  padding: 1em 0;
}
.factors-grid-items{
  margin-left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.factors-grid-item{
  width: calc(100%/3 - 40px);
  margin: 20px 0 20px 40px;
  display: flex;
  align-items: center;
}

.factors-grid-circle{
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #ededed;
  color: #2a2a2a;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.factors-grid-link{
  margin-left: 1rem;
}

.factors-grid-link a{
  color: #000000 !important;
  text-decoration: none;
  border-bottom: 1px solid #ededed;
  box-shadow: inset 0px 0px 0px 0px #ededed;
  -webkit-box-shadow: inset 0px 0px 0px 0px #ededed;
  -moz-box-shadow: inset 0px -0px 0px 0px #ededed;
  text-decoration: none;
  font-size: 20px;
  display: inline;
  cursor: help;
}

@media screen and (max-width: 960px) {
  .factors-grid-items{
    flex-direction: column;
    margin-left: 0;
  }
  .factors-grid-item{
    width: 100%;
    margin: 0 0 36px 0;
  }
  .factors-grid-circle{
    max-width: 40px;
    max-height: 40px;
    font-size: 18px!important;
    line-height: 40px!important;
  }
  .factors-grid-wrap .text{
    font-size: 16px;
  }
}

.reviwes-title-wrap {
  background-color: #eeeeee;
  padding-top: 2rem;
}

.recognized-title-wrap{
  padding-top: 2rem;
}
.recognized-title-wrap .customers-title{
  display: none;
}

.prices-grid {
  padding: 48px 0;
}

.prices-grid .title {
  margin-bottom: 54px;
}

.prices-grid-wrap {
  background-color: #fafafa;
}

.prices-grid-items {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
}

.prices-grid-items.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.prices-grid-dropdown {
  position: relative;
}

.prices-grid-dropdown__title {
  display: none;
  position: relative;
  padding: 16px 20px;
  background-color:  #c19446;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid  #c19446;
  cursor: pointer;
}

.prices-grid-dropdown__title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}

.prices-grid-item {
  width: calc(100%/2 - 40px);
  margin: 20px 0 20px 40px;
  padding: 3rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.prices-grid-item:hover{
  color: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0,0,0,.7);
  transition: all ease-in-out .3s;
}

.prices-grid-item:hover > .prices-grid-item-overlay {
  opacity: .8;
}

.prices-grid-item .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*width: 100%;*/
  line-height: 45px;
  padding: 0 30px;
  z-index: 1;
  position: relative;
  display: inline-block;
  width: auto !important;
}

.prices-grid-item-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.80));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.80));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.80));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.80));
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.prices-grid-item-body {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}

.prices-grid-item__title {
  margin-bottom: 21px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.prices-grid-item__descr {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}

.prices-grid-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto 26px;
  border: 1px solid  #c19446;
  border-radius: 5px;
}

.prices-grid-nav li {
  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;
  width: 50%;
  padding: 15px 22px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
}

.prices-grid-nav li:hover {
  color:  #c19446;
}

.prices-grid-nav li.active {
  background-color:  #c19446;
  color: #ffffff;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .prices-grid-item .btn {
    font-size: 14px;
    line-height: 43px;
  }
  .prices-grid-nav {
    max-width: 780px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 960px) {
  .prices-grid {
    padding-bottom: 25px;
  }
  .prices-grid-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
  .prices-grid-item {
    width: 100%;
    margin: 0 0 20px;
    min-height: 350px;
  }
  .prices-grid-item__title {
    font-size: 20px;
  }
  .prices-grid-item__descr {
  }
  .prices-grid-dropdown {
    margin-bottom: 20px;
    z-index: 2;
  }
  .prices-grid-dropdown__title {
    display: block;
  }
  .prices-grid-nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
  .prices-grid-nav.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .prices-grid-nav li {
    width: 100%;
    padding: 7px 10px;
    background-color: #c19446;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
  }
  .prices-grid-nav li.active {
    background-color: #1b905a;
    color: #000000;
    font-weight: 300;
  }
}

.popup-factors, .popup-factor{
  display: none;
}

.popup-factor {
  width: 100%;
  max-width: 560px;
  padding: 40px 45px;
  background-color: #ffffff;
}

.popup-factor-title {
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.17;
}

.popup-factor-desc {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.individual-price-form-vertical, .individual-price-form-horizontal  {
  position: relative;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 0 15px;
}
.individual-price-form-vertical .individual-price-form-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(41, 34, 28, .7);
}
.individual-price-form-vertical .individual-price-form-content{
  z-index: 1;
  position: relative;
  padding: 4rem 0;
}
.individual-price-form-title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 2rem;
}
.individual-price-form-desc {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  max-width: 500px;
  margin: 0 auto 2rem;
}
.individual-price-form-text p, .individual-price-form-text a{
  color: #ffffff;
  margin: 0;
  opacity: .7;
  font-size: 17px;
  line-height: 1.55;
}
.individual-price-form-text a{
  text-decoration: underline;
  opacity: .8;
}

.individual-price-form-horizontal .individual-price-form-content{
  z-index: 1;
  position: relative;
  padding: 5rem 0;
}
.individual-price-form-horizontal .individual-price-form-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.90), rgba(20,20,20,0.80));
  background: -o-linear-gradient(top, rgba(0,0,0,0.90), rgba(20,20,20,0.80));
  background: -ms-linear-gradient(top, rgba(0,0,0,0.90), rgba(20,20,20,0.80));
  background: linear-gradient(top, rgba(0,0,0,0.90), rgba(20,20,20,0.80));
}
.individual-price-form-horizontal form{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.individual-price-form-horizontal .individual-price-input {
  position: relative;
  width: 20%;
  margin-right: 20px;
}

.individual-price-input input{
  width: 100%;
  height: 60px;
  padding: 0 20px;
  color: #000000;
  font: 400 16px 'FuturaPT';
  border: 1px solid #000000;
  border-radius: 5px;
}

.individual-price-input textarea{
  width: 100%;
  padding: 20px;
  color: #000000;
  font: 400 16px 'FuturaPT';
  border: 1px solid #000000;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.individual-price-form-vertical form{
  max-width: 500px;
  margin: 0 auto 2rem;
}
.individual-price-form-vertical .individual-price-input input{
  margin-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
  .individual-price-form{
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
  .individual-price-form .btn{
    margin-top: 1rem;
  }
  .individual-price-form input, .individual-price-form textarea{
    margin-bottom: 1rem;
  }
  .individual-price-input{
    width: 100% !important;
    margin-right: 0 !important;
  }
  .individual-price-form-title{
    font-size: 30px;
  }
}

.grecaptcha-badge{
  display: none !important;
}

.designproject-main .individual-price-form-overlay{
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.individual-price-form-horizontal.designproject-main{
  text-align: left;
}
.designproject-main .individual-price-form-designproject-main-desc{
  color: #ffffff;
  opacity: .7;
  font-size: 20px;
  line-height: 1.55;
}
.designproject-main .individual-price-form-content {
  padding: 5rem 10rem 5rem 0;
}
.designproject-main .btn{
  margin-top: 2em;
}
.benefits-wrap.designproject{
  padding-top: 2em;
  background: #eeeeee;
}
.benefits-wrap.designproject .benefits-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
.benefits-wrap.designproject .benefits-item.gen {
  padding-right: 20px;
  padding-left: 20px;
}
.composition-items{
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.composition-item{
  width: calc(100% / 6 - 40px);
  margin: 10px 20px;
}
.composition-item-img{
  background-size: cover;
  height: 100px;
}
.composition-item-title{
  font-size:16px;
  font-weight: bold;
  margin: .5em 0;
}
.composition-item-text{
  font-size:15px;
  color: #777;
}
.composition-text-before-form{
  padding: 0 calc((100% + 35px) / 6);
  font-size: 18px;
  font-family: 'FuturaPT';
  color: #777777;
}

@media (max-width: 1200px) {
  .designproject-main .individual-price-form-content{
    padding-right: 0;
  }
  .composition-item{
    width: calc(100% / 3 - 40px);
  }
  .composition-text-before-form{
    padding: 0;
  }
}

@media only screen and (max-width: 960px){
  .benefits-wrap.designproject .benefits-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}

@media only screen and (max-width: 640px){
  .benefits-wrap.designproject  .benefits-item.gen {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .composition-item{
    width: calc(100% / 2 - 40px);
  }
}

.benefits-img.designproject{
  height: 60px;
}
.extra-services-item-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.80));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.80));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.80));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.80));
}
.individual-price-form-overlay.designproject2{
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.50));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.50));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.50));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.50));
  background-image: linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.50));
}

.designproject_set-item ol{
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.designproject_set-item ol li {
  counter-increment: my-awesome-counter;
  font-size: 20px;
  margin-bottom: .5em;
}
.designproject_set-item ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
}
.image-zoom{
  cursor: zoom-in;
}
.designproject_set-item{
  padding-top: 1rem;
}
.designproject_set-item .image-desc{
  font-weight: 300;
}
.designproject_set-item .h3{
  line-height: 1;
  margin-bottom: 1em;
}
.designproject_set-item-text{
  font-size: 20px;
}
.designproject_set-item-separator{
  height: 1px;
  width: 100%;
  margin: 3rem 0 4rem;
  background-image: -webkit-linear-gradient(right, rgba(71,71,71,0), rgba(71, 71, 71, .2), rgba(71,71,71,0));
  background-image: -o-linear-gradient(right, rgba(71,71,71,0), rgba(71, 71, 71, .2), rgba(71,71,71,0));
  background-image: -ms-linear-gradient(right, rgba(71,71,71,0), rgba(71, 71, 71, .2), rgba(71,71,71,0));
}
.designproject-separator{
  height: 1px;
  width: 100%;
  background-image: -webkit-linear-gradient(right, rgba(71,71,71,0), rgba(71, 71, 71, .2), rgba(71,71,71,0));
  background-image: -o-linear-gradient(right, rgba(71,71,71,0), rgba(71, 71, 71, .2), rgba(71,71,71,0));
  background-image: -ms-linear-gradient(right, rgba(71,71,71,0), rgba(71, 71, 71, .2), rgba(71,71,71,0));
}

.designproject_set-nav li a {
  font-size: 18px;
  color: rgb(65, 103, 163);
  line-height: 1.5;
}

.footnote-block{
  font-size: 20px;
  background: #f5f5f5;
  -webkit-box-shadow: -1px -1px 10px rgba(225, 225, 225, 0.7), 1px 1px 10px rgba(225, 225, 225, 0.7);
  box-shadow: -1px -1px 10px rgba(225, 225, 225, 0.7), 1px 1px 10px rgba(225, 225, 225, 0.7);
  padding: 2rem 3rem;
  margin: 1rem -3rem;
}

.designproject_set-item-noifert p{
  font-size: 18px;
  color: #8a8a8a;
  width: calc(100% - 150px);
  display: inline-block;
}
.designproject_set-item-noifert img{
  width: 120px;
  margin-left: 20px;
}

#designproject-mob-nav__button{
  display: none;
}

@media (max-width: 768px) {
  .footnote-block{
    margin: 1rem 0;
    padding: 1rem ;
  }
}
@media (max-width: 575px) {
  #designproject-mob-nav{
    display: none;
    max-width: 320px;
  }
  #designproject-mob-nav__button{
    position: fixed;
    bottom: 3px;
    right: 5px;
    background: #ffffff;
    color: #000000;
    z-index: 10;
    padding: 13px 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
  .designproject_set-item-noifert p{
    width: 100%;
  }
  .designproject_set-item-noifert img{
    margin: 0;
    max-height: 200px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}

header {
     -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
}

header.fixed-header {
    position: fixed;
    z-index: 199;
    top: -100px;
    transform: translate(0, 100px);
    background-color: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
}

header.fixed-header .nav {
    padding-bottom: .5em;
}

header.fixed-header .menu, header.fixed-header .header__info-item:first-child, header.fixed-header .logo__description {
    display: none;
}

.first-fon {
  position: relative;
  margin-bottom: -66px;
  padding: 20px 0 0;
  text-align: center;
  background: url(../images/flat/bgfirst.jpg) center top no-repeat;
  background-size: cover;
  z-index: 1; }
.first-fon h1 {
  margin: 0 0 30px;
  font-size: 4.0625em;
  font-weight: 300;
  text-transform: uppercase; }

.first-fon .wrapper {
  overflow: hidden;
}


.first-desc {
  margin: 54px auto 0;
  padding: 40px 35px 35px;
  max-width: 815px;
  background: #fff; }
.first-desc p {
  font-size: 1.1875em; }

.first-list {
  margin: 50px -80px 0; }
.first-list li {
  position: relative;
  float: left;
  padding: 60px 80px 0;
  width: 33.33334%;
  font-size: 0.875em;
  line-height: 20px; }
.first-list li::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 200px;
  display: block;
  width: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.first-list li:last-child::after {
  display: none; }
.first-list li.icon1 .img {
  background: url(../images/flat/first-icon1.png) center no-repeat; }
.first-list li.icon2 .img {
  background: url(../images/flat/first-icon2.png) center no-repeat; }
.first-list li.icon3 .img {
  background: url(../images/flat/first-icon3.png) center no-repeat; }

.first-list li .img {
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 50%;
  margin-left: -40px;
  margin-top: 5px;
  border: 1px solid gray;
  border-radius: 50%;

  transition: all 0.2s ease-in-out;
}

.first-list li {
  padding-top:90px !important;
}

.first-list li:after {

  top: 43px !important;
}

.first-list li:hover .img
{
  transform: scale(1.1) rotate(360deg);
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
}


@media only screen and (max-width: 991px) {
  .first-fon h1 {
    font-size: 3em; }
  .first-desc br {
    display: none; }
  .first-list li::after {
    width: 160px; }
  .first-fon .w-75 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .first-list {
    margin: 40px -10px 0; }
  .first-list li {
    padding: 60px 10px 0; }
  .first-list li::after {
    display: none; } }

@media only screen and (max-width: 767px) {
  .first-fon h1 {
    font-size: 1.75em; }
  .first-list {
    margin-top: 25px; }
  .first-desc {
    padding: 20px; }
  .first-desc p {
    font-size: 1em; } }

.desc {
  padding: 116px 0 50px;
  margin: 0 auto;
  max-width: 1920px;
  /*background: #fafafa url(../images/flat/bg-desc.jpg) right 116px no-repeat; */
}

.desc-content {
  padding: 30px;
  /*max-width: 60%;*/
  background: #fafafa; }

.desc-list {
  margin-bottom: 40px;
  padding-right: 15px; }
.desc-list li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 59px;
  font-weight: 300;
  line-height: 20px; }
.desc-list li:last-child {
  margin-bottom: 0; }
.desc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/flat/list.png) no-repeat;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

@media only screen and (max-width: 991px) {
  .desc {
    background-position: 150% center; }
  .desc-list {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .desc {
    background: #fafafa none; }
  .desc-content {
    max-width: none;
    padding: 0;
  } }

.problem {
  padding: 60px 0 25px;
  background: url(../images/flat/bg-problem.jpg) center top no-repeat;
  background-size: cover; }

h2.gold-line::after {
  content: "";
  margin: 12px 0 0;
  display: block;
  width: 70px;
  border-bottom: 1px solid #c19446;
}

.problem-list {
  font-size: 0; }
.problem-list li {
  position: relative;
  margin-bottom: 30px;
  padding: 60px 0 0 30px;
  display: inline-block;
  font-size: 16px;
  width: 25%;
  vertical-align: top; }
.problem-list li i {
  position: absolute;
  left: 27px;
  top: 0;
  color: #deb265;
  font-size: 3.125em;
  font-weight: 200;
  font-style: normal;
  opacity: 0.4; }
.problem-list li p {
  margin-left: 6px;
  font-size: 0.9375em;
  line-height: 20px; }
.problem-list li p::before {
  content: "/";
  margin-right: 4px;
  color: #deb265;
  font-weight: 500; }

@media only screen and (max-width: 991px) {
  .problem-list li {
    margin-bottom: 40px;
    width: 33%; } }

@media only screen and (max-width: 767px) {
  .problem-list li {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .problem-list li {
    width: 100%;
  }
}

.projects-flats .portfolio-item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(222, 178, 101, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(222, 178, 101, 0.3);
}

.projects-flats .pagination {
  background: #ffffff;
}

.projects-flats .pagination li a:hover {
  background-color: #f2f2f2;
}

.projects-flats .pagination li.active a {
  background-color: #2a2a2a !important;
}

.steps {
  padding: 105px 0 20px;
  background: #ffffff; }

.steps-list {
  position: relative;
}
.steps-list::before {
  content: "";
  position: absolute;
  left: 25px;
  right: 17%;
  top: 42px;
  display: block;
  border-top: 1px dashed rgba(197, 64, 88, 0.3); }
.steps-list li {
  position: relative;
  float: left;
  padding: 0 25px;
  width: 25%;
  color: #333;
  font-weight: 300;
  vertical-align: top; }

.steps-list li:first-of-type {
  padding-left: 0;
}
.steps-list li:last-of-type {
  padding-right: 0;
}
.steps-list li .icon {
  position: relative;
  margin-bottom: 30px;
  display: block;
  width: 84px;
  height: 84px;
  background: #fafafa;
  border: 1px solid rgba(197, 64, 88, 0.25);
  -webkit-border-radius: 50%;
  border-radius: 50%; }
.steps-list li .icon::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background: #f7f6f6;
  -webkit-border-radius: inherit;
  border-radius: inherit; }
.steps-list li h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: 0.875em;
  font-weight: 500;
  text-transform: uppercase; }
.steps-list li p {
  font-size: 0.875em;
  line-height: 20px; }

@media only screen and (max-width: 991px) {
  .steps-list li {
    padding: 0 15px; }
  .steps-list li h3 {
    font-size: 0.8125em; }
  .steps-list li p {
    font-size: 0.8125em; } }

@media only screen and (max-width: 767px) {
  .steps-list::before {
    display: none; }
  .steps-list li {
    float: none;
    margin-bottom: 30px;
    width: auto;
    padding: 0;}
  .steps-list li .icon {
    display: none; }
  .steps-list li h3 {
    margin-bottom: 10px; } }


.steps .container::before, .steps .container::after, .prices .container::before, .prices .container::after {
  content: "";
  display: table;
  clear: both;
}


.prices {
  padding: 70px 0 125px;
  background: #fafafa url(../images/flat/bg-prices.jpg) left bottom no-repeat; }

.prices-header {
  margin-bottom: 30px; }
.prices-header h2 {
  margin-bottom: 15px; }
.prices-header p.h2 {
  margin-bottom: 15px;
  font-size: 1.8125em;
  font-weight: 300;
  fong-family: "AvenirNextCyr", sans-serif;
}
.prices-header p {
  color: #666;
  font-size: 0.875em; }

.prices-content {
  position: relative; }
@media only screen and (min-width: 1900px) {
  .prices-content::after {
    content: "";
    position: absolute;
    left: 100%;
    top: -228px;
    display: block;
    width: 348px;
    height: 274px;
    background: #fafafa url(../images/flat/bg-prices2.jpg) no-repeat; }
}


.prices-col {
  float: left;
  padding: 0 24px;
  width: 50%; }

.prices-list li {
  margin-bottom: 15px; }
.prices-list li label {
  cursor: pointer;
  width: 100%;}

.prices-text {
  position: relative;
  padding-left: 28px;
  display: inline-block;
  width: 85%;
  color: #000;
  font-size: 0.875em;
  vertical-align: middle; }

.prices-help {
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/flat/help.png) no-repeat; }

.prices-checkbox {
  display: inline-block;
  width: 12%;
  vertical-align: middle; }

.prices-order {
  margin-top: 70px;
  padding: 40px 15px;
  text-align: center;
  background: #fff; }
.prices-order p {
  margin-bottom: 26px;
  color: #000;
  font-size: 1.0625em; }

.prices-hidden {
  position: absolute;
  left: -99999px;
  opacity: 0; }

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

@media only screen and (max-width: 767px) {
  .prices {
    background: none;
    padding-bottom: 0;
  }
  .prices-help {
    display: none; }
  .prices-text {
    padding: 0 15px 0 0; } }

@media only screen and (max-width: 767px) {
  .prices-text {
    width: 75%; }
  .prices-checkbox {
    width: 22%; }
  .prices-order {
    margin-top: 0;
    padding-top: 10px;
  }
}


.prices .input-checkbox {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 38px;
  border: 2px solid #e5e5e5;
  background: #fff url(../images/flat/checkbox.png) center no-repeat;
  cursor: pointer;
  -webkit-border-radius: 17px;
  border-radius: 17px; }
.prices .input-checkbox.checked .jq-checkbox__div {
  left: 30px; }
.prices .input-checkbox.disabled {
  background: #f6f6f6;
  cursor: default; }
.prices .input-checkbox.disabled .jq-checkbox__div {
  left: 30px; }
.prices .input-checkbox .jq-checkbox__div {
  position: absolute;
  top: 1px;
  left: 6px;
  width: 28px;
  height: 28px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.faq-flat {
  padding: 50px 0 0;
  background: #f9f9f9; }
.faq-flat h2 {
  margin-bottom: 25px; }

.faq-flat-list > li {
  position: relative;
  margin-bottom: 5px; }

.faq-flat-list > li > h5 {
  padding: 20px 42px 20px 19px;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.faq-flat-list > li.active > h5 {
  color: #fff;
  background: #deb265; }
.faq-flat-list > li.active > h5::after {
  border-left-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.faq-flat-list > li > h5::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 24px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #deb265;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.faq-flat-list > li > h5:hover {
  color: #fff;
  background: #deb265; }
.faq-flat-list > li > h5:hover::after {
  border-left-color: #fff; }

.faq-flat-content {
  padding: 15px 0 20px;
  display: none;
  color: #666;
  font-weight: 300;
  line-height: 21px;
}
.faq-flat-content p, .faq-flat-content ul, .faq-flat-content ol {
  margin-bottom: 10px; }

.faq-flat-help {
  padding: 150px 575px 0 210px;
  height: 448px;
  background: url(../img/bg-faq-flat.jpg) 61px bottom no-repeat;
  background-size: 740px;
  background-position-x: right;}
.faq-flat-help h4 {
  margin-bottom: 35px;
  color: #000;
  font-size: 2.1875em;
  font-weight: 300;
  text-transform: uppercase; }

@media only screen and (max-width: 1200px) {
  .faq-flat-help {
    padding: 140px 120px 0 475px;
    background-position: 0 bottom; } }

@media only screen and (max-width: 991px) {
  .faq-flat {
    margin-top: 0;
    padding: 40px 0 0; }
  .faq-flat-help {
    padding: 80px 50px 0 340px;
    height: 350px;
    background-size: 50%; } }

@media only screen and (max-width: 767px) {
  .faq-flat {
    padding-bottom: 40px; }
  .faq-flat-help {
    padding: 20px 0 0 0;
    height: auto;
    background: none; }
  .faq-flat-help h4 {
    font-size: 1.5em; } }

.employee-wrap p{
  font-size: 15px;
}
.employee-wrap .employee-position{
  color: #7a7a7a;
  font-size: 14px;
}
.employee-wrap .employee-name {
  font-size: 20px;
  font-weight: bold;
}
.employee-wrap .gold-line {
  height: 2px;
  width: 90px;
  background-color: #deb265;
  margin: 10px 0 20px;
}
.employee-article {
  max-height: 194px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.employee-article.fancybox-content {
  max-height: unset;
  max-width: 560px;
}

.employee-article:not(.fancybox-content){
  display: block !important;
}

.show-employee-article {
  color: #deb265;
  margin: .5em 0 1em;
}

.show-employee-article:hover {
  color: #deb265;
  filter: brightness(0.8);
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media (min-width: 992px) {
  .employee-wrap .col-lg-4:nth-of-type(3n){
    padding-left: 3em;
  }

  .employee-wrap .col-lg-4:nth-of-type(3n+1){
    padding-right: 3em;
  }

  .employee-wrap .col-lg-4:nth-of-type(3n+2){
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}

.house_parallax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  width: 100%;
  min-height: calc(100vh - 200px);
  height: auto; !important;
  position: relative;
  overflow: hidden;
}

.house_parallax .scroll-image {
  height: 100% !important;
}

.house_parallax:before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  position: absolute;
  z-index: 2;
}

.house_parallax .container {
  z-index: 3;
}

.house_parallax_title {
  font-size: 52px;
  font-weight: bold;
}

.house_parallax_desc {
  font-size: 22px;
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .house_parallax_title {
    font-size: 48px;
  }
}

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

  .house_parallax_desc {
    font-size: 18px;
    opacity: 0.7
  }

  .first-desc .w-50, .house-team__header .w-75 {
    width: 100% !important;
  }
}

.house_customers {
  background-color: #ffffff;
}

.steps-wrap.house .steps-item:after {
  display: none;
}

.steps-wrap.house .steps-img:after {
  content: '';
  display: block;
  position: absolute;
  background-image: none;
  width: 66%;
  left: 73%;
  height: 2px;
  background-color: #dedede;
}

.steps-wrap.house .steps-item:last-child .steps-img:after {
  display: none;
}

.steps-wrap.house .steps-items:last-child:after {
  display: none;
}

.steps-wrap.house .steps-text {
  padding: 0 30px;
}

.steps-wrap.house .steps-img {
  height: 90px;
}


@media screen and (max-width: 1200px) {
  .steps-wrap.house .steps-img:after {
    display: none;
  }
}

.house-staff .employee .img{
  height: 260px;
}

.our-services__item img {
  max-height: 110px;
}

.our-services__item_name {
  padding: 0 15px;
}

.our-services__item a {
  margin: 0 auto;
}

.get_consultation_items div {
  font-size: 26px;
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
}

.get_consultation_items div:before {
  content: '';
  position: absolute;
  background: url(/assets/template/2019/images/house/garamond.png) no-repeat;
  width: 40px;
  height: 1em;
  left: 0;
  background-size: contain;
}

.get_consultation .employee{
  position: absolute;
  width: 100%;
  background: #ffffff;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 767px) {
  .get_consultation .h2{
    padding-top: 1em;
    font-size: 26px;
  }

  .get_consultation_items div {
    font-size: 20px;
  }
}

.approach-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 15px;
}

.approach-item p {
  font-size: 22px;
  font-weight: 300;
}

@media only screen and (max-width: 960px){
  header.fixed-header .logo__description {
    display: block;
  }
}