@media (max-width: 1400px) {
    .pari {
        width: 70%;
    }

    .company-data-wrapper {
        width: 28%;
    }

    .review-section {
        width: 70%;
    }

    .table {
        width: 100%;
    }


}
@media (max-width: 1024px) {

    .row--large {
        width: 40%;
    }


    .row--medium {
        width: 30%;
    }

    .main {
        padding: 0.5rem 10px;
    }

    .payments-list {
        display: none;
        gap: 14px;
        flex-wrap: nowrap;
    }

    .pari {
        display: flex;
        width: 100%;
    }

    .company-data-wrapper {
        width: 100%;
    }

    .pari-info {
        width: 100%;
    }


    .pari-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .star-item--hide {
        display: none;
    }

    .section-body {
        flex-direction: column;
    }

    .section-description {
        gap: 7px;
    }

    .section-image-description-wrapper {
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 2px solid var(--bg-secondary);
    }

    .bonus-list {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        display: grid;
    }

    .section-features {
        order: 1;
        max-width: none;
        margin: 10px 0;
    }

    .section-image {
        max-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .text-title {
        font-size: 18px;
    }

    .section-description__short-info {
        font-size: 12px;
        line-height: normal;
    }

    .section-button {
        flex-direction: row;
        gap: 10px;
    }

    .section-flag {
        transform: translateX(-30%);
        width: 181px;
        height: 34px;
    }

    .section-flag__text {
        font-size: 12px;
    }

    .section-header {
        padding: 15px;
    }

    .button {
        padding: 15px 0;
        font-size: 12px;
    }

    .summary {
        align-items: center;
        flex-direction: column;
    }

    .summary-show {
        padding: 10px;
    }

    .details__text {
        font-size: 12px;
        line-height: 20px;
    }

    .review-item__text {
        font-size: 12px;
    }

    .review-list {
        gap: 10px;
        padding: 10px;
        border: 1px solid #EBECF5;
    }

    .review-item {
        width: 100%;
    }

    .review-item__img {
        width: 14px;
        height: 14px;
        background-size: contain;
    }

    .payment-list--hide {
        display: block;
        display: flex;
    }

    .pari {
        grid-template-columns: 1fr;
    }

    .pari-info {
        padding: 10px;
    }

    .pari-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 95px;
        padding: 34px 15px;
    }

    .pari-logo__image {
        width: 100%;
        height: 100%;
    }

    .pari-info-wrapper-head {
        flex-direction: column;
    }

    .pari-info-features {
        display: none;
    }

    .pari-info-features--xs {
        display: block;
        margin-bottom: 4px;
        font-size: 12px;
    }

    .pari-os-list {
        margin-top: 10px;
        order: 3;
        gap: 15px;
    }

    .pari-os-item {
        gap: 5px;
    }

    .pari-star-item img {
        width: 17px;
        height: 17px;
    }
 
    .pari-rating-wrapper {
        display: none;
    }

    .pari-bonus-info {
        border-radius: 15px;
        border: 1px solid rgba(122, 126, 155, 0.20);
        background: linear-gradient(134deg, #313446 -11.18%, #070B1F 110.94%), #F7F8FD;
        padding: 10px;
    }


    .pari-rating-wrapper--xs-show {
        order: 2;
        display: flex;
    }

    .pari-bonus-logo-and-bg {
        display: none;
    }

    .pari-bonus {
        display: none;
    }
    .pari-bonus--xs-show {
        height: auto;
        display: block;
        width: 100%;
    }

    .pari-payments-list {
        flex-wrap: wrap;
    }

    .review-section {
        width: 100%;
    }

    .pari-bonus-item:nth-child(2n) {
        display: none;
    }

    .bonus-item__image {
        width: 14px;
        height: 14px;
    }

    .bonus-item__text {
        font-size: 12px;
    }

    .payment-item--secondary {
        width: 56px;
        height: 35px;
    }

    .payment-item--md-hide {
        display: flex;
    }

    .company-data-title-wrapper {
        gap: 0;
    }

    .company-data-item__img {
        width: 31px;
        height: 31px;
    }

    .company-data-title {
        font-size: 12px;
    }

    .review-author__name {
        font-size: 14px;
        font-weight: 500;
    }

    .review-author-info {
        font-size: 10px;
        font-weight: 400;
    }

    .review-section-content {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 440px) {

    .section-header__info {
        gap: 5px;
    }

    .section-flag {
        width: 141px;
        height: 32px;
        transform: translateX(-43%);
    }

    .section-flag__text {
        font-size: 10px;
        font-weight: 400;
    }

    .section-header__info-position {
        font-size: 14px;
    }
    .section-header__info-icon {
        width: 17px;
        height: 17px;
    }

    .section-header__info-name  {
        font-size: 14px;
    }

    .section-header__rating-number {
        font-size: 14px;
        margin-top: 5px;
    }

    .star-item {
        width: 17px;
        height: 17px;
    }

    .section-header__rating {
        align-items: center;
    }

    .section-image {
        max-width: 72px;
        max-height: 84px;
        padding: 33px 10px;
    }

    .section-image img {
        width: 100%;
    }

    .section-description {
        width: 100%;
        margin-right: 0;
    } 

    .bonus-list {
        row-gap: 10px;
        column-gap: 15px;
    }

    .bonus-item__text {
        width: max-content;
    }

    .bonus-item {
        gap: 5px;
    }

    .section-button {
        flex-direction: column-reverse;
    }

    .payment-item {
        width: 38px;
        height: 24px;
    }

    .payments-list {
        gap: 5px;
    }

    .summary  {
        gap: 10px;
    }

    .details__text {
        font-size: 10px;
        line-height: 15px;
    }

    .review-item {
        align-items: flex-start;
    }

    .review-item__img {
        width: 17px;
        height: 17px;
    }

    .pari-logo {
        min-width: 74px;
        height: 74px;
        padding: 28px 10px;
    }

    .pari-info-header {
        gap: 10px;
    }

    .pari-name {
        font-size: 14px;
        font-weight: 400;
    }

    .pari-features {
        font-size: 10px;
    }

    .pari-info-header {
        align-items: center;
    }

    .pari-os-list {
        display: none;
    }
    .pari-info-wrapper-head {
        gap: 5px;
    }

    .pari-os-list--xxs-show {
        display: flex;
        flex-direction: row-reverse;
        width: max-content;
        margin-top: 15px;
    }

    .section-description__header-subtitle--secondary {
        font-size: 12px;
    }

    .section-description__header-bonus-icon {
        width: 14px;
        height: 14px;
    }

    .pari-bonus-description {
        font-size: 12px;
        line-height: 17px;
    }

    .pari-payments-list {
        gap: 4px;
    }



    .payment-item {
        width: 43px;
        height: 27px;
    }

    .company-data-wrapper {
        padding: 10px;
    }

    .company-data-item__img {
        width: 27px;
        height: 27px;
    }

    .company-data-title {
        font-size: 10px;
        font-weight: 400;
    }

    .company-data-subtitle {
        font-size: 13px;
    }

    .company-data-list {
        gap: 15px;
    }

    .review-section {
        padding: 10px;
    }

    .review-section-content {
        line-height: 17px;
    }
}