.wrapper_view_desktop,
.wrapper_view_device
{
    display: none;
}

.main_view_menu
{
    width: 170px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.main_view_menu button
{
    width: 100%;
    height: 100%;
    background-color: #00b862;
    border-radius: 15px;
    font-family: XEROSANS-BOLD;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
}

.bloked_menu
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 145;
    display: none;
}

.main-auth
{
    width: calc(100% - 40px);
    height: calc(100% - 390px);
    overflow-y: scroll;
    position: absolute;
    top: 310px;
    left: 50%;
    transform: translateX(-50%);
}

.main-auth::-webkit-scrollbar
{
    width: 0;
}

.section-auth-row-one
{
    width: 100%;
    min-height: 40px;
    margin: 0 auto;
}

.mainLayoutSlider
{
    width: calc(100% - 40px);
    margin: 20px auto 0;
    position: relative;
}

.layoutSliderTitle
{
    width: 100%;
    height: 40px;
    direction: rtl;
    text-align: right;
    margin-bottom: 20px;
}

.layoutSliderTitle span
{
    font-family: XEROSANS-BOLD;
    font-size: 18px;
    line-height: 40px;
    color: #111b21;
    margin-right: 20px;
}

.layoutSliderBar
{
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.layoutSliderBarFrame
{
    max-width: 100%;
    overflow: hidden;
    cursor: grab;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    scrollbar-width: none;
    direction: rtl;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.styleLayoutFooter
{
    width: calc(100% - 40px);
    height: auto;
    background-color: var(--white);
    margin: 0 auto;
    position: relative;
}

.wrapper-footer-upper
{
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
    row-gap: 20px;
}

.upper-logo img
{
    width: 100px;
}

.upper-links
{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    line-height: 20px;
    list-style: none;
    row-gap: 10px;
    direction: rtl;
}

.upper-links a
{
    font-family: XEROSANS-BOLD;
    font-size: 15px;
    color: var(--grey);
    line-height: 20px;
}

.upper-social
{
    display: grid;
    grid-auto-flow: column;
    gap: 15px;
    direction: rtl;
    margin-top: 20px;
}

.upper-social a
{
    font-size: 28px;
    color: #25d366;
}

.wrapper-footer-lower
{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    list-style: none;
    row-gap: 5px;
}

.wrapper-footer-lower a
{
    font-family: XEROSANS-NORMAL;
    font-size: 14px;
    color: var(--grey);
}

.wrapper-footer-license
{
    width: 190px;
    height: 110px;
    margin: 40px auto 60px;
}

.content-license
{
    width: 90px;
    height: 100%;
    overflow: hidden;
    position: relative;
    float: right;
    background-color: #fff;
    border-radius: 15px;
}

.content-license:not(:last-child)
{
    margin-left: 10px;
}

.content-license img
{
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.wrapper-footer-copyright
{
    width: 100%;
    height: 25px;
    text-align: center;
}

.wrapper-footer-copyright .copyright-txt
{
    font-family: Sans-Serif;
    font-size: 13px;
    color: #25d366;
}

.wrapper-footer-copyright .fa-copy_right
{
    font-size: 15px;
    color: #575757;
    position: relative;
    top: -3px;
}

.cart_a_100-1:not(:first-child)
{
    margin-top: 5px;
}

.backFixed
{
    width: 30px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #575757;
    border-radius: 30px;
    cursor: pointer;
}

.backFixed span
{
    font-size: 16px;
    line-height: 36px;
    color: #575757;
}





















