@font-face {
  font-family: 'TT Norms Pro';
  src: url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Regular.woff2') format('woff2'),
       url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Regular.woff') format('woff'),
       url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Regular.ttf') format('truetype'),
       url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Regular.eot');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Medium.woff2') format('woff2'),
       url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Medium.woff') format('woff'),
       url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Medium.ttf') format('truetype'),
       url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Medium.eot');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist Variable';
  src: url('/local/templates/rocada/assets/fonts/geist/Geist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html, body {
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
  background: #F5F5F5 !important;
  width: 100% !important;
}

* {
  box-sizing: border-box;
}

.container{
  max-width: 1170px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

header .container,
.header .container,
header .wrapper,
.header .wrapper,
.header__container,
header .header__container {
  max-width: 1170px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.page-content .container_body h1,
.container_body h1,
.page-content h1,
h1 {
  font-family: 'Geist Variable' !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 64px !important;
  margin-bottom: 40px !important;
  margin-top: 18px !important;
}


.news-filter {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 32px;
  position: relative;
}

.news-filter-btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #969696;
  font-family: 'Geist Variable';
  font-weight: 600 !important;
  font-style: normal;
  font-size: 34px !important;
  padding: 0;
  position: relative;
  transition: color 0.2s;
  white-space: nowrap;
}

.news-filter-btn.active {
  color: #000;
  font-weight: 700 !important;
}

.news-filter-btn.active::after {
  content: none;
}

.news-filter {
  position: relative;
}

.news-filter-underline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #969696;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  transition: left 0.2s, width 0.2s;
  z-index: 1;
  display: block;
}

body {
  background: #F5F5F5 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-content {
  background: #F5F5F5 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.container_body {
  max-width: 1170px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0px 32px !important;
  box-sizing: border-box;
  background: #f5f5f5;
}

.news-all-block {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-card-video-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px !important;
  color: #969696;
  display: block;
  margin: 0 auto;
  background: none;
  box-sizing: border-box;
}
.news-all-shape,
.news-events-shape {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  gap: 8px;
  font-family: 'Geist Variable';
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.news-all-shape {
  width: 154px;
  height: 40px;
  padding: 10px 20px;
  background: #969696;
  color: #fff;
}

.news-events-shape {
  width: 162px;
  height: 40px;
  padding: 10px 20px;
  background: #EFEFF0;
  color: #1B2634;
}

.news-all-shape,
.news-events-shape {
  background: #EFEFF0;
  color: #1B2634;
  transition: background 0.2s, color 0.2s;
}

.news-all-shape.active,
.news-events-shape.active {
  background: #969696;
  color: #fff;
}

.news-all-icon,
.news-events-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  color: #1B2634;
  transition: color 0.2s;
  flex-shrink: 0;
}

.news-all-shape.active .news-all-icon,
.news-events-shape.active .news-events-icon {
  color: #fff;
}

.news-events-link {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.news-events-block {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.news-list-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}

.news-card {
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}


.news-card {
  transition: transform 0.2s ease;
}
.news-card:hover,
.news-card:nth-child(3n+2):hover,
.news-card:nth-child(3n+3):hover {
  transform: scale(1.05) !important;
  padding: 0 !important;
  filter: none !important;
}

.news-card:hover .news-card-img,
.news-card:nth-child(3n+2):hover .news-card-img,
.news-card:nth-child(3n+3):hover .news-card-img {
  transform: none !important;
}

.news-card:nth-child(3n+3):hover::after {
  height: 0 !important;
  opacity: 0 !important;
  border-radius: 0 !important;
}

.news-card:hover .news-card-date {
  transform: none !important;
}


.news-card:hover {
  transform: scale(1.05);
}


.news-card-img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card-img {
  transform: scale(1.02);
}


.news-card:nth-child(3n+2):hover ~ .news-card { filter: none; }
.news-card:nth-child(3n+2):hover { filter: none; }
.news-card:nth-child(3n+3),
.news-card:nth-child(3n+3)::after,
.news-card:nth-child(6),
.news-card:nth-child(6)::after { all: unset; }


.news-card-title,
.news-card-title:hover,
.news-card-title:focus,
.news-card-title:active {
  text-decoration: none;
}


.news-card:nth-child(3n+3) {
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
}

.news-card:nth-child(3n+3)::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.news-card:nth-child(3n+3):hover {
  transform: translateY(-5px) scale(1.02);
  padding: 20px;
}

.news-card .news-card-white {
  border-radius: 20px;
}


.news-card:nth-child(6):hover {
  transform: none;
}

.news-card:nth-child(6):hover .news-card-img {
  transform: none;
}

.news-card:nth-child(6)::after {
  display: none;
}


.news-card:nth-child(3n+2):hover .news-card-img {
  transform: none;
}


.news-card:nth-child(3n+3) .news-card-img {
  margin-top: 0;
}


.news-card:nth-child(3n+3) {
  margin-top: 0;
}


.news-card-date-square.congress-date {
  width: 71px;
  height: 54px;
  box-shadow: 8px 10px 14px 0px #64748B24;
}

.news-card-date-square.congress-date span:first-child {
  font-family: 'Geist Variable';
  font-weight: 600 !important;
  font-style: normal;
  font-size: 20px !important;
  color: #969696;
  margin: 0 auto;
}

.news-card-date-square.congress-date span:last-child {
  font-family: 'Geist Variable';
  font-weight: 400 !important;
  font-style: normal;
  font-size: 12px !important;
  color: #000000;
  margin-top: 1px;
  margin: 0 auto;
}



.news-card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-card-title {
  font-family: 'Geist Variable';
  font-weight: 600 !important;
  font-style: normal;
  font-size: 24px !important;
  color: #1B2634;
  margin: 0;
  margin-top: 8px;
}

.news-card-date {
  font-family: 'Geist Variable';
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px !important;
  color: #969696;
  display: inline-block;
  width: fit-content;
  margin: 0;
  transition: all 0.3s ease;
}

.news-card:hover .news-card-date {
  color: #969696; 
  transform: none; 
}

.news-card-date-square{
  position: absolute;
  left: 16px;
  top: 16px;
  max-width: 60px;
  width: 100%;
  max-height: 54px;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 8px 10px 14px 0px #64748B24;
  z-index: 1;
}
.news-card-video-square {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 60px;
  height: 54px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 8px 10px 14px 0px #64748B24;
  z-index: 1;
}

.news-card-date-square span {
  font-family: 'Geist Variable';
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #969696;
  line-height: 1;
}

.news-card-date-square span:last-child {
  font-family: 'TT Norms Pro';
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #000;
  margin-top: 2px;
}

.news-card-video-square img {
  width: 30px;
  height: 30px;
  display: block;
}

.news-card-video-square span {
  font-family: 'Geist Variable';
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #1B2634;
  margin-top: 2px;
}

.news-card-tag {
  color: #969696;
  font-size: 14px !important;
  font-family: 'Geist Variable';
  font-weight: 400 !important;
}

.news-card-meta-row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.news-card-white {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  padding: 32px;
  gap: 16px;
}

.news-card-blue {
  background: #D6E7F7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100%;
}

.news-card-img-blue {
  object-fit: contain;
  max-height: 120px;
  width: auto;
  margin: 32px auto 0 auto;
  display: block;
}

.news-card-speaker-wrap {
  position: relative;
}

.news-card-speaker {
  top: 20px;
  left: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 16px 24px 16px 16px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  gap: 16px;
}

.news-card-speaker-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.news-card-speaker-label {
  color: #969696;
  font-size: 14px !important;
  font-family: 'Geist Variable';
  font-weight: 400 !important;
}

.news-card-speaker-name {
  color: #1B2634;
  font-size: 18px !important;
  font-family: 'Geist Variable';
  font-weight: 600 !important;
}

.news-card-speaker-role {
  color: #1B2634;
  font-size: 14px !important;
  font-family: 'TT Norms Pro';
  font-weight: 400 !important;
}

.news-card-speaker-desc {
  color: #969696;
  font-size: 14px !important;
  font-family: 'TT Norms Pro';
  font-weight: 400 !important;
  margin-top: 8px;
}

.news-card-speaker-time {
  color: #969696;
  font-size: 14px !important;
  font-family: 'TT Norms Pro';
  font-weight: 400 !important;
}

.news-card-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  padding-top: 52.25%;
  background: #f2f4f7;
}

.news-card-badge {
  position: absolute;
  top: 17px;
  left: 17px;
  background: #FFFFFF;
  color: #0F172A;
  border-radius: 12px;
  box-shadow: 8px 10px 14px 0px #64748B24;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
  min-width: 60px;
  width: auto;
  height: auto;
  padding: 4px 10px;
  box-sizing: border-box;
  gap: 0;
}

/* Плашка с видео - фиксированные размеры */
.news-card-badge.has-video {
  width: 60px;
  height: 54px;
  left: 16.83px;
  padding: 7px;
}

.news-card-badge .badge-num {
  font-family: 'Geist Variable' !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 100% !important;
  text-align: center !important;
  color: #969696;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.news-card-badge .badge-month {
  font-family: 'Geist Variable' !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 100% !important;
  text-align: center !important;
  color: #000;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.news-card-badge .badge-text {
  font-family: 'Geist Variable' !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 100% !important;
  text-align: center !important;
  color: #000;
  white-space: nowrap;
}

.news-card-badge .badge-video-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: block;
}

.news-card-badge .badge-video-text {
  font-family: 'Geist Variable' !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  text-align: center !important;
  color: #000;
}

@media (max-width: 480px) {
  .news-card-badge { top: 17px; left: 17px; padding: 7px 12px; border-radius: 12px; }
  .news-card-badge.has-video { width: 60px; height: 54px; left: 16.83px; padding: 7px; }
}

.news-card-img-wrapper .news-card-img,
.news-card img.news-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.news-card-video-icon {
  width: 31px;
  height: 30px;
  display: block;
}

.speaker-shape {
  background: #BDD5EA;
  height: auto;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 24px;
  border-radius: 20px;
  box-sizing: border-box;
}

.speaker-shape-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.speaker-shape-img {
  width: 101.53px;
  height: 101.53px;
  margin-left: 0;
  margin-top: 0;
  flex-shrink: 0;
}

.speaker-shape-img-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}

.speaker-shape-under {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-right: auto;
}

.speaker-shape-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 13px;
  height: 100%;
}

.speaker-shape-label {
  font-family: 'Geist Variable';
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #00000070;
}

.speaker-shape-name {
  font-family: 'Geist Variable';
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #1B2634;
  margin-bottom: 0;
}

.speaker-shape-role {
  font-family: 'Geist Variable';
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #1B2634;
  margin-bottom: 0;
}

.speaker-shape-free {
  font-family: 'Geist Variable';
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #00000070;
}

.speaker-shape-time {
  font-family: 'Geist Variable';
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #00000070;
}

.speaker-shape-title {
  font-family: 'Geist Variable';
  font-weight: 600 !important;
  font-size: 24px !important;
  color: #1B2634;
  margin-top: 24px;
  margin-bottom: 0;
}

.speaker-shape-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 8px;
}

.speaker-shape-date {
  font-family: 'Geist Variable';
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #969696;
}

.speaker-shape-tag {
  font-family: 'Geist Variable';
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #969696;
}

.subscribe-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  background-color: #EFEFF0;
  border-radius: 24px;
  border: 2px solid #969696;
  padding: 32px;
  margin-top: 56px;
  box-sizing: border-box;
  overflow: hidden;
}

.subscribe-section.mobile-only {
  display: none;
}

.subscribe-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: clamp(15px, 5vw, 88px);
}

.subscribe-icon {
  display: block;
  height: auto;
  max-height: 300px;
  min-width: 0;
  flex-shrink: 1;
  object-fit: contain;
  max-width: clamp(120px, 20vw, 241px);
}

.subscribe-title{
  font-family: Geist Variable;
  font-weight: 600 !important;
  font-size: 24px !important;
  margin-top: 8px;
  margin-bottom: 16px;
}

.subscribe-form {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 2px 16px;
  align-items: start;
}

.email-label {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 6px 5px 16px 0px #64748B21;
  border-radius: 8px;
  height: 50px;
  padding: 12px 16px;
  gap: 12px;
  box-sizing: border-box;
}

.subscribe-button {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: stretch;
  height: 50px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 1em;
  background: #2d72d9;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.subscribe-button:hover {
  background: #1a4e96;
}

.email-label .email-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.email-label input[type="email"] {
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Geist Variable';
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px !important;
  color: #8F8F8F;
  width: 100%;
  height: 100%;
  padding: 0;
}

.email-label input {
  border: 1px solid #ccc;
  transition: border 0.2s;
}
.email-label input.invalid {
}
.email-label input.valid {
}
.email-error {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  color: #f00;
  font-size: 14px !important;
  margin-top: 0;
  align-self: start;
  max-width: 320px;
  width: auto;
  word-break: break-word;
  white-space: normal;
}


.subscribe-button {
  margin-left: 0;
  max-width: 211px;
  height: 48px;
  padding: 13px 32px;
  background: #969696;
  color: #fff;
  font-family: 'Geist Variable';
  font-weight: 600 !important;
  font-style: normal;
  font-size: 16px !important;
  border: none;
  border-radius: 8px;
  box-shadow: 6px 5px 16px 0px #64748B21;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-button:hover {
  background: #7a7a7a;
}

.subscribe-checkboxes {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 16px;
}

.checkbox-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  font-family: 'Geist Variable';
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px !important;
  cursor: pointer;
  color: #1E1E1E;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background 0.2s, border 0.2s;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.checkbox-label input[type="checkbox"]:checked {
  background: #1B2634;
  border: none;
}

.checkbox-label input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
}

.subscribe-notice {
  opacity: 0.7 !important;
  font-family: 'Geist Variable';
  font-weight: 400 !important;
  font-style: normal;
  font-size: 12px !important;
  color: #000;
  margin-top: 16px;
}

.subscribe-notice a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.subscribe-notice a:hover {
  color: inherit;
}

.load-more-news {
  margin: 83px auto 0 auto;
  display: block;
  width: 100%;
  max-width: 667px;
  height: 60px;
  border-radius: 6px;
  padding: 16px 48px;
  background: #EFEFF0;
  border: none;
  font-family: 'TT Norms Pro';
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #1E1E1E;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s;
  margin-bottom: 40px;
}

.last-news-grid-photo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 8px;
  margin-top: 40px;
}
.last-news-grid-desc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.last-news-card-img, .last-news-speaker-shape-img {
  width: 100%;
  border-radius: 20px;
  display: block;
  object-fit: contain;
}
.last-news-card-video-square, .last-news-card-date-square {
  background: #E6F0FA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  margin-top: 8px;
  font-size: 14px !important;
  color: #1A7DD6;
  font-weight: 600 !important;
  gap: 8px;
  width: fit-content;
}
.last-news-speaker-shape {
  background: #E6F0FA;
  height: 100%;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
.news-card-white .news-card-title {
  margin-top: 0;
}



.news-card-white-shape.noimg {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 120px;
}

.news-card-white-shape.noimg .news-card-title {
  margin-top: 0;
}

.news-card-white-shape.noimg .news-card-meta-row {
  margin-top: auto;
}


.news-card {
  display: flex;
  flex-direction: column;
}


.news-filter-scroll {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  gap: 40px;
}
.news-filter-scroll::-webkit-scrollbar {
  display: none;
}



@media (max-width: 1200px) {
  .last-news-speaker-shape, .speaker-shape {
    padding: 12px;
    gap: 12px;
  }
  .speaker-shape-row {
    gap: 10px;
  }
  .speaker-shape-img {
    width: 70px;
    height: 70px;
  }
  .speaker-shape-info {
    margin-top: 0;
  }
  .speaker-shape-name {
    font-size: 18px !important;
  }
  .speaker-shape-role {
    font-size: 12px !important;
  }
  .speaker-shape-free, .speaker-shape-time {
    font-size: 12px !important;
  }
  .speaker-shape-under {
    gap: 2px;
  }
  .news-card-title {
    font-size: 20px !important;
  }
  .news-card-white {
    padding: 30px;
  }
  .news-card-white .news-card-title {
    margin-top: 0;
  }
  .news-card-title br {
    display: none;
  }
  .news-card-date-square {
    max-width: 44px;
    max-height: 40px;
    left: 10px;
    top: 10px;
    border-radius: 8px;
    padding: 2px 0;
  }
  .news-card-date-square span {
    font-size: 15px !important;
  }
  .news-card-date-square span:last-child {
    font-size: 10px !important;
  }
  .news-card-date-square.congress-date {
    max-width: 44px;
    max-height: 40px;
    left: 10px;
    top: 10px;
    border-radius: 8px;
    padding: 2px 0;
  }
  .news-card-date-square.congress-date span:first-child {
    font-size: 15px !important;
  }
  .news-card-date-square.congress-date span:last-child {
    font-size: 10px !important;
  }

  .news-card-video-square {
    width: 44px;
    height: 40px;
    left: 10px;
    top: 10px;
    border-radius: 8px;
    padding: 2px 0;
  }
  .news-card-video-square img,
  .news-card-video-icon {
    width: 22px;
    height: 22px;
    font-size: 22px !important;
  }
  .news-card-video-square span {
    font-size: 10px !important;
  }
  .subscribe-title {
    font-size: 20px !important;
    margin: 8px 0 16px 0;
    font-weight: 700 !important;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 40px !important;
  }
  .news-filter-btn {
    font-size: 24px !important;
  }
  .news-all-shape, .news-events-shape {
    font-size: 13px !important;
  }
  .news-card-title {
    font-size: 18px !important;
  }
  .news-card-date, .news-card-tag {
    font-size: 12px !important;
  }
  .news-list-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .news-list-grid .news-card,
  .news-list-grid .news-card-white,
  .news-list-grid .last-news-speaker-shape,
  .news-list-grid .speaker-shape {
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: visible;
  }
  .news-card-white {
    padding: 30px;
  }
  .news-card-img,
  .last-news-card-img,
  .last-news-speaker-shape-img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    border-radius: 16px;
    display: block;
  }
  .news-card-info {
    position: static;
    background: none;
    z-index: auto;
  }
  .news-card-white,
  .last-news-speaker-shape,
  .speaker-shape {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    padding: 12px;
    align-items: center;
    justify-content: center;
  }
  .last-news-speaker-shape,
  .speaker-shape {
    background: #E6F0FA;
  }
  .last-news-grid-photo,
  .last-news-grid-desc {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
    gap: 24px;
  }
  .last-news-card-img,
  .last-news-speaker-shape-img {
    height: 180px;
    border-radius: 20px;
  }
  .last-news-speaker-shape {
    padding: 8px;
    gap: 8px;
  }
  .speaker-shape-img {
    width: 48px;
    height: 48px;
  }
  .speaker-shape-name {
    font-size: 14px !important;
  }
  .speaker-shape-role, .speaker-shape-free, .speaker-shape-time {
    font-size: 11px !important;
  }
  .last-news-block {
    display: none !important;
  }
  .last-news-mobile {
    display: block;
  }
  .last-news-speaker-shape {
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
  }
  .last-news-speaker-shape {
    padding: 10px;
    gap: 8px;
    height: auto;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .speaker-shape-row {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .speaker-shape-img-col {
    flex-shrink: 0;
  }
  .speaker-shape-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
  }
  .speaker-shape-info {
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .speaker-shape-label {
    font-size: 12px !important;
    color: #888;
  }
  .speaker-shape-name {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1B2634;
    white-space: normal;
    word-break: break-word;
  }
  .speaker-shape-role {
    font-size: 11px !important;
    color: #1B2634;
    white-space: normal;
    word-break: break-word;
  }
  .speaker-shape-under {
    margin-top: 6px;
    gap: 2px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .speaker-shape-free, .speaker-shape-time {
    font-size: 11px !important;
    color: #888;
    white-space: normal;
    word-break: break-word;
  }
  .last-news-speaker-shape-img,
  .speaker-shape-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
  }
  .last-news-speaker-shape,
  .speaker-shape {
    gap: 40px;
    padding: 24px;
  }
  .speaker-shape-label {
    font-size: 18px !important;
    color: #888;
  }
  .speaker-shape-name {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #1B2634;
  }
  .speaker-shape-role {
    font-size: 18px !important;
    color: #1B2634;
  }
  .speaker-shape-free, .speaker-shape-time {
    font-size: 16px !important;
    color: #888;
  }
}

@media (min-width: 1025px) {
  .last-news-block { display: block; }
  .last-news-mobile { display: none; }
  .last-news-speaker-shape,
  .speaker-shape {
    gap: 5%;
  }
}

@media (max-width: 996px) {
  .last-news-speaker-shape-img,
  .speaker-shape-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
  }
  .load-more-news{
    margin-top: 45px;
  }
  .h1{
    margin-bottom: 20px;
    margin-top: 0;
  }
  .last-news-speaker-shape,
  .speaker-shape {
    gap: 20px;
  }
  .speaker-shape-name {
    font-size: 18px !important;
  }
  .speaker-shape-role {
    font-size: 12px !important;
  }
  .speaker-shape-label {
    font-size: 12px !important;
  }
  .speaker-shape-free,
  .speaker-shape-time {
    font-size: 12px !important;
  }

  .subscribe-section {
    padding: 20px;
    margin-top: 20px;
  }

  .subscribe-title{
    margin: 5px 0 10px 0;
    font-size: 18px !important;
    font-weight: 500 !important;
  }
  .subscribe-form{
    margin-bottom: 6px;
  }
  .checkbox-column{
    gap: 6px;
  }
  .email-label,
  .subscribe-button{
    height: 40px;
  }
}

@media (max-width: 768px) {
  .email-label {
    font-size: 12px !important;
  }
  .email-label input[type="email"] {
    font-size: 12px !important;
  }
  .subscribe-button {
    font-size: 12px !important;
    margin-left: auto;
  }
  .subscribe-notice{
    margin: 5px 0;
    font-size: 10px !important;
  }
  .subscribe-title{
    font-size: 16px !important;
  }
  .subscribe-section{
    padding: 12px;
  }
  .container_body {
    padding: 24px 2vw;
  }
}

@media (max-width: 576px) {
  .container_body {
    padding: 5px 10px;
  }
  .subscribe-button{
    margin-top: 0;
    max-width: 576px;
  }

    h1 { 
      font-size: 26px !important;
      margin-bottom: 20px;
      margin-top: 0;
     }
    .news-filter-btn { font-size: 20px !important; }
    .news-all-shape, .news-events-shape { font-size: 11px !important; }
    .news-card-title { font-size: 18px !important; }
    .news-card-date, .news-card-tag { font-size: 10px !important; }
    .container { padding-left: 6px; padding-right: 6px; }
    .news-list-grid {
      grid-template-columns: 1fr;
    }
    .last-news-speaker-shape, .speaker-shape { padding: 2px; gap: 4px; }
    .speaker-shape-row { flex-direction: column; align-items: flex-start; gap: 4px; }
    .speaker-shape-img { width: 36px; height: 36px; }
    .speaker-shape-name { font-size: 12px !important; }
    .speaker-shape-role,   .speaker-shape-free, .speaker-shape-time { font-size: 10px !important; }
    .speaker-shape-under { gap: 1px; }
    .news-card-date-square.congress-date {
      max-width: 36px;
      max-height: 32px;
      left: 8px;
      top: 8px;
      border-radius: 6px;
      padding: 1px 0;
    }
    .news-card-date-square.congress-date span:first-child {
      font-size: 12px !important;
    }
    .news-card-date-square.congress-date span:last-child {
      font-size: 8px !important;
    }
  
    .last-news-speaker-shape {
      width: 100vw;
      max-width: 100vw;
      border-radius: 0;
      box-sizing: border-box;
      padding: 12px 8px;
      align-items: flex-start;
    }
    .last-news-speaker-shape * {
      text-align: left !important;
      align-items: flex-start !important;
    }
    .news-filter-scroll{
      gap: 20px;
    }
  
    .news-card-img-wrapper .news-card-img,
    .news-card img.news-card-img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
  
    .last-news-speaker-shape,
    .speaker-shape {
      width: 100%;
    }
    .news-list-grid .news-card-white {
      min-height: clamp(120px, 40vw, 300px);
    }
    .last-news-speaker-shape {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 18px 8px;
      border-radius: 20px;
      background: #E6F0FA;
      width: 100%;
      box-sizing: border-box;
      min-width: 0;
      max-width: 100vw;
    }
    .speaker-shape-row {
      flex-direction: column;
      align-items: center;
      gap: 8px;
      width: 100%;
    }
    .speaker-shape-img-col {
      display: flex;
      align-items: center;
      width: 100%;
    }
    .speaker-shape-img {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
    }
    .speaker-shape-info {
      align-items: center;
      text-align: center;
    }

    .subscribe-section {
      flex-direction: column;
      gap: 16px;
      padding: 20px;
      position: relative;
      display: none;
    }
  
    .subscribe-section.mobile-only {
      display: flex;
    }
  
    .subscribe-section.mobile-only {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 20px;
      position: relative;
      margin-left: 0;
      width: 100%;
    }
  
    .subscribe-section.mobile-only .subscribe-content {
      margin-left: 0;
      width: 100%;
  
    }
  
    .subscribe-section.mobile-only {
      position: relative;
    }
  
    .subscribe-icon-mobile {
      position: absolute;
      top: 47px;
      right: 25px;
      width: 40px;
      height: 40px;
      z-index: 1;
    }
  
    .subscribe-section.mobile-only .subscribe-form {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
  
    .subscribe-section.mobile-only .subscribe-checkboxes {
      order: 2;
    }
  
    .subscribe-section.mobile-only .subscribe-button {
      order: 3;
      width: 100%;
      margin-top: 10px;
    }
  
    .subscribe-content {
      width: 100%;
      order: 1;
    }
  
    .subscribe-icon {
      width: 60px;
      height: 60px;
      order: 1;
      align-self: flex-start;
      position: absolute;
      right: 20px;
    }
  
    .subscribe-title {
      font-size: 18px !important;
      line-height: 1.4;
      margin-bottom: 16px;
      width: 100%;
      max-width: 380px;
      min-width: 0;
      padding-right: 120px;
    }
  
    .subscribe-form {
      flex-direction: column;
      gap: 12px;
      width: 100%;
    }
  
    .email-label {
      width: 100%;
      position: relative;
    }
  
    .email-label input[type="email"] {
      width: 100%;
      font-size: 14px !important;
    }
  
    .subscribe-button {
      width: 100%;
      padding: 12px;
      font-size: 14px !important;
    }
  
    .subscribe-checkboxes {
      gap: 8px;
      width: 100%;
    }
  
    .checkbox-column {
      width: 100%;
    }
  
    .subscribe-notice {
      font-size: 12px !important;
      line-height: 1.4;
      width: 100%;
    }
    .speaker-shape-label,
    .speaker-shape-name,
    .speaker-shape-role {
      width: 100%;
      text-align: center;
      margin: 0;
    }
    .speaker-shape-under {
      align-items: center;
      text-align: center;
      gap: 2px;
      width: 100%;
      margin: 0;
    }
    .speaker-shape-free,
    .speaker-shape-time {
      width: 100%;
      text-align: center;
      margin: 0;
    }
    .last-news-speaker-shape {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      gap: 8px;
      padding: 12px 6px;
      border-radius: 20px;
      background: #E6F0FA;
      width: 100%;
      box-sizing: border-box;
      min-width: 0;
      max-width: 100vw;
    }
    .speaker-shape-row {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
      width: 100%;
    }
    .speaker-shape-img-col {
      display: flex;
      align-items: flex-start;
      width: auto;
      min-width: 48px;
      margin-right: 8px;
    }
    .speaker-shape-img {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
    }
    .speaker-shape-info {
      align-items: flex-start;
      text-align: left;
      margin-top: 0;
      width: auto;
    }
    .speaker-shape-label,
    .speaker-shape-name,
    .speaker-shape-role {
      width: 100%;
      text-align: left;
      margin: 0;
    }
    .speaker-shape-under {
      align-items: flex-start;
      text-align: left;
      gap: 2px;
      width: 100%;
      margin: 0;
    }
    .speaker-shape-free,
    .speaker-shape-time {
      width: 100%;
      text-align: left;
      margin: 0;
    }
    .subscribe-content {
      margin-left: 0;
    }
    .subscribe-checkboxes{
      margin-top: 0;
    }
    .subscribe-title{
      margin: 5px 0 15px 0;
    }
  
}

.cookie-banner {
    position: fixed;
    right: 32px;
    bottom: 32px;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    background: rgb(240, 249, 255);
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    font-family: "TT Norms Pro", "TT Norms Pro Fallback", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px !important;
    line-height: 1.25;
    color: rgb(33, 37, 41);
    z-index: 10040;
}

.cookie-banner_hidden {
    display: none;
}

.cookie-banner__content {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.cookie-banner__icon {
    margin-top: 2px;
    color: #2563eb;
    flex-shrink: 0;
}

.cookie-banner__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
}

.cookie-banner__title {
    font-weight: 600 !important;
}

.cookie-banner__desc {
    font-weight: 400 !important;
}

.cookie-banner__desc a {
    color: inherit;
    text-decoration: underline;
}

.cookie-banner__desc a:hover {
    text-decoration: none;
}

.cookie-banner__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
}

.cookie-banner__btn {
    border-radius: 6px;
    padding: 8px 24px;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.08);
    color: rgb(33, 37, 41);
    font-weight: 500 !important;
    font-size: 14px !important;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.08s ease;
}

.cookie-banner__btn:hover {
    background: #f9fafb;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.cookie-banner__btn:active {
    transform: translateY(1px);
}

.cookie-banner__close {
    border: none;
    background: transparent;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: rgb(33, 37, 41);
}

.cookie-banner__close:hover {
    background: rgba(15, 23, 42, 0.04);
}

@media (max-width: 640px) {
    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 16px;
        max-width: none;
        padding: 12px;
    }

    .cookie-banner__content {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .cookie-banner__actions {
        justify-content: space-between;
        margin-left: 0;
    }

    .cookie-banner__btn {
        flex: 1 1 auto;
    }
}
