﻿/*
@font-face {
  font-family: "Lithium";
  src: url("/Content/Fonts/Lithium_tf.woff2") format("woff2");
  font-display: swap;
}
*/
input,
textarea {
  -webkit-appearance: none;
}

.lang-switch a {
  color: #008c2f;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: color .2s ease;
}

  .lang-switch a:hover {
    color: #04dc4c;
  }
/*Oranienbaum - пробуем этот шрифт везде*/
.hero-title {
  font-family: "Lithium", "Oranienbaum", "Libre Caslon Condensed", 'PT Serif', Georgia, "Instrument Serif", "Oranienbaum", Georgia,'Times New Roman'; /*'Libre Baskerville', 'Unbounded', 'Playfaier Display', 'Century Gothic', 'Times New Roman', serif;*/
  font-size: 6em;
  color: rgba(255,255,255,0.82);
}

.hero-sub-title {
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  font-size: 1.8em;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
}

.pillars-title {
  font-family: "Lithium", "Instrument Serif", Georgia,'Times New Roman';
  font-size: 4em;
  color: rgba(255,255,255,0.82);
}

.pillars-sub-title {
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  font-size: 1.08em;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
  margin-bottom: 60px;
}
/*#region HERO*/
.hero-full {
  position: relative;
  width: 100%;
  /*min-height: 700px;*/
  height: auto;
  margin-left: 0; /*calc(50% - 50vw);*/
  overflow: hidden;
}

  .hero-full > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
  }

.hero-content {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  inset: 0;
  width: min(70%, 1400px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Lithium", 'Times New Roman';
}
 /* .hero-content {
  position: relative;
  z-index: 1;

  width: min(70%, 1400px);
  min-height: 700px;

  margin-inline: auto;
  padding: 60px 0;

  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: white;

  font-family:
    "Lithium",
    "Instrument Serif",
    Georgia,
    "Times New Roman";

}*/

.hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,0.92);
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.hero-sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
  margin-bottom: 34px;
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
}

  .hero-sponsor span {
    color: rgba(255,255,255,0.72);
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
  }

  /*    .hero-sponsor img {
      width: 260px;
      max-width: 40vw;
      height: auto;
      display: block;
    }*/
  .hero-sponsor img {
    width: 260px;
    height: auto;
    display: block;
    /*background: rgba(255,255,255,0.94);*/
    padding: 9px 14px;
    border-radius: 6px;
  }
.buttons-hero {
  display: flex;
  gap: 18px;
  margin-top: 35px;
  flex-wrap: wrap;
  justify-content: center;
}

.button-base {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  padding: 14px 34px;
  font-size: 1.05em;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-border {
  border-radius: 999px;
  transition: all 0.3s ease;
  background: linear-gradient( to right, #00832a 0%, #006b20 45%, #004a0d 100% );
  color: #0A240F;
}

  .button-without-border {
  color: rgba(255,255,255,0.82);
  background-color: transparent;
}

.button-border:hover {
  /*background-color: #fff;*/
}

.button-arrow-top-right {
  font-size: 1.03em;
  transition: transform 0.3s ease;
  position: relative;
  top: 1px;
  color: #0A240F;
}

.button-base:hover .button-arrow-top-right {
  transform: translateX(4px) translateY(-4px);
}

.button-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  padding-top: 4px;
}

.button-base:hover .button-arrow {
  transform: translateX(5px);
}
.button-arrow-bottom {
  display: inline-block;
  transition: transform 0.3s ease;
  padding-top: 4px;
}
.button-base:hover .button-arrow-bottom {
  /*transform: translateY(5px);*/
}

.hero-features {
  display: flex;
  gap: 28px;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  font-size: 0.95em;
  color: rgba(255,255,255,0.82);
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

  .hero-feature i {
    font-size: 1em;
    opacity: 0.9;
  }

/*#endregion HERO*/

.section-divider {
  width: min(900px, 80%);
  height: 1px;
  margin: 80px auto;
  background: linear-gradient( to right, transparent, rgba(255,255,255,0.22) 15%, rgba(255,255,255,0.22) 85%, transparent );
}

.section-divider-1 .section-divider {
  margin: 10px auto;
}

/*#region PILARS*/
.pillars-section {
  width: min(70%, 1400px);
  margin: 0 auto 110px auto;
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  color: #1f241f;
}


.pillars-header {
  max-width: 820px;
}

.pillars-header--left {
  text-align: left;
  margin: 0 0 55px 0;
}
  /*.pillars-header--left h2 {
    text-align: left;
  }*/
/*.pillars-header--center {
  text-align: center;
  margin: 0 auto;
}*/
  .pillars-header--center {
    /*text-align: center;*/
  }
/*  .pillars-header h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 4em;
    font-weight: normal;
    margin: 0 0 22px 0;
    color: #ccc;
  }*/
  .pillars-header p {
    font-size: 1.08em;
    line-height: 1.8;
    /*color: #5b6259;*/
    color: #CCC;
    margin: 0;
  }

.pillars-kicker {
  font-size: 0.85em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9fa799;
  margin-bottom: 18px;
  font-weight: 600;
}
.font-credit {
  font-size: 0.75em;
  letter-spacing: 0.2em;  
  color: #9fa799;
  margin-bottom: 18px;
  font-weight: 400;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #1e3821;
  border-radius: 28px;
  overflow: hidden;
}

.pillar-card {
  padding: 30px 28px;
  border-right: 1px solid #1e3821;
  background-color: #0A240F;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  cursor: pointer;
}

  .pillar-card:last-child {
    border-right: none;
  }

  .pillar-card:hover {
    background: #1e3821;
  }

.pillar-number {
  font-family: "Lithium", "Instrument Serif", Georgia,'Times New Roman';
  font-size: 0.95em;
  color: #9a8a72;
  margin-bottom: 28px;
}

.pillar-card-title {
  font-family: "Lithium", "Instrument Serif", Georgia,'Times New Roman';
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 16px 0;
  color: #fff;
}

.pillar-card-subtitle {
  font-size: 0.98em;
  line-height: 1.75;
  color: #9fa799;
  margin: 0;
}

.pillar-role {
  margin-top: 32px;
  font-size: 0.78em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 600;
}

.pillar-icon {
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 28px;
  line-height: 1;
}
/*#endregion PILARS*/



/*#region COMMUNITY*/
.comunity-header {
  max-width: 820px;
  text-align: center;
  width: 100%;
  margin: auto;
}
.community-box {
  width: min(50%, 760px);
  margin: 0 auto;
  border: 1px solid #1e3821;
  border-radius: 28px;
  /*background: #0A240F;*/
  background: linear-gradient( to bottom, #1e3821 20%, #0A240F 100% );
  padding: 55px 60px;
}

.community-list {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.community-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
  /*border-bottom: 1px solid rgba(255,255,255,0.08);*/
  font-size: 1.08em;
  color: #fff;
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
}

  .community-item:last-child {
    border-bottom: none;
  }

  .community-item i {
    font-size: 1.15em;
    color: #9fa799;
    width: 24px;
  }

.community-button {
  display: flex;
  justify-content: center;
  width: clamp(320px,320px,320px);
  margin-top: 40px;
}

.community-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}


.community-pricing {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 34px;
  margin-bottom: 38px;
  /*border-bottom: 1px solid rgba(255,255,255,0.08);*/
}

.community-pricing-title {
  font-family: "Lithium", "Instrument Serif", Georgia,'Times New Roman';
  font-size: 2.7em;
  font-weight: normal;
  color: #fff;
  margin: 0 0 10px 0;
}

.community-pricing-subtitle {
  margin: 0;
  color: #9fa799;
  font-size: 1em;
  line-height: 1.7;
}

.community-pricing-right {
  text-align: right;
  flex-shrink: 0;
}

.community-price-old {
  color: rgba(255,255,255,0.35);
  text-decoration: line-through;
  font-size: 1.05em;
  margin-bottom: 6px;
}

.community-price-new {
  font-family: "Lithium", "Instrument Serif", Georgia,'Times New Roman';
  font-size: 3.2em;
  line-height: 1;
  color: #fff;
}

.section-divider-1 {
  width: 90%;
  height: 1px;
  margin: 20px auto;
  background: linear-gradient( to right, transparent, rgba(255,255,255,0.22) 15%, rgba(255,255,255,0.22) 85%, transparent );
}

.community-price-new span {
  font-size: 0.42em;
  opacity: 0.72;
  margin-left: 2px;
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  font-weight: 500;
}

.community-check {
  width: 15px;
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 1px;*/
  padding-left: 1px;
}

  .community-check i {
    font-size: 0.85em;
    color: #d7ddd3;
  }

/*#endregion COMMUNITY*/


/*#region faculty*/
.faculty-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  border: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.faculty-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
  border: 1px solid #1e3821;
  border-radius: 28px;
  background: #0A240F;
  transition: background 0.3s ease;
  position: relative;
  overflow: hidden;
}

  .faculty-row:hover {
    background: #1e3821;
  }

  .faculty-row img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 26px;
    filter: grayscale(20%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
  }
.faculty-background-university {
  position: absolute;
  left: 25%;
  top: 15px;
  z-index: 0;
  font-family: "Lithium","Instrument Serif",Georgia,serif;
  font-size: clamp(70px, 6vw, 140px);
  line-height: .8;
  letter-spacing: -.05em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255,255,255,.025);
  pointer-events: none;
  user-select: none;
}


.faculty-trust {
  margin-top: 26px;
  font-size: 0.88em;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ccc;
  text-align: left;
}


/*#endregion faculty*/

/*#region contact cupture*/
.contact-section {
  width: min(70%, 1400px);
  margin: 0 auto 120px auto;
}

.contact-box {
  width: min(50%, 760px);
  margin: 0 auto;
  padding: 60px;
  border-radius: 28px;
  background: linear-gradient( to bottom, #1e3821 20%, #0A240F 100% );
  border: 1px solid #1e3821;
}

.contact-form {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-field {
  display: flex;
  flex-direction: column;
}

  .form-field label {
    margin-bottom: 10px;
    font-size: 0.92em;
    letter-spacing: 0.04em;
    color: #9fa799;
    font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  }

  .form-field input {
    height: 58px;
    padding: 0 20px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    color: #fff;
    font-size: 1em;
    outline: none;
    transition: all 0.3s ease;
  }

    .form-field input:focus {
      border-color: rgba(255,255,255,0.22);
      background: rgba(255,255,255,0.06);
    }

.capture-notes {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 22px;
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  font-size: 0.9em;
  color: rgba(255,255,255,0.72);
}

  .capture-notes span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }
/*#endregion contact cupture*/

/*#region about*/
.about-section {
  width: min(70%, 1400px);
  margin: 0 auto 120px auto;
}

.about-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  padding: 60px;
  border-radius: 28px;
  background: linear-gradient( to bottom, #1e3821 20%, #0A240F 100% );
  border: 1px solid #1e3821;
}

.about-right {
  display: flex;
  flex-direction: column;
  gap: 34px;
  justify-content: center;
}

.about-item {
  display: flex;
  gap: 18px;
}

.about-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: #9fa799;
}

.about-item-title {
  margin: 0 0 8px 0;
}

.about-item p {
  margin: 0;
  color: #9fa799;
  line-height: 1.7;
}

.about-button {
  grid-column: 1 / -1;
  margin-top: 20px;
  /*width: fit-content;*/
  justify-self: center;
  justify-content: center;
  width: clamp(320px,320px,320px);
}

/*#endregion about*/

/*#region faculty-profile*/
.faculty-profile {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  padding: 16px;
  background: rgba(0, 10, 3, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

  .faculty-profile.is-open {
    visibility: visible;
    opacity: 1;
  }

.faculty-profile-layout {
  position: relative;
  width: min(1540px, 100%);
  
  height: min(900px, calc(100vh - 32px));
  /*width: min(70%, 1400px);*/
  /*margin: 0 auto 120px auto;*/
}

.faculty-profile-window {
  position: relative;
  width: min(1540px, 100%);
  min-height: min(900px, calc(100vh - 32px));
  max-height: calc(100vh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #1e3821;
  border-radius: 34px;
  background: #0A240F;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
  transform: translateY(30px) scale(0.985);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  scrollbar-width: none;
  -ms-overflow-style: none;

  /*width: min(70%, 1400px);*/
  /*margin: 0 auto 120px auto*/;
}

  .faculty-profile-window::-webkit-scrollbar {
    display: none;
  }

.faculty-profile.is-open .faculty-profile-window {
  transform: translateY(0) scale(1);
}

.faculty-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 26px;
  position: relative;
  z-index: 2;
}

.faculty-trust {
  margin: 0;
}

.faculty-profile-button {
  padding: 0;
  font-size: 0.88em;
}
/*#region faculty-profile button close*/

.faculty-profile-close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: background .25s, transform .25s;
  z-index: 20;
}

  .faculty-profile-close:hover {
    background: rgba(255,255,255,.08);
    transform: rotate(90deg);
  }

  .faculty-profile-close span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 2px;
  }

    .faculty-profile-close span:first-child {
      transform: translate(-50%,-50%) rotate(45deg);
    }

    .faculty-profile-close span:last-child {
      transform: translate(-50%,-50%) rotate(-45deg);
    }
/*#endregion faculty-profile button close*/

.faculty-profile-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: clamp(220px, 25vw, 330px) 1fr;
  gap: clamp(45px, 7vw, 100px);
  align-items: start;
  /*min-height: min(900px, calc(100vh - 32px));*/
  margin-bottom: 0px;
  margin-top: 20px;
  margin-left: 20px;
  padding: clamp(40px, 40px, 120px) clamp(30px, 40px, 100px);
  overflow: hidden;
  box-sizing: border-box;


  /*width: min(70%, 1400px);*/
}

.faculty-profile-photo-column {
  position: relative;
  z-index: 2;
  align-self: start;
  justify-self: start;
}

.faculty-profile-photo {
  display: block;
  width: clamp(220px, 25vw, 240px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.1);
}

.faculty-profile-info {
  position: relative;
  z-index: 2;
  align-self: start;
  padding-top: clamp(25px, 5vw, 25px);
  text-align: left;
}

  .faculty-profile-info h1 {
    /*margin: 0;*/
    font-family: "Lithium", "Instrument Serif",serif;
    font-size: clamp(72px,8vw,72px);
    font-weight: 400;
    line-height: .9;
    letter-spacing: -.04em;
    text-align: left;
  }


.faculty-profile-background-name {
  position: absolute;
  right: -3vw;
  bottom: 2vh;
  z-index: 1;
  font-family: "Lithium", "Instrument Serif", Georgia, serif;
  font-size: clamp(150px, 20vw, 310px);
  line-height: 0.78;
  letter-spacing: -0.06em;
  white-space: nowrap;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.028);
  pointer-events: none;
  user-select: none;
}



.faculty-profile-position {
  max-width: 760px;
  margin: 30px 0 0;
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.66);
  padding-bottom: 30px;
}

.faculty-profile-intro {
  max-width: 760px;
  margin: 0;
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  font-size: clamp(12px, 1.8vw, 16px);
  line-height: 1.85;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.66);
}

.bio-section {
  width: min(70%, 1400px);
  margin: 0 auto 40px auto;
  padding: clamp(40px, 40px, 120px) clamp(30px, 40px, 100px);
}

.faculty-profile-biography-text {
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  font-size: clamp(12px, 1.8vw, 16px);
  line-height: 1.85;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.66);
}

  .faculty-profile-biography-text p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.68);
  }

    .faculty-profile-biography-text p:last-child {
      margin-bottom: 0;
    }

.faculty-course-row {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 40px;
  gap: 20px;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  color: inherit;
  text-decoration: none;
  transition: padding-left .25s ease;
}

  .faculty-course-row:hover {
    padding-left: 10px;
  }

.faculty-course-number {
  font-family: "Lithium", "Instrument Serif", Georgia, serif;
  font-size: clamp(25px, 3vw, 38px);
  /* font-size: 0.85em;*/
  /*letter-spacing: 0.2em;*/
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  /* margin-bottom: 18px;*/
  font-weight: 300;
}

.faculty-course-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #04dc4c;
  text-decoration: none;
}

  .faculty-course-main strong {
    font-family: "Lithium", "Instrument Serif", Georgia, serif;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.1;
  }

  .faculty-course-main span {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,.48);
  }

.faculty-course-arrow {
  justify-self: end;
  font-size: 24px;
  color: rgba(255,255,255,.45);
  transition: transform .25s ease;
}

.faculty-course-row:hover .faculty-course-arrow {
  transform: translateX(6px);
}
/*#endregion faculty-profile*/


/*#region Lectures*/

.course-lectures-message {
  width: 100%;
  padding: 28px;
  border: 1px solid #1e3821;
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.62);
  background: #0a240f;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

/* Lecturers */

.archive-lecture__lecturers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 32px;
  width: 100%;
  margin-top: 20px;
}

.archive-lecture__lecturer {
  display: flex;
  align-items: center;
  gap: 11px;
}

.archive-lecture__avatar {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: #112f17;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

  .archive-lecture__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.archive-lecture__avatar--initials {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04dc4c;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.archive-lecture__lecturer-info strong {
  font-family: "Lithium", "Instrument Serif", Georgia,'Times New Roman';
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 16px 0;
  color: #fff;
}

.archive-lecture__lecturer-info span {
  display: block;
  margin-bottom: 3px;
  color: #718075;
  font-family: "Inter", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lecture-expose {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.lecture-expose__text {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: pre-line;
  max-height: calc(3 * 1.85em);
  transition: max-height 0.4s ease, color 0.25s ease;
}

  .lecture-expose__text.is-collapsible {
    cursor: pointer;
  }

    .lecture-expose__text.is-collapsible:hover {
      color: rgba(255, 255, 255, 0.86);
    }
  .lecture-expose__text p {
    margin: 0 0 18px 0;
  }

    .lecture-expose__text p:last-child {
      margin-bottom: 0;
    }

/* Open lecture */

.lecture-expose__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.course-lectures-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
/* Mobile */
.lecture-background-number {
  position: absolute;
  right: 26px;
  top: -18px;
  font-family: "Lithium", "Instrument Serif", Georgia, serif;
  font-size: clamp(120px, 12vw, 180px);
  font-weight: 300;
  line-height: 1;
  color: rgba(255,255,255,.025);
 
  user-select: none;
  pointer-events: none;
  z-index: 0;
}

.lecture-list-item > * {
  position: relative;
  z-index: 1;
  /*padding: 32px 0 34px;*/
 /* width:80%;*/
}

.expose-text {
  font-family: 'Open Sans', 'Inter', Tahoma, Arial;
  font-size: clamp(12px, 1.8vw, 14px);
  line-height: 1.85;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.66);
}
  /*#endregion Lectures*/


/*#region Courses*/
.courses-list {
  display: block;
}

.courses-year-group {
  width: 100%;
  margin-bottom: 120px;
}

.courses-year-header {
  margin-bottom: 42px;
}

.courses-year-title {
  margin: 0;
  font-family: "Lithium", "Instrument Serif", Georgia, serif;
  font-size: clamp(64px, 8vw, 110px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.04em;
  color: rgba(255, 255, 255, .9);
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}


/* Course card */

.course-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid #1e3821;
  border-radius: 28px;
  background: linear-gradient( to bottom, #1e3821 20%, #0A240F 100% );
}

.course-info {
  position: relative;
  z-index: 2;
  flex: 1;
}

.course-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .38);
}

  .course-meta span + span {
    position: relative;
    padding-left: 18px;
  }

    .course-meta span + span::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #04dc4c;
      transform: translateY(-50%);
    }

.course-card-title {
  max-width: 620px;
  margin: 0 0 24px;
  font-family: "Lithium", "Instrument Serif", Georgia, serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
  color: #fff;
}


/* Language switch */

.courses-language-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 50px auto 80px;
  padding: 5px;
  border: 1px solid #1e3821;
  border-radius: 100px;
  background: #0A240F;
}

.courses-language-switch__button {
  min-width: 120px;
  padding: 12px 24px;
  border: 0;
  border-radius: 100px;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, .45);
  cursor: pointer;
  transition: color .25s ease, background .25s ease;
}

  .courses-language-switch__button:hover {
    color: #fff;
  }

  .courses-language-switch__button.is-active {
    color: #04dc4c;
    background: #1e3821;
  }

/*#endregion Courses*/