.programm {
  position: relative;
  margin-bottom: 102px;
  padding-top: 30px;
}

.programm h1 {
  margin-bottom: 140px;
}

.programm > p {
  text-align: center;
  font-size: 32px;
  color: #0b1b35;
  font-weight: 700;
  margin-bottom: 93px;
}

.programm_cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 132px;
}

.programm_card {
  max-width: 370px;
  width: 100%;
  height: 248px;
  background-color: #fff;
  padding: 24px;
  color: #1e1e1e;
  text-align: center;
  box-shadow: 0px 10px 35px 0px #00000040;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.programm_card_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  margin: 0 auto;
  background-color: #151439;
  box-shadow: 0px 13px 35px 0px #00000040;
  margin-bottom: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.programm_card p:nth-child(3) {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.programm .lamp {
  position: absolute;
  top: 130px;
  left: -130px;
}

.programm_apply {
  max-width: 1170px;
  width: 100%;
  padding: 110px 80px;
  background: linear-gradient(180deg, #0540f2 0%, #03258c 100%);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  box-shadow: 0px 13px 35px 0px #00000040;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.programm_apply h5 {
  font-weight: 700;
  font-size: 32px;
  max-width: 610px;
  width: 100%;
  margin-bottom: 18px;
}

.programm_apply p {
  max-width: 516px;
  width: 100%;
  margin-bottom: 18px;
}

.programm_apply button {
  background-color: #fff;
  color: #1b1aff;
  padding: 12px 33px;
  border: none;
  border-radius: 11px;
  font-size: 18px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

@media (max-width: 480px) {
  .programm {
    margin-top: 0;
  }

  .programm h1 {
    margin-bottom: 0px;
  }

  .programm_cards {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  
  .programm_card {
    margin-bottom: 90px;
    max-width: 420px;
  }

  .programm_cards .programm_card:nth-child(1) {
    height: auto;
  }

  .programm_cards .programm_card:nth-child(2) {
    margin: 0;
    margin-bottom: 90px;
  }

  .programm_card p:nth-child(2) {
    font-size: 16px;
  }

  .lamp {
    display: none;
  }

  .programm_apply {
    padding: 35px 25px;
  }
  .programm_apply h5 {
    font-size: 20px;
  }
  .programm_apply p {
    font-size: 14px;
  }
  .programm_apply button {
    font-size: 14px;
    width: 100%;
  }
}

/* ___________________________________________________ */

@media (min-width: 481px) and (max-width: 768px) {
  .programm {
    margin-top: 0;
  }

  .programm h1 {
    margin-bottom: 0px;
  }

  .programm_cards {
    flex-direction: column;
    align-items: center;
  }

  .programm_cards .programm_card:nth-child(1) {
    height: auto;
  }

  .programm_card {
    margin-bottom: 50px;
  }

  .programm_cards .programm_card:nth-child(2) {
    margin: 0;
    margin-bottom: 50px;
  }

  .programm_card p:nth-child(2) {
    font-size: 16px;
  }

  .lamp {
    display: none;
  }

  .programm_apply {
    padding: 50px 30px;
  }
  .programm_apply h5 {
    font-size: 24px;
  }
  .programm_apply p {
    font-size: 14px;
  }
  .programm_apply button {
    font-size: 15px;
  }
}

/* ___________________________________________________ */

@media (min-width: 769px) and (max-width: 1024px) {
  .programm {
    margin-top: -50px;
  }

  .programm h1 {
    margin-bottom: 0px;
  }

  .programm_card {
    max-width: 100%;
    height: auto;
  }

  .programm_cards .programm_card:nth-child(2) {
    margin: 0 20px;
  }

  .programm_card p:nth-child(2) {
    font-size: 16px;
  }

  .lamp {
    display: none;
  }

  .programm_apply {
    padding: 80px 40px;
  }
  .programm_apply h5 {
    font-size: 28px;
  }
  .programm_apply p {
    font-size: 16px;
  }
  .programm_apply button {
    font-size: 16px;
  }
}

/* ___________________________________________________ */

@media (min-width: 1025px) and (max-width: 1200px) {
  .programm_cards .programm_card:nth-child(2) {
    margin: 0 20px;
  }

  .programm_card {
    max-width: 100%;
    height: auto;

  }

  .programm_card p:nth-child(2) {
    font-size: 18px;
  }

  .programm .lamp {
    left: 0px;
  }
}

/* ___________________________________________________ */

@media (min-width: 1201px) and (max-width: 1400px) {
  .programm .lamp {
    left: 0px;
  }
}
