@charset "UTF-8";
@font-face {
    font-family: "SF";
    src: url("../../fonts/SFProDisplay-Regular.woff");
    font-weight: 700;
}

@font-face {
    font-family: "SF-opt";
    src: url("../../fonts/SFProDisplay-Regular.woff");
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.gif-modified {
    width: 100%;
    height: 100%;
    margin-top: 108px;
    /*overflow: hidden; !* всё, что выходит за пределы, обрезается *!*/
    /*position: relative;*/
}

.gif-modified img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gif-modified video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
}




@media (max-width: 430px) {
    .gif-modified {
        width: 100%;
        margin-top: 0px;
        /*background-image: url("../../images/gifs/D00b.gif");*/
    }
}

/* */
@media (max-width: 430px) {
    .header {
        position: relative;
    }

    .logo {
        width: 50%;
    }

    .nav {
        width: 0%;
    }

    .mobile-menu {
        width: 40%;
    }
}

/* Slider */
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    width: 493px;
    height: 368px;
    margin: auto;
}

body {
    background-color: #0b090b;
}

.video-container {
    width: 493px;
    max-width: 500px;
    height: 248px;
    position: relative;
    /* Настройте по вашему усмотрению */
}

.video-container p {
    width: 150px;
    height: 19px;
    position: absolute;
    top: 13px;
    left: 15px;
    z-index: 3;
    color: #FFFFFF;
    font-size: 13px;
    margin: auto;
    font-family: "SF";
    font-weight: 500;
    font-size: 13px;
    line-height: 125%;
    letter-spacing: 0%;
}

video {
    width: 100%;
    max-width: 493px;
    height: 248px;
    border-radius: 8px;
}

.video-container {
    position: relative;
    width: 100%;
    /* Ширина контейнера */
    max-width: 800px;
    /* Максимальная ширина (опционально) */
    aspect-ratio: 16/9;
    /* Соотношение сторон (например, 16:9) */
    overflow: hidden;
    /* Обрезаем всё, что выходит за пределы контейнера */
}

video {
    width: 100%;
    /* Видео занимает всю ширину контейнера */
    height: 100%;
    /* Видео занимает всю высоту контейнера */
    -o-object-fit: cover;
    object-fit: cover;
    /* Постер и видео растягиваются на весь блок */
    display: block;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100px;
    /* Настройте по вашему усмотрению */
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
    gap: 14px;
    padding: 0 10px;
}

.slider img {
    width: 100%;
    /* Изменено с фиксированной ширины */
    height: 85px;
    flex: 0 0 calc(33.33% - 10px);
    /* Учитываем gap */
    border-radius: 6px;
    background-color: #000;
    color: white;
    -o-object-fit: cover;
    object-fit: cover;
    /* Чтобы изображения не искажались */
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1C181C;
    color: #D9D9D9;
    border: none;
    padding: 6px;
    cursor: pointer;
    border-radius: 18px;
    width: 24px;
    height: 20px;
    font-size: 6px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

@media (max-width: 600px) {
    .slider img {
        flex: 0 0 100%;
        /* На мобильных устройствах показываем одно изображение */
    }

    .prev,
    .next {
        padding: 5px;
    }
}

#playPauseBtn,
#stopIcon {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 55px;
    opacity: 0;
    /* Начальная прозрачность */
    transition: opacity 0.3s ease;
    cursor: pointer;
    z-index: 3;
    background-color: rgba(217, 217, 217, 0);
    border: 0;
    pointer-events: none;
    /* Отключаем взаимодействие по умолчанию */
}

.video-container:hover #playPauseBtn,
.video-container:hover #stopIcon {
    opacity: 1;
    /* Показываем элементы при наведении */
    pointer-events: auto;
    /* Включаем взаимодействие при наведении */
}

/* END OF SLIDER*/
.wrapper--free--mod {
    width: 100vw;
    height: auto;
    margin: auto;
    padding-top: 53px;
    background-color: #0B090B;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "SF";
    position: relative;
    z-index: 2;
}

.free--mod__info {
    width: 1228px;
    height: 433px;
    margin: auto;
}

.free--mod__info--title {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    margin-bottom: 33px;
}

.free--mod__info--title h2 {
    line-height: 145%;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

.free--mod__info--title .info--title__progress-of-mod {
    display: flex;
    gap: 58px;
    letter-spacing: 1px;
}

.progress__donload {
    display: flex;
    gap: 10px;
}

.progress__donload .progress--icon {
    margin: auto;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(90deg, #F4AE3D 0%, #FCC325 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress__donload .progress--view {
    background: linear-gradient(45.91deg, #00BF56 2.67%, #00DDCB 95.98%);
}

.info--wrapper {
    width: 1228px;
    margin: auto;
    display: flex;
    /*gap: 32px;*/
    font-family: "SF";
}
.free--mod__gallary {
    margin-left: 32px;
}
.free--mod__info--main {
    width: 703px;
    height: 354px;
    background-color: #141114;
    stroke: #2C292C;
    border-radius: 18px;
    border: 1px solid rgb(44, 41, 44) 0.5;
    color: #FFFFFF;
}

.free--mod__info--main h4 {
    font-family: "SF";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
    width: 580px;
    height: 79px;
    margin-left: 26px;
    margin-bottom: 60px;
    color: rgb(119, 147, 161);
}

.free--mod__info--main .info--main--head-title {
    display: flex;
    gap: 15px;
    margin-top: 32px;
    margin-left: 26px;
    margin-bottom: 32px;
}

.author-avatar {
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
.info--main--wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.author-creds-container {
    position: absolute;
    top: 43px;
    left: 0;
    display: flex;
    gap: 8px;
}


.author-name {
    /*padding-left: 10px;*/
    color: #C3C3C3;
}


.img-info {
    width: 32px;
    height: 32px;
    background: linear-gradient(45.91deg, #00BF56 2.67%, #00DDCB 95.98%);
    /*border-radius: 17px;*/
    box-shadow: 0px 3px 55px 0px rgba(0, 207, 148, 0.35);
    color: white;
    display: flex;
    justify-self: center;
    align-items: center;
}

.img-info-author {
    width: 70px;
    height: 70px;
    background: linear-gradient(45.91deg, #ffffff 2.67%, #8e8e8e 95.98%);
    border-radius: 17px;
    box-shadow: 0px 3px 55px 0px rgba(255, 255, 255, 0.14);
    color: white;
    display: flex;
    justify-self: center;
    align-items: center;
}

.free--mod__info--main .info--main--head-title .info--main__ico {
    display: flex;
    justify-self: flex-end;
    align-items: flex-end;

    width: 70px;
    height: 70px;
    background: linear-gradient(45.91deg, #00BF56 2.67%, #00DDCB 95.98%);
    border-radius: 17px;
    box-shadow: 0px 3px 55px 0px rgba(0, 207, 148, 0.35);
    color: white;
}

.free--mod__info--main .info--main--head-title .info--main__text {
    width: 458px;
    font-family: "SF";
    font-weight: 700;
    font-size: 24px;
    line-height: 145%;
    letter-spacing: 1.4px;
}

.info--main__button--free {
    border: none;
    cursor: pointer;
    margin-left: 26px;
    width: 161px;
    height: 52;
    top: 349px;
    left: 28px;
    border-top-width: 2px;
    border-radius: 11px;
    gap: 11px;
    padding-top: 12px;
    padding-right: 35px;
    padding-bottom: 12px;
    padding-left: 35px;
    background: linear-gradient(90deg, #00BF56 0%, #00DDCB 100%);
    transform: scale(100%);
    transition: all 0.3s linear;
}

.info--main__button--free:hover {
    transform: scale(97%);
}

.info--main__button--free p {
    font-family: "SF";
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.8px;
    text-align: center;
    color: black;
}

.info--main__button--free {
    cursor: pointer;
    margin-left: 26px;
    width: 161px;
    height: 52px;
    top: 349px;
    left: 28px;
    border-radius: 11px;
    gap: 11px;
    padding: 12px 35px;
    background: linear-gradient(90deg, #00BF56 0%, #00DDCB 100%);
    transform: scale(100%);
    transition: all 0.4s ease;
    overflow: hidden;
    /* Эффект подложки при наведении */
    /* Дополнительная анимация при клике */
}

.info--main__button--free p {
    font-family: "SF";
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.8px;
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.info--main__button--free::before {
    position: relative;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.info--main__button--free:hover {
    transform: scale(0.97);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.41);
}

.info--main__button--free:hover p {
    color: #000;
}

.info--main__button--free:hover::before {
    left: 100%;
}

.info--main__button--free:active {
    transform: scale(0.95);
}

.progress--txt {
    margin: auto;
}

.progress--view img {
    margin: auto;
}

.free--mod__download {
    width: 1229px;
    min-height: 410px;
    margin: auto;
    margin-top: 37px;
    margin-bottom: 37px;
}

.free--mod__download .title--block {
    width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 26px;
}

.free--mod__download .title--block h2 {
    font-family: "SF";
    font-weight: 600;
    font-size: 27px;
    line-height: 145%;
    letter-spacing: 0%;
    color: white;
}
.mod {
    display: grid; /* или flex с flex-wrap */
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 33px;
    margin-bottom: 40px;
    position: relative; /* важно! */
}



.mod--version {
    width: 283px;
    /*height: 283px;*/
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #141114;
    border-radius: 10px;
}

.version {
    margin-left: 27px;
    margin-top: 27px;
}

.version__ico {
    width: 69px;
    height: 69px;
    border-radius: 50px;
    background: linear-gradient(45deg, #00BF56, #00DDCB), linear-gradient(45.91deg, #00BF56 2.67%, #00DDCB 95.98%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
}

.version__text {
    font-family: "SF";
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0%;
    color: white;
    display: flex;
    flex-direction: column;
    margin-bottom: 41px;
}

.version__text--num {
    color: #FFB932;
}

.version__button {
    width: 156px;
    height: 45px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(39, 202, 142, 0.2);
    border: none;
    gap: 1.5px;
    transition: all 0.4s ease-in-out;
}

.version__button img {
    padding-right: 5px;
}

.version__button p {
    font-family: "SF";
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(0deg, #65FFEA, #65FFEA);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.version__button:hover {
    cursor: pointer;
    background: rgba(21, 107, 76, 0.5254901961);
}

.mods-under-link {
    width: 108px;
    margin: auto;
    color: white;
}

.mods-under-link a {
    font-family: "SF";
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

.mods-under-link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #00DDCB;
    transition: width 0.3s ease;
}

.mods-under-link a:hover::after {
    width: 100%;
}

.line-2 {
    position: absolute;
    top: 26px;
    right: 28px;
}


.line-2 p {
    font-family: "SF";
    font-weight: 500;
    font-size: 15px;
    line-height: 102%;
    letter-spacing: 0%;
    color: #848484;
}

/* Slider */
.free--mod__slider {
    width: 100%;
    height: 485px;
    margin: auto;
}

.free--mod__slider--title {
    width: 1229px;
    margin: auto;
    font-family: "SF";
    font-weight: 700;
    font-size: 30px;
    line-height: 145%;
    letter-spacing: 0%;
    position: relative;
    margin-top: 49px;
    margin-bottom: 33px;
    color: white;
    overflow: hidden;
}

.free--mod__slider--title h2 {
    font-size: 30px;
}

.slider-wrapper {
    width: 1260px;
    position: relative;
    padding: 0px 0;
    margin: auto;
    border-radius: 19px;
}

.mod-slider-container {
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 19px;
    padding-top: 20px;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 31px;
    padding: 0 10px;
}

.slider-item {
    flex: 0 0 389px;
    height: 204px;
    background: #141114;
    border: 2px solid #2C292C;
    border-radius: 19px;
    padding: 27px 22px 0px 22px;
    box-sizing: border-box;
    color: white;
    font-family: Arial, sans-serif;
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.slider-btn {
    width: 62px;
    height: 33px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
    background: transparent;
}

/* Активная кнопка (можно листать) */
.slider-btn:not(:disabled) {
    background: linear-gradient(90deg, #00BF56 0%, #00DDCB 100%);
}

.slider-btn:not(:disabled) svg {
    fill: #000;
    /* Черная стрелка когда можно листать */
}

/* Неактивная кнопка (достигнут край) */
.slider-btn:disabled {
    background: #2C292C;
    border: 1px solid #2D272D;
    cursor: not-allowed;
}

.slider-btn:disabled svg {
    fill: #86939E;
    /* Серая стрелка (#86939E) когда нельзя листать */
}

/* Эффекты при наведении */
.slider-btn:hover:not(:disabled) {
    background: linear-gradient(90deg, #00A548 0%, #00C5B8 100%);
}

.slider-btn:active:not(:disabled) {
    transform: translateY(1px);
}

.slider-btn-prev svg {
    transform: rotate(180deg);
}

.slider-btn svg {
    width: 22px;
    height: 22px;
    transition: fill 0.2s ease;
}

.slider-item {
    display: block;
}

.slider-item-ico {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.slider-item-ico-main {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    background: linear-gradient(45.91deg, #FFB932 2.67%, #FF8025 95.98%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item-ico-secondary {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: #1C181C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item-text h3 {
    font-family: "SF";
    font-weight: 500;
    font-size: 17px;
    line-height: 125%;
    letter-spacing: 0.9px;
    margin-bottom: 11px;
}

.slider-item-text p {
    font-family: "SF";
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #86939E;
}

.free-mod {
    background: linear-gradient(45.91deg, #00BF56 2.67%, #00DDCB 95.98%);
}

.free-download-mod-ico p {
    color: #86939E;
    font-family: "SF";
    font-weight: 500;
    font-size: 12px;
    line-height: 102%;
    letter-spacing: 0%;
}

.free-download-mod-ico {
    /*width: 23%;*/
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.free-mod-bg {
    position: absolute;
    bottom: 2%;
    left: 10%;
    z-index: -5;
}

.progress--txt-1235 {
    font-family: "SF";
    font-weight: 400;
    font-size: 13px;
    line-height: 81%;
    letter-spacing: 0%;
    color: #7793A1;
    margin-top: 2px;
}

#count--view {
    font-family: "SF";
    font-weight: 600;
    font-size: 13px;
    line-height: 125%;
    letter-spacing: 0%;
}

#count--download {
    font-family: "SF";
    font-weight: 600;
    font-size: 13px;
    line-height: 125%;
    letter-spacing: 0%;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0B090B;
}

::-webkit-scrollbar-thumb {
    background: #2D272D;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #27CA8E;
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #2D272D #0B090B;
}

/* PRIME CODE */
.prime-gif {
    background-image: url("../../images/gifs/D00b.gif");
}

.prime-ico-main {
    width: 70px;
    height: 70px;
    border-radius: 17px;
    box-shadow: 0px 3px 58px 0px rgba(250, 189, 42, 0.3215686275);
    color: white;
    display: flex;
    justify-self: center;
    align-items: center;
    background: linear-gradient(90deg, #F4AE3D 0%, #FCC325 100%);
}

.prime-button-main-info {
    background: linear-gradient(90deg, #F4AE3D 0%, #FCC325 100%);
}

.prime-button-main-info1:hover {
    background: linear-gradient(90deg, #F4AE3D 0%, #FCC325 100%);
}

.bloack-prime-cost-but {
    width: 96%;
    display: flex;
    justify-content: space-between;
}

.prime-cost-info span {
    font-family: "SF";
    font-weight: 800;
    font-size: 27.09px;
    line-height: 145%;
    letter-spacing: 1.5px;
    text-align: center;
}

.prime-preview {
    font-weight: 600;
    font-size: 31px;
    line-height: 145%;
    letter-spacing: 0%;
}

.prime-slider-item {
    border: none;
    display: flex;
    padding: 0px;
}

.prime-slider-item video {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.who-can-buy-this-mod {
    width: 1228px;
    margin: auto;
    margin-top: 80px;
}

.who-can-buy-this-mod__text {
    margin-bottom: 37px;
}

.who-can-buy-this-mod__text h1 {
    font-family: "SF";
    font-weight: 600;
    font-size: 31px;
    line-height: 145%;
    letter-spacing: 1.2px;
    color: white;
}

.who-can-buy-this-mod__grid {
    display: grid;
    grid-template-columns: 65% 35%;
    grid-template-rows: auto auto;
    gap: 26px;
}

.who-can-buy-this-mod__grid-video {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    height: 399px;
    background: #141114;
    border-radius: 20px;
}

.who-can-buy-this-mod__grid-imgs {
    width: auto;
    height: 399px;
    background: #141114;
    border-radius: 20px;
}

.who-can-buy-this-mod__grid-imgs img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.who-can-buy-this-mod__grid-info {
    width: 1260px;
    height: 155px;
    background: #141114;
    border-radius: 20px;
    grid-column: 1/4;
    display: flex;
    justify-content: center;
}

.who-can-buy-this-mod__grid-info-title {
    margin-left: 36px;
    /*margin-top: 39px;*/
    margin-bottom: 50px;
    align-items: center;
    display: flex;
    /*width: 100%;*/
    height: 100%;
}

.who-can-buy-this-mod__grid-info-title h2 {
    width: 750px;
    /*height: 66px;*/
    margin-right: 22px;
    font-family: "SF";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #ffffff;
    text-align: justify;
}

.who-can-buy-this-mod__grid-info-sub-block {
    width: 426px;
    height: 107px;
    background: rgba(13, 163, 102, 0.1019607843);
    margin: 24px 26px 24px 10px;
    border-radius: 20px;
    display: flex;
}

.who-can-buy-this-mod__grid-info-sub-block-question {
    margin-top: 18px;
    margin-left: 22px;
    margin-bottom: 24px;
    margin-right: 29px;
}

.who-can-buy-this-mod__grid-info-sub-block--text {
    width: 64%;
    margin-top: 16px;
}

.who-can-buy-this-mod__grid-info-sub-block--text--title h4 {
    font-family: "SF";
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #27CA8E;
    margin-bottom: 8px;
}

.who-can-buy-this-mod__grid-info-sub-block--text--text p{
    font-family: "SF";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: white;
}

video {
    max-width: 100%;
    height: 100%;
    border-radius: 20px;
}

#button-full-info-prime {
    width: 338px;
    height: 79px;
    cursor: pointer;
    margin-left: 41%;
    margin-top: 28px;
    margin-bottom: 76px;
    background: #141114;
    border: none;
    border-radius: 20px;
    transform: scale(1);
    background: rgb(38, 35, 38);
    border: 1px solid rgb(31, 28, 31);
    color: rgb(220, 220, 220);
    transition: all 0.4s linear;
}

#button-full-info-prime p {
    font-family: "SF";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

#button-full-info-prime:hover {
    border: 2px dashed #FF8025;
    transform: scale(97%);
    border-bottom: 2px solid #FF8025;
    box-shadow: 0px 0px 20px rgba(244, 174, 61, 0.2196078431);
    transform: scale(0.98);
}

#button-full-info-prime:hover p {
    color: #F4AE3D;
}

.info-block-open {
    width: 1260px;
    height: 633px;
    border-radius: 20px;
    background: #141114;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 53px;
}

.info-block-open__text {
    height: 75px;
    width: 85%;
    margin-left: 78px;
    margin-bottom: 35px;
}

.info-block-open__text h3 {
    font-family: "SF";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #FFB932;
    margin-bottom: 18px;
}

.info-block-open__text p {
    color: #86939E;
}

.info-block-open__text:nth-child(1) {
    margin-top: 33px;
}

.info-block-open {
    height: auto;
    margin: 30px auto 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms linear;
    flex-direction: column;
    gap: 25px;
    padding: 0 20px;
    background-color: #141114;
    border-radius: 18px;
}

.info-block-open.open {
    max-height: 1720px;
    height: auto;
}

.prime-stars {
    width: 408px;
    height: 287px;
    display: block;
    transform: translateY(0%);
    transition: all 300ms ease;
    cursor: pointer;
}

.prime-stars--block {
    display: flex;
    margin: 28px 25px 16px 23px;
    position: relative;
}

.avatar-img {
    width: 60px;
    height: 60px;

    border-radius: 50%;
    object-fit: cover;
}

.prime-stars--block__avatars {
    width: 60px;
    height: 60px;
    margin-right: 16px;
    border-radius: 42px;
}

.prime-stars--block__avatars img {
    border-radius: 42px;
}

.prime-stars--block__title {
    display: block;
}

.prime-stars--block__title h5 {
    font-family: "SF";
    font-weight: 400;
    font-size: 13px;
    line-height: 125%;
    letter-spacing: 0%;
    color: #86939E;
    margin-top: 6px;
}

.prime-stars--block__title p {
    margin-top: 10px;
    font-family: "SF";
    font-weight: 600;
    font-size: 19px;
    line-height: 125%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.prime-stars--block__stars {
    position: absolute;
    right: 0;
    top: 2;
}

.prime-stars--block__pp {
    width: 90%;
    text-align: justify;
    font-family: "SF";
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #86939E;
    margin: 16px 22px 22px 23px;
}

.prime-stars:hover {
    transform: translateY(-5%);
    border-bottom: 2px solid #27CA8E;
    box-shadow: 0px 5px 15px rgba(39, 202, 142, 0.0666666667);
}

.button-views {
    width: 127px;
    height: 32px;
    border-radius: 30px;
    background: none;
    border: 2px solid #55FEEB;
    margin-left: 27px;
    margin-bottom: 26px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    /* Эффект при наведении */
    /* Эффект при нажатии */
    /* Подложка с анимацией */
}

.button-views p {
    font-family: "SF";
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 8px 20px;
    color: #55FEEB;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.button-views:hover {
    box-shadow: 0 0 10px rgba(85, 254, 235, 0.5);
    transform: translateY(-2px);
}

.button-views:hover::before {
    transform: translateX(0);
}

.button-views:active {
    transform: translateY(0);
    box-shadow: 0 0 5px rgba(85, 254, 235, 0.8);
}

.button-views::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(85, 254, 235, 0.1) 0%, rgba(85, 254, 235, 0.3) 100%);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 1;
}

/* pop up */
@font-face {
    font-family: "SF";
    src: url("SFProDisplay-Regular.woff");
}

body {
    font-family: "SF";
}

.payment-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    border: 0.8px solid #2C292C;
    background: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.payment-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.payment-popup-container {
    position: relative;
    z-index: 99999;
    background: #141114;
    border-radius: 12px;
    width: 491px;
    height: 551px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.payment-popup-header h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #333;
    font-family: "SF";
    font-weight: 700;
    font-size: 22.74px;
    line-height: 25.6px;
    letter-spacing: -0.14px;
    color: white;
    position: relative;
    z-index: 99999;
}

.promo-code-section {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

#promo-code-input {
    flex: 1;
    padding: 10px;
    color: white;
    background: #1C181C;
    border: 0.8px solid #1C181C;
    border-radius: 6px;
    font-size: 14px;
}

#apply-promo-btn {
    padding: 10px 15px;
    color: #999;
    border: none;
    border-radius: 6px;
    cursor: not-allowed;
    font-size: 14px;
    transition: all 0.2s;
}

#promo-code-input.active {
    border: 1px solid #1C181C;
}

#apply-promo-btn.active {
    background: #4CAF50;
    color: white;
    cursor: pointer;
}

#apply-promo-btn.invalid {
    background: #ff5252;
    color: white;
    content: "Неактивно";
}

.payment-methods {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
}

.payment-method {
    border: 1px solid rgb(28, 24, 28);
    background: rgb(28, 24, 28);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.payment-method.selected {
    border-color: #4CAF50;
    background: rgb(28, 24, 28);
}

.method-icon {
    width: 30px;
    height: 30px;
    background: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    -o-object-fit: cover;
    object-fit: cover;
}

.payment-summary {
    /*margin: 20px 0;*/
    text-align: center;
}

.original-price {
    margin-top: 6.5px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 12.8px;
    letter-spacing: 0px;
}

.discounted-price {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 6.5px;
}

.original-price.with-discount {
    text-decoration: line-through;
    color: #999;
    font-size: 18px;
}

.security-info {
    margin-top: 10px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    font-size: 9.6px;
    line-height: 19.2px;
    letter-spacing: 0.08px;
    vertical-align: middle;
}

.pay-button:hover {
    background-position: 100% 0;
    /* Сдвигаем градиент */
}

.payment-footer {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.hidden {
    display: none;
}

.payment-trigger-btn {
    padding: 12px 24px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.payment-trigger-btn:hover {
    background: #3d8b40;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.payment-trigger-btn:active {
    transform: translateY(0);
}

/* Основные стили pop-up */
.payment-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    border: 0.8px solid #2C292C;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.payment-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.payment-popup-container {
    background: #141114;
    border-radius: 12px;
    width: 491px;
    /*height: 551px;*/
    max-height: 900px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    flex-direction: column;
    z-index: 9999;
}

.payment-methods {
    display: flex;
    /*justify-content: space-between;*/
    gap: 10px;
    margin: 20px 0;
}

.payment-method {
    width: 78px;
    height: 78px;
    border-radius: 13px;
    display: flex;
    align-items: self-start;
    justify-content: start;
    cursor: pointer;
    transition: all 0.2s;
}

.payment-method.selected {
    border-color: #4CAF50;
    background: rgb(28, 24, 28);
}

.method-icon {
    font-weight: bold;
    font-size: 16px;
}

/* Остальные стили (оставьте без изменений) */
.close-popup-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777;
}

.promo-code-section {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

#promo-code-input {
    flex: 1;
    padding: 10px;
    background: #1C181C;
    border: 0.8px solid #1C181C;
    border-radius: 6px;
}

#apply-promo-btn {
    padding: 10px 15px;
    background: #1C181C;
    color: #999;
    border: 0.8px solid #1C181C;
    border: none;
    border-radius: 6px;
    cursor: not-allowed;
}


.payment-summary {
    /*margin: 20px 0;*/
    text-align: start;
}

.original-price {
    font-size: 24px;
    font-weight: bold;
}

.payment-footer {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.payment-methods-title h3 {
    font-family: "SF";
    font-weight: 500;
    font-size: 9.6px;
    line-height: 19.2px;
    letter-spacing: 0.08px;
    vertical-align: middle;
    color: white;
}

.payment-popup-header p {
    font-family: "SF";
    font-weight: 500;
    font-size: 9.6px;
    line-height: 19.2px;
    letter-spacing: 0.08px;
    vertical-align: middle;
    color: white;
}

.pop-up-footer-help {
    width: 100%;
    height: 123px;
    background: rgb(28, 24, 28);
    border-radius: 7px;
    color: white;
}

/*.pop-up-footer-help span {*/
/*    color: rgb(57, 187, 126);*/
/*}*/

.pop-up-footer-help h3 {
    padding-top: 19.5px;
    padding-left: 19px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    margin-top: 19.4px;
    margin-bottom: 21px;
}

/*.footer-help-btn {*/
/*    cursor: pointer;*/
/*    margin-left: 19px;*/
/*    width: 164px;*/
/*    height: 32.2px;*/
/*    border-radius: 7px;*/
/*    color: white;*/
/*    background: rgb(57, 187, 126);*/
/*    border: 0.8px solid rgb(57, 187, 126);*/
/*}*/

.method-icon {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.method-icon p {
    font-family: "SF";
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.5px;
    position: absolute;
    bottom: 10.2px;
}

.method-icon {
    margin-top: 10.8px;
    margin-left: 10.2px;
}

/* супорт поп ап */
.support-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    /* Выше основного pop-up */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.support-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.support-popup-container {
    background: #141114;
    border-radius: 18px;
    width: 400px;
    padding: 25px;
    position: relative;
}

.support-popup-container h3 {
    font-family: "SF";
    font-weight: 700;
    font-size: 22px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.support-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.support-link {
    color: #00BF56;
    font-family: "SF";
    font-size: 16px;
    text-decoration: none;
    transition: color 0.2s;
    text-align: center;
    transition: all 0.4s;
}

.support-link:hover {
    color: #ececec;
}

.close-support-popup-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777;
}

.support-link {
    width: 100%;
    height: 64px;
    border-radius: 16px;
    background: rgb(40, 132, 249);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-link img {
    margin-right: 30px;
}

.support-link span {
    margin-left: 30px;
}

.success-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    z-index: 1002;
    /* Выше других pop-up */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.success-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.success-popup-container {
    background: #141114;
    border-radius: 12px;
    width: 500px;
    padding: 30px;
    text-align: center;
}

.success-content img {
    margin-bottom: 24px;
}

.success-message p:first-child {
    font-family: "SF";
    font-weight: 600;
    font-size: 20px;
    color: rgb(101, 255, 234);
    margin-bottom: 10px;
    font-family: "SF";
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}

.success-message p:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    font-family: "SF";
    font-size: 16px;
    color: white;
    margin-bottom: 30px;
}

.continue-btn {
    width: 100%;
    background: linear-gradient(90deg, #00BF56 0%, #00DDCB 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.continue-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.subscribe-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.subscribe-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.subscribe-popup-container {
    background: #141114;
    border-radius: 19px;
    width: 491px;
    height: 689px;
    padding: 25px;
    position: relative;
}

.subscribe-popup-container h3 {
    font-family: "SF";
    font-weight: 700;
    font-size: 22px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}

.subscribe-groups {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}

.subscribe-group {
    width: 209px;
    height: 200px;
    background: #1C181C;
    border-radius: 21px;
    padding: 15px;
}

.subscribe-group h4 {
    width: 100%;
    font-family: "SF";
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 2px;
    margin-left: 0px;
    height: auto;
    margin-top: 17px;
    color: rgb(255, 255, 255);
    margin-bottom: 7px;
}

.subscribe-group p {
    font-family: "SF";
    font-size: 14px;
    color: #999;
}

.download-btn span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.close-subscribe-popup-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777;
}

.close-subscribe-popup-btn img {
    transition: all 0.3s linear;
}

.subscribe-popup-container {
    margin: auto;
}

.tt-pop-donwl {
    width: 292px;
    margin: auto;
    margin-top: 20px;
}

.tt-pop-donwl p {
    font-family: "SF";
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.subscribe-popup-container h3 {
    width: 70%;
    height: 80px;
    margin: auto;
}

.download-btn img {
    margin-right: 10px;
}


.subscribe-group {
    position: relative;
}

.status {
    max-width: 30px;
    max-height: 30px;
}

.subscribe-group .avatar {
    width: 62px;
    height: 62px;

    border-radius: 20%;
    object-fit: cover;
}

.subscribe-group a {
    position: absolute;
    top: 10px;
    right: 16px;
    cursor: pointer;
}

.tt-pop-donwl.hidden {
    display: none;
}

.download-btn.active {
    background: linear-gradient(90deg, #109D52 0%, #08B8A6 100%);
}

.download-btn.active img {
    color: rgb(255, 255, 255);
}

.auth-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.auth-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.auth-popup-container {
    background: #141114;
    border-radius: 12px;
    width: 604px;
    height: 264px;
    padding: 30px;
    text-align: center;
}

.auth-popup-container h2 {
    font-family: "SF";
    font-weight: 700;
    font-size: 22px;
    color: white;
    margin-bottom: 15px;
    position: relative;
}

.error-message {
    font-family: "SF";
    font-size: 14px;
    color: rgb(119, 147, 161);
    margin-bottom: 20px;
    line-height: 1.4;
}

.auth-separator {
    height: 1px;
    background: #2C292C;
    margin: 20px 0;
}

.auth-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.auth-btn {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: none;
    font-family: "SF";
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.auth-btn span {
    margin-left: 8px;
}

.vk-btn {
    background: #0077FF;
    color: white;
}

.vk-btn:hover {
    background: #0066DD;
}

.tg-btn {
    background: #0088CC;
    color: white;
}

.tg-btn:hover {
    background: #0077BB;
}

.auth-btn {
    justify-content: center;
    align-items: center;
    height: 64px;
}

.auth-buttons {
    justify-content: center;
    align-items: center;
    margin-top: 41px;
}

.subscribe-popup-container {
    transition: height 0.3s ease;
    /* Добавляем плавное изменение высоты */
    /* Исходная высота должна быть установлена в CSS или вычисляться автоматически */
}

.subscribe-popup-container.conditions-met {
    /*height: 620px !important;*/
}

.tt-pop-donwl.hidden {
    display: none;
}

.close-auth-popup-btn {
    position: absolute;
    top: 20px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 10;
}

.close-auth-popup-btn img {
    width: auto;
    /* или нужный вам размер */
    height: auto;
}

.auth-popup-container {
    position: relative;
    /* важно для абсолютного позиционирования кнопки */
    /* остальные ваши стили для контейнера */
}

/* Добавьте этот стиль в ваш CSS-файл */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.checkmark-animation {
    animation: fadeInScale 0.3s ease-out forwards;
}

.default-icon {
    transition: opacity 0.1s linear;
}

.default-icon {
    transition: opacity 0.1s linear;
}

.close-popup-btn img,
.close-support-popup-btn img {
    transition: opacity 0.2s linear;
}

.close-popup-btn:hover img,
.close-support-popup-btn:hover img {
    content: url("../../images/icons/close-ico.png");
    opacity: 1;
    visibility: visible;
}

.free-pp9 {
    cursor: pointer;
    transform: translateY(0%);
    transition: all 0.3s linear;
}

.free-pp9:hover {
    transform: translateY(-5%);
    border-bottom: 2px solid #27CA8E;
    box-shadow: 0px 15px 25px rgba(39, 202, 142, 0.0666666667);
}

.mod--version {
    cursor: pointer;
    transform: translateY(0%);
    transition: all 0.3s linear;
}

.mod--version:hover {
    transform: translateY(-5%);
    border-bottom: 2px solid #27CA8E;
    box-shadow: 0px 15px 25px rgba(39, 202, 142, 0.0666666667);
}

.gif-container {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}



.gif-shadow {
    width: 100%;
    position: absolute;
    bottom: -60px;
    /* Смещение тени вниз */
    left: 10px;
    right: 10px;
    z-index: 2;
    height: 40%;
    /* Высота тени */
    /*background: url("../../images/gifs/D00b.gif");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(20px) brightness(0.8) opacity(0.3);
    transform: scaleY(1) scaleX(1);
    /* Слегка сжать */
}

/* Опционально: плавное центрирование при скролле */
.slider-wrapper--prime {
    scroll-snap-type: x mandatory;
    overflow-x: auto;
}

.slider-item-ico-secondary {
    position: relative;
}

.slider-item-ico-secondary img {
    transition: opacity 400ms ease;
}

/* Дополнительное изображение (скрыто изначально) */
.slider-item-ico-secondary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/icons/vector-12345.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 400ms ease;
}

.free-pp9:hover .slider-item-ico-secondary img {
    opacity: 0;
}

.free-pp9:hover .slider-item-ico-secondary::after {
    opacity: 1;
}

.prime-icos {
    position: relative;
}

.prime-icos::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/icons/vector-123456.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 400ms ease;
}

.free-pp9:hover .prime-icos img {
    opacity: 0;
}

.free-pp9:hover .prime-icos::after {
    opacity: 1;
}

.prime-blocks-mod:hover {
    cursor: pointer;
    transform: translateY(0%);
    transition: all 0.3s linear;
}

.prime-blocks-mod:hover:hover {
    transform: translateY(-5%);
    border-bottom: 2px solid #FCC325;
    box-shadow: 0px 15px 25px rgba(244, 174, 61, 0.1215686275);
}

.free-pp9:hover .free-download-mod-ico p {
    color: rgb(255, 255, 255);
}

.download-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.download-popup-overlay.active {
    display: flex;
}

.download-popup-container {
    background-color: #1E1E1E;
    border-radius: 20px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.donwload-popup-title h3 {
    color: white;
    text-align: center;
    margin-bottom: 30px;
    font-family: "SF-opt";
    font-size: 24px;
    font-weight: 600;
    line-height: 128%;
}

.donwload-popup-btns, .donwload-popup-btns__forge-optifine {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.donwload-popup-btns__forge-optifine {
    margin-bottom: 25px;
}

.download-popup-btn-left,
.donwload-popup-btn-right,
.download-popup-btn-left__forge-optifine,
.donwload-popup-btn-right__forge-optifine {
    cursor: pointer;
    padding: 10px 20px;
    width: 9px;
    height: 17px;
}

.download-popup-btn__download {
    background: #39BB7E;
    border: none;
    border-radius: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    transition: all 0.4s linear;
    height: 50px;
}

.download-popup-btn__download:hover {
    background: #2b8d5f;
}

.download-popup-btn__download p {
    font-size: 16px;
    font-family: "SF";
}

.download-popup-btn__download img {
    width: 16px;
    margin-right: 6px;
}

.donwload-popup-chekbox {
    display: flex;
    align-items: center;
    color: white;
    font-size: 12px;
    margin-top: 20px;
}

.download-popup-checkbox {
    display: flex;
    justify-content: center;
}

.download-popup-checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 19px;
    height: 19px;
    border-radius: 3px;
    margin-right: 19px;
    border: 1px solid #6A6A6A;
    cursor: pointer;
    position: relative;
    outline: none;
}

.download-popup-checkbox input[type=checkbox]:checked {
    background-color: #39BB7E;
    /* или другой цвет, если на фото он отличается */
    border-color: #39BB7E;
}

.download-popup-checkbox input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: 0.1px solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.download-popup-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: inherit;
    /* укажите нужный шрифт */
    font-size: 14px;
    /* размер как на фото */
    color: #848484;
    /* цвет текста как на фото */
    width: 70%;
}

.close-popup-btn {
    order: 2;
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
}

.donwload-slider-version, .donwload-slider-version__forge-optifine {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.donwload-slider-version p {
    font-family: "SF-opt";
    color: #39BB7E;
    font-weight: 900;
    font-size: 62px;
    line-height: 126%;
}

.donwload-slider-version__forge-optifine p {
    font-family: "SF-opt";
    font-weight: lighter;
    font-size: 34px;
    color: white;
}

.donwload-slider-version {
    width: 180px;
    height: 90px;
}

/* Добавим анимацию для плавного переключения слайдов */
.donwload-slider-version__forge-optifine {
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 50px;
}

.donwload-slider-version > div,
.donwload-slider-version__forge-optifine > div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

/* Стили для активного и неактивного состояния */
.donwload-slider-version p.active,
.donwload-slider-version__forge-optifine p.active {
    color: #39BB7E;
}

.donwload-slider-version p:not(.active),
.donwload-slider-version__forge-optifine p:not(.active) {
    color: #39BB7E;
}

.donwload-slider-version__forge-optifine p:not(.active) {
    color: white;
}

/* Для версий Minecraft */
.slide-1-16-5,
.slide-1-21 {
    opacity: 0;
    transform: translateX(100%);
}

.slide-1-16-5.active,
.slide-1-21.active {
    opacity: 1;
    transform: translateX(0);
}

/* Для модификаций (Forge/Optifine) */
.forge,
.optifine {
    opacity: 0;
    transform: translateX(100%);
}

.forge.active,
.optifine.active {
    opacity: 1;
    transform: translateX(0);
}

/* Стили для кнопок слайдера версий (большие и жирные) */
.download-popup-btn-left,
.donwload-popup-btn-right {
    cursor: pointer;
    padding: 15px 15px;
    /* Увеличиваем размер кликабельной области */
    width: auto;
    /* Убираем фиксированную ширину */
    height: auto;
    /* Убираем фиксированную высоту */
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(57, 187, 126, 0);
    /* Легкий фон для видимости */
    transition: background 0.2s;
}

.download-popup-btn-left:hover,
.donwload-popup-btn-right:hover {
    background: rgba(57, 187, 126, 0);
}

.download-popup-btn-left svg,
.donwload-popup-btn-right svg {
    width: 30px;
    /* Увеличиваем размер стрелок */
    height: 25px;
    stroke-width: 3px;
    /* Делаем стрелки толще */
}

/* Стили для кнопок слайдера модификаций (поменьше) */
.download-popup-btn-left__forge-optifine,
.donwload-popup-btn-right__forge-optifine {
    cursor: pointer;
    padding: 1px 15px;
    /* Меньше, чем у версий */
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(57, 187, 126, 0);
    border-radius: 6px;
    margin: 0 8px;
    transition: background 0.2s;
}

.download-popup-btn-left__forge-optifine svg,
.donwload-popup-btn-right__forge-optifine svg {
    width: 10px;
    /* Увеличиваем размер стрелок */
    height: 16px;
    stroke-width: 3px;
    /* Делаем стрелки толще */
}

.download-popup-btn-left__forge-optifine:hover,
.donwload-popup-btn-right__forge-optifine:hover {
    background: rgba(57, 187, 126, 0);
}

.download-popup-btn-left,
.donwload-popup-btn-right,
.download-popup-btn-left__forge-optifine,
.donwload-popup-btn-right__forge-optifine {
    position: relative;
    z-index: 10;
    /* Чтобы кнопки были поверх других элементов */
}

/* Упрощенная анимация для слайдеров */
.donwload-slider-version,
.donwload-slider-version__forge-optifine {
    position: relative;
    overflow: hidden;
}

.donwload-slider-version > div,
.donwload-slider-version__forge-optifine > div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease-in-out;
}

/* Простая анимация - только изменение прозрачности */
.slide-1-16-5,
.slide-1-21,
.forge,
.optifine {
    opacity: 0;
}

.slide-1-16-5.active,
.slide-1-21.active,
.forge.active,
.optifine.active {
    opacity: 1;
}

/* Остальные стили остаются без изменений */
.donwload-slider-version {
    width: 180px;
    height: 90px;
}

.donwload-slider-version__forge-optifine {
    width: 120px;
    height: 50px;
}

.donwload-slider-version p {
    font-family: "SF-opt";
    color: #39BB7E;
    font-weight: 900;
    font-size: 62px;
    line-height: 126%;
}

.donwload-slider-version__forge-optifine p {
    font-family: "SF-opt";
    font-weight: lighter;
    font-size: 34px;
    color: white;
}

/* Стили для активного и неактивного состояния */
.donwload-slider-version p.active,
.donwload-slider-version__forge-optifine p.active {
    color: #39BB7E;
}

.donwload-slider-version p:not(.active),
.donwload-slider-version__forge-optifine p:not(.active) {
    color: #39BB7E;
}

.donwload-slider-version__forge-optifine p:not(.active) {
    color: white;
}

/* Стили для кнопок остаются без изменений */
.download-popup-btn-left,
.donwload-popup-btn-right {
    cursor: pointer;
    padding: 15px 15px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(57, 187, 126, 0);
    transition: background 0.2s;
}

.download-popup-btn-left:hover,
.donwload-popup-btn-right:hover {
    background: rgba(57, 187, 126, 0);
}

.download-popup-btn-left svg,
.donwload-popup-btn-right svg {
    width: 30px;
    height: 25px;
    stroke-width: 3px;
}

.download-popup-btn-left__forge-optifine,
.donwload-popup-btn-right__forge-optifine {
    cursor: pointer;
    padding: 1px 15px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(57, 187, 126, 0);
    border-radius: 6px;
    margin: 0 8px;
    transition: background 0.2s;
}

.download-popup-btn-left__forge-optifine svg,
.donwload-popup-btn-right__forge-optifine svg {
    width: 10px;
    height: 16px;
    stroke-width: 3px;
}

.download-popup-btn-left,
.donwload-popup-btn-right,
.download-popup-btn-left__forge-optifine,
.donwload-popup-btn-right__forge-optifine {
    position: relative;
    z-index: 10;
}

@media (max-width: 520px) {
    .free--mod__download .title--block {
        width: 75%;
    }
    .free--mod__gallary {
        margin-left: 0px;
    }
    .donwload-popup-title h3 {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .donwload-popup-title h3 {
        font-size: 14px;
    }

    .donwload-popup-btns {
        height: 60px;
    }

    .donwload-slider-version {
        width: 120px;
    }

    .donwload-slider-version p {
        font-size: 46px;
    }

    .donwload-slider-version__forge-optifine {
        width: 60px;
    }

    .donwload-slider-version__forge-optifine p {
        font-size: 16px;
    }

    .download-popup-btn-left,
    .donwload-popup-btn-right {
        padding: 10px;
    }

    .donwload-popup-btn-right__forge-optifine,
    .download-popup-btn-left__forge-optifine {
        padding: 0;
    }

    .download-popup-checkbox label {
        font-size: 10px;
    }
}

@media (max-width: 350px) {
    .donwload-popup-title h3 {
        font-size: 12px;
    }
}

/*# sourceMappingURL=modification-free.css.map */