.overlay-hero {
  background: linear-gradient(269.95deg, rgba(255, 255, 255, 0) -161.86%, rgba(86, 86, 86, 0.2) 10.37%, rgba(25, 24, 24, 0.67) 84.18%);
}

.prod-camps-section, .whats-in-section, .schedule-section, .check-camps-section, .register-camp-section, .evaluation-section {
  font-size: 16px;
  line-height: 1.2;
  color: var(--text-color);
}

/* Prod camps section */
.prod-camps-section {
  position: relative;
}

.prod-camps-section .section-title {
  margin-bottom: 70px;
}

.prod-camps-section__bg {
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 0;
}

.prod-camps-section__container {
  max-width: 861px;
  margin: 0 auto;
  padding: 50px 0;
}

.prod-camps-section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prod-camps-section__left {
  width: 45.5%;
}

.prod-camps-section__left p:nth-child(1) {
  margin-bottom: 30px;
}

.prod-camps-section__left p:nth-child(2) {
  margin-bottom: 50px;
}

.prod-camps-section__content img {
  z-index: 1;
  flex-shrink: 0;
}

.schedule-section {
  position: relative;
}

.schedule-section_mobile {
  display: none;
}

.schedule-section h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

.schedule-section ul {
  margin-bottom: 0;
}

.schedule-section img {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translate(-100%, -50%);
}

/* whats in section */
.whats-in-section {
  max-width: 902px;
  margin: 0 auto;
  padding: 86px 115px;
  color: var(--text-color);
}

.whats-in-section__benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}

.whats-in-section__benefit {
  position: relative;
  display: flex;
}

.whats-in-section__benefit img {
  transform: translateX(50%);
}

.whats-in-section__benefit span {
  display: inline-block;
  max-width: 167px;
  font-weight: 700;
  color: var(--blue);
  transform: translateY(64px);
}

.whats-in-section__benefit_prod span {
  color: var(--orange);
}

/* register camp section */
.register-camp-section {
  background: #0177CC33;
  padding: 70px 35px;
}
.register-camp-section__container {
  max-width: 1049px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.register-camp-section__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.register-camp-section__right {
  max-width: 250px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 50px;
}
.register-camp-section__description p:nth-child(1) {
  margin-bottom: 30px;
}
.register-camp-section__description p:nth-child(2) {
  margin-bottom: 0;
}
.register-camp-section__contact {
  display: grid;
  grid-template-columns: 1fr 3fr;
  row-gap: 20px;
  border: 2px solid #3D3E40;
  border-radius: 10px;
  padding: 28px;
}
.register-camp-section__contact span:nth-child(odd) {
  font-weight: 700;
}

/* check-camps-section */
.check-camps-section {
  background: url(/new-design/img/camps/prod-check-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  margin-bottom: 70px;
  color: var(--text-color);
}

.check-camps-section__container {
  width: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.check-camps-section__description {
  font-weight: 700;
  text-align: center;
}

/* Evaluation section */
.evaluation-section {
  padding: 115px 72px;
  max-width: 1440px;
  margin: 0 auto;
}
.evaluation-section .section-title {
  margin-bottom: 30px;
}
.evaluation-section__description {
  font-weight: 700;
  text-align: center;
  margin: 0 auto 70px;
  margin-bottom: 70px;
  max-width: 470px;
}

@media (max-width: 991px) {
  .prod-camps-section, .whats-in-section, .schedule-section, .check-camps-section, .register-camp-section, .evaluation-section {
    font-size: 14px;
  }
  .register-camp-section a {
    font-size: 14px;
  }
  .hero-section .btn, .check-camps-section .btn {
    font-size: 12px;
  }
  .section-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .prod-camps-section .section-title {
    margin-bottom: 30px;
  }
  .overlay-hero {
    transform: rotate(90deg);
  }
  .prod-camps-section__content {
    flex-direction: column;
    text-align: center;
  }
  .prod-camps-section__left p:nth-child(1) {
    margin-bottom: 20px;
  }
  .prod-camps-section__left p:nth-child(2) {
    font-size: 16px;
  }
  .whats-in-section__benefits {
    flex-direction: column;
    gap: 50px;
  }
  .whats-in-section__benefit {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .whats-in-section__benefit img {
    height: 60px;
    transform: unset;
  }
  .whats-in-section__benefit span {
    transform: unset;
    max-width: 220px;
    text-align: center;
  }
  .register-camp-section {
    padding: 50px 34px;
  }
  .register-camp-section__right {
    gap: 30px;
  }
  .register-camp-section__right img {
    width: 85px;
    height: 60px;
  }
  .register-camp-section__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .register-camp-section__left {
    gap: 30px;
  }
  .register-camp-section__description {
    text-align: center;
  }
  .register-camp-section__contact {
    border-width: 1px;
    padding: 14px;
  }
  .check-camps-section {
    background: url(/new-design/img/camps/prod-check-bg-mobile.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
  }
  .check-camps-section__container {
    gap: 30px;
  }
  .check-camps-section img {
    width: 85px;
    height: 60px;
  }
  .prod-camps-section__bg {
    display: none;
  }
  .prod-camps-section__content img {
    width: 210px;
    height: 200px;
  }
  .schedule-section_desktop {
    display: none;
  }
  .schedule-section_mobile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
  }
  .schedule-section_mobile h4 {
    font-size: 14px;
    margin-bottom: unset;
  }
  .schedule-section_mobile img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .schedule-section_mobile .schedule-section_mobile__bg {
    position: absolute;
    top: 14px;
    right: 6px;
  }
  .evaluation-section {
    padding: 70px 30px;
  }
  .evaluation-section .section-title {
    margin-bottom: 15px;
  }
  .evaluation-section__description {
    margin: 0 auto 40px;
  }
}
