.programm_v2 {
  /* .programm_v2__smallcontainer */
  /* .programm_v2__container */
  /* .programm_v2__block */
  /* .programm_v2__item */
  /* .programm_v2__item-name */
  /* .programm_v2__item-content */
  /* .programm_v2__item-date */ }
  .programm_v2__container {
    margin-top: clamp(1.5rem, 1.024rem + 2.38vw, 2.5rem); }
  .programm_v2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid;
    border-color: var(--text-color);
    padding-top: clamp(1.5rem, 1.024rem + 2.38vw, 2.5rem);
    padding-bottom: clamp(1.5rem, 1.024rem + 2.38vw, 2.5rem); }
    @media (max-width: 965px) {
      .programm_v2__item {
        position: relative; } }
    @media (max-width: 600px) {
      .programm_v2__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 32px; } }
  .programm_v2__item:first-child {
    border-top: 1px solid;
    border-color: var(--text-color); }
  .programm_v2__item-name {
    width: 35%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 992px) {
      .programm_v2__item-name {
        padding-right: 40px; } }
    @media (max-width: 965px) {
      .programm_v2__item-name {
        padding-right: 5%;
        width: 50%; } }
    @media (max-width: 600px) {
      .programm_v2__item-name {
        width: 100%; } }
  .programm_v2__item-content {
    width: 45%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 965px) {
      .programm_v2__item-content {
        width: 50%; } }
    @media (max-width: 600px) {
      .programm_v2__item-content {
        width: 100%; } }
  .programm_v2__item-content p:not(:first-child) {
    margin-top: 24px; }
  .programm_v2__item-content ul li {
    padding-left: 32px;
    background-image: url(../images/list_point.svg?2);
    background-repeat: no-repeat;
    background-position: 0 11px;
    color: var(--text-color);
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.03em; }
  .programm_v2__item-content ul {
    margin-bottom: 16px; }
  .programm_v2__item-date {
    font-style: normal;
    font-weight: 300;
    font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    line-height: 90%;
    text-align: right;
    letter-spacing: -0.03em;
    color: var(--accent-color);
    opacity: 0.6;
    white-space: nowrap;
    width: 20%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 965px) {
      .programm_v2__item-date {
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 30px;
        opacity: 0.8;
        position: absolute;
        bottom: clamp(1.5rem, 1.024rem + 2.38vw, 2.5rem);
        left: 0;
        text-align: left; } }
    @media (max-width: 600px) {
      .programm_v2__item-date {
        position: static; } }

.list_accent {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  color: var(--accent-color);
  padding-left: 32px;
  background-image: url(../images/list_point.svg?2);
  background-repeat: no-repeat;
  background-position: 0 11px; }

.programm_v2__item-name h4 {
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1rem, 0.881rem + 0.6vw, 1.25rem);
  line-height: 1.4em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text-color); }

.programm_v2__item-name.offline h4 {
  background-color: var(--accent-color);
  color: var(--text-color);
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
  position: relative; }

.mba_place {
  background-image: url("../images/bg_mba_place.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  min-height: 110vh;
  /* .mba_place__container */
  /* .mba_place__bgw */ }
  @media (max-width: 1120px) {
    .mba_place {
      background-position: 20% top; } }
  @media (max-width: 992px) {
    .mba_place {
      background-position: 30% top; } }
  @media (max-width: 820px) {
    .mba_place {
      background-position: center top; } }
  @media (max-width: 700px) {
    .mba_place {
      min-height: 80vh;
      margin-top: 200px;
      padding-top: 0; } }
  @media (max-width: 500px) {
    .mba_place {
      background-position: 70% top; } }
  @media (max-width: 400px) {
    .mba_place {
      background-position: 60% top; } }
  .mba_place__bgw {
    background-color: white;
    padding-top: clamp(3rem, 1.932rem + 5.34vw, 5.938rem);
    padding-bottom: clamp(3rem, 1.932rem + 5.34vw, 5.938rem);
    padding-left: clamp(1.5rem, 0.773rem + 3.64vw, 3.5rem);
    padding-right: clamp(1.5rem, 0.773rem + 3.64vw, 3.5rem);
    width: 100%;
    max-width: 535px;
    min-height: 378px; }
    @media (max-width: 992px) {
      .mba_place__bgw {
        max-width: 375px;
        min-height: auto; } }
    @media (max-width: 820px) {
      .mba_place__bgw {
        max-width: 350px;
        position: relative;
        top: -150px; } }
    @media (max-width: 700px) {
      .mba_place__bgw {
        max-width: none;
        top: -250px; } }
  .mba_place__bgw p {
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -0.02em; }