.main__article__platform:first-child {
    padding-top: 50px;
    padding-bottom: 0;
    width: 100%;
}

.main__article__platform {
    width: 100%;
    background: inherit;
    margin: 0 auto;

}

.article__content_grey__platform {
    width: 100%;
    height: 400px;
    background: #EDEFF3;
}

.pl-article__content_magenta {
    width: 100%;
    height: 400px;
}

.main__article-shadow {
    max-height: 313px;
}

.main__article-pc__platform {
    max-height: 320px;
    top: 57%;
}

.article__content__promo {
    max-width: 682px;
    position: absolute;
    left: 40%;
    top: 30%;
}

.main-screen__latters-platform {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-size: 64px;
    line-height: 68px;
    padding: 0;
}

.platform__article__content {
    max-width: 914px;
    margin: 0 auto;
}

.card_contents {
    width: 100%;
    padding: 0;
    background: transparent;
}

.article__content__card {
    background: white;
    width: 50%;
    padding-bottom: 30px;
}

.article__content__card:first-child {
    margin-right: 30px;
}

.card__image {
    width: 100%;
    height: 358px;
    background-size: 100% !important;
}

.operator-man {
    background: url("../img/manandpc.png") no-repeat;
}

.moscow-city {
    background: url("../img/moscow-card.png") no-repeat;
}

.card__content {
    max-width: 414px;
    margin: 0 auto;
    padding: 60px 0;
}

.title_subtitle {
    width: 50%;
}

.article__content_block {
    width: 50%;
}

.article__content_block:first-child {
    padding-right: 30px;
}

.article__content-grid {
    display: flex;
}

.main__article_magenta {
    background: #F3EBE8;
}

.content-image {
    min-height: 295px;
    background: url("../img/manwithocculars.png") no-repeat center;
}

.pl-block-text_text {
    padding-top: 1em;
}

.title_less-text__title {
    color: #302E2C !important;
}

.table-title_platform {
    padding-left: 32px;
}

.table td, .table th {
    padding-left: 25px;

}

.table .balance-replenishment td:nth-child(3) {
    color: #1A9846;
}

.table {
    max-height: 981px;
    overflow: auto;
}

.table table {
    padding: 17px 32px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    overflow: auto;
    min-width: 500px;
    border-collapse: collapse;

}

.table th {
    font-weight: 600;
}

.table td {
    position: relative;

}

.table td:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 34px;
    display: block;
    background: rgba(48, 46, 44, 0.15);
    top: 10px;
    right: 0;

}

.table tr {
    height: 52px;
    box-sizing: border-box;


}

.table tr:nth-child(2n+2):not(:first-child) {
    background: rgba(48, 46, 44, 0.04);
}


@media screen and (max-width: 1500px) {
    .card__image {
        height: 20vh;
        max-height: 358px;
        background-size: 100% !important;
    }

}

@media screen and (max-width: 1300px) {
    .card_contents {
        display: block;
    }

    .article__content__card {
        width: 100%;
    }

    .card__image {
        height: 200px;
        width: 100%;
        background-size: 100% !important;
    }

    .platform__article__content {
        padding: 0 15px;
        margin: 0 auto;
        width: 80%;
    }

    .card__content {

        max-width: 80%;
    }

    .article__content-grid {
        display: block;

    }

    .article__content_block {
        width: 100%;
    }

    .article__content_block {
        padding-bottom: 10px;
    }

    .article__content__promo {
        width: 300px;
        left: 50%;
    }

    .main-screen__latters-platform {
        font-size: 30px;

    }
}

@media screen and (max-width: 800px) {
    .article__content__promo {
        width: auto;
        left: 35%;
    }

    .main-screen__latters-platform {
        font-size: 50px;

    }
}

@media screen and (max-width: 600px) {
    .table {
        max-height: calc(100vh - 80px);
        overflow: auto;
    }
    .article__content__promo {
        width: 250px;
        left: auto;
        right: 0;
    }

    .main-screen__latters-platform {
        font-size: 30px;

    }
    .main__article__platform{
        padding-left: 0px;
        padding-right: 0px;
    }
}


/*************
************

*/

.p-last {
    padding-bottom: 200px;
}