.whitelabel__icon {
 display: none !important;
}

.wrapper-grad-1 {
  height: 2.8px;
  background: linear-gradient(90deg,rgba(108, 59, 255, 0.15) 0%, rgba(108, 59, 255, 1) 30%, rgba(108, 59, 255, 1) 70%, rgba(108, 59, 255, 0.15) 100%);
}

.wrapper_20 {
	height: 20px;
}

.wrapper_40 {
	height: 40px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
 font-family: 'Onest', sans-serif !important;
  font-weight: 900 !important;
}

.cookies-background,
.cbcookies-banner {
	position: relative;
	background: rgba(217, 217, 217, 0.2) !important;
	border: none !important;
	border-radius: 24px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.42),
		inset 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.cbcookies-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(202deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.42) 18%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 255, 255, 0.08) 72%, rgba(255, 255, 255, 0.24) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
}

.cbcookies-banner {
	z-index: 9999 !important;
	width: max-content;
	max-width: calc(100% - 60px);
	padding: 10px 16px 9px 18px;
	box-sizing: border-box;
}

.cbcookies-banner__inner {
	display: flex;
	align-items: center;
	gap: 18px;
	position: relative;
	z-index: 1;
}

.cbcookies-banner__text {
	margin: 0;
	width: 187px;
	max-width: 187px;
	font-family: 'Onest', sans-serif !important;
	font-weight: 500;
	font-size: 11px;
	line-height: normal;
	color: #fff !important;
	word-break: break-word;
}

.cbcookies-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 75px;
	min-width: 75px;
	height: 33px;
	padding: 9px 17px;
	border-radius: 24px;
	background: #6c3bff !important;
	color: #fff !important;
	font-family: 'Onest', sans-serif !important;
	font-weight: 500;
	font-size: 12px;
	line-height: normal;
	text-decoration: none !important;
	border: none;
	box-sizing: border-box;
	white-space: nowrap;
}

.cbcookies-banner__btn:hover,
.cbcookies-banner__btn:focus {
	background: #5a2fd9 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.cbcookies-banner__more {
	font-family: 'Onest', sans-serif !important;
	font-weight: 500;
	font-size: 11px;
	line-height: normal;
	color: #fff !important;
	text-decoration: underline;
	white-space: nowrap;
}

.cbcookies-banner__more:hover,
.cbcookies-banner__more:focus {
	color: #fff !important;
	opacity: 0.85;
}

@media (max-width: 479px) {
	.cbcookies-banner {
		max-width: calc(100% - 30px);
	}

	.cbcookies-banner__inner {
		gap: 12px;
	}

	.cbcookies-banner__text {
		width: auto;
		max-width: min(187px, 100%);
	}
}

.uk-light {
	color: rgba(255, 255, 255, 1) !important;
}

.uk-alert-close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #fff !important;
    /* opacity: .4; */
}

/*--- navigation ---*/
.navigation .uk-navbar-right .nav-header-actions {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
}
.navigation .nav-header-lang {
	flex-shrink: 0;
}
/* Кнопка в шапке — тот же размер, что Request Demo; без скачка на hover */
.navigation .nav-header-contact.uk-button-primary span,
.navigation .nav-header-contact.uk-button-primary:hover span,
.navigation .nav-header-contact.uk-button-primary span:hover {
	padding: 0 60px;
}
.nav-offcanvas-lang {
	margin-top: 1rem;
}
.uk-offcanvas-bar {
	background: #0b0618;
}
.uk-navbar-nav > li {
	position: relative;
}
.uk-navbar-nav > li:hover > a {
	color: #fff !important;
}

.uk-navbar-nav > li.uk-active > a {
	background-image: linear-gradient(90deg, rgba(121, 90, 164, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(121, 90, 164, 1)) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	color: transparent !important;
}

.uk-navbar-nav > li:hover > a:hover::after {
      width: 100%;
      left: 0;
    }
.uk-navbar-nav > li.uk-active > a::after {
	content: ''; 
    position: absolute;
    bottom:30px;
    width: 0;
    right: 0;
    height: 3px;
}

.uk-navbar-nav > li.uk-active > a::after {
	background: linear-gradient(90deg,rgba(243, 50, 255, 1) 0%, rgba(144, 0, 255, 1) 100%);
}

.uk-background-onesec .uk-navbar-nav > li.uk-active > a::after {
	background: linear-gradient(90deg, rgb(62 128 205) 0%, rgb(179 219 244) 100%);
}

.uk-navbar-nav > li.uk-active > a::after {
	 width: 100%;
     left: 0;
}

.uk-navbar-nav > li:hover > a::after {
    content: ''; 
    position: absolute;
    bottom:30px;
    width: 0;
    right: 0;
    height: 3px;
  }

.uk-navbar-nav > li:hover > a::after {
	background: linear-gradient(90deg,rgba(243, 50, 255, 1) 0%, rgba(144, 0, 255, 1) 100%);
  }
.uk-background-onesec .uk-navbar-nav > li:hover > a::after {
	background: linear-gradient(90deg, rgb(62 128 205) 0%, rgb(179 219 244) 100%);
  }
/*-----navigation------*/

/*-------HEADER BLOCK--------*/
@media (min-width: 960px) {
	
	.header-block h1{
		color: #EAF4FE;
		font-size: 120px;
		font-weight: 700 !important;
		line-height: 110px;
		letter-spacing:1.44px;
	}

	.header-block h2{
		color: #fff;
		font-size: 32px;
		font-weight: 400 !important;
		line-height: 28.8px;
		letter-spacing:0.8px;
	}

	.header-block p{
		color: #D2B9FF !important;
		font-weight: 400 !important;
	}
	
	.header-white-logo img{
		width: 244px;
		margin-bottom: 20px;
	}
}


@media (max-width: 767px) {

	.header .uk-heading-medium {
    font-size: 1.6rem;
    line-height: 1;
	}
	.header  p {
	font-size: 1.3rem;
	line-height: 1;
	}
}

/*-------SECTIONS--------*/
.section-relative {
	position: relative !important;
}

.container-z {
	z-index:3;
	position: relative !important;
}

.section-dark-1 {
	background:#0E0029 !important;
	overflow: hidden;
}

.section-black {
	background:#000 !important;
	overflow: hidden;
}

.section-dark-2 {
	background:#0E0029 !important;
	overflow: hidden;
}

.section-dark-2::after {
    content: "";
    position: absolute;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 400px;
    border-radius: 50%;
    background: #6719FF;
    filter: blur(100px);
    opacity: 0.6;
    pointer-events: none; 
    z-index: 1;
}

.section-dark-2 .uk-container {
    position: relative;
    z-index: 2;
}

.section-dark-3 {
	background:#0E0029 !important;
	overflow: hidden;
}

.section-dark-3::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 32%;
    transform: translateX(-50%);
    width: 1000px;
    height: 400px;
    border-radius: 50%;
    background: #DCC9FF;
    filter: blur(100px);
	opacity: 0.6;
    pointer-events: none;
    z-index: 1;
}

.section-dark-3::after {
    content: "";
    position: absolute;
    bottom: -350px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 800px;
    border-radius: 50%;
    background: #894CFF;
    filter: blur(100px);
	opacity: 0.6;
    pointer-events: none; 
    z-index: 1;
}

.section-dark-3 .uk-container {
    position: relative;
    z-index: 2;
}

.section-dark-4 {
	background:#0E0029 !important;
	overflow: hidden;
}

.section-dark-4::after {
    content: "";
    position: absolute;
    bottom: -350px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 800px;
    border-radius: 50%;
    background: #894CFF;
    filter: blur(100px);
	opacity: 0.6;
    pointer-events: none; 
    z-index: 1;
}

.section-dark-4 .uk-container {
    position: relative;
    z-index: 2;
}

.section-dark-5 {
	background:#0E0029 !important;
	overflow: hidden;
	position: relative;
}

.purple-blur {
    position: absolute;
    bottom: -350px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 800px;
    border-radius: 50%;
    background: #894CFF;
    filter: blur(100px);
    opacity: 0.6;
    pointer-events: none;
}

.container-faces {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    object-fit: contain;
    pointer-events: none;
	z-index: 1;
}

.side-faces {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 1; 
}

@media (max-width: 767px) {
	.side-faces {
		display:none;
	}
}

.side-face-left {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    max-width: 600px;
    opacity: 0.5;
}

.side-face-right {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%) scaleX(-1); 
    max-width: 600px;
    opacity: 0.5;
}

.section-dark-5 .uk-container {
    position: relative;
}

.container-dark-5::after {
	content: "";
    position: absolute;
}

.section-comparition {
	background: rgb(14, 0, 41) !important;
	background-image: linear-gradient(90deg, rgba(14,0,41,0.2) 0%, rgba(108, 59, 255, 0.4) 22%, rgba(14,0,41,0.2) 65%, rgba(108, 59, 255, 0.4) 79%, rgba(14,0,41,0.2) 100%), url(../images/pattern.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative !important;
    background-size: cover !important;
}
.uk-section-secondary {
background: #29174D;
}


/*-- section old 
.uk-section-default {
  background: #fff;
}
.uk-section-extra {
  background: #32cd32;
}
.uk-section-muted {
  background: #f8f8f8;
}
.uk-section-primary {
  background: #000;
}--*/



/*-------END SECTIONS--------*/

/*-------DECO BLOCKS---------*/
@media (min-width: 960px) {
    
    .container-z {
        position: relative;
    }

    .container-video-bg {
        position: absolute;
        top: 36%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
	    object-fit: contain;
        z-index: 1;
        pointer-events: none;
    }

    .container-z > h2,
    .container-z > div {
        position: relative;
        z-index: 2;
    }

    .container-z .uk-child-width-1-2\@m {
        min-height: 480px; 
    }
	
	.digital-identifications img{
		width: 224px;
		max-width: 224px !important;
	}
	
	.digital-identifications .text-identification-block {
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	
}


.logo-identification-block {
		margin-bottom: 30px;
}

.vertical-scroll-identification-block {
    position: relative;
	margin-top: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.scroll-item {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    white-space: nowrap;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s ease;
    font-size: 32px;
	font-weight: 500 !important;
    color: #894CFF !important; 
}

@media (max-width: 767px) {
	.scroll-item {
		font-size: 28px;
	}
}

.scroll-item.active {
    opacity: 1;
    transform: translateY(0);
}

.scroll-item.exit {
    opacity: 0;
    transform: translateY(-100%);
}

.deco-spinner {
	position: absolute;
	border-radius: 50%;
    width: 175px;
    height: 175px;
    background: none;
    left: 55px;
    bottom: 20px;
}

.deco-spinner-2 {
	position: absolute;
	border-radius: 50%;
    width: 175px;
    height: 175px;
    background: none;
    left: 55px;
    bottom: 320px;
	z-index: 1;
}

@media (max-width: 767px) {
	.up-titles {
		margin-bottom: -90px;
	}
	.deco-spinner {
	position: absolute;
	opacity: 0.7;
    width: 140px;
    height: 140px;
	}
	
	.deco-spinner-2 {
    position: absolute;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    background: none;
    top: 500px;
	opacity: 0.6;
    z-index: 2;
	}
}

.up-titles {
	position: relative;
	z-index: 10 !important;
}


.circle-left {
	position: absolute;
	border-radius: 50%;
	top: 20%;
	background: #37127D;
	filter: blur(179px);
	width: 700px;
    height: 500px;
	left: -300px;
}

.circle-right {
	position: absolute;
	top: 20%;
	border-radius: 50%;
	background: #37127D;
	filter: blur(179px);
	width: 700px;
    height: 500px;
	right: -300px; 
}

/*----END DECO BLOCKS---------*/

/*--------FONTS DECO---------*/
.heading-thin {
	font-weight: 100;
}

@media (min-width: 960px) {
	.our-advantages h1 {
		font-size: 5rem;
		margin-top:5px;
	}

}

@media (max-width: 767px) {
	.our-advantages h1 {
		font-size: 2.6rem;
		margin-top:-15px;
	}
}

/*------END FONTS DECO-------*/

/*------------CARDS---------*/
/*------tool--------*/
.grad-tool {
    border-radius: 25px;
    position: relative;
    /*background: #6C3BFF;  цвет фона карточки (как у card-tool) */
    z-index: 0;
}

.grad-tool::before {
    content: '';
    position: absolute;
    inset: -2px; /* толщина бордюра (было padding: 2px) */
    border-radius: 27px; /* 25px + 2px = 27px */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 10%, rgba(23, 0, 26, 0.7) 100%);
    z-index: -1;
}

.card-tool {
	color: #fff;
	border-radius: 25px;
	background: linear-gradient(4deg, rgba(108, 59, 255, 0.8) 0%, rgba(108, 59, 255, 0.8) 100%);
}

.card-tool .uk-card-body {
	padding: 25px 10px 10px 25px;
}

.card-tool .uk-card-body h3 {
	font-size: 32px;
	font-weight: 700 !important;
	line-height: normal;
}

.card-tool .uk-card-body .text-tool {
	font-size: 24px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}

.card-tool .uk-card-footer {
	font-size: 22px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
	padding: 10px 5px 25px 20px;
	border-top: none !important;
}

.card-tool .uk-card-footer .img-tool{
	display: inline-block;
}

.card-tool .uk-card-footer .img-tool img{
	max-width: 38px;
	margin-top: -25px;
}

.card-tool .uk-card-footer .stat-tool{
	color: #FFF;
	font-size: 22px;
	display: inline-block;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}
.card-tool .uk-card-footer .stat-tool span{
	display: block;
	color: #FFF;
	text-align: justify;
	font-size: 12px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}

.tool-mobile-wrapper {
	height: 400px;
}

.tool-mobile-wrapper img{

}

/*----comparition----*/
@property --compar-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.section-comparition .uk-heading-small {
	color: #eaf4fe !important;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.section-comparition .under-title {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.section-comparition .under-title {
		font-size: 18px;
	}
}

.grad-compar {
	padding: 6px;
	border-radius: 24px;
	background: #6c3bff;
}

.grad-compar--interactive {
	background: #6c3bff;
	overflow: hidden;
}

.grad-compar--interactive:hover {
	background: linear-gradient(var(--compar-angle), #6c3bff 0%, #8d50ff 35%, #b08cff 50%, #8d50ff 65%, #6c3bff 100%);
	animation: rotateComparBorder 0.9s linear 1 forwards;
}

@keyframes rotateComparBorder {
	from { --compar-angle: 0deg; }
	to { --compar-angle: 360deg; }
}

.card-compar {
	border-radius: 24px;
	background: #0E0029 !important;
	color: #fff;
	overflow: hidden;
}

.uk-card-default.card-compar {
	background-color: #0E0029 !important;
	box-shadow: none;
}

.card-compar .uk-card-body {
	padding: 0;
	overflow: hidden;
	min-height: 480px;
	border-radius: 18px;
}

@media (min-width: 960px) {
	.card-compar .uk-card-body {
		min-height: 660px;
	}
}

.card-compar .uk-card-footer {
	border-top: none !important;
}

.compar-composite {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	column-gap: clamp(72px, 9vw, 140px);
	max-width: calc(660px * 2 + 140px);
	margin: 10px auto 0;
	justify-content: center;
}

.compar-composite__card {
	width: 100%;
	max-width: 660px;
	justify-self: center;
}

.compar-composite__meta {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 240px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: start;
	column-gap: 24px;
	row-gap: 12px;
	margin-top: 50px;
}

.compar-composite__meta-col--left {
	grid-column: 1;
	grid-row: 1 / 3;
}

.compar-composite__meta-btn {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	width: 240px;
	justify-self: center;
	flex-shrink: 0;
}

.compar-composite__meta-col--right {
	grid-column: 3;
	grid-row: 1 / 3;
}

.compar-composite__meta-col {
	text-align: center;
}

.compar-composite__meta h3 {
	margin: 0;
	text-align: center;
}

/* Кнопка: фиксированная ширина, ховер не раздувает grid */
.compar-composite__meta .compar-meta-btn,
.compar-mobile__cta .compar-meta-btn {
	display: inline-block;
	width: 240px;
	min-width: 240px;
	max-width: 240px;
	box-sizing: border-box;
	vertical-align: middle;
}

.compar-composite__meta .compar-meta-btn,
.compar-composite__meta .compar-meta-btn:hover,
.compar-composite__meta .compar-meta-btn:focus,
.compar-mobile__cta .compar-meta-btn,
.compar-mobile__cta .compar-meta-btn:hover,
.compar-mobile__cta .compar-meta-btn:focus {
	padding: 2px 2px !important;
	transform: none;
	box-shadow: 0 0 15px rgba(232, 84, 235, 0.7), 0 0 25px rgba(103, 50, 202, 0.5) !important;
}

.compar-composite__meta .compar-meta-btn span,
.compar-composite__meta .compar-meta-btn span:hover,
.compar-mobile__cta .compar-meta-btn span,
.compar-mobile__cta .compar-meta-btn span:hover {
	display: block;
	padding: 0 20px !important;
	white-space: nowrap;
}

.compar-caption__text {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
}

@media (min-width: 960px) {
	.compar-caption__text {
		font-size: 18px;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
}

.compar-mobile {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 660px;
	margin: 10px auto 0;
}

.compar-mobile__item {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.compar-mobile__caption {
	text-align: center;
}

.compar-mobile__caption h3 {
	margin: 0;
}

.compar-mobile__cta {
	margin-top: 8px;
	text-align: center;
}

.compar-visual {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: inherit;
	padding: 0;
	overflow: hidden;
	border-radius: 18px;
}

/* Левый визуальный зазор был больше: симметричные 28px давали смещение.
   Правый отступ оставляем 28px, левый уменьшаем. */
.compar-visual__photo {
	position: absolute;
	top: 36px;
	left: 14px;
	right: 28px;
	bottom: 0;
	overflow: hidden;
}

.compar-visual__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
	display: block;
	transition: opacity 0.45s ease;
}

.compar-visual__img--hover {
	opacity: 0;
}

.grad-compar--interactive:hover .compar-visual__img--default {
	opacity: 0;
}

.grad-compar--interactive:hover .compar-visual__img--hover {
	opacity: 1;
}

.compar-visual__shade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 42%;
	background: linear-gradient(180deg, rgba(14, 0, 41, 0) 0%, rgba(14, 0, 41, 0.45) 28%, rgba(14, 0, 41, 0.92) 72%, #0e0029 100%);
	pointer-events: none;
	z-index: 1;
}

.compar-visual__scan {
	position: absolute;
	left: calc(50% - 7px);
	top: 40%;
	width: min(46vw, 260px);
	aspect-ratio: 1 / 1;
	height: auto;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 2;
}

@media (min-width: 960px) {
	.compar-visual__scan {
		width: min(42%, 280px);
		top: 39%;
	}
}

.compar-visual__scan span {
	position: absolute;
	width: 56px;
	height: 56px;
	border: 9px solid rgba(141, 80, 255, 0.8);
	transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.compar-visual__scan span:nth-child(1) {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
	border-radius: 8px 0 0 0;
}

.compar-visual__scan span:nth-child(2) {
	top: 0;
	right: 0;
	border-left: none;
	border-bottom: none;
	border-radius: 0 8px 0 0;
}

.compar-visual__scan span:nth-child(3) {
	bottom: 0;
	left: 0;
	border-right: none;
	border-top: none;
	border-radius: 0 0 0 8px;
}

.compar-visual__scan span:nth-child(4) {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
	border-radius: 0 0 8px 0;
}

.grad-compar--interactive:hover .compar-visual__scan {
	animation: comparScanPulse 1.6s ease-in-out infinite;
}

.grad-compar--interactive:hover .compar-visual__scan span {
	border-color: rgba(210, 185, 255, 1);
	box-shadow: 0 0 14px rgba(141, 80, 255, 0.5);
}

@keyframes comparScanPulse {
	0%, 100% {
		opacity: 0.75;
		transform: translate(-50%, -50%) scale(1);
		filter: drop-shadow(0 0 0 rgba(108, 59, 255, 0));
	}
	50% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1.04);
		filter: drop-shadow(0 0 14px rgba(141, 80, 255, 0.6));
	}
}

.compar-visual__badge {
	position: absolute;
	left: calc(50% - 7px);
	bottom: 14%;
	transform: translateX(-50%) translateY(16px) scale(0.9);
	width: 94px;
	height: 94px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	z-index: 3;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.grad-compar--interactive:hover .compar-visual__badge {
	opacity: 1;
	transform: translateX(-50%) translateY(0) scale(1);
}

.compar-visual__badge--ok {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(6px);
	box-shadow: 0 0 24px rgba(141, 80, 255, 0.35);
}

.compar-visual__badge--ok svg {
	width: 42px;
	height: 42px;
	stroke: #fff;
	stroke-width: 3;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.compar-visual__badge--no {
	background: rgba(255, 255, 255, 0.08);
	border: 2px solid rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(4px);
}

.compar-visual__badge--no svg {
	width: 34px;
	height: 34px;
	stroke: #fff;
	stroke-width: 2.5;
	fill: none;
	stroke-linecap: round;
}

.section-comparition .compar-caption__title {
	font-size: 24px;
	font-weight: 900 !important;
	line-height: 1.2;
	text-transform: uppercase;
	background-image: linear-gradient(78deg, #ffffff 0.25%, #8d50ff 126%);
	-webkit-background-clip: text !important;
	background-clip: text !important;
	color: transparent !important;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
	.compar-visual__scan {
		width: min(62vw, 220px);
		top: 38%;
	}

	.compar-visual__scan span {
		width: 40px;
		height: 40px;
		border-width: 7px;
	}

	.compar-visual__badge {
		width: 72px;
		height: 72px;
	}

	.section-comparition .compar-caption__title {
		font-size: 18px;
	}
}

/*---verif----*/
.grad-verif-shadow {
	border-radius: 24px;
	background: linear-gradient(248deg, rgba(66, 27, 147, 0.24) 1.05%, rgba(20, 8, 45, 0.24) 94.22%);
}
.grad-verif {
	padding: 3px;
    border-radius: 24px;
    background: linear-gradient(242deg, rgba(255, 255, 255, 1) 10%, rgba(108, 59, 255, 1) 100%);
}
.card-verif {
	color: #fff !important;
	border-radius: 24px;
	background: linear-gradient(248deg, #421B93 1.05%, #14082D 94.22%);
	backdrop-filter: blur(42px);
}

.card-verif .uk-card-header {
    border-bottom: none !important;
	padding: 20px 20px;
	margin-bottom: -35px;
}

.card-verif .uk-card-body {
    padding: 20px 20px !important;
}

.card-verif h3 {
    font-size: 24px;
	font-weight: 400 !important;
	line-height: 1;
}

.card-verif .text-verif {
	color: rgba(255,255,255,0.70) !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 18px;
	display: inline-block;
    width: 70%;
}

.card-verif .img-verif {
	display: inline-block;
	width: 64px;
	height: 64px;
	padding: 0 16px;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	border: 3px solid #6C3BFF;
	background: linear-gradient(135deg, #6c3bff 7%, #957ddd 94.22%);
}

.card-verif .digit-verif {
	color: #6C3BFF;
	font-size: 72px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 72px; /* 100% */
	display: inline-block;
    float: right;
}

.card-verif .arrow-verif {
	display: inline-block;
    float: right;
}

@media (min-width: 960px) {
	
	.grad-verif-shadow {
		display: inline-block;
	}
	.grad-verif {
		display: inline-block;
	}
	
	.card-verif {
		width: 400px;
	}
	
	.left-cards-verif .grad-verif-shadow {
		padding-right: 200px;
		margin-right: 25px;
	}
	
	.right-cards-verif .grad-verif-shadow {
		padding-left: 200px;
		margin-left: 25px;
	}
	
}

/*---spoof----*/
.card-spoof {
	border-radius: 32px;
	border: 2px solid rgba(108, 59, 255, 1);
	background: linear-gradient(17deg, #784cff 0%, rgb(107 43 255) 10%, rgb(3 1 6) 80%);
	backdrop-filter: blur(42px);
	z-index: 2;
}

.card-spoof .uk-card-body {
	color: #fff !important;
	font-size: 22px !important;
	line-height: 1.2;
    padding: 25px 45px !important;
}

.card-spoof .img-spoof {
	width: fit-content;
    border-radius: 15px;
    border: 2px solid #6C3BFF;
    background: radial-gradient(96.86% 126.42% at 3.98% 91.63%, #32197e 0.04%, #000 100%);
    margin-bottom: 40px;
    display: block;
    padding: 15px 15px;
}

.card-spoof h3 {
    font-size: 20px;
    font-family: 'Onest', sans-serif !important;
	font-weight: 400 !important;
	line-height: 1;
}

.card-spoof h1 {
	font-family: 'Onest', sans-serif !important;
	font-size: 90px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 1.2;
}

.card-spoof p {
	color: #fff !important;
	font-family: 'Onest', sans-serif !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 30px;
}
.card-spoof span {
	color: #9B6CFF !important;
}

.spoof-text-block {
	position: relative;
	z-index: 2;
}

/*-----stats----*/
.card-stats {
	border-radius: 32px;
	border: 1px solid rgba(72, 71, 77, 0.10);
	background: linear-gradient(225deg, #0E0029 0%, #0E0029 100%);
}
.card-stats .uk-card-body {
	padding: 20px 20px !important;
}

.card-stats h2{
	color: #6C3BFF !important;
	font-size: 180px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 1.1;
	margin-bottom: 0px;
}

.card-stats .stats-text {
	color: #F9F5FD;
	font-size: 24px;
	font-weight: 400;
}

.card-stats .stats-img {
	display: inline-block;
    right: 20px;
    position: absolute;
}

.card-stats .stats-img img{
	display: block;
}


.grad-identify {
	padding: 3px;
    border-radius: 32px;
    background: linear-gradient(to top, #6C3BFF, #3546FF, #ffffff);
}

.grad-identify-mobile {
	padding: 3px;
    border-radius: 32px;
    background: linear-gradient(to top, #6C3BFF, #3546FF, #ffffff);
}

@media (min-width: 960px) {

	/* 1. ������������ ���������� ���� ��� �������� ��������� */
	@property --card-angle {
	  syntax: '<angle>';
	  initial-value: 180deg;
	  inherits: false;
	}

	/* 2. ��������� �������� � ���������� ����� �������� */
	.card-identify {
		border-radius: 32px;
		/* �������� ������������� '180deg' �� ���������� */
		background: linear-gradient(var(--card-angle), #6C3BFF 0%, rgb(107 43 255) 14.86%, rgb(3 1 6) 100%);
		backdrop-filter: blur(42px);
		
		/* ��������� ������� ����������� �������� (25 ������ �� ������ ����) */
		animation: rotateCardBg 5s linear infinite;
	}

	/* 3. �������� ��������� ���� ��������� �� 0 �� 360 �������� */
	@keyframes rotateCardBg {
		0% {
			--card-angle: 0deg;
		}
		100% {
			--card-angle: 360deg;
		}
	}
	/* 1. ���������� ����������� ������� ����������� �� ��� ������ ������� */
	.uk-width-expand > .grad-identify {
		height: 100%;
		box-sizing: border-box; /* ����� padding ���������� ����� �� ����� ������ */
		display: flex;          /* �������� flex-�������� ������ */
	}

	/* 2. ���������� ���� �������� ������ ������� ������ ��� 100% ������ */
	.grad-identify .card-identify {
		width: 100%;
		height: 100%;
	}

}

.card-identify .box-identify h3{
	font-size: 4.1rem;
	margin: 1px 1px 1px 1px;
}
.box-identify .stats2-text {
	color: #F9F5FD;
	font-size: 24px;
	font-weight: 400;
}

.card-identify-mobile {
		border-radius: 32px;
		background: linear-gradient(180deg, #6C3BFF 0%, rgb(107 43 255) 14.86%, rgb(3 1 6) 100%);
		backdrop-filter: blur(42px);
	}

.card-identify-mobile .box-identify h3{
	font-size: 4.1rem;
	margin: 1px 1px 1px 1px;
}
.box-identify-mobile .stats2-text {
	color: #F9F5FD;
	font-size: 24px;
	font-weight: 400;
}

@media (max-width: 767px) {
.card-stats {
    border: 1px solid rgba(72, 71, 77, 0.90);
    background: linear-gradient(225deg, #2f165f 50%, #523b7f 100%);
}
.card-stats h2 {
	font-size: 100px;
	}
}

/*-----app------*/
.card-app {
	border: 5px solid #6C3BFF;
	background: linear-gradient(180deg, #6C3BFF 0%, #0E0029 100%);
}
.card-app .uk-card-body {
	padding: 140px 40px;
}
.card-app .uk-card-body h3 {
	font-size: 21px;
	font-weight: 500 !important;
	margin-top: 0;
}
/* Icon box: gradient border + inner fill (Figma) */
.grad-app-icon {
	display: inline-block;
	padding: 2px;
	border-radius: 20px;
	margin: 0 auto 12px;
	background: linear-gradient(
		165deg,
		rgba(254, 194, 255, 0.95) 0%,
		rgba(210, 105, 254, 0.75) 32%,
		rgba(131, 43, 255, 0.65) 68%,
		rgba(108, 59, 255, 0.45) 100%
	);
	vertical-align: middle;
}
.card-app__icon-surface {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border-radius: 18px;
	background: linear-gradient(
		180deg,
		rgba(108, 59, 255, 0.55) 0%,
		rgba(66, 27, 147, 0.82) 48%,
		rgba(20, 8, 45, 0.95) 100%
	);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.card-app__icon-surface img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	flex-shrink: 0;
}

/* ����� ��������� ������ �� ��� �������, ������ �������� �������� .app-slider */
.app-slider-wrap {
	position: relative;
}
.app-slider-clip {
	position: relative;
	clip-path: url(#oval-clip);
}
.slider-app-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: rgb(108, 59, 255);
	border-radius: 5px;
	padding: 10px 15px;
	color: #ffffff !important;
}
.slider-app-nav svg {
	color: rgba(255, 255, 255, 1);
}
.slider-app-nav--prev {
	left: 12px;
}
.slider-app-nav--next {
	right: 12px;
}
@media (min-width: 960px) {
	.slider-app-nav--prev {
		left: 24px;
	}
	.slider-app-nav--next {
		right: 24px;
	}
}


/*---roi----*/
.grad-roi {
	padding: 2px;
    border-radius: 32px;
    background: linear-gradient(to top, rgba(131, 43, 255, 0.3), rgba(210, 105, 254, 0.7), rgba(254, 194, 255, 1));
    margin-bottom: 40px !important;
}
.card-roi {
	border-radius: 32px;
	background: linear-gradient(180deg, #6C3BFF 0%, rgb(107 43 255) 14.86%, rgb(3 1 6) 100%);
	backdrop-filter: blur(42px);
}

.card-roi .uk-card-body {
    padding: 20px 5px !important;
}

.card-roi h3 {
    font-size: 20px;
    font-family: 'Onest', sans-serif !important;
	font-weight: 400 !important;
	line-height: 1;
}

.card-roi h1 {
	font-family: 'Onest', sans-serif !important;
	font-size: 70px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 1.2;
}

.card-roi p {
	color: #B68AD2 !important;
	font-family: 'Onest', sans-serif !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 20px;
}
/*---invest----*/
.grad-invest {
	padding: 2px;
    border-radius: 25px;
    background: linear-gradient(to bottom, rgba(108, 59, 255, 1), rgba(65, 35, 153, 1));
    margin-bottom: 40px !important;
}
.card-invest {
	border-radius: 25px;
	background: linear-gradient(to bottom, rgb(29, 4, 79) 0%, rgb(14, 0, 41) 100%);
	backdrop-filter: blur(42px);
}

.card-invest .uk-card-body {
    padding: 20px 20px !important;
}

.card-invest h3 {
    font-size: 22px;
    font-family: 'Onest', sans-serif !important;
	font-weight: 400 !important;
	line-height: normal;
}

.card-invest p {
	color: #FFF !important;
	font-family: 'Onest', sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 22px;
}

.card-invest .uk-card-footer {
	border-top: none !important;
}

.card-invest .uk-card-footer img{
	margin-top: -40px;
}

/*----contact us----*/
.grad-contact-us {
	padding: 4px;
    border-radius: 20px;
    background: linear-gradient(to top, rgba(131, 43, 255, 0.3), rgba(210, 105, 254, 0.7), rgba(142, 105, 255, 1));
    margin-bottom: 40px !important;
}
.contact-us {
	border-radius: 20px;
	background: #0E0029;
	padding: 80px 30px;
}

.contact-us__title {
	font-family: 'Onest', sans-serif !important;
	font-size: clamp(2rem, 5vw, 4rem) !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: #eaf4fe !important;
	line-height: 1.2 !important;
	margin-bottom: 0.75rem !important;
}

.contact-us__lead,
.contact-us__lead p {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.45;
}

.contact-us-form-wrap {
	margin: 0 auto;
	max-width: 620px;
}

.contact-us-form-wrap .mini-crm-form-host {
	display: block;
	width: 100%;
	background: transparent;
	padding: 0;
	margin: 0;
}

.form-contact-us__row {
	gap: 12px;
	justify-content: center;
	align-items: stretch;
}

.form-contact-us__input {
	flex: 1 1 370px;
	width: 100%;
	max-width: 370px;
	height: 42px;
	border-radius: 24px !important;
	border: 1px solid rgba(255, 255, 255, 0.85) !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 1.125rem;
	padding: 0 22px;
	box-sizing: border-box;
}

.form-contact-us__input::placeholder {
	color: rgba(255, 255, 255, 0.24);
}

.form-contact-us__input:focus {
	background: transparent !important;
	color: #fff !important;
	border-color: rgba(255, 255, 255, 1) !important;
}

.form-contact-us__btn {
	flex: 0 0 auto;
	min-width: 200px;
	height: 47px;
	margin: 0;
}

.form-contact-us__btn span {
	padding: 0 28px;
	line-height: 43px;
	white-space: nowrap;
}

.form-contact-us .status-crm {
	margin-top: 12px;
}

@media (max-width: 767px) {
	.form-contact-us .form-contact-us__row {
		flex-direction: column;
		align-items: stretch !important;
		justify-content: flex-start !important;
		width: 100%;
	}

	.form-contact-us .form-contact-us__input,
	.form-contact-us .uk-input.form-contact-us__input {
		flex: 0 0 auto;
		width: 100%;
		max-width: none;
		height: 42px !important;
		min-height: 42px;
		max-height: 42px;
		margin: 0;
		align-self: stretch;
		box-sizing: border-box;
	}

	.form-contact-us .form-contact-us__btn,
	.form-contact-us .uk-button.form-contact-us__btn {
		width: 100%;
		max-width: none;
		min-width: 0;
		align-self: stretch;
		display: block;
		box-sizing: border-box;
	}

	.form-contact-us .form-contact-us__btn span {
		display: block;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.contact-us {
		padding: 40px 28px;
		box-sizing: border-box;
	}

	.grad-contact-us {
		margin-bottom: 24px !important;
	}

	.contact-us__title {
		font-size: clamp(1.5rem, 7vw, 2.25rem) !important;
		letter-spacing: 0.04em;
		padding-inline: 4px;
		overflow-wrap: break-word;
		word-break: break-word;
		hyphens: auto;
	}

	.contact-us__lead {
		padding-inline: 4px;
	}

	.contact-us-form-wrap {
		padding-inline: 4px;
		box-sizing: border-box;
	}
}

@media (max-width: 480px) {
	.contact-us {
		padding: 32px 24px;
	}

	.contact-us__title {
		font-size: clamp(1.35rem, 6.5vw, 1.85rem) !important;
		letter-spacing: 0.02em;
	}
}

/*---------END CARDS---------*/

.white-text-top{
color:#fff !important;
}
/*------------FORMS----------*/
.modal-dark {
    background: transparent !important;
}

/* Modal / form i18n — всегда (не только desktop), иначе на мобиле две языковые версии */
html.lang-kz .modal-request-i18n--en,
html.lang-kz .modal-request-form-i18n--en {
	display: none !important;
}

html.lang-en .modal-request-i18n--kz,
html.lang-en .modal-request-form-i18n--kz {
	display: none !important;
}

/* Базовый фон модалки (как desktop) — и на мобиле */
.modform-container {
	padding: 30px 15px 15px 15px;
	border-radius: 32px;
	background: linear-gradient(180deg, #6C3BFF 0%, rgb(107 43 255) 14.86%, rgb(3 1 6) 100%);
}

.uk-modal-container .uk-modal-dialog {
	margin: 16px auto;
}

.uk-modal-container .uk-modal-body {
	padding: 0;
}

.uk-modal-header {
    display: flow-root;
    padding: 15px 30px;
    background: transparent !important;
    border-bottom: none !important;
}

.uk-modal-footer {
    display: flow-root;
    padding: 15px 30px;
    background: transparent !important;
    border-top: none !important;
}

@media (min-width: 960px) {

.contact-container {
	padding:30px 30px 30px 70px;
	border-radius: 75px;
	background: linear-gradient(90deg,rgba(135, 49, 156, 1) 0%, rgba(21, 13, 30, 0.8) 61%, rgba(21, 13, 30, 0) 100%);
}

.modform-container {
	padding:30px 30px 30px 30px;
	border-radius: 32px;
}
.contact-container h2{
	font-family: 'Onest', sans-serif !important;
	font-size: 68px;
	margin-bottom: -25px !important;
}

.modform-container h2{
	font-family: 'Onest', sans-serif !important;
	font-size: 3rem;
	margin-bottom: -30px !important;
	font-weight: 700 !important;
}
.contact-container h3{
	color: #D999E9;
	font-family: 'Onest', sans-serif !important;
	font-size: 30px;
	text-transform: uppercase;
}

.modform-container h3{
	color: #D999E9 !important;
	font-family: 'Onest', sans-serif !important;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 300 !important;
}

.contact-container img{
	margin: -130px 0px -30px 0px !important;
}

.modform-container img{
	margin: -60px 0px -30px 0px !important;
}

.modform-container .mini-crm-form-host {
	margin: 0;
	padding: 0;
	background: transparent;
}

.modform-container .uk-textarea {
	color: #fff;
	border-radius: 25px;
	border: 2px solid rgba(177, 203, 218, 1);
	background: transparent !important;
	font-size: 0.9rem;
}

.modform-container textarea.uk-textarea::placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9rem;
}

.contact-container .uk-input {
	color:#fff;
	/*width: 280px;*/
	border-radius: 25px;
	border: 2px solid rgba(165, 136, 181, 1);
	background: transparent !important;
	font-size: 0.9rem;
}

.contact-container .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.modform-container .uk-input {
	color:#fff;
	/*width: 240px;*/
	border-radius: 25px;
	border: 2px solid rgba(177, 203, 218, 1);
	background: transparent !important;
	font-size: 0.9rem;
}

.modform-container .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.uk-select[multiple], .uk-select[size], .uk-textarea {
	border-radius: 25px;
	font-size: 0.9rem;
	border: 2px solid rgba(177, 203, 218, 1);
	background: transparent !important;
}

textarea.uk-textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
	}
}

@media (max-width: 767px) {

textarea.uk-textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.modform-container .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.modform-container-onesec .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}
.contact-container .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.contact-container {
	padding:30px 30px 30px 40px;
	border-radius: 75px;
	background: linear-gradient(90deg,rgba(135, 49, 156, 1) 0%, rgba(21, 13, 30, 0.8) 61%, rgba(21, 13, 30, 0) 100%);
}

.modform-container {
	padding: 30px 15px 15px 15px;
	border-radius: 32px;
}

.modform-container img {
	margin: -40px 0 -20px 0 !important;
	max-width: min(100%, 320px);
	height: auto;
}

.contact-container h2{
	margin-bottom: -25px !important;
}

.contact-container h3{
	color: #D999E9;
	font-family: 'Onest', sans-serif !important;
	font-size: 18px;
	text-transform: uppercase;
}

.modform-container h2 {
	font-size: 32px;
	margin-bottom: -25px !important;
}

.modform-container h3{
	color: #D999E9;
	font-family: 'Onest', sans-serif !important;
	font-size: 18px;
	text-transform: uppercase;
}

.modform-container .uk-input {
	display: block;
	color:#fff;
	width: 100%;
	max-width: 270px;
	border-radius: 25px;
	border: 2px solid rgba(177, 203, 218, 1);
	background: transparent !important;
	margin: 0 auto;
	box-sizing: border-box;
}

.modform-container .uk-grid > div {
	width: 100%;
}

.modform-container .uk-textarea {
	display: block;
	color: #fff;
	width: 100%;
	max-width: 270px;
	border-radius: 25px;
	border: 2px solid rgba(177, 203, 218, 1);
	background: transparent !important;
	font-size: 0.9rem;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.modform-container textarea.uk-textarea::placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9rem;
}

.modform-container .contact-form .uk-button-primary {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.uk-select[multiple], .uk-select[size], .uk-textarea {
	border-radius: 25px;
	border: 2px solid rgba(165, 136, 181, 1);
	background: transparent !important;
	}
}

/*-----------END FORMS----------*/

/*a, .uk-link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #fff;
  text-decoration: underline;
}
a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading,
.uk-link-toggle:focus .uk-link-heading {
  color: #fff;
  text-decoration: none;
}
[id*="-page-feedback-form"] .uk-input,
[id*="-page-feedback-form"] .uk-textarea {
	border:1px solid #ddd !important;
}
[id*="-page-feedback-form"] .uk-input:focus,
[id*="-page-feedback-form"] .uk-textarea:focus {
	border:1px solid #000 !important;
	background:#fff !important;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #000 !important;
}
.uk-radio:focus,
.uk-checkbox:focus {
  outline: none;
  border-color: #000;
}
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #000 !important;
  border-color: transparent !important;
}
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #000 !important;
  border-color: transparent !important;
}
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}
.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") !important;
}
.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}*/
/*----------- BUTTONS -------------*/
/*----button big recuest------*/
.gradient-button-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.gradient-button-container .uk-button{
	background: transparent !important;
}

.gradient-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2.8px;
    background: linear-gradient(to right, rgba(141, 80, 255, 0), rgba(141, 80, 255, 1), rgba(141, 80, 255, 0));
    z-index: 1; /* Place gradient line behind the button */
    transform: translateY(-50%); /* Center vertically relative to the button */
}

.uk-button-big {
    font-family: 'Onest', sans-serif !important;
	font-size: 1.1rem;
    color: #fff !important;
	line-height: 50px !important;
    text-transform: none !important;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 60px;
    border-width: 2px;
    border-style: solid;
    background-image: linear-gradient(175deg, rgba(232, 84, 235, 1) 35%, rgba(197, 177, 213, 1) 50%, rgba(103, 50, 202, 1) 65%);
    border: 0;
    padding: 2px 2px !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(232, 84, 235, 0.7), 0 0 25px rgba(103, 50, 202, 0.5);
    animation: glowPulse2 2s ease-in-out infinite;
	position: relative;
    z-index: 2; /* Ensure button is above the gradient line */
}

.uk-button-big span {
    display: block;
    padding: 0px 60px;
    background-color: rgb(27, 14, 46);
    border-radius: 60px;
    position: relative;
}

/* ������������� ��� ������������ ������� */
.uk-button-big::before {
    content: '';
    position: absolute;
    top: -6px; right: -6px; bottom: -6px; left: -6px;
    background: linear-gradient(0deg, rgba(232, 84, 235, 1) 35%, rgba(197, 177, 213, 1) 50%, rgba(103, 50, 202, 1) 65%);
    border-radius: 60px;
    z-index: -1;
}

@keyframes glowPulse2 {
    0%, 100% { box-shadow: 0 0 10px rgba(232, 84, 235, 0.5), 0 0 20px rgba(103, 50, 202, 0.3); }
    50% { box-shadow: 0 0 15px rgba(232, 84, 235, 0.7), 0 0 25px rgba(103, 50, 202, 0.5); }
}

.uk-button-big:hover {
    padding: 2px 2px !important;
    box-shadow: 0 0 35px rgba(232, 84, 235, 0.9), 0 0 45px rgba(103, 50, 202, 0.9); /* ������� �������� */
}

.uk-button-big span:hover {
    padding: 0px 60px;
}
/*--/.button big------*/

.uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}
.uk-button-extra {
  background-color: #6f27fc;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-extra:hover,
.uk-button-extra:focus {
  background-color: #541cc1;
  color: #fff;
}
.uk-button-extra:active,
.uk-button-extra.uk-active {
  background-color: #541cc1;
  color: #fff;
}

.uk-button-primary {
    font-family: 'Onest', sans-serif !important;
    color: #fff !important;
    text-transform: none !important;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 60px;
    border-width: 2px;
    border-style: solid;
    background-image: linear-gradient(175deg, rgba(232, 84, 235, 1) 35%, rgba(197, 177, 213, 1) 50%, rgba(103, 50, 202, 1) 65%);
    border: 0;
    padding: 2px 2px !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(232, 84, 235, 0.7), 0 0 25px rgba(103, 50, 202, 0.5);
    animation: glowPulse 2s ease-in-out infinite;
}

.uk-button-primary span {
    display: block;
    padding: 0px 60px;
    background-color: rgb(27, 14, 46);
    border-radius: 60px;
    position: relative;
}

.uk-button-primary::before {
    content: '';
    position: absolute;
    top: -2px; right: -2px; bottom: -2px; left: -2px;
    background: linear-gradient(0deg, rgba(232, 84, 235, 1) 35%, rgba(197, 177, 213, 1) 50%, rgba(103, 50, 202, 1) 65%);
    border-radius: 60px;
    z-index: -1;
}

@keyframes glowPulse {
    0%, 100% { box-shadow: 0 0 10px rgba(232, 84, 235, 0.5), 0 0 20px rgba(103, 50, 202, 0.3); }
    50% { box-shadow: 0 0 15px rgba(232, 84, 235, 0.7), 0 0 25px rgba(103, 50, 202, 0.5); }
}

.uk-button-primary:hover {
    padding: 2px 2px !important;
    box-shadow: 0 0 35px rgba(232, 84, 235, 0.9), 0 0 45px rgba(103, 50, 202, 0.9);
}

.uk-button-primary span:hover {
    padding: 0px 60px;
}

.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background-color: #151515;
  color: #fff;
}
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #080808;
  color: #fff;
}
[class*="primary"] .uk-button-secondary {
  background-color: #222 !important;
  color: #fff !important;
  border: 1px solid transparent;
}
[class*="primary"] .uk-button-secondary:hover,
[class*="primary"] .uk-button-secondary:focus {
  background-color: #151515 !important;
  color: #fff !important;
}
[class*="primary"] .uk-button-secondary:active,
[class*="primary"] .uk-button-secondary.uk-active {
  background-color: #080808 !important;
  color: #fff !important;
}
.uk-button-danger {
  background-color: #9057fe;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #6f27fc;
  color: #fff;
}
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #9057fe;
  color: #fff;
}
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-button-link {
  padding: 0;
  line-height: 1.5;
  color: #000;
}
/*-- overflow --*/
.uk-overflow-default {
  background: rgba(255,255,255,0.6);
}
.uk-overflow-extra {
  background: rgba(50,205,50,0.6);
}
.uk-overflow-muted {
  background: rgba(248,248,248,0.6);
}
.uk-overflow-primary {
  background: rgba(254,127,0,0.6);
}
.uk-overflow-secondary {
  background: rgba(0,0,0,0.6);
}

/*----------SLIDER COMPANIES--------*/
.partners-slider >li img{
	width: 85%;
}
.slider-partners {
    margin-top: 40px;
}
.slider-partners .uk-slidenav {
	background: rgb(108, 59, 255);
    border-radius: 5px;
    padding: 10px 15px;
    color: #ffffff !important;
}
.slider-partners .uk-slidenav svg{
	color: rgba(255,255,255, 1);
}
/*-------END SLIDER COMPANIES--------*/
/*-----------FAQ-----------*/
.faq-item {
	border-bottom: 2.6px solid rgba(108, 59, 255, 0.70);
	padding-bottom: 35px;
}
@media (max-width: 767px) {
.faq-item {
	padding-bottom: 15px !important;
	}
.faq-item p{
	color: #AD9EC2;
	font-family: 'Onest', sans-serif !important;
	}
}

@media (min-width: 960px) {
.faq-item p{
	color: #AD9EC2;
	font-family: 'Onest', sans-serif !important;
	margin-bottom: 40px !important;
	padding-left: 90px;
	padding-right: 200px;
	}
}

.faq-number {
	display: inline-block;
	margin-right:20px;
	font-family: 'Onest', sans-serif !important;
	font-size: 4rem;
	color: transparent;
	-webkit-text-stroke: 2px #6C3BFF;
    background-clip: text;
	position: relative;
    top: 25px;
}

/*----ACCORDION MOBILE----*/
@media (max-width: 767px) {
.uk-h3.uk-accordion-title {
	font-size: 1.1rem !important;
}

.uk-accordion-content, h1, h2, h3, h4, h5, h6  {
	color: #fff !important;
}

.faq-number {	
	display: none;
	}
.uk-accordion-title::before {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

.uk-accordion-title::before {
	margin-top: 7px !important;
	margin-right: -10px !important;
	width: 30px !important;
    height: 30px !important;
	}
}

/*----END ACCORDION MOBILE----*/

.uk-h3.uk-accordion-title {
	font-family: 'Onest', sans-serif !important;
	font-weight: 300 !important;
	margin: 0;
    background: transparent;
    padding: 10px;
	position: relative;
}

.uk-accordion-title {
  color: #fff;
}

.uk-accordion-title:hover {
  color: #fff;
}

.uk-accordion-title:active {
  color: #fff;
}

.uk-accordion-title:focus {
  color: #fff;
}

.uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-color: #6C3BFF;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-top: 30px;
	margin-right: 10px;
	float: right;
}
.uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*----------FOOTER---------*/
.footer {
    background-color: #0e0029;
    background-image:
        radial-gradient(ellipse 95% 220% at 11% 62%, rgba(108, 59, 255, 0.58) 0%, rgba(85, 44, 202, 0.52) 18%, rgba(61, 30, 148, 0.42) 32%, rgba(38, 15, 95, 0.32) 48%, rgba(14, 0, 41, 0.2) 62%, rgba(14, 0, 41, 1) 78%),
        linear-gradient(90deg, #000 0%, #000 100%);
    background-repeat: no-repeat;
    font-family: 'Onest', sans-serif !important;
    overflow: hidden;
}

.footer-card {
    font-family: 'Onest', sans-serif !important;
    background: transparent;
    box-shadow: none;
    min-width: 0;
}

@media (min-width: 960px) {
    .footer .uk-section-small {
        padding-top: 56px;
        padding-bottom: 57px;
    }

    .footer-grid-desktop {
        display: grid;
        grid-template-columns: 228px minmax(200px, 1fr) minmax(240px, 1.15fr) minmax(260px, 1.2fr) minmax(180px, 0.9fr);
        gap: 20px 20px;
        align-items: stretch;
        min-height: 156px;
    }

    .footer-grid-desktop > div {
        min-width: 0;
    }

    .footer-col-content {
        align-self: start;
    }

    .footer-col-logo,
    .footer-col-copyright {
        align-self: end;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .footer-col-logo .footer-card,
    .footer-col-copyright .footer-card {
        margin-top: auto;
        padding-bottom: 0 !important;
    }

    .footer-copyright-col {
        align-items: flex-start;
    }
}

.footer-myid-logo {
    width: 208px;
    max-width: 100%;
    height: auto;
    display: block;
}

.footer-col-title,
.footer-card h3.footer-col-title {
    font-family: 'Onest', sans-serif !important;
    font-weight: 700;
    font-size: 19.8px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #eaf4fe !important;
    margin: 0 0 6px 0;
    white-space: nowrap;
}

.footer-col-subtitle,
.footer-card h4.footer-col-subtitle {
    font-family: 'Onest', sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.3px;
    color: #eaf4fe !important;
    margin: 0 0 10px 0;
}

.footer-contact-line,
.footer-card h4.footer-contact-line {
    font-family: 'Onest', sans-serif !important;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.2px;
    margin: 0 0 6px 0;
    color: #fff !important;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
}

.footer-contact-line a,
.footer-card h4.footer-contact-line a {
    color: #fff !important;
    font-weight: 300;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}

.footer-contact-line a:hover,
.footer-card h4.footer-contact-line a:hover {
    color: #fff !important;
    opacity: 0.85;
    text-decoration: none;
}

.footer-contact-line .uk-icon,
.footer-card h4.footer-contact-line .uk-icon {
    flex-shrink: 0;
    margin-right: 0;
}

.footer-copyright-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 0;
}

.footer-copyright-top {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
    white-space: nowrap;
}

.footer-copyright-symbol,
.footer-copyright-company,
.footer-copyright-year,
.footer-copyright-reserved {
    font-family: 'Onest', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.25;
    color: #817395 !important;
}

.footer-copyright-year {
    text-transform: uppercase;
}

.footer-copyright-reserved {
    display: block;
    white-space: nowrap;
}

@media (max-width: 959px) {
	.footer-col-title,
	.footer-card h3.footer-col-title {
		white-space: normal;
	}

	.footer-contact-line a,
	.footer-card h4.footer-contact-line a {
		white-space: normal;
	}

	.footer-copyright-top,
	.footer-copyright-reserved {
		white-space: normal;
	}

	.footer-grid-desktop {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		min-height: 0;
	}

	.footer-grid-desktop > div {
		width: 100%;
	}

	.footer-col-logo,
	.footer-col-copyright {
		align-self: stretch;
	}

	.footer-copyright-col {
		align-items: center;
	}
}

/* legacy footer classes (other themes) */
.footer-uzinfocom-logo {
	width: 270px;
    display: inline-block;
}

.footer .footer-card .footer-copy {
	display: block;
	font-size: 0.8rem;
	color: #817395 !important;
	margin-top:20px;
}

.footer-onesec .footer-card .footer-copy {
	display: block;
	font-size: 0.8rem;
	color: #a7d1ff !important;
	margin-top:20px;
}

.special-footer-title {
    font-family: 'Onest', sans-serif;
	margin-bottom: 15px !important;
}

.footer-card h3{
	font-family: 'Onest', sans-serif;
	margin-bottom: 5px;
	font-size: 1.3rem;
}

.footer-card h4{
	font-family: 'Onest', sans-serif;
	font-weight: normal;
	font-size: 1rem;
    line-height: 1.2;
	margin: 0 0 5px 0;
}

.footer-card h4 a{
	font-weight: normal;
}

@media (min-width: 1200px) {
	.footer-bank-info {
		margin: 0px 450px 0px 450px;
	}
}

@media (min-width: 960px) {
	
	.footer .footer-under-logo {
	font-family: 'Onest', sans-serif;
	color: #c87dd7 !important;
	font-size: 1.5rem;
	line-height: 1.6rem;
	}
	
	.footer-onesec .footer-under-logo {
	font-family: 'Onest', sans-serif;
	color: #a7d1ff !important;
	font-size: 1.5rem;
	line-height: 1.6rem;
	}

	.footer-bank-info {
		margin: 0px 410px 0px 410px;
	}
	
	.footer .footer-card-info h4{
	font-family: 'Onest', sans-serif;
	font-weight: normal;
	font-size: 0.8rem;
    line-height: 1.2;
	margin: 0 0 5px 0;
	color: #c87dd7 !important;
	}
	
	.footer-onesec .footer-card-info h4{
	font-family: 'Onest', sans-serif;
	font-weight: normal;
	font-size: 0.8rem;
    line-height: 1.2;
	margin: 0 0 5px 0;
	color: #a7d1ff !important;
	}

	.policy {
		margin-top: 20px;
	}

	.footer .policy a{
		text-transform: uppercase;
		color: #fff !important;
		font-size: 0.9rem;
		font-weight: 300;
	}
	.footer .policy a:hover{
		text-decoration: none;
		color:#fff !important;
		opacity: 0.85;
	}
	.footer-onesec .policy a{
		text-transform: uppercase;
		color: #a7d1ff !important;
		font-size: 0.9rem;
	}
	.footer-onesec .policy a:hover{
		text-decoration: none;
		color:#fff !important;
	}
}

@media (max-width: 767px) {
	
	.footer .footer-under-logo {
	font-family: 'Onest', sans-serif;
	color: #c87dd7 !important;
	font-size: 1.5rem;
	}
	
	.footer-onesec .footer-under-logo {
	font-family: 'Onest', sans-serif;
	color: #a7d1ff !important;
	font-size: 1.5rem;
	}
	.footer-bank-info {
		margin: 0px;
	}
	.footer .footer-card-info h4{
	font-family: 'Onest', sans-serif;
	font-weight: normal;
	font-size: 0.8rem;
    line-height: 1.2;
	margin: 0 0 5px 0;
	color: #c87dd7 !important;
	}
	.footer .policy a{
		text-transform: uppercase;
		color: #fff !important;
		font-size: 0.9rem;
		font-weight: 300;
	}
	.footer .policy a:hover{
		text-decoration: none;
		color:#fff !important;
		opacity: 0.85;
	}
	.footer-onesec .footer-card-info h4{
	font-family: 'Onest', sans-serif;
	font-weight: normal;
	font-size: 0.8rem;
    line-height: 1.2;
	margin: 0 0 5px 0;
	color: #a7d1ff !important;
	}
	.footer-onesec .policy a{
		text-transform: uppercase;
		color: #a7d1ff !important;
		font-size: 0.9rem;
	}
	.footer-onesec .policy a:hover{
		text-decoration: none;
		color:#fff !important;
	}

	.footer-myid-logo {
		margin: 0 auto;
	}
}
/*-------FOOTER-------------*/

/*-- background --*/
.uk-background-default {
  background-color: #fff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-extra {
  background-color: #32cd32;
}
.uk-background-primary {
  background-color: #000;
}
.uk-background-secondary {
  background-color: #222;
}
/*-- text --*/
.uk-text-primary,
.uk-background-secondary .uk-text-primary,
.uk-section-secondary .uk-text-primary,
.uk-background-secondary .uk-h2.uk-text-primary,
.uk-section-secondary .uk-h2.uk-text-primary {
  color: #000 !important;
}
.uk-text-extra,
.uk-background-secondary .uk-text-extra,
.uk-section-secondary .uk-text-extra,
.uk-background-secondary .uk-h2.uk-text-extra,
.uk-section-secondary .uk-h2.uk-text-extra {
  color: #32cd32 !important;
}
.uk-text-background {
  color: #000 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #000;
  }
}
.uk-badge {
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
}
.uk-label {
  padding: 0 10px;
  background: #000;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
}
.uk-subnav-pill > .uk-active > a {
  background-color: #000 !important;
  color: #fff !important;
}
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #000;
  border-width: 3px;
}
.uk-notification-message-primary {
  color: #000;
}
.uk-progress::-webkit-progress-value {
  background-color: #000;
  transition: width 0.6s ease;
}
.uk-progress::-moz-progress-bar {
  background-color: #000;
}
.uk-progress::-ms-fill {
  background-color: #000;
  transition: width 0.6s ease;
}
.uk-icon-button {
  width: 36px;
  height: 36px;
  background: #f8f8f8;
  color: #999;
}
/*-- alert --*/
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}
.uk-alert-warning {
  background: #fff6ee;
  color: #faa05a;
}
.uk-alert-danger {
  background: #fef4f6 !important;
  color: #f0506e;
}

.bg-video {
    opacity: 0.2;
}
/*-- rotating gradient buttons (CSS replaces the old requestAnimationFrame JS loop) --*/
@property --btn-grad-angle {
  syntax: '<angle>';
  initial-value: 175deg;
  inherits: false;
}
@keyframes btn-grad-rotate {
  from { --btn-grad-angle: 0deg; }
  to   { --btn-grad-angle: 360deg; }
}
.uk-button.uk-button-primary,
.uk-button.uk-button-big {
  background-image: linear-gradient(var(--btn-grad-angle, 175deg), rgba(232, 84, 235, 1) 35%, rgba(197, 177, 213, 1) 50%, rgba(103, 50, 202, 1) 65%);
}
.uk-button.uk-button-onesec {
  background-image: linear-gradient(var(--btn-grad-angle, 175deg), rgba(81, 157, 201, 1) 35%, rgba(197, 177, 213, 1) 50%, rgba(16, 112, 167, 1) 65%);
}
@supports (background: linear-gradient(var(--btn-grad-angle, 0deg), #000, #fff)) {
  .uk-button.uk-button-primary,
  .uk-button.uk-button-onesec {
    animation: glowPulse 2s ease-in-out infinite, btn-grad-rotate 3s linear infinite;
  }
  .uk-button.uk-button-big {
    animation: glowPulse2 2s ease-in-out infinite, btn-grad-rotate 3s linear infinite;
  }
}
@media (prefers-reduced-motion: reduce) {
  .uk-button.uk-button-primary,
  .uk-button.uk-button-onesec,
  .uk-button.uk-button-big {
    animation: none;
  }
}

/*-- hero background video: pure-CSS cover (replaces UIkit uk-cover JS sizing, no layout shift) --*/
.uk-cover-container video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}
