

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Medium.eot');
    src: local('Geologica Medium'), local('Geologica-Medium'),
    url('../fonts/Geologica-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geologica-Medium.woff2') format('woff2'),
    url('../fonts/Geologica-Medium.woff') format('woff'),
    url('../fonts/Geologica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-ExtraBold.eot');
    src: local('Geologica ExtraBold'), local('Geologica-ExtraBold'),
    url('../fonts/Geologica-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geologica-ExtraBold.woff2') format('woff2'),
    url('../fonts/Geologica-ExtraBold.woff') format('woff'),
    url('../fonts/Geologica-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Regular.eot');
    src: local('Geologica Regular'), local('Geologica-Regular'),
    url('../fonts/Geologica-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geologica-Regular.woff2') format('woff2'),
    url('../fonts/Geologica-Regular.woff') format('woff'),
    url('../fonts/Geologica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-SemiBold.eot');
    src: local('Geologica SemiBold'), local('Geologica-SemiBold'),
    url('../fonts/Geologica-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geologica-SemiBold.woff2') format('woff2'),
    url('../fonts/Geologica-SemiBold.woff') format('woff'),
    url('../fonts/Geologica-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


:root {
    --font-family: "Geologica", sans-serif;
}

:root {
    --white: #fff;
    --black: #000;
    --light: #787894;
    --stroke-outline: #b8b8cf;
    --stroke-devider: #dcdce3;
    --red: #eb4a4a;
    --blue-extra: #bcbcff;
    --blue-light: #5a59e0;
    --blue: #4e4dc2;
    --blue-dark: #4242a5;
    --ground-light: #f6f7fa;
    --ground-base: #eff0f3;
    --sport-types-c-lifestyle: #d2998b;
    --sport-types-c-partners: #96174e;
    --sport-types-c-skiing: #678aff;
    --sport-types-c-sportgymnastics: #92b52f;
    --sport-types-c-basketball: #e67c02;
    --sport-types-c-football: #2bb30f;
    --sport-types-c-hockey: #ee1919;
    --sport-types-c-formula: #8d21bf;
    --sport-types-c-marts: #d00073;
    --sport-types-c-figskating: #644ee2;
    --sport-types-c-tennis: #af8614;
    --sport-types-c-volleyball: #0c98cc;
    --sport-types-c-rhytgymnastics: #4bbac2;
}




/*****************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*{
    box-sizing: border-box;
    outline: none!important;



    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: var(--black);

}

.txt_color{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    /*line-height: 123%;*/
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: var(--white);
    border-radius: 8px;
    padding: 0px 8px;
    height: 20px;

    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;

}

.color_blue{background: var(--blue);}
.color_gray{background: var(--light);}
.color_black{background: var(--black);}
.color_white{border: 1px solid var(--stroke-outline);background: #fff; color: #000;}
.color_green{background: var(--sport-types-c-football);}
.color_red{background: var(--sport-types-c-hockey);}
.color_cor{background: var(--sport-types-c-tennis);}
.color_malin{background: var(--sport-types-c-marts);}
.color_purpul{background: var(--sport-types-c-figskating);}
.color_purpul2{background: var(--sport-types-c-formula);}
.color_pink{background: var(--sport-types-c-lifestyle);}
.color_red2{background: var(--sport-types-c-partners);}
.color_blue2{background: var(--sport-types-c-skiing);}
.color_sea{background: var(--sport-types-c-volleyball);}
.color_blue3{background: var(--sport-types-c-rhytgymnastics);}
.color_green3{background: var(--sport-types-c-sportgymnastics);}
.color_orange{background: var(--sport-types-c-basketball);}

a{
    text-decoration: none;
}

body{
    background: #eff0f3;
}


.txt_color.txt_min{
    height: 16px;
    border-radius: 6px;
    padding: 0px 6px;
    font-size: 12px;
    line-height: 117%;
    color: var(--white);
}
.txt_color.txt_min.color_white{
    color: #000;
}

.r_btn_svg{
    background: var(--white);
    border-radius: 12px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
}
.r_btn_svg svg{
    width: 12px;
    height: 12px;
}





.r_btn_svg.r_big{
    width: 40px;
    height: 40px;
}
.r_btn_svg.r_min{
    width: 24px;
    height: 24px;
    border-radius: 8px;
}



.r_btn_svg.r_color_blue_darc{
    background: var(--blue-dark);
}


.user_cab .r_btn_svg.r_color_blue_darc svg{
    width: 16px;
    height: 16px;
}




.r_btn_svg.r_color_blue{
    background: var(--blue);
}
.r_btn_svg.r_color_blue_light{
    background: var(--blue-light);
}


.r_btn_svg.r_color_blue_darc svg path,
.r_btn_svg.r_color_blue svg path,
.r_btn_svg.r_color_blue_light svg path{
    fill: #fff;
}


.k_btn{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--blue);
    border-radius: 16px;
    padding: 0px 24px;
    width: 100%;
    height: 56px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--blue);

}
.k_btn span{
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
}
.k_btn div{

}
.k_btn svg{

}


.k_btn.k_norm{
    height: 40px;
    padding: 0px 16px;
}


.k_btn.k_norm span{
    color: #fff;
}
.k_btn.k_min{
    height: 32px;
    border-radius: 16px;
    padding: 0px 12px;
    font-size: 13px;
    line-height: 123%;
}

.k_btn.k_min span{
    font-size: 13px;
    line-height: 123%;
}


.k_btn.k_light{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--ground-light);
}

.k_btn.k_light span{

}

.k_btn.k_btn_white{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
}
.k_btn.k_btn_white span{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--blue);
}


.k_btn_purp{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--blue);
}




.hide_dt{
    display: none;
}


/************************************************************************************/


.fixed_top_wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #eff0f3;
}

.main_menu{
    background: var(--blue);
    /*height: 56px;*/
}

.container_ful{
    width: 100%;
    /*  max-width: 1680px;*/
    margin: 0 auto;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all_nav{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.drop_menu_mini{
    width: 40px;
}
.drop_menu_mini .btn_drop_menu_mini{

}
.drop_menu_mini .btn_drop_menu_mini img{

}
.drop_menu_mini .btn_drop_menu_mini img.burger{

}

.drop_menu_mini .btn_drop_menu_mini img.arrow_down_white{
    display: none;
}

.drop_menu_mini .list_drop_menu_mini{
    display: none;
    border-radius: 16px;
    background: var(--blue);
    position: absolute;
    left: 4px;
    top: 58px;
    z-index: 99;
}
.drop_menu_mini .list_drop_menu_mini ul{

}
.drop_menu_mini .list_drop_menu_mini ul li{

}
.drop_menu_mini .list_drop_menu_mini .wrap_hide_search_mob{

}
.drop_menu_mini .list_drop_menu_mini ul li a{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--white);
    height: 44px;
    padding: 12px 16px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--blue-light);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.drop_menu_mini .list_drop_menu_mini ul li a span{
    margin-right: 8px;
}

.drop_menu_mini .list_drop_menu_mini ul li:last-child a{
    border: 0;
}


.drop_menu_mini.open .btn_drop_menu_mini img.burger{
    display: none;
}
.drop_menu_mini.open .btn_drop_menu_mini img.arrow_down_white{
    display: block;
}

.drop_menu_mini.open .list_drop_menu_mini{
    display: block;
}





.wrap_logo{
    width: 276px;
    padding: 0 16px;
}
.wrap_logo a{
    display: block;
    line-height: 0;
}
.wrap_logo a img{

}
.wrap_logo a img.logo{

}



.search_wrap{
    width: 40px;
    margin-right: 8px;
}
.search_wrap .activate_search{
    position: relative;
}
.search_wrap .activate_search .act_search{
    cursor: pointer;
}
.search_wrap .activate_search .wrap_hide_search{
    display: none;
}

.search_wrap .activate_search .wrap_hide_search.open{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9;
    border-radius: 12px;
    padding: 0;
    width: 330px;
    height: 40px;
}




.search_wrap .activate_search .wrap_search{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_wrap .activate_search .wrap_search .inner_search{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.search_wrap .activate_search .wrap_search input{
    width: 247px;
    height: 38px;
    border: 0;
}

.search_wrap .activate_search .wrap_search input::placeholder{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--light);
}


.search_wrap .activate_search .wrap_search .search_go{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.search_wrap .activate_search .wrap_search .search_go svg{
    width: 16px;
    height: 16px;
}
.search_wrap .activate_search .wrap_search .close_search_desc{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.search_wrap .activate_search .wrap_search .close_search_desc svg{
    width: 16px;
    height: 16px;
}








.list_sport_show{
    display: flex;
    align-items: center;
    justify-content: flex-start;/*
    width: 861px;*/
    padding: 0 0 0 16px;
}
.list_sport_show .nav-item{

}

.list_sport_show .nav-item:first-child{

}

.list_sport_show .nav-item a{

    display: flex;
    position: relative;
    cursor: pointer;
    height: 40px;
    padding: 0 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 3;
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--white);
    white-space: nowrap;
}


.list_sport_show .nav-item .container_cheks{

}
.list_sport_show .nav-item .container_cheks p{
    position: relative;
    z-index: 3;
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--white);
    white-space: nowrap;
}
.list_sport_show .nav-item .container_cheks input{

}
.list_sport_show .nav-item .container_cheks .checkmark_cheks{

}

.list_sport_show .nav-item .container_cheks {
    display: flex;
    position: relative;
    cursor: pointer;
    height: 40px;
    padding: 0 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;

}

/* Hide the browser's default checkbox */
.list_sport_show .nav-item .container_cheks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.list_sport_show .nav-item .checkmark_cheks {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    background-color: var(--blue);
}

/* On mouse-over, add a grey background color */
.list_sport_show .nav-item .container_cheks:hover input ~ .checkmark_cheks {
    background-color: var(--blue-light);
}

/* When the checkbox is checked, add a blue background */
.list_sport_show .nav-item .container_cheks input:checked ~ .checkmark_cheks {
    background-color: var(--blue-light);
}

/* Create the checkmark/indicator (hidden when not checked) */
.list_sport_show .nav-item .checkmark_cheks:after {
    content: "";
    position: absolute;
    display: none;
}


.d-none {
    display: none !important;
}

.navbar-nav{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar-expand-sm .navbar-toggler {
    display: none;
}


.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
}










/* Show the checkmark when checked */
/*
.list_sport_show .item .container_cheks input:checked ~ .checkmark_cheks:after {
    display: block;
}
*/

/* Style the checkmark/indicator */
/*
.list_sport_show .item .container_cheks .checkmark_cheks:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
*/

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {

    background: rgba(0, 0, 0, 0.2);

}


.nav-item{
    position: relative;
}
.nav-item .open_wrap_btn{

}
.nav-item .open_wrap_btn .open_sport_menu{
    padding: 0;
    width: 163px;
    margin-left: 10px;
}
.nav-item .open_wrap_btn .open_sport_menu span{
    margin-right: 8px;
    color: var(--blue-extra);
}
.nav-item .categorys_drop_list{
    display: none;
    border-radius: 16px;
    background: var(--blue);
    position: absolute;
    right: 4px;
    top: 52px;
    z-index: 99;
    width: 271px;
}

.nav-item .categorys_drop_list .intejer_list{

}
.nav-item .categorys_drop_list .intejer_list .item{
    padding: 12px;
    border-bottom: 1px solid var(--blue-light);
    background: var(--blue);
}

.nav-item .categorys_drop_list .intejer_list .item:nth-child(1){
    border-radius: 16px  16px 0 0 ;
}

.nav-item .categorys_drop_list .intejer_list .item.cat_item{
    background: var(--blue-dark);
}


.nav-item .categorys_drop_list .intejer_list .item p{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--white);
    margin: 0;
    padding-left: 32px;
}

.nav-item .categorys_drop_list .btn_go_categories{
    padding: 16px 0;
}


.nav-item .categorys_drop_list .btn_go_categories .go_categories_show{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    height: 40px;
    border-radius: 16px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 0;
    gap: 8px;

}



.nav-item .categorys_drop_list .btn_go_categories .go_categories_show svg{
    width: 16px;
    height: 16px;
}
.nav-item .categorys_drop_list .btn_go_categories .go_categories_show span{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--blue);
}


.nav-item .categorys_drop_list.open{
    display: block;
}

.nav-item .open_wrap_btn .open_sport_menu.open svg{
    transform: rotate(180deg);
}



.user_cab button.user_btn{

}
.user_cab button.user_btn svg{
    width: 16px;
    height: 16px;
}


.categorys_drop_list .nav-item

    /* The container */
.categorys_drop_list .nav-item .container_cheks {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.categorys_drop_list .nav-item .container_cheks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}

/* Create a custom checkbox */
.categorys_drop_list .nav-item .checkmark_cheks {
    position: absolute;
    top: 10px;
    left: 12px;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid var(--blue-extra);
}

/* On mouse-over, add a grey background color */
.categorys_drop_list .nav-item .container_cheks:hover input ~ .checkmark_cheks {
    background-color: rgb(255 255 255 / 18%);
}

/* When the checkbox is checked, add a blue background */
.categorys_drop_list .nav-item .container_cheks input:checked ~ .checkmark_cheks {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.categorys_drop_list .nav-item .checkmark_cheks:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.categorys_drop_list .nav-item .container_cheks input:checked ~ .checkmark_cheks:after {
    display: block;
}

/* Style the checkmark/indicator */
.categorys_drop_list .nav-item .container_cheks .checkmark_cheks:after {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 2px;
}


.categorys_drop_list .nav-item .container_cheks{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 12px 12px 49px;
    border-bottom: 1px solid var(--blue-light);
}




/************************************************************************************/

.pari_mathes{
    width: 100%;
    padding: 8px;/*
    max-width: 1680px;*/
    padding: 8px;
}
.outers_list_events{
    width: 100%;
    margin: 0 auto;
    height: 56px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.outers_list_events .nout_list_ev{
    position: relative;
    z-index: 1;
    max-width: calc(100% - 252px);
    overflow: hidden;

}
.outers_list_events .list_events{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    position: relative;
    transition: all 0.5s ease-out;

    overflow-x: hidden;
    overflow-y: hidden;

}
.outers_list_events .list_events .item{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    border-radius: 16px;
    padding: 0px 10px;
    display: flex;
}
.outers_list_events .list_events .item .event{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
}
.outers_list_events .list_events .item .event .time{

}
.outers_list_events .list_events .item .event .event_name,
.outers_list_events .list_events .item .event .event_name * {
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--black);
    white-space: nowrap;
}
.outers_list_events .list_events .item .event .list_pari{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.outers_list_events .list_events .item .event .list_pari span{

}




.management_btns{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 342px;
}
.management_btns .btns{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    position: relative;
    z-index: 3;
}

.management_btns .btns .prev_pari{
    cursor: pointer;
}
.management_btns .btns .next_pari{
    cursor: pointer;
}
.management_btns .btns .all_pari{
    max-width: 171px;
    padding-right: 7px;
}
.management_btns .block_shaow_btns{
    background: linear-gradient(90deg, rgba(239, 240, 243, 0) 0%, #eff0f3 100%);
    width: 80px;
    display: block;
    height: 56px;
    position: relative;
    left: 2px;
}








/************************************************************************************/
.r_content{
    width: 100%;
    max-width: 1416px;
    padding: 0 16px;
    margin: 0 auto;
    padding-top: 152px;
}

.r_content.r_game{
    padding-top: 80px;
}






.r_container{
    /*display: grid;
    grid-template: auto / 75fr 50fr;
    grid-gap: 16px;*/


    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;

}


.r_container .r_col_1_content {
    max-width: 824px;
    width: 824px;
}

.r_game .r_container .r_col_1_content {
    max-width: 100%;
    width: 100%;
}

.r_container .r_col_2_content {
    /* display: grid;
     grid-template: auto / 50fr 50fr;
     grid-gap: 16px;*/

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;

}

.r_container .r_col_2_content .wrap_mini_sidebar{

}
.r_container .r_col_2_content .wrap_mini_sidebar:nth-child(1){

}
.r_container .r_col_2_content .wrap_mini_sidebar:nth-child(2){

}
.r_container .r_col_2_content .wrap_mini_sidebar:nth-child(3){

}


.r_container .r_col_2_content .wrap_mini_sidebar .list_articles .article{
    margin-bottom: 8px;
}


.r_container .r_col_2_content .colmn_baners_new{
    width: 264px;
}


.r_container .r_col_2_content .colmn_baners_new .aside__wrap{
    padding-top: 0;
    top: 132px !important;
}
.r_container .r_col_2_content .colmn_baners_new .aside__wrap .aside__content_inner--right{

}
.r_container .r_col_2_content .colmn_baners_new .aside__wrap .right-aside{

}
.r_container .r_col_2_content .colmn_baners_new .aside__wrap .aside__block{

}
.r_container .r_col_2_content .colmn_baners_new .aside__wrap .adv_code_wrapper{
    padding: 0 !important;
    box-shadow: none;
}
.r_container .r_col_2_content .colmn_baners_new .aside__wrap .adv_code_wrapper div {
    max-width: 100%;
    width: 100%;
}
.r_container .r_col_2_content .colmn_baners_new .aside__wrap .adv_code_wrapper img {
    max-width: 100%;
    width: 100%;
}
.r_container .r_col_2_content .colmn_baners_new .aside__wrap .adv_code_wrapper iframe {
    max-width: 100%;
    width: 100%;
}

.aside__wrap, .left-aside, .right-aside {
    max-width: 100%;
    width: 100%;
}











/*.r_col_1_content .list_articles{
    columns: 3;
    grid-gap: 16px;
}*/


/*
.r_col_1_content .list_articles .sda_post{
    columns: 3;
    grid-gap: 16px;
}
*/

.r_col_1_content .list_articles div{
    /* break-inside: avoid-column;*/
}


.r_col_1_content .list_articles{

}

.r_col_1_content .list_articles .article{
    width: 264px;
}




.r_col_1_content .list_articles:has(.rewiev_content) {
    columns: 1;
    grid-gap: 0;
}



.list_articles{

}

.list_articles .article{
    width: 100%;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}
.list_articles .article .article_in{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    border-radius: 16px;
    position: relative;
    z-index: 4;
    padding-bottom: 12px;
}
.list_articles .article .article_in a{
    text-decoration: none;
}
.list_articles .article .article_in .img_wrap{
    padding: 4px;
    position: relative;
    z-index: 3;
}
.list_articles .article .article_in .img_wrap a{
    border-radius: 12px;
    width: 100%;
    height: 170px;
    display: block;

}

.list_articles .article .article_in .img_wrap a iframe{
    border-radius: 12px;
    width: 100%!important;
    height: 170px!important;
    display: block;
}


.list_articles .article .article_in .img_wrap img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.list_articles .article .article_in .list_theme_min{
    padding: 16px 24px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    position: relative;
    z-index: 3;
}
.list_articles .article.tvips .article_in .list_theme_min{
    padding: 8px 8px 12px;
}
.list_articles .article.news_article .article_in .list_theme_min{
    padding: 8px 8px 12px;
}



.list_articles .article .article_in .list_theme_min a{

}

.list_articles .article .article_in .title{
    position: relative;
    z-index: 3;
}
.list_articles .article .article_in .title a{
    font-weight: 500;
    font-size: 19px;
    line-height: 126%;
    letter-spacing: -0.02em;
    padding: 0 24px 12px;
    display: block;
}

.list_articles .article.tvips .article_in .title a,
.list_articles .article.news_article .article_in .title a,
.list_articles .article.video_art .article_in .title a{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
}



.list_articles .article .article_in .time_date{
    padding: 0 24px 12px;
    position: relative;
    z-index: 3;
}
.list_articles .article .article_in .time_date span{

}

.list_articles .article .source{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--ground-light);
}
.list_articles .article .source .in_source{
    padding: 17px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_articles .article .source .in_source .brand{

}
.list_articles .article .source .in_source .brand img{
    max-width: 71px;
    max-height: 27px;
}
.list_articles .article .source .in_source .country{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--light);
}


.list_articles .article.tvips .article_in{
    background: var(--ground-light);
}

.list_articles .article.tvips .article_in:before{
    content: "";
    background: url(/img/tvips.svg);
    position: absolute;
    right: -63px;
    top: -61px;
    width: 175px;
    height: 231px;
    z-index: 1;
}

.reclamm_wrap{
    margin-bottom: 8px;
}
.reclamm_wrap a{

}
.reclamm_wrap img{
    display: block;
    width: 100%;
}







.list_articles .wrap_comments{
    height: 72px;
    border-radius: 16px;
    padding: 0px 16px 0px 12px;
    background: var(--blue);
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
    justify-content: space-between;
}

.list_articles .wrap_comments .right{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}


.list_articles .wrap_comments:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid var(--blue);
    border-right: 12px solid transparent;
    position: absolute;
    left: 18px;
    bottom: -11px;
}


.list_articles .wrap_comments:before{

}
.list_articles .wrap_comments .numb{
    font-weight: 600;
    font-size: 60px;
    line-height: 80%;
    letter-spacing: -0.03em;
    color: var(--white);
}
.list_articles .wrap_comments .title{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--white);
    max-width: 101px;
}
.list_articles .wrap_comments .btn_wrap{

}
.list_articles .wrap_comments .btn_wrap .show_all{

}

.list_articles .show_all_btn{
    margin-bottom: 24px;
}
.list_articles .show_all_btn a{
    padding-right: 12px;
}
.list_articles .show_all_btn a span{

}
.list_articles .show_all_btn a svg{

}





.r_content a{
    text-decoration: none;
}

.r_content .title_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 24px;
    position: relative;
    z-index: 5;
}
.r_content .title_content h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: var(--black);
    position: relative;
}
.r_content .title_content h2 .question{
    position: absolute;
    right: -26px;
    top: 0;
    z-index: 1;
}
.r_content .title_content h2 .question span{
    border-radius: 8px;
    width: 20px;
    height: 20px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--white);

}


.r_content .title_content h2 .question .op_question{
    display: none;
    text-align: left;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.29);
    background: var(--white);
    padding: 6px;
    font-size: 12px;
    position: absolute;
    top: 0%;
    right: 9px;
    transform: translate(0%, 16%);
    width: 159px;
    z-index: 1999999;
    border-radius: 12px;
    color: #737373;
}

.r_content .title_content h2 .question:hover .op_question{
    display: block;


}



.r_content .title_content .list_themes{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.r_content .title_content .list_themes a.around_elem{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--black);
    border: 2px solid transparent;

    border-radius: 16px;
    padding: 0px 12px;
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.r_content .title_content .list_themes a.around_elem.active{
    border: 2px solid var(--blue);
}

.r_content .title_content .list_themes a.around_elem:hover{
    border: 2px solid var(--blue);
}








/************************************************************************************/


.footer_new{

}
.footer_new a{
    text-decoration: none;
}

.f_container{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    height: 450px;
    max-width: 1384px;
    margin: 16px auto 16px;
    padding: 48px;
    border-radius: 16px;
}

.footer_menu{
    display: grid;
    grid-template: auto / 20fr 85fr;
    grid-gap: 16px;
}

.footer_menu .content_1{
    display: grid;
    grid-template: auto / 50fr;
    grid-gap: 16px;
}

.footer_menu .content_1 .wrap_list_menu{

}
.footer_menu .content_1 .wrap_list_menu ul{

}

.footer_menu .content_1 .wrap_list_menu ul li{

}
.footer_menu .content_1 .wrap_list_menu ul li a{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--blue);
}

.footer_menu .content_1 .wrap_list_menu.bolder ul li a{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--black);
}





/************/
.footer_menu .content_2{

}

.footer_menu .content_2 .wrap_list_menu{

}
.footer_menu .content_2 .wrap_list_menu ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 153px;
}

.footer_menu .content_2 .wrap_list_menu ul li{

}
.footer_menu .content_2 .wrap_list_menu ul li a{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--blue);
}


/************/







.flex_notification{
    border: 1px solid var(--stroke-devider);
    border-left: 0;
    border-right: 0;
    margin: 24px 0;
    padding: 24px 0;
    display: grid;
    grid-template: auto / 20fr 41fr 48fr;
    grid-gap: 46px;
}

.flex_notification .const_fic{

}
.flex_notification .const_fic p{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--light);
    margin-bottom: 12px;
}
.flex_notification .const_fic span{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--light);
    display: block;
    max-width: 368px;
}
.flex_notification .const_fic .rss{
    margin-top: 16px;
}


.flex_notification_param{
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.flex_notification_param .wrap_fl{

}
.flex_notification_param .wrap_fl .link_d{

}
.flex_notification_param .wrap_fl .link_d .link_book{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.flex_notification_param .wrap_fl .link_d .link_book span{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--blue);
}
.flex_notification_param .wrap_fl .link_d .link_book .r_btn_svg{

}


.flex_notification_param .wrap_fl .link_d .list_sc{

}
.flex_notification_param .wrap_fl .link_d .list_sc img{

}

.flex_notification_param .wrap_fl:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}




.wrap_nav_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.wrap_nav_content .flex{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.wrap_nav_content .before{
    padding: 0px 13px 0px 7px;
    width: 105px;
}


.wrap_nav_content .all_news{
    width: 122px;
    padding: 0px 6px 0px 15px;
}
.wrap_nav_content .about{
    width: 206px;
    padding: 0px 6px 0px 15px;
}

/*****************************************************/

.content_article{

}

.digital{

    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    border-radius: 16px;
    margin-bottom: 16px;
}
.digital.for_video{
    box-shadow: none;
    background: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 16px;
}

.outer_content{
    padding: 32px 40px;
}


.digital h1{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 30px;
    line-height: 111%;
    letter-spacing: -0.03em;
    color: var(--black);
    margin-bottom: 24px;
}

.digital h1.for_mob_title{
    display: none;
}




.digital .wrap_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.digital .wrap_info .left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.rerot_tr{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}


.digital .wrap_info .left .reviews{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
}

.digital .wrap_info .left .reviews svg{
    width: 16px;
    height: 16px;
}

.digital .wrap_info .left .reviews span{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--blue);
}

.digital .wrap_info .right{

}
.digital .wrap_info .right .in_source{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
.digital .wrap_info .right .in_source .brand{

}
.digital .wrap_info .right .in_source .brand img{
    max-width: 71px;
    max-height: 27px;
}
.digital .wrap_info .right .in_source .country{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--light);
}

.digital .wrap_img{
    margin-bottom: 24px;
}
.digital .wrap_img .galety_light{

}
.digital .wrap_img .galety_light a{

}
.digital .wrap_img .galety_light .img-fluid{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


.digital .wrap_img.img1{

}
.digital .wrap_img.img2{

}

.digital .wrap_img.img2 .galety_light{
    display: grid;
    grid-template: auto / 50fr 50fr;
    grid-gap: 8px;
}

.digital .wrap_img.img3 .galety_light{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
.digital .wrap_img.img3 .galety_light a:nth-child(1){grid-area: 1 / 1 / 3 / 3;}
.digital .wrap_img.img3 .galety_light a:nth-child(2){grid-area: 1 / 3 / 2 / 5;}
.digital .wrap_img.img3 .galety_light a:nth-child(3){grid-area: 2 / 3 / 3 / 5;}



.digital .wrap_img.img4 .galety_light{
    display: grid;
    grid-template: auto / 50fr 50fr;
    grid-gap: 8px;
}


.digital .txt_content{

}
.digital .txt_content h1{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: -0.03em;
    color: var(--black);
    margin-bottom: 24px;
}
.digital .txt_content h2{
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 24px;
}
.digital .txt_content h3{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 24px;
}
.digital .txt_content h4{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 16px;
}
.digital .txt_content h5{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
}
.digital .txt_content h6{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}

.digital .txt_content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}

.digital .txt_content span{
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: -0.01em;
}
.digital .txt_content strong{
    font-weight: 600;
}
.digital .txt_content a{
    color: var(--blue);
}
.digital .txt_content a:hover{
    color: #4e4dc2
}
.digital .txt_content ul{
    list-style: disc;
    padding-left: 26px;
    margin: 24px 0;
}
.digital .txt_content ul li{
    margin-bottom: 10px;
}
.digital .txt_content ol{
    list-style: decimal;
    padding-left: 26px;
    margin: 24px 0;
}
.digital .txt_content ol li{
    margin-bottom: 10px;
}

.digital .video_wrap{
    margin-bottom: 24px;
}
.digital .video_wrap video{
    width: 100%;
    border-radius: 16px;
}

.digital .tags_list{
    border-left: 1px solid var(--blue);
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    margin-top: 24px;
}
.digital .tags_list .item{

}
.digital .tags_list .item .user{
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--black);
}
.digital .tags_list .item .rewiev{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--black);
}



.digital .txt_content blockquote{
    border-left: 1px solid var(--blue);
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    margin-top: 24px;


    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--black);

}
.digital .txt_content blockquote b{
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--black);
}
.digital .txt_content blockquote p{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--black);
    margin-bottom: 0;
}


.digital .txt_content img{
    max-width: 100%;
}


.digital .txt_content iframe{
    width: 100%;
    height: 450px;
}

.digital .gerio2 {
    height: fit-content !important;
    padding: 0 !important;
}









.digital .name_coment{
    border-top: 1px solid var(--stroke-devider);
    padding: 32px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.digital .name_coment .left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.digital .name_coment .right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.digital .name_coment .icon{
    margin-right: 8px;
}
.digital .name_coment .icon svg{
    width: 16px;
    height: 16px;

}
.digital .name_coment .txt{
    margin-right: 4px;
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--light);
}
.digital .name_coment .login{

}
.digital .name_coment a{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--blue);
}
.digital .name_coment a:hover{

}






/************************************************************************************/
.rewiev_content{
    margin-bottom: 8px;
}
.rewiev_content h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: -0.03em;
    color: var(--black);
    margin-bottom: 24px;
}

.list_rewiew_page{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.list_rewiew_page .item{
    padding: 24px;
    position: relative;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    border-radius: 16px;
    width: 100%;
}

.list_rewiew_page .item:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid #ffffff;
    border-left: 16px solid transparent;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translate(0%, -50%);
}

.list_rewiew_page .item .list_tags {
    margin:  10px 0 10px 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.list_rewiew_page.article_page .item .list_tags {
    margin:10px 0 0 0 ;
}

.list_rewiew_page .item .list_tags a{

}
.list_rewiew_page .item p{
    margin-bottom: 12px;
}

.list_rewiew_page .item .wrap-art {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 24px;
    width: 100%;
    margin-top: 10px;
}

.list_rewiew_page.article_page .item .wrap-art{
    margin-top: 0px;
}
.list_rewiew_page.search_page .item .wrap-art{
    margin-top: 0px;
}



.list_rewiew_page .item .wrap-art p{
    margin-bottom: 0;
    font-size: 16px;
    width: calc(100% - 233px);
    display: block;
}
.list_rewiew_page .item .wrap-art .flex_digital{
    display: flex;
    width: fit-content;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 13px;
}
.list_rewiew_page .item .flex_digital .btns{
    width: 213px;
}



.list_rewiew_page .item .lenta__item-image{

}
.list_rewiew_page .item .lenta__item-image iframe{
    width: 100%;
    height: 380px;
}



.image_flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.image_flex .img_wrap{
    width: 300px;
    height: auto;
    position: relative;
}
.image_flex .img_wrap .over{
    width: 100%;
    height: 180px;
    display: block;
}
.image_flex .img_wrap .over img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.image_flex .img_wrap .shadow_wrap{
    margin: 0;
    position: absolute;
    left: 8px;
    top: 8px;

}
.image_flex .img_wrap .shadow_wrap .list_tags{
    margin: 0;
}
.image_flex .img_wrap .shadow_wrap .list_tags a{
    box-shadow: 0 0 9px #0000008f;
}

.image_flex .wrap_txt{
    width: calc(100% - 324px);
    display: flex;
    height: 180px;
    flex-direction: column;
    justify-content: space-between;
}
.image_flex .wrap_txt .title{
    font-size: 16px;
}
.image_flex .wrap_txt .excerpt{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--light);
    margin-top: 11px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.image_flex .wrap_txt .content_txt{

}












.search_panel{

}
.search_panel .wrap_search{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 10px;
}
.search_panel .wrap_search input{
    height: 40px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    padding: 5px 15px;
    width: calc(100% - 50px);
}
.search_panel .wrap_search .search_go{
    background: var(--blue);
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.search_panel .wrap_search .search_go svg{
    width: 16px;
    height: 16px;
}



.list_rewiew_page .item .flex_digital{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.list_rewiew_page .item .flex_digital .boost{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.list_rewiew_page .item .flex_digital .boost .int{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list_rewiew_page .item .flex_digital .boost .int span{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--light);
    margin-right: 8px;
    display: block;
    width: 50px;
}
.list_rewiew_page .item .flex_digital .boost .int a{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--blue);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 493px;
}
.list_rewiew_page .item .flex_digital .boost .int a:hover{

}

.list_rewiew_page .item .flex_digital .btns{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.btn_bord_icon{
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    border: 1px solid var(--blue);
    border-radius: 16px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
}
.btn_bord_icon svg{
    width: 16px;
    height: 16px;
}
.btn_bord_icon span{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--blue);
}


.btn_bord_icon.dark{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--blue);
    border: 0;
    gap: 12px;
}

.btn_bord_icon.dark span{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--white);
}
.btn_bord_icon.dark svg{
    width: 6px;
    height: 10px;
}

.title_hide{
    display: none;
}


/*******************************game*****************************************************/

.game_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game_head .wrap_left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}
.game_head .wrap_left h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: var(--black);
    position: relative;
}
.drop_games_nav{
    position: relative;
}
.drop_games_nav .btn_drop{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--blue);
    border-radius: 10px;
    padding: 0px 4px 0px 12px;
    width: fit-content;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    cursor: pointer;
}
.drop_games_nav .btn_drop span{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--white);
}
.drop_games_nav .btn_drop .r_btn_svg{
    width: 24px;
    height: 24px;
    border-radius: 8px;
}
.drop_games_nav .btn_drop .r_btn_svg svg{
    width: 10px;
    height: 10px;
}
.drop_games_nav .links_games{
    display: none;
    border-radius: 8px;
    background: var(--blue);
    position: absolute;
    left: 0px;
    top: 32px;
    z-index: 99;
}
.drop_games_nav.open .links_games{
    display: block;
}



.drop_games_nav .links_games .item{

}
.drop_games_nav .links_games .item a{
    font-weight: 400;
    font-size: 13px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--white);
    height: 44px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--blue-light);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}


.drop_games_nav.change_team{

}
.drop_games_nav.change_team .btn_drop{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
}
.drop_games_nav.change_team .btn_drop span{
    color: var(--blue);
}
.drop_games_nav.change_team .btn_drop .r_btn_svg{
    background: #4e4dc2;
}
.drop_games_nav.change_team .btn_drop .r_btn_svg svg{

}
.drop_games_nav.change_team .links_games{
    left: auto;
    right: 0;
}
.drop_games_nav.change_team .links_games .item{

}
.drop_games_nav.change_team .links_games .item a{

}







.information-nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.information-nav .infa{
    border-radius: 8px;
    padding: 3px 11px 3px 11px;
    width: 100%;
    height: 32px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
}
.information-nav .add_team{
    width: fit-content;
    height: 32px;
    background: #fff;
    padding: 3px;
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
}
.information-nav .add_team .add_team_btn{
    border: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4e4dc2;
    border-radius: 8px;
    width: 26px;
    cursor: pointer;
}
.information-nav .add_team .add_team_btn span{
    color: #fff;

}


/*******************************game*****************************************************/

.r_content.r_game{

}

.r_content.r_game .r_col_2_content {
    grid-gap: 16px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.r_content.r_game .r_container {
    /* display: grid;
     grid-template: auto / 79fr 20fr;
     grid-gap: 16px;*/

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.btn_min_blue{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--blue);
    border-radius: 12px;
    padding: 0px 4px 0px 12px;
    width: fit-content;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.btn_min_blue span{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--white);
}
.btn_min_blue .r_btn_svg{
    border-radius: 8px;
    width: 24px;
    height: 24px;
    background: var(--white);
}
.btn_min_blue .r_btn_svg svg{

}



.content_game{

}
.menu_game{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    padding: 0 10px 0 10px;
}

.content_game .nav_tabs{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.content_game .nav_tabs .item{

}
.content_game .nav_tabs .item .link{
    border-radius: 14px;
    /* padding: 3px 3px 3px 11px;*/
    padding: 3px 11px 3px 11px ;
    width: 100%;
    height: 40px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;

}
.content_game .nav_tabs .item .link.active{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
}

.content_game .nav_tabs .item .link:hover{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
}


.content_game .nav_tabs .item.live .link{
    padding: 3px 3px 3px 11px;
}



.content_game .nav_tabs .item.live {

}
.content_game .nav_tabs .item.live .wrap_select{
    background: var(--blue);
    padding: 5px;
    height: 100%;
    margin-left: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_game .nav_tabs .item.live .wrap_select .prev{
    border: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    width: 24px;
    cursor: pointer;
}
.content_game .nav_tabs .item.live .wrap_select .prev img{
    width: 10px;
}
.content_game .nav_tabs .item.live .wrap_select .date{
    color: #fff;
    font-size: 14px;
    margin: 0 7px;
}
.content_game .nav_tabs .item.live .wrap_select .next{
    border: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    width: 24px;
    cursor: pointer;
}
.content_game .nav_tabs .item.live .wrap_select .next img{
    width: 10px;
}

.rules_game{

}
.rules_game .link{
    width: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--blue);
    gap: 8px;
}
.rules_game .link .r_btn_svg{

}
.rules_game .link .r_btn_svg svg{

}





.list_champ{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.list_champ .name_tour{
    font-weight: 500;
    font-size: 19px;
    line-height: 126%;
    letter-spacing: -0.02em;
    color: var(--white);
    padding: 6px 0 8px 12px;
}
.list_champ .item_chemp{
    background: var(--blue-light);
    border-radius: 12px;
    padding: 5px 5px 7px 5px;
}
.list_champ .item_chemp .acordion_wrap{
    background: var(--white);
    padding: 13px 5px 10px;
    border-radius: 12px;
    margin-bottom: 10px;
}
.list_champ .item_chemp .acordion_wrap:last-child{
    margin-bottom: 0px;
}
.list_champ .item_chemp .acordion_wrap .name_tour{

}
.list_champ .item_chemp .acordion_wrap .head_a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0px 8px;
}
.list_champ .item_chemp .acordion_wrap .head_a .name{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.02em;
    color: var(--black);
    display: block;
    line-height: 1;
}
.list_champ .item_chemp .acordion_wrap .head_a .acord_btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.list_champ .item_chemp .acordion_wrap .head_a .acord_btn span{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: #4e4dc2;
}
.list_champ .item_chemp .acordion_wrap .head_a .acord_btn .show{

}
.list_champ .item_chemp .acordion_wrap .head_a .acord_btn .hide{
    display: none;
}
.list_champ .item_chemp .acordion_wrap .head_a .acord_btn img{

}


.list_champ .item_chemp .acordion_wrap .content_a{

}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap{
    padding-top: 13px;
}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .head{
    background: var(--light);
    border-radius: 10px;
    display: grid;
    grid-template: auto / 46fr 9fr 18fr 27fr;
    grid-gap: 25px;
    padding: 10px 10px;
}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .it1{

}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .it1 span{
    font-weight: 400;
    font-size: 14px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--white);
    display: block;
}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .it2{

}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .it2 span{
    font-weight: 400;
    font-size: 14px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--white);
    display: block;
}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .it3{

}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .it3 span{
    font-weight: 400;
    font-size: 14px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--white);
    display: block;
    text-align: center;
}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .it4 {

}



.list_champ .item_chemp .acordion_wrap .content_a .content {

}
.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches{

}
.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match{
    display: grid;
    grid-template: auto / 46fr 9fr 18fr 27fr;
    grid-gap: 25px;
    padding: 10px 10px;
    border-bottom: 1px solid var(--stroke-devider);
    align-items: center;
}


.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match:last-child{
    border: 0;
}





.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it1{
    display: flex;
    align-items: center;
    gap: 5px;
}
.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it1 .team_1{
    font-weight: 500;
    font-size: 14px;
}
.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it1 .separator{
    font-weight: 500;
    font-size: 14px;
}
.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it1 .team_2{
    font-weight: 500;
    font-size: 14px;
}


.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it2 .score{
    background: #F0EFF4;
    padding: 3px 6px;
    text-align: center;
    width: fit-content;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}
.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it2 .score.red_s{
    background: #EC4850;
    color: #fff;
}

.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it2 .score.gray_dark_s{
    background: #7B7893;
    color: #fff;
}

.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it3{

}
.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it3 span{
    font-weight: 400;
    font-size: 14px;
    line-height: 117%;
    letter-spacing: -0.01em;
    color: var(--light);
}
.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it3 span b{
    font-weight: 400;
    font-size: 14px;
    line-height: 117%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it4 .ligue{
    font-weight: 400;
    font-size: 14px;
    line-height: 117%;
    letter-spacing: -0.01em;
}
.list_champ .item_chemp .acordion_wrap .content_a .content .list_matches .match .it4 .ligue a{
    font-weight: 400;
    font-size: 14px;
    line-height: 117%;
    letter-spacing: -0.01em;
    color: var(--blue);
}


.list_champ .item_chemp .acordion_wrap .content_a .acord_min{

}

.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .acord_min .it3{

}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .acord_min .it3 span{
    display: flex;
    justify-content: center;
    gap: 7px;
}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .acord_min .it3 span .legend{

}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .acord_min .it3 span .legend .qust{
    letter-spacing: -0.01em;
    display: block;
    padding: 3px 6px;
    text-align: center;
    width: fit-content;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background: #000;
    cursor: pointer;
}
.list_champ .item_chemp .acordion_wrap .content_a .colmns_wrap .acord_min .it3 span .legend .it_c{
    display: none;
}


.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content{

}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches{

}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match{

}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it1{

}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it1 .inner_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it1 .inner_flex .data{
    display: flex;
    align-items: center;
    gap: 5px;
}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it1 .inner_flex .data .team_1{

}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it1 .inner_flex .data .separator{

}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it1 .inner_flex .data .team_2{

}

.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it1 .inner_flex .time{
    font-weight: 500;
    font-size: 14px;
}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it1 .inner_flex .time p{
    font-weight: 500;
    font-size: 14px;
    display: inline;
    color: #787894;
    margin: 0;
}

.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it3 {

}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it3 .forecast{

}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it3 .forecast .data_p{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it3 .forecast .data_p .p_sq{
    background: #F0EFF4;
    padding: 3px 6px;
    text-align: center;
    width: 28px;
    height: 28px;
    display: flex;
    line-height: 1;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it3 .forecast .data_p .p_sq.orange{
    background: #F79511;
    color: #fff;
}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it3 .forecast .data_p .p_sq.blue{
    background: #4C4CC6;
    color: #fff;
}


.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it4{

}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it4 .ligue{

}
.list_champ .item_chemp .acordion_wrap .content_a .acord_min .content .list_matches .match .it4 .ligue span{
    font-weight: 400;
    font-size: 14px;
    line-height: 117%;
    letter-spacing: -0.01em;
}




.acord_btn_min{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    background: transparent;
    border: 0;
    margin: 10px 0 10px;
    cursor: pointer;
}
.acord_btn_min span{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: #4e4dc2;
}
.acord_btn_min .show{

}
.acord_btn_min .hide{
    display: none;
}
.acord_btn_min img{

}










/************************************************************************************/
.contact_lab{
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.contact_lab .item .inner .desc{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact_lab .item .inner .con{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.contact_lab .item .inner .con .icon{

}
.contact_lab .item .inner .con .icon svg{
    width: 32px;
    height: 32px;
    display: block;
    line-height: 1;
}





.contact_lab.autors{

}
.contact_lab.autors .static-page_title{

}

.contact_lab.autors .item .inner .desc{

}
.contact_lab.autors .item .inner .con{
    margin-bottom: 15px;
}
.contact_lab.autors .item .inner .con .txt span{
    font-weight: 600;
    font-size: 22px;
}



.contact_lab.autors .item .message{

}
.contact_lab.autors .item .message p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #535353;
}
.contact_lab.autors .item .message p strong{

}
.contact_lab.autors .item .message .k_btn {
    max-width: 205px;
    margin-top: 15px;
}




.contact_lab .tabs{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contact_lab .tabs a{

    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;

    border-radius: 8px;
    padding: 0px 8px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    border: 1px solid var(--stroke-outline);
    background: #fff;
    color: #000;
}
.contact_lab .tabs a.active{
    background: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
}

.contact_lab .content_tabs{

}
.contact_lab .item_form{

}
.contact_lab .item_form .legend{
    max-width: 400px;
    line-height: 123%;
    font-size: 14px;
    color: var(--light);
}

.form-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    margin-bottom: 12px;
}
.form-group label{
    font-size: 14px;
    display: inline-block;
    color: var(--light);
}
.form-group input{
    border-radius: 16px;
    padding: 0px 24px;
    width: 100%;
    height: 56px;
    border: 1px solid var(--stroke-outline);
    max-width: 400px;
    font-size: 14px;
}

.item_form button.k_btn{
    max-width: 400px;
    margin-top: 26px;
}









/************************************************************************************/




.content_a {
    display: none;
}

.acord_min {
    display: none;
}

.list_champ .item_chemp .acordion_wrap .head_a .acord_btn.open .show{
    display: none;
}
.list_champ .item_chemp .acordion_wrap .head_a .acord_btn.open .hide{
    display: block;
}
.list_champ .item_chemp .acordion_wrap .head_a .acord_btn img{
    transform:rotate(0deg) ;
    transition: all 0.3s ease;
}
.list_champ .item_chemp .acordion_wrap .head_a .acord_btn.open img{
    transform:rotate(180deg);
    transition: all 0.3s ease;
}



.acord_btn_min.open .show{
    display: none;
}
.acord_btn_min.open .hide{
    display: block;
}

.acord_btn_min.open img {
    transform:rotate(0deg) ;
    transition: all 0.3s ease;
}
.acord_btn_min.open img {
    transform:rotate(180deg);
    transition: all 0.3s ease;
}

/************************************************************************************/

.content_a .no_match{
    padding: 10px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.content_a .no_match .txt{
    padding-top: 10px;
}
.content_a .no_match .txt p{
    font-size: 15px;
    margin-bottom: 5px;
}
.content_a .no_match .txt span{
    font-size: 12px;
    max-width: 510px;
    display: inline-block;
    color: var(--light);
}
/************************************************/
.video_content{
    margin-bottom: 20px;
}
.video_content h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: -0.03em;
    color: var(--black);
    margin-bottom: 24px;
}
.video_content .video_wrap{
    margin-bottom: 24px;
    background: #fff;
    border-radius: 15px;
    padding: 4px;
}

.video_content .video_wrap video{
    width: 100%;
    border-radius: 16px;
}

.video_content .list_theme_min{
    padding: 24px;
    position: relative;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


.video_content .hash_tags h4{
    font-size: 20px;
    margin-bottom: 8px;
}

.rewiev_content h4{
    font-size: 20px;
    margin-bottom: 8px;
}

.wrap_mini_sidebar{

}
.wrap_mini_sidebar .list_theme_min{
    padding: 15px;
    position: relative;
    /* box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
     background: var(--white);*/
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /*margin-bottom: 30px;*/
}

.video_content .video_wrap .description_video{
    padding: 15px 15px 15px 15px;
}
.video_content .video_wrap .description_video .title{
    margin-bottom: 15px;
}
.video_content .video_wrap .description_video .description{
    margin: 0 0 15px 0;
    font-size: 13px;
}
.video_content .video_wrap .description_video .description span.light{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--light);
    margin-right: 8px;
}
.video_content .video_wrap .description_video .link_article{

    margin-right: 0;
    display: flex;
    gap: 8px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    max-width: 760px;
}
.video_content .video_wrap .description_video .link_article span{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--light);
}


.video_content .video_wrap .description_video .link_article a{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--blue);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: calc(100% - 50px);
}
.video_content .video_wrap .description_video .mini_inf{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.video_content .video_wrap .description_video .mini_inf .date{
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--light);
}
.video_content .video_wrap .description_video .mini_inf .tags_list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.digital.for_video .tags_list{
    margin-bottom: 5px;
}
.digital.for_video h3{
    margin-bottom: 15px;
}

/************************************************************************************/
.r_container.r_container_v {
    display: grid;
    grid-template: auto / 100fr 25fr;
    grid-gap: 16px;
}

.r_container.r_container_v .r_col_2_content{
    display: grid;
    grid-template: auto / 50fr;
    grid-gap: 16px;
}

.tag_top{
    padding: 15px 15px 15px 15px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}
.tag_top .title_tag{
    margin-bottom: 10px;
}
.tag_top .title_tag h2{

}
.tag_top .list_theme_min{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


.wrap_wideoland{
    display: grid;
    grid-template: auto / 50fr 50fr 50fr;
    grid-gap: 16px;
}


.content_videos{

}

.content_videos .item.video_art {
    width: 100%;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}
.content_videos .item.video_art .article_in {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
    background: var(--white);
    border-radius: 16px;
    position: relative;
    z-index: 4;
    padding-bottom: 12px;
}
.content_videos .item.video_art .article_in .img_wrap {
    padding: 4px;
    position: relative;
    z-index: 3;
}
.content_videos .item.video_art .article_in .img_wrap a {
    border-radius: 12px;
    width: 100%;
    height: 170px;
    display: block;
    position: relative;
}
.content_videos .item.video_art .article_in .img_wrap a iframe{
    width: 100%;
    height: 200px;
}

.content_videos .item.video_art .article_in .date{
    font-weight: 400;
    font-size: 12px;
    line-height: 123%;
    letter-spacing: -0.01em;
    color: var(--light);
    margin: 0 0 0 0;
    padding: 0 24px 12px;
    display: block;
}




.content_videos .item.video_art .article_in .img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.content_videos .item.video_art .article_in .list_theme_min {
    padding: 16px 24px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    position: relative;
    z-index: 3;
}
.content_videos .item.video_art .article_in .list_theme_min a {
}
.content_videos .item.video_art .article_in .title {
    position: relative;
    z-index: 3;
}

.content_videos .item.video_art .article_in .title a {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    padding: 0 24px 12px;
    display: block;
}
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/


/**************************/

/* The container */
.container_rad {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    margin-right: 8px;
}
.container_rad p{
    font-size: 15px;
    line-height: 133%;
}

/* Hide the browser's default radio button */
.container_rad input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
}

/* Create a custom radio button */
.checkmark_rad {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 27px;
    border: 1px solid #a7a6bf;








}

/* On mouse-over, add a grey background color */
.container_rad:hover input ~ .checkmark_rad {
    background-color: #a7a6bf;
}

/* When the radio button is checked, add a blue background */
.container_rad input:checked ~ .checkmark_rad {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_rad:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_rad input:checked ~ .checkmark_rad:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_rad .checkmark_rad:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #4e4dc2;
}


/**************************/


.glass-radio-group {
    /*  --bg: rgba(255, 255, 255, 0.06);
      --text: #e5e5e5;*/

    display: flex;
    position: relative;
    /*  background: var(--bg);*/
    /* border-radius: 1rem;*/
    backdrop-filter: blur(12px);
    /*   box-shadow:
               inset 1px 1px 4px rgba(255, 255, 255, 0.2),
               inset -1px -1px 6px rgba(0, 0, 0, 0.3),
               0 4px 12px rgba(0, 0, 0, 0.15);*/
    overflow: hidden;
    /*  width: fit-content;*/


    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: var(#eff0f3);
    border: 1px solid var(#dcdce3);
    border-radius: 16px;
    padding: 2px;
    width: 278px;
    height: 40px;

}

.glass-radio-group input {
    display: none;
}

.glass-radio-group label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease-in-out;

    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--black);

}

.glass-radio-group label:hover {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--black);
}

.glass-radio-group input:checked + label {
    color: #000;
}

.glass-glider {
    position: absolute;
    top: 2px;
    bottom: 0;
    width: calc(98% / 2);
    z-index: 1;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 14px;
    height: 36px;
    transition: transform 0.2s;

}

/* Silver */
#legioner1:checked ~ .glass-glider {
    transform: translateX(0%);
}

/* Gold */
#legioner2:checked ~ .glass-glider {
    transform: translateX(100%);
}





/**************************/

.r_content.r_game{

}
.r_content.r_game h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: -0.03em;
    color: var(--black);
    margin-bottom: 24px;
}
.r_content.r_game h1 span{
    font-weight: 600;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: -0.03em;
    color: var(--black);
}


.r_content.r_game h1 span.thecond_h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: -0.03em;
    color: var(--blue);
}






.r_content.r_game .basic_wrap{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}


.r_content.r_game .basic_wrap{
    /*  display: flex;
      align-items: center;
      justify-content: flex-start;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
      background: #f6f7fa;
      border-radius: 16px;
      padding: 16px;
      height: 72px;*/
}






.r_content.r_game .basic_wrap .sorting{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: #f6f7fa;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.r_content.r_game .basic_wrap .filter_wrap_for_mobile{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: #f6f7fa;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.r_content.r_game .basic_wrap .block_country{

}
.r_content.r_game .basic_wrap .block_country.club{

}
.r_content.r_game .basic_wrap .block_country .ui-selectmenu-button.ui-button{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: var(--blue);
    border-radius: 16px;
    padding: 0px 12px;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 0;
}
.r_content.r_game .basic_wrap .block_country .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon{

    background-image: url(/img/arrow_game.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    display: block;
    opacity: 1;
    background-position: center;
    background-size: cover;
    right: 4px;
    top: 4px;
}

.r_content.r_game .basic_wrap .block_country .ui-selectmenu-button.ui-button .ui-button .ui-icon{

}

.r_content.r_game .basic_wrap .block_country.disabled{

    pointer-events: none;
}

.r_content.r_game .basic_wrap .block_country.disabled .ui-selectmenu-button.ui-button{
    opacity: 0.1;
}


.r_content.r_game .basic_wrap .block_country .ui-selectmenu-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--white);
}

.ui-selectmenu-open {

}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu {
    margin: 0;
    position: absolute;
    border-radius: 10px;
    padding: 9px 1px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 4px #4e4dc233;
    background: #fff;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content {
    border: 0;
    height: auto;
    max-height: 162px;
}

.ui-datepicker.ui-widget.ui-widget-content{
    background: #ffffff;
    z-index: 9 !important;
}


.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0;
    background: var(--blue);
    color: #ffffff;

}

/*************/

.block_date_select{
    display: flex;
    box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.05);
    background: var(--white);
    border-radius: 16px;
    padding: 0px 0px;
    width: 200px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    gap: 0px;

}
.block_date_select button{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50px;
    border: 0;
    margin: 0;
}
.block_date_select button svg{

}
.block_date_select .block_date{

}
.block_date_select .block_date{

}
.block_date_select .block_date .wrap_inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_date_select .block_date .wrap_inner input{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--blue);
    margin: 0;
    padding: 0;
    width: 100px;
    border: 0;
}

.block_date_select .block_date .wrap_inner .ui-datepicker-trigger{
    line-height: 1;
    cursor: pointer;
    display: none;
}


.filter{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}
/*.filter:before{
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background: #dcdce3;
    margin: 0 10px 0 19px;
}*/
/*.filter:after{
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background: #dcdce3;
    margin: 0 16px 0 8px;
}*/
.filter button.menu-ctrl{
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 0px 12px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #000;
    margin: 0;

}
.filter button.menu-ctrl span{
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #EB4A4A;
    margin-right: 4px;
}
.filter button.menu-ctrl.active{
    border: 2px solid var(--blue);
}

.filter button.menu-ctrl:hover{
    border: 2px solid var(--blue);


}


.variantes{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.variantes .container_rad{
    width: auto;
    max-width: fit-content;
}



.filter{

}


.filter_wrap_for_mobile .block_date_select{
    display: none;
}



















/************************************************************************************/

.content_matches{
    /* margin-top: 24px;*/
}
.content_matches .list_all_players{

}

.content_matches .list_all_players .item_list_team{
    margin-bottom: 24px;
}
.content_matches .list_all_players .head_team{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: var(--blue);
    border-radius: 16px 16px 0px 16px;
    padding: 0px 16px;
    width: fit-content;
    height: 40px;
    font-weight: 500;
    font-size: 19px;
    line-height: 133%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
    position: relative;
}



.content_matches .list_all_players .head_team:before{
    content: "";
    position: absolute;
    right: -16px;
    bottom: 0;
    width: 16px;
    height: 16px;
    background: url(/img/corner.svg);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}




.content_matches .list_all_players .head_team .strong{
    font-weight: 600;
    font-size: 19px;
    line-height: 133%;
    color: var(--white);
    margin: 0 8px;
}


.content_matches .list_all_players .list_players{

}

.content_matches .list_all_players .list_players .league_list{
    /*  padding: 0px 24px;


      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
      background: var(--white);
      border-radius: 16px;
      margin-bottom: 4px;*/
}

.content_matches .list_all_players .list_players .item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 0px;
    height: 44px;
    margin-bottom: 8px;
    gap: 2px;
}


.content_matches .list_all_players .list_players .league_list.double_list .item{
    border-bottom: 1px solid #dcdce3;;
}



.content_matches .list_all_players .list_players .item .flag_vim{
    line-height: 1;
}
.content_matches .list_all_players .list_players .item .flag_vim .flag{
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    border: 2px solid transparent;
    display: block;
}

.content_matches .list_all_players .list_players .item .flag_vim.flag_vim222 .flag{
    width: 24px;
    height: 16px;
    border-radius: 4px;
    background-size: cover;
    border: 0;
}









.content_matches .list_all_players .list_players .item .name{
    width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 12px;
    margin-left: 6px;
}
.content_matches .list_all_players .list_players .item .name span{
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: var(--black);
}
.content_matches .list_all_players .list_players .item .timeline_wrap{

}

.inner_play_time{
    background: #dcdce3;
    border-radius: 4px;
    width: 135px;
    height: 12px;
    position: relative;
}
.future .inner_play_time,
.no_play .inner_play_time
{
    background: #dcdce3;
}

/*.inner_play_time:before{
    content: "";
    width: 1px;
    height: 100%;
    z-index: 2;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.inner_play_time:after{
    content: "";
    width: 1px;
    height: 100%;
    z-index: 4;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.future .inner_play_time:before,
.no_play  .inner_play_time:before
{
    display: none;
}


.content_matches .list_all_players .list_players .item .line_play{
    position: relative;
}


.content_matches .list_all_players .list_players .item .timeline_wrap{

}
.inner_play_time .line_play{
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 3;
    background: var(--blue);
    border-radius: 4px;
}
.inner_play_time .event{
    position: absolute;
    top: -7px;
    background-size: cover!important;
    background-position: center!important;
    z-index: 6;
    height: 15px;
    width: 15px;
}



.inner_play_time .event.event-G{
    color: transparent;
    border: 0;
    background: url(/img/bol.svg);


}
.inner_play_time .event.event-P{
    color: transparent;
    border: 0;
    background: url(/img/boots.svg);

}
.inner_play_time .event.event-Y{
    color: transparent;
    border: 0;
    background: url(/img/yelow_card.svg);
    width: 13px;
}
.inner_play_time .event.event-R{
    color: transparent;
    border: 0;
    background: url(/img/red_card.svg);
    width: 13px;

}


.inner_play_time .event .legend{
    position: absolute;
    font-size: 10px;
    background: #fff;
    box-shadow: 0 0 5px #0000004d;
    padding: 1px 3px;
    border-radius: 4px;
    line-height: 1.2;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}


.inner_play_time .event:hover .legend{
    display: block;
}




.inner_play_time .status{
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    text-align: center;
    color: #787894;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.content_matches .list_all_players .list_players .item .play_time{
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
}

/*.content_matches .list_all_players .list_players .item .play_time:before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #dcdce3;
    margin: 0 15px 0 0;
}*/

.content_matches .list_all_players .list_players .item .play_time .minutes{
    font-size: 13px;
    line-height: 123%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #787894;
}

.content_matches .list_all_players .list_players .item.live .play_time .minutes{
    color: var(--red);
}
.content_matches .list_all_players .list_players .item.future .play_time .minutes{
    color: #000;
}

.content_matches .list_all_players .list_players .item.live .play_time .minutes:before{
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 4px;
    background: #EB4A4A;
    border-radius: 15px;
}


.team_goals_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.team_goals_wrap:before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #dcdce3;
    margin: 0 4px 0 0;
}*/
/*
.team_goals_wrap:after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #dcdce3;
    margin: 0 0 0 4px;
}
*/



.team_goals_wrap .team{
    width: 173px;
}

.team_goals_wrap .team .flag_team{
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
}













.team_goals_wrap .team:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.team_goals_wrap .team:nth-child(3){
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list_players .item.homeTeam .team:nth-child(3) .flag_team{
    opacity: 0.5;
    filter: grayscale(100%);
}
.list_players .item.awayTeam .team:nth-child(1) .flag_team{
    opacity: 0.5;
    filter: grayscale(100%);
}

.team_goals_wrap .team .name_team{
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: var(--light);
    border-radius: 8px;
    padding: 0px 4px;
    border-bottom: 1px solid transparent;
    width: 140px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}


.team_goals_wrap .team:nth-child(3) .name_team{
    text-align: left;
}






.team_goals_wrap .goals{
    border-radius: 8px;
    padding: 0px 0px;
    width: 34px;
    height: 20px;
    font-weight: 600;
    font-size: 13px;
    line-height: 123%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.live .team_goals_wrap .goals{
    background: var(--red);
    color: #fff;
}
.future .team_goals_wrap .goals{
    background: transparent;
    color: #000;
}
.team_goals_wrap .goals{
    background: #787894;
    color: #fff;
}













.content_matches .list_all_players .list_players .item .competition_wrap{
    width: 257px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.content_matches .list_all_players .list_players .item .competition_wrap:before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #dcdce3;
    margin: 0 15px 0 0;
}




.content_matches .list_all_players .list_players .item .competition_wrap .competition_name{
    color: #787894;
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: -0.01em;

    width: 240px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}





/*
.content_matches .list_all_players .list_players .item .competition_wrap .competition_name:before {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background: #dcdce3;
    margin: 0 16px 0 8px;
}
*/








/****************mathes********************************************************************/


.mathes{

}


.content_matches.mathes .list_all_players .list_players .item .flag_vim{
    margin-right: 6px;
    line-height: 0;
}

.content_matches.mathes .list_all_players .list_players .item .flag_vim .flag{
    width: 24px;
    height: 16px;
    border-radius: 4px;
    background-size: cover;
}

.content_matches.mathes .list_all_players .list_players .item .outer_flag_two{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 12px;
}


.content_matches.mathes .list_all_players .list_players .item .outer_flag_two::before{
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #dcdce3;
    margin: 0 3px 0 3px;
}



.content_matches.mathes .list_all_players .list_players .item .flag_two{
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


}







.content_matches.mathes .list_all_players .list_players .item .competition_wrap{
    width: 212px;
}

.content_matches.mathes .list_all_players .list_players .item .competition_wrap .competition_name{
    width: 196px;
}







/************************************************************************************/




.list_all_players_mathes{

}
.list_all_players_mathes .item_list_team{
    display: grid;
    grid-template: auto / 25fr 25fr;
    grid-gap: 16px;
}

.list_all_players_mathes .item_list_team .colmn_grids{
    max-width: 543px;
}

.list_all_players_mathes .item_list_team .champ{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: var(--blue);
    border-radius: 16px;
    padding: 0px 24px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.colmn_grids .champ .lefter{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.colmn_grids .champ .righter{

}
.colmn_grids .champ .righter .play_time{

}
.colmn_grids .champ .righter .play_time .minutes {
    font-size: 15px;
    color: #fff;
}
.colmn_grids.live .champ .righter .play_time .minutes {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;

}
.colmn_grids.live .champ .righter .play_time .minutes:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 4px;
    background: #EB4A4A;
    border-radius: 15px;
}






.list_all_players_mathes .item_list_team .champ .flag{
    margin: 0 10px 0 0;
    width: 24px;
    height: 18px;
    box-shadow: 0 0 6px #ffffff69;
    background-size: cover;
    background-position: center;
}
.list_all_players_mathes .item_list_team .champ .season_country{
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    color: var(--white);
}
.list_all_players_mathes .item_list_team .champ .razdel{
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    color: var(--white);
    margin: 0 6px;
}

.list_all_players_mathes .item_list_team .champ .season_name{
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    color: var(--white);
}


.list_all_players_mathes .item_list_team .list_comp{

}
.list_all_players_mathes .item_list_team .list_comp .item{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: #f6f7fa;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 4px;
}
.list_all_players_mathes .item_list_team .list_comp .item .time_laps{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dcdce3;
    padding-bottom: 14px;
    margin-bottom: 10px;
}
.list_all_players_mathes .item_list_team .list_comp .item .time_laps .play_time{
    width: 40px;
    margin-left: -40px;
}
.list_all_players_mathes .item_list_team .list_comp .item .time_laps .play_time .minutes{
    font-size: 13px;
    line-height: 123%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #787894;
}
.list_all_players_mathes .item_list_team .list_comp .item .time_laps .team_goals_wrap{

}


.list_all_players_mathes .item_list_team .list_comp .item .time_laps .team_goals_wrap:before{display: none}
.list_all_players_mathes .item_list_team .list_comp .item .time_laps .team_goals_wrap:after{display: none}



.list_all_players_mathes .item_list_team .list_comp .item .time_laps .team_goals_wrap .team{

}
.list_all_players_mathes .item_list_team .list_comp .item .time_laps .team_goals_wrap .team .name_team{

}
.list_all_players_mathes .item_list_team .list_comp .item .time_laps .team_goals_wrap .goals{

}
.list_all_players_mathes .item_list_team .list_comp .item .time_laps .team_goals_wrap .team.home_team{

}

.list_all_players_mathes .item_list_team .list_comp .item .players_comunity{

}


.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdce3;
}

.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player:last-child{
    border: 0;
}


.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player.enother_team{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    flex-direction: row-reverse;
}






.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player .timeline_wrap{

}
.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player .timeline_wrap .inner_play_time{

}
.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player .timeline_wrap .inner_play_time .line_play{

}
.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player .timeline_wrap .event{

}
.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player .timeline_wrap .event .legend{

}
.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player .timeline_wrap .status{

}
.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player .name{

}
.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player .name span{
    display: block;
    width: 176px;
    font-size: 14px;
    padding-left: 10px;
}

.list_all_players_mathes .item_list_team .list_comp .item .players_comunity .player.enother_team .name span{
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
}

.mobile_revert{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: var(--white);
    border-radius: 16px 8px 8px 16px;
    padding: 0px 14px;
    height: 100%;
    width: 342px;

}

.bord_road{
    display: flex;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: var(--white);
    border-radius: 8px 16px 16px 8px;
    padding: 0px 18px;
    height: 100%;
    width: calc(100% - 344px);
}


.content_matches .list_all_players .list_players .legions_2 .item .mobile_revert{
    width: 392px;
}
.content_matches .list_all_players .list_players .legions_2 .item .bord_road{
    width: calc(100% - 394px);
}

.flag_vimpel_2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 16px;
}
.flag_vimpel_2 .flag_team{
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flag_vimpel_2:before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #dcdce3;
    margin: 0 4px 0 0;
}


/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/



/*
@media (max-width: 1px) {
    .nav-item .open_wrap_btn .open_sport_menu span.hide_mb{
        display: none;
    }
    .nav-item .open_wrap_btn .open_sport_menu span.hide_dt{
        display: block;
    }

    .nav-item .open_wrap_btn .open_sport_menu {
        width: 64px;
    }
    .nav-item .open_wrap_btn .open_sport_menu .r_color_blue_light{
        width: 24px;
        height: 24px;
        border-radius: 8px;
    }
    .nav-item .open_wrap_btn .open_sport_menu .r_color_blue_light svg{
        width: 10px;
        height: 10px;
    }

    .filter {
        gap: 5px;
    }




}
*/


@media  (max-width: 1415px){

    .glass-radio-group {
        width: 224px;
    }

    .block_date_select {
        width: 166px;
    }

    .content_matches .list_all_players .list_players .item .competition_wrap {
        width: 100%;
    }
    .r_game .r_container .r_col_1_content {
        max-width: 1018px;
        width: 100%;
    }
    .r_content.r_game {
        max-width: 1332px;
    }

    .r_col_1_content .list_articles .article {
        width: 244px;
    }
    .r_container .r_col_2_content .colmn_baners_new {
        width: 244px;
    }
    .r_content {
        max-width: 1332px;
    }
    .r_container .r_col_1_content {
        max-width: 768px;
        width: 768px;
    }
}



@media  (max-width: 1331px){

    .digital .txt_content iframe{
        width: 100%;
        height: 400px;
    }
    .content_matches .list_all_players .list_players .item .competition_wrap .competition_name {
        width: 200px;
    }
    .r_col_1_content .list_articles .article {
        width: 244px;
    }
    .r_container .r_col_2_content .colmn_baners_new {
        width: 244px;
    }
    .r_content {
        max-width: 1080px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .r_container {
        grid-template: auto / 89fr 30fr;
    }

    .r_container .r_col_2_content {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
        flex-direction: column;
    }

    .r_content.r_game .r_container {
        display: block;
    }

    .r_game .r_container .r_col_1_content {
        max-width: 100%;
    }
    .r_content.r_game {
        max-width: 1080px;
    }


    /*.r_content.r_game .r_col_2_content {
        grid-gap: 16px;
        display: grid;
        justify-content: flex-end;
        grid-template: auto / 50fr 50fr;
        margin-top: 60px;
    }*/

    .r_content.r_game .r_col_2_content{
        display: none;
    }

    .r_content.r_game .basic_wrap .block_country .ui-selectmenu-button.ui-button{
        width: 190px;
    }

    .block_date_select {
        width: 165px;
    }

    .glass-radio-group {
        width: 250px;
    }



}


@media  (max-width: 1079px){

    .r_content {
        max-width: 764px;
    }

    .r_col_1_content .list_articles .article {
        width: 228px;
    }
    .r_container .r_col_2_content .colmn_baners_new {
        width: 228px;
    }


    .nav-item .open_wrap_btn .open_sport_menu span.hide_dt {
        display: none;
    }
    .nav-item .open_wrap_btn .open_sport_menu {
        margin-left: 0;
    }

    .nav-item .open_wrap_btn .open_sport_menu .r_color_blue_light {
        width: 40px;
        height: 40px;
    }

    .r_col_1_content .list_articles {
        columns: 2;
        grid-gap: 16px;
    }

    /* .r_content .title_content {
         align-items: flex-start;
         justify-content: flex-start;
         gap: 16px;
         margin-bottom: 16px;
         flex-direction: column-reverse;
     }*/

    .r_content {
        padding-top: 135px;
    }



    .r_container {
        grid-template: auto / 68fr 35fr;
    }

    .r_content .title_content h2 {
        font-size: 26px;
    }

    .footer_menu .content_2 .wrap_list_menu ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 213px;
        gap: 0 16px;
    }





    .flex_notification {
        grid-template: auto / 50fr 50fr;
    }

    .f_container {
        height: auto;
        padding: 32px;
    }

    .flex_notification .const_fic:nth-child(1) {order: 3;}
    .flex_notification .const_fic:nth-child(2) {order: 1;}
    .flex_notification .const_fic:nth-child(3) {order: 2;}

    .flex_notification {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 24px 20px;
    }

    .flex_notification .const_fic:nth-child(2) { grid-area: 1 / 1 / 2 / 2; }
    .flex_notification .const_fic:nth-child(3) { grid-area: 1 / 2 / 2 / 3; }
    .flex_notification .const_fic:nth-child(1) { grid-area: 2 / 1 / 3 / 3; }


    .digital h1 {
        font-size: 26px;
        line-height: 115%;
    }

    .digital .wrap_info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
        flex-direction: column;
        gap: 16px;
    }
    .digital .wrap_info .left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        width: 100%;
        flex-wrap: wrap;
    }
    .digital .wrap_info .right {
        width: 100%;
    }
    .digital .wrap_info .right .in_source {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        width: 100%;
    }
    .digital .txt_content h1 {
        font-size: 26px;
    }

    .digital .txt_content h2 {
        font-size: 22px;
        line-height: 123%;
    }

    .digital .txt_content h3 {
        font-size: 18px;
        line-height: 123%;
    }

    .digital .txt_content h4 {
        line-height: 123%;
        font-size: 16px;
    }


    .digital .txt_content h5 {
        font-size: 15px;
        line-height: 123%;
    }

    .digital .txt_content h6 {
        line-height: 123%;
        font-size: 14px;
    }

    .r_container .r_col_2_content {
        align-content: start;
    }


    .list_rewiew_page .item .flex_digital {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        flex-direction: column;
    }

    .list_rewiew_page .item .flex_digital .boost .int a {
        max-width: 340px;
    }

    .list_rewiew_page .item .wrap-art {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 24px;
        width: 100%;
        margin-top: 10px;
        flex-direction: column;
    }
    .list_rewiew_page .item .wrap-art p {
        width: 100%;
    }
    .list_rewiew_page.article_page .item .list_tags {
        margin: 10px 0 0 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }
    .image_flex .img_wrap {
        width: 190px;
    }


    .image_flex .wrap_txt {
        width: calc(100% - 200px);
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: space-between;
    }





    .video_content h1 {
        font-size: 30px;
    }
    .video_content .video_wrap .description_video .link_article {
        max-width: max-content;
    }

    .video_content .video_wrap .description_video .link_article a {
        display: block;
        max-width: 367px;
    }

    .video_content h1 {
        font-size: 24px;
    }
    .wrap_wideoland {
        display: grid;
        grid-template: auto / 50fr 50fr;
        grid-gap: 16px;
    }
    .content_videos .item.video_art .article_in .title a {
        font-size: 13px;
    }









    /*******************************************/
    /*******************************************/
    /*******************************************/
    /*******************************************/
    /*******************************************/
    /*******************************************/
    /*******************************************/
    /*******************************************/




    .content_matches .list_all_players .list_players .item .competition_wrap {
        display: none;
    }


    .inner_play_time {
        width: 120px;
    }

    .content_matches .list_all_players .list_players .item .name span {
        font-size: 12px;
    }


    .r_content.r_game .basic_wrap {
        display: flex;
        gap: 8px;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .bord_road {
        width: calc(100% - 344px);
    }


    .team_goals_wrap .team {
        width: 135px;
    }





    .legions_2 .inner_play_time {
        width: 70px;
    }

    .content_matches .list_all_players .list_players .legions_2 .item .mobile_revert {
        width: 320px;
    }

    .content_matches .list_all_players .list_players .legions_2 .item .bord_road {
        width: calc(100% - 286px);
    }

    .r_container .r_col_2_content .colmn_baners_new .aside__wrap {
        display: block;
        top: 0!important;
    }

    .list_articles .show_all_btn {
        display: none;
    }


    .r_container .r_col_1_content {
        max-width: 764px;
        width: 764px;
    }

    .r_container .r_col_2_content .colmn_baners_new .aside__wrap .right-aside {
        margin-top: 0;
    }

    .hidden-desktop {
        display: none;
    }
    .digital .txt_content iframe{
        width: 100%;
        height: 350px;
    }

}



@media (max-width: 763px) {

    .hidden-desktop {
        display: block;
    }

    .r_content {
        max-width: 100%;
        padding-top: 8px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .r_container .r_col_2_content .colmn_baners_new {
        width: 100%;
    }

    /* .list_articles .article .article_in .img_wrap {
         display: none;
     }*/

    .list_articles .article .article_in .img_wrap a {
        width: 100%;
        height: 28vw;
    }

    .list_articles .article .article_in .img_wrap a iframe{
        width: 100%!important;
        height: 28vw!important;
    }



    .r_container .r_col_1_content {
        max-width: 100%;
        width: 100%;
    }
    .r_col_1_content .list_articles .article {
        width: calc(50% - 8px);
    }

    /*.gutter-sizer{
        width: 8px;
    }*/


    .management_btns .btns .k_btn.k_btn_white span{
        display: none;
    }

    .management_btns .btns .next_pari{
        display: none;
    }
    .management_btns .btns .prev_pari{
        display: none;
    }


    .management_btns .btns .all_pari{
        padding: 4px;
    }

    .management_btns {
        width: 33px;
    }

    .outers_list_events .nout_list_ev {
        max-width: calc(100% - 42px);
    }

    .outers_list_events .list_events .item .event .event_name,
    .outers_list_events .list_events .item .event .event_name * {
        font-weight: 400;
        font-size: 13px;
    }

    .txt_color {
        font-size: 12px;
        border-radius: 6px;
        padding: 0px 6px;
        height: 16px;
        line-height: 117%;
    }

    .outers_list_events .list_events .item .event {
        height: 32px;
    }

    .outers_list_events .list_events .item {
        border-radius: 12px;
        padding: 0px 8px;
    }
    .outers_list_events {
        height: 32px;
    }
    .management_btns .block_shaow_btns {
        width: 60px;
        height: 32px;
        display: none;
    }

    .management_btns .btns .r_btn_svg {
        border-radius: 8px;
        width: 24px;
        height: 24px;
    }

    .management_btns .btns .k_btn.k_norm {
        height: 32px;
        border-radius: 12px;
    }

    .outers_list_events .list_events {
        gap: 4px;
        overflow-x: visible;
    }
    .outers_list_events .list_events::-webkit-scrollbar {
        display: none;
    }

    .outers_list_events .nout_list_ev{
        overflow-x: scroll;
    }


    /* width */
    .outers_list_events .nout_list_ev::-webkit-scrollbar {
        display: none;
    }





    /*   .outers_list_events .nout_list_ev {
           max-width: 100%;
           overflow-x: scroll;
       }
   */


    .r_content .title_content .list_themes a.around_elem {
        font-size: 13px;
        border-radius: 12px;
        padding: 0px 10px;
        height: 32px;
    }


    .r_col_1_content .list_articles {
        columns: 1;
        grid-gap: 16px;
        position: relative;
        z-index: 6;
        display: block;
    }

    .r_container {
        grid-template: auto / 100fr;
    }


    .footer_menu .content_1 {
        grid-gap: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer_menu {
        display: grid;
        grid-template: auto / 100fr;
        grid-gap: 16px;
    }
    .footer_menu .content_2 .wrap_list_menu ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: max-content;
        gap: 0 16px;
    }

    .flex_notification_param {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .flex_notification {
        gap: 0px 0px;
        display: flex;
        flex-direction: column;
        margin: 12px 0;
        padding: 12px 0;
    }



    .flex_notification .const_fic:nth-child(1){
        border-top: 1px solid var(--stroke-devider);
        padding-top: 12px;
        margin-top: 12px;
        position: relative;
    }

    .flex_notification .const_fic .rss {
        margin-top: 11px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .flex_notification_param .wrap_fl {
        width: 100%;
    }
    .flex_notification_param .wrap_fl .link_d {
        width: 100%;
        border-bottom: 1px solid var(--stroke-devider);
        padding-bottom: 12px;
        margin-bottom: 12px;
        position: relative;
    }

    .flex_notification_param .wrap_fl .link_d .link_book {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        width: 100%;
    }

    .flex_notification_param .wrap_fl:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        flex-wrap: wrap;
    }


    .wrap_logo a img.logo {
        display: none;
    }
    .wrap_logo a img {
        display: block;
    }


    .strig{
        overflow-x: scroll;
        width: 100%;
        max-width: 100%;
    }

    .r_content .title_content .list_themes {
        display: flex;
        align-items: center;
        justify-content: flex-start;

    }

    .r_container {
        display: block;
    }
    .r_container .r_col_1_content {
        display: block;
        position: relative;
    }
    .r_container .r_col_2_content {
        display: block;
    }



    /* width */
    .strig::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    /* Track */
    .strig::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 0px;
    }

    /* Handle */
    .strig::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 0px;
    }

    /* Handle on hover */
    .strig::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }


    .r_btn_svg.r_big {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }
    .wrap_logo {
        width: auto;
        padding: 0 12px;
    }
    .title_hide{
        display: block;
    }

    .title_hide {
        display: block;
        font-weight: 400;
        font-size: 12px;
        line-height: 117%;
        letter-spacing: -0.01em;
        color: var(--white);
    }

    .nav-item .open_wrap_btn .open_sport_menu .r_color_blue_light {
        width: 32px;
        height: 32px;
    }
    .nav-item .open_wrap_btn .open_sport_menu {
        width: auto;
        padding-left: 10px;
    }

    .container_ful {
        gap: 8px;
    }
    .k_btn.k_norm {
        height: 32px;
    }




    .list_articles .article .article_in .title a {
        font-size: 13px;
        padding: 0 16px 8px;
        font-weight: 400;
        line-height: 123%;
        letter-spacing: -0.01em;
    }

    /*.list_articles .article:first-child .article_in .title a {
        font-size: 16px;
        padding: 0 16px 8px;
    }*/

    .search_wrap {
       display: none;
    }

    .container_ful .user_cab{
        display: none;
    }


    .list_articles .mobile_wrap .article .article_in .title a {
        font-size: 13px;
        padding: 0 16px 8px;
    }


    .list_articles .article .article_in .time_date {
        padding: 0 16px 16px;
    }

    .list_articles .wrap_comments .numb {
        font-size: 40px;
    }


    .list_articles .wrap_comments .title {
        font-size: 12px;
    }
    .list_articles .article .source .in_source {
        padding: 14px 16px;
    }

    .list_articles .wrap_comments {
        height: 48px;
        border-radius: 12px;
        margin-bottom: 16px;
        width: 100%;
    }



    /*.r_col_1_content .list_articles {
        columns: auto;
        grid-gap: 0px;
        display: flex;
        align-content: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .r_col_1_content .list_articles .article:nth-child(3),
    .r_col_1_content .list_articles .article:nth-child(4),
    .r_col_1_content .list_articles .article:nth-child(5),
    .r_col_1_content .list_articles .article:nth-child(6),
    .r_col_1_content .list_articles .article:nth-child(7),
    .r_col_1_content .list_articles .article:nth-child(8),
    .r_col_1_content .list_articles .article:nth-child(9),
    .r_col_1_content .list_articles .article:nth-child(10)
    {
        width: calc(50% - 4px);
    }*/


    .mobile_wrap{
        columns: 2;
        grid-gap: 8px;
    }




    .list_articles .article .article_in .list_theme_min {
        padding: 8px 16px 8px;
    }


    .list_articles .mobile_wrap .article .article_in .img_wrap a{
        height: 25vw;
    }

    .list_articles  .mobile_wrap .article .source .in_source .country {
        font-size: 10px;
    }

    .list_articles .mobile_wrap .article .source .in_source .brand img {
        max-height: 10px;
    }


    .hide_rots{
        overflow: hidden;
        max-height: 150vw;
        position: relative;
        z-index: 1;
    }
    /* .r_container .r_col_1_content:before{
         content: "";
         position: absolute;
         bottom: 0;
         left: 0;
         width: 100%;
         height: 83px;
         display: block;
         z-index: 8;
         background: linear-gradient(0deg, #ffffff 0%, #ffffff57 100%);

     } */


    .mobile_wrap:before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 83px;
        display: block;
        z-index: 8;
        background: linear-gradient(180deg, rgba(239, 240, 243, 0) 0%, #eff0f3 100%);

    }

    .r_container .r_col_1_content #list_articles_mob .show_all_btn{
        position: absolute;
        bottom: 9px;
        left: 0;
        width: 100%;
        z-index: 3;
    }


    .mobile_wrap .article .img_wrap{
        display: none;
    }
    .mobile_wrap .article .article_in{
        padding-top: 5px;
    }


    .r_container .r_col_1_content #list_articles_mob{
        padding-bottom: 120px;
    }


    .twips {
        margin-bottom: 16px;
    }
    .twips .list_articles {
        overflow-x: scroll;
        margin: 0 -15px 0px 0;
        padding-right: 15px;
    }
    .twips .list_articles .article.tvips {
        width: 200px;
        height: 126px;
    }

    .list_articles .article.tvips .article_in .title a {
        font-size: 13px;
    }
    .twips .reclamm_wrap img {
        display: block;
        width: auto;
        height: 126px;
    }


    .inner_toch{
        display: flex;
        width: fit-content;
        gap: 8px;
    }



    .list_articles .article.tvips .article_in .title a, .list_articles .article.news_article .article_in .title a, .list_articles .article.video_art .article_in .title a {
        font-weight: 400;
        font-size: 13px;
        line-height: 133%;
        letter-spacing: -0.01em;
    }
    .outer_content {
        padding: 14px 12px;
    }


    .digital .name_coment {
        padding: 15px 15px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .digital .tags_list .item .rewiev {
        font-size: 13px;
    }
    .digital .tags_list .item .user {
        font-size: 13px;
    }

    .digital .txt_content ol li {
        font-size: 13px;
    }

    .digital .txt_content ul li {
        font-size: 13px;
    }

    .digital .txt_content a {
        font-size: 13px;
        line-height: 123%;
        display: inline-block;
    }

    .digital .txt_content strong {
        font-size: 13px;
        line-height: 123%;
        display: inline-block;
    }

    .digital .txt_content span {
        font-size: 13px;
        line-height: 123%;
        display: inline-block;
    }

    .digital .txt_content p {
        font-size: 13px;
        line-height: 123%;
    }

    .rewiev_content h1 {
        font-size: 26px;
        margin-bottom: 12px;
        line-height: 115%;
        letter-spacing: -0.03em;
        padding: 0 4px;
    }

    .list_rewiew_page .item p {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 123%;
    }

    .list_rewiew_page .item .flex_digital .boost .int a {
        max-width: none;
        font-weight: 400;
        overflow: visible;
        text-overflow: clip;
        white-space: inherit;
    }

    .list_rewiew_page .item .flex_digital .boost .int {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }



    .list_rewiew_page {
        margin-bottom: 22px;
    }

    .wrap_nav_content .flex {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        gap: 8px;
        flex-direction: column;
    }


    .wrap_nav_content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .r_btn_svg {
        border-radius: 9px;
        width: 25px;
        height: 25px;

    }

    .k_btn {
        border-radius: 11px;
    }
    .k_btn span {
        font-size: 13px;
    }

    .k_btn.k_btn_white span {
        font-size: 13px;
    }

    .wrap_nav_content .about {
        width: 182px;
    }
    .wrap_nav_content .all_news {
        width: 102px;
    }

    .wrap_nav_content .before {
        width: 94px;
    }

    .image_flex {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .list_rewiew_page .item .wrap-art p {
        width: 100%;
        font-size: 13px;
    }

    .list_rewiew_page .item {
        padding: 16px;
    }


    .list_rewiew_page.article_page .item .list_tags {
        margin: 16px 0 0 0;
    }
    .list_rewiew_page .item .lenta__item-image iframe {
        width: 100%;
        height: auto;
    }
    .image_flex .img_wrap {
        width: 100%;
    }

    .image_flex .wrap_txt {
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: space-between;
    }
    .image_flex .wrap_txt .title {
        font-size: 13px;
        line-height: 123%;
    }


    .contact_lab.autors .item .inner .con .txt span {
        font-size: 18px;
    }

    .contact_lab .item .inner .con .icon svg {
        width: 25px;
        height: 25px;
    }


    .contact_lab.autors .item .message p {
        font-size: 13px;
        line-height: 123%;
    }
    .contact_lab.autors .item .message p strong {
        font-size: 13px;
        line-height: 123%;
    }


    .contact_lab.autors .item .message .k_btn {
        max-width: 165px;
        margin-top: 15px;
        padding: 0px 8px;
        height: 43px;
    }


    .r_container.r_container_v {
        display: grid;
        grid-template: auto / 100fr;
        grid-gap: 16px;
    }


    .content_videos .item.video_art .article_in .img_wrap a {
        height: 90px;
    }

    .content_videos .item.video_art .article_in .list_theme_min {
        padding: 9px 10px 9px;
    }

    .content_videos .item.video_art .article_in .title a {
        font-size: 13px;
        padding: 0 9px 11px;
        line-height: 123%;
    }


    .content_videos .item.video_art .article_in .date {
        font-size: 12px;
        line-height: 123%;
        padding: 0 9px 8px;
    }


    .wrap_wideoland {
        display: grid;
        grid-template: auto / 50fr 50fr;
        grid-gap: 0px 9px;
    }

    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/
    /*****************************************************/







    .r_content.r_game .basic_wrap {
        margin-bottom: 8px;
    }

    /* .r_content.r_game .basic_wrap {
         display: flex;
         align-items: center;
         justify-content: flex-start;
         box-shadow: none;
         background: #f6f7fa;
         border-radius: 0;
         padding: 0;
         height: auto;
         flex-wrap: wrap;

     }*/

    /*******************/

    .r_content.r_game {
        width: 100%;
        max-width: 764px;
        padding: 64px 8px 0;
    }


    .r_content.r_game .basic_wrap .sorting {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        width: 100%;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
        background: #f6f7fa;
        border-radius: 16px;
        padding: 8px 8px;
        margin-bottom: 0px;
    }

    .content_matches .list_all_players .item_list_team {
        margin-bottom: 8px;
    }

    .r_content.r_game .basic_wrap .block_country .ui-selectmenu-button.ui-button {
        padding: 0px 12px;
        width: 100%;
        height: 32px;
        border-radius: 12px;
    }

    .r_content.r_game .basic_wrap .block_country {
        width: calc(100% - 188px);
    }
    .r_content.r_game .basic_wrap .block_country .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
        width: 24px;
        height: 24px;
    }



    .filter:before{
        display: none;
    }


    .glass-radio-group {
        width: 188px;
        height: 36px;
        border-radius: 8px;
    }

    .glass-radio-group label {
        font-size: 13px;
    }
    .glass-radio-group label:hover {
        font-size: 13px;
    }


    .r_content.r_game .basic_wrap .sorting .block_date_select{
        display: none;

    }

    .block_date_select .block_date .wrap_inner input {
        display: none;
    }
    .filter_wrap_for_mobile .block_date_select {
        display: flex;
        background: transparent;
        border: 0;
        box-shadow: none;
        width: 80px;
    }

    .filter_wrap_for_mobile .block_date_select .menu-ctrl.normal {
        background-color: transparent;
        width: 20px;
    }

    .block_date_select .block_date .wrap_inner {
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
        background: var(--white);
        width: 32px;
        height: 32px;
        border-radius: 12px;
    }




    .r_content.r_game .basic_wrap .filter_wrap_for_mobile {
        padding: 0;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        width: 100%;
    }


    .block_date_select .block_date .wrap_inner .ui-datepicker-trigger {
        line-height: 1;
        cursor: pointer;
        display: inline-block;
    }

    .filter button.menu-ctrl {
        font-size: 13px;
        border-radius: 12px;
        height: 32px;
        padding: 0px 9px;
    }


    .content_matches .list_all_players .head_team {
        border-radius: 12px 12px 0px 12px;
        padding: 0px 12px;
        height: 32px;
        font-size: 13px;
    }

    .content_matches .list_all_players .head_team .strong {
        font-size: 13px;
        margin: 0 4px;
    }



    .bord_road {
        width: 100%;
        padding: 0px 10px;
        border-radius: 0;
        box-shadow: none;
    }


    .mobile_revert {
        box-shadow: none;
        border-radius: 0;
        padding: 0px 12px;
    }
    .content_matches .list_all_players .list_players {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
        background: var(--white);
        border-radius: 12px;
    }









    .content_matches .list_all_players .list_players .item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 0px;
        height: auto;
        gap: 0px;
        flex-wrap: wrap;
    }

    .team_goals_wrap .team .flag_team {
        display: none;
    }

    .content_matches .list_all_players .list_players .item .play_time:before{
        display: none;
    }

    .content_matches .list_all_players .list_players .league_list {
        padding: 0px 12px;
        border-radius: 12px;
    }

    .content_matches .list_all_players .list_players .item .flag_vim{
        display: none
    }





    .content_matches .list_all_players .list_players .item .play_time{
        order: 1;
        padding: 0;
        width: 34px;
    }


    .team_goals_wrap {
        order: 2;
        width: calc(100% - 68px);
        height: 30px;
    }
    .mobile_revert {
        order: 3;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-top: 1px solid #dcdce3;
        height: 30px;
    }

    .awayTeam .mobile_revert {
        order: 3;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

    .content_matches .list_all_players .list_players .item .name {
        width: calc(50% - 60px);
        margin: 0;
        padding-right: 4px;
    }
    .content_matches .list_all_players .list_players .item .timeline_wrap{
        width: 120px;

    }


    .content_matches .list_all_players .list_players .item.awayTeam  .name {
        width: calc(50% - 60px);
        margin: 0;
        padding-right: 0px;
        padding-left: 4px;
        text-align: right;
    }




    .team_goals_wrap .team {
        width: auto;
    }

    .team_goals_wrap .team .name_team {
        font-size: 12px;
        width: 92px;
    }


    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(2) .play_time,
    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(3) .play_time,
    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(4) .play_time,
    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(5) .play_time,
    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(6) .play_time,
    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(7) .play_time,


    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(2) .team_goals_wrap,
    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(3) .team_goals_wrap,
    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(4) .team_goals_wrap,
    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(5) .team_goals_wrap,
    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(6) .team_goals_wrap,
    .content_matches .list_all_players .list_players .league_list.double_list .item:nth-child(7) .team_goals_wrap


    {display: none}

    .content_matches .list_all_players .list_players .league_list.double_list .item {
        border-bottom: 0;
    }
    .content_matches.mathes .list_all_players .list_players .item .outer_flag_two {
        display: none;
    }




    .content_matches.mathes .list_all_players .list_players .item .flag_vim {
        display: block;
    }


    .content_matches.mathes .list_all_players .list_players .item .flag_vim .flag{
        width: 18px;
        height: 12px;
        border-radius: 3px;
    }

    .content_matches.mathes .list_all_players .list_players .item .name {
        width: calc(50% - 84px);
        margin: 0;
        padding-right: 4px;
    }



    .r_content.r_game h1 {
        font-size: 26px;
        margin-bottom: 8px;
        padding: 0 4px 0 4px;
    }
    .r_content.r_game h1 span {
        font-size: 20px;
        display: block;
    }

    .r_content.r_game h1 span.thecond_h1 {
        font-size: 20px;
        display: block;
    }


    .r_content.r_game .r_col_2_content {
        grid-gap: 16px;
        display: grid;
        justify-content: flex-end;
        grid-template: auto / 50fr;
        margin-top: 60px;
    }


    .r_content.r_game .inner_toch {
        display: flex;
        width: fit-content;
        gap: 8px;
        flex-direction: column;
    }

    .r_content.r_game .basic_wrap .block_country .ui-selectmenu-text {
        font-size: 12px;
    }

    .hidden-desktop{
        margin-top: 96px;
    }


    .content_matches .list_all_players .list_players .item .bord_road{
        display: none;
    }
    .content_matches .list_all_players .list_players .item:nth-child(2) .bord_road{
        display: flex;
    }



    .content_matches .list_all_players .list_players .legions_2 .item .bord_road {
        width: 100%;
    }



    .content_matches .list_all_players .list_players .legions_2 .item .flag_vim{
        display: block;
        margin: 0 3px;
    }

    .flag_vimpel_2 {
        display: none;
    }

    .content_matches .list_all_players .list_players .legions_2 .item .timeline_wrap {
        width: 80px;
    }

    .content_matches .list_all_players .list_players .legions_2 .item .flag_vim .flag {
        width: 18px;
        height: 12px;
    }

    .content_matches .list_all_players .list_players .item .name {
        width: calc(50% - 65px);
        margin: 0;
        padding-right: 4px;
    }

    .legions_2 .inner_play_time {
        width: 100%;
    }

    .inner_play_time .status {
        font-size: 9px;
    }


    .outer_timeline {
        width: 30%;
    }

    .content_matches .list_all_players .list_players .legions_2 .item .mobile_revert {
        width: 100%;
        padding: 0;
    }

    .content_matches .list_all_players .list_players .legions_2 .item .name {
        width: calc(32% - 18px);
        margin: 0;
        padding-right: 4px;
    }
    .content_matches .list_all_players .list_players .legions_2 .item.awayTeam .name {
        width: calc(35% - 18px);
        margin: 0;
        padding-right: 0px;
        padding-left: 4px;
        text-align: right;
    }

    .nav-item .open_wrap_btn .open_sport_menu span.hide_mb{
        display: none;
    }
    .nav-item .open_wrap_btn .open_sport_menu span.hide_dt{
        display: block;
    }



    .digital .txt_content iframe{
        width: 100%;
        height: 220px;
    }

    .digital .txt_content blockquote {
        gap: 8px;
    }

    .digital .txt_content blockquote p {
        font-size: 14px;
        line-height: 123%;
        margin-bottom: 0px;
    }
    .digital .txt_content p {
        font-size: 14px;
        line-height: 143%;
        margin-bottom: 8px;
    }
    .digital .txt_content b {
        font-size: 14px;
        line-height: 143%;
    }

    .digital .txt_content {
        font-size: 14px;
        line-height: 143%;
    }
    .digital .txt_content span {
        font-size: 14px;
        line-height: 143%;
    }


    .wrap_nav_content .flex {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        gap: 8px;
        flex-direction: column;
    }

    .wrap_nav_content .flex .all_news {
        width: 102px;
        display: none;
    }


    .digital h1 {
       display: none;
    }

    .digital h1.for_mob_title {
        display: block;
        margin-bottom: 0px;
    }

    .digital .wrap_info .left {
        justify-content: space-between;
        padding-right: 7px;
    }
    .digital .wrap_info {
        gap: 12px;
    }

    .digital .wrap_info .left .reviews {
        gap: 4px;
    }
/**********************************************************/
    .r_content .title_content {
        gap: 10px;
        margin-bottom: 12px;
        padding: 0 4px;
    }

    .list_articles .article .article_in{
        border-radius: 8px;
        padding-bottom: 0px;
    }

    .list_articles .article {
        border-radius: 8px;
        margin-bottom: 8px;
    }

    .list_articles .article .article_in .img_wrap img {
        border-radius: 8px;
    }

    .r_col_1_content .list_articles {
        grid-gap: 0px;

    }

    .list_articles .article .source .in_source .brand img {
        max-width: 65px;
        max-height: 12px;
    }

    .r_content .title_content .list_themes a.around_elem {
        height: 28px;
        padding: 0px 9px;
    }


    .list_articles .article .article_in .time_date.for_mob_date{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .list_articles .article .article_in .time_date.for_mob_date .brand_modile {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .list_articles .article .article_in .time_date.for_mob_date .brand_modile img {
        max-width: 49px;
        height: auto;
    }


/******************************/

    /* The Loader */
    #loader-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999999;
        overflow: hidden;
    }
    .no-js #loader-wrapper {
        display: none;
    }

    #loader {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #4e4dc2;
        -webkit-animation: spin 1.7s linear infinite;
        animation: spin 1.7s linear infinite;
        z-index: 11;
    }
    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #4e4dc2;
        -webkit-animation: spin-reverse 0.6s linear infinite;
        animation: spin-reverse 0.6s linear infinite;
    }
    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #678aff;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    @-webkit-keyframes spin-reverse {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(-360deg);
        }
    }
    @keyframes spin-reverse {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(-360deg);
        }
    }
    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #ffffff;
        z-index: 10;
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded styles */
    .loaded #loader-wrapper .loader-section.section-left {
        transform: translateX(-100%);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        transform: translateX(100%);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .loaded #loader {
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    .loaded #loader-wrapper {
        visibility: hidden;
        transform: translateY(-100%);
        transition: all 0.3s 1s ease-out;
    }




















}













