.breadcrumbs {
  padding-top: 30px;
}

.guarantee {
  padding-top: 7px;
}

.guarantee .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.guarantee .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.screen_our-equipment {
  padding-top: 51px;
}
.our-equipment__wrap {
  display: -ms-flexbox;
  display: flex;
}
.our-equipment__common {
  width: 63%;
  padding-right: 20px;
}
.our-equipment__text {
  color: #5f5f5f;
}
.our-equipment__img {
  width: 37%;
}
.our-equipment__img img {
  display: block;
  width: 100%;
  height: auto;
}
.our-equipment__title {
  font-size: 30px;
  color: #5f5f5f;
  padding: 0 20px 16px;
  display: inline-block;
  margin-bottom: 18px;
  border-bottom: 5px solid #fad30a;
}
@media screen and (max-width: 767px) {
  .our-equipment__title {
    display: block;
    font-size: 20px;
    text-align: center;
  }
  .our-equipment__wrap {
    display: block;
    position: relative;
    padding-top: 230px;
  }
  .our-equipment__common {
    width: 100%;
    padding-right: 0;
  }
  .our-equipment__img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200px;
  }
  .our-equipment__img img {
    width: auto;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 567px) {
  .our-equipment__title {
    padding-left: 0;
    padding-right: 0;
  }
}

.screen_our-offer {
  padding-top: 56px;
}
.screen_our-offer .screen__header {
  margin-bottom: 55px;
}
.our-offer__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.our-offer__list .item {
  width: 16.6%;
  padding: 0 10px;
}
@media screen and (max-width: 1023px) {
  .our-offer__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .our-offer__list .item {
    width: 33%;
  }
}
@media screen and (max-width: 567px) {
  .our-offer__list .item {
    width: 50%;
  }
}

.screen_partners {
  padding-top: 35px;
}
.screen_partners .screen__header {
  margin-bottom: 40px;
}
.partners {
  margin-bottom: 80px;
}
.partners.owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
.partners.owl-carousel .owl-nav {
  white-space: nowrap;
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.partners.owl-carousel .owl-nav > div {
  display: inline-block;
  margin: 0 1px;
}
.partners.owl-carousel .owl-item {
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.partners.owl-carousel .owl-item .item {
  width: 100%;
}
.partners.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .partners.owl-carousel .owl-nav {
    left: 15px;
    text-align: center;
    bottom: -40px;
  }
}

.screen_reviews .screen__header {
  margin-bottom: 30px;
}
.reviews__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 45px;
}
.reviews__list .item {
  width: 16.66%;
  padding: 0 10px;
}
.reviews__list .owl-item .item {
  width: 100%;
  padding: 0;
}
.reviews__footer {
  text-align: right;
  padding-right: 50px;
}
.reviews__footer .button {
  margin-left: 10px;
  padding: 20px 19px 0;
}
@media screen and (max-width: 1023px) {
  .reviews__list {
    margin: 0 0 20px;
  }
  .reviews__footer {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .reviews__footer .button {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 567px) {
  .reviews__footer {
    text-align: center;
  }
  .reviews__footer .button {
    margin-bottom: 10px;
  }
}

.top-projects {
  position: relative;
}
.top-projects .item {
  height: 472px;
  position: relative;
}
.top-projects .item__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
  background-size: cover;
  background-position: center center;
}
.top-projects .item__wrap {
  position: absolute;
  z-index: 10;
  bottom: 28px;
  left: 70px;
  right: 200px;
}
.top-projects .item__title {
  font-weight: bold;
  font-size: 70px;
  line-height: 80px;
  color: #fbd200;
  margin-bottom: 1px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 0 5px;
}
.top-projects .item__description {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 0 5px;
}
.top-projects .item__read-more {
  text-align: center;
}
.top-projects .item__read-more .button {
  padding: 19px 38px 0;
}
.top-projects__dots {
  position: absolute;
  right: 55px;
  bottom: 25px;
  z-index: 10;
}
.top-projects__dots .owl-dot {
  width: 20px;
  height: 20px;
  opacity: .5;
  background: #d2dfed;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.top-projects__dots .owl-dot.active {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .top-projects .item {
    height: 300px;
  }
  .top-projects .item__wrap {
    left: 20px;
  }
  .top-projects .item__title {
    font-size: 40px;
    line-height: 50px;
  }
  .top-projects .item__description {
    font-size: 18px;
    line-height: 24px;
  }
  .top-projects__dots {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-projects .item__wrap {
    right: 0px;
    left: 0px;
    margin-bottom: 40px;
  }
  .top-projects .item__read-more .button {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 567px) {
  .top-projects {
    margin: 0 -20px;
  }
  .top-projects .item__wrap {
    margin-bottom: 25px;
    padding: 0 20px;
  }
  .top-projects .item__title {
    font-size: 20px;
    line-height: 26px;
  }
  .top-projects .item__description {
    font-size: 14px;
    line-height: 18px;
  }
  .top-projects__dots {
    bottom: 10px;
  }
  .top-projects .item__read-more .button {
    padding: 10px 30px;
  }
}

.screen_turnkey-solutions {
  padding-top: 60px;
}
.turnkey-solutions {
  padding-top: 11px;
}
.turnkey-solutions__title {
  font-size: 40px;
  color: #5f5f5f;
  font-weight: bold;
  margin-bottom: 35px;
}
.turnkey-solutions__list {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.turnkey-solutions__list .item {
  width: 20%;
}
.turnkey-solutions__footer {
  text-align: right;
}
.turnkey-solutions__footer .button {
  width: 190px;
}
.turnkey-solutions__total {
  margin-right: 36px;
  font-size: 30px;
  color: #5f5f5f;
  font-weight: bold;
}
.turnkey-solutions__total span {
  color: #30d5c8;
}
@media screen and (max-width: 1023px) {
  .turnkey-solutions__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .turnkey-solutions__title {
    font-size: 20px;
    text-align: center;
  }
  .turnkey-solutions__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .turnkey-solutions__list .item {
    width: 33%;
  }
}
@media screen and (max-width: 567px) {
  .turnkey-solutions__list .item {
    width: 50%;
  }
  .turnkey-solutions__footer {
    text-align: center;
  }
  .turnkey-solutions__total {
    font-size: 20px;
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.screen_work-examples {
  padding-top: 35px;
}
.screen_work-examples .screen__header {
  margin-bottom: 23px;
}
.work-examples__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.work-examples__list .item {
  padding: 0 10px;
  width: 33.3%;
}
.work-examples__list .owl-item .item {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .work-examples__list {
    margin: 0;
  }
}

/* Проекты */

.projects {
  padding-top: 20px;
}

.projects__categories {
  display: flex;
  padding-bottom: 50px;
}

.projects__categories-title {
  margin-bottom: 30px;
  line-height: 25px;
  font-size: 25px;
  font-weight: bold;
  color: #30d5c8;
}

.projects__categories-common {
  width: 25%;
  text-align: right;
  padding-right: 65px;
}

.projects__categories-list {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.projects__categories a {
  display: inline-block;
  font-weight: 300;
  font-size: 23px;
  line-height: 25px;
  color: #5f5f5f;
  margin-bottom: 27px;
  padding: 0 5px;
  border-bottom: 3px solid transparent;
}

.projects__categories a:hover {
  color: #fad412;
}

.projects__categories-list .active {
  border-bottom: 3px solid #fad412;
  font-weight: bold;
}

.projects__pages {
  text-align: center;
}

.projects__pages a {
  font-size: 30px;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  color: #5f5f5f;
}

.projects__pages a.active {
  font-weight: bold;
  color: #30d5c8;
  border-bottom: 2px solid #30d5c8;
}

.projects__list {
  position: relative;
  min-height: 100px;
}

.projects__loader {
  opacity: 0;
  background: rgba(0,0,0,.5);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.projects__loader-bull {
  width: 50px;
  height: 50px;
  border: 3px dashed #30d5c8;
  border-radius: 50% 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
}

.projects__list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.projects__list .item {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.load .projects__loader {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.load .projects__loader-bull {
  -webkit-animation: rotate 1.5s infinite linear;
  animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
  0 {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0 {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

  .projects__categories-list {
    justify-content: flex-start;
  }

}

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

  .projects__categories {
    display: block;
  }

  .projects__categories-common:after {
    content: '';
    display: table;
    clear: both;
  }

  .projects__categories-common {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }

  .projects__categories-common .projects__categories-title {
    float: left;
  }

  .projects__categories-common .projects__categories-link {
    float: right;
  }

  .projects__categories-list {
    display: block;
    width: 100%;
  }

  .projects__list .item {
    width: 50%;
  }

}

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

  .projects__list .item {
    width: 100%;
  }

  .projects__categories-common .projects__categories-title {
    float: none;
  }

  .projects__categories-common .projects__categories-link {
    float: none;
  }

}

/* Контент */

.content {
  padding-top: 30px;
}

/* Области применения вентилируемых фасадов */

.areas-of-use__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.areas-of-use__list .item {
  width: 16.6%;
  padding: 0 10px;
}

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

  .areas-of-use__list .item {
    width: 33.3%;
    margin-bottom: 20px;
  }

}

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

  .areas-of-use__list .item {
    width: 50%;
  }

}

/* Проект */

.project {
  display: flex;
  background: #f4f4f4;
  padding: 40px 40px 40px 50px;
}

.project__common {
  width: 33%;
  min-width: 200px;
  position: relative;
  padding-right: 35px;
}

.project__info {
  padding-bottom: 70px;
}

.project__gallery {
  width: 66%;
  height: 607px;
}

.project__gallery .owl-carousel,
.project__gallery .owl-stage-outer,
.project__gallery .owl-stage,
.project__gallery .owl-item,
.project__gallery .item,
.project__gallery .item__bg {
  height: 100%;
}

.project__gallery .item__bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.project__gallery .item__bg a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.project__gallery .item__bg a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  z-index: 5;
  opacity: 0;
  transition: all .4s;
}

.project__gallery .item__bg a:before {
  content: url('../img/icon_zoom.png');
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  z-index: 10;
  opacity: 0;
  transition: all .4s;
}

.project__gallery .item__bg a:hover:before,
.project__gallery .item__bg a:hover:after {
  opacity: 1;
}

.project__gallery-js .owl-dots {
  position: absolute;
  right: 55px;
  bottom: 25px;
  z-index: 10;
}
.project__gallery-js .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  opacity: .5;
  background: #d2dfed;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.project__gallery-js .owl-dots .owl-dot.active {
  opacity: 1;
}

.project__info .item {
  margin-bottom: 15px;
  font-size: 18px;
}

.project__info .item__title {
  font-size: 21px;
  font-weight: bold;
  color: #30d5c8;
}

.project__info .item__value {
  color: #5f5f5f;
}

.project__info .item__value_lowercase {
  text-transform: lowercase;
}

.project__review {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

  .project {
    padding: 30px;
    flex-wrap: wrap-reverse;
  }

  .project__common {
    width: 100%;
    padding-right: 0;
  }

  .project__gallery {
    height: 400px;
    width: 100%;
    margin-bottom: 30px;
  }

}

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

  .project {
    padding: 0;
    background: none;
  }

  .project__gallery {
    height: 200px;
  }

}

/* Контакты */

.contacts {
  padding-top: 75px;
  padding-bottom: 55px;
}

.contacts__title {
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 25px;
}

.contacts__wrap {
  display: flex;
}

.contacts__map {
  width: calc(100% - 275px);
}

.contacts__instagramm {
  width: 275px;
  padding-left: 35px;
}

.contacts-item,
.contacts-item.wp-block-media-text {
  display: flex;
  align-items: center;
  font-size: 48px;
  margin-bottom: 20px;
}

.contacts-item.wp-block-media-text .wp-block-media-text__content p {
  font-size: 48px;
}

.contacts-item_address.wp-block-media-text .wp-block-media-text__content p {
  font-size: 38px;
}

.contacts-item *,
.contacts-item.wp-block-media-text *,
.contacts-item.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

.contacts-item figure {
  width: 130px;
  min-width: 130px;
  text-align: center;
}

.contacts-item img {
  width: auto !important;
  height: auto !important;
  max-width: 80% !important;
}

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

  .contacts-item.wp-block-media-text .wp-block-media-text__content p {
    font-size: 38px;
  }

  .contacts-item_address.wp-block-media-text .wp-block-media-text__content p {
    font-size: 28px;
  }

  .contacts-item figure {
    width: 70px;
    min-width: 70px;
    margin-right: 20px !important;
  }

}

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

  .contacts__wrap {
    flex-wrap: wrap;
  }

  .contacts__map {
    width: 100%;
    margin-bottom: 20px;
  }

  .contacts__instagramm {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }

  .contacts__title {
    font-size: 20px;
  }

}

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

  .contacts-item.wp-block-media-text .wp-block-media-text__content p {
    font-size: 20px;
  }

  .contacts-item figure {
    width: 50px;
    min-width: 50px;
  }

  .contacts-item_address.wp-block-media-text .wp-block-media-text__content p {
    font-size: 16px;
  }

}