
.section-projects {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F6F6F6;
}

.projects-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.slick-slide {
  outline: none !important;
}

.project-slider .slick-prev, .project-slider .slick-next {
  width: 34px;
  height: 56px;
  border-radius: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 34px 56px;
          mask-size: 34px 56px;
  cursor: pointer;
  z-index: 4;
  background-color: #FC3D6C;
  position: absolute;
  border: 0;
  top: 50%;
  margin-top: -35px;
}

.project-slider .slick-prev:before, .project-slider .slick-next:before {
  content: '';
  display: none;
}

.project-slider .slick-prev {
  left: -15px;
  -webkit-mask-image: url("../img/icons/slider-arrow-left.svg");
          mask-image: url("../img/icons/slider-arrow-left.svg");
}

.project-slider .slick-prev:hover {
  background-color: #e9043c;
}

.project-slider .slick-next {
  right: -15px;
  -webkit-mask-image: url("../img/icons/slider-arrow-right.svg");
          mask-image: url("../img/icons/slider-arrow-right.svg");
}

.project-slider .slick-next:hover {
  background-color: #e9043c;
}

.project-slider .slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.project-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
}

.project-slider .slick-dots li button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  border-color: transparent;
  border: 2px solid #FC3D6C;
  text-indent: -9999px;
  font-size: 0;
  display: block;
}

.project-slider .slick-dots li button:before {
  content: '';
  display: none;
}

.project-slider .slick-dots li.slick-active button {
  background-color: #FC3D6C;
}

.project-slide {
  display: none;
  padding-left: 8px;
  padding-right: 8px;
}

.project-slide:first-child {
  display: block;
}

.project-s-item {
  text-align: center;
}

.project-s-item__title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}

.project-s-item__icon {
  width: 130px;
  height: 130px;
  padding: 15px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-s-item__icon img {
  max-width: 100%;
  max-height: 100%;
}

.project-s-item__title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}

.project-s-item__icon_cn {
  width: 230px;
  height: 130px;
  padding: 15px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-s-item__icon_cn img {
  max-width: 100%;
  max-height: 100%;
}


.project-s-item__info {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.project-s-item__text {
  margin-top: 48px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.project-s-item-digits {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.project-s-item-digit-wrapper {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.project-s-item-digit {
  margin-top: 32px;
  line-height: 1.25;
}

.project-s-item-digit__digit {
  font-weight: 700;
  font-size: 24px;
  color: #FC3D6C;
}

.project-s-item-digit__text {
  font-weight: 500;
  margin-top: 12px;
}

.black-btn {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  background-color: #000000;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0;
  text-decoration: underline;
}

.black-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
}

.project-s-item-btn-block {
  margin-top: 80px;
}

.project-s-item-btn {
  width: 320px;
}

/*==========  Desktop First  ==========*/
@media (max-width: 1199.98px) {
  .project-slider .slick-prev, .project-slider .slick-next {
    width: 30px;
    height: 50px;
    -webkit-mask-size: 30px 50px;
            mask-size: 30px 50px;
  }
  .project-s-item-digit__text {
    font-size: 12px;
  }
  .projects-container {
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {
  .project-s-item-digit__text {
    margin-top: 8px;
  }
  .project-s-item-digit-wrapper {
    width: 50%;
  }
  .projects-container {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .section-projects {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .project-s-item__icon {
    width: 100px;
    height: 100px;
    padding: 10px;
  }
  .project-s-item__title {
    font-size: 18px;
  }
  .project-s-item__info {
    font-size: 16px;
  }
  .project-s-item__text {
    margin-top: 24px;
    font-size: 14px;
  }
  .project-s-item-btn {
    width: auto;
  }
  .project-s-item-btn-block {
    margin-top: 40px;
  }
  .project-slider .slick-dots {
    margin-top: 30px;
  }
  .project-s-item-digit {
    margin-top: 24px;
  }
  .project-s-item-digits {
    margin-top: 20px;
  }
  .black-btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .projects-container {
    max-width: 540px;
  }
}

@media (max-width: 575.98px) {
  .projects-container {
    max-width: 100%;
  }
}

/*==========  Mobile First  ==========*/
