*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    text-decoration: none;
    color:rgba(255, 255, 255, 1);
    font-family: 'Bounded';
}

:root {
    --font-black: "Bounded-Black";
    --font-bold: "Bounded-Bold";
    --font-extrabold: "Bounded-ExtraBold";
    --font-semibold: "Bounded-SemiBold";
    --font-regular: "Bounded-Regular";
    --font-medium: "Bounded-Medium";
    --font-extralight: "Bounded-ExtraLight";
    --font-light: "Bounded-Light";
}

.container{
    width:100%;
    max-width:1379px;
    padding-left: 16.5px;
    padding-right:16.5px;
    margin:0 auto;
}

a{
    transition: 0.5s;
}

body{
    background: rgba(0, 17, 50, 1);
    
}

.fon-1{
    top:200px;
    position: absolute;
    left: -251px;
}
main{
    background:url(/wp-content/themes/mw-academy/assets/img/background.jpg);
    background-size: cover;
}

.button-1 {
    position: relative;
    border-radius: 20px;
    padding: 22px 66px;
    width: fit-content;
    cursor: pointer;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    overflow: hidden;
    z-index: 1;
        text-transform: uppercase;
}

.button-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(131.61deg, #4A65F0 26.48%, #CC00FF 86.01%);
    z-index: -1;
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.button-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(131.61deg, #CC00FF 26.48%, #4A65F0 86.01%);
    z-index: -1;
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.button-1:hover::before {
    opacity: 0;
}

.button-1:hover::after {
    opacity: 1;
}

@media(max-width:768px){
    .button-1{
        padding-top:17px;
        padding-bottom: 17px;
        border-radius: 13px;
        font-size: 14px;
    }
}

/* анимация появления */

/* Базовый класс - скрываем элементы */
.view {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    
}

/* Активное состояние - показываем */
.view.view-active {
    opacity: 1;
}

/* Простые анимации появления */
.view-fade {
    /* Просто появляется */
}

.view-slide-up {
    transform: translateY(50px) scale(0.6); /* Снизу вверх */
}

.view-slide-down {
    transform: translateY(-50px); /* Сверху вниз */
}

.view-slide-left {
    transform: translateX(50px); /* Справа налево */
}

.view-slide-right {
    transform: translateX(-50px); /* Слева направо */
}

.view-zoom {
    transform: scale(0.8); /* Увеличение */
}

.view-drop {
    transform: translateY(-100px) rotateX(60deg); /* Падение сверху с поворотом */
    transform-origin: top;
}

/* Когда элемент активен - убираем трансформации */
.view-active {
    transform: none !important;
}

/*  */

/* @font-face {
            font-family: 'Bounded';
            src: url('fonts/Bounded-Regular.ttf') format('truetype');
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Bounded';
            src: url('fonts/Bounded-ExtraLight.ttf') format('truetype');
            font-weight: 200;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Bounded';
            src: url('fonts/Bounded-Black.ttf') format('truetype');
            font-weight: 900;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Bounded';
            src: url('fonts/Bounded-Variable.ttf') format('truetype');
            font-weight: 100 900;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Bounded Regular';
            src: url('fonts/Bounded-Regular.ttf') format('truetype');
            font-display: swap;
        }

        @font-face {
            font-family: 'Bounded ExtraLight';
            src: url('fonts/Bounded-ExtraLight.ttf') format('truetype');
            font-display: swap;
        }

        @font-face {
            font-family: 'Bounded Black';
            src: url('fonts/Bounded-Black.ttf') format('truetype');
            font-display: swap;
        }

        @font-face {
            font-family: 'Bounded Variable';
            src: url('fonts/Bounded-Variable.ttf') format('truetype');
            font-display: swap;
        } */

@font-face {
	font-family: 'Bounded';
	src: local("BoundedBold"), local("Bounded-Bold"), url(fonts/5c9bc51b74f5f3ce37c2.otf) format("opentype");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'Bounded';
	src: local("BoundedBlack"), local("Bounded-Black"), url(fonts/046b91c83f49ea55c218.otf) format("opentype");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: 'Bounded';
	src: local("BoundedExtraBold"), local("Bounded-ExtraBold"), url(fonts/2d4cfe01e3feb3705465.otf) format("opentype");
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: 'Bounded';
	src: local("BoundedSemiBold"), local("Bounded-SemiBold"), url(fonts/f9f9fcc03106a490ff59.otf) format("opentype");
	font-weight: 800;
	font-style: normal
}

@font-face {
	font-family: 'Bounded';
	src: local("BoundedMedium"), local("Bounded-Medium"), url(fonts/ef73997fa78dde0e2ee6.otf) format("opentype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'Bounded';
	src: local("BoundedRegular"), local("Bounded-Regular"), url(fonts/87a7e2a7aec46899a46b.otf) format("opentype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Bounded';
	src: local("BoundedLight"), local("Bounded-Light"), url(fonts/94c5e9c552d4c76004ad.otf) format("opentype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Bounded';
	src: local("BoundedExtraLight"), local("Bounded-ExtraLight"), url(fonts/7c8ef709dabf00771fb0.otf) format("opentype");
	font-weight: 100;
	font-style: normal
}

header{
    position:fixed;
    top:25px;
    left:0;
    width:100%;
    overflow: hidden;
    z-index: 99;
}
.header-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:4px;
    padding-right:10px;
    border:1px solid rgba(93, 73, 117, 1);
    border-radius: 39px 29px 29px 39px;
    box-shadow: 0px 1px 23px 0px rgba(255, 85, 235, 0.2) inset, 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    background: rgb(0 17 50 / 65%);
    backdrop-filter: blur(96px);

}
.header-menu-left{
    display: flex;
    align-items: center;
    gap:36px;
}
.header-logo{

}
.header-menu-left-title{
    font-size: 16px;
    color:rgba(199, 125, 255, 1);
}
.header-menu-right{
    display: flex;
    gap:46px;
    align-items: center;
}
.header-menu-right-menu{
    display: flex;
    gap:46px;
}
.header-menu-right-menu a{
    font-size: 14px;
    text-transform: uppercase;
}
.header-menu-right-menu a:hover{
    color:rgba(199, 125, 255, 1);
}
.header-menu-right-download-button{
    background: rgba(30, 0, 83, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid rgba(255, 255, 255, 1);
    border-radius:20px;
    cursor: pointer;
    width: 257px;
    height:60px;
    transition: 0.5s;
    transform:scale(1);
}
.header-menu-right-download-button span{
    padding-right:10px;
    font-size: 14px;
    text-transform: uppercase;
}
.header-menu-right-download-button svg{
    margin-left:12px;
}
.header-menu-right-download-button:hover{
    /* transform:scale(1.02); */
    box-shadow: 0px 1px 23px 0px rgba(255, 85, 235, 0.2) inset, 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}
.header-menu-button{
    display: none;
}

.mob-menu-wrapper{
    overflow: hidden;
    width:100%;
        position: relative;
}
.mobile-menu{
    background:rgba(17, 14, 69, 0.76);
    width:90vw;
    height:100vh;
    position: fixed;
    top:0;
    right:-100%;
    backdrop-filter: blur(14px);
    padding-top:12px;
    padding-bottom:12px;
    padding-left:22px;
    padding-right:22px;
    max-width: 340px;
    transition: 0.5s;
    z-index: 100;
    opacity: 0;
}
.mobile-menu.active{
    right:0;
    opacity: 1;
}
.menu-exit{
    margin-left: auto;
    display: block;
    margin-bottom:40px;
}

@media(max-width:1040px){
    .header-menu-left-title.desc{
        display: none;
    }
    .header-menu-right-menu.desc a:first-child{
        display: none;
    }
    .header-menu-right-download-button.desc{
        display:none;
    }
    .mobile-menu .header-menu-left-title{
        font-size: 14px;
        line-height: 170%;
        margin-bottom:40px;
    }
    .mobile-menu .header-menu-right-menu{
        display: flex;
        flex-direction: column;
        gap:40px;
        margin-bottom:40px;
    }
    .mobile-menu .header-menu-right-menu a{
        border:1px solid rgba(93, 73, 117, 1);
        border-radius: 18px;
        width:100%;
        max-width:294px;
        height:48px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        box-shadow: 0px 1px 23px 0px rgba(255, 85, 235, 0.2) inset, 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    }
    .mobile-menu .header-menu-right-download-button{
        width:100%;
        max-width:294px;
        height:48px;
        border-radius: 18px;
    }
    .header-menu-button{
        display: block;
    }
}
@media(max-width:768px){
    .header-menu{
        border-radius: 39px;
        padding-right:14px;
    }
    .header-logo{
        width:151px;
    }
    .header-menu-right{
        gap:35px;
    }
    .header-menu-right-menu a{
        font-size: 12px;
    }
}

/*  */
.main-banner-section{
    padding-top:120px;
    overflow: hidden;
}
.main-banner{
    padding-top:130px;
    padding-bottom:160px;
    position: relative;
}
.main-banner-content{
    display: flex;
    flex-direction: column;
    gap:50px;
    max-width: 690px;
}
.main-banner-title{
    font-size: 54px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(160, 143, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 900;
}
.main-banner-text{
    font-size: 16px;
    line-height: 170%;
}
.main-banner-button{

}
.main-banner-images{
    width:894px;
        position: absolute;
    top: 0;
    right: -224px;
}
.main-banner-images-wrapper{
    width:100%;
    position: relative;
}
.main-banner-images-circles{
    position: absolute;
    z-index: 1;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cap-main{
    width:100%;
    display: block;
    position: relative;
    z-index: 2;
    opacity: 0;
    bottom:-20px;
    transition: 0.5s;
}
.cap-main-active{
    opacity: 1;
    bottom:0px;
}

.cap-1{
    position: absolute;
    left: 8px;
    bottom: 20px;
    z-index: 3;
    opacity: 0;
    transition: 0.5s;
}
.cap-2{
    position: absolute;
    top: 113px;
    left: 45px;
    z-index: 3;
    opacity: 0;
    transition: 0.5s;
}
.cap-3{
    position: absolute;
    z-index: 3;
    top: -45px;
    right: 50px;
    opacity: 0;
    transition: 0.5s;
}
.cap-4{
    position: absolute;
    z-index: 3;
        top: -27px;
    right: 35px;
    opacity: 0;
    transition: 0.5s;
}
.cap-5{
    position: absolute;
    z-index: 3;
    bottom: 146px;
    right: -38px;
    opacity: 0;
    transition: 0.5s;
}


/*  */

.cap-1, .cap-2, .cap-3, .cap-4, .cap-5 {
    transition: all 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.cap-1.cap-active {
    animation: appear-1 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards,
               float-1 4s ease-in-out infinite 1.5s;
}

.cap-2.cap-active {
    animation: appear-2 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s forwards,
               float-2 3.5s ease-in-out infinite 1.7s;
}

.cap-3.cap-active {
    animation: appear-3 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.4s forwards,
               float-3 5s ease-in-out infinite 1.9s;
}

.cap-4.cap-active {
    animation: appear-4 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s forwards,
               float-4 4.2s ease-in-out infinite 2.1s;
}

.cap-5.cap-active {
    animation: appear-5 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.8s forwards,
               float-5 3.8s ease-in-out infinite 2.3s;
}

/* Анимации появления (медленные) */
@keyframes appear-1 {
    0% { 
        opacity: 0;
        transform: translateY(30px) scale(0.8);
    }
    70% {
        opacity: 1;
        transform: translateY(-5px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes appear-2 {
    0% { 
        opacity: 0;
        transform: translateY(30px) scale(0.8) rotate(-10deg);
    }
    70% {
        opacity: 1;
        transform: translateY(-5px) scale(1.05) rotate(5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
    }
}

@keyframes appear-3 {
    0% { 
        opacity: 0;
        transform: translateY(30px) scale(0.8) rotate(10deg);
    }
    70% {
        opacity: 1;
        transform: translateY(-5px) scale(1.05) rotate(-5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
    }
}

@keyframes appear-4 {
    0% { 
        opacity: 0;
        transform: translateY(40px) scale(0.7);
    }
    60% {
        opacity: 0.8;
        transform: translateY(-8px) scale(1.1);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes appear-5 {
    0% { 
        opacity: 0;
        transform: translateY(25px) scale(0.85);
    }
    80% {
        opacity: 1;
        transform: translateY(-3px) scale(1.03);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Оригинальные анимации плавания (оставляем как были) */
@keyframes float-1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(2px, -8px) rotate(1deg); }
    75% { transform: translate(-2px, -5px) rotate(-1deg); }
}

@keyframes float-2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(-3px, -10px) rotate(-2deg); }
    66% { transform: translate(3px, -6px) rotate(2deg); }
}

@keyframes float-3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    30% { transform: translate(4px, -12px) rotate(3deg); }
    70% { transform: translate(-4px, -8px) rotate(-3deg); }
}

@keyframes float-4 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(0, -15px); }
}

@keyframes float-5 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(0, -9px) scale(1.02); }
}

/*  */

/* ============================================
   УНИВЕРСАЛЬНЫЙ ЭФФЕКТ ГРАВИТАЦИИ
   Для любых элементов с классом .gravity
   ============================================ */

/* Базовый класс гравитации */
.gravity {
    /* Эти свойства будут добавлены к существующим стилям элемента */
    transform-origin: center;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

/* Активное состояние гравитации */
.gravity.gravity-active {
    opacity: 1 !important;
    animation: gravity-appear 1.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
               gravity-float 4s ease-in-out infinite 1.8s;
}

/* Анимация появления (медленная) */
@keyframes gravity-appear {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.7) rotate(-5deg);
    }
    30% {
        opacity: 0.3;
        transform: translateY(20px) scale(0.85) rotate(-2deg);
    }
    60% {
        opacity: 0.7;
        transform: translateY(-10px) scale(1.08) rotate(1deg);
    }
    80% {
        opacity: 0.9;
        transform: translateY(3px) scale(0.97) rotate(0deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
    }
}

/* Анимация плавания в невесомости */
@keyframes gravity-float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    20% {
        transform: translateY(-8px) rotate(0.7deg);
    }
    40% {
        transform: translateY(-12px) rotate(-0.5deg);
    }
    60% {
        transform: translateY(-6px) rotate(1deg);
    }
    80% {
        transform: translateY(-14px) rotate(-0.3deg);
    }
}

/* ============================================
   ВАРИАНТЫ ЭФФЕКТА ГРАВИТАЦИИ
   ============================================ */

/* Быстрая гравитация */
.gravity-fast.gravity-active {
    animation: gravity-appear-fast 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
               gravity-float-fast 3s ease-in-out infinite 1s;
}

@keyframes gravity-appear-fast {
    0% { opacity: 0; transform: translateY(30px) scale(0.8); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes gravity-float-fast {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Медленная гравитация */
.gravity-slow.gravity-active {
    animation: gravity-appear-slow 2.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
               gravity-float-slow 6s ease-in-out infinite 2.5s;
}

@keyframes gravity-appear-slow {
    0% { opacity: 0; transform: translateY(50px) scale(0.6); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes gravity-float-slow {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(1deg); }
}

/* Гравитация с bounce */
.gravity-bounce.gravity-active {
    animation: gravity-appear-bounce 1.5s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards,
               gravity-float 4s ease-in-out infinite 1.5s;
}

@keyframes gravity-appear-bounce {
    0% { opacity: 0; transform: translateY(50px) scale(0.5); }
    60% { opacity: 1; transform: translateY(-20px) scale(1.1); }
    80% { opacity: 1; transform: translateY(10px) scale(0.95); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Минимальная гравитация (только появление) */
.gravity-minimal.gravity-active {
    animation: gravity-appear 1.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* ============================================
   НАПРАВЛЕНИЯ ПОЯВЛЕНИЯ
   ============================================ */

/* Слева */
.gravity-from-left.gravity-active {
    animation: gravity-appear-left 1.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
               gravity-float 4s ease-in-out infinite 1.8s;
}

@keyframes gravity-appear-left {
    0% { opacity: 0; transform: translateX(-50px) translateY(20px) scale(0.8); }
    100% { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

/* Справа */
.gravity-from-right.gravity-active {
    animation: gravity-appear-right 1.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
               gravity-float 4s ease-in-out infinite 1.8s;
}

@keyframes gravity-appear-right {
    0% { opacity: 0; transform: translateX(50px) translateY(20px) scale(0.8); }
    100% { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

/* Снизу (по умолчанию) */
.gravity-from-bottom.gravity-active {
    animation: gravity-appear 1.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
               gravity-float 4s ease-in-out infinite 1.8s;
}

/* Сверху */
.gravity-from-top.gravity-active {
    animation: gravity-appear-top 1.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
               gravity-float 4s ease-in-out infinite 1.8s;
}

@keyframes gravity-appear-top {
    0% { opacity: 0; transform: translateY(-50px) scale(0.8); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* ============================================
   ДОПОЛНИТЕЛЬНЫЕ ЭФФЕКТЫ
   ============================================ */

/* Гравитация с тенью */
.gravity-shadow {
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.gravity-shadow.gravity-active {
    animation: gravity-appear 1.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
               gravity-float-shadow 4s ease-in-out infinite 1.8s;
}

@keyframes gravity-float-shadow {
    0%, 100% { 
        transform: translateY(0);
        filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    }
    50% { 
        transform: translateY(-12px);
        filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
    }
}

/* Гравитация с fade-in только */
.gravity-fade.gravity-active {
    opacity: 1 !important;
    animation: gravity-fade-in 1.5s ease-out forwards;
}

@keyframes gravity-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ============================================
   УТИЛИТЫ ДЛЯ JAVASCRIPT
   ============================================ */

/* Для отключения transition при инициализации */
.gravity-no-transition {
    transition: none !important;
}


@media(max-width:1440px){
    body > img{
        display:none;
    }
}
/*  */

.main-banner-images-circle-1,.main-banner-images-circle-2,.main-banner-images-circle-3{
    opacity: 0;
    transition: 1.5s;
}
.main-banner-images-circle-1.active{
    opacity: 0.24;
}
.main-banner-images-circle-2.active{
    opacity: 0.46;
}
.main-banner-images-circle-3.active{
    opacity: 0.86;
}

.main-banner-button.mob,.main-banner-mob{
    display: none;
}

@media(max-width:1350px){
    .main-banner-section{
        overflow: hidden;
    }
    .main-banner{
        padding-top:0;
    }
    .main-banner-content{
        position: relative;
        z-index: 4;
    }
    .main-banner-images{
        right: -328px;
        width: 686px;
    }
    .cap-1{
        bottom: -82px;
    }
    .cap-2{
        top: 0;
        left: -28px;
    }
}

@media(max-width:768px){
    .main-banner-content{
        gap:20px;
        overflow: auto;
    }
    .main-banner{
        padding-bottom: 75px;
    }
    .main-banner-title{
        font-size: 24px;
    }
    .main-banner-text{
        font-size: 14px;
    }
    .main-banner-button{
        width:100%;
    }
    .main-banner-button.mob{
        display: block;
        position: relative;
        z-index: 2;
    }
    .main-banner-button.desc{
        display: none;
    }
    .main-banner-images{
        position: relative;
        top:0;
        left:0;
        right:0;
        width:100%;
        display: flex;
        justify-content: center;
    }
    .main-banner-images-wrapper{
        display:none;
    }
    .main-banner-mob{
        display: block;
        width: calc(100% + 33px);
        margin-top: -60px;
        margin-bottom: -30px;
    }
}

.section-numbers-blocks{
    display: flex;
    gap:30px;
}
.section-numbers-block{
    width:100%;
    background: 
    url('/wp-content/themes/mw-academy/assets/img/section-numbers-block.svg');
    /* Linear Gradient */
    
    /* background-blend-mode: overlay, normal, normal, normal; */
    background-size: cover;
    border-radius: 50px;
    padding-left:70px;
    padding-right:70px;
    padding-bottom:34px;
    
}
.section-numbers-block-num{
    display: block;
    margin-top: -56px;
    max-width:100%;
    margin-left: -51px;
}
.section-numbers-block-num.mob{
    display: none;
}
.section-numbers-block-title{
    font-size:32px;
    font-weight: 900;
    color:rgba(214, 182, 255, 1);
    margin-bottom: 20px;
}
.section-numbers-block-title span{
    color:inherit;
}
.section-numbers-block-text{
    font-size:16px;
    line-height: 170%;
}

@media(max-width:800px){
    .section-numbers-blocks{
        flex-wrap: wrap;
    }
    .section-numbers-block{
        border-radius: 26px;
        padding:15px;
        padding-top:20px;

    }
    .section-numbers-block-num.desc{
        display: none;
    }
    .section-numbers-block-num.mob{
        display: block;
        position: absolute;
        left: 36px;
        top: 2px;
    }
    .section-numbers-block-title{
        position: relative;
        padding-left:153px;
        font-size: 17px;
        margin-bottom:12px;
    }
    .section-numbers-block-text{
        font-size: 12px;
    }


}


.section-actual{
    padding-top:100px;
    padding-bottom: 100px;
}
.section-actual-title{
    font-size: 38px;
    font-weight:900;
    margin-bottom:60px;
    text-transform: uppercase;
}
.section-actual-blocks{ 
    display: flex;
    align-items: flex-start;
    gap:30px;
}
.section-actual-block{
    /* width:100%; */
    border-radius: 50px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(164, 108, 167, 1);
    background:rgba(85, 59, 135, 0.52);
    padding:16px;
    display: flex!important;
    gap:60px;
    /* align-items: flex-start; */
    max-width: 660px;
    margin-right:30px;
}
.section-actual-block-img.mob{
    display: none;
}
.section-actual-block-img{
    border-radius: 36px;
    display: block;
    box-shadow: 0px 2.12px 16.52px 0px rgba(135, 102, 255, 0.25);
    width:198px;
}
.section-actual-block-content{
    height:100%;
}
.section-actual-block-title{
    font-size: 18px;
    line-height:150%;
    margin-bottom:18px;
}
.section-actual-block-tags{
    display: flex;
    align-items: flex-end;
}
.section-actual-block-tags-wrapp{
    padding-right:16px;
    display: flex;
    flex-wrap: wrap;
    gap:4px;

}
.section-actual-block-tags-tag{
    padding:6px 7px;
    border: 0.5px solid rgba(150, 139, 255, 0.5);
    background:rgba(31, 0, 72, 0.5);
    border-radius: 6px;
    font-size: 12px;
    line-height: 150%;
    color:rgba(169, 165, 239, 1);
}
.section-actual-block-tags-show-more{
    padding:6px 7px;
    cursor: pointer;
    border: 0.5px solid rgba(150, 139, 255, 0.5);
    background:rgba(110, 72, 160, 0.5);
    font-size: 12px;
    line-height: 150%;
    color:rgba(169, 165, 239, 1);
    border-radius: 6px;
    transition: 0.5s;
}
.section-actual-block-tags-show-more:hover{
    background:rgba(31, 0, 72, 0.5);
}
.section-actual-block-tags-button{
    width:40px;
    height:40px;
    min-width:40px;
    min-height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background:white;
    border-radius: 100%;
    transform: scale(1);
    transition: 0.5s;
}
.section-actual-block-tags-button:hover{
    transform: scale(1.1);
}

.section-actual-block-tags-tag {
    display: none;
}
.section-actual-block-tags-tag:nth-child(-n+3),
.section-actual-block-tags-tag.visible {
    display: block;
}

.slick-dots{
        display: flex;
        gap:5px;
        justify-content: center;
        padding-top:60px;
    }
    .slick-dots li{
        border-radius: 100%;
        width:7px;
        height:7px;
        background:rgba(81, 55, 132, 1);
    }
    .slick-dots li::marker{
        display: none;
        content:'';
    }
    .slick-dots li.slick-active{
        background:white;
    }
    .slick-dots li button{
        display: none;
    }

@media(max-width:768px){
    .slick-dots{
        display: flex;
        gap:5px;
        justify-content: center;
        padding-top:12px;
    }
    .section-actual{
        padding-top:50px;
        padding-bottom:50px;

    }
    .section-actual-title{
        font-size: 20px;
        margin-bottom:30px;
    }
    .section-actual-blocks{
        margin: 0 -14px;
    }
    .section-actual-blocks .slick-slide{
        width:295px;
        padding-left:7px;
        padding-right:7px;
    }
    
    .section-actual-block{
        padding:7px;
        border-radius: 26px;
        width:281px;
    }
    .section-actual-block-img.desc{
        display: none;
    }
    .section-actual-block-img.mob{
        display:block;
        width:75px;
        height:75px;
        min-width: 75px;
        border-radius: 14px;
    }
    .section-actual-block-title{
        display:flex;
        gap:12px;
        align-items: flex-start;
        font-size: 12px;
        font-weight: 700;
        margin-bottom:12px;
    }
    .section-actual-block-tags-tag{
        border-radius: 3px;
        padding:3px;
        font-size: 8px;
    }
    .section-actual-block-tags-show-more{
        border-radius: 3px;
        padding:3px;
        font-size: 8px;
    }
    .section-actual-block-tags-button{
        width:36px;
        height:36px;
    }
    .section-actual-block-tags-button svg{

    }
}


/*  */

.section-receive{

}
.section-receive-blocks{
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.section-receive-block{
    width: 100%;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 18px;
    
}
.section-receive-block-img{
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.section-receive-block-title{
    display: flex;
    align-items: center;
    gap:12px;
    font-weight: 900;
    font-style: Black;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 12px;
    padding-left:35px;
}
.section-receive-block-text{
    padding-left:33px;
    font-size: 16px;
    line-height: 150%;
    padding-left:70px;
}

@media(max-width:900px){
    .section-receive{

    }
    .section-receive-blocks{
        flex-wrap: wrap;
        gap:0;
    }
    .section-receive-block{
        width:100%;
        display: flex;
        gap:10px;
        align-items: flex-start;
        padding-bottom:0;
    }
    .section-receive-block-img{
        width: 171px;
        margin-left: -42px;
    }
    .section-receive-block > div{
            margin-left: -30px;
    }
    .section-receive-block-title{
        padding-left: 0;
        gap:8px;
        align-items: center;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .section-receive-block-title img{
        width:13px;
    }
    .section-receive-block-text{
        padding-left:22px;
        font-size:12px;
    }
}


/*  */


.section-experience{
    padding-top:100px;
    padding-bottom: 100px;

}
.section-experience-wrapp{
    display: flex;
    align-items: flex-start;
    gap: 19px;
}
.section-experience-info{
    background: linear-gradient(162.66deg, rgba(98, 119, 255, 0) -9.58%, rgba(143, 83, 255, 0.9) 68.85%, rgba(255, 126, 83, 0.9) 105.16%);
    border-radius: 50px;
    border: 1.3px solid rgba(6, 0, 193, 1);
    box-shadow: 0px -3px 9.3px 0px rgba(0, 255, 221, 1) inset;
    padding-left:28px;
    padding-right:28px;
    padding-top:60px;
    padding-bottom: 60px;
    min-width:420px;
    width:420px;
}
.section-experience-info-title{
    font-family: Bounded;
    font-weight: 900;
    font-style: Black;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    background: linear-gradient(98.21deg, #D6B6FF -2.41%, #00F7FF 88.37%);
    margin-bottom:12px;
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.section-experience-info-text{
    font-family: Bounded;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;

}
.section-experience-slider-wrapper{
    display: flex;
    gap:20px;
    align-items: center;
    width:100%;
}
.slider-nav{
    order: 1;
    border-radius: 44px;
    padding:12px;
    background: rgba(53, 37, 70, 0.57);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    display: flex;
    flex-direction: column;
    gap:18px;
}
.slider-arrow{
    width:40px;
    height:97px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(172.23deg, #4A57F0 6%, #4F2A8A 139.86%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),1px -1px 4px 0px rgba(195, 0, 255, 0.61) inset;
    background: url(/wp-content/themes/mw-academy/assets/img/slider-arrow.svg),linear-gradient(172.23deg, #4A57F0 6%, #4F2A8A 139.86%);
    background-position: center;
    background-repeat: no-repeat;
    border:0;
    cursor: pointer;
    transform: scale(1);
    transition: 0.5s;
}
.slider-arrow:hover{
    background: url(/wp-content/themes/mw-academy/assets/img/slider-arrow.svg),linear-gradient(172.23deg, #4F2A8A 6%, #4A57F0 139.86%);
    background-position: center;
    background-repeat: no-repeat;
}

.slider-arrow svg{
    display: none;
}
.slider-arrow.next{
    transform: rotate(180deg);
}

.section-experience-slider{
    order:2;
    width:100%;
    height:520px;
}
.section-experience-slide{
    border-radius: 50px;
    background: rgba(65, 79, 255, 0.17);
    border: 1px solid rgba(93, 73, 117, 1);
    box-shadow: 0px 4px 24.2px 0px rgba(246, 144, 255, 0.25) inset;
    padding-top:20px;
    padding-bottom: 20px;
    padding-left:28px;
    padding-right:28px;
    margin-bottom:12px;
    display: flex!important;
    flex-direction: column;
    gap:12px;
    width:100%;
}
.section-experience-slide-title{
    display: flex;
    align-items: center;
    gap:20px;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;

}
.section-experience-slide-title img{
    display: block;
}
.slide-open .section-experience-slide-title img{
    display: none;
}

.section-experience-slide-text{
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    display:none;

}

/* Для плавной анимации высоты слайдов */
.slider-track {
    will-change: transform;
}

@media(max-width:768px){
    .section-experience{
        padding-top:60px;
        padding-bottom: 60px;
    }
    .section-experience-wrapp{
        flex-wrap: wrap;
    }
    .section-experience-slider{
        height:auto;
    }
    .section-experience-info{
        width:100%;
        min-width: 0;
        border-radius: 26px;
        padding:16px 12px;
    }
    .section-experience-info-title{
        font-size: 16px;
    }
    .section-experience-info-text{
        font-size: 10px;
    }
    .slider-nav{
        display: none;
    }
    .section-experience-slide{
        border-radius: 26px;
        padding:16px 12px;
        gap:7px;
    }
    .section-experience-slide-title{
        font-size: 12px;
    }
    .section-experience-slide-text{
        font-size: 10px;
    }
}


/*  */

.section-news{
    padding-top:70px;
    padding-bottom: 70px;
    background: rgba(85, 59, 135, 0.52);
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(164, 108, 167, 1);
    backdrop-filter: blur(62.29999923706055px);
    border-radius: 100px;
}
.section-news-wrapp{
    display: flex;
    gap:40px;
    flex-wrap: wrap;
}
.section-news-block{
    height:570px;
    flex: 0 0 calc(33.333% - 27px);
    display: flex;
    flex-direction: column;
    gap:20px;
    /* background: linear-gradient(0deg, #D9D9D9, #D9D9D9),
    linear-gradient(180deg, rgba(141, 20, 255, 0) 41.65%, rgba(60, 0, 119, 0.5) 57.69%, rgba(44, 0, 89, 0.9) 79.23%),
    linear-gradient(172.46deg, #FF8E8F -31.55%, rgba(141, 20, 255, 0) 20.87%); */
    box-shadow: 0px 4px 31.2px 0px rgba(135, 102, 255, 0.25);
    justify-content: flex-end;
    border-radius: 50px;
    padding:22px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
}
.section-news-block:hover{
    box-shadow: 0px 4px 70.2px 12px rgba(135, 102, 255, 0.25);
}
.section-news-block-title{
    font-size: 18px;
}

.section-news-show-more{
    margin:0 auto;
    margin-top:80px;
    width: 420px;
    height: 60px;
    border-radius: 20px;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(30, 0, 83, 0.5);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25),0px 0px 1.1px 0px rgba(0, 0, 0, 0.25);
    font-family: Bounded;
    font-weight: 466;
    font-style: Medium;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
}
.section-news-show-more:hover{
    background: rgba(132, 0, 255, 0.5);
}

@media(max-width:768px){
    .section-news{
        padding:20px 0px;
        border-radius: 50px;
    }
    .section-news-block{
        width:100%;
        flex:1;
    }
    .section-news-show-more{
        width:100%;
        max-width: 420px;
        border-radius: 13px;
        height:48px;
        font-size: 14px;
        margin-top:20px;
    }
    .section-news-block{
        border-radius: 26px;
        height:460px;
        gap:12px;
    }
    .section-news-block-title{
        font-size: 14px;
        font-weight: 400;
    }
}


/*  */

.section-bottom-form{
    padding-top:100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.section-bottom-form-wrapp{
    display: flex;
    justify-content: space-between;
    gap:20px;
    padding:60px 50px;
    border-radius: 50px;
    background: linear-gradient(207.63deg, rgba(80, 83, 121, 0.1) 24.98%, rgba(56, 54, 92, 0.1) 72.1%),
    linear-gradient(0deg, rgba(57, 87, 147, 0.1), rgba(57, 87, 147, 0.1)),
    radial-gradient(97.66% 97.66% at -50.5% -71.4%, rgba(28, 232, 255, 0.1) 0%, rgba(28, 232, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(67.73% 67.73% at 117.73% 59.03%, #38284E 0%, rgba(55, 149, 131, 0) 100%)
     /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    background-repeat: no-repeat;
}
.section-bottom-form-left{
    width:500px;
}
.section-bottom-form-title{
    font-weight: 900;
    font-size: 38px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-bottom-form-title span {
    background: linear-gradient(
        90deg,
        #FAAEFF,
        #6F4EF4,
        #FAAEFF,
        #4A3FE0,
        #6F4EF4
    );
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: block;
    animation: gradientFlow 6s ease-in-out infinite;
}

@keyframes gradientFlow {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
.section-bottom-form-text{
    font-size: 16px;
}
.section-bottom-form-right{
    /* padding-right:180px; */
    position: relative;
}
.section-bottom-form-form{
    width: 648px;
}
.section-bottom-form-form-label{
    padding-left:12px;
    font-size: 16px;
    margin-bottom: 12px;
}
.section-bottom-form-form-input{
    border-radius: 20px;
    border: 2px solid rgba(106, 0, 255, 1);
    padding:23px 12px;
    background: rgba(217, 217, 217, 1);
    color:black;
    font-size: 18px;
    margin-bottom: 40px;
    width:508px;
}
.section-bottom-form-form-button{
    border:0;
    width:306px;
    text-transform: uppercase;
}
.section-bottom-form-form-bell{
    position: absolute;
    right: -214px;
    top: -80px;
}

/* Основная анимация (фоновая) */
@keyframes ring-with-pause {
    0%, 16% { 
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
    }
    18% { 
        transform: rotate(5deg);
        animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    }
    20% { 
        transform: rotate(-5deg);
        animation-timing-function: cubic-bezier(0.25, 0, 0.5, 0);
    }
    22% { 
        transform: rotate(5deg);
        animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    }
    24% { 
        transform: rotate(-3deg);
        animation-timing-function: cubic-bezier(0.25, 0, 0.5, 0);
    }
    26% { 
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.1, 0, 0.2, 0);
    }
    100% { 
        transform: rotate(0deg);
    }
}

/* Анимация для дёргания при клике */
@keyframes bell-jerk {
    0%, 16% { 
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
    }
    18% { 
        transform: rotate(5deg);
        animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    }
    20% { 
        transform: rotate(-5deg);
        animation-timing-function: cubic-bezier(0.25, 0, 0.5, 0);
    }
    22% { 
        transform: rotate(5deg);
        animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    }
    24% { 
        transform: rotate(-3deg);
        animation-timing-function: cubic-bezier(0.25, 0, 0.5, 0);
    }
    26% { 
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.1, 0, 0.2, 0);
    }
    100% { 
        transform: rotate(0deg);
    }
}

/* Класс для дёргания */
.bell-jerking {
    animation: bell-jerk 4s ease-in-out !important;
    transform-origin: top center !important;
}

/* Фоновая анимация */
.section-bottom-form-form-bell img {
    /* animation: ring-with-pause 5s infinite; */
    transform-origin: top center;
}

@media(max-width:1180px){
    .section-bottom-form-wrapp{
        flex-wrap: wrap;
    }
    .section-bottom-form-left{
        width:100%;
    }
    .section-bottom-form-right{
        width:100%;
    }
}
@media(max-width:768px){
    .section-bottom-form{
        padding-top:50px;
        padding-bottom: 50px;

    }
    .section-bottom-form-wrapp{
        border-radius: 50px;
        background: linear-gradient(207.63deg, rgba(80, 83, 121, 0.1) 24.98%, rgba(56, 54, 92, 0.1) 72.1%),
        linear-gradient(0deg, rgba(57, 87, 147, 0.1), rgba(57, 87, 147, 0.1)),
        radial-gradient(97.66% 97.66% at -50.5% -71.4%, rgba(28, 232, 255, 0.1) 0%, rgba(28, 232, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
        radial-gradient(67.73% 67.73% at 117.73% 59.03%, #38284E 0%, rgba(55, 149, 131, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        padding:28px 20px;
        padding-bottom:170px;
    }
    .section-bottom-form-title{
        font-size: 20px;
    }
    .section-bottom-form-text{
        font-size: 14px;
        line-height: 150%;
    }
    .section-bottom-form-right{
        padding-right:0;
    }
    .section-bottom-form-form-label{
        font-size: 10px;
        margin-bottom: 12px;
    }
    .section-bottom-form-form{
        width: 100%;
    }
    .section-bottom-form-form-input{
        padding:12px 18px;
        width:100%;
        margin-bottom:20px;
        border-radius: 13px;
    }
    .section-bottom-form-form-button{
        width:100%;
        
    }
    .section-bottom-form-form-bell{
                position: absolute;
        right: 32px;
        top: auto;
        bottom: -237px;
        width: 260px;
    }
}


/*  */

footer{
    background: linear-gradient(90deg, #001942 0%, #001942 15.38%, #001942 100%);
    border-top: 1px solid rgba(93, 73, 117, 1);
    box-shadow: 0px 1px 24.5px 0px rgba(255, 85, 235, 0.25) inset,0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-top:14px;
    padding-bottom: 14px;
}
.footer-wrapp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-left{

}
.footer-left img{

}
.footer-right{
    
}
.footer-right-top{
    display: flex;
    gap:40px;
    align-items: center;
    margin-bottom: 12px;
}
.footer-right-link{
    font-size: 16px;
    color: white;
    transition: 0.5s;
    text-transform: uppercase;
}
.footer-right-link:hover{
    color: rgba(199, 125, 255, 1);
}
.footer-contact{
    width:159px;
    height:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius:20px;
    cursor: pointer;
    transition: 0.5s;
    color:black;
    text-transform: uppercase;
}
.footer-contact:hover{
    background:rgba(221, 192, 238, 1);
    
}
.header-menu-right-download-button{

}
.footer-copyright{
    color: rgba(169, 165, 239, 1);
    font-size: 12px;
    text-align: right;
}

@media(max-width:1000px){
    .footer-wrapp{
        flex-wrap: wrap;
        gap:20px;   
    }
    .footer-left{
        width:100%;
    }
    .footer-right{
        width: 100%;
    }
}
@media(max-width:768px){
    .footer-wrapp{
        justify-content: center;
    }
    .footer-left img{
        margin:0 auto;
        display: block;
    }
    .footer-right-top{
        flex-direction: column;
        gap:20px;
    }
    .footer-copyright{
        text-align: center;
    }
    .footer-contact,footer .header-menu-right-download-button{
        height:48px;
        width:100%;
        font-size: 14px;
    }

}


#email-error{
    position: absolute;
    bottom: 25px;
    left: 12px;
    font-size: 10px;
}


.post-popup{
    background: rgba(85, 59, 135, 0.52);
    position: fixed;
    top:0;
    left:0;
    backdrop-filter: blur(62.29999923706055px);
    padding-top:60px;
    padding-bottom:60px;
    padding-left:16px;
    padding-right:16px;
    display: flex;
    justify-content: center;
    height:100vh;
    width:100vw;
    z-index: 999999999999999;
    opacity: 0;
    display:none;
    transition: 0.5s;
}
.post-popup.active{
    display: block;
}
.post-popup.active-2{
    opacity: 1;
}
.post-popup-wrapp{
    background:white;
    border-radius: 50px;
    padding-top:20px;
    padding-bottom: 20px;
    padding-left:40px;
    padding-right:40px;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    opacity: 0;
    transform: scale(0.8);
    transition: 0.5s;
}
.post-popup-wrapp.active{
    opacity: 1;
    transform:scale(1);
}
.post-popup-wrapp {
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox 64+ */
}

.post-popup-wrapp::-webkit-scrollbar {
    width: 0 !important; /* Chrome, Safari, Opera */
    height: 0 !important;
    display: none !important;
}

/* Для старых версий Chrome/Safari */
.post-popup-wrapp::-webkit-scrollbar-track {
    background: transparent;
}

.post-popup-wrapp::-webkit-scrollbar-thumb {
    background: transparent;
}
.post-popup-top-navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:50px;
}
.post-popup-top-navigation *{
    color: black;
}
.post-popup-top-navigation-prev{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
.post-popup-top-navigation-prev svg{

}

#popup-title{
    color:black;
}
.post-popup-top-navigation-all{
    font-size: 14px;
    text-transform: uppercase;
    background:rgba(244, 244, 244, 1);
    padding-top:20px;
    padding-bottom:20px;
    padding-left:50px;
    padding-right:50px;
    border-radius: 20px;
    display: flex;
    gap:10px;
    align-items: center;
    cursor: pointer;
}   
.post-popup-top-navigation-all svg{

}
.post-popup-top-navigation-next{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
.post-popup-top-navigation-next svg{

}

.post-popup-content{

}
.post-popup-content-top{
    display: flex;
    align-items: center;
    gap:65px;
}
.post-popup-content-top-img{
    width:368px;
    height:368px;
    object-fit:contain;
    border-radius: 50px;
    display: block;
}
.post-popup-content-top-img.mob{
    display: none;
}
.post-popup-content-top-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:40px;
}
.post-popup-content-top-title{
    font-size: 32px;
    line-height: 110%;
    color:black;
}
.post-popup-content-top-author{
    font-size: 18px;
    font-weight: 700;
    color:black;
    font-family: "Inter", sans-serif;
}
.post-popup-content-top-tags{
    display: flex;
    flex-wrap: wrap;
    gap:4px;
}
.post-popup-content-top-tag{
    padding:6px;
    background: rgba(244, 244, 244, 1);
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    font-size: 12px;
    color:black;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
}

.post-popup-content-bottom{
    padding-top:50px;
    padding-bottom: 50px;
}
.post-popup-content-bottom *{
    font-size: 14px;
    font-family: "Inter", sans-serif;
    color:black;
}
.post-popup-content-bottom > *{
    margin-bottom: 25px;
}
.post-popup-content-bottom li{
    margin-bottom: 12px;
}
.post-popup-content-bottom ol,.post-popup-content-bottom ul{
    padding-left: 18px;
}

.post-popup-bottom-navigation{
    display: flex;
    gap:40px;
    justify-content: space-between;
}
.popup-nav-but{
    max-width:50%;
}
.post-popup-bottom-navigation *{
    color:black;
}
.post-popup-bottom-navigation-prev,.post-popup-bottom-navigation-next{
    padding:20px;
    background: rgba(244, 244, 244, 1);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap:30px;
    cursor: pointer;
}
.post-popup-bottom-navigation-prev{
    align-items: flex-end;
}
.post-popup-bottom-navigation-title{
    display: flex;
    align-items: center;
    gap:20px;
    font-size: 14px;
    text-transform: uppercase;
}
.post-popup-bottom-navigation-text{
    font-size: 18px;
    line-height: 150%;
}
.post-popup-bottom-navigation-prev .post-popup-bottom-navigation-text{
    text-align: end;
}


@media(max-width:768px){
    .post-popup{
        padding-top:50px;
        padding-bottom: 50px;
    }
    .post-popup-wrapp{
        padding:12px;
        border-radius: 30px;
    }
    .post-popup-top-navigation{
        margin-bottom: 20px;
    }
    .post-popup-top-navigation-prev span,.post-popup-top-navigation-next span{
        display: none;
    }
    .post-popup-top-navigation-all{
        padding:15px 13px;
        border-radius: 13px;
        gap:6px;
        font-size: 10px;
        align-items: center;
    }
    .post-popup-top-navigation-all svg{
        width: 16.433332443237305px;
        height: 10.517333030700684px;

    }

    .post-popup-content-top{

    }
    .post-popup-content-top-right{
        gap:12px;
    }
    .post-popup-content-top-img.desc{
        display: none;
    }
    .post-popup-content-top-img.mob{
        display: block;
        border-radius: 20px;
    }
    .post-popup-content-top-title{
        display: flex;
        align-items: center;
        gap:12px;
        font-size: 14px;
    }
    .post-popup-content-top-img{
        width:110px;
        height:110px;
    }
    .post-popup-content-top-author{
        display: none;
    }
    .post-popup-content-top-tag{
        padding:6px;
        border-radius: 6px;
        font-size: 8px;
    }

    .post-popup-content-bottom *{
        font-size: 12px;
    }

    .post-popup-bottom-navigation{
        display: flex;
        gap:12px;
    }

}


@media(min-width:768px){
    /* CSS для размытия краев слайдов */
.section-experience-slider {
    position: relative;
    overflow: hidden;
}

/* Маска на контейнере слайдера */
.section-experience-slider {
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 60px,
        black calc(100% - 60px),
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 60px,
        black calc(100% - 60px),
        transparent 100%
    );
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/* Вариант с более плавным переходом */
.section-experience-slider.masked {
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 20px,
        rgba(0, 0, 0, 0.6) 40px,
        black 60px,
        black calc(100% - 60px),
        rgba(0, 0, 0, 0.6) calc(100% - 40px),
        rgba(0, 0, 0, 0.3) calc(100% - 20px),
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 20px,
        rgba(0, 0, 0, 0.6) 40px,
        black 60px,
        black calc(100% - 60px),
        rgba(0, 0, 0, 0.6) calc(100% - 40px),
        rgba(0, 0, 0, 0.3) calc(100% - 20px),
        transparent 100%
    );
}

/* Динамическая маска через CSS переменные */
.section-experience-slider {
    --mask-top: 60px;
    --mask-bottom: 60px;
    --mask-fade: 40px;
    
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.3) calc(var(--mask-fade) * 0.5),
        rgba(0, 0, 0, 0.6) var(--mask-fade),
        black var(--mask-top),
        black calc(100% - var(--mask-bottom)),
        rgba(0, 0, 0, 0.6) calc(100% - var(--mask-fade)),
        rgba(0, 0, 0, 0.3) calc(100% - var(--mask-fade) * 0.5),
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.3) calc(var(--mask-fade) * 0.5),
        rgba(0, 0, 0, 0.6) var(--mask-fade),
        black var(--mask-top),
        black calc(100% - var(--mask-bottom)),
        rgba(0, 0, 0, 0.6) calc(100% - var(--mask-fade)),
        rgba(0, 0, 0, 0.3) calc(100% - var(--mask-fade) * 0.5),
        transparent 100%
    );
}
}

