/*old green #8AECAA*/

::-webkit-scrollbar {
  background: var( --e-global-color-d005f02 );
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: var( --e-global-color-primary );
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.color-a {
  color: var( --e-global-color-primary );
}
.ot {
  font-size: 26px;
  font-weight: 900;
}
.from {
	color: var( --e-global-color-primary ); font-size: 24px; font-weight: 900;
}
.etap ul {
  list-style: none;
  padding-left: 30px;
}
.etap li:before {
    content: '+';
    font-size: 30px;
    color: var(--e-global-color-primary );
    position: absolute;
    left: 0;
}
.list-packet ul{
    list-style: none;
  padding-left: 30px;
}
.list-packet li:before {
    content: '+';
    font-size: 30px;
    color: var(--e-global-color-primary );
    position: absolute;
    left: 0;
}


.elementor-field-textual {
  padding: 20px !important;
}

.flowtext .tn-atom {
/*  background: linear-gradient(90deg, #e933ff, #ffb400, #ff3333, #334dff, #e933ff);*/
  background: linear-gradient(90deg, #30C9CD, #4ee581, #5acf81, #6d31e8, #30C9CD);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textflow 5s linear infinite;
}
@keyframes textflow {
  from {background-position: 0% center}         
  to {background-position: 200% center}
}
.form-footer .elementor-button:hover {
  box-shadow: 0px 0px 14px 0px #82FEA5;
}

.elementor-popup-modal .dialog-widget-content {
  background-color: transparent !important ;
}

.elementor-popup-modal {
  background-color: rgba(0,0,0,.3) !important;
  backdrop-filter: blur(10px);
}

.elementor-widget-form .elementor-message:before {display: none !important;}

.elementor-form .elementor-button .elementor-button-content-wrapper {
  justify-content: center;
}
.elementor-widget-form .elementor-message {
  margin-left: 10px;
}
.elementor-message-success {
    text-align: center;
    margin: 30px 0 0 !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #fff;
    box-shadow: 0px 0px 14px 0px #82FEA5;
    border-radius: 20px;
    border: 2px solid var(--e-global-color-primary );
    background: #191c23;
    padding: 16px 20px 20px;
}
.elementor-message.elementor-message-danger {
  font-weight: 600 !important;
  line-height: 22px;
  margin-bottom: 0;
}
.elementor-field-group {
    align-items: baseline !important;
}

.port-text .wp-caption-text {
    margin-top: -44px;
    background: #252934c9;
    padding: 4px 10px;
    border-radius: 10px;
    margin-left: 14px;
    position: absolute;
}

.form-footer  .elementor-field-subgroup .elementor-field-option label {
  padding-top: 3px;
  padding-left: 50px;
  display: block !important;
}

.elementor-popup-modal .dialog-close-button svg {
    fill: var(--e-global-color-primary ) !important;
    height: 2em !important;
    width: 2em !important;
    margin: 14px;
    transition: 0.3s;
}
.elementor-popup-modal .dialog-close-button:hover svg {
  rotate: 90deg;
}

.text-accent {
  color: var( --e-global-color-primary );
}

.one-work .elementor-cta__content-item {
    background: #252934c9;
    padding: 4px 14px;
    border-radius: 10px;
    width: auto;
}

.elementor-cta__content {padding: 15px !important;}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
display: none !important;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 2.3em;
font-size: 1.05em;
line-height: 1.7;
cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 34px;
height: 34px;
border: 0px solid var( --e-global-color-text );
background: var( --e-global-color-accent );
border-radius: 12px;
box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
-webkit-transition: all .275s;
transition: all .275s;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '+';
position: absolute;
top: 17px;
left: 6px;
font-size: 40px;
color: var( --e-global-color-primary );
line-height: 0;
-webkit-transition: all .2s;
transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0) rotate(45deg);
transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-inline-end: 30px !important;
}

.my-photo {
  background-image: url("/wp-content/uploads/2024/11/me3.png");
  background-repeat: no-repeat;
  background-size: 72%;
  background-position-x: 120% !important;
  background-position: right;
  box-shadow: 0px -40px 30px 0px #151821 inset;
}

.elementor-widget-polylang-language-switcher .cpel-switcher__lang a {padding: 12px 16px 12px 16px;}
.post-template-default h2, .post-template-default h3 {font-weight: 900; color: #fff;}
.post-template-default p , li {color: var( --e-global-color-secondary );}
.post-template-default strong {color: var( --e-global-color-primary ); font-weight: 700;}
.post-template-default ol > li {padding-bottom: 20px;}

.faq .e-n-accordion-item-title , .e-font-icon-svg {transition: 0.3s}




@media (min-width: 1024px) {
 .icon-service {transition: 1s; width: 76px;}
 .service-box:hover .icon-service {transform: rotate(-20deg);}
}

@media (max-width: 1024px) {
.my-photo {background-size: 150%; background-position-x: -50% !important; opacity: 0.9;}
.elementor-widget-polylang-language-switcher .cpel-switcher__lang a {padding: 12px 9px 12px 9px !important;}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {margin-bottom: 14px !important;}
.elementor-field-subgroup .elementor-field-option label {display: block !important;}
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {padding: 16px 0;}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {width: 92% !important; margin-top: 12% !important; margin-left: 16px !important; left: 0 !important; position: fixed !important; box-shadow: 0px 20px 20px 5px #151821; border-radius: 20px !important}
.menu-header .elementor-nav-menu--dropdown > ul > li > a {margin: 0 15px; border-radius: 14px !important; padding-left: 20px !important;}
}

@media (max-width: 767px) {
 .menu-header .elementor-nav-menu--dropdown {color: #fff; margin-left: 50px; margin-right: 50px;}
 .etap li {margin-bottom: 10px;}
 .form-footer .elementor-field-subgroup .elementor-field-option label {padding-top: 6px;}
 .elementor-widget-polylang-language-switcher .cpel-switcher__lang a {padding: 8px !important;}
 .post-template-default h2, .post-template-default h3 {font-size: 24px;}
 .post-template-default ol {padding: 0 20px;}
}

@media (max-width: 600px) {
 .my-photo {background-size: 240%; background-position-x: 14% !important;}
.ot {font-size: 22px; font-weight: 900;}
}


.elementor-field-textual:focus {
    caret-color: #0cd584; 
    border-color: #0cd584 !important;
    box-shadow: 0px 0px 20px 0px #82FEA5 !important;
    transition: all 0.3s ease; 
}


/* Оверлей с размытием */
.cookie-modal-overlay {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(13, 17, 23, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    z-index: 999999 !important;
    display: none; /* Контроль через JS */
    align-items: center !important;
    justify-content: center !important;
    padding: 20px;
}

/* Окно (графит) */
.cookie-modal-box {
    background: #1A1D24 !important;
    border-radius: 24px !important;
    width: 100% !important;
    max-width: 480px !important;
    padding: 40px !important;
    position: relative !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5) !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
}

/* Заголовок */
.cookie-modal-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    margin-bottom: 15px !important;
    letter-spacing: -0.5px !important;
}
.cookie-modal-title span {
    color: #1DF28F !important;
}

/* Описание */
.cookie-modal-descr {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #A0A5B5 !important;
    margin-bottom: 30px !important;
}
.cookie-modal-descr a {
    color: #1DF28F !important;
    text-decoration: none !important;
}

/* Кнопки - исправляем растягивание */
.cookie-modal-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important; /* Центрируем кнопки */
}

/* Основная кнопка (Неон) */
.cookie-btn-main {
    background: #1DF28F !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    width: 100% !important; /* Если хотите на всю ширину, или auto */
    cursor: pointer !important;
    transition: 0.3s !important;
}
.cookie-btn-main:hover {
    filter: brightness(1.1) !important;
    transform: translateY(-2px) !important;
}

/* Кнопка отмены */
.cookie-btn-sub {
    background: transparent !important;
    color: #6B7280 !important;
    border: 1px solid #374151 !important;
    border-radius: 12px !important;
    padding: 12px 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}
.cookie-btn-sub:hover {
    color: #FFFFFF !important;
    border-color: #6B7280 !important;
}

/* Крестик */
.cookie-modal-close {
    position: absolute !important;
    top: 25px !important;
    right: 25px !important;
    cursor: pointer !important;
    opacity: 0.7 !important;
    transition: 0.3s !important;
}
.cookie-modal-close:hover {
    opacity: 1 !important;
    transform: rotate(90deg) !important;
}








.cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--e-global-color-primary, #00f2fe);
  border-radius: 50%;
  box-shadow: 0 0 30px 3px var(--e-global-color-primary, #00f2fe);
  
  /* Плавный переход для цвета при ховере */
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  
  z-index: 99999999 !important; 
  pointer-events: none; 
  will-change: transform;
}

/* Полностью убираем стандартный курсор со ВСЕХ нужных элементов */
body, a, button, [role="button"], .close-btn, input, textarea, label, 
summary, svg, path, .e-n-accordion-item-title, .e-n-accordion-item-title-text, [class*="close"] {
  cursor: none !important;
}

/* --- МАГИЯ ИНВЕРСИИ НА КНОПКАХ --- */
/* Чтобы курсор не сливался с зелеными кнопками, при ховере он станет белым и включит инверсию */
.cursor.active {
  box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.5) !important;
}

/* --- КРАСИВАЯ СВЕТЯЩАЯСЯ ВОЛНА (РАДАР) --- */
.cursor::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid #ffffff; /* Белое кольцо для инверсии */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  pointer-events: none;
}

.cursor.active::after {
  animation: pulse-ring 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}