.certificates {
  width: 1620px;
  margin: 0 auto;
  margin-bottom: 90px; }
  @media screen and (max-width: 1799px) and (min-width: 1280px) {
    .certificates {
      width: 1240px; } }
  @media screen and (max-width: 1279px) and (min-width: 1023px) {
    .certificates {
      width: 1000px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .certificates {
      width: 760px; } }
  @media screen and (max-width: 799px) {
    .certificates {
      width: 440px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .certificates {
      margin-bottom: 75px; } }
  @media screen and (max-width: 1023px) {
    .certificates {
      margin-bottom: 65px; } }
  .certificates .list .certificate .name-element {
    color: black;
    font-size: 25px;
    font-family: "NeoSansPro Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .certificates .list .certificate .name-element {
        font-size: 21px; } }
  .certificates .list .certificate .images {
    margin-top: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .certificates .list .certificate .images .block {
      min-width: 390px;
      max-width: 390px;
      height: 652px;
      margin: 0 20px 60px 0;
      position: relative;
      text-decoration: none; }
      @media screen and (max-width: 1799px) and (min-width: 1280px) {
        .certificates .list .certificate .images .block {
          min-width: 296px;
          max-width: 296px;
          height: 500px;
          margin-right: 18px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .certificates .list .certificate .images .block {
          min-width: 320px;
          max-width: 320px;
          height: 550px;
          margin-right: 20px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .certificates .list .certificate .images .block {
          min-width: 369px;
          max-width: 369px;
          height: 610px;
          margin-right: 20px; } }
      @media screen and (max-width: 799px) {
        .certificates .list .certificate .images .block {
          min-width: 369px;
          max-width: 369px;
          height: auto;
          margin-right: 0; } }
      @media screen and (min-width: 1280px) {
        .certificates .list .certificate .images .block:nth-child(4n+4) {
          margin-right: 0; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .certificates .list .certificate .images .block:nth-child(3n+3) {
          margin-right: 0; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .certificates .list .certificate .images .block:nth-child(2n+2) {
          margin-right: 0; } }
      .certificates .list .certificate .images .block .image-wrap {
        width: 100%;
        height: 551px;
        position: relative;
        background: #ebebeb; }
        .certificates .list .certificate .images .block .image-wrap:hover:not(.noHover):before, .certificates .list .certificate .images .block .image-wrap:hover:not(.noHover) .plus {
          opacity: 1; }
        .certificates .list .certificate .images .block .image-wrap:before, .certificates .list .certificate .images .block .image-wrap .plus {
          transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease; }
        .certificates .list .certificate .images .block .image-wrap:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background: rgba(0, 0, 0, 0.2);
          opacity: 0; }
        .certificates .list .certificate .images .block .image-wrap .plus {
          position: absolute;
          width: 106px;
          height: 106px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 7px solid #375623;
          -webkit-border-radius: 106px;
          -moz-border-radius: 106px;
          -ms-border-radius: 106px;
          border-radius: 106px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          opacity: 0;
          z-index: 2; }
          @media screen and (max-width: 1799px) {
            .certificates .list .certificate .images .block .image-wrap .plus {
              width: 80px;
              height: 80px;
              -webkit-border-radius: 80px;
              -moz-border-radius: 80px;
              -ms-border-radius: 80px;
              border-radius: 80px; } }
          .certificates .list .certificate .images .block .image-wrap .plus:before, .certificates .list .certificate .images .block .image-wrap .plus:after {
            content: '';
            position: absolute;
            background: white;
            left: 50%;
            top: 50%;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px; }
          .certificates .list .certificate .images .block .image-wrap .plus:before {
            width: 43.4px;
            height: 6.5px;
            margin-top: -3.25px;
            margin-left: -21.7px; }
            @media screen and (max-width: 1799px) {
              .certificates .list .certificate .images .block .image-wrap .plus:before {
                width: 33px;
                height: 5.5px;
                margin-top: -2.75px;
                margin-left: -16.5px; } }
          .certificates .list .certificate .images .block .image-wrap .plus:after {
            width: 6.5px;
            height: 43.4px;
            margin-left: -3.25px;
            margin-top: -21.7px; }
            @media screen and (max-width: 1799px) {
              .certificates .list .certificate .images .block .image-wrap .plus:after {
                width: 5.5px;
                height: 33px;
                margin-left: -2.75px;
                margin-top: -16.5px; } }
        @media screen and (max-width: 1799px) and (min-width: 1280px) {
          .certificates .list .certificate .images .block .image-wrap {
            height: 420px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .certificates .list .certificate .images .block .image-wrap {
            height: 453px; } }
        @media screen and (max-width: 1023px) {
          .certificates .list .certificate .images .block .image-wrap {
            height: 523px; } }
        .certificates .list .certificate .images .block .image-wrap .img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 100%;
          display: block;
          height: 100%;
          mix-blend-mode: darken;
          background-size: cover !important; }
      .certificates .list .certificate .images .block .name {
        text-align: center;
        color: black;
        font-size: 16px;
        font-family: "NeoSansPro", Arial, Sans-Serif;
        text-transform: uppercase;
        line-height: 22px;
        text-transform: none;
        margin-top: 30px;
        text-decoration: none;
        max-height: 67px;
        overflow: hidden; }
        @media screen and (max-width: 1799px) and (min-width: 1280px) {
          .certificates .list .certificate .images .block .name {
            margin-top: 16px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .certificates .list .certificate .images .block .name {
            font-size: 14px;
            margin-top: 17px; } }
  .certificates .bx-pagination {
    margin: 0 auto;
    text-align: center; }

/*# sourceMappingURL=style.css.map */
