﻿/*.row>* {
    padding: 0;
    margin: 0;
}*/
.tooltip {
    position: fixed; /* или absolute */
    pointer-events: none; /* чтобы не перехватывала клики */
    background-color: #FAF6F5;
    color: black;
    width: 160px;
    padding: 0.9230769231rem;
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.2s;
    display: flex;
    flex-direction: column;
    gap: 10px;
    touch-action: none; /* предотвращает масштабирование и панорамирование при касании */
    pointer-events: none; /* позволяет событиям проходить сквозь тултип */
    max-width: 80vw; /* ограничивает ширину тултипа на мобильных */
    word-wrap: break-word; /* перенос длинных слов */
}
    .tooltip.active {
        opacity: 1;
    }
    .tooltip #count{
        font-weight: 800;
    }
    #countdiv{
        display: flex;
        flex-direction: column;
        gap: 2px;
        display: none;
    }
    #countdiv span:not(#count) {
        color: #757575;
    }
.MainPage-cont {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: start;
    align-items: center;
}
.MainPage-block {
    position: relative;
    width: 1032px;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
}
.MainPage-h1 {
    font-size: 36px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 110%;
}
    .MainPage-h1.green {
        color: #26595D;
    }
    .MainPage-h1.black {
        color: #3F3F3F;
    }
.MainPage-p {
    font-size: 16px;
    color: #FFFFFFD9;
}
/*  ///////////////////////////            WELCOMEBLOCK           ////////////////////////////   */
.WelcomeBlock-greyDiv {
    background: #D9D9D9;
    color: #535353;
    font-weight: 300;
}
.WelcomeBlock-PaperPlane{
    position: absolute;
    top: 0;
    right: -10px;
    width: 633px;
}
.WelcomeBlock-slide {
    background: #AD9494;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    justify-content: start;
    align-items: start;
    cursor: pointer;
    padding: 12px 16px;
    height: 150px;
}
.WelcomeBlock-btn{
    margin-bottom: 109px;
}
.WelcomeBlock-navcont{
    position: absolute;
    bottom: 58px;
    display: flex;
    left: -8px;
    justify-content: space-between;
    align-items: center;
    width: 1048px;
    z-index: 100;
}
.WelcomeBlock-Vertdiv{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 32px;
    top: 0;
    right: 0;
}
.WelcomeBlock-div {
    background: #AD9494;
    padding: 8px;
    min-height: 131px;
    width: 100%;
}
.WelcomeBlock-text {
    color: #FFFFFF !important;
}

.PersonWeekBlock-text {
    font-size: 20px;
    color: #535353;
}
.PersonWeekBlock-div {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 14px;
    color: #535353;
    font-weight: 300;
}
.PersonWeekBlock-Person{
    position: absolute;
    height: 100%;
    right: 64px;
    top: 0;
}
.PersonWeekBlock-btn{
    position: absolute;
    bottom: 144px;
    right: 152px;
}
/*.WelcomeBlock-cont{
    display: flex;
    position: relative;
    justify-content: start;
    align-items: start;
}*/

#WelcomeSlide-mobile{
    padding: 20px 16px 25px 16px;
    background-image: url(/img/BackgroundSlide1.svg);
}
#UsefulSlide-mobile {
    padding: 20px 20px 25px 20px;
    background-image: url(/img/BackgroundSlide2.svg);
}
#PersonSlide-mobile {
    padding: 20px 20px 20px 20px;
    background-image: url(/img/BackgroundSlide3.svg);
}
.MobilePersonLinks{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
}

.WelcomeSlide-imgMobile {
    height: 408px !important;
    width: unset !important;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 0);
    left: 50%;
}
.MobilePersonBtns{
    gap: 4px;
    width: 200px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    align-self: center;
}

#WelcomeSlideContent {
    background-image: url("/img/WelcomeSlideBack.webp");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
#UsefulSlideContent {
    background-image: url("/img/WelcomeSlideBack.webp");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
#PersonSlideContent {
    background-image: url("/img/PersonSlideBack.png");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

#JoinBtn_Mobile {
    top: 149px;
    right: 3.5%;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    text-decoration: none;
}

    #JoinBtn_Mobile > p {
        font-size: 12px;
        font-weight: 700;
        color: white;
    }

#CircleButton {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    display: flex;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #E96C4B
}
    #CircleButton > img {
        width: 21px;
        height: auto;
    }

.MapBlock {
    flex-direction: row;
    justify-content: start;
    width: 722px;
}
.MapBlock-map {
    position: absolute;
    right: -180px;
    top: 90px;
}
.MapSVG {
    transition: opacity 0.4s ease;
    opacity: 1;
}
    .MapSVG.hidden {
        opacity: 0.3;
        pointer-events: none;
        filter: blur(2px);
    }
.MapBlock-h1{
    text-align: end;
    margin-bottom: 0;
}
.MapBlock-div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 16px;
    min-height: 142px;
    background-color: #D9D9D9;
    margin-bottom: 38px;
}
.MapBlock-numbers {
    font-size: 64px;
    font-weight: 800;
    color: #535353;
    line-height: 100%;
    margin-bottom: 6px;
}
.MapBlock-text {
    font-size: 20px;
    color: #535353;
    line-height: 14px;
    width: 492px;
}
.MapBlock-smalltext {
    font-size: 16px;
    color: #535353;
}
.MapBlock-a {
    font-size: 20px;
    color: #2963D9;
    text-decoration: underline;
    cursor: pointer;
    align-self: end;
    margin-top: auto;
}
.MapBlock-span {
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
    color: #3F3F3F;
}
.MapBlock-options{
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
    margin-top: 28px;
    margin-bottom: 28px;
    width: 235px;
}
.MapBlock-tabs {
    flex-basis: 100%;
    border-radius: 20px;
    background-color: #40BFC8;
    color: #FFFFFF;
    padding: 6px 0px 16px 16px;
    display: flex;
    flex-direction: column;
    background-image: url("/img/ManyStar.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 70%;
}
.MapBlock-tip{
    margin-bottom: 55px;
    width: 90%;
}
.tabs-title {
    font-size: 56px;
    font-weight: 900;
}
.tabs-title_y{
    font-size: 36px;
    margin-bottom: 8px;
    font-weight: 900; 
}
.tabs-text{
    font-size: 14px;
    font-weight: 800;
}
/*  ////////////////////////////////////////////////////////////////////////////////////////////////   */
/*  ///////////////////////////////           VITRINABLOCK           //////////////////////////////   */
.VitrinaBlock {
    margin-bottom: 64px;
    width: 100%;
    padding: 20px calc((100% - 720px) / 2);
    background-color: #EEEEEE;
}

.VitrinaBlock-personCard {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    width: 100%;
    background-color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    background-image: url(/img/backgroundStars.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    min-height: 385px;
    padding: 16px;
    /* Плавный переход для hover */
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .VitrinaBlock-personCard:hover {
        transform: translateY(-4px); /* Карточка приподнимается */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); /* Тень становится сильнее */
    }
    .VitrinaBlock-personCard img {
        height: 230px;
        width: 100%;
        border-radius: 12px; 
        object-fit: cover;
        object-position: top;
    }
.FixForVitrinaPage{
    background-color: unset;
}
.VitrinaBlock-destext {
    font-size: 16px;
    font-weight: 800;
    color: #3F3F3F;
    width: 100%;
    text-align: center;
    margin-bottom: 56px;
}
.VitrinaBtn{
    height: 48px;
}
.VitrinaBlock-infoCard {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
    justify-content: start;
    align-items: start;
    gap: 8px;
    font-size: 18px;
    color: #3F3F3F;
    font-weight: 700;
    /*    background-image: url(/img/backgroundStars.svg);
    background-repeat: no-repeat;*/
    text-wrap: nowrap;
}

.VitrinaBlock-tagsdiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    gap: 4px;
}
.VitrinaBlock-tag {
    border-radius: 6px;
    padding: 4px 8px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    background-color: #40BFC8;
}
/*.VitrinaCardCont > *:nth-child(n+7) {
    display: none;
}*/

/*  //////////////////////////////////////////////////////////////////////////////////////////////   */
/*  ///////////////////////////////           VIDEOBLOCK           //////////////////////////////   */
.VideoBlock {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 720px;
    margin-bottom: 80px;
}

VideoBlock-p {
    font-weight: 500;
    color: #3F3F3F;
}
.VideoBlock-div{
    width: 1032px;
    align-self: center;
}
.VideoBlock-Previewdiv{
    border-radius: 8px;
    overflow: hidden;
}
    .VideoBlock-Previewdiv img{
        width: 100%;
    }

.VideoBlock-infoDiv {
    margin-top: 12px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    gap: 4px;
}
.VideoBlock-Vtitle {
    font-size: 18px;
    font-weight: 800;
    color: #3F3F3F;
}
.VideoBlock-Vauthor {
    font-size: 12px;
    font-weight: 500;
    color: #848484;
}
.VideoBlock-Vdescritption {
    font-size: 12px;
    font-weight: 500;
    color: #3F3F3F;
}
.Video-text {
    display: block; 
    justify-self: center;
    font-weight: 800;
}
.VideoBlock-mic {
    position: absolute;
    transform: translate(-50%, -50%);
    left: -10px;
    top: 230px;
    z-index: -100;
}

.Video-button-next {
    position: absolute;
    background-color: #E96C4BCC;
    color: transparent;
    margin: 0;
    width: 36px;
    right: 110px;
    z-index: 100;
    top: 54%;
    height: 36px;
    border-radius: 100%;
    transition-duration: .2s;
    transition-property: color, font-size, background-color;
    transition-timing-function: ease-in-out;
}

.Video-button-prev {
    position: absolute;
    background-color: #E96C4BCC;
    color: transparent;
    margin: 0;
    left: 110px;
    top: 54%;
    z-index: 100;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    transition-duration: .2s;
    transition-property: color, font-size, background-color;
    transition-timing-function: ease-in-out;
}

    .Video-button-next:hover, .Video-button-prev:hover {
        background-color: #E96C4B;
    }

    .Video-button-next:active, .Video-button-prev:active {
        background-color: #F36540;
    }

.Video-button-next::after {
    content: 'next';
    display: flex;
    font-size: 36px;
    width: 36px;
    height: 36px;
    background-image: url("/img/nextBtn.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.Video-button-prev::after {
    content: 'back';
    display: flex;
    font-size: 36px;
    width: 36px;
    height: 36px;
    background-image: url("/img/prevBtn.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
/*  //////////////////////////////////////////////////////////////////////////////////////////   */
/*  ///////////////////////////////           ADBLOCK          //////////////////////////////   */

.AdCont {
    border-radius: 12px;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    padding: 20px 30px;
    position: relative;
}
#FirstStepAd {
    background-image: url(/img/BackgroundAd1.png);
    background-size: 131%;
    background-position: center center;
    background-repeat: no-repeat;
}
.ShadowAd {
    position: absolute;
    bottom: 0;
    z-index: 8;
    left: 0;
    width: 100%;
}
.Ad-title {
    color: #FFFFFF;
    font-size: 72px;
    font-weight: 900;
    z-index: 10;
}
.Ad-des {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    z-index: 10;
}
.AdBlock{
    width: 720px;
    margin-top: 80px;
}
.AdBlockStepsCont{
    display: flex;
    justify-content: start;
    gap: 12px;
    margin-bottom: 30px;
}

.AdBlockTitle {
    margin-bottom: 12px;
    text-align: center;
}

.AdBlockDes {
    font-size: 16px;
    font-weight: 500;
    color: #3F3F3F;
    margin-bottom: 25px;
    text-align: center;
}
.AdBlockStep {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-width: 0;
    border-radius: 20px;
    padding: 11px;
    height: 223px;
}
.Pcont{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -10;
}
.AdBlockStepTitle {
    font-size: 16px;
    font-weight: 900;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.AdBlockStepDes {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.AdBlockSubTitle {
    font-size: 28px;
    font-weight: 800;
    color: #3F3F3F;
    margin-bottom: 19px;
}
.AdBlockSubDes {
    font-size: 16px;
    font-weight: 500;
    color: #3F3F3F;
    margin-bottom: 30px;
}
.AdBlockStepLinks {
    display: flex;
    gap: 5px;
    flex-direction: column;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
}
.StepLinks {
    height: 24px;
    padding: 0px 10px;
    gap: 4px;
    font-size: 8px;
    font-weight: 800;
    white-space: nowrap;
    border-radius: 6px;
    width: 126px;
}
.StepLinks > .icon-wrapper{
    width: 11px;
    height: 11px;
    min-width: 11px;
} 
.StepLinks > .icon-wrapper > img{
    width: 11px;
    height: 11px;
} 
.AdBlockStepCircle {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    background-color: #E96C4B;
    color: #FAF6F5;
    font-size: 26px;
    font-weight: 800;
}
/*  /////////////////////////////////////////////////////////////////////////////////////////////   */

    /*  ///////////////////////////////           NEWSBLOCK          ////////////////////////////////   */
    .NewsBlock {
        width: 720px;
    }
.NewsCont{
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}
.BigNewsCont {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 15px;
    background-color: #E9E9E9;
    width: 476px;
    height: 500px;
}
.BigNews-imgcont{
    border-radius: 10px;
    height: 316px;
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
}
.BigNews-img {
    width: 100%;
    object-fit: cover;
}
.BigNewsTitle {
    font-size: 18px;
    font-weight: 800;
    color: #3F3F3F;
    margin-bottom: 12px;
}
.BigNews-greystick {
    width: 100%;
    height: 1px;
    border-radius: 100px;
    margin-bottom: 12px;
    background-color: #3F3F3F66;
}
.BigNewsDesc {
    font-size: 14px;
    font-weight: 500;
    color: #3F3F3F;
    margin-bottom: 10px;
}
.NewsDate {
    font-size: 14px;
    color: #3F3F3F66;
    margin-top: auto;
}
.SmallNewsFlexCont {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 33%;
}
.SmallNewsCont {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 15px;
    background-color: #E9E9E9;
    height: 100%;
}
.SmallNews-imgcont {
    border-radius: 10px;
    height: 89px;
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
}
.SmallNewsTitle {
    font-size: 18px;
    font-weight: 800;
    color: #3F3F3F;
    margin-bottom: 12px;
}
.SmallNews-img {
    width: 100%;
    object-fit: cover;
}
.NewsTagsCont{
    display: flex;
    gap: 8px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.NewsTag {
    display: flex;
    gap: 4px;
    padding: 2px 6px;
    background-color: #FFFFFF;
    color: #3F3F3F;
    font-size: 14px;
    border-radius: 6px;
}
.wide-visible{
    display: none;
}
.SmallNewsBtn{
    display: none;
}
.MapBlock-tipmobile {
    display: none;
    position: absolute;
    bottom: 75px;
    left: 10px;
    width: 46px;
}
/*  /////////////////////////////////////////////////////////////////////////////////////////////   */
/*  ///////////////////////////////           TESTSTYLES           //////////////////////////////   */
.static-swiper-container {
    width: 953px; /* 896 + 64 + 64 + 4px*2 */
    margin: 0 auto;
    height: 577px;
    position: relative;
    margin-bottom: 56px;
}

.static-swiper-wrapper {
    display: flex;
    gap: 4px;
    height: 100%;
}

.static-slide {
    height: 528px;
    transition: width 0.5s ease, transform 0.3s ease, opacity 0.3s ease;
    will-change: width,transform, opacity;
    overflow: hidden;
    position: relative;
    background: #f0f0f0;
    border-radius: 20px;
    transform: translateZ(0); /* Включаем GPU-ускорение */
    backface-visibility: hidden;
}
.AinSwiper{
    display: block;
}
/* Неактивный слайд */
.static-slide {
    width: 62px;
    background: #26595D;
}

    /* Активный слайд */
    .static-slide.active {
        width: 821px;
        background: -webkit-linear-gradient(38deg, #187d84,#219fa8); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(38deg, #187d84,#219fa8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .static-slide:not(.active) {
        cursor: pointer;
    }

        .slide-label {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 11px;
            flex-direction: column-reverse;
            transform: translate(-50%, 0) scale(1);
            bottom: 15px;
            left: 50%;
            white-space: nowrap;
            opacity: 1;
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

.slide-label_span {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    transform: rotate(-90deg);
}

    .slide-label_span span {
        font-size: 24px;
        font-weight: 900;
        color: #FFFFFF;
        vertical-align: central;
    }

.slide-content {
    display: none;
    height: 100%;
}

.static-slide.active .slide-content {
    display: block;
    width: 821px;
}

/*#WelcomeSlide {
    background-image: url("/img/BackgroundSlide1.svg");
    background-repeat: no-repeat;
}

#UsefulSlide {
    background-image: url("/img/BackgroundSlide2.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 139%;
}

#PersonSlide {
    background-image: url("/img/BackgroundSlide3.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
}*/

.WelcomeSlide-maindiv {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: start;
    margin-left: 284px;
    padding: 20px 10px 20px 0px;
}

.WelcomeSlide-advantage {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    padding: 12px;
    background-color: #40BFC8;
}

.WelcomeSlide-circle {
    margin-top: 6px;
}

.WelcomeSlide-xdiv {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 7px;
}
.WelcomeSlide-advantage img {
    width: 78px;
    height: 96px;
}
.WelcomeSlide-ydiv {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 9px;
}

.WelcomeSlide-titleP {
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.WelcomeSlide-adbanner {
    position: relative;
    min-width: 197px;
    height: 282px;
    border-radius: 20px;
    background: -webkit-linear-gradient(180deg, #ffe346,#fef6b0); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(180deg, #ffe346,#fef6b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.WelcomeSlide-advantageTitle {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.125;
}

.WelcomeSlide-advantageP {
    color: #FFFFFFD9;
    line-height: 1.125;
    font-size: 12px;
    font-weight: 500;
}

.WelcomeSlide-adbanner a {
    white-space: nowrap;
    position: absolute;
    color: #267AFC !important;
    text-decoration: underline !important;
    bottom: 14px;
    transform: translate(-50%, 0);
    left: 50%;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
.adbannerImg {
    position: absolute;
    width: 100%;
    left: 10px;
    top: -18px;
}
.adbannerCup {
    position: absolute;
    right: -10px;
    top: -20px;
    width: 102px;
    height: 98px;
}
.WelcomeSlide-btnCont {
    display: flex;
    margin-bottom: 0;
    margin-top: auto;
    width: 100%;
}

.WelcomeSlide-img {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}


.Welcomebtns {
    width: 100%;
    display: flex;
    justify-content: end;
    height: 40px;
}
#JoinBtn{
    height: 40px;
}
.static-slide.active .slide-label {
    opacity: 0;
    transform: translate(-50%, 20px) scale(0.9);
    pointer-events: none; /* Чтобы клики не срабатывали */
}

.UsefulSlide-maindiv {
    position: relative;
    height: 100%;
    padding: 57px 0px 40px 26px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.UsefulSlide-h1 {
    font-size: 40px;
    margin-bottom: 12px;
    width: 534px;
}
.UsefulSlide-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    width: 534px;
}
.UsefulSlide-titleP {
    margin-bottom: 38px;
    width: 534px;
}
.UsefulArticleBtn{
    display: none;
    position: absolute;
    bottom: 100px;
    right: 69px;
    z-index: 15;
}
.FirstBlock_mobile{
    display: none;
}
.FirstBlock_mobileSwiper {
    width: 100%;
    overflow: hidden;
    display: none;
}
.DescrSwiper{
    margin-top: auto;
    position: relative;
}
.UsefulSlide-plane {
    position: absolute;
    /*    width: 348px;*/
    HEIGHT: 100%;
    TOP: 0;
    right: 0;
}

.PersonSlide-maindiv {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 40px 30px;
}

.PersonSlide-h1 {
    margin-bottom: 12px;
}
.PersonSlide-Destitle{
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 10px;
}
.PersonSlide-Des{
    margin-bottom: 20px;
}
    .PersonSlide-fadetitle {
        color: #FFFFFF80;
        font-size: 16px;
        margin-top: 4px;
        margin-bottom: 8px;
    }

.PersonSlide-xdiv {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    color: #FFFFFF;
    margin-bottom: 8px;
    position: relative;
}

    .PersonSlide-xdiv a {
        margin: 0;
        font-weight: 400;
        color: #FFFFFFCC;
    }
.hover-link {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .hover-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        bottom: -2px;
        left: 0;
        background-color: #FFFFFFCC;
        transition: width 0.3s ease;
    }

    .hover-link:hover {
        color: #FFFFFF !important;
        transform: translateX(3px);
    }

        .hover-link:hover::after {
            width: 100%;
        }
/* Анимация оранжевого кружка */
.PersonSlide-xdiv:hover .PersonSlide-orangecircle {
    animation: pulse 0.5s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}
.PersonSlide-a {
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 8px;
    margin-bottom: 24px;
    font-weight: 700;
    cursor: pointer;
}

.PersonSlide-orangecircle {
    min-width: 8px;
    min-height: 8px;
}

.ToCardBtn {
    display: flex;
    gap: 5px;
    margin-top: auto;
    height: 44px;
    z-index: 3;
}
.PersonCardBtnEnter {
    width: unset;
    height: 100%;
}
.PersonCardBtnOther {
    width: unset;
    height: 100%;
}
.PersonSlide-person {
    position: absolute;
    right: 31px;
    top: 42px;
    border-radius: 28px;
    padding: 20px;
    height: 515px;
    background-color: #FFFFFF;
    overflow: hidden;
    z-index: 0;
}

.PersonSlide-adbanner {
    position: absolute;
    width: 239px;
    right: 23px;
    bottom: 103px;
    transition: transform 0.3s ease; /* Плавная анимация */
    cursor: pointer;
}
    .PersonSlide-adbanner:hover {
        transform: scale(1.03) translate(-5px, -5px); /* Увеличение на 3% и смещение */
    }



/*  ////////////////////////////////////////////////////////////////////////////////////////////////   */


/*  ///////////////////////////////           GALLERYBLOCK          ////////////////////////////////   */
.GalleryBlock {
    width: 720px;
    margin-top: 80px;
}

.GalleryTitle {
    margin-bottom: 23px;
}

.BigGalleryFix {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 452px;
    border-radius: 10px;
    min-width: 476px;
}
    .BigGalleryFix img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.SmallGalleryFix {
    position: relative;
    height: 220px;
    border-radius: 10px;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
    .SmallGalleryFix img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.topGallery{
    height: 452px;
    margin-bottom: 12px;
}
.bottomGallery{
    display: flex;
    gap: 12px;

}
.GalleryInfo {
    position: absolute;
    width: calc(100% - 10px);
    bottom: 5px;
    left: 5px;
    padding: 15px;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #3F3F3F;
}
.MediumFix{
    display: none;
}
.LargeFix{
    display: none;
}

/*  /////////////////////////////////////////////////////////////////////////////////////////////   */


.AccountStatusIndicator {
    position: absolute;
    right: 0px;
    top: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: visible;
    width: 52px;
    height: 52px;
    background-color: #FFFFFFCC;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dynamicCircle {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #C7C7C7;
    border-radius: 100%;
    z-index: 9;
    opacity: 1;
    transition: all 0.3s ease;
}

.staticCircle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 4px -1px #00000066;
    box-shadow: 0px 0px 4px -1px #00000066;
    z-index: 10;
}

.AccountStatusIndicator:hover .dynamicCircle {
    width: 54px;
    height: 54px;
    opacity: 0;
}

.AccountStatusIndicator:hover .staticCircle img {
    width: 36px !important;
    height: 36px !important;
}

.staticCircle img {
    width: 30px !important;
    height: 30px !important;
    transition: all 0.3s ease;
}

#PersonWeekForm{
    height: 100%;
}
.PersonSlide-imgperson{
    height: 100%;
    border-radius: 16px;
}