@charset "UTF-8";
/*
*   ВНИМАНИЕ! При изменении файла style.css напрямую, минуя style.scss,
*   следует удалить директорию scss.
*/
.projects-list {
  position: relative;
  z-index: 10;
}

.projects-list .slide-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 35px;
}

.projects-list-item {
  border: 2px solid #f3f3f3;
  border-radius: 5px;
  background-color: #ffffff;
  min-height: 305px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: relative;
}

.projects-list-item:hover {
  border-color: #ff8c29;
}

.projects-list-item:hover .details {
  opacity: 1;
}

.projects-list-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.projects-list-item .logo {
  max-width: 90px;
  max-height: 90px;
  margin-right: 25px;
  border-radius: 5px;
}

.projects-list-item .logo_wide {
  display: none;
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  width: calc(50% - 50px);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.projects-list-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projects-list-item__head span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.projects-list-item__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

.projects-list-item__foot a {
  text-decoration: none;
}

.projects-list-item__foot .group {
  color: #aaaaaa;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-weight: 500;
  position: relative;
  z-index: 5;
}

.projects-list-item__foot .group:hover {
  color: #ff8c29;
}

.projects-list-item__foot .details {
  opacity: 0;
  color: #ff8c29;
  font-weight: 500;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.projects-list-item__text {
  margin: 10px 0;
}

.projects-list-item.highlight {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.projects-list-item.highlight .projects-list-item__head,
.projects-list-item.highlight .projects-list-item__text,
.projects-list-item.highlight .projects-list-item__foot {
  width: 50%;
}

.projects-list-item.highlight .logo {
  display: none;
}

.projects-list-item.highlight .logo_wide {
  display: block;
}

.projects-list-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 75px;
}

.projects-list-header-block a {
  color: #ffffff;
}

.projects-list-filter {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.projects-list-filter a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
}

.projects-list-filter a:not(.reset) {
  border-radius: 5px;
  border: 2px solid #ff8c29;
  padding: 10px 40px;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin-left: 20px;
}

.projects-list-filter a:not(.reset):hover {
  background-color: #ff8c29;
}

.projects-list-filter a:not(.reset).current_filter {
  background-color: #ff8c29;
}

.projects-list-filter a.reset {
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
}

.projects-list-filter .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.projects-list-filter .line .selected-list {
  margin-left: 20px;
  margin-bottom: 30px;
}
