/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
:root {
    --icon-size: 16px;
    --icon-spacing: 8px;
}

/* Общие стили ТОЛЬКО для нужных классов */
.mai > a::before,
.maie > a::before,
.md > a::before,
.mm > a::before,
.mp > a::before,
.ms > a::before,
.ic > a::before,
.if > a::before,
.ih > a::before,
.ims > a::before,
.ime > a::before,
.ip > a::before,
.ir > a::before,
.it > a::before,
.iu > a::before {
    content: "";
    display: inline-block;
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: var(--icon-spacing);
    vertical-align: middle;
    flex-shrink: 0;
}

/* Индивидуальные иконки */
.mai > a::before { background-image: url('/wp-content/uploads/2025/09/Vector-3.svg'); }
.maie > a::before { background-image: url('/wp-content/uploads/2025/09/Vector-2.svg'); }
.md > a::before { background-image: url('/wp-content/uploads/2025/09/Frame-icon.svg'); }
.mm > a::before { background-image: url('/wp-content/uploads/2025/09/Vector-1-1.svg'); }
.mp > a::before { background-image: url('/wp-content/uploads/2025/09/Vector.svg'); }
.ms > a::before { background-image: url('/wp-content/uploads/2025/09/Vector-4.svg'); }
.ic > a::before { background-image: url('/wp-content/uploads/2025/11/store-square.svg'); }
.if > a::before { background-image: url('/wp-content/uploads/2025/09/chart.svg'); }
.ih > a::before { background-image: url('/wp-content/uploads/2025/09/chart-notification.svg'); }
.ims > a::before { background-image: url('/wp-content/uploads/2025/11/factory3-energy.svg'); }
.ime > a::before { background-image: url('/wp-content/uploads/2025/11/Play-Window-Notebook.svg'); }
.ip > a::before { background-image: url('/wp-content/uploads/2025/11/suitcase-portfolio.svg'); }
.ir > a::before { background-image: url('/wp-content/uploads/2025/11/Hotel-Building.svg'); }
.it > a::before { background-image: url('/wp-content/uploads/2025/09/tabler_code.svg'); }
.iu > a::before { background-image: url('/wp-content/uploads/2025/09/material-symbols_electric-bolt-rounded.svg'); }


@media(min-width:768px){.mobdisp{display:none}}
.headbtn svg{width:24px!important}
.list h4{font-size:24px; margin:0 0 10px; color:#fff;}
@keyframes fadeInUp50px {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0); /* фиксированное смещение */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.elementor-element.fadeInUp {
    animation-name: fadeInUp50px !important;
}



.btndef .elementor-button .elementor-button-icon {
  --arrow-dist: 28px;
  --arrow-duration: 360ms;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 24px;
  overflow: hidden;
}


.btndef .elementor-button .elementor-button-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  pointer-events: none;
}


.btndef .elementor-button .elementor-button-icon svg path {
  transition: transform var(--arrow-duration) cubic-bezier(.2,.8,.2,1);
  transform-box: fill-box;
  transform-origin: 50% 50%;
}


.btndef .elementor-button .elementor-button-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * var(--arrow-dist)); /* спрятан слева */
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: left var(--arrow-duration) cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M7.36519 11.9969H16.9996' stroke='%230066FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M12.1824 7.17969L16.9996 11.9969L12.1824 16.8141' stroke='%230066FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}


.btndef .elementor-button:hover .elementor-button-icon svg path {
  transform: translateX(var(--arrow-dist));
}


.btndef .elementor-button:hover .elementor-button-icon::after {
  left: 0;
}



/*Tabs fix*/
.e-n-tabs-heading .e-n-tab-title[aria-selected=true], .e-n-tabs-heading .e-n-tab-title:hover{background-color:transparent!important;}

.logos .swiper-slide img{filter: brightness(0) invert(1);
max-height:31px; max-width:130px}
.logos .swiper-slide{width:fit-content!important;}


.elementor-image-carousel-wrapper {
  position: relative; 
  overflow: hidden;   
}

.logos .elementor-image-carousel-wrapper::before,
.logos .elementor-image-carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px; 
  height: 100%;
  z-index: 2;
  pointer-events: none; 
}

.logos .elementor-image-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 3, 0) 27.23%, #000212 85.00%);
}

.logos .elementor-image-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 3, 0) 27.23%, #000212 85.00%);
    transform: rotate(180deg);
}

.card:hover ul.check li{color:#fff;}

/* контейнер общего уровня (не влияет на разбиение по строкам) */
.icon-gallery-wrapper {
    display: block;
}

/* строка иконок — максимум 8 элементов отображается логикой PHP */
.icon-gallery-row {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    margin-bottom: 8px;
	flex-wrap: wrap;
}

.icon-gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    aspect-ratio: 1/1;
    border-radius: 13.7px;

    background: linear-gradient(180deg, #080808 0%, #000 100%);
    stroke-width: 0.853px;
    stroke: #3C6EC0;
    box-shadow: 1.707px 1.707px 13.653px 2.56px rgba(60, 110, 192, 0.50) inset;
    filter: drop-shadow(-3.413px -3.413px 17.067px rgba(60, 110, 192, 0.40));
    flex: 0 0 auto; /* фиксированный размер, не растёт */
}
.icon-gallery-item img {
    max-height: 32px;
    width: auto;
    display: block;
}

/* Новые классы для рипитеров */
.icon-repeater-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 12px;
}
.icon-repeater-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* ВЫРАВНИВАЕМ ВСЁ ПО ЛЕВОМУ КРАЮ */
    gap: 12px;
}
.icon-gallery-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff; /* белый шрифт */
    text-align: left; /* текст по левому краю */
}

/* Адаптивность */
@media (max-width: 560px) {
    .icon-gallery-row { gap: 6px; margin-bottom: 6px; }
}
@media (max-width: 768px) {
    .icon-gallery-item {
    width: 64px;
    height: 64px;
	padding:10px}
}


/*Contact form*/
.hsfc-FieldLabel{font-size:14px!important; font-weight:500}
.hsfc-Step__Content{padding:0!important}
.hsfc-Form input, .hsfc-Form textarea {border:1px solid #ccc!important; background:transparent!important}
.hsfc-RichText{font-size:12px!important; line-height: 1.4;}
.hsfc-RichText a{text-decoration:underline}
.hsfc-FieldLabel:has(.hsfc-CheckboxInput) span {font-size: 16px; font-weight:400; text-transform:initial; padding-left:5px}
.hsfc-PostSubmit p{font-size:16px!important}
.hsfc-NavigationRow {margin-top:0!important} 
.hsfc-NavigationRow__Buttons{display:initial!important}


.form-gradient-border .hsfc-Step__Content {
  padding:32px!important
}

.form-gradient-border {
  padding: 1px;
  border-radius: 36px;
  background: linear-gradient(
    135deg,
    rgba(69, 156, 243, 1) 0%,
    rgba(69, 156, 243, 0.08) 50%,
    rgba(69, 156, 243, 1) 100%
  );
}

.form-gradient-border .hsfc-Step__Content {
  background: #000212;
  border-radius: 36px;
}


.hsfc-Step__Content input, .hsfc-Step__Content textarea{border-radius: 30px!important;
border: 1px solid #3C6EC033!important;
background: linear-gradient(84deg, rgba(69, 156, 243, 0.12) 0%, rgba(69, 156, 243, 0.02) 100%)!important;
	backdrop-filter: blur(9.2)!important;}

.hsfc-Step__Content label{color: #D0E0FF!important;
font-size: 14px!important;
font-weight: 500;
line-height: 1.42;
letter-spacing: 0.14px;}
@media(max-width:767px){
	.hsfc-FieldLabel:has(.hsfc-CheckboxInput) span{font-size:14px;
	padding:0!important}
}

/*dark style*/
.dark .hsfc-RichText, .hsfc-RichText a{color:#fff!important}
.dark input, .dark textarea{color:#fff!important}
.dark [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:after{background-color:#fff}

.hsfc-Button{
	  border-radius:30px!important;
	  font-size: 14px;
	  font-weight:400!important;
    line-height: 1.6em;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.10196078431372549)!important;
    border: 1px solid #3083FF!important;
 background:#0066FF!important;
    padding: 8px 54px 8px 20px !important;
}

.hsfc-Button:hover {transform:none!important}


.hsfc-Button::before {
    content: "";
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2025/10/arrow-1.svg) !important;
    clip-path: circle(50% at center);
    transition: transform 0.4s 
ease;
    z-index: 3;
}

.hsfc-Button {width:initial!important}

.hsfc-Button::after {
    content: "";
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    background-color: #D0E0FF;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}

.hsfc-Button:hover::before {
  animation: arrowInside 0.3s ease;
}

@keyframes arrowInside {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(100%);
    opacity: 0;
  }
  50% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.hsfc-DropdownOptions {
    backdrop-filter: blur(15px)!important;
    font-size: 15px!important;
    border-radius: 24px!important;
    border: 1px solid #ffffff20!important;
background-color:transparent!important
}

.hsfc-DropdownOptions__List li, .hsfc-DropdownOptions__Search{
	background: rgba(0, 50, 125, 0.30)!important;
    color: #D0E0FF!important; 
	padding: 7px !important;}

/*Lead magnet*/
@media (min-width:640px){.leadmagnet form{display:inline!important}}
.leadmagnet .hs_submit {margin-top:30px}

.leadmagnet input{border-radius: 30px !important;
    border: 1px solid #3C6EC033 !important;
    background: linear-gradient(84deg, rgba(69, 156, 243, 0.12) 0%, rgba(69, 156, 243, 0.02) 100%) !important;
    backdrop-filter: blur(9.2)!important;
	color:#fff;
	padding:10px 16px
}
.leadmagnet fieldset {margin-top:20px!important}
.leadmagnet ul.hs-error-msgs li label, .leadmagnet ul.hs-error-msgs li{color:#ff0000!important; margin-top:5px}
.leadmagnet label{color:#D0E0FF; margin-bottom:10px; font-size:14px; font-weight:500}
input:focus-visible{outline:none!important}
input::placeholder {
  color: #3C6EC0;
	opacity: 0.5;
}

.leadmagnet .form-gradient-border .hbspt-form {
    background: #000212;
    border-radius: 36px;
	  padding:30px
}




.grad {
  background: linear-gradient(212.33deg, #FFFFFF -14.62%, #015AEF 135.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.grad2 {
  background: linear-gradient(180deg, #B5CFFA 0%, #93B9F8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.grad3 {
  background: linear-gradient(180deg, #FFF 0%, #ACC9FA 0%, #015AEF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.grad4 {
background: linear-gradient(90deg, #A8CBFF 0%, #06F 74.52%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}



.gradient-border {
  border: 1px solid transparent;
  border-image-source: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-image-slice: 1;
}



.card:hover svg{filter: brightness(0) invert(1)}



ul.check {
  list-style: none;
  padding-left: 0;
  margin-top:10px;
}

ul.check li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  color:#fff;
  font-size:12px;
}

ul.check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
  background-image: url('/wp-content/uploads/2025/09/Vector-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.card:hover ul.check li::before {
  filter: brightness(0) invert(1);
}

.card {
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
}

.arrow-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  transition: transform 0.5s ease;
}

.arrow-left {
  left: -24px; 
}

.arrow-right {
  left: 0;
}

.card:hover .arrow-left {
  transform: translateX(24px); /* заезжает в видимую область */
}

.card:hover .arrow-right {
  transform: translateX(24px); /* уходит вправо */
}


.btn svg, .btnoran svg {
  display:block;
  background-color:#000212;
  border-radius:50%;
  padding:2px;
}

.btn a:hover svg {
  background-color:#0066FE;
}

.btn .elementor-button-icon::after, .btnoran .elementor-button-icon::after {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M7.36519 11.9969H16.9996' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M12.1824 7.17969L16.9996 11.9969L12.1824 16.8141' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>")!important;
}

.btnoran a:hover svg {
  background-color:#FF551B;
}

.btnoran a:hover svg {
  background-color:#FF551B;
}

.btntran .elementor-button-icon::after {background-image:url("/wp-content/uploads/2025/10/arrowright.svg")!important}


/* общий контейнер (базовый) */
.shadow {
  position: relative;
  overflow: hidden;
  z-index: 0; /* создаёт слой для псевдоэлементов */
}

/* нижняя градиентная тень */
.shadow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000212 100%);
  pointer-events: none;
  z-index: 2;
}

/* верхняя градиентная тень — только если есть класс shadow-top */
.shadow.shadow-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  background: linear-gradient(to top, rgba(0,0,0,0) 0%, #000212 100%);
  pointer-events: none;
  z-index: 2;
}



.small {
color: #9ECEFF;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.52px;
text-transform: uppercase;
}

.number{
font-size: 56px;
line-height: 1.35;
font-weight: 500;
background: linear-gradient(155deg, #8FC7FF 22.12%, #CAE5FF 106.9%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.number2{
font-size: 56px;
line-height: 1.35;
font-weight: 600;
background: linear-gradient(299deg, #FF6B38 14.21%, #FF954F 85.79%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}



/*tabs*/
/* remove shadow */
.elementor-widget-n-tabs .e-n-tab-title {
  box-shadow: none !important;}


.maintabs .e-n-tabs-heading {
    padding-left: calc((100% - 1280px) / 2);
    box-sizing: content-box;
}

.maintabs .e-n-tabs-heading {
    overflow-x: auto;
    display: flex;
}


.maintabs .e-n-tab-title svg {
  filter: brightness(0.5)!important
}

.maintabs .e-n-tab-title[aria-selected="true"] svg, .maintabs .e-n-tab-title:hover svg {
  filter: brightness(1)!important
}


/* minimal styles for .bokeh containers */
.bokeh {
  position: relative;
  overflow: hidden;
}

/* the canvas layer — fills the whole container */
.bokeh .bokeh-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: blur(36px);
  pointer-events: none;
  z-index: 0;
}

/* ensure inner content stays above the bokeh layer */
.bokeh > *:not(.bokeh-canvas) {
  position: relative;
  z-index: 1;
}

.bokeh {
  --bokeh-color: #3A8DFF; 
}

.bokeh.orange {
	--bokeh-color: #FF551B;}

/*Loop tags*/
.tags a{color:#fff; background:#015AEF; padding:5px 10px; border-radius:8px;}
.readmore{width:fit-content!important; border-bottom:1px solid transparent}
.readmore:hover{border-bottom:1px solid #000;}
.readmore a{box-shadow:none!important}
.elementor-repeater-item-9f7d012 a{background-color:#FF551B!important;}

	
/*Team member*/
.team-info-wrapper {
    display: flex;
    align-items: center;
}

.team-info-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
	background-color: #005AEE;
}

.team-info-text {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a.team-info-title{
    color: #fff;
    font-weight: 500;
    font-size: 1.3em;
    display: block;
    text-decoration: underline;
}

.authorexc {
    color: #cfcfcf;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.4;
}

.team-info-link {
    text-decoration: none;
}


.team-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.team-links img {
    width: 35px;
    height: 35px;
    display: block}


.acf-tags-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.acf-tag-button {
    background-color: #F3EEE9;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    padding: 8px 16px;
    text-decoration: none;
    color: #212121;
    display: flex;
    align-items: center;
    gap: 8px;
}

.acf-tag-button:hover{color: #212121; background-color:#fff}

.acf-tag-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.specialized-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.specialized-title {
    color: #fff!important;
    margin-right: 20px;
    white-space: nowrap;
}

.specialized-line {
    flex-grow: 1;
    height: 2px;
    background: linear-gradient(to right, #fafafa 50%, transparent 100%);
}


.relatedpost .fusion-layout-column{margin-bottom:0!important}
.related-post-left p{margin-bottom:0}
h3.related-posts-heading{color:#fff!important}
.related-posts-container {
    display: flex;
    width: 100%;
    padding:20px 0 50px
}

.related-posts-inner {
    display: flex;
    width: 100%;
    max-width: 1200px;
}

.related-post-left {
    flex: 1;
    position: relative;
	  flex: 0 0 60%;
}


.related-post-right {
    flex: 0 0 40%;
    padding: 50px;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.related-post-img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    display: block;
}

.related-post-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    padding: 30px;
    background-color: #005AF0;
}

.related-post-overlay a:hover{color:#fff}

.related-post-title {
    color: #fff;
    text-decoration: underline;
    font-size: 30px;
    font-weight:700;
}

.related-post-excerpt {
    color: #C8DAF8;
    margin-top: 20px;
    line-height:1.6;
}

.related-post-read-more {
    display: flex;
    align-items: center;
    margin-top: 20px;
    background-color: #fff;
    color: #212121;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    width: max-content;
    transition: background-color 0.3s ease;
}

.related-post-read-more:hover {
    color: #212121!important; 
}

.read-more-icon {
    width: 12px;
    margin-left: 10px; 
}

.related-post-right-item {
    margin-bottom: 10px;
    position: relative;
}

.related-post-right-item a:hover{color:#fff}

.related-post-right-title {
    color: #FAFAFA;
    font-size: 24px;
    line-height:1.4;
    display: inline-block;
    padding-right: 25px;
}

.related-post-right-title::after {
    content: url('/wp-content/uploads/2025/10/arrow-up-right2.svg');
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: auto;
}

.related-post-right-excerpt {
    color: #CFCFCF;
    margin-top:10px!important;
    font-size:14px;
}

.related-post-divider {
    border: none;
    border-top: 2px solid #787878;
    margin: 20px 0;
}

@media (max-width: 1200px){
	.related-post-right{padding:30px}
	.related-post-title{font-size:25px}
}


@media (max-width: 1024px) {
    .related-posts-inner {
       display:initial;
    }

    .related-post-left, 
    .related-post-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .related-post-right {
        padding: 20px;
    }

    .related-post-title {
        font-size: 24px;
    }

    .related-post-overlay {
        width: 100%;
        padding: 20px;
			  position:initial
    }
}

.relatedpost .specialized-container {margin-top:40px}
.title-sep.sep-single.sep-solid {
    border: none;
    height: 2px; 
    background: linear-gradient(to right, #E5E5E5 50%, transparent 100%);
}




/* контейнер */
.acf-solutions-wrapper { width:100%; box-sizing:border-box; --solutions-height:720px; }
.acf-solutions-inner { display:flex; gap:24px; align-items:stretch; height:var(--solutions-height); width:100%; box-sizing:border-box; }

/* секции */
.solutions-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 0;
  align-items: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}

/* Подстраховка: для section-2 (раньше было ::after) — теперь управляем через data */
.solutions-section.section-2::after { content: none !important; display: none !important; }

/* общие плитки */
.solution-tile {
  box-sizing: border-box;
  border-radius: 24px;
  padding: 20px;
  background: rgba(255, 85, 27, 0.06);                /* default фон */
  border: 1px solid #3F1715;          /* default бордер */
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: background 300ms ease, border-color 300ms ease, flex-basis 400ms ease;
  min-height: 0;
}

/* Контент */
.tile-content { display: flex; flex-direction: column; height: 100%; }
.tile-icon { width: 48px; height: auto; display: block; margin: 0 0 12px 0; transition: filter 250ms ease; }
.tile-text { margin-top: auto; position: relative; }
.tile-title { font-size: 28px; line-height: 1.28em; color: #ffffff; margin: 0; }
.tile-description {
  font-size: 14px;
  line-height: 1.42em;
  color: #ffffff;
  margin-top: 8px;            /* 8px gap */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 320ms ease, opacity 320ms ease, transform 320ms ease;
  transform: translateY(6px);
}

/* default hover (оранжевый) */
.acf-solutions-wrapper.color-orange .solution-tile.is-hovered,
.acf-solutions-wrapper.color-orange .solution-tile:hover {
  background: #FF551B;
  border-color: #FF551B;
}
.acf-solutions-wrapper.color-orange .solution-tile.is-hovered .tile-icon,
.acf-solutions-wrapper.color-orange .solution-tile:hover .tile-icon {
  filter: brightness(0) invert(1);
}

/* blue variant (color="blue") as requested */
.acf-solutions-wrapper.color-blue .solution-tile {
  border-color: rgba(1, 90, 239, 0.20);
  background: rgba(1, 90, 239, 0.06);
}
.acf-solutions-wrapper.color-blue .solution-tile.is-hovered,
.acf-solutions-wrapper.color-blue .solution-tile:hover {
  background: #0065FD;
  border-color: #0065FD;
}
.acf-solutions-wrapper.color-blue .solution-tile.is-hovered .tile-icon,
.acf-solutions-wrapper.color-blue .solution-tile:hover .tile-icon {
  filter: brightness(0) invert(1);
}

/* Дополнительно можно добавить другие цвета, пример green:
.acf-solutions-wrapper.color-green .solution-tile { border-color: rgba(...); background: rgba(...); }
... hover rules ...
*/

/* Показ описание при hover (в независимости от цвета) */
.solution-tile.is-hovered .tile-description,
.solution-tile:hover .tile-description {
  max-height: 400px;
  opacity: 1;
  transform: translateY(0);
}

/* Стили, зависящие от количества плиток в секции */
.solutions-section.count-3 .solution-tile { /* 3 плитки: средняя чуть шире визуально */
  /* визуальных различий можно задать здесь при желании; основное — размеры вычисляет JS */
}
.solutions-section.count-2 .solution-tile { /* 2 плитки: по 50/50 */
}
.solutions-section.count-1 .solution-tile { /* одна плитка */
}

/* === Mobile behaviour: fully expanded descriptions, no animations === */
@media (max-width: 768px) {
  .acf-solutions-inner {
    flex-direction: column;
    height: auto;
    gap: 16px; /* общий gap между секциями */
  }

  .solutions-section {
    display: flex; /* flex, чтобы работал gap */
    flex-direction: column;
    gap: 16px; /* между всеми плитками по вертикали */
    width: 100%;
  }

  .solution-tile {
    height: auto !important;
    flex: 0 0 auto !important;
    transition: none !important;
    border-radius: 16px;
  }

  /* описания всегда показаны */
  .solution-tile .tile-description {
    max-height: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  /* hover цвета сохраняем */
  .solution-tile.is-hovered,
  .solution-tile:hover {
    background: var(--tile-hover-bg, inherit);
    border-color: var(--tile-hover-border, inherit);
  }

  /* иконка/цвета */
  .solution-tile .tile-icon { margin-bottom: 12px; }

  /* заглушки и tabindex скрываем */
  .solution-tile.empty { display: none !important; }
  .solution-tile[tabindex="-1"] { display: none !important; }
}



.sectors-tiles {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: stretch;
}

/* модификаторы контейнера (упрощённо) */
.sectors-tiles--orange {}
.sectors-tiles--blue  {}

.sectors-tile {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 40px 32px;
  box-sizing: border-box;
  min-height: 1px;
}

/* левый градиентный бордер (псевдо-элемент) */
.sectors-tile::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  pointer-events: none;
  /* background и маска задаются для каждого цвета отдельно */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

/* Контент внутри */
.sectors-tile__content {
  position: relative;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Иконка */
.sectors-tile__icon {
  width: 32px;
  height: auto;
  display: inline-block;
}

/* Заголовок */
.sectors-tile__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  color: #fff;
}

/* Описание */
.sectors-tile__description {
  font-size: 14px;
  line-height: 1.57;
  margin: 0;
  white-space: pre-wrap;
  color: #fff;
}

/* Адаптив */
@media (max-width: 420px) {
  .sectors-tile {
    padding: 28px 20px;
    border-radius: 16px;
  }
  .sectors-tile__title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
.sectors-tiles {
  gap: 24px;
}
}


/* ===========================
   Оранжевый стиль (по умолчанию)
   класс: sectors-tile--orange (и контейнер sectors-tiles--orange)
   =========================== */
.sectors-tiles--orange .sectors-tile,
.sectors-tile--orange {
  background: linear-gradient(270deg, rgba(255, 85, 27, 0.02) 24.29%, rgba(255, 85, 27, 0.10) 99.98%);
  box-shadow: inset 3px 0 0 rgba(255, 85, 27, 0.4);
}

.sectors-tiles--orange .sectors-tile::before,
.sectors-tile--orange::before {
  background: linear-gradient(
    to bottom,
    rgba(255,85,27,0) 0%,
    rgba(255,85,27,0.35) 15%,
    rgba(255,85,27,0.8) 50%,
    rgba(255,85,27,0.35) 85%,
    rgba(255,85,27,0) 100%
  );
}

/* ===========================
   Синий стиль (color="blue")
   класс: sectors-tile--blue (и контейнер sectors-tiles--blue)
   =========================== */
.sectors-tiles--blue .sectors-tile,
.sectors-tile--blue {
  background: linear-gradient(270deg, rgba(1, 90, 239, 0.02) 24.29%, rgba(1, 90, 239, 0.10) 99.98%);
  box-shadow: inset 3px 0 0 rgba(1, 90, 239, 0.4);
}

.sectors-tiles--blue .sectors-tile::before,
.sectors-tile--blue::before {
  background: linear-gradient(
    to bottom,
    rgba(1, 90, 239,0) 0%,
    rgba(1, 90, 239,0.35) 15%,
    rgba(1, 90, 239,0.8) 50%,
    rgba(1, 90, 239,0.35) 85%,
    rgba(1, 90, 239,0) 100%
  );
}

/* ===========================
   Доп. улучшения: акцентный контраст для текста/иконок,
   если нужно — можно задавать при желании
   =========================== */
/* пример: если фон очень светлый и нужен тёмный текст, можно добавить */
.sectors-tiles--light .sectors-tile__title,
.sectors-tiles--light .sectors-tile__description {
  color: #111;
}



.num{display: flex;
width: 48px;
height: 48px;
padding: 7px;
font-size:28px;
justify-content: center;
align-items: center;
gap: 8px;
flex-shrink: 0;
aspect-ratio: 1/1; color:#FF551B; font-weight:600; line-height:1.28em; opacity: 0.7;
border-radius: 48px;
border: 0.6px solid rgba(255, 85, 27, 0.20);
background: rgba(255, 85, 27, 0.06);
box-shadow: 0 1.625px 6.5px 0 rgba(255, 255, 255, 0.40) inset;
backdrop-filter: blur(8.875px);}



/* Вертикальная линия */
.cell.e-grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(208, 224, 255, 0.00) 0%,
    #1F8DFF 52.4%,
    rgba(208, 224, 255, 0.00) 100%
  );
  mix-blend-mode: overlay;
  transform: translateX(-50%);
}

/* Горизонтальная линия */
.cell.e-grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(208, 224, 255, 0.00) 0%,
    #1F8DFF 52.4%,
    rgba(208, 224, 255, 0.00) 100%
  );
  mix-blend-mode: overlay;
  transform: translateY(-50%);
}



@media(max-width:767px){
  .cell div:not(:last-child)::after{ content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(208, 224, 255, 0.00) 0%, #1F8DFF 52.4%, rgba(208, 224, 255, 0.00) 100%);}
.cell:after{height:0!important;}
.cell.e-grid::before, .cell.e-grid::before {display:none!important}
.cells{background-image: url(/wp-content/uploads/2025/10/grad.svg;)!important}
}



.testimonial-wrapper {
    padding: 150px 0;
    text-align: center;
    background-image: url('/wp-content/uploads/2025/11/background2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.testimonial-wrapper.no-margin-top {
    padding-top: 0;
}

.testimonial-wrapper.no-margin-bottom {
    padding-bottom: 0;
}

.testimonial-text {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.64px;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
}

.testimonial-person {
    margin-top: 50px;
    display: inline-flex;
    align-items: center;
    gap: 24px;
    color: #ffffff;
}

.testimonial-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%!important;
    object-fit: cover;
}

.testimonial-info {
    text-align: left;
}

.testimonial-name {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #ffffff;
}

.testimonial-job {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
    opacity: 0.8;
    color: #ffffff;
}




.ts-fullwidth-image-wrapper {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  overflow: hidden;
  margin-top: 140px;
  margin-bottom: 160px;
}

.ts-fullwidth-image-wrapper.no-margin-top {
  margin-top: 0;
}

.ts-fullwidth-image-wrapper.no-margin-bottom {
  margin-bottom: 0;
}

.ts-fullwidth-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .ts-fullwidth-image-wrapper{
  margin-top: 100px;
  margin-bottom: 120px;}
}

@media (max-width: 767px) {
  .ts-fullwidth-image-wrapper{
  margin-top: 70px;
  margin-bottom: 90px;}
}


/* Testimonials */
/* defaults: desktop visible, mobile hidden */
.mobile-loop { display: none; }
.desktop-loop { display: block; }

/* wrapper and layout */
.testimonial-loops-wrapper {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
}

/* каждая колонка одинаковой ширины и высоты */
.testimonial-loops-wrapper > div {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-height: 90vh;
  position: relative;
}

/* отдельная плитка */
.testimonial-item {
  position: relative;
  padding: 32px 24px 64px 24px;
  border-radius: 36px;
  border: 1px solid #459CF3;
  background: #000212;
  transition: all 0.35s ease;
  opacity: 0.6;
  flex-shrink: 0; /* плитки не сжимаются при overflow:hidden */
}

/* hover эффект */
.testimonial-item:hover {
  background: linear-gradient(221deg, #0462FF 3.31%, #0042AF 96.69%);
  opacity: 1;
}
.testimonial-item:hover .testimonial-title,
.testimonial-item:hover .testimonial-content { color: #9CCEFF; }
.testimonial-item:hover .testimonial-excerpt { color: #4F8EE7; }
.testimonial-item:hover .icon { filter: brightness(0) invert(1); }

/* header */
.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.testimonial-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%!important;
  object-fit: cover;
}
.testimonial-header .icon {
  width: 120px;
  max-height: 45px;
  object-fit: contain;
  filter: brightness(0) invert(0.7);
}


/* texts */
.testimonial-title { font-size: 16px; color: #D0E0FF; margin-bottom: 0; }
.testimonial-excerpt { font-size: 16px; color: #B0B6C9; margin-bottom: 12px; }
.testimonial-content { font-size: 14px; color: #D0E0FF; line-height:1.2}
.testimonial-quote { display:block; margin: 32px 0 8px 0!important; width: 24px; height: 24px; }

/* loop-track animation for desktop loops */
.desktop-loop .elementor-loop-container > .loop-track {
  display: flex;
  flex-direction: column;
  gap: 32px;
  will-change: transform;
  animation-name: scrollUp;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: var(--scroll-duration, 20s);
}
@keyframes scrollUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* === мобильная версия === */
@media (max-width: 768px) {
  .desktop-loop { display: none!important; }
  .mobile-loop { display: block; }

  .testimonial-loops-wrapper { display: block; }

  /* фиксируем высоту плиток */
  .testimonial-swiper {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }

  .swiper-slide .testimonial-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* пагинация всегда под контентом */
  .swiper-pagination {
    position: relative !important;
    margin-top: 16px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

  /* точки */
  .custom-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #002A71;
    transition: all 0.28s ease;
    display: inline-block;
  }
  .custom-bullet.custom-bullet-active {
    width: 62px !important;
    background: #0066FF !important;
    border-radius: 6px;
  }
  .swiper-pagination span {
    margin: 0 2px !important;
  }
}

/* safety */
@media (min-width: 769px) {
  .mobile-loop { display: none !important; }
}

/* === horizontal layout (desktop only) === */
.layout-horizontal .testimonials-horizontal .elementor-loop-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
}
.layout-horizontal .testimonials-horizontal .testimonial-item {
  flex: 1 1 calc((100% - 80px) / 3);
  max-width: calc((100% - 80px) / 3);
}

/* === FORBID showing desktop loops on mobile === */
@media (max-width: 768px) {
  /* hide any desktop loop containers (vertical or horizontal) */
  .desktop-loop,
  .layout-horizontal .testimonials-horizontal,
  .layout-horizontal .testimonials-horizontal .elementor-loop-container {
    display: none !important;
  }

  /* show mobile swiper */
  @media (max-width: 768px) {
  .mobile-loop { display: block !important; }
  .desktop-loop { display: none !important; }
}

  /* Swiper structural fixes so each slide is full-width and snaps correctly */
  .testimonial-swiper {
    width: 100%;
    box-sizing: border-box;
  }
  .testimonial-swiper .swiper-wrapper {
    display: flex;
  }
  .testimonial-swiper .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
  .testimonial-swiper .swiper-slide .testimonial-item {
    width: 100%;
    max-width: 720px; /* optional: limit slide width for large phones */
    box-sizing: border-box;
    margin: 0 16px; /* small side padding inside viewport */
  }

  /* pagination under slides with 16px margin */
  .testimonial-swiper + .swiper-pagination,
  .testimonial-swiper .swiper-pagination {
    position: relative !important;
    margin-top: 16px !important;
    display: flex !important;
    justify-content: center;
    gap: 4px !important;
    z-index: 5;
  }

  /* bullets */
  .custom-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #002A71;
    transition: all 0.28s ease;
    display: inline-block;
  }
  .custom-bullet.custom-bullet-active {
    width: 50px !important;
    background: #0066FF !important;
    border-radius: 6px;
  }
}

/* ensure mobile-loop hidden on desktop */
@media (min-width: 769px) {
  .mobile-loop { display: none !important; }
}

.swiper-pagination-bullet-active {
  width: 50px!important;
  height: 6px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50px;
  transition: all 0.3s ease;
  opacity: 1;
}



/* === Цветовой скин: orange === */
.testimonial-loops-wrapper.color-orange .testimonial-item {
  border-color: rgba(255, 85, 27, 0.30) !important;
}

/* при наведении плитки фон яркий и весь текст внутри становится белым */
.testimonial-loops-wrapper.color-orange .testimonial-item:hover {
  background: #FF5A14 !important;
  border-color: #FF5A14 !important;
}

/* базовые (не hover) цвета текста для orange */
.testimonial-loops-wrapper.color-orange .testimonial-title,
.testimonial-loops-wrapper.color-orange .testimonial-excerpt,
.testimonial-loops-wrapper.color-orange .testimonial-content p {
  color: #999AA0;
}
.testimonial-loops-wrapper.color-orange .testimonial-content img{filter: brightness(0) invert(1)!important;}

/* при наведении — все текстовые элементы внутри плитки должны стать белыми */
.testimonial-loops-wrapper.color-orange .testimonial-item:hover .testimonial-title,
.testimonial-loops-wrapper.color-orange .testimonial-item:hover .testimonial-excerpt,
.testimonial-loops-wrapper.color-orange .testimonial-item:hover .testimonial-content,
.testimonial-loops-wrapper.color-orange .testimonial-item:hover .testimonial-content p,
.testimonial-loops-wrapper.color-orange .testimonial-item:hover .testimonial-content * {
  color: #ffffff !important;
}

/* bullets (scoped) — когда шорткод с color */
.testimonial-loops-wrapper.color-orange .testimonial-swiper .custom-bullet {
  background: #662316 !important;
}
.testimonial-loops-wrapper.color-orange .testimonial-swiper .custom-bullet.custom-bullet-active,
.testimonial-loops-wrapper.color-orange .testimonial-swiper .custom-bullet-active {
  background: #FF551B !important;
}

/* на случай, если используются стандартные классы Swiper */
.testimonial-loops-wrapper.color-orange .testimonial-swiper .swiper-pagination-bullet {
  background: #662316 !important;
}
.testimonial-loops-wrapper.color-orange .testimonial-swiper .swiper-pagination-bullet-active {
  background: #FF551B !important;
}


/* === Dots для всех testimonial_swiper === */
.testimonial-swiper .swiper-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 4px; /* Расстояние между точками */
  margin-top: 24px;
}

/* Базовые точки — если color не задан */
.testimonial-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #002A71;
  border-radius: 10px;
  opacity: 0.4;
  transition: all 0.3s ease;
}

/* Активная точка длиннее и другого цвета */
.testimonial-swiper .swiper-pagination-bullet-active {
  background-color: #0066FF;
  opacity: 1;
}

/* Для случаев, когда шорткод использует color (цветные dots) */
.testimonial-loops-wrapper[class*="color-"] .swiper-pagination-bullet {
  background-color: var(--dot-color, #002A71);
}
.testimonial-loops-wrapper[class*="color-"] .swiper-pagination-bullet-active {
  background-color: var(--dot-active-color, #0066FF);
}

.swiper-pagination-bullet{opacity:0.5}
.swiper-pagination-bullet-active{opacity:1}


.tabs .e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],.tabs .e-n-tabs>.e-n-tabs-heading .e-n-tab-title:hover {background:transparent!important;padding-left:10px!important}
.tabs h4{color:#fff; margin-bottom:10px;}

.noleft .swiper-slide-prev,
.noleft .swiper-slide-duplicate-prev {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 768px) {
.tabs .e-n-tabs-heading {
    display: none !important;
  }

	.tabs .e-n-tabs-content > div:not(:first-child) {
	margin-top: 32px;
}
	.tabs h4{margin-top:16px}

.tabs .e-n-tabs-content > div {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    pointer-events: auto !important;
  }

.tabs .e-n-tabs-content {
    display: block !important;
  }
}


.gradcolor img {filter: brightness(0) invert(1);}
.gradcolor p{min-height:48px;}


.e-filter { position: relative; display: inline-block; margin-right: 12px; }
.e-filter-hidden { display: none !important; }
.e-filter-dropdown-wrapper { position: relative; display: inline-block; }

.e-filter-dropdown {
  background-color: #FFFFFF1A;
  color: #D0E0FF;
  border: 1px solid #ffffff20;
  border-radius: 30px;
  padding: 8px 28px 8px 16px;
  font-size: 15px;
  cursor: pointer;
  min-width: 180px;
  position: relative;
}
.e-filter-dropdown::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 60%;
  transform: translateY(-60%);
  width: 14px;
  height: 14px;
  background-image: url("/wp-content/uploads/2025/10/arr.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.e-filter-options {
  color: #D0E0FF;
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background:rgba(0, 50, 125, 0.30);
  backdrop-filter: blur(15px);
  font-size:15px;
  border-radius:24px;
  padding:12px 56px 12px 24px;
  border:1px solid #ffffff20;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  z-index: 9999;
  min-width: 100%;
}

.e-filter-options.active { display: block; }
.e-filter-options .opt {
  padding: 12px 0;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: -0.3px;
}

.reset-filters-btn a{box-shadow:none!important; cursor:pointer;}

.styled-hr {
  border: none;
  height: 2px;
  opacity: 0.5;
  background: linear-gradient(90deg, rgba(208, 224, 255, 0) 0%, #689BFF 52.4%, rgba(208, 224, 255, 0) 100%);
  margin: 40px 0;
  border-radius: 2px;
}


.styled-hr2 {
  border: none;
  height: 1px;
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    rgba(104, 155, 255, 0.8) 0%,
    rgba(208, 224, 255, 0) 100%
  );
  margin:24px 0 24px!important;
}

.outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 8px;
  background: transparent;
  z-index: 0;

  /* Градиент для текста */
  background-image: linear-gradient(155deg, #6797E6 22.12%, #204D98 106.9%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


.outline::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px; /* Толщина рамки */
  background: linear-gradient(
    to bottom,
    rgba(1, 90, 239, 1) 0%,
    rgba(1, 90, 239, 0.5) 30%,
    rgba(255, 255, 255, 0.1) 100%
  );
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
  z-index: -1;
}

.outline-orange {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 8px;
  background: transparent;
  z-index: 0;

  /* Градиент для текста (оранжевый переход) */
  background-image: linear-gradient(155deg, #FF8A3C 22.12%, #FF5900 106.9%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.outline-orange::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px; /* Толщина рамки */
  background: linear-gradient(
    to bottom,
    rgba(255, 89, 0, 1) 0%,      /* верх рамки — насыщенный оранжевый */
    rgba(255, 89, 0, 0.5) 30%,   /* плавное ослабление */
    rgba(255, 255, 255, 0.1) 100% /* низ рамки — полупрозрачный */
  );
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
  z-index: -1;
}



.respimg {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
}

.respimg:not(.elementor-widget-wrap) {
  /* если родитель не flex, делаем flex */
  display: flex;
  align-items: stretch;
}

.respimg img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-grow: 1;
}


.ts-logos-marquee-wrapper {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	width: 100%;
	mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.ts-logos-marquee {
	display: inline-flex;
	gap: 80px;
	align-items: center;
	animation: ts-marquee 40s linear infinite;
}

.ts-logos-marquee img {
	filter: brightness(0) invert(1);
	max-height: 31px;
	max-width: 130px;
	height: auto;
	width: fit-content;
	flex-shrink: 0;
}

@keyframes ts-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.border-top-gradient, .border-top-gradient-orange, .border-bottom-gradient {
  position: relative;
}

.border-top-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px; /* толщина линии */
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    rgba(208, 224, 255, 0) 0%,
    #689bff 52.4%,
    rgba(208, 224, 255, 0) 100%
  );
}

.border-bottom-gradient::after {
  content: "";
  position: absolute;
  bottom: 0; /* линия внизу */
  left: 0;
  width: 100%;
  height: 1px; /* толщина линии */
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    rgba(208, 224, 255, 0) 0%,
    #689bff 52.4%,
    rgba(208, 224, 255, 0) 100%
  );
}

.border-top-gradient-orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    rgba(255, 85, 27, 0.00) 0%,
	rgba(255, 85, 27, 0.50) 52.4%,
	rgba(255, 85, 27, 0.00) 100%
  );
}

/*Tabs line*/
@media (min-width: 769px){
.stack.elementor-widget-n-tabs .e-n-tabs-heading {
    overflow: visible;
    width: auto;
    margin: 0 auto;
    justify-content: flex-start;
  }
}

.stack .e-n-tabs-heading{border-bottom:0.5px solid #D0E0FF66}



/* [keep-reading] */
.keep-reading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Полупрозрачный темный фон */
    z-index: 100000; /* Максимальный приоритет */
}

.keep-reading-button{background-color:#0066FF!important; padding:8px 16px!important; margin:0 auto!important}

.keep-reading-wrapper{display: flex;
justify-content: center;}

.keep-reading-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    background: white;
    transform: translate(-50%, -50%);
    z-index: 100001; /* Поверх всего */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 8px;
    overflow-y: auto;
}

.keep-reading-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}


/*[team_links]*/
.team-links {
  display: flex;
  gap: 16px;
}

.team-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.team-link__icon {
  display: block;
  width: 20px;
  height: auto;
  margin-right: 6px;
}

.team-link__label {
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.32px;
}



.casestudy-description {
    font-weight: 500;
    letter-spacing: -0.56px;
    line-height: 1.14em;
    margin: 0;
}

.casestudy-description .line-white {
    color: #ffffff;
}

.casestudy-description .line-blue {
    color: #D0E0FF;
}

h4.casestudy-description{font-size:20px}

@media (min-width: 1025px) {
    .casestudy-description {
        font-size: 56px;
    }
}

@media (max-width: 1024px) {
    .casestudy-description {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .casestudy-description {
        font-size: 32px;
    }
}



.carousel .e-loop-item .e-parent{background:rgba(255, 255, 255, 0.10)!important}
.carousel .elementor-heading-title{color:#fff!important;}
.carousel .tags a{
background-color: rgba(255, 255, 255, 0.10)!important}
.carousel a.elementor-button{box-shadow:none!important; color:#66A3FF!important;}
.carousel .readmore:hover{border-color:#66A3FF!important}
.carousel .elementor-widget-theme-post-excerpt{display:none;}

.carousel .elementor-swiper-button:hover svg{
  filter: brightness(0); 
}




.tiles-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 32px 0 20px;
  padding: 0;
}

.tiles-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  color: inherit;
  background: none;
  border-bottom: none; 
}

.tiles-list li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/wp-content/uploads/2025/11/Vector.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}

/* Левый / правый padding и бордеры */
.tiles-list li:nth-child(2n+1) {
  padding: 32px 24px 32px 0;
  border-right: 1px solid rgb(142 142 142 / 18%);
}

.tiles-list li:nth-child(2n) {
  padding: 32px 0 32px 24px;
}

/* Горизонтальные линии сверху, начиная с 3-й плитки */
.tiles-list li:nth-child(n+3) {
  border-top: 1px solid rgb(142 142 142 / 18%);
}

@media (max-width: 767px) {
  .tiles-list {
    grid-template-columns: 1fr;
  }

  .tiles-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 16px !important;
    border: 1px solid rgb(142 142 142 / 18%);
  }

  /* Верхняя линия только у первой плитки */
  .tiles-list li:not(:first-child) {
    border-top: none !important;
  }

  .tiles-list li::before {
    width: 12px;
    height: 12px;
    margin: 0 20px 0 0;
    flex-shrink: 0;
  }
}



/* === ОСНОВНОЙ СТИЛЬ СПИСКА === */
.tiles-numeric {
  list-style: none;
  margin: 32px 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  color: inherit;
  counter-reset: num; 
}

/* Общий вид плиток */
.tiles-numeric li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  background: none;
}

/* Номера плиток (01, 02, 03...) */
.tiles-numeric li::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  color: #FF551B;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.23em;
  letter-spacing: 0.52px;
  margin-bottom: 8px;
}

/* ===============================
   ЛОГИКА СЕТКИ И ГРАНИЦ
   =============================== */

/* --- Вариант 1: если чётное количество плиток (2, 4, 8 и т.д.) --- */
.tiles-numeric:has(li:nth-child(2n):last-child),
.tiles-numeric:has(li:nth-child(4n):last-child),
.tiles-numeric:has(li:nth-child(8n):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

.tiles-numeric:has(li:nth-child(2n):last-child) li,
.tiles-numeric:has(li:nth-child(4n):last-child) li,
.tiles-numeric:has(li:nth-child(8n):last-child) li {
  border: none;
}

/* левая и правая плитки */
.tiles-numeric:has(li:nth-child(2n):last-child) li:nth-child(2n+1),
.tiles-numeric:has(li:nth-child(4n):last-child) li:nth-child(2n+1),
.tiles-numeric:has(li:nth-child(8n):last-child) li:nth-child(2n+1) {
  padding: 32px 24px 32px 0;
  border-right: 1px solid rgb(142 142 142 / 18%);
}

.tiles-numeric:has(li:nth-child(2n):last-child) li:nth-child(2n),
.tiles-numeric:has(li:nth-child(4n):last-child) li:nth-child(2n),
.tiles-numeric:has(li:nth-child(8n):last-child) li:nth-child(2n) {
  padding: 32px 0 32px 24px;
}

.tiles-numeric:has(li:nth-child(2n):last-child) li:nth-child(n+3),
.tiles-numeric:has(li:nth-child(4n):last-child) li:nth-child(n+3),
.tiles-numeric:has(li:nth-child(8n):last-child) li:nth-child(n+3) {
  border-top: 1px solid rgb(142 142 142 / 18%);
}

/* --- Вариант 2: если нечётное количество (3,5,6,9 и т.д.) --- */
.tiles-numeric:not(:has(li:nth-child(2n):last-child)) {
  grid-template-columns: repeat(3, 1fr);
}

/* левая колонка */
.tiles-numeric:not(:has(li:nth-child(2n):last-child)) li:nth-child(3n+1) {
  padding: 32px 24px 32px 0;
  border-bottom: 1px solid rgb(142 142 142 / 18%);
}

/* средняя колонка */
.tiles-numeric:not(:has(li:nth-child(2n):last-child)) li:nth-child(3n+2) {
  padding: 32px 24px;
  border-left: 1px solid rgb(142 142 142 / 18%);
  border-right: 1px solid rgb(142 142 142 / 18%);
  border-bottom: 1px solid rgb(142 142 142 / 18%);
}

/* правая колонка */
.tiles-numeric:not(:has(li:nth-child(2n):last-child)) li:nth-child(3n) {
  padding: 32px 0 32px 24px;
  border-bottom: 1px solid rgb(142 142 142 / 18%);
}

@media (max-width: 767px) {
  .tiles-numeric {
    display: block !important;
    grid-template-columns: 1fr !important;
  }

  .tiles-numeric li {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 24px 16px !important;
    border: 1px solid rgb(142 142 142 / 18%) !important;
  }

  /* убираем двойные линии между плитками */
  .tiles-numeric li:not(:first-child) {
    border-top: none !important;
  }

  /* нумерация слева от текста */
  .tiles-numeric li::before {
    width: auto !important;
    margin: 0 20px 0 0 !important;
    flex-shrink: 0;
    color: #FF551B !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.23em !important;
    letter-spacing: 0.52px !important;
  }
}



.result {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  list-style: none;
  margin: 32px 0 20px;
  padding: 0;
}

.result li {
  position: relative;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 260px;
  padding: 32px 24px;
  flex: 1 0 0;
  color: inherit;
}

/* Нумерация */
.result li::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  position: relative;
  display: block;
  color: #D0E0FF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23em;
  letter-spacing: 0.52px;
  margin-bottom: 8px;
}

/* Стили для жирного текста */
.result li b,
.result li strong {
  display: block;
  color: #D0E0FF;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.28em;
  letter-spacing: -0.84px;
  margin-bottom: auto;
}

/* Стили для обычного текста (после <b>) */
.result li {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.32px;
}

/* Адаптивность */
@media (max-width: 1024px) {
  .result {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .result {
    grid-template-columns: 1fr;
  }
}

/* Сброс счетчика перед списком */
.result {
  counter-reset: item;
}


.how-tile {
	padding: 20px 24px;
	border-radius: 24px;
	border: 1px solid rgba(0, 102, 255, 0.50);
	background: rgba(0, 102, 255, 0.06);
	box-sizing: border-box;
}

.how-tile-title {
	font-size: 24px;
	color: #D0E0FF;
	font-weight: 500;
	margin-bottom: 12px;
}

.how-tile-content {
	font-size: inherit;
	color: #98C1E5;
	letter-spacing: -0.312px;
}

/* картинка — размер 32px */
.how-tile-image {
	margin-bottom: 12px;
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 8px;
	vertical-align: middle;
}

.how-tile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Адаптив: при <=767px — одна колонка (важно поставить !important) */
@media (max-width: 767px) {
	.how-tiles-wrap {
		grid-template-columns: 1fr !important;
	}
}


.stats {
display: flex;
gap: 16px;
justify-content: space-between;
}

.stat {
width: calc(50% - 8px);
}

.stat-value {
color: #ECF3FF;
font-size: 28px;
font-weight: 500;
line-height: 1.28;
letter-spacing: -0.84px;
margin-bottom: 4px;
}

.stat-text {
color: #fff; /* при необходимости поменяй */
font-size: 16px;
line-height: 1.5;
}

@media (max-width: 767px) {
.stats {flex-direction: column;
margin-top:40px!important;
padding-top:32px;
border-top:1px solid rgba(208, 224, 255, 0.25);}
.stat {
  width: 100%;
}}

@media (min-width: 767px) {
.statblock .elementor-icon-box-content{height:550px}}



.statblock .elementor-icon-box-content {
  display: flex;
  flex-direction: column
}

.statblock .elementor-icon-box-content .stats {
  margin-top: auto;}

@media only screen and (max-width: 1200px) and (min-width: 1024px){
.statblock .elementor-icon-box-content{height: 650px}
}



/* Контейнер списка */
.custom-acf-list {
  list-style: none;
  margin: 0;
  padding: 0;
}


.custom-acf-list__item {
  position: relative;
  padding-left: 44px; 
  margin: 0 0 32px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.custom-acf-list__item:last-child {
  margin-bottom: 0;
}

.custom-acf-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em; 
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2025/10/Vector-9.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


@media (max-width: 767px) {
  .custom-acf-list__item {
    font-size: 20px;
    padding-left: 40px;
  }

  .custom-acf-list__item::before {
    width: 20px;
    height: 20px;
    top: 0.20em; 
  }
}





/* Контейнер */
.experts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
    color: #fff;
	margin:30px 0 200px;
}


.experts-grid__item {
    width: calc(25% - 18px);
    border: 1px solid #0066FF80;
    border-radius: 24px;
    padding: 20px;
    box-sizing: border-box;
}

/* Изображение */
.experts-grid__imgwrap {
    margin-bottom: 16px;
}

.experts-grid__image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
}

/* Title */
.experts-grid__title {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 600;
}

.experts-grid__title a {
    color: #d0e0ff;
    text-decoration: none;
}

/* Job title + icon в одну линию с space-between */
.experts-grid__job {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    margin-top: 8px;
}

.experts-grid__job-text {
    color: #98c1e5;
    font-size: 16px;
}

.experts-grid__job-icon {
    width: 20px;
    height: 20px;
    display: block;
}

@media (max-width: 767px) {
    .experts-grid__item {
        width: 100% !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .experts-grid__item {
        width: calc(50% - 12px); /* 2 плитки с gap 24px */
    }
}

@media(max-width:768px){
.heroblock:before{background-image:url("/wp-content/uploads/2025/10/blob.svg")!important; background-size: cover!important;
    background-repeat: no-repeat;
}}



/* Центрируем кнопку (обёртка) */
.download-popup-center {
    text-align: center;
    margin: 0 auto;
}


.download-popup-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #0066FF !important;
    font-size: 14px;
    line-height: 1.6em;
    color: var(--e-global-color-2bdc310);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.10196078431372549);
    border-style: solid;
    border-width: 1px;
    border-color: #3083FF;
    border-radius: 30px;
    padding: 8px 16px!important;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
}


.download-popup-overlay {
    position: fixed;
    inset: 0; 
    background: rgba(0,0,0,0.6);
    z-index: 9998;
}


.download-popup-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 94%;
    max-width: 900px; 
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}


.download-popup-content {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    box-sizing: border-box;
    max-height: 80vh;
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch;
    position: relative;
}


.download-popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 10;
    background-color:transparent!important;
	border:none!important;
	color:#000!important;
	font-size:24px!important;
	padding:0!important;
    cursor: pointer;
    line-height: 1;
}


@media (min-width: 768px) {
    .download-popup-popup {
        width: auto;
    }
}



.banner {
  position: relative;
}

.banner::before,
.banner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    rgba(208, 224, 255, 0) 0%,
    #689bff 52.4%,
    rgba(208, 224, 255, 0) 100%
  );
}

.banner::before {
  top: 0;
}

.banner::after {
  bottom: 0;
}

.banner{padding:50px 0; margin-top:100px; text-align:center}
.banner h2{margin-top:0; font-family:"Libre Baskerville"; font-style:italic; font-size:45px!important; line-height:1.1!important}

/*Tabs arrow*/
.tabs-navigation-arrows {
display: flex;
gap: 10px;
margin-bottom: 20px;
justify-content: flex-end;
}

.tab-arrow {
background-color: #34394D!important;
border: none!important;
cursor: pointer;
padding: 5px!important;
border-radius: 50px;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}

.tab-arrow:hover {
background-color: #fff!important;
}

.tab-arrow:hover img {
filter: brightness(0) saturate(100%);
}

.tab-arrow img {
width: 24px;
height: 24px;
display: block;
transition: filter 0.3s ease;
}

.tab-arrow-prev img {
transform: scaleX(-1);
}