.promex-page {
    .pm-gas-advantages__label-dot,
    .pm-gas-stages__label-dot,
    .pm-gas-stages__step-icon i.active,
    .pm-badge__rectangle,
    .pm-gas-about__label-dot{
        background: #4ADE80;
    }
    .pm-gas-advantages__card{
        min-height: 226px;
    }.hero-bg-image
    .pm-gas-advantages__card-title{
        color: #fafafa;
    }

    .pm-gas-stages--perm .pm-gas-stages__title{
        max-width: 14em;
    }

    .pm-gas-stages__btn,
    .pm-btn--primary,
    .pm-footer .pm-btn.pm-btn--primary  {
        background: #22C55E;
    }

    @media(any-hover: hover) {
        .pm-gas-stages__btn:hover,
        .pm-btn--primary:hover,
        .pm-footer .pm-btn.pm-btn--primary:hover {
            background: #4ADE80;
        }
    }

    .pm-gas-stages__btn:active,
    .pm-btn--primary:active {
        background: #22C55E;
        opacity: var(--active);
    }

    .pm-page--mining-pool .pool-faq  {
        background: transparent;
    }

    .pm-badge-text,
    .pm-page--mining-pool .pool-faq__item-question {
        color: #fafafa;
    }

    .pm-page--mining-pool .pool-faq__item {
        background: #171717;
    }

    .pm-page--mining-pool .pool-faq__item-answer {
        color: #a3a3a3;
        max-width: 91.33%;
    }

    .pm-services-page.pm-page--mining-pool .pool-faq__right {
        padding-bottom: 90px;
    }

    .pm-page--mining-pool .pool-faq__item.is-open .pool-faq__item-body{
        padding-top: 0;
    }

    .pm-page--mining-pool .pool-faq__left{
        position: sticky;
        top: 90px;
    }

    @media (max-width: 1640px) {
        .pm-gas-advantages__card {
            min-height: 204px;
        }

        .pm-gas-advantages__card-text {
            min-height: unset;
        }
    }

    @media(max-width: 1560px) {
        .pm-services-page.pm-page--mining-pool .pool-faq__right {
            padding: 60px 0;
        }

        .pm-page--mining-pool .pool-faq__item-question {
            font-size: 20px;
            line-height: 24px;
        }

        .pm-page--mining-pool .pool-faq__item.is-open .pool-faq__item-body{
            padding-top: 8px;
        }

        .pm-badge-text {
            font-size: 14px;
            line-height: 18px;
        }
    }

    @media (max-width: 1200px) {
        .pm-gas-advantages__card-text {
            max-width: unset;
        }
    }

    @media(max-width: 1060px) {
        .pm-services-page.pm-page--mining-pool .pool-faq__right {
            padding: 0;
        }

        .pm-page--mining-pool .pool-faq__item-question {
            font-size: 18px;
            line-height: 22px;
        }

        .pm-page--mining-pool .pool-faq__item {
            padding: 16px;
        }

        .pm-page--mining-pool .pool-faq {
            padding: 24px 0 48px;
        }

        .pm-section__headline-container {
            gap: 8px;
        }
    }

    @media (max-width: 1024px) {
        .pm-gas-advantages__card {
            min-height: 144px;
        }
        .pm-gas-advantages__card-icon {
            margin-bottom: 8px;
        }
        .pm-gas-advantages__card-text {
            min-height: unset;
        }
        .pm-gas-stages--perm.pm-gas-stages--perm {
            padding-top: 48px;
        }
        .pm-gas-stages--perm .pm-gas-stages__title {
            max-width: 100%;
        }
        .pool-faq .pm-section-title{
            font-size: 24px;
            line-height: 30px;
        }
        .pm-page--mining-pool .pool-faq__left{
            position: static;
        }
    }

    @media (max-width: 650px) {
        .pm-gas-advantages__card-text {
            max-width: unset;
        }

        .pm-gas-advantages__card {
            min-height: unset;
        }

        .pm-gas-stages--perm.pm-gas-stages--perm {
            padding-top: 32px;
        }
    }

    @media (max-width:600px) {
        .pm-page--mining-pool .pool-faq {
            padding: 32px 0;
        }

        .pm-page--mining-pool .pool-faq__item-question {
            font-size: 16px;
            line-height: 20px;
        }

        .pm-page--mining-pool .pool-faq__item-answer {
            max-width: 100%;
        }
    }

    @media (max-width: 510px) {
        .pm-gas-advantages__card-text {
            max-width: 23em;
        }
    }

    .pm-gas-about__header{
        margin: 0;
    }

    .pm-gas-about .pm-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: clamp(48px, 4vw, 72px);
    }

    .pm-gas-about .pm-gas-about__title {
        font-size: 48px;
        line-height: 56px;
    }

    .pm-gas-about .pm-btn--primary {
        font-size: 18px;
        line-height: 22px;
    }

    .pm-gas-about__stat-top{
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
}

/* ========================
   СЕКЦИЯ ОБМЕНА
======================== */
.pm-promex-exchange {
    background: #0a0a0a;
    padding: 80px 0 60px;
    overflow: hidden;
}

.pm-promex-exchange .pm-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
}

.pm-promex-exchange .pm-badge {
    -ms-flex-item-align: start;
        align-self: flex-start;
}

/* Основной блок: изображение + правая колонка */
.pm-promex-exchange__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: clamp(93px, 9.3888vw, 169px);
    position: relative;
}

/* Левая часть с изображением */
.pm-promex-exchange__visual {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: clamp(16px, 6.666vw, 120px);
    width: clamp(600px,  50.2777vw, 905px);
    aspect-ratio: 905 / 780;
    top: 42px;
    pointer-events: none;
}

.pm-promex-exchange__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.pm-promex-exchange__float-card {
    position: absolute;
    bottom: 15%;
    right: 0;
    background: rgba(26, 26, 26, 0.64);
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    padding: 32px 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #f1f2f4;
    max-width: 280px;
    -webkit-transform: rotate(6.37deg);
        -ms-transform: rotate(6.37deg);
            transform: rotate(6.37deg);
    backdrop-filter: blur(12px);
}

/* Правая часть: заголовок + описание + кнопка */
.pm-promex-exchange__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(93px, 9.3888vw, 169px);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.pm-main h2.pm-promex-exchange__title {
    font-size: clamp(40px, 3.555vw, 64px);
    font-weight: 600;
    line-height: 1.125;
    color: #fff;
    margin-right: 20px;
    width: 13.2em;
}

.pm-promex__desc-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    max-width: 327px;
    margin-right: clamp(54px, 12.666vw, 228px);
}

.pm-promex-desc__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #fafafa;
    margin: 0;
}

.pm-gas-advantages .pm-gas-about__stats {
    z-index: 1;
    position: relative;
}

.pm-promex-exchange__visual picture{
    width: 100%;
    height: 100%;
}

@media(max-width: 1560px){
    .pm-promex__desc-block {
        margin-right: 54px;
        gap: 28px;
    }

    .pm-main h2.pm-promex-exchange__title {
        font-size: 40px;
        line-height: 48px;
        width: 13.8em;
    }

    .pm-promex-exchange__right{
        gap: 93px;
    }

    .pm-promex-exchange__body {
        margin-bottom: 93px;
    }

    .pm-promex-exchange__visual {
        left: 16px;
        width: 59.921875vw;
        aspect-ratio: 767 / 628;
        top: 0;
    }

    .pm-promex-desc__text{
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width: 1280px){
    .pm-promex-exchange__visual {
        width: 767px;
    }
}
@media(max-width: 1230px){
    .pm-promex-exchange__visual {
        left: -3%;
    }
}
@media(max-width: 1160px){
    .pm-promex-exchange__visual {
        left: -6%;
    }
}
@media (max-width: 1120px) {
    .pm-promex-exchange__visual {
        left: -4%;
        width: 63vw;
        top: 10%;
    }
}
@media (max-width: 1024px) {
    .pm-promex-exchange__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px;
        margin-bottom: 24px;
    }

    .pm-main h2.pm-promex-exchange__title {
        width: auto;
        font-size: 24px;
        line-height: 30px;
        margin: 0;
    }

    .pm-main h2.pm-promex-exchange__title br{
        display: none;
    }

    .pm-promex-exchange__right{
        gap: 320px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        z-index: 1;
    }

    .pm-promex__desc-block{
        max-width: 100%;
        margin: 0;
    }

    .pm-promex-exchange__visual {
        width: 100%;
        aspect-ratio: 736 / 395;
        max-width: 736px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 56px;
    }
}
@media (max-width: 700px) {
    .pm-promex-exchange__visual{
        top: 70px;
    }
}
@media (max-width: 650px) {
    .pm-gas-advantages .pm-gas-about__stat-value {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 600px) {
    .pm-promex-exchange__visual{
        aspect-ratio: 375 / 316;
        max-width: 465px;
        top: 132px;
        width: calc(100% + var(--container-padding) * 2);
    }

    .pm-promex-exchange__right {
        gap: 280px;
    }

    .pm-promex__desc-block {
        gap: 20px;
    }

    .pm-main h2.pm-promex-exchange__title br {
        display: unset;
    }

    .pm-gas-advantages .pm-gas-about__stats{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .pm-gas-advantages .pm-gas-about__stat {
        min-height: 94px;
    }
}


.about-gallery-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-slider-container {
    overflow-x: auto;
    width: 100vw;
    padding-inline: calc((100vw - (var(--container-width) + var(--container-padding) * 2)) / 2 + var(--container-padding));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;  
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.about-slider-container:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.about-slider-container::-webkit-scrollbar {
    display: none
}

.about-slider-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.about-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 550px;
    height: 369px;
    border-radius: var(--Radius-Base-Radius-m, 16px);
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.about-slide img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

@media(max-width: 1800px) {
    .about-slider-container {
        padding: 0 var(--container-padding);
    }
}
@media(max-width: 1560px) {
    .promex-page .pm-gas-about .pm-container{
        gap: 48px;
    }

    .promex-page .pm-gas-about .pm-gas-about__title {
        font-size: 32px;
        line-height: 38px;
    }
}
@media(max-width: 1280px) {
    .about-slide{
        width: clamp(389px, 42.96875vw, 550px);
        height: auto;
        aspect-ratio: 550 / 369;
    }
}
@media (max-width: 1024px) {
    .promex-page.pm-page-dark .pm-section.pm-gas-about {
        padding: 48px 0;
    }

    .promex-page .pm-gas-about .pm-gas-about__title {
        font-size: 24px;
        line-height: 30px;
    }

    .promex-page .pm-gas-about .pm-container,
    .about-gallery-wrapper {
        gap: 32px;
    }
}
@media (max-width: 769px) {
    .about-slide{
        width: clamp(259px, 50.652vw, 389px);
        aspect-ratio: 389 / 261;
    }
}
@media(max-width: 600px) {
    .promex-page .pm-gas-about .pm-btn--primary {
        font-size: 16px;
        line-height: 20px;
    }

    .promex-page.pm-page-dark .pm-section.pm-gas-about {
        padding: 32px 0;
    }
}
@media(max-width: 450px) {
    .about-slide{
        aspect-ratio: 259 / 175;
    }
}

.promex-page {

    .pm-gas-datacenter__content {
        padding: clamp(60px, 5vw, 90px) clamp(24px, 3vw, 54px) clamp(60px, 5vw, 90px) max(var(--container-padding), calc((100vw - var(--container-width)) / 2));
        background: rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(16px);
        z-index: 1;
    }

    .pm-gas-datacenter__banner {
        background: #171717;
        overflow: hidden;
        position: relative;
    }
    
    .pm-gas-datacenter .pm-gas-datacenter__title{
        margin-bottom: clamp(48px, 4vw, 72px);
    }

    .pm-gas-datacenter__stats {
        gap: 48px 24px;
        margin-bottom: 0;
    }

    .pm-gas-datacenter__image img{
        position: absolute;
        width: 1123.341px;
        height: auto;
        -webkit-transform: rotate(12.722deg);
            -ms-transform: rotate(12.722deg);
                transform: rotate(12.722deg);
        aspect-ratio: 1024 / 1023;
        right: calc((100vw - var(--container-width) - var(--container-padding) * 2) / 2 - 42px);
        top: -24px;
    }

    .pm-gas-datacenter__stat-label br {
        display: none;
    }

    @media(max-width: 1920px) {
        .pm-gas-datacenter__image img{
            right: 10px;
        }
    }

    @media(min-width: 1561px) {
        .pm-gas-datacenter__stat:nth-child(2) .pm-gas-datacenter__stat-label {
            max-width: 17em;
        }
    }
    
    @media(max-width: 1560px) {
        .pm-gas-datacenter .pm-gas-datacenter__title{
            margin-bottom: 48px;
        }

        .pm-gas-datacenter__image img{
            width: 935.482px;
            right: -178px;
            top: 30px;
        }
    }
    @media(max-width: 1440px) {
        .pm-gas-datacenter__content {
            padding: 60px 24px 60px var(--container-padding);
        }
    }
    @media(max-width: 1340px) {
        .pm-gas-datacenter__stat .pm-gas-datacenter__stat-label {
            max-width: 250px;
        }

        .pm-gas-datacenter__stat:nth-child(2) .pm-gas-datacenter__stat-label {
            max-width: 237px;
        }

        .pm-gas-datacenter__stat:nth-child(3) .pm-gas-datacenter__stat-label {
            max-width: 259px;
        }

        .pm-gas-datacenter__stat-label br {
            display: unset;
        }
    }
    @media(max-width: 1024px) {
        .pm-gas-datacenter__content {
            padding: 48px 24px;
        }

        .pm-gas-datacenter .pm-gas-datacenter__title {
            margin-bottom: 32px;
        }

        .pm-gas-datacenter__stats{
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            gap: 24px;
        }

        .pm-gas-datacenter__stat .pm-gas-datacenter__stat-label,
        .pm-gas-datacenter__stat:nth-child(2) .pm-gas-datacenter__stat-label,
        .pm-gas-datacenter__stat:nth-child(3) .pm-gas-datacenter__stat-label {
            max-width: unset;
        }

        .pm-gas-datacenter__stat-label br {
            display: none;
        }

        .pm-gas-datacenter__image img{
            width: 918.067px;
            aspect-ratio: 918.07/917.17;
            right: -423px;
            top: 9px;
        }
    }
    @media(max-width: 735px){
        .pm-gas-datacenter__image img{
            width: clamp(300px, 107.2vw, 600px);
            aspect-ratio: 402.35/401.96;
            right: 50%;
            -webkit-transform: rotate(12.722deg) translateX(52%);
                -ms-transform: rotate(12.722deg) translateX(52%);
                    transform: rotate(12.722deg) translateX(52%);
            top: -11%;
        }

        .pm-gas-datacenter__stats {
            gap: 28px;
        }

        .pm-gas-datacenter__content {
            padding: 24px 16px;
        }

        .pm-gas-datacenter .pm-gas-datacenter__title {
            margin-bottom: 24px;
        }
    }
    @media(max-width: 500px){
        .pm-gas-datacenter__image img{
            top: -47px;
        }
    }
    @media(max-width: 398px){
        .pm-gas-datacenter__stat-label br {
            display: unset;
        }
    }
}

.docs-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    width: 100%;
}

.doc-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.doc-name-container{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.doc-name{
    color: var(--Content-Base-Primary, #FAFAFA);
    font-size: var(--Typography-Headline-H4-fontSize, 24px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Headline-H4-lineHeight, 30px); /* 125% */
}

.doc-content-container{
    width: 764px;
    -ms-flex-negative: 0;
        flex-shrink: 0;

    color: var(--Content-Base-Secondary, #A3A3A3);
    font-size: var(--Typography-Body-L-fontSize, 18px);
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Typography-Body-L-lineHeight, 22px); /* 122.222% */
}

.doc-content-container ul{
    margin-left: 10px
}

.doc-content-container ul li:before{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 10px;
    background: #a3a3a3;
}

.doc-content-container ul li {
    padding-left: 14px;
    text-indent: -14px;
}

.doc-item .pm-info-card__step-icon{
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 24px;
    line-height: 30px;
}

.doc-divider{
    width: 100%;
    height: 1px;
    background: var(--Border-Static-Static-white-subtle, rgba(255, 255, 255, 0.16));
}

.doc-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}

.doc-download{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    height: 28px;

    color: var(--Content-Sentiment-Positive, #4ADE80);
    font-size: var(--Typography-Body-M-fontSize, 16px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Body-M-lineHeight, 20px); /* 125% */
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.doc-download svg path {
    fill: #4ADE80;
}

@media(any-hover: hover){
    .doc-download:hover{
        opacity: 0.8;
    }
}

@media(max-width: 1560px){
    .doc-name{
        font-size: var(--Typography-Headline-H5-fontSize, 20px);
        line-height: var(--Typography-Headline-H5-lineHeight, 24px); /* 120% */
    }

    .doc-content-container{
        width: 500px;
        font-size: 16px;
        line-height: 20px;
    }

    .doc-content{
        gap: 8px;
    }

    .doc-item .pm-info-card__step-icon{
        font-size: 18px;
        line-height: 22px;
    }

    .doc-item:nth-child(5) p{
        max-width: 22.5em;
    }

    .doc-item:nth-child(5) p br{
        display: none;
    }
}
@media(max-width: 1024px){
    .doc-content-container{
        width: 292px;
        font-size: 14px;
        line-height: 18px;
    }

    .doc-download{
        font-size: 14px;
        line-height: 18px;
        height: 24px;
    }

    .doc-name{
        font-size: 18px;
        line-height: 22px;
    }

    .docs-list{
        gap: 24px;
    }

    .doc-item:nth-child(3) p{
        max-width: 20em;
    }

    .promex-page.pm-page-dark .pm-section.pm-gas-about:has(.docs-list) {
        padding: 24px 0 48px;
    }
}

@media(max-width: 600px){
    .promex-page.pm-page-dark .pm-section.pm-gas-about:has(.docs-list) {
        padding: 32px 0;
    }

    .doc-item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .doc-item .pm-info-card__step-icon{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .doc-content-container{
        width: 100%;
    }

    .doc-name br,
    .doc-item:last-child p br{
        display: none;
    }

    .doc-item:last-child p {
        max-width: 24em;
    }

    .doc-content {
        gap: 12px;
    }
}

.pm-gas-datacenter.payments{
    padding-block: 0;
}

.pm-gas-datacenter.payments .pm-gas-datacenter__content{
    padding-right: 0;
    background: transparent;
    backdrop-filter: none;
}

.payment-content-wrapper{
    width: clamp(552px, 44.444vw, 800px);
}

.pm-gas-datacenter.payments .pm-gas-datacenter__banner{
    gap: 48px;
}

.payment-image {
    aspect-ratio: 832 / 958;
    height: 100%;
    right: max(var(--container-padding), calc((100vw - var(--container-width)) / 2 - 4px));
    position: absolute;
    max-width: 832px;
    pointer-events: none;
}

.payment-image picture{
    width: 100%;
    height: 100%;
    display: block;
}

.payment-image picture img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.payment-benefits-grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 72px;
}

.payment-card-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.promex-page {
    .pm-main-card {
        border: none;
        height: auto;
        padding: 24px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 40px;
        background: #262626;
    }

    .pm-main-card__title{
        font-size: 24px;
        line-height: 30px;
    }

    .pm-main-card__subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .pm-popular__card-badges{
        position: unset;
    }

    .pm-popular__card-badge{
        background: #5A5A5A;
        width: 40px;
        height: 40px;
        border: 1px solid #262626;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .pm-popular__card-badge:not(:first-child) {
        margin-left: -6px;
    }

    .pm-popular__card-badge:nth-child(2) img{
        -webkit-transform: translateY(2px);
            -ms-transform: translateY(2px);
                transform: translateY(2px);
    }


    .pm-main-card:hover{
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .pm-popular__card-badge img{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .pm-main-card__text-block{
        gap: 8px;
    }
}

@media(max-width:1560px){
    .payment-benefits-grid{
        margin-bottom: 48px;
    }

    .payment-image {
        aspect-ratio: 585 / 630;
        height: calc(100% - 5vw * 2);
        right: 0;
        top: 5vw;
    }

    .promex-page {
        .pm-main-card__title{
            font-size: 20px;
            line-height: 24px;
        }

        .pm-main-card__subtitle{
            font-size: 16px;
            line-height: 20px;
            max-width: 232px;
        }

        .pm-main-card__subtitle br{
            display: none;
        }

        .pm-main-card{
            gap: 28px;
            padding: 20px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
    }
}
@media(max-width:1440px){
    .payment-image {
        right: 30px;
    }
}
@media(max-width:1220px){
    .payment-image {
        width: 500px;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media(max-width:1120px){
    .payment-image {
        width: 400px;
    }
}
@media(max-width:1024px){
    .payment-content-wrapper {
        width: 100%;
    }

    .pm-gas-datacenter.payments .pm-gas-datacenter__content{
        width: 100%;
        padding-inline: var(--container-padding);
        padding-bottom: 464px;
    }

    .pm-gas-datacenter.payments .pm-gas-datacenter__title br{
        display: none;
    }

    .payment-benefits-grid{
        margin-bottom: 32px;
    }

    .payments .pm-gas-stages__btn{
        width: 100%;
    }

    .promex-page {
        .pm-main-card{
            padding: 16px;
            gap: 16px;
        }

        .pm-main-card__subtitle {
            max-width: 100%;
        }

        .pm-main-card__subtitle {
            font-size: 14px;
            line-height: 18px;
        }

        .pm-main-card__title {
            font-size: 18px;
            line-height: 22px;
        }
    }

    .payment-image {
        width: 100%;
        max-width: 736px;
        aspect-ratio: 736 / 388;
        bottom: 44px;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media(max-width: 600px){
    .pm-gas-datacenter.payments .pm-gas-datacenter__title br{
        display: unset;
    }

    .payment-benefits-grid{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-bottom: 32px;
    }

    .pm-gas-datacenter.payments .pm-gas-datacenter__title {
            margin-bottom: 32px;
    }

    .pm-gas-datacenter.payments .pm-gas-datacenter__content{
        padding-top: 28px;
        padding-bottom: 349px;
        padding-inline: 12px;
    }

    .payment-image {
        max-width: 343px;
        aspect-ratio: 343 / 285;
        bottom: 28px;
    }
}

.promex-hero{
    padding-top: 72px;
    position: relative;
}

.promex-hero-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 48px 0;
    gap: 48px;
}

.promex-hero__left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    position: relative;
}

.promex-hero__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: clamp(633px, 48.5vw, 873px);
    padding-top: var(--Spacing-Base-Spacing-20, 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--Spacing-Base-Spacing-28, 28px);
}

.promex-hero__title-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.promex-caption{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 9px 7px 13px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    border-radius: 1000px;
    border: 1px solid var(--Border-Static-Static-white-subtle, rgba(255, 255, 255, 0.16));
}

.promex-caption-text{
    color: var(--Content-Base-Primary, #FAFAFA);
    font-size: var(--Typography-Body-M-fontSize, 16px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Body-M-lineHeight, 20px);
}

.promex-page .promex-hero .pm-popular__card-badge {
    background: #333;
    width: 30px;
    height: 30px;
    border: 1px solid #0a0a0a;
}

.promex-hero .pm-popular__card-badge:not(:first-child) {
    margin-left: -4px;
}

.promex-hero-title{
    color: var(--Content-Base-Primary, #FAFAFA);
    font-size: var(--Typography-Display-M-fontSize, 64px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Display-M-lineHeight, 72px); /* 112.5% */
}

.promex-hero-title .green{
    color: var(--Content-Sentiment-Positive, #4ADE80);
}

.promex-hero .pm-subtitle{
    font-size: 20px;
    line-height: 24px;
}

.promex-hero__card-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.promex-hero .pm-main-card{
    width: 280px;
}

.promex-hero  .pm-main-card__title{
    font-size: 18px;
    line-height: 22px;
}

.promex-hero__dec {
    width: 1300px;
    height: 371px;
    -webkit-transform: rotate(23.826deg);
        -ms-transform: rotate(23.826deg);
            transform: rotate(23.826deg);
    position: absolute;
    left: -405.999px;
    bottom: -14.534px;
    border-radius: 1300px;
    background: rgba(255, 255, 255, 0.12);
    -webkit-filter: blur(90px);
            filter: blur(90px);
    pointer-events: none;
}

.promex-calculator{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    gap: 24px;
    border-radius: var(--Radius-Base-Radius-m, 16px);
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    width: clamp(439px, 27.111vw,488px);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.promex-calculator__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: var(--Spacing-Base-Spacing-24, 24px);
    width: 100%;
}

.promex-calculator__tabs{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--Size-Base-Size-1xl, 48px);
    padding: 2px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--Spacing-Base-Spacing-4, 4px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    border-radius: var(--Radius-Base-Radius-m, 16px);
    background: var(--Control-Neutral-Neutral-secondary, rgba(82, 82, 82, 0.12));
}

.promex-calculator-tab{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--Size-Base-Size-xl, 44px);
    padding: 0 var(--Spacing-Base-Spacing-16, 16px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--Spacing-Base-Spacing-8, 8px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    border-radius: var(--Radius-Base-Radius-m, 16px);
    color: var(--Content-Base-Tertiary, #737373);
    font-size: var(--Typography-Body-M-fontSize, 16px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Body-M-lineHeight, 20px);
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.promex-calculator-tab.active{
    background: #fff;
    color: #000;
}

@media(any-hover: hover){
    .promex-calculator-tab:not(.active):hover{
        background: rgba(107, 114, 128, 0.08);
    }
}

.promex-calculator-tab:active{
    opacity: var(--Active, 0.8);
    background: var(--Control-Neutral-Neutral-secondary-hover, rgba(107, 114, 128, 0.12));
}

.calculator-divider{
    width: 100%;
    height: 1px;
    background: var(--Border-Base-Neutral, rgba(82, 82, 82, 0.16));
}

.promex-calculator__input-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.promex-calculator__input-subtitle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    gap: 4px;

    overflow: hidden;
    color: var(--Content-Base-Tertiary, #737373);
    text-overflow: ellipsis;
    font-size: var(--Typography-Caption-M-fontSize, 12px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Caption-M-lineHeight, 16px);
}

.promex-calculator__input-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border-radius: var(--Radius-Base-Radius-m, 16px);
    border: 1px solid var(--Border-Base-Neutral, rgba(82, 82, 82, 0.16));
    background: var(--Control-Neutral-Neutral-primary, rgba(82, 82, 82, 0.16));
}

.promex-calculator__input-header{
    overflow: hidden;
    color: var(--Content-Static-Static-white, #FFF);
    text-align: center;
    text-overflow: ellipsis;
    font-size: var(--Typography-Body-S-fontSize, 14px);
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Typography-Body-S-lineHeight, 18px);
}

.promex-calculator__input-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.promex-calculator-input{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 7px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    color: var(--Content-Static-Static-white, #FFF);
    font-size: var(--Typography-Headline-H5-fontSize, 20px);
    font-style: normal;
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Headline-H5-lineHeight, 24px); /* 120% */
    letter-spacing: var(--Typography-Headline-H5-letterSpacing, 0);
    background: transparent;
    border: none;
    min-width: 100px;
}

.promex-calculator-input::-webkit-input-placeholder{
    color: var(--Content-Static-Static-white, #FFF);
}

.promex-calculator-input::-moz-placeholder{
    color: var(--Content-Static-Static-white, #FFF);
}

.promex-calculator-input:-ms-input-placeholder{
    color: var(--Content-Static-Static-white, #FFF);
}

.promex-calculator-input::-ms-input-placeholder{
    color: var(--Content-Static-Static-white, #FFF);
}

.promex-calculator-input::placeholder{
    color: var(--Content-Static-Static-white, #FFF);
}

/* ── Состояние ошибки калькулятора ── */

.promex-calculator-input.error {
    color: #F87171;
}

.promex-calculator__input-subtitle.error,
.promex-calculator__input-subtitle.error span {
    color: #F87171;
}

/* ── Алерт «Сумма меньше порога выплаты» ── */
.pm-calc-error-alert {
    position: fixed;
    top: 88px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-16px);
        -ms-transform: translateX(-50%) translateY(-16px);
            transform: translateX(-50%) translateY(-16px);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 68, 68, 0.16)), to(rgba(239, 68, 68, 0.16))), #1a1a1a;
    background: linear-gradient(0deg, rgba(239, 68, 68, 0.16) 0%, rgba(239, 68, 68, 0.16) 100%), #1a1a1a;
    border-radius: 16px;
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, transform .25s ease;
    transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease;
    z-index: 200;
    white-space: nowrap;
}

.pm-calc-error-alert.active {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
}

.pm-calc-error-alert__icon {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.pm-calc-error-alert__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #EF4444;
}

/* ========================
   CALCULATOR CUSTOM SELECT
======================== */
.pm-calc-select {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.pm-calc-select__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    padding: 8px 12px;
    background: rgba(82, 82, 82, 0.16);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    color: #fafafa;
    white-space: nowrap;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.pm-calc-select--single .pm-calc-select__trigger {
    cursor: default;
    pointer-events: none;
}

@media (any-hover: hover) {
    .pm-calc-select--single .pm-calc-select__trigger:hover {
        background: rgba(82, 82, 82, 0.16);
    }
}

@media (any-hover: hover) {
    .pm-calc-select__trigger:hover {
        background: rgba(82, 82, 82, 0.12);
    }
}

.pm-calc-select__icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -o-object-fit: contain;
       object-fit: contain;
}

.pm-calc-select__ticker {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fafafa;
}

.pm-calc-select__arrow {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.pm-calc-select.open .pm-calc-select__arrow,
.pm-calc-select.active .pm-calc-select__arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

ul.pm-calc-select__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 150px;
    margin: 0;
    padding: 8px 12px 4px;
    list-style: none;
    background:  #262626;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
    z-index: 100;
}

.pm-calc-select.open .pm-calc-select__dropdown,
.pm-calc-select.active .pm-calc-select__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

li.pm-calc-select__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    height: 40px;
    padding: 8px 0;
    cursor: pointer;
}

.pm-calc-select__option img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.pm-calc-select__option-ticker {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #fafafa;
}

.pm-calc-select__check {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: 0;
    margin:  0 8px;
}

.pm-calc-select__option.selected .pm-calc-select__check {
    opacity: 1;
}

li.pm-calc-select__divider {
    height: 1px;
    margin: 4px 0;
    background: rgba(82, 82, 82, 0.16);
}

.pm-calc-select ul li:before {
    display: none;
}

/* ========================
   PAYMENT METHOD SELECT
======================== */
.pm-calc-payment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    width: clamp(439px, 27.111vw, 488px);
}

.pm-calc-payment__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #a3a3a3;
}

.pm-calc-payment__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    height: 72px;
    padding: 16px;
    border: 1px solid var(--Border-Base-Neutral, rgba(82, 82, 82, 0.16));
    background: var(--Control-Neutral-Neutral-primary, rgba(82, 82, 82, 0.16));
    border-radius: 16px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

@media (any-hover: hover) {
    .pm-calc-payment__trigger:hover {
        background: rgba(82, 82, 82, 0.12);
    }
}

.pm-calc-payment__bank-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.pm-calc-payment__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}

.pm-calc-payment__dropdown {
    right: 0;
    left: 0;
    min-width: 100%;
}

ul.pm-calc-payment__dropdown li:before {
    display: none;
}

.pm-calc-payment__dropdown .pm-calc-select__option img{
    border-radius: 6px;
}

.pm-calc-payment.open .pm-calc-select__arrow,
.pm-calc-payment.active .pm-calc-select__arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.pm-calc-payment.open .pm-calc-payment__dropdown,
.pm-calc-payment.active .pm-calc-payment__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* ========================
   CALCULATOR SELECT - MOBILE BOTTOM SHEET
======================== */
.pm-popup-overlay.pm-calc-popup{
    z-index: 12;
}

@media (min-width: 992px){
    .pm-popup-overlay.pm-calc-popup{
        display: none;
    }
}
.pm-calc-popup__sheet{
    position: static;
    width: 100%;
    max-width: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px 45px;
    border-radius: 16px 16px 0 0;
    background: #171717;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    max-height: calc(100% - 80px);
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.pm-calc-popup.active .pm-calc-popup__sheet{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.pm-calc-popup__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0 26px;
}

.pm-calc-popup__title{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fafafa;
}

.pm-calc-popup__list ul.pm-calc-select__dropdown,
.pm-calc-popup__list ul.pm-calc-payment__dropdown{
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.pm-calc-rate{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    color: var(--Content-Base-Tertiary, #737373);
    font-size: var(--Typography-Body-S-fontSize, 14px);
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Typography-Body-S-lineHeight, 18px);
}

.pm-calc__rate-value{
    overflow: hidden;
    color: var(--Content-Base-Primary, #FAFAFA);
    text-overflow: ellipsis;
    font-size: var(--Typography-Body-S-fontSize, 14px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Body-S-lineHeight, 18px);
}

.promex-calculator .pm-gas-stages__btn{
    width: 100%;
}

.pm-calc__btn-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.pm-calc__btn-container span{
    color: var(--Content-Base-Tertiary, #737373);
    text-align: center;
    font-size: var(--Typography-Body-S-fontSize, 14px);
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Typography-Body-S-lineHeight, 18px);
}

.promex-hero__left,
.promex-calculator {
    position: relative;
    z-index: 1;
}

.hero-bg-image{
    position: absolute;
    z-index: 0;
    right: 508px;
    bottom: 110px;
    pointer-events: none;
}

.promex-hero .pm-main-card {
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.partners-section{
    padding: 32px 60px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.partners-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}

.partner-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
}

@media(max-width:1560px){
    .promex-hero .pm-main-card:last-child .pm-main-card__title {
        max-width: 13em;
    }

    .promex-calculator{
        padding: 19px;
        width: 439px;
    }

    .hero-bg-image{
        bottom: 151px;
        right: 417px;
        height: 432px;
    }

    .promex-hero .pm-main-card {
        max-width: 280px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: unset;
        gap: 28px;
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
    }

    .pm-main .promex-hero h1 {
        max-width: 13em;
        font-size: 40px;
        line-height: 48px;
    }

    .promex-hero .pm-subtitle {
        max-width: 35em;
        font-size: 18px;
        line-height: 22px;
    }

    .promex-hero__dec {
        left: -478.809px;
        bottom: 160.964px;
        width: 1215.361px;
        height: 334.003px;
        -webkit-transform: rotate(39.42deg);
            -ms-transform: rotate(39.42deg);
                transform: rotate(39.42deg);
    }

    .promex-hero__header {
        gap: 32px;
        padding: 0;
    }

    .promex-hero-wrapper{
        padding: 60px 0 0;
    }

    .partners-section {
        margin-top: 48px;
    }

    .promex-hero__title-wrapper{
        gap: 12px;
    }
}
@media(max-width:1130px){
    .promex-hero-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
    }

    .promex-hero__left{
        gap: 80px;
    }

    .promex-hero__card-list{
        width: 100%;
    }

    .promex-hero .pm-main-card{
        max-width: unset;
    }

    .promex-hero .pm-main-card__title {
        max-width: 13em;
    }

    .promex-hero .pm-main-card:nth-child(2) .pm-main-card__title {
        max-width: 9em;
    }

    .promex-calculator{
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
    }

    .pm-calc-payment{
        width: 100%;
    }

    .hero-bg-image {
        right: 3px;
        top: 52px;
        bottom: auto;
    } 

    .promex-hero__dec {
        -webkit-transform: rotate(140.58deg);
            -ms-transform: rotate(140.58deg);
                transform: rotate(140.58deg);
        right: -159px;
        top: 29px;
        left: auto;
        bottom: auto;
        border-radius: 1215.361px;
        background: rgba(255, 255, 255, 0.12);
        -webkit-filter: blur(60px);
                filter: blur(60px);
    }

    .promex-hero {
        overflow: hidden;
    }

    .partners-section {
        margin-top: 24px;
        padding-inline: 0;
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }

    .partner-logo{
        min-width: 210px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }

    .partners-grid{
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        gap: 32px;
    }
}
@media(min-width:1025px){
    .pm-subtitle br{
        display: none;
    }
}
@media(max-width:1024px){
    .promex-hero-wrapper{
        padding: 24px 0;
    }

    .promex-caption-text{
        font-size: 14px;
        line-height: 18px   ;
    }

    .promex-page .promex-hero .pm-popular__card-badge{
        width: 26px;
        height: 26px;
    }

    .pm-popular__card-badge:first-child img{
        width: 10px;
        height: auto;
    }

    .promex-page .pm-popular__card-badge:nth-child(2) img{
        width: 15px;
        height: auto;
        -webkit-transform: translateY(1px);
            -ms-transform: translateY(1px);
                transform: translateY(1px);
    }

    .pm-popular__card-badge:last-child img{
        width: 18px;
        height: auto;
    }

    .promex-hero__title-wrapper {
        gap: 8px;
    }

    .pm-main .promex-hero h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .promex-hero__header {
        gap: 20px;
    }

    .promex-hero .pm-subtitle {
        max-width: 35em;
        font-size: 16px;
        line-height: 20px;
    }

    .promex-hero .pm-main-card__title {
        font-size: 16px;
        line-height: 20px;
    }

    .promex-hero .pm-main-card {
        gap: 16px;
        padding: 16px;
    }

    .promex-calculator{
        gap: 20px;
        padding: 15px;
    }

    .promex-hero {
        padding-bottom: 0;
    }

    .hero-bg-image {
        width: 357px;
    }

    .hero-bg-image img{
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .partners-section{
        margin: 0;
    }
}
@media (max-width: 991px){
    .pm-popup-overlay.pm-calc-popup{
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    li.pm-calc-select__divider {
        margin: 8px 0;
    }

    .pm-calc-select__option-ticker{
        font-size: 18px;
        line-height: 22px;
    }
}
@media(max-width: 960px){
    .promex-hero {
        padding-top: 64px;
    }
}
@media(max-width: 600px){
    .promex-hero__header{
        gap: 16px;
    }

    .promex-hero .pm-subtitle{
        font-size: 14px;
        line-height: 18px;
    }

    .promex-hero__left{
        gap: 60px;
    }

    .promex-hero .pm-main-card {
        padding: 16px 15px;
        min-width: 182px;
    }

    .promex-hero__card-list {
        width: calc(100% + var(--container-padding) * 2);
        padding: 0 var(--container-padding);
        margin-left: calc(var(--container-padding) * -1);
        overflow-x: auto;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }

    .hero-bg-image {
        width: 244px;
        height: 248px;
        right: -67px;
        top: 187px;
    }

    .hero-bg-image img {
        height: 100%;
    }

    .promex-hero__dec {
        width: 1215.361px;
        height: 276.811px;
        -webkit-transform: rotate(140.58deg);
            -ms-transform: rotate(140.58deg);
                transform: rotate(140.58deg);
        right: -520px;
        top: 52px;
    }

    .pm-calc-select__option-ticker{
        font-size: 16px;
        line-height: 20px;
    }

    .pm-calc-popup__header{
        padding-bottom: 22px;
    }

    .partner-logo{
        min-width: 190px;
    }

    .partners-grid{
        gap: 24px;
    }
}
@media(max-width: 540px){
    .promex-hero .pm-subtitle{
        max-width: 18em;
    }

    .promex-hero .pm-subtitle  br{
        display: none;
    }

    .pm-main .promex-hero h1{
        max-width: 12em;
    }
}

.promex-page .pm-header__logo {
    aspect-ratio: 148/30;
    height: 30px;
}
.promex-page .pm-footer__main-logo{
    width: 175.999px;
    height: 35.683px;
    aspect-ratio: 175.999/35.683;
}
@media(max-width: 960px){
    .promex-page .pm-header__logo {
        width: 117.5px;
        height: 23.823px;
        aspect-ratio: 117.5/23.823;
    }
}

.promex-page #openCatalog {
    background: var(--static-white, #FFF);
    color: var(--static-black);
}

.promex-page #openCatalog .pm-btn-icon path {
    fill: black;
}

@media(any-hover: hover){
    .promex-page #openCatalog:hover {
        background: var(--static-primary-hover, #FFF);
    }
}

.promex-page .pm-checkbox:checked + .pm-checkbox-label-container .pm-checkbox-label{
    background: #22C55E;
    border-color: #22C55E;
}

.pm-page-dark.promex-page .pm-popup-feedback__container .pm-checkbox-text a {
    color: #22C55E;
}

@media(max-width: 850px){
  .promex-page .pm-copyright-text{
    font-size: 16px;
    line-height: 20px;
  }
}

.promex-page .pm-popup__success-icon-wrapper {
    background: #22C55E;
}