.directionRTL {
    direction: rtl;
}

.directionRTL .my__info .my__info__item .inp__block .pass__y2 {
    right: auto;
    left: 10px;
}

.directionRTL .header.header--home .header__lk .header__basket .lin {
    margin-left: 0;
    margin-right: 9px;
}

.directionRTL .search__block__home .search__block__form button {
    margin-right: 0;
    margin-left: 18px;
}

.directionRTL .shoping__cart .shoping__cart__table__row .delite a img {
    margin-left: 4px;
    margin-right: 0;
}

.directionRTL .shoping__cart .shoping__cart__table__row .delite {
    margin-right: 25px;
}

.directionRTL .shoping__cart .sum__pay .pay__buttons {
    margin-left: 0;
    margin-right: 26px;
}

.directionRTL .shoping__cart .pay__info .pay__info__check__item:first-child {
    margin-right: 0;
}
.directionRTL .shoping__cart .pay__info .pay__info__check__item:last-child {
    margin-right: 12px;
}

.directionRTL .cards__block__it .cards__block__it__item:first-child {
    margin-right: 0;
}

.directionRTL .cards__block__it .cards__block__it__item:nth-child(4n + 4) {
    margin-right: 24px;
}

.directionRTL .cards__block__it .cards__block__it__item:nth-child(4n + 5) {
    margin-right: 0;
}

.directionRTL .content .content__block__top__info .info__block img {
    margin-right: 0;
    margin-left: 27px;
}

.directionRTL .recharge__block .recharge__block__search .select__country__left .label {
    margin-right: 0;
    margin-left: 5px;
}

.directionRTL .recharge__block .recharge__block__search .search__block__form button {
    margin-right: 0;
    margin-left: 18px;
}

.directionRTL .header .header__lk .header__basket {
    padding: 5px 16px 5px 6px;
}

.directionRTL .content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__link .select__amount__table__item__col {
    margin-right: 0;
    margin-left: 20px;
}

.directionRTL .content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__link::after {
    position: relative;
    right: 0;
    left: 15px;
    transform: rotate(180deg);
}

.directionRTL .header .header__log .login {
    margin-left: 0;
    margin-right: 40px;
}

.directionRTL .header .header__list {
    padding-left: 0;
    padding-right: 30px;
}

.directionRTL .header .header__lk .header__user {
    margin-left: 0;
    margin-right: 48px;
}

.directionRTL .header .header__lk .header__user .name {
    margin-right: 0;
    margin-left: 8px;
}

.directionRTL .header .header__lk .header__user .user__logo {
    margin-right: 0;
    margin-left: 8px;
}


.directionRTL .my__info .my__info__item .inp__block .label_is_send_email_notification {
    margin-left: 0;
    margin-right: 10px;
}

/* For concrete the page when we have one or two elements, the page like /gift-cards */
.directionRTL .service-card-active-1 .cards__block__it__item:first-child {
    margin-right: 24px;
}

@media (max-width: 1050px) {
    .directionRTL .cards__block__it .cards__block__it__item:nth-child(3n + 3) {
        margin-right: 24px;
    }

    .directionRTL .cards__block__it .cards__block__it__item:nth-child(4n + 5) {
        margin-right: 24px;
    }

    .directionRTL .cards__block__it .cards__block__it__item:nth-child(3n + 4) {
        margin-right: 0;
    }
}