.container {
  .cover {
    p {
      display: none;
    }

    .content {
      .title {
        margin-bottom: 0;
      }
    }
  }

  .quiz {
    background-color: white;
    top: -245px;
    padding-bottom: 0px;
  }

  @media (max-width: 1290px) {
    .quiz {
      top: -70px;
      padding-bottom: 70px;
    }
  }

  @media (max-width: 1190px) {
    .quiz {
      padding: 50px 0 30px;
    }
  }

  @media (max-width: 935px) {
    .quiz {
      top: -40px;
    }
  }

  @media (max-width: 580px) {
    .quiz {
      padding: 40px 25px 25px;
    }
  }
}

.title_part {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  margin: 0;
  position: relative;
  top: -40px;

  span {
    font-family: Lato-Regular;
    display: block;
  }
}

/*SLIDER*/

.part_slider {
  position: relative;
  top: -125px;
}

.project .img {
  height: 429px;
  background-position: center;
  padding: 1px 0;
  margin-top: 50px;

  .text {
    font-size: 28px;
    line-height: 36px;
    font-family: Lato-Black;
    color: white;
    padding: 30px 40px 35px;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    margin: 30px;
    display: inline-block;
  }
}

.project_1 .img {
  background-image: url("../img/slide_project_1-479dfdc95caf186c039edc3f1b9525c1.webp");
}

.project_2 .img {
  background-image: url("../img/slide_project_2-45b7a78267eef0919c23892722ed526f.webp");
}

.project_3 .img {
  background-image: url("../img/slide_project_3-4062bfa8533791e47b811f35b5a99d08.webp");
}

.project_4 .img {
  background-image: url("../img/slide_project_4-822fa389c11d540773769c4bc8346f05.webp");
}

.project_5 .img {
  background-image: url("../img/slide_project_5-0612124939940846358217286638efcc.webp");
}

.project_6 .img {
  background-image: url("../img/slide_project_6-2d63dafc073d2fcd3b6860876898aeb6.webp");
}

.project_7 .img {
  background-image: url("../img/slide_project_7-54e649f5f1d498cc796e5fce65840185.webp");
}

.project_8 .img {
  background-image: url("../img/slide_project_8-250c57b5aea04de1e6795381bf5ebfc9.webp");
}

.project_9 .img {
  background-image: url("../img/slide_project_9-e20a0f0049b6b9aa731b0afbd3063da4.webp");
}

.project_10 .img {
  background-image: url("../img/slide_project_10-dab6123f54b34a5d2388a00e5931970d.webp");
}

.swiper-slide-active .project .img {
  height: 527px;
  margin-top: 0;
  background-position: center;
}

.project .content {
  display: none;
  gap: 25px;
  text-align: left;
  padding: 25px 0 0 10px;
  color: var(--blue-500);

  a {
    color: var(--blue-500);
  }
}

.swiper-slide-active .project .content {
  display: flex;
}

.part_slider .swiper-button-prev,
.part_slider .swiper-button-next {
  top: 675px;
  color: #adc0ca;
}

.part_slider .swiper-button-prev {
  left: 180px;
}

.part_slider .swiper-button-next {
  right: 180px;
}

.project h3 {
  width: 215px;
  color: #881d69;
}

@media (max-width: 1290px) {
  .project .img {
    height: 350px;
    background-size: 790px auto;
  }

  .swiper-slide-active .project .img {
    height: 460px;
  }

  .part_slider .swiper-button-prev,
  .part_slider .swiper-button-next {
    top: 605px;
  }
}

@media (max-width: 1190px) {
  .title_part {
    font-size: 26px;
    line-height: 33px;
  }

  .part_slider {
    position: relative;
    top: -60px;
    margin-bottom: 40px;

    .swiper-button-prev {
      left: 130px;
      top: 625px;
    }

    .swiper-button-next {
      right: 130px;
      top: 625px;
    }

    .project {
      .img {
        .text {
          font-size: 23px;
          line-height: 30px;
          padding: 20px 25px 25px;
          margin: 25px;
        }
      }
    }
  }
}

@media (max-width: 935px) {
  .title_part {
    font-size: 23px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .part_slider {
    position: relative;
    top: -80px;
    margin-bottom: 10px;

    .title_part {
      top: -25px;
    }

    .swiper-button-prev {
      left: 20px;
      top: 605px;
    }

    .swiper-button-next {
      right: 20px;
      top: 605px;
    }
  }
}

@media (max-width: 580px) {
  .title_part {
    font-size: 17px;
    line-height: 22px;
    br {
      display: none;
    }
  }

  .part_slider {
    .title_part {
      top: 10px;
      padding: 10px 20px 0;
    }

    .project .img {
      height: 275px;
      background-size: auto 100%;
      margin-top: 30px;

      .text {
        font-size: 19px;
        line-height: 23px;
        padding: 15px 20px 20px;
        margin: 20px;
      }
    }

    .swiper-slide-active .project .img {
      height: 330px;
    }

    .swiper-slide-active .project_3 .img {
      background-position: top left -40px;
    }

    .swiper-slide-active .project_8 .img {
      background-position: top left -100px;

      .text {
        width: 160px;
      }
    }

    .swiper-button-prev {
      left: 10px;
    }

    .swiper-button-next {
      right: 10px;
    }

    .project {
      .content {
        padding: 20px 15px 0;
        display: block;

        .num_slide {
          width: 40px;
          display: block;
          margin: 0 auto 15px;
        }
      }
    }
  }
}

/*PART PUSH*/

.part_push {
  position: relative;
  top: -10px;
  text-align: center;
  padding-bottom: 25px;

  .ban_article_rubric {
    &.mediumWidth {
      margin: 0 18px 36px;
    }
  }

  @media (max-width: 900px) {
    padding: 0 20px 40px;
  }

  @media (max-width: 580px) {
    padding: 0 5px;
    position: relative;
    top: -30px;

    .title_part {
      top: -20px;
    }

    .ban_article_rubric {
      &.mediumWidth {
        margin: 0 18px 25px;
      }
    }
  }
}
