.filter_form {
  margin-bottom: 2.273rem; }
  @media screen and (max-width: 1024px) {
    .filter_form {
      margin-bottom: 35px; } }
  @media screen and (max-width: 480px) {
    .filter_form {
      margin-bottom: 30px; } }

.filter_item {
  position: relative; }

.filter_wrapper {
  position: absolute;
  top: calc(100% + 0.909rem);
  background-color: #fff;
  padding: 1.591rem 1.818rem;
  border: 1px solid #E5E5E5;
  max-width: 22.045rem;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.4s;
  z-index: 5; }
  @media screen and (max-width: 480px) {
    .filter_wrapper {
      width: 100%;
      padding: 20px; } }

.filter_switcher_input {
  display: none; }
  .filter_switcher_input:checked + .filter_switcher_label::after {
    transform: translateY(-50%) rotate(-135deg); }
  .filter_switcher_input:checked ~ .filter_wrapper {
    opacity: 1;
    visibility: visible; }

.filter_switcher_label {
  position: relative;
  padding-left: 1.591rem;
  padding-right: 1.591rem;
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: bold;
  color: #313033;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .filter_switcher_label {
      padding-left: 25px;
      padding-right: 25px; } }
  .filter_switcher_label::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.909rem;
    height: 0.909rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/assets/img/svg/filter.svg"); }
    @media screen and (max-width: 1024px) {
      .filter_switcher_label::before {
        width: 15px;
        height: 15px; } }
  .filter_switcher_label--active::before {
    content: attr(data-length);
    background-image: none;
    background-color: #8BC23F;
    border-radius: 50%;
    font-size: 0.5rem;
    color: #fff;
    text-align: center;
    line-height: 0.909rem; }
    @media screen and (max-width: 1024px) {
      .filter_switcher_label--active::before {
        font-size: 9px;
        line-height: 15px; } }
  .filter_switcher_label::after {
    content: '';
    position: absolute;
    right: 0.227rem;
    top: 50%;
    width: 0.455rem;
    height: 0.455rem;
    border-bottom: 2px solid #313033;
    border-right: 2px solid #313033;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: 70% 70%; }
    @media screen and (max-width: 1024px) {
      .filter_switcher_label::after {
        width: 7px;
        height: 7px;
        top: 40%; } }

.slide_card {
  display: block;
  position: relative;
  margin-bottom: 1.136rem;
  overflow: hidden;
  transition: transform 0.4s;
  will-change: transform; }
  @media screen and (max-width: 1024px) {
    .slide_card {
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .slide_card {
      margin-bottom: 10px; } }
  .slide_card:hover {
    transform: translateY(-10px); }
    .slide_card:hover .slide_text {
      transform: translateY(-100%); }

.slide_text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.273rem;
  transition: transform 0.4s;
  overflow: auto; }
  @media screen and (max-width: 1024px) {
    .slide_text {
      padding: 30px; } }
  @media screen and (max-width: 480px) {
    .slide_text {
      display: none;
      padding: 20px; } }

.slide_image {
  display: block;
  width: 100%; }

.projectsYear_slider {
  position: relative;
  margin-bottom: 4.091rem; }
  @media screen and (max-width: 1024px) {
    .projectsYear_slider {
      margin-bottom: 50px; } }
  .projectsYear_slider_title {
    margin-bottom: 0.909rem; }
    @media screen and (max-width: 1024px) {
      .projectsYear_slider_title {
        margin-bottom: 15px; } }
  .projectsYear_slider_left {
    margin-top: 10px; }
    @media screen and (max-width: 1024px) {
      .projectsYear_slider_left {
        margin-top: 0; } }
  .projectsYear_slider_container {
    width: calc(100% + 16.591rem);
    padding-top: 10px; }
    @media screen and (max-width: 1024px) {
      .projectsYear_slider_container {
        width: calc(100% + 240px);
        padding-top: 30px; } }
    @media screen and (max-width: 1024px) {
      .projectsYear_slider_container {
        width: calc(100% + 130px);
        padding-top: 25px; } }
  .projectsYear_slider_wrapper {
    overflow: hidden; }
  .projectsYear_slider_navs {
    position: absolute;
    left: 10.909rem;
    bottom: 1.818rem; }
    @media screen and (max-width: 1024px) {
      .projectsYear_slider_navs {
        position: relative;
        left: 0;
        bottom: auto; } }

.projectsYear_slide_sub {
  color: #E2F0CF;
  margin-bottom: 0.909rem;
  font-weight: normal;
  font-size: 0.727rem; }

.projectsYear_slide_button {
  margin-top: auto;
  margin-left: auto; }


/*# sourceMappingURL=8c88411c201c3e3fb405.projectsMain.css.map*/


.sec-project .btn-more {
    margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
    .sec-project .btn-more {
        margin-bottom: 20px;
    }
}