ul li {
    list-style-type: none;
}

/*Блок 1*/
.process-v3 {
    overflow: hidden;
  }
  
  .process-v3__desc {
    margin-bottom: 0;
  }
  
  .process-v3__slider {
    width: 100%;
    margin-top: 32px;
  }
  
  .process-v3__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  
  .process-v3__item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    outline: 0;
  }
  
  .process-v3__item.swiper-slide-active {
    position: relative;
    z-index: 1;
  }
  
  .process-v3__media {
    position: relative;
    width: 100%;
    border-radius: 18px 16px 0 0;
    overflow: hidden;
  }
  
  .process-v3__media img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .process-v3__tag {
    margin-bottom: 20px;
  }
  
  .process-v3__content {
    padding: 20px;
    border-radius: 0 0 16px 16px;
    background-color: #fff;
  }
  
  .process-v3__explanation {
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) {
    .process-v3__media {
      height: 496px;
    }
  }
  
  @media (min-width: 1024px) {
    .process-v3__wrapper {
      display: grid;
      grid-column-gap: 101px;
      grid-template-rows: repeat(3, auto);
      grid-template-columns: 1fr auto;
    }
    
    .process-v3__title {
      grid-row: 1/2;
      grid-column: 1/2;
    }
    
    .process-v3__desc {
      grid-row: 2/3;
      grid-column: 1/2;
    }
    
    .process-v3__slider {
      position: relative;
      z-index: 1;
      --grid-column-gap: 8px;
      --content-side-padding: 32px;
      --grid-columns: 552px 1fr;
      grid-row: 3/-1;
      grid-column: 1/-1;
      display: grid;
      grid-column-gap: calc(var(--grid-column-gap) + var(--content-side-padding));
      grid-template-rows: auto;
      grid-template-columns: var(--grid-columns);
      margin-top: 56px;
      overflow: hidden;
    }
    
    .process-v3__controls {
      position: relative;
      z-index: 2;
      grid-row: 1/-1;
      grid-column: 2/-1;
      align-self: flex-end;
      display: flex;
      align-items: center;
      margin-bottom: 32px;
    }
    
    .process-v3__list {
      grid-row: 1/-1;
      grid-column: 1/-1;
    }
    
    .process-v3__item {
      display: grid;
      grid-gap: var(--grid-column-gap);
      grid-template-columns: var(--grid-columns);
    }
    
    .process-v3__media {
      position: absolute;
      top: 0;
      left: 0;
      width: 552px;
      height: 100%;
      border-radius: 18px;
    }
    
    .process-v3__video-button {
      grid-row: 1/2;
      grid-column: 2/-1;
      align-self: flex-start;
      justify-self: flex-end;
    }
    
    .process-v3__tag {
      margin-bottom: 24px;
    }
    
    .process-v3__content {
      grid-column: 2/-1;
      padding: 32px var(--content-side-padding) 104px;
      border-radius: 18px;
    }
  }
  
  @media (min-width: 1280px) {
    .process-v3__wrapper {
      grid-column-gap: 181px;
    }
    
    .process-v3__slider {
      --content-side-padding: 48px;
      --grid-columns: 692px 1fr;
    }
    
    .process-v3__controls {
      margin-bottom: 48px;
    }
    
    .process-v3__item {
      grid-template-columns: var(--grid-columns);
      min-height: 492px;
    }
    
    .process-v3__media {
      width: 692px;
    }
    
    .process-v3__content {
      padding: 80px var(--content-side-padding) 120px;
    }
  }
  
  @media (max-width: 1023.9px) {
    .process-v3__controls {
      margin-bottom: 12px;
    }
    
    .process-v3__arrow {
      display: none;
    }
    
    .process-v3__list {
      align-items: stretch;
    }
    
    .process-v3__video-button {
      margin-top: 32px;
    }
    
    .process-v3__content {
      flex-grow: 1;
    }
  }
  
  @media (max-width: 767.9px) {
    .process-v3__media {
   
    }
    
    .process-v3__media img {
      position: absolute;
      top: 0;
      left: 0;
    }
  }

/*Блок 2*/
.mentor-v2__top {
    margin-bottom: 40px;
  }
  
  .mentor-v2__title {
    margin-bottom: 32px;
  }
  
  .mentor-v2__top-pic {
    width: 280px;
    height: 202px;
    margin: 0 auto 32px;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .mentor-v2__desc {
    margin-bottom: 0;
  }
  
  .mentor-v2__examples {
    margin-bottom: 56px;
    padding: 40px 24px;
    border-radius: 18px;
    background-color: var(--bg-secondary-color);
  }
  
  .mentor-v2__subtitle {
    display: block;
    margin-bottom: 32px;
  }
  
  .mentor-v2__media-container {
    position: relative;
    margin-bottom: 32px;
  }
  
  .mentor-v2__media {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
  }
  
  .mentor-v2__example-desc {
    margin-bottom: 32px;
  }
  
  .mentor-v2__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .mentor-v2__icon {
    grid-row: 1/-1;
    grid-column: 1/2;
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 18px;
    background-color: var(--bg-secondary-accent-color);
  }
  
  .mentor-v2__icon-img {
    display: block;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .mentor-v2__feature-title {
    grid-row: 1/2;
    grid-column: 2/-1;
  }
  
  .mentor-v2__feature {
    grid-row: 2/-1;
    grid-column: 2/-1;
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) {
    .mentor-v2__top {
      display: grid;
      grid-gap: 16px 32px;
      grid-template-rows: auto 1fr;
      grid-template-columns: 1fr 268px;
    }
    
    .mentor-v2__title {
      grid-row: 1/2;
      grid-column: 1/2;
      margin-bottom: 0;
    }
    
    .mentor-v2__top-pic {
      grid-row: 1/-1;
      grid-column: 2/-1;
      align-self: center;
      width: 268px;
      height: 196px;
      margin: 0;
    }
    
    .mentor-v2__examples {
      padding-right: 180px;
      padding-left: 180px;
    }
    
    .mentor-v2__media-container {
      width: 336px;
      height: 191px;
    }
  }
  
  @media (min-width: 1024px) {
    .mentor-v2__top {
      grid-row-gap: 24px;
      grid-template-columns: 1fr 368px;
      margin-bottom: 56px;
    }
    
    .mentor-v2__top-pic {
      width: 368px;
      height: 268px;
    }
    
    .mentor-v2__examples {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 72px;
      padding: 56px 212px;
    }
    
    .mentor-v2__media-container {
      width: 504px;
      height: 284px;
    }
    
    .mentor-v2__media {
      border-radius: 8px;
    }
    
    .mentor-v2__example-desc {
      margin-bottom: 40px;
    }
    
    .mentor-v2__list {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(3, 1fr);
    }
    
    .mentor-v2__icon {
      width: 56px;
      height: 56px;
      margin-bottom: 24px;
    }
    
    .mentor-v2__icon-img {
      width: 32px;
      height: 32px;
    }
  }
  
  @media (min-width: 1280px) {
    .mentor-v2__top {
      grid-template-columns: 1fr 468px;
    }
    
    .mentor-v2__title {
      margin-top: 42px;
    }
    
    .mentor-v2__top-pic {
      width: 468px;
      height: 340px;
    }
    
    .mentor-v2__desc {
      width: 570px;
    }
    
    .mentor-v2__examples {
      display: grid;
      grid-column-gap: 48px;
      grid-template-rows: auto auto 1fr;
      grid-template-columns: 504px 1fr;
      padding-right: 48px;
      padding-left: 48px;
    }
    
    .mentor-v2__subtitle {
      grid-row: 1/2;
      grid-column: 2/-1;
      margin-top: 28px;
      margin-bottom: 24px;
    }
    
    .mentor-v2__media-container {
      grid-row: 1/-1;
      grid-column: 1/2;
      margin-bottom: 0;
    }
    
    .mentor-v2__example-desc {
      grid-row: 2/3;
      grid-column: 2/-1;
    }
    
    .mentor-v2__button {
      grid-row: 3/-1;
      grid-column: 2/-1;
      align-self: flex-start;
    }
  }
  
  @media (max-width: 1279.9px) {
    .mentor-v2__example-desc,
    .mentor-v2__subtitle {
      text-align: center;
    }
  }
  
  @media (max-width: 1023.9px) {
    .mentor-v2__item {
      display: grid;
      grid-column-gap: 16px;
      grid-template-rows: auto 1fr;
      grid-template-columns: min-content 1fr;
    }
    
    .mentor-v2__item:not(:last-child) {
      margin-bottom: 32px;
    }
  }
  
  @media (max-width: 767.9px) {
    .mentor-v2__media-container {
      padding-top: 56.25%;
    }
    
    .mentor-v2__media {
      position: absolute;
      top: 0;
      left: 0;
    }
  }

/*Блок 3*/
.rating-v1__text {
  margin-bottom: 48px;
}

.rating-v1__title {
  margin-bottom: 32px;
}

.rating-v1__stats {
  padding: 0;
  list-style: none;
  margin: 0 0 24px;
}

.rating-v1__stat:not(:last-child) {
  margin-bottom: 24px;
}

.rating-v1__stat-number,
.rating-v1__stat-text {
  display: block;
}

.rating-v1__source {
  margin-bottom: 0;
}

.rating-v1__block {
  padding-top: 40px;
  border-radius: 18px;
  background: linear-gradient(97.26deg,#ed3cca .49%,#df34d2 14.88%,#d02bd9 29.27%,#bf22e1 43.14%,#ae1ae8 57.02%,#9a10f0 70.89%,#8306f7 84.76%,#7c1af8 99.15%),linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.05));
}

.rating-v1__count {
  max-width: 280px;
  margin: 0 auto 12px;
  text-align: center;
}

.rating-v1__slider {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.rating-v1__slider-wrapper {
  position: relative;
  width: 280px;
  margin: 0 auto;
  padding: 32px 24px;
  overflow-x: hidden;
}

.rating-v1__slider-wrapper::after,
.rating-v1__slider-wrapper::before {
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  width: 24px;
  height: 100%;
  content: "";
}

.rating-v1__slider-wrapper::before {
  left: 0;
}

.rating-v1__slider-wrapper::after {
  right: 0;
}

.rating-v1__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.rating-v1__review {
  display: grid;
  flex-shrink: 0;
  grid-gap: 8px 28px;
  grid-template-rows: 20px 24px 1fr;
  grid-template-columns: auto 1fr;
  width: 100%;
}

.rating-v1__review:not(:last-child) {
  margin-right: 100px;
}

.rating-v1__rating {
  grid-row: 1/-1;
  grid-column: 1/2;
  align-self: flex-start;
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  color: #fff;
}

.rating-v1__logo {
  grid-row: 1/2;
  grid-column: 2/-1;
  max-height: 20px;
  margin-right: auto;
}

.rating-v1__stars {
  position: relative;
  display: inline-block;
  grid-row: 2/3;
  grid-column: 2/-1;
  color: var(--accent-warning-color);
}

.rating-v1__stars-max {
  fill: none;
}

.rating-v1__stars-filled {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  fill: var(--accent-warning-color);
}

.rating-v1__reviews-count {
  grid-row: 3/-1;
  grid-column: 2/-1;
  align-self: flex-start;
  color: #fff;
}

.rating-v1__pic {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .rating-v1__text {
    display: grid;
    grid-column-gap: 32px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 328px 1fr;
  }
  
  .rating-v1__title {
    grid-template-rows: 1/-1;
    grid-template-columns: 1/2;
    align-self: flex-start;
    margin-bottom: 0;
  }
  
  .rating-v1__stats {
    grid-row: 1/2;
    grid-column: 2/-1;
  }
  
  .rating-v1__source {
    grid-row: 2/-1;
    grid-column: 2/-1;
  }
}

@media (min-width: 1024px) {
  .rating-v1__text {
    grid-column-gap: 56px;
    grid-template-columns: 424px 1fr;
    margin-bottom: 56px;
  }
  
  .rating-v1__source,
  .rating-v1__stats {
    width: 368px;
  }
  
  .rating-v1__block {
    padding-top: 72px;
  }
  
  .rating-v1__count {
    max-width: 472px;
  }
  
  .rating-v1__count br {
    display: none;
  }
  
  .rating-v1__count,
  .rating-v1__slider {
    margin-bottom: 40px;
  }
  
  .rating-v1__controls {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: space-between;
    width: 472px;
    transform: translate(-50%, -50%);
  }
  
  .rating-v1__pic {
    width: auto;
    height: 200px;
  }
}

@media (min-width: 1280px) {
  .rating-v1 {
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
  
  .rating-v1__text {
    display: block;
    margin-bottom: 0;
  }
  
  .rating-v1__title {
    margin-bottom: 56px;
  }
  
  .rating-v1__stats {
    margin-bottom: 32px;
  }
  
  .rating-v1__stat:not(:last-child) {
    margin-bottom: 32px;
  }
  
  .rating-v1__block {
    display: flex;
    flex-direction: column;
  }
  
  .rating-v1__pic {
    margin-top: auto;
  }
}

@media (max-width: 1023.9px) {
  .rating-v1__arrow {
    display: none;
  }
  
  .rating-v1__pic {
    max-width: 280px;
    max-height: 96px;
  }
}

@media (max-width: 767.9px) {
  .rating-v1__count {
    padding: 0 20px;
  }
  
  .rating-v1__pic {
    position: relative;
    padding-top: 29.4210526316%;
    overflow: hidden;
  }
  
  .rating-v1__pic img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.ui-container {
    width:100% !important;
}


[data-theme=light] {
    --text-main-color: #000;
    --text-secondary-color: #666;
    --text-addition-color: #949494;
    --text-disable-color: #b8b8b8;
    --text-invert-color: #fff;
    --text-link-color: #a449ea;
    --bg-main-color: #fff;
    --bg-secondary-color: #f5f5f5;
    --bg-secondary-accent-color: #ebebeb;
    --bg-with-shadow-color: #fff;
    --bg-accent-color: #292929;
    --bg-invert-color: #000;
    --bg-overlay-main-color: rgba(255, 255, 255, 0.85);
    --bg-overlay-tertiary-black-color: rgba(0, 0, 0, 0.1);
    --bg-always-black-secondary-color: #333;
    --bg-overlay-main-white-color: rgba(255, 255, 255, 0.85);
    --stroke-main-color: #e0e0e0;
    --stroke-secondary-color: #b8b8b8;
    --stroke-accent-color: #000;
    --stroke-invert-color: #3d3d3d;
    --stroke-disable-color: #e0e0e0;
    --icon-main-color: #000;
    --icon-secondary-color: #8f8f8f;
    --icon-addition-color: #b8b8b8;
    --icon-invert-color: #fff;
    --icon-disable-color: #b8b8b8;
    --action-main-color: #f5f5f5;
    --action-secondary-color: #ebebeb;
    --action-addition-color: #e0e0e0;
    --action-invert-color: #000;
    --action-disable-color: #ebebeb;
    --action-table-color: #f0f5f9;
    --brand-color: #3d3bff;
    --brand-sale-color: #fff93d;
    --text-main-color-invert: #e0e0e0;
    --text-secondary-color-invert: #a3a3a3;
    --text-addition-color-invert: #7d7d7d;
    --text-disable-color-invert: #525252;
    --text-link-color-invert: #bc8ef2;
    --bg-main-color-invert: #141414;
    --bg-secondary-color-invert: #292929;
    --bg-secondary-accent-color-invert: #333;
    --bg-with-shadow-color-invert: #1f1f1f;
    --bg-accent-color-invert: #333;
    --bg-overlay-secondary-color-invert: rgba(255, 255, 255, 0.1);
    --stroke-main-color-invert: #3d3d3d;
    --stroke-secondary-color-invert: #525252;
    --stroke-accent-color-invert: #e0e0e0;
    --stroke-disable-color-invert: #3d3d3d;
    --icon-main-color-invert: #e0e0e0;
    --icon-secondary-color-invert: #b8b8b8;
    --icon-addition-color-invert: #666;
    --icon-invert-color-invert: #000;
    --icon-disable-color-invert: #666;
    --brand-color-invert: #4947ff;
    --brand-sale-color-invert: #fff947;
    --accent-brand-color: #3d3bff;
    --accent-success-bg-color: #e0f5e0;
    --accent-success-on-indicator-bg-color: #339933;
    --accent-success-secondary-color: #f0faf0;
    --accent-warning-on-indicator-bg-color: #cc7a00;
    --accent-warning-bg-color: #ffefd6;
    --accent-warning-secondary-color: #fff7eb;
    --accent-danger-on-indicator-bg: #b2351a;
    --accent-danger-bg-color: #fae1db;
    --accent-danger-secondary-color: #fdf0ed;
    --accent-sale-color: #fff93d;
    --accent-always-white-color: #fff;
    --accent-visited-color: #a449ea;
    --accent-coral-color: #ef855c;
    --accent-coral-secondary-color: #f8d6d6;
    --accent-coral-additional-color: #fdf3ef;
    --accent-orange-color: #f08d35;
    --accent-orange-secondary-color: #fae0b7;
    --accent-orange-additional-color: #fdf3e2;
    --accent-acid-green-color: #c7ff74;
    --accent-acid-green-secondary-color: #ecfecb;
    --accent-acid-green-additional-color: #f7ffea;
    --accent-lime-color: #a3c048;
    --accent-lime-secondary-color: #e6f1c6;
    --accent-lime-additional-color: #f5fae8;
    --accent-emerald-color: #64c956;
    --accent-emerald-secondary-color: #caecc4;
    --accent-emerald-additional-color: #e9f8e7;
    --accent-tiffany-color: #54b7b3;
    --accent-tiffany-secondary-color: #bbe2e1;
    --accent-tiffany-additional-color: #eef8f7;
    --accent-sky-color: #438af9;
    --accent-sky-secondary-color: #b4d0fd;
    --accent-sky-additional-color: #e7f2fe;
    --accent-indigo-color: #7388f7;
    --accent-indigo-secondary-color: #c6cfff;
    --accent-indigo-additional-color: #ebf1ff;
    --accent-violent-color: #9761f7;
    --accent-violent-secondary-color: #d4bef9;
    --accent-violent-additional-color: #efe5fd;
    --accent-hot-pink-color: #e248b0;
    --accent-hot-pink-secondary-color: #edb6de;
    --accent-hot-pink-additional-color: #f7e2f2;
    --accent-brown-color: #ce997e;
    --accent-brown-secondary-color: #e3c5b5;
    --accent-brown-additional-color: #f1e2da;
    --accent-grey-color: #696e7d;
    --accent-grey-secondary-color: #c0c6d8;
    --accent-grey-additional-color: #f5f7fa;
    --indication-success-on-indicator-bg-color: #339933;
    --indication-success-bg-color: #e0f5e0;
    --indication-success-secondary-color: #f0faf0;
    --indication-warning-on-indicator-bg-color: #cc7a00;
    --indication-warning-bg-color: #ffefd6;
    --indication-warning-secondary-color: #fff7eb;
    --indication-danger-on-indicator-bg: #b2351a;
    --indication-danger-bg-color: #fae1db;
    --indication-danger-secondary-color: #fdf0ed;
    --text-invert-color-rgb: 255, 255, 255;
    --bg-main-color-rgb: 255, 255, 255;
    --bg-secondary-color-rgb: 245, 245, 245;
    --accent-brand-color-rgb: 61, 59, 255;
    --accent-always-white-color-rgb: 255, 255, 255;
    --bg-main-color-rgb-invert: 20, 20, 20;
    --bg-secondary-color-rgb-invert: 41, 41, 41;
    --accent-brand-color-rgb-invert: 73, 71, 255;
    --accent-always-white-color-rgb-invert: 245, 245, 245;
}


/*общие стили*/
@media screen and (min-width:1024px) {
  .process-v3__list.owl-carousel .owl-nav button.owl-prev, .process-v3__list.owl-carousel .owl-nav button.owl-next{
      display: inline-block;
      background-color:unset;
  }
  .process-v3__list.owl-carousel{
      position: relative;
  }
  .process-v3__list.owl-carousel .owl-nav {
      width: fit-content;
      position: absolute;
      
      bottom: 48px;
  }
}
@media screen and (min-width:1024px) and (max-width:1280px){
  .process-v3__list.owl-carousel .owl-nav {
      
      bottom: 25px;
  }
  .process-v3__item {
      min-height:400px;
  }
}

@media screen and (max-width: 1023px ) {
  .process-v3__list.owl-carousel .owl-nav {
    display: none !important;
  }
}
@media screen and (min-width:1000px) {
  .rating-v1__list.owl-carousel .owl-nav button.owl-prev, .rating-v1__list.owl-carousel .owl-nav button.owl-next{
      display: inline-block;
      background-color:unset;
  }
  .rating-v1__slider-wrapper {
      overflow-x:unset;
  }
  .rating-v1__list.owl-carousel .owl-nav {
      width: 400px;
      display: flex;
      justify-content: space-between;
      position: relative;
      right: 85px;
      bottom: 64px;
  }
}
.ui-oval {
  display: inline-block;
}
.block {
  padding:0 !important;
}
@media screen and (min-width:1024px){
  .process-v3__list .owl-item{
    transition: .3s linear(0.58 35.3%, 0.9 92.65%);
    opacity: 0.2;
  }
  .process-v3__list .owl-item.active{
    opacity: 1;
  }
}
.process-v3__list.owl-carousel .owl-dot {
  display: none;
  letter-spacing: 3px;
}
.process-v3__list.owl-carousel .owl-dot.active {
  display: block;
}

.process-v3__list.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
}
 .button-arrow {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #f4e7ff;
  border-radius: 50%;
  color: #f4e7ff;
  cursor: pointer;
  transition: .3s ease;
}
@media (min-width: 1024px) {
  .button-arrow {
      width: 26px;
      height: 26px;
  }
}
.button-arrow--prev {
  transform: rotate(180deg);
}
.ui-picture {
  display: block;
}
.ui-picture--contain {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-image {
  display: block;
}
.ui-image__pic--contain {
  height: auto;
  max-height: 100%;
}
.ui-image__pic {
  display: block;
  width: 100%;
}

.h, .h-new {
  margin-top: 0;
  font-weight: 700;
  word-break: break-word;
}
.p--4 {
    font-size: 12px;
    line-height: 16px;
}
.h--2, .h--3, .h-new--2, .h-new--3 {
  font-size: 32px !important;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .h--2, .h-new--2 {
font-size: 100px !important;
    line-height: 120px;
    letter-spacing: -.02em;
    color: #a73afd;
  }
}
.p--1, .p--2 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .p--1 {
      font-size: 18px;
      line-height: 26px;
  }
}
.ui-typography-group .h--2+.p--1, .ui-typography-group .h--2+.t--1, .ui-typography-group .h--2+.t--2, .ui-typography-group .h-new--2+.p--1, .ui-typography-group .h-new--2+.t--1, .ui-typography-group .h-new--2+.t--2 {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .ui-typography-group .h--2+.p--1, .ui-typography-group .h--2+.t--1, .ui-typography-group .h--2+.t--2, .ui-typography-group .h-new--2+.p--1, .ui-typography-group .h-new--2+.t--1, .ui-typography-group .h-new--2+.t--2 {
      margin-top: 24px;
  }
}
.ui-typography-group .t--3+.p--3, .ui-typography-group .t--4+.p--4, .ui-typography-group.ui-typography-group--numbers .h--2+.p--1, .ui-typography-group.ui-typography-group--numbers .h-new--2+.p--1 {
  margin-top: 4px;
}



.ui-oval--tiny, .ui-oval--tiny-medium {
  padding: 0 6px;
  border-radius: 6px;
}
.ui-oval--stroke {
  border: 1px solid 1px solid #fff;
  color: var(--text-main-color);
}
.ui-oval {
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.t--1 {
  font-size: 20px;
  line-height: 24px;
}
.t {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .ui-oval--tiny {
      padding: 0 8px;
      border-radius: 8px;
  }
}
@media (min-width: 1024px) {
  .t--1 {
      font-size: 24px;
      line-height: 28px;
  }
}
.ui-tag--big.ui-tag--round {
  border-radius: 16px;
}
.ui-tag--filled {
  background-color: var(--tag-bg-color);
}
.ui-tag--big {
  min-width: 48px;
  padding: 5px 11px;
  font-size: 14px;
  line-height: 20px;
}
.ui-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-weight: 500;
  color: var(--tag-text-color);
}
[data-admin-theme=black] {
  --admin-color: #000;
}
[data-admin-theme=black], [data-admin-theme=white] {
  --admin-black-color: #000;
  --admin-white-color: #fff;
  --admin-variable-color: #dcf4fe;
}

.ui-picture__img--contain {
  height: auto;
  max-height: 100%;
}
.ui-picture__img {
  display: block;
  width: 100%;
}

:root {
  --accent-success-color: #3db83d;
  --accent-warning-color: #f59300;
  --accent-danger-color: #d5401f;
  --accent-variable-color: #dcf4fe;
  --accent-always-black-color: #000;
  --accent-always-black-color-rgb: 0, 0, 0;
  --always-white-color: #fff;
  --always-black-color: #000;
  --bg-overlay-color: rgba(0, 0, 0, 0.75);
  --bg-overlay-additional-color: rgba(0, 0, 0, 0.04);
  --action-brand-main-color: #000;
  --action-accent-color: #000;
  --action-overlay-secondary-color: rgba(0, 0, 0, 0.6);
  --action-always-white-color: var(--always-white-color);
  --action-always-black-color: var(--always-black-color);
  --brand-subscription-color: #9145fe;
} 
