.bigphone_v2 {
    text-align: center;
    font-size: 22pt;
    font-weight: 500;
    margin-top: -4px;
}

.bigphone_v2 a,
.bigphone_v2 a.text:active,
.bigphone_v2 a.text:hover {
    text-decoration: none;
    color: var(--color-re-text-1);
}

.mini_basket_v2 {
    border: 1px solid var(--color-re-head-btn-basket);
    background-color: var(--color-re-head-btn-basket);
    padding: 7px 2px 11px 7px;
    border-radius: 49px;
    width: 165px;
    margin-top: -15px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .mini_basket_v2 {
        display: none;
    }
}

.mini_basket_v2 svg {
    margin-top: 5px;
    margin-left: 13px;
}

.mini_basket_v2 .left_box {
    display: -webkit-box;
}

.mini_basket_v2 .polosa_v2 {
    width: 1px;
    background: var(--color-svg-head-basket);
    margin-left: 18px;
    height: 100%;
}

.mini_basket_v2 .price_min_v2,
.mini_basket_v2 .count_min_v2 {
    color: var(--color-svg-head-basket);
}


/** castom */

.tovar_card {
    border-radius: 15px!important;
}

.tovar_card .tovat_img {
    border-radius: 15px 15px 0px 0px!important;
}

.lang_ver {
    width: 100px;
    float: right;
    margin-top: 3px;
    color: var(--color-re-head-category-a);
}

.lang_ver div {
    color: var(--color-re-head-category-a)!important;
    cursor: pointer;
}

.list_lang {
    min-width: 100px;
    background: var(--color-re-head-1);
    margin-top: 35px;
    position: absolute;
    min-height: 40px;
}

.list_lang ul {
    padding: 5px 5px 0px 8px;
    margin-bottom: 4px;
    list-style-type: none;
}

.list_lang li>a {
    display: flex;
    padding-bottom: 7px;
    cursor: pointer;
    text-decoration: none;
}

.list_lang .textlg {
    margin-left: 8px;
    margin-right: 12px;
    margin-top: 3px;
}

.tovar_name {
    height: 50px;
    max-height: 50px;
    overflow: hidden;
}

.tovar_description {
    height: 110px;
    overflow: hidden;
}

.container_menu {
    min-width: 185px;
    margin-left: -50px;
}

#tovar1 .coint_close {
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    /* padding-bottom: 10px; */
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 15px;
    margin-top: 10px;
}

#tovar1 .coint_close svg {
    margin-top: 3px;
}

* {
    font-family: 'Unbounded';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.big_red_btn_to_top {
    background: #e94c69;
    bottom: 17px;
    width: 45px;
    padding: 10px 10px 10px 10px;
    border-radius: 26px;
    position: fixed;
    right: 10%;
    z-index: 99;
}

.mo_list_help {
    position: absolute;
    z-index: 99999;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
    height: 120px;
    bottom: 25%;
    overflow: hidden;
    overflow-y: auto;
}


/*
gma
*/

.gma_row {
    width: 100%;
    height: 525px;
    display: flex;
}

.gma_col {
    width: 50%;
}

.gma_gray {
    background-color: #f8f8f8;
    height: 100%;
    border-radius: 15px 0px 0px 15px;
}

.gma_title {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    padding-top: 25px;
    line-height: 30px;
}

.gma_title span {
    color: #E94C69;
}

.gma_description {
    text-align: center;
    font-size: 14px;
    width: 300px;
    margin: auto;
    margin-top: 15px;
}

.gma_img {
    text-align: center;
    margin-top: 15px;
}

.gma_img img {
    width: 290px;
    margin: auto;
}

.gma_img_right {
    text-align: center;
}

.gma_img_right img {
    height: 475px;
    margin-top: 25px;
}

#gomotivapp .modal-dialog {
    max-width: 750px;
    margin-top: 5rem;
}

#gomotivapp .modal-content {
    border-radius: 15px;
}

.gma_clouse_btn {
    position: absolute;
    margin-left: 730px;
    background-color: #fff;
    padding: 1px 12px 4px 12px;
    border-radius: 30px;
    color: #868E96;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    margin-top: -13px;
    font-size: 20px;
    cursor: pointer;
}

.gmam {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 0px;
    display: none;
    z-index: 9999;
}

.gmam_clouse_btn {
    position: absolute;
    margin-left: 10px;
    background-color: #fff;
    padding: 1px 12px 4px 12px;
    border-radius: 30px;
    color: #868E96;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    margin-top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.gmam_title {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    padding-top: 55px;
    line-height: 40px;
}

.gmam_title span {
    color: #E94C69;
}

.gmam_description {
    text-align: center;
    font-size: 14px;
    width: 300px;
    margin: auto;
    margin-top: 15px;
}

.gmam_row {
    background-color: #f8f8f8;
    padding-bottom: 25px;
}

.gmam_btn_1 {
    background: rgb(250, 163, 39);
    background: linear-gradient(90deg, rgba(250, 163, 39, 1) 0%, rgba(250, 163, 39, 1) 7%, rgba(239, 87, 111, 1) 100%);
    width: 190px;
    border-radius: 30px;
    margin: auto;
    margin-top: 25px;
    cursor: pointer;
}

.gmam_btn_1 img {
    padding: 10px 10px 10px 15px;
}

.gmam_btn_2 {
    margin-top: 10px;
}

.gmam_bottom {
    text-align: center;
    bottom: 0px;
    position: absolute;
    width: 100vw;
}

.gmam_bottom img {
    max-width: 100%;
}

.mo_list_help .help_point {
    border-bottom: 1px solid;
}

@media (max-width: 870px) {
    .title_big {
        font-size: 17px;
    }
    .container_input label {
        font-size: 14px;
    }
}