
.works {
    width: 100%;
    padding: 50px 0px;
  }
  .section-title {
    font-weight: 700;
    font-size: 35px;
    position: relative;
    color: #090a0c;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
  }
  .section-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FA8C16;
    width: 50px;
    height: 2px;
  }
  @media (max-width: 992px) {
    .works {
      padding: 25px 0px;
    }
  }
  .works__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 30px;
    margin-top: 35px;
  }
  @media (max-width: 1200px) {
    .works__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 610px) {
    .works__grid {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .works__item {
    overflow: hidden;
    position: relative;
    text-align: left;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
  }
  .works__name_box, .works__cats_name, .works__item_footer, .works__name-job {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
  }
  .works__item:hover {
    background:#FA8C16;
  }
  .works__item:hover .works__name_box,
  .works__item:hover .works__name-job,
  .works__item:hover .works__cats_name,
  .works__item:hover .works__item_footer {
    background:#FA8C16;
    color: #fff;
  }

  .works__item img {
    /*width: 100%;
    object-fit: contain;
    height: 100%;
    */position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  .works__img-hidden {
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  .works__name-job {
    max-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #090a0c;
  }
  .works__item_years {
    white-space: nowrap;
    font-size: 13px;
  }
  .works__item__link_all_box {
    text-align: right;
    margin-top: 45px;
  }
  [data-wpdm-scheme=dark] .works__item__link_all_box a {
    color: rgb(233, 228, 218);
  }
  .works__item_users {
    margin-right: 15px;
  }
  .works__item_countries {
    min-width: 30%;
    text-align: right;
  }
  .works__cats_name {
    padding: 10px 20px;
    background-color: #eee;
  }
  .works__cats_name .item-cat-name {
    border: 1px solid #ccc;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .works__item_users, .works__item_countries, .works__item_more {
    white-space: nowrap;
    font-size: 13px;
  }
  [data-wpdm-scheme=dark] .works__item_users, [data-wpdm-scheme=dark] .works__item_countries, [data-wpdm-scheme=dark] .works__item_more {
    color: rgb(233, 228, 218);
  }

  .works__item_footer {
    display: flex;
    justify-content: space-between;
    background-color: #eee;
    padding: 10px 20px 20px 20px;
  }
  .works__item:hover .more__block_hidden {
    opacity: 1;
  }
  .works__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .works__hiden {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    width: 172px;
    min-height: 45px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-80%, -50%);
    -ms-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #313131;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
  .works__hiden h3 {
    color: #FA8C16;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
  }
  .works__name_box {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 10px 20px;
    background-color: #eee;
  }
  