.profile__slider {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.profile__slider .home-slider__navigation {
    bottom: 50%;
    z-index: 2;
    width: calc(100% - 25px);
    left: 12.5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: none;
    position: absolute;
    height: 32px;
    display: block
}

@media only screen and (max-width:992px) {
    .profile__slider .home-slider__navigation {
        left: 0;
        width: 100%
    }
}

.profile__slider .navigation-button {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none
}

@media only screen and (max-width:992px) {
    .profile__slider .navigation-button {
        width: calc(100% - 21px);
        margin-left: 10px
    }
}

@media only screen and (max-width:767px) {
    .profile__slider .navigation-button {
        width: calc(100% - 25px)
    }
}

.profile__slider .navigation-button .btn-navigation {
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    pointer-events: all;
    background: #fff;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    left: 2px;
}

.profile__slider .navigation-button .btn-navigation.swiper-button-next {
    left: auto;
    right: 2px
}

.profile__slider .navigation-button .btn-navigation::after {
    content: '';
    display: none
}

@media only screen and (max-width:767px) {
    .profile__slider .navigation-button .btn-navigation {
        width: 25px;
        height: 25px
    }
    .profile__slider .navigation-button .btn-navigation .circle span {
        display: none
    }
}

.profile-inner {
    overflow: hidden
}

@media only screen and (min-width:320px) {
    .profile-inner {
        max-width: 100%;
        width: calc(100% - 68px)
    }
}

@media only screen and (min-width:768px) {
    .profile-inner {
        max-width: calc(100% - 92px)
    }
}

@media only screen and (min-width:1024px) {
    .profile-inner {
        max-width: 580px
    }
}

@media only screen and (min-width:1280px) {
    .profile-inner {
        max-width: 837px
    }
}

.profile__slide-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 15px;
    max-width: 100%
}

.profile__slide-images img {
    max-height: 175px;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (min-width:320px) {
    .profile__slide-images img {
        max-height: 107px;
        max-width: 100%
    }
}

@media only screen and (min-width:767px) {
    .profile__slide-images img {
        max-height: 120px;
        max-width: 100%
    }
}

@media only screen and (min-width:1280px) {
    .profile__slide-images img {
        max-height: 175px
    }
}

@media only screen and (min-width:320px) {
    .profile__slide-images {
        margin-right: 5px
    }
}

@media only screen and (min-width:1280px) {
    .profile__slide-images {
        margin-right: 15px
    }
}

.profile__slide-inner {
    padding: 15px 25px;
    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
}

@media only screen and (min-width:320px) {
    .profile__slide-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width:1280px) {
    .profile__slide-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.profile__slide-info {
    font-weight: 600;
    color: #000
}

@media only screen and (max-width:767px) {
    .profile__slide-info br {
        display: none
    }
}

@media only screen and (min-width:320px) {
    .profile__slide-info {
        font-weight: 400;
        font-size: 16px;
        line-height: 115%;
        text-align: center
    }
}

@media only screen and (min-width:767px) {
    .profile__slide-info {
        font-size: 18px;
        font-weight: 600;
        line-height: 140.4%
    }
}

@media only screen and (min-width:1280px) {
    .profile__slide-info {
        font-size: 20px;
        text-align: left
    }
}

.profile__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media only screen and (max-width:1280px) {
    .profile__bonus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.profile__bonus .profile__bonus-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    position: relative
}

@media only screen and (max-width:320px) {
    .profile__bonus .profile__bonus-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media only screen and (min-width:320px) {
    .profile__bonus .profile__bonus-item {
        padding-bottom: 20px
    }
}

@media only screen and (min-width:1280px) {
    .profile__bonus .profile__bonus-item {
        padding-right: 32px;
        padding-bottom: 0
    }
}

.profile__bonus .profile__bonus-item::before {
    content: '';
    height: 1px;
    background: #75767814;
    height: calc(100% + 48px);
    top: -24px;
    right: 0;
    position: absolute;
    width: 1px
}

@media only screen and (max-width:1280px) {
    .profile__bonus .profile__bonus-item::before {
        height: 1px;
        width: calc(100% + 48px);
        left: -24px;
        top: auto;
        bottom: 0
    }
}

.profile__bonus .profile__bonus-item .profile__bonus-info {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fffc
}

@media only screen and (max-width:480px) {
    .profile__bonus .profile__bonus-item .profile__bonus-info {
        font-size: 14px;
        line-height: 130%
    }
}

.profile__bonus .profile__bonus-item .profile__bonus-info a {
    color: #fffc;
    text-decoration: underline
}

.profile__bonus .profile__bonus-item .profile__bonus-amount {
    color: #fff;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-bottom: 12px */
}

@media only screen and (max-width:480px) {
    .profile__bonus .profile__bonus-item .profile__bonus-amount {
        width: 100%
    }
}

.profile__bonus .profile__bonus-item .profile__bonus-amount p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 20px;
    background: #A94545;
    border-radius: 10px;
    color: #fff
}

@media only screen and (max-width:480px) {
    .profile__bonus .profile__bonus-item .profile__bonus-amount p {
        font-size: 14px;
        line-height: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.profile__bonus .profile__bonus-item .profile__bonus-amount p span {
    text-align: left;
    margin-right: 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

@media only screen and (max-width:480px) {
    .profile__bonus .profile__bonus-item .profile__bonus-amount p span {
        margin-right: 0;
        line-height: 20px
    }
}

.profile__bonus .profile__bonus-program {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width:1280px) {
    .profile__bonus .profile__bonus-program {
        padding-top: 20px
    }
}

@media only screen and (min-width:1280px) {
    .profile__bonus .profile__bonus-program {
        padding-left: 30px
    }
}

.profile__bonus .profile__bonus-program .profile__bonus-title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center
}

@media only screen and (min-width:320px) {
    .profile__bonus .profile__bonus-program .profile__bonus-title {
        font-size: 16px;
        line-height: 20px
    }
}

@media only screen and (min-width:1280px) {
    .profile__bonus .profile__bonus-program .profile__bonus-title {
        font-size: 20px
    }
}

.profile__bonus .profile__bonus-program .profile__bonus-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 5px
}

@media only screen and (max-width:560px) {
    .profile__bonus .profile__bonus-program .profile__bonus-images {
        grid-template-columns: repeat(2, 1fr)
    }
}

.profile__bonus .profile__bonus-program .profile__bonus-images .profile__bonus-img {
    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
}

.profile__bonus .profile__bonus-program .profile__bonus-images .profile__bonus-img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.specOffers-products__slider .specOffers-products__card.swiper-slide {
    margin: 0
}

.profile-products .specOffers-products__title {
    text-align: center;
    font-weight: 700
}

.footer .footer-top .footer-links__group .footer-links__group-title.active+.footer-links__group-content {
    max-height: 100%!important
}

.profile-edit__checkbox {
    background: #fff!important
}

.profile-edit__checkbox * {
    background: #fff!important
}

@media only screen and (max-width:560px) {
    .profile-edit__checkbox {
        margin-top: 12px
    }
}

.profile-products .specOffers-products__slider.specOffers-products__wrap .card-item {
    -webkit-box-shadow: none;
    box-shadow: none
}

.profile__slider {
    margin-bottom: 60px
}

.profile__bonus {
    padding: 24px;
    margin-bottom: 21px;
    border: 1px solid #75767814;
}

.profile-edit {
    background: #f9f9f9;
    border-radius: 4px
}

.account__clien-data.profile-edit {
    padding: 24px;
    margin-bottom: 20px
}

.account__clien-data .client-data__item:last-child {
    margin-bottom: 0
}

.account__clien-data .client-data__item a {
    background: 0 0
}

@media only screen and (max-width:480px) {
    ._dropdown .menu-dropdown__dropbtn .menu-dropdown__item {
        border: none;
        color: #2b2b2b
    }
    ._dropdown .menu-dropdown__dropbtn .menu-dropdown__item span svg path {
        fill: #2b2b2b
    }
    ._dropdown .menu-dropdown__content {
        z-index: 2
    }
    ._dropdown .menu-dropdown__content.active {
        display: block
    }
}

.user-inner {
    padding: 32px 30px;
    border: 1px solid #75767814;
    border-radius: 4px;
    margin-bottom: 20px;
}