.certificates {
  background: #191B21;
  background-image: url("../img/sertificates/sertificates_bg.svg");
  background-position: top -80px center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 187px;
}

.certificates .content {
  padding-bottom: 164px;
}

.certificates .content .page_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}

.certificates .content .subtitle {
  margin-bottom: 167px;
}

.certificates .content .certificates__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 92px 0;
  padding-bottom: 172px;
}

.certificates .content .certificates__wrap .certificat {
  width: 50%;
  height: 291px;
  position: relative;
  cursor: pointer;
}

.certificates .content .certificates__wrap .certificat .certificat__img_wrap {
  width: 100%;
  height: 100%;
}

.certificates .content .certificates__wrap .certificat .certificat__img_wrap .certificat__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1F2128;
  -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
  clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
  overflow: hidden;
}

.certificates .content .certificates__wrap .certificat .certificat__img_wrap .certificat__img .noimg {
  display: block;
  width: 125px;
  height: 105px;
}

.certificates .content .certificates__wrap .certificat .certificat__title {
  position: absolute;
  right: -47px;
  bottom: -30px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 309px;
  height: 60px;
  background-image: url("../img/sertificates/title_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  padding-left: 37px;
	padding-right: 90px;
}

.certificates .content .certificates__wrap .certificat .yarl {
  position: absolute;
  right: 272px;
	bottom: -30px;
  width: 130px;
  height: 60px;
  background-image: url("../img/sertificates/title_bg_2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.certificates .content .certificates__wrap .certificat .yarl a{
	display: flex;
	  align-items: center;
	  justify-content: center;
	height: 100%;
}
.certificates .content .certificates__wrap .certificat .yarl img{
	height: 80%
}
.certificates .content .certificates__wrap .certificat::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 20px;
  z-index: 999;
  width: 27px;
  height: 30px;
  background-image: url(../img/sertificates/before.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.certificates .content .certificates__wrap .certificat::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 63px;
  right: 95.99px;
  width: 54px;
  height: 59px;
  background-image: url(../img/sertificates/after.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .certificates {
    background: #191B21;
    background-image: url("../img/sertificates/sertificates_bg.svg");
    background-position: top -80px center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 142px;
  }

  .certificates .container {
    max-width: 769px;
  }

  .certificates .content {
    padding: 0 19px;
    padding-bottom: 92px;
  }

  .certificates .content .page_title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .certificates .content .subtitle {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 57px;
  }

  .certificates .content .certificates__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 61.55px 0;
    padding-bottom: 0;
  }

  .certificates .content .certificates__wrap .certificat {
    width: 50%;
    height: 194px;
  }

  .certificates .content .certificates__wrap .certificat .certificat__img_wrap .certificat__img {
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
    clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
  }

  .certificates .content .certificates__wrap .certificat .certificat__img_wrap .certificat__img .noimg {
    display: block;
    width: 83.629px;
    height: 70.249px;
  }

  .certificates .content .certificates__wrap .certificat .certificat__title {
    right: -31.45px;
    bottom: -20px;
    font-size: 11px;
    width: 206px;
    height: 40px;
    padding-left: 38px;
  }

  .certificates .content .certificates__wrap .certificat .yarl {
    right: 175px;
    bottom: -20px;
    width: 86px;
    height: 40px;
    font-size: 38px;
  }

  .certificates .content .certificates__wrap .certificat::before {
    top: 26px;
    left: 13.38px;
    width: 18px;
    height: 20px;
  }

  .certificates .content .certificates__wrap .certificat::after {
    top: 42.15px;
    right: 60px;
    width: 36px;
    height: 39px;
  }
}

@media only screen and (max-width: 768px) {
  .certificates {
    background: #191B21;
    background-image: url("../img/sertificates/sertificates_bg.svg");
    background-position: top -80px center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 128px;
  }

  .certificates .content {
    padding-bottom: 88.31px;
  }

  .certificates .content .page_title {
    margin-bottom: 12px;
    text-align: center;
  }

  .certificates .content .subtitle {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 38px;
  }

  .certificates .content .certificates__wrap {
    max-width: 400px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 51px 0;
    padding-bottom: 68.24px;
  }

  .certificates .content .certificates__wrap .certificat {
    width: 100%;
    height: 194px;
  }

  .certificates .content .certificates__wrap .certificat .certificat__img_wrap {
    width: 100%;
    height: 100%;
  }

  .certificates .content .certificates__wrap .certificat .certificat__img_wrap .certificat__img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1F2128;
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
    clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
    overflow: hidden;
  }

  .certificates .content .certificates__wrap .certificat .certificat__img_wrap .certificat__img .noimg {
    display: block;
    width: 83.629px;
    height: 70.249px;
  }

  .certificates .content .certificates__wrap .certificat .certificat__title {
    right: 0;
    bottom: -20px;
    font-size: 11px;
    width: 206px;
    height: 40px;
    padding-left: 38px;
  }

  .certificates .content .certificates__wrap .certificat .yarl {
    right: 195px;
  }

  .certificates .content .certificates__wrap .certificat::before {
    top: 26.09px;
    left: 13.38px;
    width: 18.064px;
    height: 20.071px;
  }

  .certificates .content .certificates__wrap .certificat::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 42.15px;
    right: 64.23px;
    width: 36.128px;
    height: 39.473px;
  }
}

@media only screen and (max-width: 380px) {
  .certificates .content .subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .certificates .content .certificates__wrap .certificat .certificat__title {
    right: -31.45px;
    bottom: -20px;
    font-size: 11px;
    width: 240px;
    height: 40px;
    padding-left: 38px;
  }
}

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