body {
    cursor: auto; /* стандартный курсор */
}
  
  
  
  
  
/********** UI **********/
input, textarea,
.t-input-phonemask__select-code {
    font-family: "Noto Sans" !important;
}






/********** БЕГУЩАЯ СТРОКА **********/
.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
    .marquee__inner {
      display: inline-flex;
      animation: marquee 90s linear infinite;
    }

/* Ключевая анимация */
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}





/********** HEADER **********/
.uc-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
    .uc-menu {
        bakground: rgba(255,255,255,0.2);
        backdrop-filter: blur(40px);
        border-radius: 600px;
    }





/********** HERO **********/
.uc-hero .t396 .tn-atom__html {
    vertical-align: middle !important;
}

#typed-text {
    font-family: 'DrukTextWideTT', Arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -3px;
    line-height: 100%;
    text-align: center;
}

.typed-cursor  {
    display: none;
}





/********** УТП **********/
.uc-utp .blur {
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(40px);
    border-radius: 12px;
}





/********** SERVICES **********/
.imageHoverFly01,
.imageHoverFly02,
.imageHoverFly03,
.imageHoverFly04 {
    transition: all 0.2s ease-out;
}
    .imageHoverFly01 .tn-atom,
    .imageHoverFly02 .tn-atom,
    .imageHoverFly03 .tn-atom,
    .imageHoverFly04 .tn-atom {
        transition: all 0.2s ease-out;
    }
    
    .imageHoverFly01 .prcnt .tn-atom,
    .imageHoverFly02 .prcnt .tn-atom,
    .imageHoverFly03 .prcnt .tn-atom,
    .imageHoverFly04 .prcnt .tn-atom {
        transition: all 0.2s ease-out;
    }
    
/* Общий hover: когда на любом из блоков есть :hover */
.imageHoverFly01:hover ~ .imageHoverFly02,
.imageHoverFly01:hover ~ .imageHoverFly03,
.imageHoverFly01:hover ~ .imageHoverFly04,
.imageHoverFly02:hover ~ .imageHoverFly01,
.imageHoverFly02:hover ~ .imageHoverFly03,
.imageHoverFly02:hover ~ .imageHoverFly04,
.imageHoverFly03:hover ~ .imageHoverFly01,
.imageHoverFly03:hover ~ .imageHoverFly02,
.imageHoverFly03:hover ~ .imageHoverFly04,
.imageHoverFly04:hover ~ .imageHoverFly01,
.imageHoverFly04:hover ~ .imageHoverFly02,
.imageHoverFly04:hover ~ .imageHoverFly03 {
  opacity: 0.3;
}

/* Сам элемент, на который навели, всегда остаётся ярким */
.imageHoverFly01:hover,
.imageHoverFly02:hover,
.imageHoverFly03:hover,
.imageHoverFly04:hover {
  opacity: 1 !important;
}

.imageHoverFly01:hover,
.imageHoverFly02:hover,
.imageHoverFly03:hover,
.imageHoverFly04:hover {
    background: #f8f8f8 !important;
}
    .imageHoverFly01:hover .tn-atom,
    .imageHoverFly02:hover .tn-atom,
    .imageHoverFly03:hover .tn-atom,
    .imageHoverFly04:hover .tn-atom {
        color: #8220CD !important;
    }
    
    .imageHoverFly01:hover .prcnt .tn-atom,
    .imageHoverFly02:hover .prcnt .tn-atom,
    .imageHoverFly03:hover .prcnt .tn-atom,
    .imageHoverFly04:hover .prcnt .tn-atom {
        opacity: 1 !important;
    }





/********** ПРОЦЕСС **********/
.uc-steps .t-container {
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 0 30px;
    max-width: inherit;
}
    .uc-steps .t-container .t-col {
        background: #292929;
        border-radius: 24px;
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        padding: 20px 32px;
        width: 24%;
        max-width: inherit;
    }
    
    .uc-steps .t1106__line {
        display: none;
    }





/********** БЕГУЩАЯ СТРОКА *********/
.uc-runrow {
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
}





/********** ПОЗНАКОМИМСЯ? **********/
.uc-hello .t-title {
    letter-spacing: -3px;
}





/********** ПАРТНЕРЫ **********/
.uc-partners .t-container {
    max-width: inherit;
}





/********** КОМАНДА **********/
.uc-team .t258__wrapper {
    backdrop-filter: blur(40px);
}





/********** НАШИ ТРЕНЕРЫ **********/
.uc-team .t982__col {
    background: #fff;
    border-radius: 24px;
    box-sizing: border-box;
    padding: 24px;
}
    .uc-team .t982__socials a {
        border-radius: 600px;
        display: inline-flex;
        font-weight: 400;
        padding: 16px 24px;
        text-decoration: none;
    }
    
    .uc-team .t982__socials a:first-child {
        background: #8220cd;
        transition: all 0.2s ease-out;
    }
    
    .uc-team .t982__socials a:first-child:hover {
        background: #570C90;
    }
    
    .uc-team .t982__socials a:last-child {
        background-color: #ede9e9;
        color: #444356 !important;
        transition: all 0.2s ease-out;
    }
    
    .uc-team .t982__socials a:last-child:hover {
        background-color: #8220cd;
        color: #fff !important;
    }





/********** ПОДПИСКА **********/
.uc-subscribe {
    background-image: url('https://optim.tildacdn.com/tild3130-3533-4934-b137-343132326630/-/format/webp/Group-6.jpg.webp');
    background-repeat: no-repeat;
    backgroubd-size: cover;
}





/********** ВИДЕООТЗЫВЫ **********/
.uc-rvvideo .t923__imgwrapper_1-1 {
    border-bottom: 1px solid #F0EAEA;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}

.uc-rvvideo .t923__bgimg {
    height: 64px;
    position: relative;
    background-size: contain;
}

.uc-rvvideo .t-card__uptitle {
    font-size: 14px;
    letter-spacing: 0;
}

.uc-rvvideo ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0 !important;
    list-style: none;
}

.uc-rvvideo .t-btnflex.t-btnflex_type_button {
    font-size: 16px;
    padding: 16px;
    width: 100%;
}










/********** АДАПТИВНОСТЬ **********/
@media (max-width: 639px) {
    .t-rec_pb_90 {
        padding-bottom: 40px !important;    
    }
    
    .t-rec_pt_90 {
        padding-top: 40px !important;   
    }
    
    
    .uc-hero__wrap {
        left: 10px !important;
        width: calc(100% - 20px) !important;
    }
    
    .uc-hello .t-title {
        font-size: 24px;
        letter-spacing: -2px;
    }
    
    .prcnt {
        display: none !important;
    }
    
    .uc-steps .t-container {
        flex-direction: column;
        padding: 0 10px;
    }
        .uc-steps .t-container .t-col {
            padding: 20px 32px;
            width: 100%;
        }
            .uc-steps .t1106__line_mobile {
                display: none;
            }
            
                .uc-steps .t1106__textwrapper {
                    padding-bottom: 10px;
                    padding-left: 0;
                }
                
                .uc-steps .t1106__col:last-child .t1106__numberwrapper {
                    padding-bottom: 40px;
                }
            
                .uc-steps .t1106__col:last-child .t1106__textwrapper {
                    padding-bottom: 10px;
                }
    
    .uc-runrow .t1003__item-txt {
        letter-spacing: -1.5px !important;
    }
    
    .uc-runrow .t1003__bgimg {
        height: 32px !important;
        width: 32px !important;
    }
    
    .uc-team .t982__socials a {
        font-size: 16px !important;
    }
    
    .uc-team .t982 .t-list__item, .t982 .t-list__container_inrow2 .t-list__item:nth-child(1n+2) {
        margin-top: 16px !important;
    }
}





@media (min-width: 640px) and (max-width: 959px) {
    .uc-about__list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; 
        width: 100% !important;
    }
        .uc-about__list .t396__group {
            flex: 1 1 calc(50% - 20px); /* два блока в ряд с учетом gap */
            box-sizing: border-box;
        }
    
    .uc-steps .t-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; 
        width: 100% !important;
    }
        .uc-steps .t-container:before,
        .uc-steps .t-container:after,
        .uc-steps .t1106__line_mobile {
            display: none;    
        }
        
        .uc-steps .t1106__col {
            flex: 1 1 calc(50% - 20px); /* два блока в ряд с учетом gap */
            box-sizing: border-box;
        }
        
        .uc-steps .t1106__textwrapper {
            padding-bottom: 10px;
            padding-left: 0;
        }
                
        .uc-steps .t1106__col:last-child .t1106__numberwrapper {
            padding-bottom: 40px;
        }
            
        .uc-steps .t1106__col:last-child .t1106__textwrapper {
            padding-bottom: 10px;
        }
}





@media (min-width: 960px) and (max-width: 1023px) {
    .blur__section > .tn-molecule {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; 
        width: 100% !important;
    }
        .blur__section .tn-molecule > .t396__group {
            flex: 1 1 calc(50% - 20px); /* два блока в ряд с учетом gap */
            box-sizing: border-box;
        }
        
        .blur__wrap .tn-molecule {
            align-items: end !important;
        }
    
    .uc-steps .t-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; 
        width: 100% !important;
    }
        .uc-steps .t-container:before,
        .uc-steps .t-container:after,
        .uc-steps .t1106__line_mobile {
            display: none;    
        }
        
        .uc-steps .t1106__col {
            flex: 1 1 calc(50% - 20px); /* два блока в ряд с учетом gap */
            box-sizing: border-box;
        }
        
        .uc-steps .t1106__textwrapper {
            padding-bottom: 10px;
            padding-left: 0;
        }
                
        .uc-steps .t1106__col:last-child .t1106__numberwrapper {
            padding-bottom: 40px;
        }
            
        .uc-steps .t1106__col:last-child .t1106__textwrapper {
            padding-bottom: 10px;
        }
    
    .uc-team ul.t-container {
        display: flex;
        box-sizing: border-box;
        gap: 16px;
        padding: 0 20px !important;
        max-width: inherit !important;
    }
        .uc-team ul.t-container:before,
        .uc-team ul.t-container:after {
            display: none;    
        }
        
        .uc-team ul.t-container li.t982__col {
            display: inline-flex;
            width: calc(50% - 10px);
        }
            .uc-team ul.t-container li.t982__col .t982__itemwrapper {
                display: flex;
            flex-direction: column;
            gap: 24px;
            height: auto !important;
                padding-bottom: 24px;
            }
}





@media (min-width: 1024px) and (max-width: 1279px) {
    .uc-team .t982__itemwrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
        height: auto !important;
    }
}