* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
	scroll-padding-top: 100px !important;
}


@media (max-width: 420px) {
	html {
		font-size: 15px;
	}
}

@media (min-width: 2040px) {
	html {
		font-size: 18px;
	}
}

@media (min-width: 2252px) {
	html {
		font-size: 20px;
	}
}

@media (min-width: 2560px) {
	html {
		font-size: 24px;
	}
}



@media (min-width: 2700px) {
	html {
		font-size: 26px;
	}
}
body {
	background-color: #F9F9F9;
	color: #1B2C40;
	font-family: "Inter", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400; 
  	font-style: normal;
  	font-variation-settings: "slnt" 0;
}

.inter-header {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "slnt" 0;
  }

a {
	text-decoration:none;
	color: #000;
	cursor: pointer;
}

a:hover {
	text-decoration:none;
	color: #c4a56b;
}

li {
	 list-style-type: none;
}

.z-index-10 {
	z-index: 10;
}

.z-index-100 {
	z-index: 100;
}

.z-index-1000 {
	z-index: 1000;
}

ul {
	margin: 0px;
}
.link {
	transition: 0.4s;
}

.trans04 {
	transition: 0.4s;
}

.rotate180 {
	transform: rotate(180deg);
}
.link:hover {
	color:#454cee;
	transition: 0.4s;
}
.opacity-animation:hover {
	opacity: 0.7;
	transform: 0.4;
}
.circle__minus,.circle__plus {
    border-radius: 50%;
    padding: 10px;
    width: 36px; 
    height: 36px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.circle__minus {
    border: 1.5px solid #AEAEAE;
}

.circle__plus {
    border: 1.5px solid #c4a56b;
}
.cl-grey {
	color: #AEAEAE;
}
.bg-dark {
	background-color: #202020;
}
.bg-white {
	background-color: #fff;
}
.bg-greenligth {
	background-color: #EDF6F5;
}
.cl-wh {
	color: #ffffff;
}
.cl-red {
	color: #d60000;
}
.cl-dark {
	color: #202020 !important;
}
.cr-pointer {
	cursor: pointer;
}
.lh{
	line-height: 1.15;
}
.pd {
	padding-top: 20px;
	padding-bottom: 20px;
}
.p40 {
	padding: 40px;
}
.p24 {
	padding: 24px;
}
.p16 {
	padding: 16px;
}
.mb16 {
	margin-bottom: 16px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb80 {
	margin-bottom: 80px;
}
.fnt-400 {
	font-weight: 400;
}
.fnt-500 {
	font-weight: 500;
}
.fnt-600 {
	font-weight: 600;
}
.fnt-700 {
	font-weight: 700;
}
.fnt-bld {
	font-family: Gilroy-Bold
}
.fnt-semi {
	font-family: Gilroy-Semibold
}
.fnt-med {
	font-family: Gilroy-Medium
}
.fnt-heavy {
	font-family: Gilroy-Heavy
}
.fnt-extra {
	font-family: Gilroy-Extrabold
}

.fs8 {
	font-size: 0.5rem;
  }
  .fs10 {
	font-size: 0.625rem;
  }
  .fs12 {
	font-size: 0.75rem;
  }
  .fs14 {
	font-size: 0.875rem;
  }
  .fs16 {
	font-size: 1rem;
  }
  .fs18 {
	font-size: 1.125rem;
  }
  .fs20 {
	font-size: 1.25rem;
  }
  .fs22 {
	font-size: 1.375rem;
  }
  .fs24 {
	font-size: 1.5rem;
  }
  .fs26 {
	font-size: 1.625rem;
  }
  .fs28 {
	font-size: 1.75rem;
  }
  .fs30 {
	font-size: 1.875rem;
  }
  .fs32 {
	font-size: 2rem;
  }
  .fs34 {
	font-size: 2.125rem;
  }
  .fs36 {
	font-size: 2.25rem;
  }
  .fs38 {
	font-size: 2.375rem;
  }
  .fs40 {
	font-size: 2.5rem;
  }
  .fs42 {
	font-size: 2.625rem;
  }
  .fs44 {
	font-size: 2.75rem;
  }
  .fs46 {
	font-size: 2.875rem;
  }
  .fs48 {
	font-size: 3rem;
  }
  .fs64 {
	font-size: 4rem;
  }
  .fs80 {
	font-size: 5rem;
  }

section {
	padding-right: 20px;
	padding-left: 20px;
}
.bg-wh {
	background-color: #fff;
}

.bg-bl {
	background-color: #1b2c40;
}
.bg-v {
	background-color: #c4a56b;
}
.bg-grey {
	background-color: #F9F9F9;
}
.header__menu {
	padding: 16px 52px;
	border-radius: 0px 0px 48px 48px;
	position: sticky;
    top: 0;
    z-index: 1000;
}

.header__menu.anchor {
	transition: 0.4s;
	box-shadow: 0 0 12px rgb(27 45 64 / 35%);
}
.radius_custom {
	border-radius: 20px;
}
.cl-v {
	color: #c4a56b;
}
.cl-wh {
	color: #fff;
}
.cl-grey {
	color: #AEAEAE;
}
.cl-greylight {
	color: #6F6F6F;
}
.cl-ft {
	color: #637876;
}
.btn_one {
	border-radius: 100px;
	padding: 16px 20px;
}
.btn_v {
	background-color: #EDF6F5;
	padding: 16px 20px 16px 20px;
	border-radius: 100px;
}
.menu__list {
	border-bottom: 1px solid #EFEFEF;
}
.uk-tooltip {
	display: block;
	position: relative;
  }
  
  .uk-tooltip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	border: 10px solid transparent;
	border-top: 10px solid #1B2C40;
	transform: translateX(-50%);
  }
.dark_shadow::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0,rgb(0 0 0/40%),rgb(42 42 42/50%));
	z-index: auto;
	border-radius: 24px;
}
.dark_shadow__top {
	content: "";
	display: block;position: absolute;
	top: 0;left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0% , rgba(0, 0, 0, 0) 100%);z-index: auto;
  }
.pd_panel {
	padding: 6px 10px 7px 10px;
}
.slider__block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) -0%, rgba(0,0,0,0) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.8) 100%);
	border-radius: 24px;
}
.mb {
	margin-bottom: 80px;
}
.mb24 {
	margin-bottom: 24px;
}
.mt24 {
	margin-top: 24px;
}
.mt20 {
	margin-top: 20px;
}
.pb {
	padding-bottom: 24px;
}
.pt {
	padding-top: 24px;
}
.pt16 {
	padding-top: 16px;
}

/* About section (UIkit rework) */
.about-section {
	padding-left: 0;
	padding-right: 0;
}

.about-section .uk-container {
	max-width: 1680px;
}

.about-intro {
	align-items: flex-start;
}

.about-tag {
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #9ca3af;
}

.about-heading {
	font-size: clamp(2.5rem, 3vw, 3.75rem);
	line-height: 1.1;
	color: #1f2933;
	margin-bottom: 32px;
}

.about-heading span {
	color: #a3a3a3;
}

.about-text-grid {
	color: #4b5563;
}

.about-media {
	margin-top: 48px;
	margin-bottom: 32px;
}

.about-logo-card {
	background: #1f1f24;
	border-radius: 32px;
	min-height: 380px;
}

.about-logo-card img {
	max-width: 70%;
	height: auto;
	filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.2));
}

.about-logo-card--compact {
	min-height: 160px;
	margin-bottom: 16px;
}

.about-video-card {
	background: transparent;
	border-radius: 32px;
}

.about-video-wrapper {
	min-height: 320px;
}

.about-video-wrapper video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 32px;
}

.about-stats .uk-card {
	background: #f2f2f4;
	border: none;
	border-radius: 32px;
	padding: 32px;
	height: 100%;
}

.about-stat-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 220px;
}

.about-stat-value {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: clamp(2.5rem, 4vw, 4.5rem);
	color: #1f2933;
}

.about-stat-caption {
	color: #4b5563;
	font-size: 1.125rem;
	margin: 0;
}

@media (max-width: 959px) {
	.about-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.about-media {
		margin-top: 32px;
	}

	.about-stats .uk-card {
		border-radius: 28px;
	}

	.about-stat-card {
		min-height: 180px;
	}
}
.p28 {
	padding: 28px;
}
.p40 {
	padding: 40px;
}
.pb56 {
	padding-bottom: 56px;
}
.pb20 {
	padding-bottom: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pt28 {
	padding-top: 28px;
}
.pb28 {
	padding-bottom: 28px;
}
.pt32 {
	padding-top: 32px;
}
.pb32 {
	padding-bottom: 32px;
}
.pb40 {
	padding-bottom: 40px;
}
.pt40 {
	padding-top: 40px;
}

.pb20 {
	padding-bottom: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pl24 {
	padding-left: 24px;
}
.pl40 {
	padding-left: 40px;
}
.pr24 {
	padding-right: 24px;
}
.pr40 {
	padding-right: 40px;
}
.px60 {
	padding-right: 60px;
	padding-left: 60px;
}
.mt40 {
	margin-top: 40px;
}
.title {
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: #1B2C40;
	padding-bottom: 44px;
}

.arrow {
	width: 24px;
	height: 24px;
	padding: 25px;
	background-color: #c4a56b;
}
.uk-subnav>*>:first-child {
	border-radius: 12px;
	background: #EFEFEF;
	padding: 16px 24px;
	color: #6F6F6F;
	font-size: 16px;
}
.uk-subnav>*>:first-child:hover {
	background-color: #E1E1E1;
}
.uk-subnav-pill > li.uk-active > a {
	background-color: #E1E1E1;
	color: #6F6F6F;
}
.uk-subnav-pill > li > a {
	text-transform: none !important; 
}
.uk-subnav {
	display: flex; 
	justify-content: space-between; 
}
.uk-subnav > li {
	flex: 1; 
}
.bg-0FC5BF {
    background: #c4a56b;
}
.gallery-arrow-vertical {
    bottom: -30px;
}

.circle-small {
    height: 30px;
    width: 30px;
}
.circle-big {
    height: 62px;
    width: 62px;
}
.cr-pointer {
    cursor: pointer;
}
.z-index-10 {
    z-index: 10;
}
.project-img-min img{
    border-radius: 20px!important;
    cursor: pointer;
}
.switcher__list > li::before {
	content: "• "; 
	padding-right: 3px;
	color: #fff;
	margin-bottom: 8px;
}

.uk-tooltip {
	border-radius: 24px;
	background: #1B2C40;
	padding: 16px;
}
.uk-offcanvas-bar {
	background: #fff;
}
input {
	width: 100%; 
	box-sizing: border-box; 
	border: none; 
	outline: none;
	color: #1B2C40;
	background-color: #fff;
}

.input-container {
	padding: 20px 16px; 
	border-radius: 20px; 
}

.uk-accordion-title::before {
	background-image: url(/wp-content/themes/vevanta/public/img/plus.svg)!important;
}

.footer {
	background-color: #1B2C40;
	border-radius: 24px 24px 0 0;
}
@media screen and (min-width:450px) {
	.uk-width-max-content\@s {
		width: max-content;
  		box-sizing: border-box;
	}
}
@media screen and (min-width:960px) {
	.fs12\@m {
		font-size: 0.75rem;
	}
	.fs14\@m {
		font-size: 0.875rem;
	}
	.fs16\@m {
		font-size: 1rem;
	}
	.fs18\@m {
		font-size: 1.125rem;
	}
	.fs20\@m {
		font-size: 1.25rem;
	}
	.fs22\@m {
		font-size: 1.375rem;
	}
	.fs24\@m {
		font-size: 1.5rem;
	}
	.fs26\@m {
		font-size: 1.625rem;
	}
	.fs28\@m {
		font-size: 1.75rem;
	}
	.fs30\@m {
		font-size: 1.875rem;
	}
	.fs32\@m {
		font-size: 2rem;
	}
	.fs34\@m {
		font-size: 2.125rem;
	}
	.fs36\@m {
		font-size: 2.125rem;
	}
	.fs38\@m {
		font-size: 2.125rem;
	}
	.fs40\@m {
		font-size: 2.5rem;
	}
	.fs42\@m {
		font-size: 2.625rem;
	}
	.fs44\@m {
		font-size: 2.75rem;
	}
	.sf46\@m {
		font-size: 2.875rem;
	}
	.fs80\@m {
		font-size: 5rem;
	}
	.h-auto\@m {
		height: auto !important;
	}
	.h-xlarge\@m {
		height: 67.5rem;
	}
	.p56\@m {
		padding: 3.5rem;
	}
}
@media screen and (min-width:640px) {
	.fs12\@s {
		font-size: 0.75rem;
	}
	.fs14\@s {
		font-size: 0.875rem;
	}
	.fs16\@s {
		font-size: 1rem;
	}
	.fs18\@s {
		font-size: 1.125rem;
	}
	.fs20\@s {
		font-size: 1.25rem;
	}
	.fs22\@s {
		font-size: 1.375rem;
	}
	.fs24\@s {
		font-size: 1.5rem;
	}
	.fs26\@s {
		font-size: 1.625rem;
	}
	.fs28\@s {
		font-size: 1.75rem;
	}
	.fs30\@s {
		font-size: 1.875rem;
	}
	.fs32\@s {
		font-size: 2rem;
	}
	.fs34\@s {
		font-size: 2rem;
	}
	.fs36\@s {
		font-size: 2.25rem;
	}
	.fs38\@s {
		font-size: 2.375rem;
	}
	.fs40\@s {
		font-size: 2.5rem;
	}
	.fs42\@s {
		font-size: 2.625rem;
	}
	.fs44\@s {
		font-size: 2.75rem;
	}
	.fs46\@s {
		font-size: 2.875rem;
	}
	.fs80\@s {
		font-size: 5rem;
	}
	.h-auto\@s {
		height: auto !important;
	}
	.h-xlarge\@s {
		height: 67.5rem;
	}
}
@media screen and (min-width:1200px) {
	.fs12\@l {
		font-size: 0.75rem;
	}
	.fs14\@l {
		font-size: 0.875rem;
	}
	.fs16\@l {
		font-size: 1rem;
	}
	.fs18\@l {
		font-size: 1.125rem;
	}
	.fs20\@l {
		font-size: 1.25rem;
	}
	.fs22\@l {
		font-size: 1.375rem;
	}
	.fs24\@l {
		font-size: 1.5rem;
	}
	.fs26\@l {
		font-size: 1.625rem;
	}
	.fs28\@l {
		font-size: 1.75rem;
	}
	.fs30\@l {
		font-size: 1.875rem;
	}
	.fs32\@l {
		font-size: 2rem;
	}
	.fs34\@l {
		font-size: 2.125rem;
	}
	.fs36\@l {
		font-size: 2.25rem;
	}
	.fs38\@l {
		font-size: 2.375rem;
	}
	.fs40\@l {
		font-size: 2.5rem;
	}
	.fs42\@l {
		font-size: 2.625rem;
	}
	.fs44\@l {
		font-size: 2.75rem;
	}
	.fs46\@l {
		font-size: 2.875rem;
	}
	.fs80\@l {
		font-size: 5rem;
	}
	.h-auto\@l {
		height: auto !important;
	}
	.h-xlarge\@l {
		height: 67.5rem;
	}
	.p40\@l {
		padding: 2.5rem;
	}
	.uk-flex\@l {
		display: flex;
	}
}


.mw60 {
	max-width: 60px;
}

.slide__panel {
	border-radius: 24px;
	border: 1px solid  #EFEFEF;
	background: #F9F9F9;
	padding: 12px 16px;
}

.btn_light {
	border: none;
	border-radius: 12px;
    background: #EFEFEF;
    padding: 16px 16px;
    color: #6F6F6F;
    font-size: 16px;
}

.btn_light.grey_bold,
.btn_light.swiper-slide-thumb-active {
	background: #E1E1E1;
}

.button__border {
	padding: 16px 20px;
	border: 1px solid #c4a56b;
	border-radius: 100px;
	text-align: center;
}
/* .button {
	padding: 16px 20px;
	border-radius: 100px;
	text-align: center;
} */

.btn {
    cursor: pointer;
}

.source__card {
	padding: 40px;
	background-color: #fff;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 288px;
	min-height: 112px;
}


/* .select-container {
	margin-bottom: 16px !important;
	position: relative;
} */

.select-container {
	width: 100%;
	padding: 16px 20px; 
	border-radius: 36px; 
	border: 1px solid #E1E1E1; 
	appearance: none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #FFF; 
	color: #1B2C40; 
}

.select-container_grey {
	width: 100%;
	padding: 16px 20px; 
	border-radius: 24px; 
	appearance: none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #F9F9F9;
	color: #1B2C40; 
	cursor: pointer;
}

.select-container svg {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	pointer-events: none; 
}
.select-container select:focus {
	outline: none;
}

    .arrow {
        width: 24px;
        height: 24px;
        padding: 25px;
        background-color: #c4a56b;
    }
    .uk-subnav>*>:first-child {
        border-radius: 12px;
        background: #EFEFEF;
        padding: 16px 24px;
        color: #6F6F6F;
        font-size: 16px;
    }
    .uk-subnav>*>:first-child:hover {
        background-color: #E1E1E1; 
    }
    .uk-subnav-pill > li.uk-active > a {
        background-color: #E1E1E1;
        color: #6F6F6F;
    }
    .uk-subnav-pill > li > a {
        text-transform: none !important; 
    }
    .uk-subnav {
        display: flex; 
        justify-content: space-between; 
    }
    .uk-subnav > li {
        flex: 1; 
    }
    .switcher__list > li::before {
        content: "• "; 
        padding-right: 3px;
        color: #fff;
        margin-bottom: 8px;
    }
    .uk-tooltip {
        border-radius: 24px;
        background: #1B2C40;
        padding: 16px;
    }

.brd-\[24px\] {
	border-radius: 24px;
}

.brd24top {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

.brd48top {
	border-top-left-radius: 48px;
	border-top-right-radius: 48px;
}

.btn_light.grey_bold {
	background: #E1E1E1;
}

.margin__size {
    margin-bottom: 160px;
}

.lh{
	line-height: 1.15;
}

.adv__padding {
	padding: 12px 16px;
}

.brdTop {
	border-radius: 24px 24px 0px 0px!important;
}

.brd24L {
	border-radius: 24px 0px 0px 24px!important;
}

.brd24TL {
	border-top-left-radius: 24px;
}
.brd24BL {
	border-bottom-left-radius: 24px;
}
@media (min-width: 1600px) {
	.img__size {
		height: 320px;
		width: 459px;
	}
}

@media (max-width: 500px) {
	.img__size {
		width: 208px;
	}
	.margin__size {
		margin-bottom: 70px;
	}
}

@media (min-width: 1600px) {
	.margin__size {
		margin-bottom: 260px!important;
	}
}

@media (max-width: 900px) {
	.scrollable-container {
		overflow-x: scroll;
	}
}

@media (min-width: 960px) {
	.adv__padding {
		padding: 12px 28px;
	}
	section {
		padding-right: 40px;
		padding-left: 40px;
	}

	.pb {
		padding-bottom: 80px;
	}
	.pt {
		padding-top: 80px;
	}
}

.checkbox__med input.uk-checkbox {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #AEAEAE !important;
}

.checkbox__med input.uk-checkbox:checked {
    width: 22px;
    height: 22px;
    border-color: #c4a56b;
    background-color: #c4a56b !important;
}

.navbar-mobile a {
	color: #000 !important;
	font-size: 1rem !important;
}

.navbar-mobile a.uk-accordion-title::before {
	margin-left: 0;
}
.border-1 {
	border: 1px solid;
}

.border-2 {
	border: 2px solid;
}

.border-\[\#E1E1E1\] {
	border-color: #E1E1E1
}

.border-\[\#FFCD8C\] {
	border-color: #FFCD8C
}

.border-\[\#11DBD4\] {
	border-color: #11DBD4
}

.border-\[\#FF9898\] {
	border-color: #FF9898
}


.pl-30 {
	padding-left: 30px;
}

.pr-30 {
	padding-right: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}
@media (min-width: 640px) {
	.absolute\@s {
		position: absolute;
	}

	.relative\@s {
		position: relative;
	}

	.top\@s {
		top: 0;
	}

	.left\@s {
		left: 0;
	}

	.right\@s {
		right: 0;
	}

	.bottom\@s {
		bottom: 0;
	}

	.top-left\@s {
		left: 0;
		top: 0;
	}

	.bottom-left\@s {
		left: 0;
		bottom: 0;
	}
}

@media (min-width: 960px) {
	.absolute\@m {
		position: absolute;
	}

	.relative\@m {
		position: relative;
	}

	.top\@m {
		top: 0;
	}

	.left\@m {
		left: 0;
	}

	.right\@m {
		right: 0;
	}

	.bottom\@m {
		bottom: 0;
	}

	.top-left\@m {
		left: 0;
		top: 0;
	}

	.bottom-left\@m {
		left: 0;
		bottom: 0;
	}
}

@media (min-width: 1200px) {
	.absolute\@l {
		position: absolute;
	}

	.relative\@l {
		position: relative;
	}

	.top\@l {
		top: 0;
	}

	.left\@l {
		left: 0;
	}

	.right\@l {
		right: 0;
	}

	.bottom\@l {
		bottom: 0;
	}

	.top-left\@l {
		left: 0;
		top: 0;
	}

	.bottom-left\@l {
		left: 0;
		bottom: 0;
	}
}


@media (min-width: 1600px) {
	.absolute\@xl {
		position: absolute;
	}

	.relative\@xl {
		position: relative;
	}

	.top\@xl {
		top: 0;
	}

	.left\@xl {
		left: 0;
	}

	.right\@xl {
		right: 0;
	}

	.bottom\@xl {
		bottom: 0;
	}

	.top-left\@xl {
		left: 0;
		top: 0;
	}

	.bottom-left\@xl {
		left: 0;
		bottom: 0;
	}
}

.fancybox__slide.has-iframe .fancybox__content {
	padding: 0;
  }

section {
	overflow-wrap: break-word
}

.cr-zoom {
	cursor: zoom-in;
}

.uk-tooltip.uk-transform-origin-center-left::after {
	content: '';
    position: absolute;
    top: 50%;
    left: -18px; /* Изменение orientacji треугольника на лево */
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-right: 10px solid #1B2C40; /* Используем border-right для указания влево */
}

.uk-tooltip.uk-transform-origin-center-right::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 99%; /* Изменение orientации треугольника на право */
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 10px solid #1B2C40; /* Используем border-left для указания вправо */
}
.wh50 {
	width: 50px;
	height: 50px;
}

.wh30 {
	width: 30px;
	height: 30px;
}

.no-select {
	user-select: none
}

.ln20 { line-height: 20px }

/* Стили для кнопки консультации */
.consultation-button {
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.consultation-button:hover {
	background-color: #fff !important;
	color: #c4a56b !important;
	border-color: #c4a56b !important;
}

/* Стили для секции консультации - выравнивание высоты видео */
.uk-grid-match > [class*='uk-width'] > .uk-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.uk-grid-match > [class*='uk-width'] > .uk-card > .uk-card-body {
	flex: 1;
}