/* ===== ГЛОБАЛЬНЫЙ ШРИФТ ДЛЯ ВСЕГО САЙТА ===== */
html,
body {
    font-family: 'Inter Tight', sans-serif !important;
    font-weight: 400;
}


/* Глобальные шрифты Elementor → Vela Sans */
.elementor-kit-9 {
  --e-global-typography-primary-font-family: "Inter Tight", sans-serif;
  --e-global-typography-text-font-family: "Inter Tight", sans-serif;
  --e-global-typography-accent-font-family: "Inter Tight", sans-serif;
}

/* ===== ВСЕ ЗАГОЛОВКИ ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter Tight', sans-serif !important;
    font-weight: 500 !important;
	line-height: 110%;
}


.elementor-counter-number {
	font-weight: 600 !important;
}






/* ===== MAIN HERO HEIGHT ===== */
.main-search-inner {
    min-height: 400px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* @supports (height: 100svh) {
    .main-search-inner {
        min-height: 200px;
        height: 100svh;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

*/

.elementor-background-video-container {
    filter: grayscale(100%);
}









/* ===== HORIZONTAL SCROLL ===== */
.cats-scroll-wrap {
    position: relative;
}

.cats-scroll-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 100%;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
    pointer-events: none;
    z-index: 10;
}

.cats-scroll-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
    pointer-events: none;
    z-index: 10;
}

.cats-scroll {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 8px;
    padding-bottom: 10px;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-overflow-scrolling: touch;
}

.cats-scroll::-webkit-scrollbar {
    display: none;
}

.cats-scroll > * {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

/* ===== HERO HEADERS ===== */
.main-search-container h1 {
    font-size: 56px !important;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

@media (max-width: 1240px) {
    .main-search-container h1 {
        font-size: 48px !important;
        line-height: 1.1;
    }
}

@media (max-width: 767px) {
    .main-search-container h1 {
        font-size: 40px !important;
        line-height: 1.1;
    }
}

.main-search-container h4 {
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    margin-bottom: 40px;
		text-transform: uppercase;
		letter-spacing: 5px;
}

@media (max-width: 1240px) {
    .main-search-container h4 {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .main-search-container h4 {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin-bottom: 0;
    }
}






/* ===== ГЛОБАЛЬНО ДЛЯ ЭЛЕМЕНТОВ ===== */
button,
input,
select,
textarea,
.nav,
.menu,
.site-navigation,
li,
a {
    font-family: 'Inter Tight', sans-serif !important;
}

/* отключение анимированного текста */
.typed-words,
.typed-strings,
.typed-cursor {
    display: none !important;
}







/* BURGER 

.mmenu-trigger {
	background-color: #fff;
}
.hamburger--collapse .hamburger-inner {
	background-color: #000;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #000;
}
*/

.elementor-counter-title {
	text-align: center !important;
}




/* BLOG POST */

.blog-compact-item-container {
	border-radius: 16px !important;
	overflow: hidden;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {

	.blog-compact-item {
   height: 300px;
    z-index: 100;
    cursor: pointer;
}
}
	
	
	.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 10px;
	
}

.listeo-post-grid-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

	.col-md-4 {
	padding-left: 10px;
  padding-right: 10px;
}



.icon-box-2 {
	box-shadow: none;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    transition: 0.4s;
    cursor: default;
		line-height: 2rem;
	  margin-top: 10px;
}






.footer-caption {
	margin-top: 30px;
	font-size: 14px;
	line-height: 150%;
	width: 80%;
	color: #222;
	opacity: 60%;
}