@media (min-width: 0) {
  .program {
    padding: 20px 0 241px 0;
    position: relative;
  }

  .program__pretitle {
    color: #6e7076;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }

  .programm__title {
    margin-top: 11px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }

  .program_png {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  /* accordion */
  .program__accordion {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }

  .accordion__inner {
    border-radius: 16px;
    background: #f4f4f4;
  }

  .accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 16px;
    background: #f4f4f4;
    margin-top: 10px;
    position: relative;
  }

  .active {
    border-radius: 16px 16px 0 0;
  }

  .panel {
    border-radius: 0 0 16px 16px;
    padding: 0 18px;
    background: #f4f4f4;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .panel__point {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 8px;
  }

  .panel__point span {
    color: #dc5086;
    font-weight: bold;
  }

  .panel__point:last-of-type {
    margin-top: 10px;
  }

  .panel ul {
    margin: 0 15px 20px 15px;
  }

  /* .accordion:last-of-type:after {
		content: '';
	}

	.accordion:last-of-type.active:after {
		content: '';
		background: transparent;
	} */

  .active:after {
    content: "\002D ";
    font-size: 55px;
    color: #fff;
    float: right;
    position: absolute;
    right: 19px;
    top: 19px;
    background: #000;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
    border-radius: 8px;
  }

  .accordion_svg {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.36px;
    position: absolute;
    right: 19%;
    top: 22%;
  }

  .active .accordion_svg {
    visibility: visible;
    opacity: 1;
  }

  .accordion_day {
    width: 95px;
    padding: 4.8px 19.2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12.8px;
    background: #dc5086;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.257px;
    letter-spacing: 0.48px;
  }

  .accordion__name {
    color: #000;
    margin-top: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }

  /* accordion */
}

@media (min-width: 640px) {
  .accordion_svg {
    right: 10%;
  }
}

@media (min-width: 954px) {
  .program {
    padding: 32px 0;
  }

  .program__accordion {
    margin-top: 0;
    max-width: 500px;
  }

  .accordion:first-of-type {
    margin-top: 0;
  }

  .program_png {
    left: 0;
    top: 90px;
  }

  .program__inner {
    display: flex;
    justify-content: space-between;
  }

  .programm__title {
    font-size: 34px;
  }

  .accordion_svg {
    right: 12%;
    top: 25%;
  }
}

@media (min-width: 1243px) {
  .program {
    padding: 64px 0;
  }

  .program__pretitle {
    font-size: 16px;
  }

  .programm__title {
    font-size: 45px;
  }

  .program__accordion {
    max-width: 602px;
  }

  .program__head {
    max-width: 496px;
  }

  .accordion_day {
    height: 39px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .accordion__name {
    font-size: 30px;
    margin-top: 10px;
  }

  .accordion {
    margin-top: 20px;
  }

  .panel__point {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
  }

  .program_png {
    left: 3%;
    top: 150px;
  }

  .active:after {
    top: 20px;
  }

  .accordion_svg {
    right: 10%;
    top: 20%;
  }

  .accordion:first-of-type .accordion__toplane .accordion_svg,
  .accordion:last-of-type .accordion__toplane .accordion_svg {
    top: 25%;
  }

  .panel ul {
    margin: 0 0px 20px 30px;
  }

  .panel__point:last-of-type {
    margin-top: 20px;
  }

  li.panel__point::marker {
    font-size: 12px;
  }
}

@media (min-width: 1495px) {
  .program_png {
    left: 10%;
  }
}

@media (min-width: 1772px) {
  .program_png {
    left: 18%;
  }
}
