.girl_pag {
    display: flex;
    justify-content: space-between;
}
.video_block video {
    display: block;
    width: 100%;
    max-height: 300px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.uslugi-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.uslugi-list > div {
    width: calc(25% - 5 * 2px);
    margin-bottom:20px;
}

.desk_show {
    margin-left: auto;
    font-size: 14px;
/*    font-weight: 700;*/
}
 
.girl_pag_el {
    display: flex;
    align-items: center;
    gap: 17px;
    font-size: 24px;
    color: var(--c-red);
    text-transform: uppercase;
}

.girl_pag_el svg {
    width: 25px;
    height: 40px;
}

.girl_pag_el span {
    margin-top: 3px;
}

.gri_is_verify {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px;
    border-radius: 10px;
    font-size: 13px;
    border: 1px solid var(--c-green-light);
}

.gri_is_verify svg {
    width: 24px;
    height: 24px;
}

.girl {
    margin-top: 24px;
    display: flex;
    gap: 20px;
}

.gl {
    width: 556px;
}

.gr {
    width: calc(100% - 556px - 20px);
}

.girl_pag *,
.girl_services *,
.girl_reports *,
.girl * {
    letter-spacing: normal;
}

.gr_info_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gri_name {
    font-size: 32px;
    line-height: 135%;
}

.gri_text {
    font-size: 14px;
}

.gr_ir2 {
    margin-top: 18px;
}

.gr_ir3 {
    margin-top: 36px;
}

.gr_ir4 {
    margin-top: 26px;
}

.gr_ir5 {
    border-top: 1px solid var(--c-red);
    margin-top: 20px;
    padding-top: 24px;
}

.gri_last_online {
    color: var(--c-red);
    line-height: 135%;
}

.gri_station {
    display: flex;
    gap: 16px;
    align-items: center;
}

.gri_station_color {
    background-color: #0001;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 100%;
}

.gri_station_name {
    margin-top: 2px;
}

.gri_worktime {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 4px;
    padding: 2px 32px 0;
    color: var(--c-white);
    background-color: var(--c-primary);
}

.grip_numb {
    display: flex;
    align-items: center;
    font-size: 28px;
    gap: 12px;
}

.grip_icon {
    width: 34px;
    height: 34px;
}

.gri_socials {
    display: flex;
    gap: 7px;
}

.gri_social svg {
    width: 36px;
    height: 36px;
}

.gri_phone {
    cursor: pointer;
}

.gr_stats {
    margin-top: 82px;
	padding:30px 20px 10px 20px;
    column-count: 2;
    column-gap: 40px;
    overflow: hidden;
    background-color: #ffffff;
}

.gr_stat {
    position: relative;
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.gr_stat:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-bottom: 1px dashed #DBDFDD;
    height: 1px;
    z-index: 1;
}

.gr_stat_name {
    font-weight: 700;
    white-space: nowrap;
}

.gr_stat_val {
    margin-left: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gr_stat_name,
.gr_stat_val {
    position: relative;
    z-index: 2;
    line-height: 135%;
}

.gr_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.gr_tag {
    background-color: #D9D9D9;
    max-width: 180px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-grow: 1;
    padding: 2px 6px 0;
}

.gr_tags > :first-child {
    color: var(--c-white);
    background-color: var(--c-red);
}

.gr_tarifs {
    margin-top: 36px;
    /*background-color: var(--c-red);*/
    background-color: #fff;
    border-radius: 4px;
    /*color: var(--c-white);*/
    padding: 22px 32px 24px;
}

.gr_tarifs_tb {
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

.gr_tarifs_tb thead {
    font-size: 20px;
    text-transform: uppercase;
}

.gr_tarifs_tb thead th {
    padding: 0 10px 10px;
    color:var(--c-red);
}

.gr_tarifs_tb th,
.gr_tarifs_tb td {
    line-height: 135%;
}

.gr_tarifs_tb td {
    padding: 7px 10px;
}

.gr_tarifs_tb tbody > tr:nth-last-child(n+2) td {
    border-bottom: 1px solid #fff4;
}

.grt_aleft {
    text-align: left;
    font-weight: bold;
}

.grt_aright {
    text-align: right;
}

.gr_tarifs_tb caption {
    caption-side: bottom;
    margin-top: 24px;
    line-height: 135%;
}

.girl_services {
    margin-top: 22px;
}

.h2 {
    font-size: 28px;
    line-height: 135%;
    text-transform: uppercase;
}

.girl_service_groups {
    --elems: 4;
    --gapX: 42px;
    --gapY: 32px;
    gap: var(--gapY) var(--gapX);
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.gsg {
    width: calc((100% - var(--gapX) * (var(--elems) - 1)) / var(--elems));
}

.gsg_title {
    display: flex;
    height: 38px;
    padding-top: 2px;
    border-radius: 4px;
    background-color: var(--c-primary);
    align-items: center;
    justify-content: center;
    color: var(--c-white);
}

.gsg_list {
    margin-top: 24px;
}


.gsgl_row_info {
    display: flex;
    align-items: center;
}

.gsgl_row_galka {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.gsgl_row_name {
    padding-top: 2px;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
}

.gsgl_row_price {
    color: var(--c-red);
    font-size: 12px;
    padding-top: 4px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gsgl_row_caption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 135%;
    color: var(--c-red);
}

.girl_reports_head {
    display: flex;
    align-items: flex-start;
}

.girl_reports_form_btn,
.girl_rsh_form_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-red);
    color: #fff;
    border-radius: 4px;
    transition: opacity .3s;
}

.girl_reports_form_btn:hover,
.girl_rsh_form_btn:hover {
    opacity: .7;
}

.girl_reports {
    margin-top: 73px;
}

.inn_girl_reports {
    overflow: hidden;
}

.girl_rsh_form_btn {
    cursor: pointer;
    height: 54px;
    width: 255px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
}

.girl_reports_sw {
    margin-top: 27px;
}

.girl_rsw_panel {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.girl_rswp_btn {
    width: 36px;
    height: 36px;
    margin-top: 32px;
}

.girl_rswp_btn svg {
    width: 100%;
    height: 100%;
}

.girl_rswpb_pag {
    display: none;
}

.girl_report {
    background-color: var(--c-white);
    border-radius: 10px;
    padding: 24px;
    margin-top: 15px;
}

.girl_report_head {
    display: flex;
    align-items: center;
}

.girl_rh_name {
    font-weight: 700;
}

.girl_report_body,
.girl_rh_name,
.girl_rh_date {
    line-height: 135%;
}

.girl_rh_date {
    margin-left: auto;
}

/*.girl_report_panel {

    border-top: 1px solid #DBDFDD;
}*/
.girl_report_panel,
.girl_report_body {
    margin-top: 18px;
}

.girl_rp_answer,
.girl_rp_form {
    display: none;
}

.girl_rp_form {
    margin-top: 18px;
}

.inn_girl_rp_form {
    --h: 42px;
    display: flex;
    align-items: center;
    height: var(--h);
    background-color: rgba(236, 241, 239, .5);
    border-radius: 100px;
    padding: 0 calc((var(--h) - 24px) / 2);
    font-size: 14px;
}

.girl_rpf_inp {
    padding-top: 4px;
    height: 100%;
    margin-left: 10px;
    width: 100%;
}

.girl_rpf_send {
    margin-left: 10px;
    margin-right: 5px;
    cursor: pointer;
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.girl_rpf_avatar {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 100%;
    overflow: hidden;
}

.girl_rpf_send svg,
.girl_rpf_avatar img {
    width: 100%;
    height: 100%;
}

.girl_rpf_send svg * {
    transition: .3s;
}

.girl_rpf_send:hover svg path {
    fill: var(--c-red);
}

.girl_rp_btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.girl_rp_text,
.girl_rp_btn {
    font-size: 14px;
    line-height: 135%;
    text-decoration: underline;
}

.girl_rp_btn {
    cursor: pointer;
    transition: color .3s;
}

.girl_rp_btn:hover {
    color: var(--c-red)
}

.girl_rp_answer {
    margin-top: 16px;
    padding-top: 16px;
    padding-left: 20px;
    min-height: unset;
    border-radius: unset;
    border-left: 2px solid var(--c-red);
}

.girl_rpa_head {
    display: flex;
}

.girl_rpa_name {
    font-weight: 700;
    color: var(--c-red);
}

.girl_rpa_date {
    margin-left: auto;
}

.girl_rpa_body {
    margin-top: 10px;
    line-height: 135%;
}

.gl_fotos {
    position: relative;
}

.gl_text {
    margin-top: 44px;
}

.gl_tags {
    position: absolute;
    top: 35px;
    left: 30px;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gl_tag {
    padding-top: 2px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    font-size: 24px;
    color: var(--c-white);
}

.gl_tag + .gl_tag {
    margin-top: 11px;
}

.gl_tag1 {
    background-color: var(--c-tag-red);
}

.gl_tag2 {
    background-color: var(--c-tag-purple);
}

.gl_tag3 {
    background-color: var(--c-tag-green);
}

.gl_fotos_sw_big,
.gl_fotos_sw_small {
    overflow: hidden;
}

.gl_fotos_sw_big {
    border-radius: 12px;
}

.gl_fotos_sw_big .swiper-slide {
    height: 534px;
    border-radius: 12px;
}

.gl_fotos .swiper-slide {
    overflow: hidden;
}

.gl_fotos_sw_small {
    margin-top: -24px;
}

.gl_fotos_sw_small .swiper-slide {
    cursor: pointer;
}

.inn_gl_fsws {
    position: relative;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.gl_fotos_sw_small .swiper-slide {
    position: relative;
    height: 136px;
    border-radius: 3px;
    width: calc((100% - 20px * 3) / 4);
}

.gl_fotos_sw_small .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 0 2px #fff0;
    transition: box-shadow .3s;
}


.gl_fotos_sw_small .swiper-slide.swiper-slide-thumb-active:after {
    box-shadow: inset 0 0 0 2px var(--c-red);
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gl_fsws_btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: .7;
    transition: .3s;
    visibility: visible;
    width: 56px;
    height: 56px;
}

.gl_fsws_btn svg {
    width: 100%;
    height: 100%
}

.gl_fsws_btn:hover {
    opacity: 1;
}

/*.gl_fsws_btn.swiper-button-disabled {
    visibility: hidden;
    opacity: 0;
}*/

.gl_fsws_btn_prev {
    left: -10px;
}

.gl_fsws_btn_next {
    right: -10px;
}

.girl_map {
    margin-top: 79px;
}

.inn_girl_map {
    height: 408px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #0002;
}

#map {
    width: 100%;
    height: 100%;
}

.YMapMetka {
    position: relative;
    width: 170px;
    height: 110px;
    transform: translate(-50%, -40px);
}

.YMapMetka svg {
    width: 100%;
    height: 100%;
    display: block;
}

.YMapMetka span {
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    z-index: 1;
    position: absolute;
    color: var(--c-white);
}

#map .ymaps-2-1-79-ground-pane {
    /*filter: grayscale(1);*/
}

.mob_show {
    display: none;
}

@media (max-width: 1728px) {
    .gl {
        width: 440px;
    }

    .gr {
        width: calc(100% - 440px - 20px);
    }

    .grip_numb,
    .gri_name {
        font-size: 24px;
    }

    .grip_icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .girl_pag_el {
        gap: 8px;
        font-size: 20px;
    }

    .gl_fotos_sw_big .swiper-slide {
        height: 420px;
    }

    .gl_fsws_btn {
        width: 40px;
        height: 40px;
    }

    .gl_tag {
        height: 36px;
        width: 130px;
        font-size: 18px;
    }

    .gl_fotos_sw_small .swiper-slide {
        height: 100px;
    }

    .gl_tags {
        top: 20px;
        left: 20px;
    }

    .gr_stats {
        margin-top: 40px;
    }

    .gr_stat {
        margin-bottom: 16px;
    }

    .gr_stats {
        columns: unset;
    }

    .gr_tags {
        margin-top: 20px;
    }

    .gr_tarifs {
        padding: 22px 24px 24px;
    }

    .gr_tarifs_tb caption {
        margin-top: 20px;
    }

    .h2 {
        font-size: 24px;
    }

    .gsgl_row_galka {
        width: 22px;
        min-width: 22px;
        height: 22px;
    }

    .gsgl_row_name {
        margin-left: 6px;
    }

    .girl_service_groups {
        --gapX: 20px;
        --gapY: 20px;
    }

    .gl_text {
        margin-top: 32px;
    }

    .gsgl_row_caption {
        font-size: 12px;
    }

    .girl_service_groups {
        margin-top: 24px;
    }

    .girl_map {
        margin-top: 60px;
    }

    .girl_rsh_form_btn {
        height: 48px;
        width: 235px;
    }
}

@media (max-width: 1440px) {
    .girl_rswpb_pag {
        margin-top: 16px;
        display: flex;
        justify-content: center;
        gap: 3px 5px;
    }

    .girl_rsw_panel .girl_rswpb_pag span.swiper-pagination-bullet {
        margin: 0;
        padding: 0;
        width: 8px;
        height: 3px;
        border-radius: 8px;
        background-color: #94949433;
        opacity: 1;
        transition: background .3s;
    }

    .girl_rsw_panel .girl_rswpb_pag span.swiper-pagination-bullet-active {
        background-color: var(--c-primary);
    }

    .girl_rswp_btn {
        display: none;
    }

    .gri_id.desk_show,
    .girl_rsh_form_btn.desk_show,
    .gri_text.desk_show {
        display: none;
    }

    .gri_id.mob_show,
    .girl_reports_form_btn.mob_show {
        display: block;
    }

    .girl_reports_form_btn.mob_show {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        margin-top: 20px;
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

@media (max-width: 1032px) {

    .uslugi-list > div {
        width: calc(32% - 3 * 2px);
        margin-right: 14px;
    }
    .gsgl_row_caption {
        margin-top: 8px;
    }


    .gri_name {
        width: 100%;
        text-align: center;
    }

    .gri_is_verify {
        width: 100%;
        justify-content: center;
    }

    .gr_ir3 {
        margin-top: 8px;
    }

    .gr_ir3 > div {
        width: calc(100% / 2);
    }

    .gri_last_online {
        text-align: right;
    }

    .gri_id.mob_show {
        line-height: 135%;
    }

    .gri_station {
        gap: 8px;
    }

    .gri_worktime {
        padding: 2px 9px 0;
    }

    .grip_text {
        font-size: 16px;
        text-transform: uppercase;
    }

    .grip_numb {
        background-color: #E3E3E3;
        height: 43px;
        border-radius: 7px;
        justify-content: center;
        padding: 0 30px;
    }

    .girl_pag {
        margin-top: 20px;
    }

    .gr, .gl {
        width: calc((100% - 20px) / 2);
    }

    .gl_fotos_sw_big .swiper-slide {
        height: 374px;
    }

    .gl_fotos_sw_small .swiper-slide {
        height: 88px;
    }

    .gl_fsws_btn {
        width: 32px;
        height: 32px;
    }

    .gr_tags {
        gap: 8px;
    }

    .gr_stat {
        margin-bottom: 14px;
    }

    .gr_stats,
    .gr_tarifs {
        margin-top: 24px;
    }

    .gr_tags {
        margin-top: 10px;
    }

    .girl_service_groups {
        --elems: 3;
    }

    .inn_girl_map {
        height: 375px;
        border-radius: 10px;
    }

    .gr_tarifs {
        border-radius: 10px;
    }

    .gr_tarifs_tb caption {
        text-align: left;
        padding: 0 10px;
        font-size: 13px;
    }

    .gr_tarifs_tb thead th {
        font-size: 14px;
    }

    .gr_tarifs_tb thead th:nth-child(2) {
        padding-left: unset;
        padding-right: unset;
    }

    .gr_tarifs {
        padding: 24px;
    }

    .girl_service_groups {
        --gapX: 8px;
    }

    .girl_map,
    .girl_reports {
        margin-top: 40px;
    }
}

@media (max-width: 808px) {

    .uslugi-list > div {
        width: calc(48% - 3 * 2px);
        margin-right: 15px;
    }
    .girl_pag {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .girl_pag_el {
        gap: 6px;
        font-size: 14px;
    }

    .girl {
        margin-top: 0;
    }

    .gr_text {
        margin-top: 50px;
    }

    .gr_tag {
        padding-top: 0;
    }

    .girl {
        flex-direction: column;
    }

    .gr, .gl {
        width: 100%;
    }

    .gl_text.desk_show {
        display: none;
    }

    .gr_text.mob_show {
        display: block;
    }

    .gl_fotos_sw_big .swiper-slide {
        height: 594px;
    }

    .gl_fotos_sw_small .swiper-slide {
        width: calc((100% - 4px * 3) / 4);
        opacity: 0;
        transition: opacity .3s;
        border-radius: 4px;
        height: 92px;
    }

    .gl_fotos_sw_small .swiper-slide.swiper-slide-visible {
        opacity: 1;
    }

    .inn_gl_fsws {
        width: calc(100% - 60px);
    }

    .gl_fsws_btn {
        width: 42px;
        height: 42px;
    }

    .gl_fsws_btn_prev {
        left: -30px;
    }

    .gl_fsws_btn_next {
        right: -30px;
    }

    .grip_numb, .gri_name {
        font-size: 32px;
    }

    .gri_worktime,
    .gri_station_name {
        font-size: 16px;
    }

    .gri_station.gri_station_and_time {
        max-width: calc(100% - 145px);
    }

    .gri_station_name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .gr_ir3 > div {
        width: 120px;
    }

    .gr_ir3 {
        font-size: 16px;
    }

    .gl_tags {
        top: 26px;
        left: 10px;
    }

    .gr_ir5 {
        flex-wrap: wrap;
        gap: 10px 10px;
        padding-top: 0;
        border: unset;
    }

    .gri_phone {
        width: calc(100% - 90px);
        max-width: 235px;
        min-width: 210px;
    }

    .grip_numb {
        justify-content: center;
        padding: 0;
    }

    .gr_ir4,
    .gr_ir2 {
        margin-top: 30px;
    }

    .gr_stats {
        margin-top: 40px;
        font-size: 16px;
    }

    .gr_stat {
        /*margin-bottom: 27px;*/
        margin-bottom: 18px;
    }

    .gr_stat:after{
        display: none;
    }

    .gr_stat .separator{
        flex-grow: 1;
        border-bottom: 1px dotted #AAAAAA;
        margin: 0 5px;
    }   

    .gr_stat_val{
        margin-left: 0;
    }

    .gr_tags {
        margin-top: 23px;
        font-size: 16px;
    }

    .gr_tarifs {
        margin-top: 50px;
    }

    .gr_tarifs_tb td {
        padding: 7px 0;
    }

    .gr_tarifs_tb thead th {
        padding: 0 0 7px;
    }

    .gr_tarifs_tb caption {
        margin-top: 15px;
        padding: 0;
    }

    .girl_services {
        margin-top: 50px;
    }

    .girl_service_groups {
        --elems: 1;
        --gapY: 28px;
    }

    .gsgl_row_galka {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }

    .gsgl_row_name {
        margin-left: 10px;
    }
	
	.gsgl_row_price {
    font-size: 13px;
    padding-top: 3px;
    margin-left: 7px;
   }

    .gsgl_row_caption {
        margin-top: 10px;
    }

    .gsg_more_all {
        margin-top: 24px;
        display: flex;
        font-size: 16px;
        align-items: center;
        justify-content: center;
        height: 60px;
        border: 1px solid var(--c-red);
        color: var(--c-red);
        border-radius: 10px;
    }

    .gsg_title {
        height: unset;
        padding: 5px 24px 3px;
        border-radius: 10px;
    }

    .gsg {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .gsg + .gsg {
        display: none;
    }

    .gsg + .gsg.show {
        display: flex;
    }

    .gsg_list {
        width: 100%;
    }

    .girl_map, .girl_reports {
        margin-top: 50px;
    }

    .inn_girl_map {
        height: 285px;
        border-radius: 16px;
    }

    .h2 {
        font-size: 28px;
    }

    .girl_reports_form_btn.mob_show {
        border-radius: 10px;
        width: 100%;
        max-width: unset;
    }

    .girl_reports_sw {
        margin-top: 23px;
        font-size: 16px;
    }
}

@media (max-width: 525px) {

    .uslugi-list > div {
        width: 100%;
    }
}
@media (max-width: 495px) {
    .gl_fotos_sw_small .swiper-slide {
        height: calc(100vw * 70 / 375);
    }

    .gl_fotos_sw_big .swiper-slide {
        height: calc(100vw * 450 / 375);
    }

    .inn_girl_map {
        height: calc(100vw * 216 / 216);
    }

    .YMapMetka {
        position: relative;
        width: 100px;
        height: 100px;
        transform: translate(-50%, -40px);
    }
}



.add_complaint{
    width: 255px;
    height: 54px;
    border: 1px solid #D6374A;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;   
    color: #D6374A;
    margin-left: 36px;
    margin-top: 16px;
    cursor: pointer;
}


@media (max-width: 1728px) {
    .add_complaint{
        margin-left: 20px;
    }
}
@media (max-width: 1440px) {
    .add_complaint{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
@media (max-width: 480px) {
	.gr_stat_name, .gr_stat_val
	{
		font-size: 14px;
	}
	.gr_stat{
		margin-bottom: 15px;
	}

	.gr_stat_val{
		width: 50%;
	}

    .gr_stats{
        padding: 10px;
        padding-top: 20px;
    }
}


/* Back to bot button */
.back-to-bot {
    display: none;
}

@media (max-width: 575px) {
    .back-to-bot {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        background-color: #33aae2;
        border-radius: 50%;
        font-weight: 500;
        font-size: 13px;
        line-height: 120%;
        color: #fff;
        text-align: center;
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 10;
    }

    .back-to-bot::before {
        content: '';
        flex-shrink: 0;
        display: block;
        width: 28px;
        height: 28px;
        background: url('../../../img/back-to-bot-icon.svg') no-repeat;
        margin-bottom: 4px;
    }
}


.gr_mob_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:12px;
    background: rgba(224, 116, 129, 1);
    padding: 15px;
    border-radius: 20px;
    color:#fff;
    margin-top: 40px;
    text-align: center;
}

.gr_mob_text img{
    border-radius: 50%;
    object-fit: cover;
    width: 90px;
    height: 90px;
}