.certificates {
  padding: 70px 0;
  background-color: #f6f5f6;
}

.certificates h2 {
  text-align: center;
}

.certificates p {
  font-size: 24px;
  font-family: "Open SansSB";
  text-align: center;
  margin-bottom: 50px;
}

.certificates p span {
  color: #009846;
  font-family: "Open SansB";
  text-transform: uppercase;
}

.certificates .cert_block {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-calc(20% - 30px);
  width: calc(20% - 30px);
  margin: 15px;
  padding: 28px 10px;
  background-color: #fff;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.certificates .cert-list-inside {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cert-img {
  width: 145px;
  height: 136px;
  margin-bottom: 35px;
}

.cert-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.cert--text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cert--text h5 {
  font-size: 16px;
  font-family: "Open SansR";
  text-align: center;
  margin-bottom: 20px;
}

.cert--text .btn {
  padding: 8px 28px;
  margin: 0 auto;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .certificates {
    padding: 60px 0;
  }
  .certificates p {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .certificates .cert-list .cert_block {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .certificates {
    padding: 40px 0;
  }
}
@media screen and (max-width: 990px) {
  .certificates {
    padding: 30px 0;
  }
  .certificates p {
    font-size: 20px;
  }
  .certificates .cert-list .cert_block {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .certificates {
    padding: 20px 0;
  }
  .certificates p {
    font-size: 18px;
  }
  .certificates .cert-list .cert_block {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .certificates .cert-list-inside .cert_block {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .certificates .cert-list-inside .cert_block .cert-img {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .certificates .cert-list-inside .cert_block {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .certificates p {
    font-size: 16px;
  }
  .certificates .cert-list .cert_block {
    width: 100%;
  }
}
.about {
  padding: 40px 0 0 0;
}
.about p {
  margin: 10px 0;
}
.about .right_a {
  position: relative;
  overflow: hidden;
}
.about .left {
  width: 40%;
  height: 450px;
  width: 60%;
  height: 450px;
  float: left;
  margin-right: 77px;
  margin-left: 0px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about .left {
    height: 380px;
    float: none;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .about .left {
    height: 320px;
  }
}
.about .left .about-img {
  width: 300px;
  height: 400px;
  border: 8px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -70px;
}
@media screen and (max-width: 500px) {
  .about .left .about-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 850px) {
  .about .left .about-img {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about .left .about-img {
    height: 300px;
  }
}
.about .left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 850px) {
  .about .left {
    width: 100%;
  }
}
.about .right {
  width: 60%;
  background-color: #fff;
  padding: 0 324px 0 180px;
}
@media screen and (max-width: 1360px) {
  .about .right {
    padding: 0 100px 0 100px;
  }
}
@media screen and (max-width: 880px) {
  .about .right {
    padding: 0 50px 0 100px;
  }
}
@media screen and (max-width: 850px) {
  .about .right {
    width: 100%;
    padding: 0 15px;
  }
}

.advantages {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0;
}
.advantages li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 30px;
  width: 33%;
}
.advantages li p {
  font-size: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 560px) {
  .advantages li p {
    font-size: 16px;
  }
}
.advantages li:nth-of-type(odd) {
  background-color: #f6f5f6;
}
.advantages li:nth-of-type(even) {
  background-color: #ececec;
}
@media screen and (max-width: 890px) {
  .advantages li {
    width: 50%;
    padding: 25px 10px;
    justify-content: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    -webkit-box-pack: start;
  }
}
@media screen and (max-width: 560px) {
  .advantages li {
    width: 100%;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 500px) {
  .advantages {
    margin-top: 20px;
  }
}
@media screen and (max-width: 940px) {
  .advantages {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .advantages {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=about_company.css.a2c3768c6a73.map */
