.certificates-main {
  background-color: #fff;
  position: relative;
  margin-top: 41px; }
  .certificates-main:before, .certificates-main:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0; }
  .certificates-main:before {
    height: 35px;
    top: -28px;
    background-image: -webkit-linear-gradient(45deg, #fff 13px, transparent 13px), -webkit-linear-gradient(135deg, #fff 13px, transparent 13px);
    background-image: -o-linear-gradient(45deg, #fff 13px, transparent 13px), -o-linear-gradient(135deg, #fff 13px, transparent 13px);
    background-image: linear-gradient(45deg, #fff 13px, transparent 13px), linear-gradient(-45deg, #fff 13px, transparent 13px);
    -webkit-background-size: 21px 20px;
    background-size: 21px 20px;
    background-position: 0 15px;
    background-repeat: repeat-x; }
  .certificates-main:after {
    height: 35px;
    bottom: -17px;
    background-image: -webkit-linear-gradient(45deg, transparent 23px, #fff 23px), -webkit-linear-gradient(135deg, transparent 23px, #fff 23px);
    background-image: -o-linear-gradient(45deg, transparent 23px, #fff 23px), -webkit-linear-gradient(135deg, transparent 23px, #fff 23px);
    background-image: linear-gradient(45deg, transparent 23px, #fff 23px), -webkit-linear-gradient(135deg, transparent 23px, #fff 23px);
    -webkit-background-size: 21px 26px;
    background-size: 21px 26px;
    background-position: 0 14px;
    background-repeat: repeat-x; }
  .certificates-main__wrapper {
    margin: 0 auto;
    max-width: 1340px;
    min-width: 320px;
    padding: 0 20px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .certificates-main__wrapper {
        padding: 0 10px; } }
  .certificates-main__container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 60px;
    margin: 0 -10px 0 -10px; }
    @media only screen and (max-width: 992px) {
      .certificates-main__container {
        padding-top: 50px; } }
    @media only screen and (max-width: 768px) {
      .certificates-main__container {
        padding-top: 40px;
        margin: 0; } }
  .certificates-main__item {
    width: 390px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-transition: opacity .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
    transition: opacity .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
    -o-transition: transform .4s, box-shadow .4s, opacity .4s;
    transition: transform .4s, box-shadow .4s, opacity .4s;
    transition: transform .4s, box-shadow .4s, opacity .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    margin: 0 0 50px;
    padding: 10px;
    overflow: hidden; }
    @media only screen and (max-width: 992px) {
      .certificates-main__item {
        margin-bottom: 40px; } }
    .certificates-main__item:hover .certificates-main__pic-wrap:before {
      left: +150%;
      opacity: 1;
      -webkit-transition: left .7s, opacity .5s;
      -o-transition: left .7s, opacity .5s;
      transition: left .7s, opacity .5s; }
    .certificates-main__item.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .certificates-main__pic-block {
    width: 100%;
    position: relative;
    margin-bottom: 10px; }
  .certificates-main__shape {
    padding-top: 100%; }
  .certificates-main__pic-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .certificates-main__pic-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: -50%;
      z-index: 2;
      display: block;
      width: 25%;
      height: 100%;
      opacity: 0;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg); }
  .certificates-main__pic {
    max-height: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0 5px 14px 0 #c0ccd8;
    box-shadow: 0 5px 14px 0 #c0ccd8; }
  .certificates-main__text-block {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 35px;
    width: 100%; }
  .certificates-main__text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font: normal 18px/1.33 "Roboto Condensed", sans-serif;
    color: #4a4a4a; }
    @media only screen and (max-width: 768px) {
      .certificates-main__text {
        font-size: 16px; } }

.certificates {
  margin: 0 auto;
  max-width: 1340px;
  min-width: 320px;
  padding: 0 20px;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .certificates {
      padding: 0 10px; } }
  .certificates__container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 60px;
    padding-top: 95px; }
    @media only screen and (max-width: 992px) {
      .certificates__container {
        padding-top: 80px;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 768px) {
      .certificates__container {
        padding-top: 70px;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 576px) {
      .certificates__container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0; } }
  .certificates__item {
    width: 25%;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-transition: opacity .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
    transition: opacity .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
    -o-transition: transform .4s, box-shadow .4s, opacity .4s;
    transition: transform .4s, box-shadow .4s, opacity .4s;
    transition: transform .4s, box-shadow .4s, opacity .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    margin: 0 0 40px;
    padding: 10px;
    overflow: hidden; }
    @media only screen and (max-width: 992px) {
      .certificates__item {
        width: 33%;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 768px) {
      .certificates__item {
        width: 50%;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 576px) {
      .certificates__item {
        min-width: 320px;
        width: 70%;
        margin: 0 0 30px; } }
    .certificates__item:hover .certificates__pic-wrap:before {
      left: +150%;
      opacity: 1;
      -webkit-transition: left .7s, opacity .5s;
      -o-transition: left .7s, opacity .5s;
      transition: left .7s, opacity .5s; }
    .certificates__item--more {
      cursor: unset; }
    .certificates__item--more:hover .certificates__pic-wrap:before {
      display: none; }
    .certificates__item.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .certificates__pic-block {
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
  .certificates__shape {
    padding-top: 100%; }
  .certificates__pic-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .certificates__pic-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: -50%;
      z-index: 2;
      display: block;
      width: 25%;
      height: 100%;
      opacity: 0;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg); }
  .certificates__pic {
    max-width: 100%;
    max-height: 100%;
    -webkit-box-shadow: 0 5px 15px 0 #c0ccd8;
    box-shadow: 0 5px 15px 0 #c0ccd8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @supports (display: flex) {
      .certificates__pic {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
  .certificates__text-block {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px; }
  .certificates__text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font: normal 18px/1.33 "Roboto Condensed", sans-serif;
    color: #4a4a4a; }
    @media only screen and (max-width: 768px) {
      .certificates__text {
        font-size: 16px; } }
  .certificates__more {
    width: 55.8%; }
  .certificates__more-text {
    width: 55.8%;
    font: 300 30px/1.33 "Roboto Condensed", sans-serif;
    color: #50519b; }
    @media only screen and (max-width: 768px) {
      .certificates__more-text {
        font-size: 24px; } }
