@media screen and (max-width: 1200px) {

    .app_header_list li>label>b {
        display: none;
    }


    .downloadbox {
        flex-wrap: wrap;
    }

    .downloadbox>label {
        margin-top: 10px;
    }

    .app_header_list li {
        padding: 0 10px;
    }

    .app_header_list li svg {
        width: 16px;
        height: 16px;
    }

    .app_header_list li>label {
        font-size: 12px;
        text-align: left;
    }

    .dropdown-img {
        display: none;
    }

    .dropdown-menu.dropdown-first {
        width: auto;
    }

    .dorpdown-inner {
        min-width: 650px;
    }

    .col_det>div>svg {
        float: none;
    }

    .col_det h2 {
        padding: 0;
        font-size: 20px;
    }

    .col_det>p {
        font-size: 13px;
        margin: 0;
    }


    .title .scroller {
        width: 100%;
        float: none;
        margin: 20px 0 0;
    }

    .nav-tabs-sibapp {
        margin: 0;
        padding: 0 0 10px;
    }

    .nav-tabs-sibapp li {
        margin: 0 0 0 10px;
        width: auto;
    }

    .nav-tabs-sibapp li:last-child {
        margin-left: 10px;
    }

    .nav-tabs-sibapp li button svg {
        width: 20px;
        height: 20px;
    }

    .nav-tabs-sibapp li button, .nav-tabs-sibapp li button:hover, .nav-tabs-sibapp li button:focus {
        padding: 10px 12px;
        font-size: 16px !important;
        line-height: 26px;
        height: 45px;
    }

    .app_thumb.col-lg-4 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }



    .app_thumb .icon_row {
        border-bottom: 1px solid var(--color-light2) !important;
    }

    .app_thumb.col-lg-3:nth-last-child(-n+3) .icon_row {
        border-bottom: 0 !important;
    }

    .app_thumb.col-lg-4:nth-last-child(-n+2) .icon_row {
        border-bottom: 0 !important;
    }

    .app_thumb.col-lg-6:nth-last-child(-n+1) .icon_row {
        border-bottom: 0 !important;
    }

    .app_thumb.col-lg-12:nth-last-child(-n+0) .icon_row {
        border-bottom: 0 !important;
    }


    .app_preview .icon_row {
        border: 0 !important;
    }


}







@media screen and (max-width: 992px) {

    .mainpost>.imgpost {
        margin: 15px auto;
        max-width: 100%;
    }

    .plyr__controls {
        padding: 10px !important;
    }

    .sec.sec_scroller {
        padding: 0;
        width: 100%;
        overflow: visible;
        margin: 0;
        max-width: 100%;
    }

    .scroller {
        max-width: auto;
        overflow: auto;
        -webkit-overflow-scrolling: touch !important;
        -webkit-overflow-scrolling: auto !important;
        padding: 0 10px;
        margin: 0;
    }

    .scroller>* {
        width: -moz-max-content !important;
        width: -webkit-max-content !important;
        width: -o-max-content !important;
        width: -ms-max-content !important;
        min-width: 100%;
    }


    .sec_scroller>.title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sec_scroller>.title h1, .sec_scroller>.title h2, .sec_scroller>.title h3 {
        padding: 5px 15px;
    }


    .collection_thumb {
        max-width: 300px;
    }


    .col_item, .col_item:hover, .col_item:focus {
        transform: scale(1) !important;
        transition: none !important;
        box-shadow: none !important;
    }

    .scroller .post_thumb {
        max-width: 500px;
    }

    .hd-fix .btn.btn-secondary.user-btn,
    .hd-fix .swithlinks, header .topsearch {
        display: none;
    }

    .hd-row {
        justify-content: space-between;
    }

    .hd-fix.container {
        max-width: 100%;
        width: 100%;
        padding: 20px 25px;
    }

    .navbar-toggler {
        display: block !important;
        z-index: 999;
        margin: 0;
        width: 42px;
        position: absolute;
        left: 20px;
        padding: 0;
        margin: 4px;
        min-height: 42px;
    }


    .navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
        background: transparent !important;
        border: 0 !important;
    }

    .navbar-nav.headerbar .nav-item>a {
        margin: 0;
    }


    .navbar-nav.headerbar {
        position: relative;
        z-index: 99;
        background: var(--color-white);
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        align-items: start;
        align-content: center;
        justify-content: start;
        padding: 20px 0;
        overflow: auto;
        height: auto;
        width: auto;
        margin: 0;
        display: none;
    }

    .navbar-nav.headerbar.show {
        display: block;
    }


    .dropdown-menu {
        position: relative !important;
        margin: 10px 0 !important;
        width: auto !important;
        top: -52px !important;
        padding: 15px !important;
        border-radius: 25px;
    }

    .dropdown-menu:before {
        display: none;
    }

    .dorpdown-inner {
        min-width: 100%;
    }

    .nav-item {
        width: 100%;
        margin: 5px auto;
    }

    .navbar-nav.headerbar .nav-item>a:active,
    .navbar-nav.headerbar .nav-item>a:hover, .navbar-nav.headerbar .nav-item>a:focus {
        border-radius: 20px;
    }


    .dropdown-item {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: normal;
    }

    .sep-item {
        width: 100%;
        height: 1px;
        margin: 15px 0;
    }

    .row_footer {
        flex-wrap: wrap;
    }

    .row_footer>aside {
        width: 33%;
    }

    .inner_cpr label {
        border-left: 0;
        float: left;
    }

    footer {
        margin-top: 50px;
        margin-bottom: 65px;
    }

    .inner_footer.container {
        display: none;
    }

    .contactlist li b,
    .contactlist li label {
        font-size: 16px;
    }

    .contactlist li img {
        width: 60px;
        height: 60px;
        padding: 16px;
    }

    .user_guest {
        margin: 0;
        position: relative;
        left: 50px;
    }

    .user_guest.face {
        margin: 0;
        float: left;
    }

    .user_guest.face::after {
        display: none;
    }

    .user_guest.face img {
        width: 40px;
        min-width: 40px;
        padding: 0;
        height: 40px;
    }

    .logo {
        width: 140px;
        min-width: 140px;
        display: flex;
    }

    body {
        justify-content: flex-start;
    }

    .footer_bar {
        list-style: none;
        margin: 0;
        padding: 0 10px !important;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        background-color: var(--color-white);
        justify-content: space-around;
        border-top: 1px solid var(--color-light2);
        z-index: 9999;
    }

    .footer_bar li {
        position: relative;
    }

    .footer_bar li.active {
        width: 150px;
        min-width: 150px;
    }

    .footer_bar li a {
        display: block;
        padding: 20px 15px;
        text-align: center;
    }

    .footer_bar li.active a::after {
        content: "";
        height: 5px;
        position: absolute;
        background: var(--color-primary);
        right: 0;
        left: 0;
        width: 50px;
        margin: 0 auto;
        box-shadow: 0 0 15px var(--color-primary);
        border-radius: 10px;
        display: block;
        top: -4px;
    }

    .footer_bar li svg {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: 0 auto;
        position: relative;
    }

    .footer_bar li.active svg {
        margin-left: 5px;
    }

    .footer_bar li.active svg path {
        fill: var(--color-primary);
    }

    .footer_bar li label {
        font-size: 14px;
        font-weight: bold;
        color: var(--color-black);
        margin: 0;
        position: relative;
        display: none;
    }


    .footer_bar li.active label {
        display: inline-block;
        color: Var(--color-primary);
    }

    body {
        max-width: 100vw;
    }

    .hd-fix.container {
        width: 100vw !important;
        position: relative;
    }

    .cpr {
        display: block;
        padding: 5px;
        overflow: hidden;
        max-width: 100%;
        width: 100vw;
        padding: 12px;
        background: var(--color-white);
        color: var(--color-black);
    }

    .inner_cpr label {
        color: var(--color-black);
    }


    .inner_cpr label b {
        color: var(--color-black);
    }

    .inner_cpr.container {
        width: max-content;
        position: relative;
        right: 100vw;
        min-width: 1000px;
        -webkit-animation: marquee 15s linear infinite;
        animation: marquee 15s linear infinite;
    }


    @-webkit-keyframes marquee {
        100% {
            right: -200vw;
        }
    }

    @keyframes marquee {
        100% {
            right: -200vw;
        }
    }

    .nav-profile .dropdown-menu {
        position: fixed !important;
        right: 10px !important;
        left: 10px !important;
        width: auto;
        box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
        margin: 0 !important;
        border-radius: 25px 25px 0 0;
        max-height: 80vh;
        bottom: 0 !important;
        padding-bottom: 90px !important;
        overflow: auto !important;
        z-index: 999;
        top: auto !important;
        transform: none !important;
    }

    .inmob {
        display: block !important;
    }

    #sidebar {
        display: none;
    }

    .fixlinebox {
        padding: 15px;
        width: 100%;
    }

    #mainbar {
        padding: 0;
    }

    .dashboard_menu li a {
        font-size: 15px;
    }

    .dashboard_menu li a svg {
        width: 20px;
        height: 20px;
    }

    .btn-link, .btn, .nbs>label, .btn-primary, .btn-secondary, .btn-gray, .btn-link, .bt-sample-link, input[type="submit"], button.submit, input[type="button"], button {
        font-size: 15px !important;
    }

    .errorbox h1, .errorbox h2 {
        font-size: 29px;
    }

    .wizard-form {
        width: 90%;
        padding: 10px;
        margin: 0 auto;
    }

    .modal_alert {
        padding: 50px 10px 10px 10px;
        text-align: center;
    }

    .new_app_label {
        left: 16px;
        font-size: 12px;
        bottom: 15px;
    }

    .new_app_label::before {
        margin: 6px;
    }



    .app_thumb.col-lg-3:nth-last-child(-n+4) .icon_row {
        border-bottom: 1px solid var(--color-light2);
    }

    .app_thumb.col-lg-4:nth-last-child(-n+3) .icon_row {
        border-bottom: 1px solid var(--color-light2);
    }

    .app_thumb.col-lg-6:nth-last-child(-n+2) .icon_row {
        border-bottom: 1px solid var(--color-light2);
    }

    .app_thumb.col-lg-12:nth-last-child(-n+1) .icon_row {
        border-bottom: 1px solid var(--color-light2);
    }

    .app_thumb:last-child .icon_row {
        border-bottom: 0 !important;
    }



    .topsearch.inner_search {
        width: 90vw !important;
        min-width: 90vw !important;
    }

    .app_header {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        padding-right: 0;
    }

    .app_header_list {
        margin: 5px 0;
    }


    .app_header>.iconmask {
        position: relative;
        float: left;
        margin: 10px 0;
        margin-right: 0px;
        width: 220px;
        height: 220px;
        min-width: 220px;
        margin-right: 30px;
    }

    .app_header_det>h1 {
        font-size: 37px;
    }

    .downloadbox>label {
        font-size: 12px;
    }

    .dropdown-menu.dropdown-versions {
        position: fixed !important;
        right: 10px !important;
        left: 10px !important;
        width: auto;
        box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
        margin: 0 !important;
        border-radius: 25px 25px 0 0;
        max-height: 80vh;
        bottom: 0 !important;
        padding-bottom: 90px !important;
        overflow: auto !important;
        z-index: 999;
        top: auto !important;
        transform: none !important;
    }

    .title h3, .title h2, .title h1 {
        font-size: 22px;
    }

    .title h3 svg, .title h2 svg, .title h1 svg {
        width: 20px;
        height: 20px;
    }

    .learn_title.collapsed small {
        max-width: 350px;
        font-size: 14px;
    }

    .rate_row {
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .revtitle.reviewt {
        margin: 0 auto 20px;
    }

    .app_header.post_header {
        flex-wrap: wrap;
    }

    .app_header>.postimg {
        float: none;
        margin: 0 auto 20px;
    }

    .post_header .post_det {
        padding-right: 0;
        width: 100%;
    }


    .sw_big.container {
        max-width: 100%;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
    }



    /*update ai search*/
    .app_results {
        overflow: visible;
    }

    .topsearch.inner_search .app_results {
        border: 0;
        padding: 0;
    }

    .flex_suggest {
        padding: 0;
    }

    .search_title_ai {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .search_title_ai strong {
        font-size: 28px;
    }

    .search_title_ai label {
        font-size: 20px;
    }


    .aisuggest_list li a {
        min-height: 180px;
    }


}


@media screen and (max-width: 768px) {

    .modal-header {
        padding: 15px 0 0;
    }

    .modal-body {
        padding: 0;
    }

    .modal-header h2 {
        font-size: 16px;
    }

    .btn.morel {
        padding: 5px 10px;
        line-height: 27px;
        height: 39px;
    }

    .morel[data-bs-target="#request_app"] {
        font-size: 0 !important;
    }


    .morel[data-bs-target="#request_app"]::after {
        content: "ط§ظ¾ ط¬ط¯غŒط¯";
        font-size: 14px;
    }

    .morel[data-bs-target="#request_app"] svg {
        display: none;
    }

    .app_thumb .icon_row a h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .card-header>label {
        font-size: 16px;
    }

    .card-header>label>small {
        font-size: 11px;
    }

    .card-header {
        padding: 15px 10px;
    }

    .card-header>svg {
        float: right;
        margin: 0 5px;
        width: 20px;
        height: 20px;
    }

    .card-header>i {
        left: 15px;
        top: 15px;
    }

    .card-header.collapsed>i {
        top: 17px;
    }

    .trans_list li {
        width: 100%;
        border-bottom: 1px solid var(--color-light2) !important;
        padding: 10px;
    }

    .trans_list li:last-child {
        border: 0 !important;
    }

    .trans_list li svg {
        width: 20px;
        height: 20px;
        top: 3px;
        position: relative;
    }

    .trans_list li b {
        font-size: 14px;
    }

    .trans_list li label {
        font-size: 13px;
        margin: 3px 0;
        padding: 0;
    }


    .container {
        max-width: 100vw;
    }

    .app_thumb .icon_row {
        padding: 10px 10px;
    }


    .title .scroller {
        width: auto;
        float: none;
        margin: 20px -20px 0;
    }


    .fullpage {
        flex-direction: column-reverse;
        height: auto;
    }

    .sidepage {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .swithlinks.fixlinks {
        font-size: 15px;
        justify-content: center;
        position: relative;
        margin: 5px;
    }


    .artbar {
        height: 350px;
        overflow: hidden;
    }

    .artbar>img {
        object-fit: cover;
        height: 100%;
        object-position: bottom;
        margin: 0 auto;
        width: 100%;
        float: none;
        display: block;
    }

    .loglogo {
        position: absolute;
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    .sidepage {
        min-width: 200px;
        flex-direction: column-reverse;
    }

    .backbtn {
        position: relative;
    }

    .form_title>h3 {
        font-size: 25px;
    }

    .form_title>span {
        font-size: 14px;
    }

    .hd-fix.container {
        margin: 0;
    }

    .title {
        padding: 10px 20px;
        margin: 10px auto;
    }

    .title h3, .title h2, .title h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .scroller .post_thumb {
        max-width: 88vw;
        padding: 10px;
    }

    .icon_row a h2 {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        font-size: 16px;
    }

    .icon_row a p {
        font-size: 14px;
    }

    .collection_thumb {
        max-width: 290px;
    }

    .app_thumb.col-lg-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .app_preview {
        margin: 0 0 15px;
    }

    .app_preview .icon_row {
        margin: 10px;
        padding-left: 100px;
    }

    .app_preview .btn.downloadlink {
        max-width: 70px;
        padding: 2px;
        text-align: center;
        justify-content: center;
    }

    .app_preview .btn.downloadlink svg {
        display: none;
    }

    .app_thumb .iconmask {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }

    .sw_preview {
        padding: 0 20px 15px;
    }

    .title.center_title>h3, .title.center_title>h2, .title.center_title>h1 {
        font-size: 20px;
    }

    .title.center_title>small {
        font-size: 15px;
    }

    .post_thumb.col-sm-12 {
        padding: 0 0 20px 0;
    }

    .collection_thumb .morelink {
        display: none;
    }

    .btn.downloadlink {
        max-width: 88px;
        min-height: 14px;
        font-size: 14px !important;
        line-height: 23px;
        height: 35px;
    }

    .btn.downloadlink.downloading, .btn.downloadlink.downloading:hover, .btn.downloadlink.downloading:focus {
        width: 35px;
        height: 35px;
    }

    .user_plans {
        max-width: 100%;
        padding: 0;
    }

    .btn-pro label b {
        font-size: 19px;
    }

    .btn-pro {
        height: 54px;
        line-height: 27px;
        padding: 14px 10px;
    }

    .btn-pro svg {
        float: right;
        margin: 2px 3px 2px 5px;
        width: 20px;
        height: 20px;
    }

    .app_header {
        flex-wrap: wrap;
    }

    .app_header>.iconmask {
        width: 140px;
        height: 140px;
        min-width: 140px;
        border-radius: 30px;
    }

    .app_header_det {
        padding: 5px 10px;
    }


    .downloadbox_main>small {
        font-size: 12px;
    }

    .downloadbox_main>b {
        font-size: 16px;
    }

    .downloadbox_main {
        padding: 14px 19px;
        padding-left: 88px;
    }

    .downloadbox_ver>i {
        padding: 0 14px;
    }

    .downloadbox {
        flex-wrap: wrap;
        top: 0;
        bottom: auto;
        right: 0;
        left: 0;
        align-content: start;
        justify-content: right;
    }

    .downloadbox_btn {
        position: relative;
        width: 100%;
    }

    .sw_single {
        margin: 0 -15px;
        padding: 0 20px;
    }

    .sec.hashtags .title {
        display: none;
    }

    .sec.hashtags {
        padding: 0 15px;
    }

    .hashtag_list li a {
        padding: 6px 10px;
        margin: 0 0 6px 6px;
        display: block;
        font-size: 14px;
    }

    .container {
        max-width: 100vw;
        width: 100vw;
    }

    .learn_box {
        padding: 8px;
    }

    .learn_title>svg {
        width: 20px;
        height: 20px;
    }

    .learn_title>b {
        margin: 0;
        font-size: 14px;
    }

    .learn_title.collapsed small {
        display: none !important;
    }

    .mainpost>p {
        font-size: 14px;
    }

    .learn_inner {
        padding: 15px;
        font-size: 13px;
    }

    .reviews .item .reply>span,
    .reviews .item .reply>b {
        font-size: 13px !important;
    }

    .reviews .item .reply>span {
        width: 100%;
        margin-top: 5px;
    }

    .reviews .item .reply>svg {
        width: 16px;
        min-width: 16px;
        height: 16px;
        margin: 2px;
    }

    .reply {
        padding: 12px;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .btn-more::after,
    .btn-more.collapsed {
        font-size: 14px !important;
    }

    .btn-more {
        font-size: 0 !important;
    }


    .revtitle.reviewt .iconmask {
        width: 100px;
        height: 100px;
        min-width: 100px;
        border-radius: 20px;
    }

    .reviewstars>div {
        width: 150px;
        background-size: 150px;
        height: 25px;
    }

    .reviewstars>div>b {
        background-size: 150px;
        height: 25px;
    }

    .revtitle.reviewt {
        margin: 0 auto 20px;
        width: 100%;
        min-width: 100%;
    }

    .revtitle.reviewt .btn-primary {
        max-width: 250px;
    }

    .sec {
        margin: 10px auto 20px;
    }

    .clearfix.spacer {
        min-height: 0;
    }


    .app_header>.postimg {
        width: 100%;
        min-width: 100%;
        height: auto;
    }

    .post_header .title.postitle {
        padding: 5px;
    }

    .title.postitle>h1 {
        font-size: 30px;
        line-height: 36px;
        font-weight: bold;
    }

    .title.postitle>h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .app_header_list {
        justify-content: center;
    }

    .app_header_list li {
        align-items: center;
    }

    .app_header_list li>label {
        text-align: center;
    }


    .wrap {
        width: 280px;
        height: 315px;
    }

    .game .gamecard {
        width: 46px;
        height: 46px;
        padding: 3px;
    }

    .modal_alert span {
        font-size: 15px;
    }

    .wrap>p {
        font-size: 14px;
    }

    .modal-overlay.modal_alert {
        padding: 15px 0 0;
    }

    .sw_apps .post_thumb {
        padding: 5px;
    }

    .swp-nav-gp {
        display: none;
    }


    .big_slider_det h2 {
        font-size: 19px;
    }

    .card_thumb {
        padding: 10px;
    }

}


@media screen and (max-width: 576px) {
    .artbar {
        height: 230px;
    }

    .scroller .post_thumb {
        max-width: 88vw;
        padding: 10px;
    }

}











/****BLOG****/

@media screen and (max-width: 992px) {




    .inner_footer.container {
        display: block;
        padding-bottom: 25px;
    }

    .cpr.container {
        background: var(--color-primary);
        border-radius: 0;
        margin: 0 auto;
        padding: 25px;
        color: var(--color-white);
    }

    .footer_2nd {
        padding: 25px 0;
        margin-top: 0;
    }

    .footer_2nd_inner .row_footer>aside {
        width: 100%;
        max-width: 100%;
    }

    footer {
        margin-top: 20px;
        margin-bottom: 0;
        padding-bottom: 0;
        display: none !important;
    }

    .sidelogos {
        justify-content: center;
    }


    body {
        padding-bottom: 100px;
    }

    .headerbar footer {
        display: block !important;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .headerbar .inner_footer.container {
        display: block;
        padding: 0;
        width: auto;
    }

    .headerbar .row_footer>aside>h3 {
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

    .headerbar .sidelinks li a {
        font-size: 13px;
    }

    .headerbar .row_footer>aside>span {
        font-size: 14px;
    }

    .headerbar .cpr.container {
        width: auto;
        border-radius: 15px;
        padding: 15px;
    }

    .headerbar .inner_cpr>div {
        margin: 0 auto 5px;
    }

    .headerbar .inner_cpr p svg {
        width: 20px;
        position: relative;
        top: -3px;
    }

    .headerbar .inner_cpr p {
        font-size: 15px;
        font-weight: bold;
    }

    .headerbar .subscribe_form form {
        padding: 0 10px;
    }

    .headerbar .subscribe_form form button, .headerbar .subscribe_form form button:hover, .headerbar .subscribe_form form button:focus {
        margin-right: 5px;
    }

    .headerbar .footer_2nd {
        padding: 5px 0;
        background: transparent;
    }

    .headerbar .footer_2nd_inner.container {
        width: auto;
        margin: 0;
        padding: 0;
    }


    .headerbar .about_footer h3 {
        line-height: 26px;
    }

    .headerbar .logos_footer {
        padding: 0 !important;
        margin: 0 !important;
    }

    .headerbar .sidelogos li {
        background: transparent;
        margin: 0 15px;
        padding: 5px;
    }

    .headerbar .sidelogos li img {
        max-width: 55px;
    }

    .navbar-nav.headerbar {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        padding: 70px 15px 120px;
        z-index: 99;
    }

    .navbar-toggler.hd-menu {
        position: fixed;
    }

    .navbar-toggler.hd-menu.collapsed {
        position: absolute;
    }


    .big_slider_item .big_slider_det {
        padding: 15px;
    }

    .card_item .icon_row {
        padding: 10px 0;
        margin: 0 10px;
    }


    .container .sw_big {
        padding: 0 10px;
        margin-bottom: 10px;
    }


    .big_slider_det h2 {
        font-size: 22px;
    }

    .big_slider_det p {
        font-size: 12px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .big_slider_item .sliderlink, .big_slider_item .sliderlink:hover, .big_slider_item .sliderlink:focus, .big_slider_item .sliderlink:active {
        font-size: 12px !important;
        margin-right: 10px;
    }

    .sw_cards.container {
        width: 100%;
        max-width: 100%;
    }


    .sw_cards .swiper-slide {
        max-width: 100%;
    }


}



@media screen and (max-width: 768px) {


    .row_footer>aside>h3 {
        font-size: 17px;
    }

    .row_footer>aside.about_footer>span {
        font-size: 14px;
    }

    .inner_cpr {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .cpr.container {
        padding: 10px;
    }

    .inner_cpr>div {
        width: 100%;
        text-align: center;
        justify-content: center;
        justify-items: baseline;
        display: flex;
        margin: 10px auto;
    }

    .inner_cpr p {
        font-size: 17px;
    }

    .row_footer>aside {
        width: 50%;
    }

    .row_footer>aside.big_aside {
        min-width: 100%;
    }


    .full_vote_box {
        border-radius: 0;
        padding: 35px;
        max-width: 100%;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }


    .full_vote_box>label {
        font-size: 19px;
        margin: 0 auto 20px;
        width: 100%;
        text-align: center;
    }

    .vote-buttons {
        width: 300px;
        max-width: 100%;
    }

    .vote-btn label {
        font-size: 14px;
    }

    .vote-btn img {
        width: 34px;
    }

    .vote-btn:hover, .vote-btn:focus, .vote-btn {
        padding: 10px 5px;
        border-radius: 15px;
        min-height: 130px;
    }


    .probar_line {
        height: 7px;
        overflow: visible;
    }

    .probar_line_fill {
        box-shadow: 0 0 50px var(--color-primary);
        height: 7px;
    }

    .sec_descriptions .collapsed_span {
        font-size: 14px;
    }



    .breadcrumb-item,
    .breadcrumb li a {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        width: 14px;
        height: 14px;
    }

    .logo svg {
        margin-top: -14px;
        right: -12px;
        position: relative;
        top: 2px;
    }




}