.catalog_page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.catalog_page .title_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 64px;
}

.catalog_page .title_block .title {
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 96px;
  line-height: 134px;
  color: #a4a4a4;
}

@media (max-width: 575.98px) {
  .catalog_page .title_block .title {
    font-size: 43px;
    line-height: 34px;
    color: #e5e5e5;
    padding: 0 15px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .catalog_page .title_block .title {
    font-size: 43px;
    line-height: 34px;
    color: #e5e5e5;
    padding: 0 15px;
  }
}

.catalog_page .filter_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.catalog_page .filter_block .filter_tabs_sort {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  .catalog_page .filter_block .filter_tabs_sort {
    margin-bottom: 0px;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .catalog_page .filter_block .filter_tabs_sort {
    margin-bottom: 24px;
    padding: 0 15px;
  }
}

.catalog_page .filter_block .filter_tabs_sort .filter_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .catalog_page .filter_block .filter_tabs_sort .filter_tabs {
    margin-bottom: 24px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .catalog_page .filter_block .filter_tabs_sort .filter_tabs {
    margin-bottom: 24px;
  }
}

.catalog_page .filter_block .filter_tabs_sort .filter_tabs .filter {
  border: 1px solid #c4cfe2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 38px;
  padding: 9px 16px;
  margin-right: 8px;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #C4CFE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .catalog_page .filter_block .filter_tabs_sort .filter_tabs .filter {
    padding: 9px 13px;
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .catalog_page .filter_block .filter_tabs_sort .filter_tabs .filter {
    padding: 9px 13px;
    font-size: 14px;
  }
}

.catalog_page .filter_block .filter_tabs_sort .filter_tabs .filter.active {
  border: 1px solid #EE582F;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #EC5938;
}

@media (max-width: 575.98px) {
  .catalog_page .filter_block .filter_tabs_sort .filter_tabs .filter.active {
    padding: 9px 13px;
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .catalog_page .filter_block .filter_tabs_sort .filter_tabs .filter.active {
    padding: 9px 13px;
    font-size: 14px;
  }
}

.catalog_page .filter_block .filter_tabs_sort .filter_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog_page .filter_block .filter_tabs_sort .filter_sort .sort {
  background-color: transparent;
  margin-right: 24px;
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #C4CFE2;
  border: 0;
  position: relative;
  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;
}

.catalog_page .filter_block .filter_tabs_sort .filter_sort .sort :last-child {
  margin-right: 0px;
}

.catalog_page .filter_block .filter_tabs_sort .filter_sort .sort.active {
  color: #1E323A;
}

.catalog_page .filter_block .filter_tabs_sort .filter_sort .sort.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #EC5938;
}

.portfolio {
  padding: 0px 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .portfolio {
    padding: 15px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .portfolio {
    padding: 24px 15px;
  }
}

.portfolio .portfolio__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 520px;
  margin: 25px auto 0;
  max-width: 1740px;
  min-height: 200px;
  width: 100%;
}

.portfolio .portfolio__list::after {
  content: '';
  display: block;
  width: 31%;
}

.portfolio .portfolio__list .project-item {
  display: none;
  width: 31.3%;
  margin-bottom: 60px;
  margin-left: 2%;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .portfolio .portfolio__list .project-item {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .portfolio .portfolio__list .project-item {
    display: none;
    width: 48%;
    margin-bottom: 60px;
    margin-left: 2%;
    text-decoration: none;
  }
}

@media (min-width: 1199.98px) {
  .portfolio .portfolio__list .project-item:hover .project-item__wrap .project-item__img {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
  .portfolio .portfolio__list .project-item:hover .project-item__wrap .project-item__img::after {
    height: 100%;
  }
  .portfolio .portfolio__list .project-item:hover .project-item__wrap .project-item__text {
    visibility: visible;
    opacity: 1;
  }
  .portfolio .portfolio__list .project-item:hover .project-item__wrap .project-item__link {
    visibility: visible;
    top: calc(50% + 30px);
    opacity: 1;
  }
  .portfolio .portfolio__list .project-item:hover .project-item__wrap .project-item__preview-gallery {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.portfolio .portfolio__list .project-item .project-item__wrap {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio__list .project-item .project-item__wrap .project-item__img {
  position: relative;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.3, 0, 0.2, 1);
  height: 370px;
  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;
}

.portfolio .portfolio__list .project-item .project-item__wrap .project-item__img::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  -webkit-transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  background-color: rgba(255, 255, 255, 0.5);
}

.portfolio .portfolio__list .project-item .project-item__wrap .project-item__img img {
  display: block;
  width: 100%;
  position: absolute;
  height: auto;
}

.portfolio .portfolio__list .project-item .project-item__wrap .project-item__text {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 100%;
  font-size: calc(14px + 14 * ((100vw - 768px))/ 1152);
  font-weight: 600;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.3, 0, 0.2, 1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  opacity: 0;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  line-height: 21px;
  color: #1E323A;
}

.portfolio .portfolio__list .project-item .project-item__wrap .project-item__link {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  visibility: hidden;
  font-size: calc(14px + 6 * ((100vw - 768px))/ 1152);
  -webkit-transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #EC5938;
}

.portfolio .portfolio__list .project-item .project-item__wrap .project-item__preview-gallery {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.portfolio .portfolio__list .project-item .project-item__wrap .project-item__preview-gallery img {
  display: block;
  width: 30%;
  max-width: 100%;
}

.portfolio .portfolio__list .project-item .project-item__category {
  display: block;
  margin-top: 10px;
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}

.portfolio .portfolio__list .project-item .project-item__name {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 21px;
  color: #1E323A;
  text-transform: uppercase;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/*# sourceMappingURL=catalog.css.map */