.about_breeam .info_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media screen and (min-width: 1200px) {
  .certified_info, .about_breeam {
    padding-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .certified_info, .about_breeam {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .certified_info, .about_breeam {
    padding-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .certified_info, .about_breeam {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .certified_info, .about_breeam {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .certified_info, .about_breeam {
    margin-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .certified_info, .about_breeam {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .certified_info, .about_breeam {
    margin-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .certified_info, .about_breeam {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .certified_info, .about_breeam {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .certified_info, .about_breeam .certificate_image, .about_breeam {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .certified_info, .about_breeam .certificate_image, .about_breeam {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .certified_info, .about_breeam .certificate_image, .about_breeam {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .certified_info, .about_breeam .certificate_image, .about_breeam {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .certified_info, .about_breeam .certificate_image, .about_breeam {
    padding-bottom: 30px;
  }
}

.about_breeam {
  position: relative;
  overflow: hidden;
  background: #F1F6F6;
}
.about_breeam:before {
  display: block;
  content: "";
  height: 20px;
}
.about_breeam:after {
  display: block;
  content: "";
  position: absolute;
  background: #3D4D60;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30vw;
  max-height: 430px;
  z-index: 1;
}
.about_breeam .certificate_image {
  position: relative;
  z-index: 2;
}
.about_breeam .certificate_image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  perspective: 300px;
  perspective-origin: top left;
  transform-origin: top left;
  -webkit-transfrom-origin: top left;
}
.about_breeam .certificate_image:not(.showed) img {
  transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
}
.about_breeam .info_block {
  padding: 0 10px;
}
.about_breeam .info_list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: serialnumber;
}
.about_breeam .info_list li {
  padding: 0 10px;
  counter-increment: serialnumber;
}
.about_breeam .info_list li:before {
  display: block;
  content: "0" counter(serialnumber);
  font-size: 130%;
  line-height: 16px;
  font-family: "montserrat-m", "montserratarm-m";
}
.about_breeam .info_list .section_subtitle {
  padding-left: 23px;
}
@media screen and (min-width: 1200px) {
  .about_breeam .info_list {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .about_breeam .info_list {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .about_breeam .info_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-right: auto;
  }
  .about_breeam .info_list li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .about_breeam .info_block,
.about_breeam .info_list {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_breeam .info_list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .about_breeam .info_block,
.about_breeam .info_list {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_breeam .info_block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .about_breeam .info_list li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .about_breeam .info_list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.about_breeam .page_container .info_list li {
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.about_breeam .page_container .info_list li:first-child {
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_breeam .page_container .info_list li:nth-child(2) {
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.about_breeam .page_container .info_list li:nth-child(3) {
  -o-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.about_breeam .page_container .info_list li:nth-child(4) {
  -o-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.about_breeam .page_container .info_list li:nth-child(5) {
  -o-transition-delay: 1.7s;
  -ms-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.about_breeam .page_container .info_list li:nth-child(6) {
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.about_breeam .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.about_breeam .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_breeam .page_container .standard_text {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.about_breeam .page_container:not(.active) .image_block {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.about_breeam .page_container:not(.active) .section_title,
.about_breeam .page_container:not(.active) .standard_text {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.about_breeam .page_container:not(.active) .section_title:after {
  width: 0;
}
.about_breeam .page_container:not(.active) .info_list li {
  opacity: 0;
}

.certified_info {
  position: relative;
  overflow: hidden;
}
.certified_info .image_block,
.certified_info .info_block {
  padding: 0 10px;
}
.certified_info img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .certified_info .image_block,
.certified_info .info_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-right: 8.3333333333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .certified_info .image_block,
.certified_info .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .certified_info .image_block,
.certified_info .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .certified_info .image_block {
    margin-bottom: 20px;
  }
}
.certified_info .page_container .image_block {
  -o-transition: opacity 0.5s, transform 1s;
  -ms-transition: opacity 0.5s, transform 1s;
  -moz-transition: opacity 0.5s, transform 1s;
  -webkit-transition: opacity 0.5s, transform 1s;
  transition: opacity 0.5s, transform 1s;
}
.certified_info .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.certified_info .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.certified_info .page_container .standard_text {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.certified_info .page_container:not(.active) .image_block {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.certified_info .page_container:not(.active) .section_title,
.certified_info .page_container:not(.active) .standard_text {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.certified_info .page_container:not(.active) .section_title:after {
  width: 0;
}

/*# sourceMappingURL=breeam.css.map */
