a{
	cursor: pointer !important;
}
@media (max-width: 767px) {
.positionMob{
		position: relative;
	}
}
/* Галочка поверх іконки */
.elementor-element.copy-link .elementor-icon::after {
	content: "✔";
	position: absolute;
	top: -6px;
	left: -3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--e-global-color-accent);
	opacity: 0;
	transform: scale(0.6);
	transition: opacity 0.2s ease, transform 0.2s ease;
	pointer-events: none;
}
.elementor-element.copy-link.copied-success .elementor-icon::after {
	opacity: 1;
	transform: scale(1);
}

/*========= записи ======*/
.paddingNone .e-parent {
	padding: 0;
}
.paddingNone .e-con-inner {
	padding: 0;
}
/* контейнер для аудіо */
.mejs-container {
    border-top: 30px solid var(--e-global-color-accent);
    border-right: 35px solid var(--e-global-color-accent);
    border-bottom: 30px solid var(--e-global-color-accent);
    border-left: 35px solid var(--e-global-color-accent);
    box-sizing: content-box !important;
    height: 40px !important;
	width: calc(100% - 70px) !important;
	margin-bottom: 20px;
}
@media (max-width: 600px) {
	.mejs-container{
		border-top: 15px solid var(--e-global-color-accent);
		border-right: 15px solid var(--e-global-color-accent);
		border-bottom: 15px solid var(--e-global-color-accent);
		border-left: 15px solid var(--e-global-color-accent);
		width: calc(100% - 30px) !important;
	}
}

.elementor-widget-theme-post-content .elementor-widget-container h2 {
	margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 700;
}
.elementor-widget-theme-post-content .elementor-widget-container p {
	margin-bottom: 20px;
    font-family: var(--e-global-typography-be0520d-font-family), Apercu Pro;
    font-size: var(--e-global-typography-be0520d-font-size);
    line-height: var(--e-global-typography-be0520d-line-height);
}
.elementor-widget-theme-post-content .elementor-widget-container a {
	color: var(--e-global-color-text);
	text-decoration: underline;
}
.elementor-widget-theme-post-content .elementor-widget-container img {
	margin-bottom: 20px;
}

/* кнопка для команди */
.decorGradient:before{
	content: "";
	position:absolute;
	transform: translatey(-100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	pointer-events: none;
}
.decorGradient2{
	overflow: hidden;
}
.decorGradient2:before{
	content: "";
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	pointer-events: none;
}
.swiper{
	width: 100%!important;
}
.fw400{
	font-weight: 400;
}
.carusel_aboutUs{
	pointer-events:none!important;
}
.InfoIconText .elementor-icon-list-text{
	display: none!important;
}
/* form */
@media (min-width: 768px) {
    .form .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
        width: fit-content;
    }
	.form .elementor-field-type-email{
		    flex-grow: 1;
	}
}
@media (max-width: 1450px) {
	.arrrowDecor{
		display:none;
	}
}
/* декор трикутник */
.decorTriangle{
	position: relative;
}
.decorTriangle::after{
	content:"";
	position: absolute;
    right: -5px;
    bottom: -2px;
    width: 0;
    height: 0;
	border-bottom: 25px solid var(--e-global-color-accent);
    border-left: 20px solid transparent;
	z-index: -1;
}
.cut{
	position: relative;
}
.cut:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 80px solid var(--e-global-color-secondary);
  border-top: 80px solid transparent;
}
/* чекбокс кнопки */
.checkbox .elementor-widget-container{
	display: flex;
}
.custom .elementor-shortcode{
	display: flex;
}
.custom-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.custom-checkbox .checkmark {
  width: 28px;
  height: 28px;
  border: 1px solid var(--e-global-color-primary);
  display: inline-block;
  position: relative;
}
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid var(--e-global-color-primary);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.elementor-button {
  transition: 0.15s ease;
}
/* заблокований вигляд */
.elementor-button.disabled,
#agreeButton.disabled {
  cursor: not-allowed;
  color: var(--e-global-color-571405c);
}
.elementor-button.disabled:focus {
  outline: none;
}
/* звіт наведення */
.report_svg,
.report_svg > svg {
	transition: 0.3s;
	transform:translateY(0) scale(1);
}
.report:hover > .report_svg {
	bottom: 50% !important;
	transform:translateY(50%) scale(0.7);
}
/* підкреслення */
.line-white,
.line-yellow {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.line-white::before,
.line-yellow::before {
	content: "";
	position: absolute;
	left: calc(-1 * var(--line-offset, 0px));
	bottom: 0;
	height: 9px;
	width: var(--last-line-width, calc(100% + var(--line-offset, 0px)));
	z-index: -1;
}
.line-white::before {
	background: var(--e-global-color-secondary);
}
.line-yellow::before {
	background: var(--e-global-color-accent);
}

/* бургер */
.header-menu__burgerTrigger {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.header-menu__burgerTrigger_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: relative;
  gap: 3px;
}
.header-menu__burgerTrigger_inner:hover span {
  background-color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  .header-menu__burgerTrigger_inner:hover span {
    background-color: var(--e-global-color-primary);
  }
  .header-menu__burgerTrigger_inner:active span {
    background-color: var(--e-global-color-secondary);
	transition: 0,1s ease;
  }
}
.header-menu__burgerTrigger_inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--e-global-color-primary);
  z-index: 10;
  transform-origin: center;
  transition: 0.3s ease;
}
.header-menu__burgerTrigger_inner span:nth-child(1) { top: 0px; }
.header-menu__burgerTrigger_inner span:nth-child(2) { top: calc(50% - 1px); }
.header-menu__burgerTrigger_inner span:nth-child(3) { top: calc(100% - 2px); }
.header-menu__burgerTrigger_inner.burger-animated span:nth-child(1) {
  transform: rotate(-90deg);
  top: 50%;
  left: -50%;
}
.header-menu__burgerTrigger_inner.burger-animated span:nth-child(2) {
  transform: rotate(90deg);
  top: 50%;
  left: 0%;
}
.header-menu__burgerTrigger_inner.burger-animated span:nth-child(3) {
  transform: rotate(90deg);
  top: 50%;
  left: 50%;
}
/* сам бургер */
.header-menu__burger{
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  transition: all 0.35s ease;
  pointer-events: none;
}
.header-menu__burger.burger-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
body.elementor-editor-active .elementor-edit-area-active .header-menu__burger {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 1 !important;
}
/* map */
.map-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}
.mapsvg {
	filter: drop-shadow(0 0 25px rgba(0,0,0,0.2));
}
.mapsvg path {
  stroke: rgba(0,0,0,0.1)!important;
  stroke-width: 1;
  stroke-linejoin: round;
}
/* Контейнер авто-генерації маркерів */
#city-markers {
	position: absolute;
	inset: 0;
	pointer-events: none; 
}

/* Маркер */
.map-point {
	position: absolute;
	top: var(--pos-y);
	left: var(--pos-x);
	transform: translate(-50%, -50%) scale(1);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: auto; 
}
.map-point:hover {
	z-index: 10;
}
.map-point:hover svg {
	transform: scale(1.2);
}
.city-pin {
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.city-pin svg {
	width: 100%;
	height: 100%;
	fill: var(--e-global-color-accent);
	transition: transform .25s ease;
}
.city-label {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--e-global-color-primary);
	white-space: nowrap;
	transition: .2s ease;
	pointer-events: none;
}
@media (max-width: 1024px) {
	.city-pin { height: 25px; }
	.city-label { 
		font-size: 0.8rem;
		font-weight: 400;
	 }
	.mapsvg {
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
	}
}
@media (max-width: 767px) {
	.city-pin { height: 15px; }
	.city-label { 
		font-size: 0.6rem;
		font-weight: 300;

	 }
	.mapsvg {
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
	}
}
@media (max-width: 600px) {
	.city-pin { height: 12px; }
	.city-label { 
		font-size: 0.5rem;
	 }
}
/* === SNAKE SECTION === */
.blocks-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.svg_line{
	height: 100%;
}
#connectors {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* =======================================
   U S S   F I L T E R   &   S E A R C H
   – Команда (teams)
   – Alumni
   – Міста (city page)
========================================== */
.uss-team-section{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
/* ===Контейнер Фільтр + Пошук=== */
.uss-team-section__controls {
	display: flex;
	gap: 10px 30px;
    background-color: var(--e-global-color-accent);
	padding: 10px 30px;
}
@media (max-width: 1024px) {
	.uss-team-section__controls {
		flex-wrap: wrap;
	}
}
.uss-control-group{
	display:flex;
	flex-direction:column;
	gap: 10px;
	width: 100%;
}
.uss-control-label {
    font-family: var(--e-global-typography-7f4a453-font-family), Apercu Pro;
    font-size: var(--e-global-typography-7f4a453-font-size);
    font-weight: var(--e-global-typography-7f4a453-font-weight);
	color: var(--e-global-color-primary);
}

/* ===== F I L T E R :  Multi-select======= */
.uss-filter {
	position: relative;
	font-family: inherit;
}
/* SELECT BOX */
.uss-select {
	position: relative;
	width: 100%;
	min-height: 48px;
	padding: 8px 8px 8px 42px;
	border: 2px solid var(--e-global-color-571405c);
	background: var(--e-global-color-secondary);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	cursor: pointer;
	font-family: Apercu Pro;
	font-size: 1.25rem;
	line-height: 1.25;
	transition: .3s;
}
@media (max-width: 767px) {
	.uss-select {
		font-size: 1rem;
		line-height: 1;
	}
}
.uss-select:focus {
	outline: none;
}
.uss-select.has-selected {
	padding: 8px 8px 22px 42px;
}
/* Placeholder */
.uss-placeholder {
	color: var(--e-global-color-571405c);
	pointer-events: none;
}

/* TRIANGLE ICON */
.uss-arrow {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 14px;
	height: 18px;
	background: var(--e-global-color-571405c);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	transform: rotate(-180deg);
	transition: .3s;
}
.uss-arrow.open {
	transform: rotate(-90deg);
	background: var(--e-global-color-accent);
}
.uss-select:hover .uss-arrow {
	background: var(--e-global-color-primary);
}
.uss-select:hover .uss-arrow.open {
	background: var(--e-global-color-accent);
}

/* TAGS */
.uss-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.uss-post-hashtag{
	color: var(--e-global-color-secondary);
	margin-right: 5px;
}


.uss-tag {
	background: var(--e-global-color-accent);
	padding: 4px 8px;
	font-size: 1.25rem;
	display: inline-flex;
	align-items: center;
}

/* X button in tag */
.uss-tag-remove{
    background-color: var(--e-global-color-accent);
    font-size: 18px;
    line-height: 18px;
    width: 15px;
}
/* DROPDOWN */
.uss-dropdown {
	position: absolute;
	top: 100%;
	left: 24px;
	width: calc(100% - 48px);
	background: var(--e-global-color-secondary);
	border: none;
	box-shadow: 0 6px 14px rgba(0,0,0,0.06);
	max-height: 0;
	overflow: hidden;
	transition: max-height .25s ease;
	padding: 0 20px;
	z-index: 2;
}
.uss-dropdown.open {
	max-height: min(300px, 40vh);
	overflow-y: auto;
	border: 1px solid var(--e-global-color-571405c);
	border-top: none;
}
/* hide scrollbars */
.uss-dropdown::-webkit-scrollbar {
	display: none;
}
/* OPTIONS */
.uss-option {
	padding: 10px 12px;
	cursor: pointer;
	border-bottom: 1px solid #D9D9D9;
	font-size: 1.25rem;
	transition: background .15s;
}
.uss-option:last-child {
	border-bottom: none;
}
.uss-option:hover {
	background: var(--e-global-color-accent);
}
.uss-option.selected {
	opacity: 0.25;
}
.uss-post-tag__hash{
	color: var(--e-global-color-accent);
	font-weight: bold;
	transition: .15s;

}

.uss-option:hover .uss-post-tag__hash{
	color: var(--e-global-color-secondary);
}
/* CLEAR ALL */
.uss-clear {
	position: absolute;
	bottom: 6px;
	right: 6px;
	font-size: 10px;
	color: var(--e-global-color-571405c);
	cursor: pointer;
	padding: 2px 6px;
	line-height: 1;
	user-select: none;
	display: none;
	transition: .3s;
}
.uss-select.has-selected .uss-clear {
	display: flex;
}
.uss-clear:hover {
	color: var(--e-global-color-text);
	text-decoration: underline;
}
/* ====S E A R C H =====*/
.uss-search input.uss-search__input {
	width: 100%;
	height: 48px;
	border: 2px solid var(--e-global-color-571405c);
	border-radius: 0px;
	background: var(--e-global-color-secondary);
	font-family: Apercu Pro;
	font-size: 1.25rem;
	padding: 0 14px;
	transition: .25s;
}
.uss-search__input::placeholder {
    font-family: var(--e-global-typography-be0520d-font-family), Apercu Pro;
    font-size: var(--e-global-typography-be0520d-font-size);
    line-height: var(--e-global-typography-be0520d-line-height);
    color: var(--e-global-color-571405c);
}

.uss-search input.uss-search__input:focus {
	outline: none;
	border-color: var(--e-global-color-primary);
}
/* ===== СІТКА КАРТОК ===== */
.team-list-wrapper {
    width: 100%;
}

/* ==== FLEX GRID ==== */
.team-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 60px 40px;
/* 	justify-content: space-between;
 */
}

/* ==== КАРТКА ==== */
.team-card {
    width: calc((100% - 40px * 2) / 3);
    box-sizing: border-box;
    display: flex;
}
/* ==== 2 в ряд ==== */
@media (max-width: 1024px) {
    .team-list {
        gap: 50px 30px;

    }
    .team-card {
        width: calc((100% - 30px) / 2);
    }
}
/* ==== 2 в ряд ==== */
@media (max-width: 600px) {
    .team-list {
        gap: 20px;
    }
	.team-card {
        width: calc((100% - 20px) / 2);
    }
}
/* ==== 1 в ряд ==== */
@media (max-width: 400px) {
    .team-list {
		justify-content: center;
    }
    .team-card {
        width: 100%;
    }
}
/* Внутрішній контент розтягуємо */
.team-card__inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}
/* Порожнє повідомлення */
.team-list-empty {
    padding: 40px 0;
    text-align: center;
    font-size: 1.25rem;
    color: #444;
}


/* =====Фото + текст==== */
.team-card__thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.team-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ======ТЕКСТ ПОВЕРХ ФОТО (overlay)====== */
.team-card__excerpt {
    position: absolute;
    flex: 1; 
    inset: 0;
    z-index: 2;
    background-color: var(--e-global-color-accent);
    padding: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    font-family: var(--e-global-typography-text-font-family), Apercu Pro;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: 150%;

    transform: translateY(100%);
    opacity: 0;
    transition: transform .35s ease, opacity .35s ease;
    pointer-events: none;
}
.team-card__excerpt::-webkit-scrollbar {
    width: 0;
    height: 0;
}
@media (max-width: 600px) {
	.team-card__excerpt {
		padding: 30px;
	}
}

/* ======DESKTOP : hover======= */
@media (hover: hover) and (pointer: fine) {
    .team-card:hover .team-card__excerpt {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .team-card:hover .scroll-indicators {
        opacity: 1;
        pointer-events: none;
    }
}

/* ======MOBILE : tap → .opened====== */
@media (hover: none), (pointer: coarse) {
    .team-card .team-card__excerpt {
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;
    }
    .team-card.opened .team-card__excerpt {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .team-card.opened .scroll-indicators {
        opacity: 1;
    }
}

/* =====ІНДИКАТОРИ СКРОЛУ====== */
.scroll-indicators {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 3;

    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
}

.team-card .scroll-indicators {
    opacity: 0;
    transition: opacity 0.3s;
}
.team-card__excerpt:hover + .scroll-indicators {
    opacity: 1;
}
.team-card.opened .scroll-indicators {
    opacity: 1;
}

/* SVG стилі */
.arrow {
    width: 16px;
}
.border {
    fill: none;
    stroke: var(--e-global-color-secondary);
    stroke-width: 10;
}
.fill {
    fill: var(--e-global-color-secondary);
    transform-origin: bottom;
    transform: scaleY(var(--fill, 0));
}
.arrow-down {
    transform: rotate(180deg);
}



/* Імʼя */
.team-card__title {
    font-family: var(--e-global-typography-be0520d-font-family), Apercu Pro;
    font-size: var(--e-global-typography-be0520d-font-size);
    line-height: var(--e-global-typography-be0520d-line-height);
}
/* Локація + іконка*/
.team-card__content{
    text-align: center;
}
.team-card__city {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 3px;
}
.team-card__city-icon {
    width: 13px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-card__city-label{
    font-family: var(--e-global-typography-text-font-family), Apercu Pro;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
}
.team-card__city-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: var(--e-global-color-accent);
}

.uss-post-section{
	display:flex;
	flex-direction: column;
	gap: 30px;
}
.uss-post-list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 40px;
}
.uss-post-card {
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
    display: flex;
	min-height: 480px; 

    box-shadow: 0px 4px 12px 0px #00000040;
    transform: translateY(0) scale(1);
    transition:
        transform 0.3s ,
        box-shadow 0.3s ;
    will-change: transform;
}

.uss-post-card:hover {
    transform: translateY(-3px) scale(1.005);
    box-shadow: 0px 14px 28px 0px #00000055;
}

/* ==== 1 в ряд ==== */
@media (max-width: 600px) {
    .uss-post-list {
		justify-content: center;
    }
    .uss-post-card {
        width: 100%;
		max-width: 420px;
    }
}
/* сама картка */
.uss-post-card__link{
	color: var(--e-global-color-text)!important;
	position: relative;
    display: flex;
    flex-direction: column;
	width: 100%;
}
/* КАРТИНКА */
.uss-post-card__thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: 240px;
}
.uss-post-card__thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s ease;
}

.uss-post-card__body{
    display: flex;
    flex-direction: column;
	padding: 15px 30px;
	height: 100%;
}
.uss-post-card__excerpt{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
	padding-top: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;

/*     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.uss-post-card__title{
    font-size: var(--e-global-typography-7f4a453-font-size);
    font-weight: var(--e-global-typography-7f4a453-font-weight);
}
.uss-post-card__badge{
    font-size: var(--e-global-typography-be0520d-font-size);
    line-height: var(--e-global-typography-be0520d-line-height);
	background-color: var(--e-global-color-accent);
	width: fit-content;
	padding: 5px 15px;
	position: absolute;
	left: 0;
	top: 15px;
	display:flex;
    justify-content: center;
    gap: 5px;
}
}
.uss-badge-icon {
    width: 20px;
    height: 20px;
    display: flex;
}
.uss-badge-icon svg {
    width: 100%;
    height: 100%;
}

.uss-post-card__date_tags{
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--e-global-color-accent);
	font-weight: 300;
	gap: 15px;
}
.uss-post-card__date{
	display: flex;
	gap: 5px;
}
/* альтернатива для подій */
.uss-post-card__location{
	display: flex;
	gap: 5px;
    align-items: center;

}
.uss-post-card__event-datetime{
	display: flex;
	justify-content: flex-end;
    width: 100%;
    align-items: center;
	text-align: end;
	gap: 15px;
}
.uss-post-card__event-date, .uss-post-card__event-time{
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.uss-post-card__source{
	display: flex;
	gap: 5px;
}
.uss-post-card__source-icon{
	display: flex;
    align-items: end;
}
.uss-post-card__tags{
    width: 100%;
	text-align: end;
}
.uss-post-card__tag{
	text-wrap: nowrap;
}

.uss-post-card__excerpt-text{
	display: flex;
	flex: 1;
}
.uss-post-card__event-cta{
	background: var(--e-global-color-accent);
	font-size: var(--e-global-typography-be0520d-font-size);
	line-height: var(--e-global-typography-be0520d-line-height);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 36px;
	padding: 5px 10px;
	margin-top: auto;

	width:100%;
	margin-top: auto;
}
.uss-post-card__event-cta:before{
	content:"";
	width: 13px;
	height: 16px;
	background: var(--e-global-color-secondary);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	transform: rotate(-180deg);
}
/* пагінація */
.uss-pagination-wrp{
}
.uss-pagination{
    width: fit-content;
    margin: 0 auto;
	display: flex;
    gap: 50px;
    color: var(--e-global-color-accent);
    font-size: var(--e-global-typography-a4a0922-font-size);
	font-weight: bold;
}
.uss-page-btn{
    font-size: var(--e-global-typography-a4a0922-font-size);
	color: var(--e-global-color-accent);
	background-color: var(--e-global-color-secondary);
	height: 40px;
	width: 40px;
	font-weight: bold;
	position:relative;
	transition: .3s;
	opacity: 1;
}
@media (max-width: 1024px) {
	.uss-pagination{
		gap: 30px;
	}
	.uss-page-btn{
		height: 30px;
		width: 30px;
	}
}
@media (max-width: 600px) {
	.uss-pagination{
		gap: 10px;
	}
}

.uss-page-btn:hover{
	color: var(--e-global-color-text);
}
.uss-page-label{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
}
.uss-page-active{
	color: var(--e-global-color-primary);
	background-color: var(--e-global-color-accent);
	border-radius: 40px!important;
}
.uss-page-disabled{
	opacity: 0;
}
.uss-page-btn__inner{
	display: flex;
}
.uss-page-btn__inner svg path{
	transition: .3s;
}
.uss-page-btn__inner:hover svg path{
	fill:var(--e-global-color-text);
}
.uss-page-dots{
   margin-top: 5px;
}
.custom-tags-wrapper{
	display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 5px;
	font-size: var(--e-global-typography-7f4a453-font-size);
    font-weight: var(--e-global-typography-7f4a453-font-weight);
    justify-content: end;
}

.custom-tags-wrapper .custom-tag-item:before{
    content: "# ";
    color: var(--e-global-color-accent);
}
.circle{
	background-color: #7A7A7A;
    height: 10px;
    display: block;
    width: 10px;
    border-radius: 10px;
}

/* ===== Spinner wrapper ===== */
.uss-spinner-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
        max-height 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
        padding 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
        opacity 0.25s ease-out,
        transform 0.35s ease-out,
        visibility 0.45s linear;
}
.uss-spinner-wrp.is-active {
    max-height: 120px;
    padding: 20px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.uss-spinner {
    width: 40px;
    height: 40px;
    border: 6px solid #f3f3f3;
    border-top-color: var(--e-global-color-accent);
    border-radius: 50%;
    animation: uss-spin 1s linear infinite;
}
@keyframes uss-spin {
    to {
        transform: rotate(360deg);
    }
}


footer .mega-menu__column{
	flex: 1;
}
footer .mega-menu__title{
	justify-content: center;
    display: flex;
	padding: 16px 32px;
	text-wrap: nowrap;
	line-height: 1.2;
}
@media (max-width: 1024px) {
	footer .mega-menu__title{
		padding: 8px 16px;
	}
}
@media (max-width: 600px) {
	footer .mega-menu__title{
		padding: 4px 8px;
	}
}


