@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/bebas-neue-cyrillic.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


.unimart-pro-page {
  --red: #bc0010;
  --blue: #358bc5;
  --text: #333333;
  --muted: #757575;
  --line: #ebebeb;
  --soft: #f6f6f6;
  --dark: #0d2434;
  --container: 1600px;
  --display-condensed: "Bebas Neue Cyrillic", Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", "Open Sans", Arial, sans-serif;
}


.unimart-pro-page, .unimart-pro-page * {
  box-sizing: border-box;
}


.unimart-pro-page {
  scroll-behavior: smooth;
}


.unimart-pro-page,
.unimart-pro-page {
  overflow-x: clip;
}


.unimart-pro-page {
  margin: 0;
  color: var(--text);
  background: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}


.unimart-pro-page a {
  color: inherit;
  text-decoration: none;
}


.unimart-pro-page img {
  display: block;
  max-width: 100%;
}


.unimart-pro-page button,
.unimart-pro-page input,
.unimart-pro-page textarea,
.unimart-pro-page select {
  font: inherit;
}


.unimart-pro-page .container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}


.unimart-pro-page .container::before,
.unimart-pro-page .container::after {
  content: none;
  display: none;
}


.unimart-pro-page .top-line {
  height: 4px;
  background: var(--red);
}


.unimart-pro-page .site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}


.unimart-pro-page .header-inner {
  display: flex;
  align-items: center;
  min-height: 110px;
  gap: 34px;
}


.unimart-pro-page .logo img {
  width: 170px;
}


.unimart-pro-page .header-phone {
  display: grid;
  gap: 4px;
}


.unimart-pro-page .header-phone span {
  color: var(--blue);
  font-size: 13px;
}


.unimart-pro-page .header-phone a {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}


.unimart-pro-page .header-actions {
  margin-left: auto;
  display: flex;
  gap: 26px;
  color: var(--blue);
  font-size: 13px;
}


.unimart-pro-page .breadcrumbs {
  height: 74px;
  display: flex;
  align-items: center;
  color: #b4b6b7;
  font-size: 12px;
}


.unimart-pro-page .hero {
  display: grid;
  grid-template-columns: 480px 1fr;
  min-height: 520px;
  margin-top: 36px;
  margin-bottom: 110px;
}


.unimart-pro-page .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 42px 52px 64px;
  color: #ffffff;
  background: #10283b;
}


.unimart-pro-page .hero h1 {
  max-width: 390px;
  margin: 0 0 28px;
  font-family: var(--display-condensed);
  font-size: 56px;
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}


.unimart-pro-page .hero h1 span {
  color: var(--red);
  font-weight: 800;
  letter-spacing: 0;
  font-stretch: condensed;
}


.unimart-pro-page .hero h1 .hero-title__line {
  display: block;
  color: #ffffff;
  line-height: 0.86;
}


.unimart-pro-page .hero h1 .hero-title__line + .hero-title__line {
  margin-top: -0.03em;
}


.unimart-pro-page .hero h1 .hero-title__line--accent {
  color: var(--red);
}


.unimart-pro-page .hero-date {
  margin: 0 0 20px;
  font-family: var(--display-condensed);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  text-transform: uppercase;
}


.unimart-pro-page .hero-lead {
  max-width: 375px;
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 18px;
}


.unimart-pro-page .hero-note {
  margin: 18px 0 0;
  color: #d5dce2;
  font-size: 13px;
}


.unimart-pro-page .hero-image {
  position: relative;
  min-height: 520px;
  background:
    linear-gradient(90deg, #10283b 0%, rgba(16, 40, 59, 0.74) 10%, rgba(16, 40, 59, 0) 38%),
    url("../img/hero.png") center / cover no-repeat;
}


.unimart-pro-page .hero-school-logo {
  position: absolute;
  top: 45px;
  right: 48px;
  width: 124px;
  height: auto;
}


.unimart-pro-page .btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}


.unimart-pro-page .btn-primary {
  width: fit-content;
  min-width: 260px;
  padding: 0 32px;
  color: #ffffff;
  background: var(--red);
  font-size: 16px;
}


.unimart-pro-page .section {
  display: block;
  width: 100%;
  max-width: var(--container);
  clear: both;
  margin-bottom: 100px;
}


.unimart-pro-page .section > .section-title,
.unimart-pro-page .section > .section-collapse {
  width: 100%;
  max-width: 100%;
}


.unimart-pro-page .section-collapse {
  display: block;
  clear: both;
}


.unimart-pro-page .section.is-collapsed {
  margin-bottom: 0 !important;
}


.unimart-pro-page .section-title {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}


.unimart-pro-page .section-title::before {
  content: "";
  width: 30px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 8px;
  background: url("../img/section-chevron.svg") center / contain no-repeat;
}


.unimart-pro-page .section-title--toggle {
  cursor: pointer;
}


.unimart-pro-page .section-title--toggle::before {
  transition: transform 0.2s ease;
}


.unimart-pro-page .section-title--toggle h2 {
  transition: color 0.2s ease;
}


.unimart-pro-page .section-title--toggle:hover h2 {
  color: var(--red);
}


.unimart-pro-page .section.is-collapsed .section-title {
  margin-bottom: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}


.unimart-pro-page .section.is-collapsed + .section .section-title {
  padding-top: 28px;
}


.unimart-pro-page .section.is-collapsed .section-title--toggle::before {
  transform: rotate(180deg);
  filter: grayscale(1);
  opacity: 0.22;
}


.unimart-pro-page .section.is-collapsed .section-collapse {
  display: none;
}


.unimart-pro-page .section-title h2 {
  flex: 1;
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}


.unimart-pro-page .section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
}


.unimart-pro-page .cards-row {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}


.unimart-pro-page .slider-shell {
  position: relative;
  width: calc(100% + 116px);
  max-width: none;
  margin-left: -58px;
  clear: both;
  padding: 0 58px;
  overflow: visible;
}


.unimart-pro-page .audience-slider {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 24px;
  margin-bottom: -24px;
  clip-path: inset(0 0 24px 0);
  cursor: grab;
  user-select: none;
}


.unimart-pro-page .audience-slider.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}


.unimart-pro-page .audience-slider::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}


.unimart-pro-page .partner-slider {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 24px;
  margin-bottom: -24px;
  clip-path: inset(0 0 24px 0);
  cursor: grab;
  user-select: none;
}


.unimart-pro-page .partner-slider.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}


.unimart-pro-page .partner-slider::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}


.unimart-pro-page .slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 28px;
  height: 40px;
  min-width: 0;
  padding: 0;
  border: 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent;
  cursor: pointer;
  appearance: none;
  transform: translateY(-50%);
}


.unimart-pro-page .slider-arrow::before {
  content: "";
  display: block;
  width: 30px;
  height: 18px;
  background: url("../img/section-chevron.svg") center / contain no-repeat;
  opacity: 0.75;
}


.unimart-pro-page .slider-arrow--prev {
  left: 10px;
}


.unimart-pro-page .slider-arrow--prev::before {
  transform: rotate(-90deg);
}


.unimart-pro-page .slider-arrow--next {
  right: 10px;
}


.unimart-pro-page .slider-arrow--next::before {
  transform: rotate(90deg);
}


.unimart-pro-page .audience-card {
  --card-shade-rgb: 18, 18, 18;
  position: relative;
  min-height: 400px;
  flex: 0 0 calc((100% - 60px) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 24px 34px;
  color: #ffffff;
  background: #1f1f1f;
  scroll-snap-align: start;
}


.unimart-pro-page .audience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(var(--card-shade-rgb), 0) 0%,
    rgba(var(--card-shade-rgb), 0) 36%,
    rgba(var(--card-shade-rgb), 0.36) 56%,
    rgba(var(--card-shade-rgb), 0.82) 76%,
    rgba(var(--card-shade-rgb), 0.96) 100%
  );
}


.unimart-pro-page .audience-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.unimart-pro-page .audience-card__image--zoom-2 {
  transform: scale(2);
}


.unimart-pro-page .audience-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}


.unimart-pro-page .audience-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}


.unimart-pro-page .audience-card p + p {
  margin-top: 10px;
}


.unimart-pro-page .image-card {
  --card-shade-rgb: 18, 18, 18;
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  color: #ffffff;
  background: #1f1f1f;
}


.unimart-pro-page .image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(var(--card-shade-rgb), 0) 0%,
    rgba(var(--card-shade-rgb), 0) 36%,
    rgba(var(--card-shade-rgb), 0.36) 56%,
    rgba(var(--card-shade-rgb), 0.82) 76%,
    rgba(var(--card-shade-rgb), 0.96) 100%
  );
}


.unimart-pro-page .image-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.unimart-pro-page .benefits-slider .image-card {
  flex: 0 0 calc((100% - 60px) / 4);
  padding: 0 24px 34px;
  scroll-snap-align: start;
}


.unimart-pro-page .benefits-slider .image-card h3 {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
}


.unimart-pro-page .benefits-slider .image-card p {
  font-size: 14px;
  line-height: 18px;
}


.unimart-pro-page .benefits-slider .image-card p + p {
  margin-top: 10px;
}


.unimart-pro-page .image-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}


.unimart-pro-page .image-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}


.unimart-pro-page .slider-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
}


.unimart-pro-page .slider-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #dedede;
}


.unimart-pro-page .slider-dots span.is-active {
  background: var(--red);
}


.unimart-pro-page .learning-banner {
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 64px 48px;
  color: #ffffff;
}


.unimart-pro-page .learning-banner > div {
  max-width: 390px;
}


.unimart-pro-page .learning-banner h2 {
  margin: 0 0 28px;
  font-family: var(--display-condensed);
  font-size: 56px;
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}


.unimart-pro-page .learning-banner h2 span {
  color: var(--red);
  font-weight: 800;
  letter-spacing: 0;
  font-stretch: condensed;
}


.unimart-pro-page .learning-banner p {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 29px;
}


.unimart-pro-page .learning-banner p + p {
  max-width: 470px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}


.unimart-pro-page .learning-banner--practice {
  background:
    linear-gradient(
      90deg,
      rgba(78, 51, 27, 1) 0%,
      rgba(78, 51, 27, 1) 36%,
      rgba(78, 51, 27, 0.92) 46%,
      rgba(78, 51, 27, 0.7) 56%,
      rgba(78, 51, 27, 0.38) 66%,
      rgba(78, 51, 27, 0.12) 76%,
      rgba(78, 51, 27, 0) 86%
    ),
    url("../img/process-training-banner.jpg") right center / contain no-repeat #4e331b;
}


.unimart-pro-page .learning-banner--tech {
  background:
    linear-gradient(
      90deg,
      rgba(33, 64, 70, 1) 0%,
      rgba(33, 64, 70, 0.98) 24%,
      rgba(33, 64, 70, 0.9) 36%,
      rgba(33, 64, 70, 0.68) 48%,
      rgba(33, 64, 70, 0.38) 60%,
      rgba(33, 64, 70, 0.14) 72%,
      rgba(33, 64, 70, 0) 86%
    ),
    url("../img/tech-understanding-banner-v2.png") center / cover no-repeat #214046;
}


.unimart-pro-page .partner-grid {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}


.unimart-pro-page .partner-logo {
  min-height: 190px;
  flex: 0 0 calc((100% - 60px) / 4);
  display: grid;
  place-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  background: #ffffff;
  scroll-snap-align: start;
}


.unimart-pro-page .partner-logo img {
  max-width: 175px;
  max-height: 75px;
  object-fit: contain;
}


.unimart-pro-page .partner-logo--wide img {
  max-width: 230px;
}


.unimart-pro-page .partner-logo--compact img {
  max-width: 155px;
}


.unimart-pro-page .partner-text {
  color: #1f1f1f;
  font-size: 28px;
  font-weight: 800;
}


.unimart-pro-page .partner-text--muted {
  color: #a0a0a0;
  font-size: 18px;
  font-weight: 600;
}


.unimart-pro-page .events-slider-shell {
  --events-arrow-offset: 56px;
}


.unimart-pro-page .events-slider {
  gap: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}


.unimart-pro-page .event-banner {
  flex: 0 0 100%;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  scroll-snap-align: start;
  background: #120904;
}


.unimart-pro-page .event-banner__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 42px 52px 64px;
  color: #ffffff;
  background: #120904;
}


.unimart-pro-page .event-banner__date {
  margin: 0 0 20px;
  font-family: var(--display-condensed);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  text-transform: uppercase;
}


.unimart-pro-page .event-banner h3 {
  max-width: 390px;
  margin: 0 0 22px;
  font-family: var(--display-condensed);
  font-size: 54px;
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}


.unimart-pro-page .event-banner h3 span {
  color: var(--red);
}


.unimart-pro-page .event-banner__text > p:not(.event-banner__date) {
  max-width: 375px;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 18px;
}


.unimart-pro-page .event-banner__speaker {
  margin: -8px 0 20px !important;
  color: #ffffff;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 16px !important;
}


.unimart-pro-page .event-banner__duration {
  margin: 18px 0 0 !important;
  color: #ffffff;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 16px !important;
}


.unimart-pro-page .event-banner__image {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(18, 9, 4, 0.72) 0%, rgba(18, 9, 4, 0.26) 22%, rgba(18, 9, 4, 0) 42%),
    var(--event-image) center / cover no-repeat;
}


.unimart-pro-page .event-banner--materials {
  --event-image: url("../img/event-porotherm-panel-v1.webp");
}


.unimart-pro-page .event-banner--project {
  --event-image: url("../img/process-training-banner.jpg");
}


.unimart-pro-page .event-banner--experts {
  --event-image: url("../img/tech-understanding-banner-v2.png");
}


.unimart-pro-page .video-preview {
  width: 100%;
  min-height: 668px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 250px;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
    url("../img/video-bg.png") center / cover no-repeat;
}


.unimart-pro-page .play-button {
  width: 96px;
  height: 68px;
  margin-bottom: 80px;
  border: 0;
  cursor: pointer;
  background: transparent;
  position: relative;
}


.unimart-pro-page .play-button::before {
  content: "";
  position: absolute;
  inset: 10px 0;
  border-radius: 12px;
  background: #d40000;
}


.unimart-pro-page .play-button::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 25px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffffff;
}


.unimart-pro-page .video-preview h3 {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}


.unimart-pro-page .video-preview p {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}


.unimart-pro-page .faq-gallery {
  width: 100%;
  padding: 32px 32px 30px;
  background: #f3f3f3;
  overflow: visible;
}


.unimart-pro-page .faq-gallery-shell {
  width: calc(100% + 180px);
  margin-left: -90px;
  padding: 0 90px;
}


.unimart-pro-page .faq-gallery-shell .slider-arrow--prev {
  left: 10px;
}


.unimart-pro-page .faq-gallery-shell .slider-arrow--next {
  right: 10px;
}


.unimart-pro-page .faq-thumbs {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 24px;
  margin-bottom: -24px;
  clip-path: inset(0 0 24px 0);
  cursor: grab;
  user-select: none;
}


.unimart-pro-page .faq-thumbs.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}


.unimart-pro-page .faq-thumbs::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}


.unimart-pro-page .faq-thumbs img {
  flex: 0 0 207px;
  width: 207px;
  height: 148px;
  object-fit: cover;
  scroll-snap-align: start;
  cursor: zoom-in;
}


.unimart-pro-page .faq-gallery-hint {
  position: relative;
  margin: 28px 0 0 36px;
  color: #a7a7a7;
  font-size: 12px;
  line-height: 18px;
}


.unimart-pro-page .faq-gallery-hint::before {
  content: "";
  position: absolute;
  left: -32px;
  top: -1px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5' stroke='%236b7fa0' stroke-width='3'/%3E%3Cpath d='M15.5 15.5L21 21' stroke='%236b7fa0' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}


.unimart-pro-page .faq-gallery-hint::after {
  content: none;
}


.unimart-pro-page .gallery-lightbox {
  --lightbox-top: 76px;
  --lightbox-bottom: 58px;
  --lightbox-y-padding: 34px;
  position: fixed;
  top: var(--lightbox-top);
  right: 0;
  bottom: var(--lightbox-bottom);
  left: 0;
  z-index: 980;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--lightbox-y-padding) 92px;
  background: rgba(0, 0, 0, 0.86);
}


.unimart-pro-page .gallery-lightbox.is-open {
  display: flex;
}


.unimart-pro-page .gallery-lightbox__image {
  max-width: min(100%, 1280px);
  max-height: calc(100vh - var(--lightbox-top) - var(--lightbox-bottom) - (var(--lightbox-y-padding) * 2));
  object-fit: contain;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.42);
}


.unimart-pro-page .gallery-lightbox__close,
.unimart-pro-page .gallery-lightbox__arrow {
  position: absolute;
  border: 0;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  outline: 0;
  opacity: 0.82;
  transition: opacity 0.2s ease;
}


.unimart-pro-page .gallery-lightbox__close:hover,
.unimart-pro-page .gallery-lightbox__close:focus-visible,
.unimart-pro-page .gallery-lightbox__arrow:hover,
.unimart-pro-page .gallery-lightbox__arrow:focus-visible {
  opacity: 1;
}


.unimart-pro-page .gallery-lightbox__close {
  top: 26px;
  right: 34px;
  width: 42px;
  height: 42px;
  padding: 0;
}


.unimart-pro-page .gallery-lightbox__close::before,
.unimart-pro-page .gallery-lightbox__close::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 8px;
  width: 2px;
  height: 28px;
  background: currentColor;
}


.unimart-pro-page .gallery-lightbox__close::before {
  transform: rotate(45deg);
}


.unimart-pro-page .gallery-lightbox__close::after {
  transform: rotate(-45deg);
}


.unimart-pro-page .gallery-lightbox__arrow {
  top: 50%;
  width: 54px;
  height: 74px;
  padding: 0;
  transform: translateY(-50%);
}


.unimart-pro-page .gallery-lightbox__arrow::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  border-top: 4px solid currentColor;
  border-left: 4px solid currentColor;
}


.unimart-pro-page .gallery-lightbox__arrow--prev {
  left: 24px;
}


.unimart-pro-page .gallery-lightbox__arrow--prev::before {
  transform: rotate(-45deg);
}


.unimart-pro-page .gallery-lightbox__arrow--next {
  right: 24px;
}


.unimart-pro-page .gallery-lightbox__arrow--next::before {
  transform: rotate(135deg);
}


.unimart-pro-page .gallery-lightbox__counter {
  position: absolute;
  left: 50%;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 20px;
  transform: translateX(-50%);
}


.unimart-pro-page .faq-list {
  margin-top: 20px;
  border-top: 1px solid var(--line);
}


.unimart-pro-page .faq-list details {
  border-bottom: 1px solid var(--line);
}


.unimart-pro-page .faq-list summary {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 24px 24px 34px;
  color: #6b7fa0;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  list-style: none;
}


.unimart-pro-page .faq-list summary::before {
  content: "+";
  flex: 0 0 20px;
  color: inherit;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}


.unimart-pro-page .faq-list summary:hover {
  color: var(--red);
}


.unimart-pro-page .faq-list details[open] summary {
  color: var(--red);
}


.unimart-pro-page .faq-list details[open] summary::before {
  content: "-";
}


.unimart-pro-page .faq-list summary > span:first-of-type {
  flex: 1 1 auto;
}


.unimart-pro-page .faq-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #4f4f4f;
  font-size: 11px;
  line-height: 16px;
}


.unimart-pro-page .faq-count b {
  position: relative;
  min-width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  color: #666666;
  background: #f2f2f2;
  font-size: 11px;
  font-weight: 400;
}


.unimart-pro-page .faq-count b::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -5px;
  width: 8px;
  height: 8px;
  background: #f2f2f2;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}


.unimart-pro-page .faq-list p {
  margin: 0;
  padding: 0 140px 24px 68px;
  color: var(--muted);
}


.unimart-pro-page .faq-more {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}


.unimart-pro-page .faq-more button {
  position: relative;
  padding: 0;
  border: 0;
  color: var(--red);
  background: transparent;
  font: 700 12px/18px "Open Sans", sans-serif;
  cursor: pointer;
}


.unimart-pro-page .faq-more button::before {
  content: "↓";
  margin-right: 14px;
  color: #8c8c8c;
  font-weight: 400;
}


.unimart-pro-page .faq-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: #7d7d7d;
  font-size: 13px;
}


.unimart-pro-page .faq-pagination a,
.unimart-pro-page .faq-pagination span,
.unimart-pro-page .faq-page-size button {
  color: inherit;
}


.unimart-pro-page .faq-pagination a[aria-current="page"] {
  color: #222222;
}


.unimart-pro-page .faq-pagination button,
.unimart-pro-page .faq-page-size button {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}


.unimart-pro-page .faq-pagination button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #7d7d7d;
  border-left: 1px solid #7d7d7d;
}


.unimart-pro-page .faq-pagination button:first-of-type::before {
  transform: rotate(-45deg);
}


.unimart-pro-page .faq-pagination button:last-of-type::before {
  transform: rotate(135deg);
}


.unimart-pro-page .faq-page-size {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: #8a8a8a;
  font-size: 13px;
}


.unimart-pro-page .faq-page-size button {
  width: auto;
  color: #3481c9;
}


.unimart-pro-page .faq-page-size button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-right: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  transform: translateY(-3px) rotate(45deg);
}


.unimart-pro-page .faq-count,
.unimart-pro-page .faq-more,
.unimart-pro-page .faq-pagination,
.unimart-pro-page .faq-page-size {
  display: none;
}


.unimart-pro-page .request-panel {
  width: 100%;
  min-height: 655px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 30px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)),
    url("../img/request-bg-archtour-0065-light.jpg") center / cover no-repeat;
}


.unimart-pro-page .request-form {
  width: min(100%, 704px);
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 42px 54px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: none;
}


.unimart-pro-page .request-form--crm {
  min-height: 0;
  display: block;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.08);
}


.unimart-pro-page .request-form--crm > script {
  display: none;
}


.unimart-pro-page .request-form--crm iframe {
  width: 100% !important;
  min-height: 0;
  display: block;
  border: 0;
}


.unimart-pro-page .request-form--crm > div {
  width: 100%;
  max-width: 100%;
}


.unimart-pro-page .request-form--crm .b24-form {
  position: relative;
  z-index: 2;
  background: transparent !important;
}


.unimart-pro-page .request-form--crm .b24-form,
.unimart-pro-page .request-form--crm .b24-form * {
  color: #ffffff !important;
}


.unimart-pro-page .request-form--crm .b24-form-wrapper {
  max-width: 100% !important;
  min-height: 0 !important;
  padding-top: 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}


.unimart-pro-page .request-form--crm .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75) !important;
}


.unimart-pro-page .request-form--crm .b24-form-content {
  padding: 0 54px 30px !important;
}


.unimart-pro-page .request-form--crm .b24-form-header {
  padding: 0 54px 18px !important;
  border: 0 !important;
}


.unimart-pro-page .request-form--crm .b24-form-header-title {
  max-width: 620px;
  margin: 0 auto !important;
  color: #ffffff !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  text-align: center !important;
}


.unimart-pro-page .request-form--crm .b24-form-header-description,
.unimart-pro-page .request-form--crm .b24-form-control-comment,
.unimart-pro-page .request-form--crm .b24-form-control-desc,
.unimart-pro-page .request-form--crm .b24-form-control-file-item-name {
  color: #ffffff !important;
}


.unimart-pro-page .request-form--crm .b24-form-control-label {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  max-width: 100% !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 14px !important;
  line-height: 18px !important;
  white-space: normal !important;
}


.unimart-pro-page .request-form--crm .b24-form-control-required {
  display: inline !important;
  color: var(--red) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}


.unimart-pro-page .request-form--crm .b24-form-control-string .b24-form-control,
.unimart-pro-page .request-form--crm .b24-form-control-list .b24-form-control,
.unimart-pro-page .request-form--crm .b24-form-control-text .b24-form-control,
.unimart-pro-page .request-form--crm .b24-form-control-select .field-item {
  width: 100% !important;
  height: 48px !important;
  padding: 14px 0 0 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.82) !important;
  border-radius: 0 !important;
  background: transparent !important;
  outline: none !important;
}


.unimart-pro-page .request-form--crm .b24-form-control-text .b24-form-control {
  min-height: 56px !important;
  padding-top: 20px !important;
}


.unimart-pro-page .request-form--crm .b24-form-control-string .b24-form-control:focus,
.unimart-pro-page .request-form--crm .b24-form-control-list .b24-form-control:focus,
.unimart-pro-page .request-form--crm .b24-form-control-text .b24-form-control:focus,
.unimart-pro-page .request-form--crm .b24-form-control-select .field-item:focus {
  color: #ffffff !important;
  background: transparent !important;
  outline: none !important;
}


.unimart-pro-page .request-form--crm .b24-form-control:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
}


.unimart-pro-page .request-form--crm .b24-form-btn {
  width: 100% !important;
  height: 40px !important;
  margin-top: 10px !important;
  color: #ffffff !important;
  border-color: var(--red) !important;
  border-radius: 6px !important;
  background: var(--red) !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}


.unimart-pro-page .request-form--crm .b24-form-btn:hover {
  border-color: #910109 !important;
  background: #910109 !important;
}


.unimart-pro-page .request-form--crm .b24-form-field-agreement label,
.unimart-pro-page .request-form--crm .b24-form-control-agreement label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}


.unimart-pro-page .request-form--crm .b24-form-field-agreement input,
.unimart-pro-page .request-form--crm .b24-form-control-agreement input {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--red) !important;
}


.unimart-pro-page .request-form--crm .b24-form-field-agreement .b24-form-control-desc,
.unimart-pro-page .request-form--crm .b24-form-control-agreement .b24-form-control-desc,
.unimart-pro-page .request-form--crm .b24-form-field-agreement .b24-form-field-agreement-link,
.unimart-pro-page .request-form--crm .b24-form-control-agreement .b24-form-field-agreement-link {
  width: auto !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  font-size: 11px !important;
  line-height: 16px !important;
  overflow-wrap: anywhere !important;
}


.unimart-pro-page .request-form h3 {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
}


.unimart-pro-page .request-form p {
  margin: 0 0 10px;
}


.unimart-pro-page .request-form label {
  display: grid;
  gap: 6px;
  color: #d7d7d7;
  font-size: 12px;
}


.unimart-pro-page .request-form input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
}


.unimart-pro-page .request-form .btn {
  width: 100%;
  margin-top: 10px;
  border-radius: 6px;
}


@media (max-width: 1100px) {

  .unimart-pro-page .hero {
    grid-template-columns: 430px 1fr;
  }


  .unimart-pro-page .cards-row,
.unimart-pro-page .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .unimart-pro-page .event-banner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }


  .unimart-pro-page .audience-card,
.unimart-pro-page .benefits-slider .image-card,
.unimart-pro-page .partner-logo {
    flex-basis: calc((100% - 40px) / 3);
  }


  .unimart-pro-page .faq-thumbs img {
    flex-basis: calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
  }


}


@media (max-width: 760px) {

  .unimart-pro-page .container {
    width: min(100% - 8px, var(--container));
  }


  .unimart-pro-page {
    scroll-padding-top: 96px;
  }


  .unimart-pro-page #header-fly,
.unimart-pro-page #header,
.unimart-pro-page .header-fly,
.unimart-pro-page .header,
.unimart-pro-page .header-fly__shadow,
.unimart-pro-page .header-fly__white-bg {
    background: #ffffff !important;
    opacity: 1 !important;
    background-color: #ffffff !important;
  }


  .unimart-pro-page #header-fly,
.unimart-pro-page .header-fly {
    position: sticky !important;
    top: 0 !important;
    z-index: 5000 !important;
    isolation: isolate;
    background: #ffffff !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  }


  .unimart-pro-page #header-fly::before,
.unimart-pro-page .header-fly::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    background: #ffffff;
    pointer-events: none;
  }


  .unimart-pro-page #header-fly > *,
.unimart-pro-page .header-fly > * {
    position: relative;
    z-index: 1;
  }


  .unimart-pro-page #rs_easycart {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 5000 !important;
    background: #252525 !important;
    opacity: 1 !important;
    isolation: isolate;
  }


  .unimart-pro-page #rs_easycart::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    background: #252525;
    pointer-events: none;
  }


  .unimart-pro-page #rs_easycart > * {
    position: relative;
    z-index: 1;
  }


  .unimart-pro-page #rs_easycart .rsec,
.unimart-pro-page #rs_easycart .rsec_headers,
.unimart-pro-page #rs_easycart .rsec_in,
.unimart-pro-page #rs_easycart .rsec_body,
.unimart-pro-page #rs_easycart .rsec_orlink,
.unimart-pro-page #rs_easycart .rsec_online {
    background-color: #252525 !important;
    opacity: 1 !important;
  }


  .unimart-pro-page .site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 10px 28px rgba(13, 36, 52, 0.08);
  }


  .unimart-pro-page .header-inner {
    min-height: 64px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px 14px;
    align-items: center;
    padding: 10px 0;
  }


  .unimart-pro-page .logo img {
    width: 142px;
  }


  .unimart-pro-page .header-phone {
    justify-items: start;
    gap: 2px;
  }


  .unimart-pro-page .header-phone span {
    font-size: 11px;
    line-height: 14px;
  }


  .unimart-pro-page .header-phone a {
    font-size: 16px;
    line-height: 19px;
  }


  .unimart-pro-page .header-actions {
    grid-column: auto;
    justify-content: flex-end;
    gap: 14px;
    padding-top: 0;
    border-top: 0;
  }


  .unimart-pro-page .header-actions a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
  }


  .unimart-pro-page .section-title {
    display: grid;
  }


  .unimart-pro-page .header-actions {
    margin-left: 0;
  }


  .unimart-pro-page .hero {
    grid-template-columns: 1fr;
  }


  .unimart-pro-page .hero-text {
    min-height: 462px;
  }


  .unimart-pro-page .hero-image {
    display: none;
  }


  .unimart-pro-page .section-title p {
    white-space: normal;
  }


  .unimart-pro-page .cards-row,
.unimart-pro-page .partner-grid {
    grid-template-columns: 1fr;
  }


  .unimart-pro-page .audience-card,
.unimart-pro-page .benefits-slider .image-card,
.unimart-pro-page .partner-logo {
    flex-basis: calc((100% - 20px) / 2);
  }


  .unimart-pro-page .faq-gallery {
    padding: 24px 22px;
  }


  .unimart-pro-page .faq-thumbs img {
    flex-basis: calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }


  .unimart-pro-page .gallery-lightbox {
    --lightbox-top: 76px;
    --lightbox-bottom: 96px;
    --lightbox-y-padding: 18px;
    padding: var(--lightbox-y-padding) 54px;
  }


  .unimart-pro-page .gallery-lightbox__image {
    max-height: calc(100vh - var(--lightbox-top) - var(--lightbox-bottom) - (var(--lightbox-y-padding) * 2));
  }


  .unimart-pro-page .gallery-lightbox__close {
    top: 16px;
    right: 18px;
  }


  .unimart-pro-page .gallery-lightbox__arrow {
    width: 42px;
    height: 60px;
  }


  .unimart-pro-page .gallery-lightbox__arrow--prev {
    left: 8px;
  }


  .unimart-pro-page .gallery-lightbox__arrow--next {
    right: 8px;
  }


  .unimart-pro-page .faq-list summary {
    align-items: flex-start;
    padding-left: 22px;
  }


  .unimart-pro-page .faq-count {
    margin-top: 2px;
  }


  .unimart-pro-page .request-form {
    width: calc(100% - 30px);
    padding: 32px 24px;
  }


  .unimart-pro-page .request-form--crm {
    padding: 0;
  }


}


@media (max-width: 760px) {

  .unimart-pro-page .breadcrumbs {
    min-height: 58px;
    height: auto;
    align-items: flex-end;
    padding-top: 22px;
    padding-bottom: 18px;
    color: var(--blue);
    font-size: 12px;
    line-height: 18px;
  }


  .unimart-pro-page .hero {
    position: relative;
    min-height: 0;
    aspect-ratio: 0.68;
    display: block;
    width: 100%;
    max-width: none;
    margin: 60px auto 66px;
    scroll-margin-top: 96px;
    overflow: hidden;
    color: #ffffff;
    background:
      linear-gradient(180deg, rgba(7, 43, 79, 0.06) 0%, rgba(3, 19, 34, 0.12) 38%, rgba(2, 13, 25, 0.68) 76%, rgba(2, 13, 25, 0.88) 100%),
      url("../img/hero-mobile-training.png") center bottom / cover no-repeat #10283b;
  }


  .unimart-pro-page .hero-text {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    justify-content: flex-start;
    padding: 108px 22px 58px;
    background: transparent;
  }


  .unimart-pro-page .hero h1 {
    max-width: 100%;
    margin: 0 0 12px;
    font-size: clamp(34px, 9.2vw, 40px);
    line-height: 0.98;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
  }


  .unimart-pro-page .hero h1 .hero-title__line {
    display: block;
    line-height: 0.96;
  }


  .unimart-pro-page .hero h1 .hero-title__line + .hero-title__line {
    margin-top: 0;
  }


  .unimart-pro-page .hero-date {
    order: 0;
    margin: 0 0 14px;
    font-size: clamp(21px, 5.6vw, 26px);
    line-height: 1.04;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
  }


  .unimart-pro-page .hero-lead {
    max-width: 100%;
    margin: auto 0 16px;
    font-size: clamp(14px, 3.8vw, 15px);
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  }


  .unimart-pro-page .hero .btn-primary {
    width: min(100%, 300px);
    min-width: 0;
    min-height: 42px;
    padding: 0 22px;
    font-size: clamp(15px, 3.9vw, 17px);
  }


  .unimart-pro-page .hero-note {
    margin-top: 8px;
    font-size: clamp(13px, 3.45vw, 14px);
    line-height: 18px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  }


  .unimart-pro-page .hero-image {
    display: block;
    position: absolute;
    inset: 0;
    min-height: 0;
    pointer-events: none;
    background: none;
  }


  .unimart-pro-page .hero-school-logo {
    top: 24px;
    left: 22px;
    right: auto;
    width: min(172px, 54%);
  }


  .unimart-pro-page .event-banner {
    --event-image: url("../img/event-porotherm-mobile-v4.webp");
    position: relative;
    min-height: 0;
    aspect-ratio: 0.68;
    display: block;
    width: 100%;
    max-width: none;
    overflow: hidden;
    color: #ffffff;
    background:
      linear-gradient(180deg, rgba(18, 9, 4, 0.10) 0%, rgba(18, 9, 4, 0.18) 34%, rgba(18, 9, 4, 0.72) 76%, rgba(12, 6, 3, 0.94) 100%),
      var(--event-image) center bottom / cover no-repeat #120904;
  }


  .unimart-pro-page .event-banner__text {
    min-height: 100%;
    height: 100%;
    justify-content: flex-start;
    padding: 108px 22px 58px;
    background: transparent;
  }


  .unimart-pro-page .event-banner__date,
  .unimart-pro-page .event-banner h3,
  .unimart-pro-page .event-banner__text > p:not(.event-banner__date) {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  }


  .unimart-pro-page .event-banner__date {
    margin-bottom: 14px;
    font-size: clamp(21px, 5.6vw, 26px);
    line-height: 1.04;
  }


  .unimart-pro-page .event-banner h3 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(34px, 9.2vw, 40px);
    line-height: 0.98;
  }


  .unimart-pro-page .event-banner h3 span {
    display: block;
  }


  .unimart-pro-page .event-banner__text > p:not(.event-banner__date) {
    max-width: 100%;
    margin: auto 0 16px;
    font-size: clamp(14px, 3.8vw, 15px);
    line-height: 1.3;
  }


  .unimart-pro-page .event-banner__speaker {
    margin: 0 0 14px !important;
    font-size: clamp(12px, 3.2vw, 13px) !important;
    line-height: 1.25 !important;
  }


  .unimart-pro-page .event-banner__duration {
    margin-top: 16px !important;
    font-size: clamp(12px, 3.2vw, 13px) !important;
    line-height: 1.25 !important;
  }


  .unimart-pro-page .event-banner .btn-primary {
    width: min(100%, 300px);
    min-width: 0;
    min-height: 42px;
    padding: 0 22px;
    font-size: clamp(15px, 3.9vw, 17px);
  }


  .unimart-pro-page .event-banner__image {
    display: none;
  }


  .unimart-pro-page .section {
    margin-bottom: 72px;
    scroll-margin-top: 96px;
  }


  .unimart-pro-page .section-title {
    grid-template-columns: 32px 1fr;
    column-gap: 16px;
    row-gap: 6px;
    align-items: start;
    margin-bottom: 40px;
    padding-bottom: 16px;
  }


  .unimart-pro-page .section-title::before {
    width: 24px;
    height: 14px;
    margin-top: 7px;
  }


  .unimart-pro-page .section-title h2 {
    font-size: 24px;
    line-height: 32px;
  }


  .unimart-pro-page .section-title p {
    grid-column: 2;
    font-size: 14px;
    line-height: 20px;
  }


  .unimart-pro-page .slider-shell {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }


  .unimart-pro-page {
    overflow-x: clip;
  }


  .unimart-pro-page .audience-slider,
.unimart-pro-page .partner-slider,
.unimart-pro-page .faq-thumbs {
    gap: 16px;
    scroll-padding-left: 0;
  }


  .unimart-pro-page .audience-card,
.unimart-pro-page .benefits-slider .image-card {
    min-height: 470px;
    flex-basis: 100%;
    padding: 0 22px 28px;
  }


  .unimart-pro-page .audience-card h3,
.unimart-pro-page .benefits-slider .image-card h3 {
    font-size: 18px;
    line-height: 23px;
  }


  .unimart-pro-page .audience-card p,
.unimart-pro-page .benefits-slider .image-card p {
    font-size: 14px;
    line-height: 18px;
  }


  .unimart-pro-page .slider-arrow {
    display: none !important;
  }


  .unimart-pro-page .slider-dots {
    gap: 16px;
    margin-top: 30px;
  }


  .unimart-pro-page .learning-banner {
    min-height: 450px;
    align-items: flex-end;
    padding: 178px 24px 30px;
  }


  .unimart-pro-page .learning-banner > div {
    max-width: 100%;
  }


  .unimart-pro-page .learning-banner h2 {
    margin-bottom: 16px;
    font-size: clamp(52px, 13vw, 62px);
    line-height: 0.96;
  }


  .unimart-pro-page .learning-banner p {
    max-width: 340px;
    margin-bottom: 12px;
    font-size: clamp(16px, 4.2vw, 17px);
    line-height: 1.36;
  }


  .unimart-pro-page .learning-banner p + p {
    max-width: 340px;
    margin-top: 10px;
    font-size: clamp(14px, 3.75vw, 15px);
    line-height: 1.36;
  }


  .unimart-pro-page .learning-banner--practice {
    background:
      linear-gradient(
        180deg,
        rgba(78, 51, 27, 0.02) 0%,
        rgba(78, 51, 27, 0.06) 34%,
        rgba(78, 51, 27, 0.28) 52%,
        rgba(78, 51, 27, 0.62) 70%,
        rgba(78, 51, 27, 0.9) 88%,
        rgba(78, 51, 27, 0.98) 100%
      ),
      url("../img/process-training-banner.jpg") 64% center / cover no-repeat #4e331b;
  }


  .unimart-pro-page .learning-banner--tech {
    background:
      linear-gradient(
        180deg,
        rgba(33, 64, 70, 0.03) 0%,
        rgba(33, 64, 70, 0.08) 34%,
        rgba(33, 64, 70, 0.3) 52%,
        rgba(33, 64, 70, 0.64) 70%,
        rgba(33, 64, 70, 0.9) 88%,
        rgba(33, 64, 70, 0.98) 100%
      ),
      url("../img/tech-understanding-banner-v2.png") center center / cover no-repeat #214046;
  }


  .unimart-pro-page .partner-logo {
    min-height: 184px;
    padding: 24px;
  }


  .unimart-pro-page .partner-logo img {
    max-width: 190px;
    max-height: 68px;
  }


  .unimart-pro-page .faq-gallery {
    padding: 18px 16px 22px;
  }


  .unimart-pro-page .faq-gallery-shell {
    --faq-gallery-image-height: 210px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 0;
  }


  .unimart-pro-page .faq-gallery-shell::before,
.unimart-pro-page .faq-gallery-shell::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 46px;
    height: var(--faq-gallery-image-height);
    pointer-events: none;
  }


  .unimart-pro-page .faq-gallery-shell::before {
    left: 0;
    background: linear-gradient(90deg, #f3f3f3 0%, rgba(243, 243, 243, 0.72) 32%, rgba(243, 243, 243, 0) 100%);
  }


  .unimart-pro-page .faq-gallery-shell::after {
    right: 0;
    background: linear-gradient(270deg, #f3f3f3 0%, rgba(243, 243, 243, 0.72) 32%, rgba(243, 243, 243, 0) 100%);
  }


  .unimart-pro-page .faq-gallery-shell .slider-arrow {
    top: calc(var(--faq-gallery-image-height) / 2);
    z-index: 3;
    width: 38px;
    height: 54px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }


  .unimart-pro-page .faq-gallery-shell .slider-arrow--prev {
    left: -8px;
  }


  .unimart-pro-page .faq-gallery-shell .slider-arrow--next {
    right: -8px;
  }


  .unimart-pro-page .faq-gallery-shell .slider-arrow::before {
    width: 24px;
    height: 14px;
    border: 0;
    background: url("../img/section-chevron.svg") center / contain no-repeat;
    opacity: 0.95;
  }


  .unimart-pro-page .faq-thumbs img {
    height: 210px;
  }


  .unimart-pro-page .faq-gallery-hint {
    margin: 22px 0 0 30px;
    line-height: 17px;
  }


  .unimart-pro-page .faq-list {
    margin-top: 18px;
  }


  .unimart-pro-page .faq-list summary {
    gap: 14px;
    padding: 18px 0;
    font-size: 15px;
    line-height: 21px;
  }


  .unimart-pro-page .faq-list summary::before {
    width: 20px;
    text-align: center;
  }


  .unimart-pro-page .faq-list p {
    padding: 0 0 20px 34px;
    font-size: 14px;
    line-height: 20px;
  }


  .unimart-pro-page .request-section .section-title h2 {
    font-size: 22px;
    line-height: 30px;
  }


  .unimart-pro-page .request-panel {
    min-height: 0;
    padding: 22px 15px;
    background-position: 58% center;
  }


  .unimart-pro-page .request-form {
    width: 100%;
  }


  .unimart-pro-page .request-form--crm {
    border-color: rgba(255, 255, 255, 0.58);
  }


  .unimart-pro-page .request-form--crm .b24-form-wrapper {
    padding-top: 20px !important;
  }


  .unimart-pro-page .request-form--crm .b24-form-header {
    padding: 0 18px 12px !important;
  }


  .unimart-pro-page .request-form--crm .b24-form-content {
    padding: 0 18px 22px !important;
  }


  .unimart-pro-page .request-form--crm .b24-form-header-title {
    font-size: 17px !important;
    line-height: 24px !important;
  }


  .unimart-pro-page .request-form--crm .b24-form-control-label {
    font-size: 12px !important;
    line-height: 16px !important;
  }


  .unimart-pro-page .request-form--crm .b24-form-control-string .b24-form-control,
.unimart-pro-page .request-form--crm .b24-form-control-list .b24-form-control,
.unimart-pro-page .request-form--crm .b24-form-control-text .b24-form-control,
.unimart-pro-page .request-form--crm .b24-form-control-select .field-item {
    height: 44px !important;
    padding-top: 12px !important;
  }


  .unimart-pro-page .request-form--crm .b24-form-btn {
    min-height: 44px !important;
    height: auto !important;
  }



}


@media (max-width: 520px) {

  .unimart-pro-page .container {
    width: min(100% - 8px, var(--container));
  }


  .unimart-pro-page .header-inner {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    justify-items: stretch;
  }


  .unimart-pro-page .header-phone {
    grid-column: 1;
    grid-row: 2;
    justify-items: start;
  }


  .unimart-pro-page .header-actions {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 100%;
    align-self: center;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    font-size: 12px;
  }


  .unimart-pro-page .breadcrumbs {
    min-height: 50px;
    padding-bottom: 14px;
  }


  .unimart-pro-page .hero {
    width: 100%;
    margin: 60px auto 58px;
  }


  .unimart-pro-page .hero-text {
    padding: 108px 22px 52px;
  }


  .unimart-pro-page .hero h1 {
    font-size: clamp(33px, 8.9vw, 38px);
  }


  .unimart-pro-page .hero-school-logo {
    left: 22px;
  }


  .unimart-pro-page .hero .btn-primary {
    width: min(100%, 290px);
  }


  .unimart-pro-page .section {
    margin-bottom: 58px;
  }


  .unimart-pro-page .section-title {
    grid-template-columns: 26px 1fr;
    column-gap: 12px;
    row-gap: 4px;
    margin-bottom: 30px;
  }


  .unimart-pro-page .section-title h2 {
    font-size: 22px;
    line-height: 29px;
  }


  .unimart-pro-page .section-title p {
    font-size: 13px;
    line-height: 18px;
  }


  .unimart-pro-page .audience-card,
.unimart-pro-page .benefits-slider .image-card,
.unimart-pro-page .partner-logo {
    flex-basis: 100%;
  }


  .unimart-pro-page .audience-card,
.unimart-pro-page .benefits-slider .image-card {
    min-height: 445px;
  }


  .unimart-pro-page .partner-logo {
    min-height: 180px;
  }

  .unimart-pro-page .event-banner {
    aspect-ratio: 0.68;
  }

  .unimart-pro-page .event-banner__text {
    padding: 108px 22px 52px;
  }

  .unimart-pro-page .event-banner h3 {
    font-size: clamp(33px, 8.9vw, 38px);
  }


  .unimart-pro-page .audience-card h3,
.unimart-pro-page .benefits-slider .image-card h3 {
    font-size: 17px;
    line-height: 22px;
  }


  .unimart-pro-page .learning-banner {
    min-height: 430px;
    padding: 162px 20px 28px;
  }


  .unimart-pro-page .learning-banner h2 {
    font-size: clamp(48px, 12.8vw, 58px);
  }


  .unimart-pro-page .faq-thumbs img {
    flex-basis: 100%;
    width: 100%;
    height: 190px;
  }


  .unimart-pro-page .faq-gallery-shell {
    --faq-gallery-image-height: 190px;
  }


  .unimart-pro-page .faq-list summary {
    flex-wrap: nowrap;
  }


  .unimart-pro-page .faq-count {
    margin-left: 28px;
  }


  .unimart-pro-page .gallery-lightbox {
    --lightbox-top: 76px;
    --lightbox-bottom: 104px;
    --lightbox-y-padding: 16px;
    padding: var(--lightbox-y-padding) 16px;
  }


  .unimart-pro-page .gallery-lightbox__arrow {
    top: auto;
    bottom: 10px;
    transform: none;
  }


  .unimart-pro-page .gallery-lightbox__arrow--prev {
    left: 30px;
  }


  .unimart-pro-page .gallery-lightbox__arrow--next {
    right: 30px;
  }


  .unimart-pro-page .gallery-lightbox__counter {
    bottom: 26px;
  }


  .unimart-pro-page .request-panel {
    padding: 14px 8px;
  }


  .unimart-pro-page .request-form--crm .b24-form-header,
.unimart-pro-page .request-form--crm .b24-form-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }



}
