/** Darik Radio website mobile stylesheet definitions	1.0 2015-07-10
	AIP Solutions Ltd'2015 http://www.aip.solutions
*/
@charset "UTF-8";

/* resources */
@font-face {
    font-family: 'icons-mobile';
    src: url('../font/icons-mobile.eot?5hf1eh');
    src: url('../font/icons-mobile.eot?#iefix5hf1eh') format('embedded-opentype'),
        url('../font/icons-mobile.woff?5hf1eh') format('woff'),
        url('../font/icons-mobile.ttf?5hf1eh') format('truetype'),
        url('../font/icons-mobile.svg?5hf1eh#icons-mobile') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icons-nav';
    src: url('../font/icons-nav.eot?cnwnjs');
    src: url('../font/icons-nav.eot?#iefixcnwnjs') format('embedded-opentype'),
        url('../font/icons-nav.woff?cnwnjs') format('woff'),
        url('../font/icons-nav.ttf?cnwnjs') format('truetype'),
        url('../font/icons-nav.svg?cnwnjs#icons-nav') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dsport-icons';
    src: url('../font/dsport.eot?ver=1.3');
    src: url('../font/dsport.eot?ver=1.3') format('embedded-opentype'),
        url('../font/dsport.woff?ver=1.3') format('woff'),
        url('../font/dsport.ttf?ver=1.3') format('truetype'),
        url('../font/dsport.svg#icons-nav') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JetBrainsMono';
    src: url('../font/JetBrainsMono-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap');

/* base rules */
html {
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    padding: 114px 0 0;  
    font-size: 12px;
    background: url("../img/bodyback.svg") #120C1B repeat-x;
    font-family: "Montserrat", sans-serif;
    font-display: swap;
    color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 1px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0;
    transition: background 0.3s ease-in-out;
}
@-moz-document url-prefix() {
    body {
        background: url("../img/bodyback.png") #120C1B repeat-x;
    }

    body.light {
        background: url("../img/bodyback-white.png") #fff repeat-x !important;
    }
}

header,
nav,
main,
menu,
section,
article,
details,
aside,
footer {
    position: relative;
    display: block;
    margin: 0px;
}

header::after,
section::after,
.product dd::after,
.popup dd::after,
footer::after,
p::after {
    content: "";
    display: block;
    clear: both;
}

a {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

a[onclick],
article[onclick],
img[onclick] {
    cursor: pointer;
}

img {
    max-width: 100%;
    outline: none;
    border: 0;
    transition: all 0.8s
}

address {
    font-style: normal;
}

small {
    margin: 0;
    font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,
select {
    text-transform: none;
}

input {
    line-height: normal;
    color: #222;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td,
th {
    padding: 0;
}

.clr {
    clear: both;
}

.hide {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

a.link::after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 4px solid #f0fd53;
    border-top: 0;
    border-left: 0;
    transform: rotateZ(45deg);
    top: 29px;
    right: 12px;
    z-index: 0;
}

br.clear {
    clear: both;
}
.show-menu {
    display: block;
}
a.read-more {
    display: block !important;
    position: absolute;
    top: 31px;
    right: 53px;
    font-size: 12px;
    color: #DDF731 !important;
}

a.read-more::after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 5px solid #DDF731;
    border-bottom: 0;
    border-left: 0;
    transform: rotateZ(45deg);
    top: 2px;
    right: -16px;
    z-index: 0;
}

::placeholder {
    font-family: 'Mont', sans-serif;
    font-display: swap;
}

section {
    width: 700px;
    float: left;
    vertical-align: top;
    box-sizing: border-box;
}

h3 {
    font-weight: 600;
    font-size: 13px;
    overflow: hidden;
}

div.detailbackground {
    background: url(/img/detailback.svg) center;
    display: block;
    width: 100%;
    height: 600px;
    position: absolute;
    margin-top: -2px;
    background-size: cover;
    z-index: -2;
}

body.light div.detailbackground {
    height: 485px;
}

div.sectionbackground {
    position: absolute;
    background-image: linear-gradient(to right, #382457, #121212);
    width: 100%;
    height: 160px;
    z-index: -2;
}
div.sectionbackground.has-text {
    height: 300px;
}

.dynamic-section-bg,
.sectionbackgroundAuthors {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: linear-gradient(to right, #382457, #121212);
    z-index: -2;
}

.section-page-wrapper {
    position: relative;
}

.section-main-info {
    position: relative;
    z-index: 1;
}

div::after {
    content: "";
    display: block;
    clear: both;
}

.hide-desktop {
    display: none;
}

body>header {
    position: fixed;
    top: 0;
    z-index: 99;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #000;
    z-index: 12;
}

a.logo {
    position: relative;
    left: 0;
    padding: 0 7px 0;
    width: 200px;
    transform: translateX(0%);
}

a.logo img {
    vertical-align: middle;
    height: 23px;
}

a.logo::before,
a.logo::after {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    width: 100%;
    height: 30px;
    background: #DDF731;
    z-index: -1;
}

a.logo::before {
    top: 0;
    transform: skewX(40deg);
}

a.logo::after {
    bottom: 0;
    transform: skewX(-40deg);
}

.notop {
    height: 0px !important;
}

.div-sesame_wallpaper-loaded {
    height: 195px !important;
}

.top200 {
    height: 187px !important;
}

/* 02.02.2021:range customization */
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent !important;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
}

/**> range custom thumb */
input[type=range]::-moz-range-thumb {
    height: 32px;
    width: 32px;
    border-radius: 5px;
    border: none;
    background: #382457 url('/img/range.thumb.svg') no-repeat center center;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 32px;
    width: 32px;
    border-radius: 5px;
    background: #382457 url('/img/range.thumb.svg') no-repeat center center;
    cursor: pointer;
    margin-top: -14px;
}

/**> range custom track */
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #382457;
    border-radius: 4px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #382457;
    border: none;
    outline: none;
    border-radius: 1.3px;
}

/*label for paid article */
.paid::before {
    content: 'Специален проект';
    display: block;
    margin-bottom: 5px;
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    width: auto;
    max-width: 175px;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    color: #382457;
    background: url(/img/purple-lightning.svg) #DDF731 no-repeat 5px;
    background-size: 17px;
}

main.home section.feature div.list article h3.paid {
    max-height: 73px;
}

main.home section div article h3.paid {
    max-height: 116px;
}

em.paid {
    padding: 0 5px 0 27px;
    width: unset;
}

em.paid::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    margin: 0;
    width: 20px;
    background: url(/img/purple-lightning.svg) no-repeat;
    background-size: 17px;
}

main.home section.category>article>article .paid {
    padding: 3px 5px 3px 27px;
    height: unset;
    width: 87px;
    line-height: 10px;
    text-align: left;
    font-size: 10px;
    font-weight: 600;
}

aside section.new article em.paid {
    padding: 3px 5px 3px 27px;
    height: unset;
    width: 72px;
    line-height: 10px;
    text-align: left;
}

/* icons for login */
.icon {
    position: relative;
    display: block;
}

.icon::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon.phone::before {
    background-image: url('../img/phone.svg');
}

.icon.account::before {
    top: 50%;
    left: 13px;
    background-image: url('../img/person.svg');
    transform: translate(0, -50%);
}

.icon.email::before {
    background-image: url('../img/mail.svg');
}

.icon.ready::before {
    margin: auto;
    position: relative;
    width: 174px;
    height: 174px;
    background-image: url('../img/ready.svg');
}

.icon.password::before {
    background-image: url('../img/lock.svg');
}

.icon.shown::before {
    background-image: url('../img/eye.svg');
}

.icon.hidden::before {
    background-image: url('../img/eye_closed.svg');
    width: 26px;
    height: 26px;
    top: -3px;
    left: -3px;
}

.icon.close::before {
    background-image: url('../img/close.svg');
}

label.icon.account::before {
    top: unset;
    transform: translate(0%, 0%);
}

label.icon::before {
    top: 0 !important;
    margin: 9px 13px 13px 16px;
    left: 0 !important;
}

label.icon>input {
    padding-left: 53px;
}

label.icon>.icon {
    position: absolute;
    top: 10px;
    right: 30px;
}

/* nav.up */
nav.up {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    color: #FAFAFA;
    overflow-y: hidden;
    padding:  0;
}

nav.up a {
    flex: 1;
    max-width: 50px;
    font-size: 11px;
    text-align: center;
    background: none;
}

nav.up a img {
    max-height: 24px;
    max-width: 24px;
    opacity: 1;
    transition: all 0.3s, filter 0.5s;
    filter: grayscale(100%);
}

nav.up a:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

nav.up a.logo {
    display: none;
    max-width: 160px;
    height: 40px;
    margin: 0 30px;
    padding: 1px 1px 1px 12px;
}

nav.up a.logo::before {
    height: 22px;
}

nav.up a.logo::after {
    height: 22px;
}

nav.up a.logo img {
    margin-top: 10px;
    max-width: 160px;
}

/* nav.main */
nav.main {
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 0;
    border-bottom: 0px;
    border-top: 0 solid #3B53A5;
    height: 72px;
    background: #121212;
    line-height: 48px;
}

nav.main ul {
    list-style: none;
}

nav.main ul li {
    display: inline-block;
    position: relative;
    height: 100%;
    font-size: 13px;
    line-height: 71px;
}

nav.main ul li.search {
    margin-left: 4px;
}

nav.main a.logo {
    display: inline-block;
    width: 130px;
}

/* search with account menu */
/* form.search input 									{color:#fff;height:35px;background:transparent;opacity:1;border:none;border-left-color:currentcolor;border-left-style:none;border-left-width:medium;border-left:2px solid #382457;outline:0;font-size:13px;padding: 0 0 0 20px;width: 110px;text-indent:20px;box-sizing:border-box;transition:all .5s;}
form.search input:focus									{width:140px;} */

/* search without account menu*/
nav.main>ul>li.account {
    display: none;
}

/* form.search input 									{color:#fff;height:35px;background:transparent;opacity:1;border:none;border-left-color:currentcolor;border-left-style:none;border-left-width:medium;border-left:2px solid #382457;outline:0;padding:0 0 0 30px;font-size:13px;width:140px;text-indent:20px;box-sizing:border-box;transition:all .5s;}
form.search input:focus									{width:200px;} */
/*with WC menu */


nav.main ul li>a {
    display: inline-block;
    padding: 0 13px;
    white-space: nowrap;
    border-top: none;
    height: 72px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: 0;
}

/* with WC menu */
nav.main>ul>li>a {
    padding: 0px 8px;
}

nav.main>ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: right;
    max-width: 1000px;
}

nav.main>ul>li>ul.submenu::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 45px;
    background: #382457;
}

nav.main>ul>li {
    float: left;
}

nav.main>ul>li.right {
    float: right;
}

/* nav.main > ul > li.li-submenu > a						{padding: 0px 30px 0 10px;} */
/* with WC menu */
nav.main>ul>li.li-submenu>a {
    padding: 0px 30px 0 8px;
}

nav.main>ul>li.active,
nav.main>ul>li:hover {
    background: #1E1E1E;
    box-shadow: inset 0px -4px 0px 0px #DDF731;
}

nav.main>ul>li:hover {
    box-shadow: none;
}

nav.main>ul>li.active:hover {
    box-shadow: inset 0px -4px 0px 0px #DDF731;
}

nav.main>ul>li>ul.submenu {
    display: block;
    position: fixed;
    top: 114px;
    right: 0;
    left: 0;
    margin: auto;
    border: 0;
    padding: 0;
    max-width: 1000px;
    width: 100%;
    background: #382457;
    height: 45px;
    line-height: 45px;
    text-align: left;
    clip: rect(0px, 5000px, 0px, -1000px);
    transition: all .2s;
    overflow: visible;
    visibility: hidden;
    z-index: 10;
}

nav.main>ul>li:hover>ul.submenu,
nav.main>ul>li>ul.submenu:hover {
    clip: rect(0px, 5000px, 550px, -1000px);
    transition: all 1.5s ease-in-out;
    visibility: visible;
}

nav.main>ul>li>ul.submenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 45px;
    width: 500%;
    background: #382457;
    box-shadow: 10px 20px 30px 10px rgb(0 0 0 / 0.6);
}

nav.main>ul>li>ul.submenu::after {
    left: unset;
    right: -100%;
}

nav.main>ul ul.submenu li.active a {
    color: #DDF731;
}

nav.main>ul ul.submenu li ul.submenu {
    position: fixed;
    top: 155px;
    background: #DDF731;
    text-align: left;
    padding: 10px 16px;
    transform: scale(0) translateY(0) translateX(20px);
    transform-origin: top;
    transition: all .1s;
    visibility: hidden;
}

nav.main>ul ul.submenu li ul.submenu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 30px;
    width: 10px;
    height: 10px;
    background: #DDF731;
    transform: rotate(-45deg);
}

nav.main>ul ul.submenu li:hover ul.submenu {
    transform: scale(1) translateY(0) translateX(13px);
    visibility: visible;
}

nav.main>ul ul.submenu li ul.submenu li {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    height: 25px;
    line-height: 25px;
}

nav.main>ul ul.submenu li ul.submenu li:last-of-type {
    margin: 0;
}

nav.main>ul ul.submenu li ul.submenu li a {
    padding: 0;
    line-height: unset;
    color: #000;
}

nav.main>ul ul.submenu .li-submenu>a::after {
    content: "";
    display: inline-block;
    margin: 0 0 2px 6px;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-width: 0 0 1px 1px;
    transform: rotate(-45deg);
}

nav.main>ul ul.submenu li a {
    height: auto;
    color: #fff;
    line-height: 45px;
}

nav.main>ul ul.submenu li a:hover {
    text-decoration: underline;
}

nav.main>ul li.search:hover {
    background: transparent;
    box-shadow: none;
}

nav.main ul li>a.link.mobile a.menu,
nav.main>form.search {
    display: none;
}



/* nav.main > ul > li>a::before							{content:"";display:inline-block;margin-right:10px;width:21px;height:70px;background-size:20px;vertical-align:middle;} */
/* with WC menu */
nav.main>ul>li>a::before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    width: 21px;
    height: 70px;
    background-size: 20px;
    vertical-align: middle;
}


li.home-10>a::before {
    content: "\e902";
}

li.section-41>a::before {
    content: "\e906";

}

li.latest-6131>a::before {
    content: "\e90a"
}

li.section-42>a::before {
    content: "\e907";

}

li.livescore-149>a::before {
    content: '\e900';
}

li.section-43>a::before {
    content: "\e905";

}

li.section-136>a::before {
    content: "\e909";

}
li.section-113>a::before {
    content: "\e908";

}
li.section-46>a::before {
    content: "\e900";

}
li.section-119>a::before {
    content: "\e904";

}

li.schedule-252>a::before {
    content: "\e90a";
}

li.account>a::before {
    background: url(/img/person.svg) center no-repeat;
}

nav.main>ul>li.account.active {
    background: transparent;
    box-shadow: none !important;
    z-index: 10;
}

body.page-main li.section-41>ul.submenu {
    clip: rect(0px, 5000px, 500px, -1000px);
    visibility: visible;
    z-index: 9;
}

body.page-main li.section-41>ul.submenu::before {
    box-shadow: none;
}

ul.mobile-menu {
    display: none;
}

/* body.page-main li.section-41 {
    background: #1E1E1E;
    box-shadow: inset 0px -4px 0px 0px #DDF731 !important;
} */

body.page-main li.home-10.active {
    /* background: transparent; */
    box-shadow: none !important;
}
body.page-main li.home-10.active:hover{
    background:#DEF831 ;
}




a.section8400 {
    font-size: 0;
    background: url(/img/efbetblc.png) no-repeat left;
    background-size: 115px;
    width: 100%;
}

ul.mobile-menu li a.section8400 {
    font-size: 0;
    background: url(/img/efbetblc_white.png) no-repeat left;
    background-size: 115px;
    width: 100%;
}

.main\.world\.cup-6864 {
    background: url(/assets/images/header-pattern.png) no-repeat center bottom, linear-gradient(to bottom, transparent, #8a1538) !important;
    background-size: 455px !important;
}

.main\.world\.cup-6864:hover {
    background: url(/assets/images/header-pattern.png) no-repeat center bottom, linear-gradient(to bottom, transparent, #8a1538) !important;
    background-size: 455px !important;
}

.main\.world\.cup-6864.active {
    box-shadow: none !important;
}

.main\.world\.cup-6864 a.link::after {
    border-color: #fff;
}

.main\.world\.cup-6864 ul.submenu {
    background: #8a1538 !important;
}

.main\.world\.cup-6864 ul.submenu::before {
    background: url(/assets/images/header-pattern.png) #8a1538 no-repeat 3594px !important;
    background-size: 465px !important;
    transform: rotate(180deg);
}

.main\.world\.cup-6864>a::before {
    background: url(/img/WorldCup2022_v2.svg) center no-repeat;
    background-size: 25px !important;
    width: 25px !important;
}

/* sticky nav */
nav.main {
    position: fixed;
    top: 42px;
    width: 100%;
    z-index: 50;
    margin: 0;
    transition: all 0.2s;
}

nav.main.sticky {
    top: 0px;
}

nav.main.sticky ul.submenu {
    top: 72px;
}

nav.main.sticky>ul ul.submenu li ul.submenu {
    top: 114px;
}

/* div.livenews */
div.livenews {
    height: 40px;
    text-align: center;
    background-color: #DDF731;
    cursor: pointer;
}

div.livenews span {
    display: inline-block;
    background-color: #DDF731;
    padding: 0 20px;
    position: absolute;
    margin: auto;
    right: 50%;
    transform: translate(50%, 0);
    z-index: 2;
    white-space: nowrap;
}

div.livenews::before,
div.livenews::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 35%;
    height: 40px;
    background: #DDF731 url('/img/background.svg');
    background-position: 100% 49%;
    z-index: 1;
}

div.livenews::after {
    background-position: 100% 48.5%;
    left: unset;
    right: 0;
    transform: scale(-1);
}

div.livenews span::before {
    content: '';
    display: inline-block;
    width: 41px;
    height: 22px;
    background: url('/img/exclusive.svg') no-repeat 68% 35%;
    margin-top: 9px;
    vertical-align: top;
}

div.livenews span h3 {
    display: inline-block;
    margin: 0;
    line-height: 40px;
    color: #000;
    vertical-align: middle;
}



/* Main */
main {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

main section img {
    border-radius: 4px;
}

/* Main.login (login page)  */
main.login {
    margin: 0;
    padding: 0;
    max-width: unset;
    height: 100%;
}

/* section.login											{padding-top:40px;width:100%;} */
.login ::placeholder {
    color: #fff;
    opacity: 1;
}

.login form {
    margin: auto;
    position: relative;
    top: 10%;
    font-size: 15px;
    width: 95%;
    max-width: 400px;
    text-align: center;
    padding: 35px 40px 35px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #382457, #121212);
    border-radius: 4px;
}

.login form p,
p.msg {
    margin: 8px 0 40px;
    color: #9580B6;
}

p.msg {
    text-align: center;
}

.login h1 {
    margin: 0 0 25px;
    font-size: 28px;
}

.login h2 {
    font-size: 13px;
    width: 100%;
    text-align: center;
}

.login input {
    display: block;
    margin: 13px 0 0;
    background: #272727;
    border: 2px solid #272727;
    border-radius: 4px;
    color: #fff;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

.login input:focus {
    border: 2px solid #DDF731;
}

.login input:focus::placeholder {
    opacity: .2;
    transition: opacity .3s;
}

.login a.forgotten {
    float: right;
    display: block;
    margin: 4px 0 24px;
    color: #5A3A8B;
}

.login a.forgotten::after {
    content: '';
    display: block;
    clear: both;
}

.login button {
    margin-bottom: 34px;
    border: 2px solid #DDF731;
    border-radius: 4px;
    width: 288px;
    height: 50px;
    background: #000;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: background .2s;
}

.login .not-a-fan {
    display: block;
    position: relative;
}

.login .not-a-fan::before,
.login .not-a-fan::after {
    content: '';
    position: absolute;
    top: 10px;
    display: block;
    width: 33%;
    height: 1px;
    background-color: #382457;
}

.login .not-a-fan::after {
    right: 0;
}

.login .reg,
.btn.default {
    margin: auto;
    background: #DDF731;
    border: none;
    color: #382457;
    font-size: 15px;
    padding: 0 14px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    display: block;
    line-height: 50px;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s;
}

.login .reg:hover,
.btn.default:hover,
.login button:hover {
    background: #382457;
    color: #DDF731;
}

.btn.default {
    margin: 50px auto 0;
}

.btn.default.inactive {
    opacity: 0.7;
}

.btn.default.inactive:hover {
    background: #DDF731;
    color: #382457;
}

.login button.reg {
    margin-top: 43px;
}

.login a.reg {
    margin: 23px 0;
}

.login .icon.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    transition: all .4s;
}

.login .icon.close:hover {
    transform: scale(0.9);
}

.login .social-reg {
    font-size: 0;
    margin: 0;
}

.login .social-reg a {
    display: inline-block;
    margin: 23px 0 10px;
    width: 50%;
}

.social-reg .fb {
    border-radius: 4px 0 0 4px;
    background: #3c5b99;
    color: #fff;
}

.social-reg .fb:hover {
    background: rgb(60 91 153 / 80%);
    ;
    color: #fff;
}

.social-reg .fb::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url('/img/facebook.svg') no-repeat center;
    background-size: 10px;
}

.social-reg .google {
    border-radius: 0 4px 4px 0;
    background: #DB4437;
    color: #fff;
}

.social-reg .google:hover {
    background: rgb(219 68 55 / 80%);
    ;
    color: #fff;
}

.social-reg .google::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 30px;
    ;
    background: url('/img/google.svg') no-repeat center;
    background-size: 20px
}

.login .msg {
    margin: 25px 0;
}

/* Popup */
iframe.popup {
    position: fixed;
    top: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    z-index: 100;
    border: none;
    background: rgb(29 23 37 / 54%);
    opacity: 0;
}

body.popup {
    padding: 0;
    min-height: unset;
    background: transparent;
}

/* Main.login.profile */
.profile article {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
    font-size: 0;
}

.profile h1 {
    margin: 0;
}

.profile h2 {
    margin: 18px 0;
    font-size: 18px;
}

.profile label {
    font-size: 14px;
}

.profile article label.disabled {
    opacity: 0.5;
}

.profile .icon::before {
    top: 23px !important;
}

.profile .icon.hidden::before {
    top: 19px !important;
}

.profile .icon.shown::before {
    top: 22px !important;
}

.profile input {
    margin: 5px 0 13px;
}

/* .profile article button.default 						{display:inline-block;margin-top:32px;width:45%;height:39px;line-height:39px;} */
.profile article button.delete {
    border-color: #f00;
    background-color: #f00;
    color: #fff;
    margin-left: 10%;
}

/* Main.leagues */
section.leagues article {
    height: 235px;
    opacity: 1;
}

section.leagues article img {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    width: 90px;
}

section.leagues article div {
    position: relative;
    height: 100%;
    border-radius: 16px;
    padding-top: 150px;
}

/*teams */
main.teams>section>article {
    display: inline-block;
    width: 19%;
    height: 80px;
    cursor: pointer;
}

/*notifications */
.notifications h1 {
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
}

.notifications div {
    position: relative;
    min-height: 300px;
    max-height: 300px;
    background: url(/img/phone2.svg) no-repeat 50% -20px;
}

.notifications div article {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    border-radius: 4px;
    padding: 15px;
    height: 125px;
    width: 100%;
    max-width: 310px;
    color: #000;
    box-sizing: border-box;
    box-shadow: 0px 4px 52px #4b3272;
    background: #fff;
    z-index: 15;
}

.notifications div article::before {
    content: url(/img/bell.svg);
    position: absolute;
    top: -25px;
    right: -10px;
}

.notifications div article::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -4%;
    right: 0;
    border-radius: 4px;
    margin: auto;
    width: 108%;
    height: 115px;
    min-width: unset;
    box-shadow: 0px 4px 52px #4b3272;
    background: #fff;
    z-index: -1;
}

.notifications div article span {
    vertical-align: middle;
    color: #8A8A8F;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.notifications div article span.logo::before {
    content: url('/img/messages.svg');
    margin-right: 7px;
    vertical-align: middle;
}

.notifications div article span.match-info {
    font-size: 15px;
}

.notifications div article img {
    vertical-align: middle;
    margin-right: 7px;
}

.notifications div article p {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
}

.notifications form {
    text-align: left;
    background: linear-gradient(to top, #382451 -33%, #000 48%)
}

.notifications form label {
    display: block;
    padding: 16px 0;
    position: relative;
}

.notifications form label input {
    display: none;
    width: auto;
}

.notifications form label span {
    display: inline-block;
    position: absolute;
    right: 0;
    background-color: #DDF731;
    width: 44px;
    height: 24px;
    border-radius: 20px;
    transition: 0.5s;
    cursor: pointer;
}

.notifications form label input:checked+span {
    background-color: #382457;
}

.notifications form label span::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 5px;
    transition: 0.5s;
    background-color: #382457;
}

.notifications form label input:checked+span::before {
    lefT: 53%;
    background-color: #DDF731;
}

/*notifications form label.all */
.notifications form label.all {
    border-bottom: 1px solid #382457;
}

.notifications form label.all span {
    width: 120px;
    height: 30px;
    bottom: 16px;
}

.notifications form label.all span::before {
    width: 20px;
    height: 20px;
    top: 5px !important;
}

.notifications form label.all input:checked+span::before {
    left: 78%;
}

.notifications form label.all input+span::after {
    content: 'Изключени';
    display: block;
    width: 50px;
    height: 20px;
    font-style: normal;
    color: #382457;
    margin: 6px 0 5px 30px;
    font-size: 13px;
}

.notifications form label.all input:checked+span::after {
    content: 'Включени';
    display: block;
    margin: 6px 30px 5px 10px;
    color: #9580B6;
    font-size: 13px;
}

/*section.choose */
main.teams>section.choose>article:hover img,
main.teams>section.choose>article.active img {
    filter: grayscale(0);
}

main.teams>section>article>img {
    width: 100%;
    filter: grayscale(100%);
    transition: filter 0.5s;
}

section.choose button {
    max-width: 280px;
}

.choose h1 {
    display: block;
    margin: 20px 0 40px;
    text-align: center;
}

/* section.chosen */
main.teams>section.chosen {
    text-align: center;
}

main.teams>section.chosen>article {
    height: auto;
    width: 10%;
    margin: 0 50px;
}

main.teams>section.chosen>article:first-of-type {
    display: block;
    margin: 0 auto 40px;
    width: 19%;
}

main.teams>section.chosen>article>img {
    filter: grayscale(0) !important;
}

main.teams>section.chosen>article>.icon.close {
    display: inline-block;
    width: auto;
}

main.teams>section.chosen>article>.icon.close::before {
    right: -25px;
}

/* .settings .theme  */
.settings .theme {
    background: transparent;
    padding: 0;
}

.settings .theme button {
    background: transparent;
    width: 160px;
    height: 130px;
    vertical-align: top;
    border: 2px solid transparent;
    border-radius: 10px;
}

.settings .theme button:hover,
.settings .theme button.active {
    border-color: #DDF731;
}

.settings .theme button.light {
    position: relative;
}

.settings .theme button.light::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: #fff url('/img/choose.light.theme.svg') no-repeat center center;
    background-size: 100%;
    border-radius: 4px;
}

.settings .theme button.dark {
    background: url('/img/choose.dark.theme.svg') no-repeat center center;
    background-size: 93% 86%;
}

/*.settings .font  */
.settings .font {
    background: #000;
}

.settings .font h1 {
    border-bottom: 1px solid #382457;
    padding-bottom: 24px;
}

.settings .font div {
    position: relative;
    white-space: nowrap;
}

.settings .font div.range span {
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
}

.settings .font div.range span:last-of-type {
    font-size: 22px;
}

.settings .font div span.color-purple {
    display: inline-block;
    margin: 17px 20px 0;
    font-size: 12px;
    font-weight: 400;
}

.settings .font div span input {
    position: relative;
    z-index: 20;
    display: inline-block;
    width: 82%;
    vertical-align: middle;
    margin: 0 10px;
}

.settings .font article {
    margin-top: 26px;
}

.settings .font article p {
    background: #1D1725;
    border-radius: 4px;
    padding: 16px 16px 16px 8px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #fff;
    margin-top: 16px;
    line-height: 22.4px;
}

.settings .font button {
    margin-top: 0;
}

.settings .font div.lines {
    width: 76%;
    position: absolute;
    left: 38px;
    z-index: 10;
    height: 10px;
    text-align: left;
}

.settings .font div.lines.top {
    top: -3px;
}

.settings .font div.lines.bottom {
    bottom: 0;
}

.settings .font div.lines span.line {
    width: 1px;
    height: 7px;
    background: #382457;
    display: inline-block;
}

.settings .font div.lines.top span.line {
    margin-bottom: 50px;
}

.settings .font div.lines.bottom span.line {
    margin-bottom: 2px;
}

/* .sport */
.sport {
    font-size: 0;
}

.sport article {
    display: inline-block;
    width: 20%;
    padding: 0 15px 15px 0;
    border-radius: 16px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: 0.5;
    vertical-align: top;
}

.sport article.active,
.sport article:hover {
    opacity: 1;
}

.sport article div {
    background-color: #fff;
    color: #382457;
    border-radius: 0 0 16px 16px;
    padding: 20px 10px;
    box-sizing: border-box;
    min-height: 95px;
}

.sport article div.violet-bg {
    background-color: #382457;
    text-align: center;
    border-radius: 16px 16px 0 0;
    padding: 0;
    min-height: 60px;
}

.sport article div h2 {
    margin: 0;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sport article div h3 {
    margin: 0;
    font-size: 13px;
    color: #999999;
}

/* Section */
main.home section img {
    width: 100%;
}

main.home section div article {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}

section.top>a,
main.home section.category h2 a,
.feature a.section {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #fff;
    color: #382457;
    padding: 5px 36px 5px 10px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 15px;
    z-index: 2;
    font-weight: 700;
}

main.home section.category h2 a {
    position: unset;
}

section.top>a::before,
main.home section.category h2 a::before,
.feature a.section::before,
a.section.link::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: #382457;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

section.top>a::after,
main.home section.category h2 a::after,
.feature a.section::after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 5px solid #f0fd53;
    border-top: 0;
    border-left: 0;
    transform: rotateZ(45deg);
    top: 5px;
    right: 7px;
    z-index: 0;
}

main.home section>div {
    display: inline-block;
    margin-right: -4px;
    padding: 0 10px 10px 0;
    vertical-align: top;
    box-sizing: border-box;
}

main.home section div article div.abstr {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    height: 180px;
    overflow: hidden;
}

main.home section.feature div.list div.abstr {
    height: 108px;
}

main.home section div article div.abstr-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 1;
}

main.home section div.list div.abstr-top {
    height: 56px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
}

main.home section div article h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    margin-bottom: 32px;
    padding: 0 20px;
    font-size: 24px;
    color: #fff;
    max-height: 86px;
    z-index: 1;
    cursor: pointer;
}

main.home section.feature div article time {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

main.home section.feature div.list article h3 {
    font-size: 18px;
    margin-bottom: 18px;
    max-height: 65px;
}

main.home section time {
    position: absolute;
    top: 21px;
    right: 20px;
    z-index:1;
}

aside section {
    margin: 12.5px 0;
    width: 100%;
}

section.selected h3,
section.top h3 {
    max-height: 63px !important;
}

.feature .excl {
    bottom: unset;
    top: 16px;
    left: 16px;
    width: 163px;
    border-radius: 0;
    z-index: 3;
}

a.source {
    color: #C5B4DA;
    font-size: 12px;
}

/* Section Feature */
main.home section.feature {
    padding-top: 30px;
    max-width: 100%;
    width: 100%;
}

main.home section.feature>div.main {
    width: 650px;
}

main.home section.feature>div.main article img {
    height: 403px;
    object-fit: cover;
}

main.home section.feature>div.list {
    width: 350px;
    padding-right: 0;
}

main.home section.feature>div.list article:first-of-type {
    margin: 0 0 10px;
}

main.home section.feature>div.list article img {
    height: 195px;
    object-fit: cover;
}

.category article.main:hover img,
.feature div.main article:hover img,
.feature div.list article:hover img {
    transform: scale(1.1);
}

/*section search*/
.search header {
    margin-bottom: 33px;
    background: #fff;
    padding: 0px 6px;
    border-radius: 4px;
}

.search header label {
    width: 95%;
    display: inline-block;
    border-radius: 4px;
    margin-right: -4px;
}

.search header input {
    width: 100%;
    border: none;
    height: 25px;
    padding: 0 16px;
    box-sizing: border-box;
    background: transparent;
    color: #382457;
    border-left: 2px solid #382457;
}

.search header button {
    display: inline-block;
    width: 5%;
    box-sizing: border-box;
    margin-right: -4px;
    background: url("/img/search2.svg") no-repeat 50%;
    border: none;
    height: 40px;
    vertical-align: middle;
}

/* Section Selected & Section Top * */
main.home section.selected {
    padding-top: 15px;
}

main.home section.selected>div {
    width: 100%;
    padding: 0;
}

main.home section.selected>div article,
section.top article {
    display: inline-block;
    width: 33.33%;
    padding: 0 10px 0 0;
    vertical-align: top;
    margin-right: -4px;
    box-sizing: border-box;
}

main.home section.selected>div article img {
    display: block;
    height: 150px;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}

main.home section.selected>div article img:hover {
    transform: scale(1.1);
}

main.home section.selected article>div {
    padding: 8px 10px;
    box-sizing: border-box;
}

main.home section.selected article>div time {
    float: right;
    position: static;
    color: #C5B4DA;
    font-size: 12px;
}

main.home section.selected article a.section {
    float: left;
    position: static;
    padding: 0;
    background: transparent;
    font-size: 12px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

main.home section.selected article a.section::before,
main.home section.selected article a.section::after {
    display: none;
}

main.home section.selected article h3 {
    position: unset;
    padding: 0 10px;
    font-size: 13px;
}

section.top>a.lnk {
    top: -49px;
    left: 0;
}

section.top article>a {
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

section.top article a img:hover {
    transform: scale(1.1);
}

section.top a.read-more {
    right: 32px;
    top: -44px;
}

aside .banner,
aside .livescore.mob-off {
    display: none;
}

main.home section.selected article span {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

section.selected div article a div {
    padding: 15px;
    text-align: right
}

section.selected div article a div time {
    position: static;
    color: #C5B4DA;
    font-size: 12px;
}

.excl {
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #DDF731;
    letter-spacing: -0.0241176em;
    color: #382457;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    z-index: 1;
}

.excl.prem {
    background: #382457;
    color: #DDF731;
}

.category article>article .excl {
    width: 90px;
    font-size: 12px;
    height: 22px;
    ;
    line-height: 22px;
}

/* Section Category */
main.home section.category {
    position: relative;
    margin-bottom: 40px;
    padding-top: 70px;
    padding-right: 26px;
}

main.home section.category h2 {
    position: absolute;
    display: inline-block;
    margin: 0;
    top: 25px
}

main.home section.category::before {
    content: '';
    display: block;
    width: 204%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 12px;
    ;
    background: url('/img/categoryback.svg');
    background-repeat: repeat-x;
}

main.home section.category img.ad {
    margin: 55px 0 60px;
    width: 98.8%;
}

main.home section.category>a {
    display: none;
}

main.home section.category article.main {
    width: 50%;
    max-height: 340px;
    margin-left: 0;
    padding-right: 16px;
    margin-right: -4px;
    box-sizing: border-box;
}

main.home section.category article {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

main.home section.category>article {
    width: 50%;
}

main.home section.category article a>h3 {
    display: inline-block;
    margin: 5px 0 8px;
    color: #fff;
    font-size: 14px;
}

main.home section.category article a>img {
    display: inline-block;
    object-fit: cover;
    min-height: 270px;
}

main.home section.category article time {
    position: static;
    display: block;
    color: #C5B4DA;
}

main.home section.category>article>article {
    display: block;
    background: #382457;
    margin: 0 0 15px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
}

main.home section.category>article>article:last-child {
    margin-bottom: 0;
}

main.home section.category>article>article a {
    color: transparent;
}

main.home section.category>article>article a div {
    position: relative;
    border-left: 3px solid #f0fd53;
    display: inline-block;
    width: 71%;
    vertical-align: middle;
    height: 100%;
}

main.home section.category>article>article img {
    width: 27%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    vertical-align: middle;
    margin-right: -5px;
    border-radius: 4px 0 0 4px;
}

main.home section.category>article>article h3 {
    padding: 8px 10px 0;
    box-sizing: border-box;
    margin: 0;
    transition: all .4s;
    color: #fff;
    max-height: 56px;
}

main.home section.category>article>article:hover h3 {
    color: #f0fd53
}

main.home section.category>article>article time {
    position: absolute;
    bottom: 5px;
    left: 10px;
    top: unset;
    font-size: 12px;
    font-weight: normal;
    height: 14px;
}

main.home section.category div.ad-cont {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

main.home section.category article.main a.articleanchor {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
    max-height: 270px;
}

main.home section.category article.main a.articleanchor .excl {
    left: 0;
}

/* brand home section 8888*/
a.paid-banner {
    display: inline-block;
    padding: 0 10px 0 0;
    overflow: hidden;
    max-width: 690px;
    margin-bottom: 32px;
}

a.paid-banner img {
    display: block;
}

section.n141::before {
    background: url(/img/categoryback-brand.svg) !important;
    background-repeat: repeat-x !important;
}

main.home section.n141>article>article {
    background: #052378;
}

main.home section.n141 h2 a::before {
    background: #000f47 !important;
}

main.home section.n141 h2 a {
    color: #000f47 !important;
}

main.home section.n141 h2 a::after,
main.home section.n141 a.read-more::after,
main.home section.n141>article>article a div {
    border-color: #0ff !important;
}

main.home section.n141 a.read-more,
main.home section.n141 article time,
main.home section.n141>article>article:hover h3 {
    color: #0ff !important;
}

main.home section.n141 a.logo8888 {
    display: block;
    background: url(/img/8888logo.svg) no-repeat;
    position: absolute;
    width: 100px;
    height: 50px;
    top: 14px;
    right: calc(50% - -20px);
    transform: translate(50%, 0);
}

main.home section.n141 article a>h3 {
    color: #fff !important;
}

body.light main.home section.category.n141 h2 a {
    background: #fff;
}

/* brand home section inbet
section.n142::before										{background: url(/img/categoryback-brandinbet.svg) !important ;background-repeat: repeat-x !important;}
main.home section.n142 > article > article				{background: #0954b9;}
main.home section.n142 h2 a::before						{background: #0954b9 !important;}
main.home section.n142 h2 a								{color:#000f47 !important;}
main.home section.n142 h2 a::after,
main.home section.n142 a.read-more::after,
main.home section.n142 > article > article a div			{border-color:#FCE34C !important;}
main.home section.n142 a.read-more,
main.home section.n142 article time,
main.home section.n142 > article > article:hover h3		{color:#FCE34C !important;}
main.home section.n142 a.loginbet						{display: block;background: url(/img/logoinbet.png) no-repeat;background-size: 100px; position: absolute;width: 100px;height: 50px;top: 14px;right: calc(50% - -20px);transform: translate(50%, 0);}
main.home section.n142 article a > h3					{color:#fff !important;}
body.light main.home section.category.n142 h2 a			{background: #fff;}
*/
    {
    height: 23px !important;
}

/* brand category list
main.levski54 section.info nav.breadcrumb 				{background: #042557;}
main.levski54 section.info a.logo-sponsored				{display: block;position: absolute;width: 800px;height:50px;top:100px;right:-300px;}
div.sectionbackground.levski54 							{background: url(/img/palmsbet1920-.png) no-repeat;background-position:center;}
main.levski54 section.podcast > div > article 			{background-color: #042557;}
main.levski54 section.podcast > div > article > a time 	{color: #5c6f8c;}*/

/*main.bg-futbol41 section.info nav.breadcrumb 				{background: #0954b9;}
main.bg-futbol41 section.info a.logo-sponsored				{display: block;position: absolute;width:200%;height:100%;top:0px;left:-300px;}
div.sectionbackground.bg-futbol41 							{background: url(/img/inbet.png) no-repeat;background-position:center;}
main.bg-futbol41 section.podcast > div > article 			{background-color: #0954b9;}
main.bg-futbol41 section.podcast > div > article > a time 	{color: #FCE34C;}*/

/* brand schedule list */
/* main.schedule section.info nav.breadcrumb 				{background: #F0CD01;}
main.schedule section.info h1							{color: #fff;}
main.schedule section.info .filter label				{color: #000;} */


/* Aside */
aside {
    float: right;
    width: 300px;
}

aside>img {
    display: block;
    margin: auto;
    min-width: 300px;
    max-width: 300px;
}

aside section:first-of-type {
    margin-top: 0;
}

main.home aside {
    padding-top: 15px;
}

aside .flashscore a {
    display: block;
    padding: 20px;
    background: url(/img/categoryback.svg);
}

/*Page Error:404*/
main.err-404.home aside {
    margin-top: -75px;
}

main.err-404>section {
    margin-bottom: 110px;
}

main.err-404 section h1 {
    font-size: 60px;
}

main.err-404 section p {
    font-size: 20px;
}

main.err-404 section p a {
    color: #DDF731;
    text-decoration: underline;
}

main.err-404 section p a:hover {
    text-decoration: none;
}

/*Section Chat*/
.chat {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}

.chat .abstr {
    background: linear-gradient(180deg, #231735 0%, rgba(35, 23, 53, 0) 80%);
    border-radius: 3px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 30px;
    width: 100%;
    height: 100%;
}

.chat iframe {
    border-radius: 4px;
    width: 100%;
}

.chat .social-media {
    position: absolute;
    top: 6px;
    right: 6px;
    background: url(/img/fb.svg) no-repeat;
    background-size: 16px;
    width: 20px;
    height: 20px;
}

.chat .live {
    display: block;
    margin-top: 10px;
    width: 75px;
    height: 20px !important;
    background: #EB5757;
    border-radius: 45px;
    line-height: 20px;
    text-align: center;
    padding: 2px;
}

.chat .live::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(/img/play-white.svg)no-repeat;
    background-size: 8px;
    vertical-align: sub;
    margin-left: 3px;
}

.chat h3 {
    margin: 8px 0 0;
    font-size: 18px;
    color: #382457;
    font-weight: 700;
}

.chat h3 em {
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-style: normal;
}

.chat a {
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #DDF731;
    box-shadow: 0px 3px 33px 11px rgb(0 0 0 / 0.3);
    cursor: pointer;
    padding: 0;
    font-size: 0;
}

.chat a::before {
    content: "";
    display: block;
    background: url(/img/play-deeppurple.svg) no-repeat 59% 51%;
    width: 50px;
    height: 50px;
    background-size: 17px;
    transition: all .4s;
}

.chat a:hover::before {
    transform: scale(1.2);
}

.chat.hide-desktop {
    margin-bottom: 10px;
}

/*Section Comentary*/
.comentary div,
.chat div {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

.comentary img {
    object-fit: cover;
    height: 165px;
    border-radius: 4px;
}

.comentary a {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 45px;
    height: 45px;
    background: rgb(255 255 255 / 0.2);
    border-radius: 50%;
    padding: 0;
    transform: translate(50%, -50%);
}

.comentary a::before {
    content: "";
    display: block;
    background: url(/img/play-lime.svg) no-repeat 57% 51%;
    width: 45px;
    height: 45px;
    background-size: 17px;
    transition: all .4s;
}

.comentary a:hover::before {
    transform: scale(1.2);
}

.comentary div>span {
    position: absolute;
    bottom: 13px;
    left: 36px;
    width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #382457;
}

.comentary div>span::before {
    content: "";
    position: absolute;
    left: -26px;
    width: 26px;
    height: 26px;
    background-color: #1C122A;
    background-image: url(/img/headphone.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: cover;
}

.comentary h3 {
    padding: 0 20px 0 10px;
    margin: 7px 0 10px;
}

main aside .comentary time {
    position: unset;
    padding-left: 10px;
    font-weight: normal;
    font-size: 12px;
    color: #9580B6
}

.comentary .abstr {
    position: absolute;
    bottom: 3px;
    height: 1px;
    width: 100%;
    background: linear-gradient(89.93deg, rgba(9, 13, 16, 0) 0.12%, #DDF731 50.06%, rgba(0, 0, 0, 0) 100%);
}

/*Section Livescore*/
aside .livescore {
    margin-left: -2px;
    text-align: center;
}

aside .livescore nav {
    z-index: -1;
}

aside .livescore>span {
    display: inline-block;
    position: relative;
    background: #EFEDF3;
    color: #382457;
    height: 48px;
    width: 83px;
    line-height: 35px;
    font-weight: 700;
    border-radius: 3px 3px 0px 0px;
    transition: all .3s;
    box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

main aside .livescore>span time {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    font-weight: 500;
    margin: auto;
}

aside .livescore>span:hover,
.livescore>a.active {
    background: #fff;
    box-shadow: none;
}

aside .livescore>span:hover::before,
.livescore>span.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #DDF731;
    border-radius: 3px 3px 0px 0px;
}

main aside section.livescore>div {
    padding: 10px 10px 1px;
    background: #FFFFFF;
    ;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
}

aside .livescore div>a {
    display: block;
    color: #382457;
    margin-top: 32px;
}

aside .livescore div article a.league {
    display: block;
    color: #382457;
    text-align: left;
    margin-top: 25px;
    font-weight: 400;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

aside .livescore div article a.league em {
    display: none;
}

aside .livescore div article a.league img {
    height: auto;
    margin: 0 4px 4px 0;
    width: 20px;
    vertical-align: middle;
    border-radius: 0;
}

aside .livescore div article a.league span {
    display: inline;
    line-height: unset;
    height: unset;
    font-weight: 800;
    vertical-align: baseline;
}

aside .livescore div article a.league span::after {
    content: "";
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 3px solid #382457;
    border-bottom: 0;
    border-left: 0;
    transform: rotateZ(45deg);
    vertical-align: baseline;
    margin: 1px 4px 1px 2px;
}

aside .livescore div article a.league span.link-to {
    display: inline-block;
    color: #382457;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 29.12.2020dka */
aside .livescore div article a.league span.link-to::after {
    display: none;
}

/* 29.12.2020dka */
aside .livescore div article p {
    margin: 5px 0;
    border-radius: 4px;
    padding-right: 5px;
    line-height: 38px;
    text-align: left;
    font-size: 0px;
    background: #EFEDF3;
    cursor: pointer;
}

aside .livescore div article span {
    display: inline-block;
    height: 38px;
    vertical-align: middle;
    line-height: 39px;
}

aside .livescore div article span.state {
    margin-left: 6px;
    color: #2F2F2F;
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
    width: 23px;
    line-height: 39px;
    text-align: left;
}

aside .livescore div article span.team img {
    display: inline-block;
    width: 20px;
    margin: 0 3px;
    vertical-align: middle;
}

aside .livescore div article span.team em {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0;
    width: 79px;
    text-align: right;
    height: 38px;
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

aside .livescore div article span.team.away em {
    text-align: left;
}

aside .livescore div article span.station {
    text-align: right;
    margin-right: 0;
}

aside .livescore div article span.station img {
    width: 30px;
    vertical-align: middle;
}

aside .livescore div article span em {
    color: #382457;
    text-transform: uppercase;
    font-style: normal;
    vertical-align: middle;
}

aside .livescore div article span.result {
    border-radius: 4px;
    width: 35px;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

aside .livescore div article span.result i {
    font-style: normal;
}

aside .livescore div article p.future span.result:first-of-type {
    display: none;
}

aside .livescore div article p.future span.result {
    background: #fff;
    color: #2F2F2F;
}

aside .livescore div article p.active span.result {
    background: #382457;
    color: #ddf731;
    letter-spacing: 2px;
}

aside .livescore div article p.finished span.result {
    background: #272727;
    color: #ddf731;
    letter-spacing: 2px;
}

aside .livescore div article p.finished span.state em {
    color: #D5374B;
}

aside .livescore a.seeall {
    margin: 0 0 3px;
    color: #382457;
    background: transparent;
}

aside .livescore a.seeall::after {
    border-color: #382457;
}

.livescore.all {
    padding-right: 10px;
}

.livescore.all article {
    margin-bottom: 35px;
}

.livescore.all article:last-of-type {
    margin-bottom: 0;
}

a.league-all,
.livescore.all a.league {
    display: block;
    position: relative;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #382457;
    width: max-content;
    padding-right: 30px;
    font-weight: 700;
    font-size: 12px;
    padding-left: 5px;
}

a.league-all img,
.livescore.all a.league img {
    width: 15px;
    vertical-align: middle;
    margin: 0px 5px 3px;
    border-radius: 0;
}

a.league-all::after,
.livescore.all a.league::after {
    content: '';
    display: block;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 6px;
    height: 6px;
    border: 4px solid #f0fd53;
    border-top: 0;
    border-left: 0;
    transform: rotateZ(45deg);
}

a.league-all::before,
.livescore.all a.league::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #382457;
}

.livescore.all article>div {
    margin-top: 8px;
    background: #1D1725;
    border-radius: 4px;
}

.livescore.all article p {
    margin: 0;
    padding-right: 97px;
    height: 58px;
    line-height: 57px;
    border-bottom: 1px solid #382457;
    text-align: center;
    box-sizing: border-box;
    font-size: 13px;
}

.livescore.all article p[onclick] {
    cursor: pointer;
}

.livescore.all.round p {
    padding-right: 0;
}

.livescore.all article p:last-of-type {
    border: none
}

.livescore.all article p em {
    font-style: normal;
}

.livescore.all article p .time {
    font-size: 13px;
    font-weight: 600;
    max-width: 72px;
    width: 100%;
    text-align: center;
    border-right: 1px solid #382457;
}

.livescore.all article p .state em {
    display: inline-block;
    height: 26px;
    width: 43px;
    line-height: 26px;
    vertical-align: middle;
    background: #382457;
    border-radius: 4px;
}

.livescore.all article p .station {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
    border-left: 1px solid #382458;
    max-width: 93px;
}

.livescore.all article p .station img {
    width: 55px;
    vertical-align: middle;
    background: #fff;
    border-radius: 15px;
    padding: 1px 4px;
    height: 25px;
    object-fit: contain;
}

.livescore.all span.team {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.livescore.all article p .team.away {
    padding-left: 0;
    padding-right: 10px;
}

.livescore.all article p .team img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.livescore.all article p .team em {
    display: inline-block;
    margin-right: 9px;
    text-align: right;
    width: 189px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.livescore.all article p .team.away em {
    text-align: left;
    margin-right: 0;
    margin-left: 9px;
}

.livescore.all article p .result:first-of-type,
.livescore.all article p .state {
    font-size: 13px;
    font-weight: 700;
    max-width: 72px;
    width: 100%;
    text-align: center;
    border-right: 1px solid #382457;
    float: left;
}

.livescore.all article p.finished .state i,
aside .livescore div article p.finished .state i,
aside .livescore div article p.future .state i {
    display: none;
}

.livescore.all article p .result.score {
    display: inline-block;
    margin: 0 3px;
    width: 43px;
    height: 26px;
    vertical-align: middle;
    line-height: 23px;
    background: #fff;
    border-radius: 4px;
    color: #272727;
    text-transform: uppercase;
}

.livescore.all article p.active .result.score,
.livescore.all article p.finished .result.score {
    background: #382457;
    color: #DDF731;
    letter-spacing: 2px;
    line-height: 25px;
}

.livescore.all article p .result.score i {
    font-style: normal;
}

.livescore article p .result.score em::before {
    content: "-";
    color: #DDF731 !important;
}

.livescore article p.future .result.score em::before {
    content: ":";
    color: #382457 !important;
}

.livescore article p .result.score em {
    display: inline-block;
    height: 26px;
    line-height: 25px;
}

.program time {
    display: block;
    margin-bottom: 25px;
    font-size: 24px;
}

.program .league-all {
    padding: 0 30px 0 8px;
}

.all.program article>div {
    background: transparent;
}

.all.program article p {
    position: relative;
    margin-bottom: 8px;
    border: none;
    background: #1D1725;
    text-align: left;
}

.all.program article p .time {
    font-size: 16px;
    font-weight: 500;
    border: none
}

.all.program article p .team {
    height: 58px;
    line-height: 55px;
    vertical-align: middle;
    padding: 0;
    width: 82%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.all.program article p .team em {
    text-align: left;
    font-size: 18px;
    width: auto !important;
    margin-right: 8px;
    line-height: 20px;
}

.all.program article p .team i {
    font-style: normal;
}

.all.program article p .tv {
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-35px, -50%);
    width: 85px;
    height: 40px;
    background: #fff;
    border-radius: 23px;
    overflow: hidden;
    box-sizing: border-box;
}

.livescore.all article p.future .state,
.livescore.all article p.finished .result:first-of-type,
.livescore.all article p.active .result:first-of-type {
    display: none;
}

h6 {
    background: #1D1725;
    margin: 0;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 15px 0;
}

.all.program article p .tv img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 0 7px;
    box-sizing: border-box;
    object-fit: contain;
    max-height: 20px;
}

.livescore.all .seeall {
    display: none;
}

.page-livescore aside .livescore {
    margin: 0;
}

/*Section tables*/
.tables {
    margin-top: 12.5px !important;
    text-align: center;
}

.tables>a {
    display: inline-block;
    position: relative;
    background: #EFEDF3;
    color: #382457;
    height: 32px;
    width: 110px;
    line-height: 32px;
    font-weight: 700;
    border-radius: 3px 3px 0px 0px;
    transition: all .3s;
    box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.tables>a:first-of-type {
    width: 130px;
    margin-right: 10px;
}

.tables>a:hover,
.tables>a.active {
    background: #fff;
    box-shadow: none;
}

.tables>a:hover::before,
.tables>a.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #DDF731;
    border-radius: 3px 3px 0px 0px;
}

.tables div>p {
    margin: 0;
    background: #fff;
    border-radius: 4px 4px 0 0;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0 23px 0 25px;
}

.tables div>p label {
    display: inline-block;
    position: relative;
    line-height: 33px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
}

.tables div>p label::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 33px;
    width: 100%;
    background: #272727;
    z-index: -2;
}

.tables div>p label::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border: 4px solid #DDF731;
    border-bottom: 0;
    border-left: 0;
    transform: rotateZ(135deg);
    top: 10px;
    right: 11px;
    z-index: -1;
}

.tables div>p img {
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translate(0px, -50%);
    width: 18px !important;
    z-index: -1;
}

.tables div>p select {
    background: transparent;
    height: 100%;
    width: 120%;
    padding-left: 12px;
    border: none;
    outline: none;
    color: #fff;
    padding-left: 27px;
    padding-right: 24%;
    text-overflow: ellipsis;
    z-index: 2;
}

.tables div>p select option {
    background-color: #272727;
}

.tables table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.tables table th {
    height: 38px;
    background: #4C3373;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
}

.tables table th:first-of-type,
.tables table td:first-of-type,
.tables table th:last-of-type,
.tables table td:last-of-type {
    text-align: center;
    padding: 0 10px;
}

.tables table th.team {
    padding-left: 10px;
}

.tables table td {
    background: #382457;
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    text-align: left;
    padding-bottom: 10px !important;
}

.tables table td em {
    font-style: normal;
}

.tables table td:last-of-type {
    font-weight: 700;
}

.tables table td.team {
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    max-width: 190px;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
}

.tables table td img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    vertical-align: middle;
    height: unset;
    margin-right: 7px;
    margin-top: -4px;
}

.tables table tfoot td {
    padding: 0 12px 10px !important;
}

.tables table tr:last-of-type td {
    padding-bottom: 0 !important;
}

a.seeall {
    display: block;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #271A3B;
    color: #DDF731;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

a.seeall::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 5px solid #DDF731;
    border-bottom: 0;
    border-left: 0;
    transform: rotateZ(45deg);
    vertical-align: middle;
    margin: 6px;
    transition: all .4s;
}

a.seeall:hover {
    background: #DDF731;
    color: #271A3B;
}

a.seeall:hover::after {
    border-color: #271A3B;
}

.tables article {
    background: #382457;
    ;
    border-radius: 0 0 4px 4px;
    padding-bottom: 15px;
}

.tables>div {
    margin: 0;
    width: 100%;
    padding: 0 !important;
}

.tables article div {
    position: relative;
    border-bottom: 1px solid #1D1725;
    height: 60px;
    line-height: 58px;
    text-align: left;
    padding-right: 8px;
    width: 100%;
    box-sizing: border-box;
}

.tables article div p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: transparent;
}

.tables article div span {
    display: inline-block;
    vertical-align: middle;
}

.tables span.state {
    display: inline-block;
    width: 45px;
    border-right: 1px solid #1D1725;
    text-align: center;
    height: 100%;
    font-size: 13px;
}

.tables div.finished span.state {
    color: #EB5757;
}

.tables span.team img {
    margin-right: 5px;
    width: 20px;
    height: unset;
    vertical-align: middle;
}

.tables span.team em {
    display: block;
    line-height: 24px;
    font-size: 13px;
    font-style: normal;
    width: 163px;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tables span.tv {
    width: 51px;
}

.tables span.tv img {
    width: 40px;
    height: 20px;
    background: #fff;
    border-radius: 50px;
    margin-right: 11px;
    vertical-align: middle;
    object-fit: contain;
}

.tables span.result {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 25px;
    font-size: 13px;
    padding: 3px 3px;
    box-sizing: border-box;
    line-height: 15px;
    text-align: center;
    height: 36px;
    background: #1D1725;
    border-radius: 4px;
    font-weight: 700;
}

.tables span.result i {
    display: block;
    font-style: normal;
}

.tables div.active span.result {
    color: #DDF731;
}

.tables div.future span.tv img {
    margin-right: 4px;
}

.tables div.future span.result {
    width: 35px;
    height: unset;
    background: transparent;
}

.tables article>a {
    margin: 15px 12px 0;
}

p.matches label:first-of-type {
    width: 136px;
}

p.matches label:last-of-type {
    display: inline-block;
    width: 100px;
    margin-left: 4px;
}

p.matches label:last-of-type select {
    padding-left: 13px;
}

/*section match-info*/
.detailbackground.inf::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

section.info.page-match nav.breadcrumb {
    padding: 0 8px;
    white-space: normal;
    height: unset;
    line-height: 40px;
}

section.info.page-match nav.breadcrumb a::after {
    display: none !important;
}

section.info.page-match nav.breadcrumb a {
    display: inline-block;
    margin-right: 15px !important;
    border-right: 2px solid #FFFFFF;
    height: 14px;
    line-height: 14px;
    padding-right: 10px;
}

section.info.page-match nav.breadcrumb img {
    width: unset;
    height: unset;
    margin: 0 5px 0 0;
    transform: translate(0, -2px);
}

section.info.page-match nav.breadcrumb span {
    margin-right: 12px;
    white-space: nowrap;
}

section.info.page-match nav.breadcrumb span.referee {
    margin-left: 8px;
}

section.info.page-match nav.breadcrumb span.referee img {
    margin-right: 0 !important;
    transform: translate(0, -3px) !important;
}

.match-info {
    margin-bottom: 25px;
    border-radius: 4px;
    overflow: hidden;
    padding-right: 10px;
}

.match-info time,
.match-info .stadium {
    display: none;
}

.match-info>div {
    position: relative;
    background: #120C1B;
    padding: 30px 35px;
    text-align: center;
    border-radius: 4px;
}

.match-info>div::after,
.match-info article::after,
.lineup>div>div::after {
    content: "";
    display: block;
    clear: both;
}

.match-info>div div.team {
    float: left;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    width: 250px;
    height: 50px;
    line-height: 50px;
}

.match-info>div div.team.away {
    float: right;
    text-align: right;
}

.match-info>div .team span {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.match-info>div div img {
    max-width: 50px;
    vertical-align: middle;
}

.match-info>div .team em {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #8EA2AB;
}

.match-info>div .result {
    display: inline-block;
    width: 85px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    color: #120C1B;
    background: #fff;
    border-radius: 4px;
    letter-spacing: 3px;
}

.match-info>div .result i {
    margin: 0 7px;
    font-style: normal;
}

.match-info>p {
    background: #382457;
    height: 55px;
    line-height: 54px !important;
    margin: 0;
    text-align: center;
}

.match-info>p a {
    display: inline-block;
    width: 120px;
    font-size: 14px;
    cursor: pointer;
}

.match-info>p a:hover,
.match-info>p a.active {
    box-shadow: inset -1px -5px 0px -1px rgb(255, 255, 255);
    font-weight: 700;
}

.match-info article {
    display: none;
    background: #1D132D;
    text-align: center;
    padding: 25px;
}

.match-info article.active {
    display: block;
}

.match-info article h6 {
    background: transparent;
    color: #fff;
}

.timeline {
    background: linear-gradient(90deg, rgb(17 19 18 / 0.5) 0, rgb(56 36 87 / 0.5) 53.65%, rgb(18 12 27 / 0.5) 108%);
    border-radius: 4px 0px 0px 4px;
    height: 90px;
    margin-top: 17px;
    line-height: 90px;
    padding: 0 70px;
}

.timeline span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 2px;
    background: #414D55;
}

.timeline>span>em {
    position: absolute;
    left: -8px;
    top: -3px;
    margin: 0;
    width: 8px;
    height: 8px;
    background: #DDF731;
    border-radius: 10px;
}

.timeline>span>em:last-of-type {
    left: unset;
    right: -8px;
}

.timeline>span>i {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background: #DDF731;
}

.timeline span label {
    position: absolute;
    top: -10px;
    line-height: 20px;
    width: 20px;
    cursor: pointer;
    transition: all .6s;
}

.timeline span label.hov>span {
    position: absolute;
    width: max-content;
    top: -40px;
    background: #fff;
    color: #120C1B;
    padding: 8px 10px 8px 35px;
    height: unset;
    text-align: left;
    font-size: 11px;
    right: 54%;
    transform: translate(50%, 0);
    line-height: 12px;
    clip: rect(200px, 1000px, 1000px, 0px);
    transition: all .3s;
}

.timeline span label.hov:hover>span {
    clip: rect(0px, 1000px, 1000px, 0px);
}

.timeline span label.hov>span::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 50%;
    transform: translate(50%, 0)rotate(45deg);
    width: 12px;
    height: 12px;
    background: #fff;
}

.timeline span label.hov>span>img {
    position: absolute;
    left: 15px;
    width: 10px;
    border-radius: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.timeline span label.substitution>span>img {
    width: 14px;
}

.timeline span label.score>span>img {
    background: #000;
    padding: 3px;
    border-radius: 50%;
}

.timeline span label.substitution>span {
    top: -50px;
    right: 49%;
}

.timeline span label.hov>span em {
    font-weight: 700;
    font-style: normal;
}

.timeline span label.hov>span i {
    font-style: normal;
    display: block;
}

.timeline span label:after {
    content: "";
    display: block;
    background: #0C0F0F;
    box-shadow: 0px 2px 16px rgba(75, 85, 110, 0.2);
    border-radius: 10px;
    background-position: center;
}

.timeline span label.score:after,
.timeline span label.substitution:after {
    background-image: url(/img/score.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 20px;
    height: 20px;
}

.timeline span label.substitution:after {
    background-image: url(/img/substitution.svg);
}

.timeline span label.redcard::after,
.timeline span label.yellowcard::after {
    background-image: url(/img/redcard.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    width: 17px;
    height: 20px;
    border-radius: 5px;
}

.timeline span label.yellowcard::after {
    background-image: url(/img/yellowcard.svg);
}

main.detail .match-info[data-id="0"] {
    margin: 0;
}

main.detail .match-info>div .team em,
main.detail .match-info .timeline {
    display: none;
}

main.detail .match-info>div {
    background: #fff;
}

main.detail .match-info>div .result {
    background: #EEEBF1;
    color: #382457;
}

main.detail .match-info>div div span {
    color: #382457;
}

main.detail .match-info time,
main.detail .match-info .stadium {
    display: block;
    position: absolute;
    top: 15px;
    font-size: 9px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    color: #382457;
    right: 50%;
    transform: translate(50%, 0px);
}

main.detail .match-info .stadium {
    bottom: 15px;
    top: unset
}

main.detail .match-info .stadium em {
    color: rgba(56, 36, 87, 0.5);
    font-style: normal;
}

.lineup>div {
    width: 50%;
    float: left;
    text-align: left;
}

.lineup div h4 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    font-weight: 600;
    margin: 0;
}

.lineup div>span {
    font-size: 19px;
    font-weight: 500;
}

.lineup div h5 {
    font-size: 14px;
    padding: 15px 0 8px;
    margin: 0;
    font-weight: 600;
}

.lineup div>div img {
    float: left;
    width: 25px;
    height: 30px;
    max-width: unset;
    border-left: 4px solid #382457;
    border-radius: 4px 0px 0px 4px;
    object-fit: cover;
    margin-right: 2px;
}

.lineup div div span {
    float: left;
    display: flex;
    position: relative;
    margin-bottom: 2px;
    align-items: center;
    border: 1px solid #382457;
    border-width: 1px 1px 1px 4px;
    border-radius: 4px 4px;
    vertical-align: top;
    font-size: 12px;
    min-height: 31px;
    box-sizing: border-box;
    width: 90%;
    padding: 0 4px 0 6px;
}

.lineup div.away {
    float: right;
    text-align: right;
}

.lineup div.away>div img {
    float: right;
    border-right: 4px solid #382457;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    margin-left: 2px;
}

.lineup div.away div span {
    float: right;
    border-radius: 4px 4px;
    border-width: 1px 4px 1px 1px;
    border-right-color: #fff;
    justify-content: flex-end;
}

.lineup div div span div {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(0, -50%);
    text-align: right;
}

.lineup div.away div span div {
    right: unset;
    left: 4px;
}

.lineup div div span div img {
    width: 10px;
    height: 11px;
    object-fit: contain;
    margin-left: 2px;
    display: inline-block;
    border: none !important;
    border-radius: 0 !important;
}

.lineup div div span em {
    display: inline-block;
    max-width: 52%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 23px;
    font-style: normal;
}

.lineup div div span em::before {
    content: attr(title);
    margin-right: 2px;
}

.ranking-detail {
    display: none;
}

.ranking-detail table {
    margin-top: 8px;
    border: 1px solid #382457;
}

.ranking-detail th {
    background: #382457;
    font-size: 12px;
    text-transform: uppercase;
    height: 25px;
    font-weight: 600;
}

.ranking-detail thead th:first-of-type {
    padding-left: 10px;
    text-align: left;
}

.ranking-detail tbody td {
    font-size: 12px;
    height: 25px;
    border-bottom: 1px solid #382457;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.ranking-detail tbody td:first-of-type {
    width: 25px;
    font-weight: 700;
}

.ranking-detail tbody td:last-of-type,
.ranking-detail thead th:last-of-type {
    width: 25px;
    border: 2px solid #382457;
    border-width: 1px 2px;
}

.ranking-detail tbody td.team {
    text-align: left;
    width: 430px;
}

.ranking-detail tbody tr:nth-child(-n+3) td {
    background: rgba(56, 36, 87, 0.4);
}

.ranking-detail tbody tr:first-of-type td:first-of-type,
.ranking-detail tbody td.leader {
    background: #DDF731;
    color: #382457;
}

.ranking-detail tbody td em {
    font-style: normal;
}

.ranking-detail tbody th {
    border-right: 2px solid #382457;
}

.statistics ul {
    padding: 0;
}

.statistics ul li {
    position: relative;
    margin: 25px auto 0;
    width: 100%;
    max-width: 630px;
    list-style-type: none;
}

.statistics ul li span {
    text-transform: uppercase;
    font-size: 12px;
}

.statistics ul li em {
    position: absolute;
    left: 5px;
    bottom: 15px;
    font-style: normal;
    font-size: 12px;
}

.statistics ul li em.away {
    left: unset;
    right: 5px;
}

.statistics ul li div div {
    position: relative;
    display: inline-block;
    margin: 5px 0.25% 0 -2px;
    width: 49.5%;
    height: 6px;
    border-radius: 2.5px;
    background: #382457;
}

.statistics ul li div .away {
    margin: 5px -2px 0 0.25%;
}

.statistics ul li div div i {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #DDF731;
    border-radius: 2px;
}

.statistics ul li div .away i {
    right: unset;
    left: 0;
    background: #fff;
}

.match-info .information {
    padding: 25px 8px;
}

.information h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.information ul {
    margin: 0;
    padding: 0;
}

.information .playing {
    position: relative;
    margin: 15px auto 0;
    padding: 0;
    max-width: 100%;
}

.information li {
    list-style-type: none;
    position: relative;
}

.information li>span {
    display: inline-block;
    min-width: 34px;
    height: 29px;
    background: #382457;
    margin-bottom: 12px;
    line-height: 29px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 8px;
    box-sizing: border-box;
}

.finish li>span {
    width: 52px;
    font-size: 16px;
}

.information .playing>em {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    border: 1px dashed #59368F;
    z-index: -1;
}

.information li>div {
    position: absolute;
    left: 0;
    top: -1px;
    text-align: right;
    padding-right: 30px;
    width: 290px;
    box-sizing: border-box;
}

.information li.away>div {
    right: 0;
    left: unset;
    text-align: left;
    padding: 0 0 0 30px;
}

.information li>div span {
    font-weight: 600;
    font-size: 11px;
}

.information li>div i {
    font-weight: 600;
    font-size: 11px;
    font-style: normal;
    color: rgb(255 255 255 / 0.5);
    display: block;
    margin-top: 2px;
}

.information li>div img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
}

.information li.away>div img {
    left: 0;
    right: unset;
}

/* Section New */
aside section.new {
    right: 0;
    max-width: 300px;
    min-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    background: linear-gradient(180deg, #000 0%, #231735 24.62%), #231735;
}

aside section.new::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 215px;
    background: url("/img/categoryback.svg");
}

aside section.new h2 {
    margin: 6px 0 16px;
    text-align: center;
}

a.section.link {
    display: inline-block;
    position: relative;
    left: unset;
    top: unset;
    background: #fff;
    color: #382457;
    font-size: 12px;
    padding: 0 36px 0 10px;
    width: fit-content;
    height: 25px;
    line-height: 25px;
}

a.section.link::after {
    top: 6px;
    right: 7px;
}

aside section.new article {
    padding: 10px;
    background: #08060C;
    border-radius: 4px;
    margin-bottom: 10px;
}

aside section.new article .excl {
    bottom: 10px;
    width: 104px;
    height: 17px;
    line-height: 17px;
    border-radius: 0 0 4px 4px;
    font-size: 10px;
}

aside section.new h3 {
    max-height: 80px;
}

aside section.new time {
    display: none;
}

aside section.new .read-more {
    display: none !important;
}

aside section.new.newdesktop article img {
    display: inline-block;
    width: 40%;
    margin-right: -4px;
    vertical-align: middle;
    height: 80px;
    object-fit: cover;
}

aside section.new.newdesktop article h3 {
    display: inline-block;
    width: 60%;
    margin-right: -4px;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding-left: 9px;
    box-sizing: border-box;
    transition: all .4s;
}

aside section.new.newdesktop article:hover h3 {
    color: #f0fd53;
}

aside section.new.newdesktop .seeall {
    display: none;
    margin: 15px 0 5px;
    background: #fff;
    color: #382457;
}

aside section.new.newdesktop .seeall::after {
    border-color: #382457;
}

aside section.new.usefullinks {
    padding: 10px 20px;
    z-index: 1;
}

aside section.new.usefullinks::before {
    height: 100%;
    z-index: -1;
}

aside section.new.usefullinks>a {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    text-decoration: underline;
    width: max-content;
}

aside section.new.usefullinks>a:hover {
    text-decoration: none;
    color: #DDF731;
}

/* section.podcast */
section.podcast {
    padding-right: 10px;
}

section.podcast>div>article {
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #121212;
    box-sizing: border-box;
    border-radius: 4px;
}

section.podcast>div>article>a>img {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    height: 220px;
    object-fit: cover;
}

/* height:245px; */
section.podcast>div>article>a div {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    padding-left: 15px;
    box-sizing: border-box;
    vertical-align: top;
}

section.podcast>div>article>a h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    max-height: 115px;
}

section.podcast>div>article>a p {
    font-size: 14px;
    line-height: 23px;
    height: 91px;
    overflow: hidden;
    font-weight: normal;
}

section.podcast>div>article>a time {
    position: absolute;
    bottom: 15px;
    color: #7A6E8C;
}

section.podcast>div>article em {
    bottom: 18px;
    border-radius: 0 0 0 4px;
}

/* div.paging */
div.paging {
    text-align: center;
    margin-top: 50px;
}

div.paging>a {
    display: inline-block;
    margin: 5px -4px 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #382457;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

div.paging>a.active,
div.paging>a:hover {
    background: #DDF731;
    color: #382457;
}

div.paging>a:first-of-type {
    border-radius: 4px 0 0 4px;
}

div.paging>a:last-of-type {
    border-radius: 0 4px 4px 0;
}

div.paging>a.before::before,
div.paging>a.after::before {
    content: "\e60b";
    font-family: 'icons-nav';
    font-display: swap;
    font-size: 16px;
}

div.paging>a.after::before {
    content: "\e60e";
}

/* Main Detail */
main.detail {
    position: relative;
}

main.detail>section {
    padding-right: 10px;
}

/* Aside in Main Detail */
/* main.detail aside 									{margin-top:-133px;} */
main.detail section.top {
    width: 82%;
}

main.detail section.top article {
    width: 32.44%;
    margin-bottom: 25px;
}

main.detail section.top article:nth-of-type(3n) {
    margin: 0;
}

main.detail section.top>a.lnk {
    left: 0;
}

main.detail aside img.efbet {
    top: 0;
    right: 164px;
}

main.detail aside img.ad {
    top: 1706px;
    right: 164px;
}

/* Section Info */
section.info {
    margin-bottom: 43px;
    
}

section.info nav.breadcrumb {
    margin: 25px 0 20px 0;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #382457;
    height: 40px;
    line-height: 40px;
}

section.info nav.breadcrumb img {
    width: 17px;
    height: 20px;
    vertical-align: middle;
    margin-left: 1px;
    margin-right: 2px;
    transform: translate(0, -3px);
}

section.info nav.breadcrumb a {
    margin-right: 6px;
}

section.info nav.breadcrumb a::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 3px solid #fff;
    border-bottom: 0;
    border-left: 0;
    margin: 0 0 0 6px;
    transform: rotateZ(45deg);
}

section.info nav.breadcrumb a.home::after {
    display: none;
}

section.info h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

main.home section.info,
main.detail section.info {
    width: 700px;
    margin-bottom: 0;
}

section.info p iframe {
    margin-top: 40px;
}

.filter {
    position: absolute;
    right: -124px;
    bottom: 20px;
    max-width: 235px;
    width: 100%;
}

.filter label {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 200px;
    font-size: 13px;
    margin-right: 20px;
    overflow: hidden;
}

.filter select {
    width: 119%;
    height: 40px;
    border: none;
    color: #000;
    margin-top: 8px;
    padding-left: 10px;
    background: transparent;
    z-index: 10;
    color: #382457;
    padding-right: 33%;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
}

.filter label::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 215px;
    height: 40px;
    z-index: -2;
    background: #fff;
}

.filter label::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("/img/arrow-down.svg") #382457 no-repeat;
    display: block;
    height: 40px;
    width: 40px;
    background-size: 13px;
    background-position: center;
    z-index: -1;
}

main.detail section.info h1 {
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    margin: 32px 0 20px 0;
}

main.detail section.info h2 {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 600;
}

body[class*="page-tag"] section.info {
    z-index: -1;
}

/*Section ranking*/
/* .filter.rank 										{max-width:440px;right:-15px;} */
.filter.rank label {
    width: 49%;
    margin-left: -4px;
}

.filter.rank select {
    padding-left: 10px;
}

.filter label img {
    position: absolute;
    max-width: 19px;
    left: 11px;
    bottom: 13px;
    border-radius: 0;
}

.ranking {
    padding-right: 10px;
}

.ranking table {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.ranking table th {
    background: transparent;
    padding: 40px 0 25px;
    font-weight: 500;
}

.ranking table thead:first-of-type th {
    padding-top: 0;
}

.ranking table td {
    height: 55px;
    border-right: 1px solid #382457;
    padding: 0 10px;
}

.ranking table td:first-of-type {
    border: none;
    padding-right: 10px;
    text-align: left;
}

.ranking table tbody tr:nth-child(even) {
    background: #2A1D3E;
}

.ranking table tbody tr:nth-child(odd) {
    background: #1D1725;
}

.ranking table td em {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    background: #382457;
    color: #DDF731;
    border-radius: 6px;
}

.ranking td.team {
    text-align: left;
    max-width: 260px;
    padding-left: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ranking table td img {
    max-width: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.ranking table td span {
    display: inline-block;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #382457;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
}

.ranking table td.gd {
    padding: 0 5px;
}

.ranking table td span:last-of-type {
    margin: 0;
}

.ranking table .lastfive {
    padding: 0 5px;
}

.lose {
    background: #EB5757;
    color: #fff !important;
}

.draw {
    background: #EEEBF1;
}

.win {
    background: #57EB92;
}

.ranking table th:last-of-type,
.ranking table td:last-of-type {
    font-weight: 700;
    border: none;
}

.ranking th.team {
    font-size: 0;
}

/*Section round*/
section.round article p {
    text-align: left !important;
}

section.round article p .team em {
    width: 136px !important;
}

section.round article p .result.score {
    text-align: center !important;
}

section.round article p .date {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
}

section.round article>span {
    position: absolute;
    right: 139px;
    top: 0px;
    font-size: 16px;
    font-weight: 500;
}

section.round a.seeall {
    display: block !important;
    max-width: 205px;
    margin: 50px auto 0;
}

/* Section Detail */
body[class*="page-article.detail"],
body[class*="page-match.info"] {
    background: #120C1B;
}

body[class*="page-article.detail light"],
body[class*="page-match.info light"] {
    background: #fff !important;
}

section.detail time {
    float: right;
    width: auto;
    font-size: 12px;
}

section.detail time img {
    vertical-align: middle;
    margin-right: 10px;
}

section.detail div.group-left img {
    width: 100%;
}

section.detail div.group-right .rte {
    font-size: 16px;
}

section.detail div.group-right p {
    font-weight: 500;
    line-height: 26px;
}

section.detail div.group-right p a {
    color: #DDF731;
    text-decoration: underline;
}

section.detail div.group-right p a:hover {
    text-decoration: none;
}

section.detail div.group-right section.match-info p a {
    color: #fff;
    text-decoration: none;
}

section.detail section.seemore article {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-height: 260px;
    overflow: hidden;
    margin-right: -4px;
    min-height: 260px;
    background: none !important;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

section.seemore h2 {
    display: inline-block;
    position: relative;
    margin: 25px 0 20px;
    background: #fff;
    color: #382457;
    padding: 5px 36px 5px 10px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}

section.seemore>div>article>a>img {
    width: 100% !important;
    height: 190px;
}

section.seemore h2::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: #382457;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

section.seemore h2::after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 5px solid #f0fd53;
    border-top: 0;
    border-left: 0;
    transform: rotateZ(45deg);
    top: 5px;
    right: 7px;
    z-index: 0;
}

section.seemore>div>article>a>h3 {
    max-height: 48px;
    display: inline-block;
    margin: 9px 0;
    width: 100%;
    vertical-align: top;
    font-size: 13px;
    font-weight: 600;
    min-height: 25px;
    padding: 0;
}

section.article.detail div.info>a::before {
    content: "Автор";
    display: block;
    margin-bottom: 3px;
    color: #958DA1;
    font-weight: 600;
}

.article.detail div.info {
    position: relative;
    height: 40px;
}

.article.detail div.info>img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -55%);
    border-radius: 50%;
    padding: 4px;
    width: 32px;
    height: 32px;
    object-fit: cover;
    background: rgb(0 0 0 / 52%);
}

.article.detail div.info a,
.article.detail time {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translate(0, -50%);
    font-weight: 700;
}

.article.detail div.info a {
    right: unset;
    left: 48px;
}

.article.detail div.info a.site::before {
    display: none;
}

.article.detail time img {
    margin-right: 5px;
    vertical-align: bottom;
}

.detail div.video article {
    position: relative;
    margin: 20px 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: 100%;
}

.detail div.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.detail footer a.source {
    float: left;
    margin-left: 9px;
}

.detail div.social {
    float: right;
    margin-right: 13px;
}

section.detail footer {
    margin: 60px 0 20px;
}

section.detail footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 7px;
    width: 925px;
    height: 1px;
    background: #fff;
}

.tags {
    margin: 20px 0
}

.tags h4 {
    font-size: 17px;
    margin: 0 0 20px;
    letter-spacing: 0;
}

.tags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    height: 30px;
    line-height: 30px;
    background: #382457;
    padding: 0px 15px;
    border-radius: 45px;
}

.ptreon {
    display: inline-block;
    background: url(/img/detailback.svg) no-repeat;
    background-size: cover;
    padding: 16px 55px;
    text-align: center;
    border-radius: 4px;
}

.ptreon.expired {
    position: relative;
    margin: 0 0 20px;
    border-radius: 0 0 4px 4px;
    padding: 0 55px 25px;
    width: 100%;
    box-sizing: border-box;
    background: url(/img/detailback1.png);
    background-size: 825px;
}

.ptreon.expired::before {
    content: "";
    display: block;
    width: 100%;
    height: 125px;
    position: absolute;
    top: -125px;
    left: 0;
    background: rgb(27, 17, 40);
    background: linear-gradient(180deg, rgba(27, 17, 40, 0) 0%, rgba(27, 17, 40, 0.46262254901960786) 10%, rgba(27, 17, 40, 0.5998774509803921) 18%, rgba(27, 17, 40, 0.804359243697479) 43%, rgba(27, 17, 40, 0.9136029411764706) 63%, rgba(27, 17, 40, 1) 79%);
}

.ptreon.expired h4 {
    margin: 0 0 5px;
    line-height: 30px;
}

.ptreon.expired h4:last-of-type {
    margin-bottom: 30px;
}

.ptreon.expired a {
    display: block;
    float: left;
    width: 50%;
    height: 75px;
}

.ptreon.expired a.gplay {
    background: url(/img/Google_Play.svg) no-repeat right 10px center;
    background-size: 130px;
}

.ptreon.expired a.appstore {
    background: url(/img/App_Store.svg) no-repeat left 10px center;
    background-size: 130px;
}

.ptreon.expired time {
    display: block;
    position: unset;
    float: none;
    font-size: 35px;
    word-spacing: 5px;
    font-family: 'JetBrainsMono';
    font-weight: bold;
    margin-bottom: -25px;
}

.ptreon.expired sup {
    display: block;
    font-size: 12px;
    font-weight: normal;
    word-spacing: 10px;
    margin-left: 5px;
}

.ptrttl {
    text-align: center;
    font-size: 20px;
    color: #DDF731;
    margin: 0 0 15px;
}

.ptrbtn {
    display: block;
    width: 210px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #382457;
    border-radius: 4px;
    margin: 15px auto 0;
    font-weight: 700;
    transition: all 0.5s;
    font-size: 12px;
}

.ptrbtn:hover {
    background: #DDF731;
    box-shadow: 6px 2px 13px rgb(20 13 31)
}

.ptrbtn::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 4px solid #382457;
    ;
    border-top: 0;
    border-left: 0;
    transform: rotateZ(-45deg);
    vertical-align: middle;
    margin-left: 3px;
    transition: all 0.5s;
}

.detail .image a {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 16.65%;
    margin: 0;
    padding: 5px;
    opacity: 1;
    transition: opacity 0.6s;
    cursor: pointer;
}

.detail .image dl {
    margin-bottom: 0;
}

.detail .image article {
    position: relative;
    display: none;
    float: none;
    width: 100%;
    padding: 0px;
}

.detail .image article.active {
    display: block;
}

.detail .image article.active h3 {
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 11px;
    background: rgb(0 0 0 / 60%);
    font-weight: normal;
    padding: 3px 6px;
    margin: 0;
    color: #fff !important;
    border-radius: 4px 0 4px 0;
}

.detail .image dd {
    margin: 0 -5px 0 -5px;
    font-size: 0;
}

.detail .image dd a img {
    height: 90px;
    object-fit: cover;
}

.detail .image a:hover {
    opacity: 0.7;
    transition: opacity 0.6s;
}

.detail .image .active p {
    display: none;
}

div.enlarge {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: default;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background: url(img/waiting.gif) rgba(0, 0, 0, 0.8) center center no-repeat;
    background-size: 50px 50px;
    z-index: 1000;
    transition: opacity 0.5s ease-in-out;
}

.enlarge.active {
    visibility: visible;
    opacity: 1;
}

.enlarge>img {
    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
    cursor: pointer;
    transition: 0.1s;
    border-radius: 4px;
}

.enlarge::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.enlarge>a {
    position: absolute;
    top: 0;
    color: white;
    width: 5%;
    height: 100%;
    z-index: 62;
    cursor: pointer;
}

.enlarge>a.hide {
    top: 0;
    right: 0;
    width: 2%;
    height: 5%;
    z-index: 64;
}

.enlarge>a.prev {
    left: 0;
}

.enlarge>a.next {
    right: 0;
}

.enlarge>a::after {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -40px;
    padding: 5px;
    opacity: 0.5;
    text-align: center;
    font-family: "icons-nav";
    font-display: swap;
    color: #fff;
    font-size: 64px;
    text-shadow: 2px 1px 3px #222;
    transition: all 400ms;
}

.enlarge>a.next::after {
    content: "\e616";
    right: 0;
}

.enlarge>a.prev::after {
    content: "\e613";
    left: 0;
}

.enlarge>a.hide::after {
    content: "\e6bf";
    font-size: 36px;
    top: 0;
    right: 0;
    margin: 0;
}

.enlarge>a:hover::after {
    opacity: 0.9;
}

.article.detail .excl {
    top: 52px;
    border-radius: 4px 0 0 0;
}

p[dir="rtl"] {
    direction: ltr;
}

a span[style="color:#f1c40f;"] {
    color: #DDF731 !important;
}

a span[style="color:#f1c40f;"]::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 5px solid #DDF731;
    border-width: 5px 5px 0 0;
    transform: rotate(45deg);
    margin-right: 9px;
}

body.light a span[style="color:#f1c40f;"]::before {
    border-color: #382457;
}

a span[style="color:#ddf731;"] {
    color: #DDF731 !important;
}

a span[style="color:#ddf731;"]::before,
.soc-media>span::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 5px solid #DDF731;
    border-width: 5px 5px 0 0;
    transform: rotate(45deg);
    margin-right: 9px;
}

body.light a span[style="color:#ddf731;"] {
    color: #382457 !important;
}

body.light a span[style="color:#ddf731;"]::before {
    border-color: #382457;
}

div.audio .show {
    display: block;
    margin-bottom: -10px;
    text-align: right;
    font-size: 11px;
}

div.audio article,
article.live.lf {
    margin: 10px 0;
    height: 50px !important;
    width: 100%;
    background: #382457;
    border-radius: 27px 4px 4px 27px;
}

div.audio article a:first-of-type,
.live.lf a {
    display: inline-block;
    margin-left: -1px;
    background: #DDF731 url(/img/play-deeppurple.svg) no-repeat 55% 50%;
    ;
    border-radius: 50%;
    height: 50px !important;
    width: 50px;
    cursor: pointer;
}

div.audio article a.play,
.live.lf a.play {
    background: url(/img/pause-deeppurple.svg) #DDF731 no-repeat 50% 50%;
    background-size: 20px;
}

div.audio b {
    position: absolute;
    top: 4px;
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: normal;
}

div.audio div {
    margin: -32px 95px 0 60px;
    background: #120C1B none repeat scroll 0 0;
    border: 2px solid #120C1B;
    border-radius: 4px;
    height: 4px;
}

div.audio div q {
    display: block;
    height: 100%;
    width: 0%;
    background: #DDF731;
    border-radius: 2px;
    font-size: 0;
}

div.audio span {
    color: #DDF731;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

div.audio .download {
    display: none;
}

.live.lf a.waiting {
    background: url(/img/waiting-deeppurple.gif) #DDF731 no-repeat 50% 50%;
}

.live.lf a label {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0, -50%);
}

article.audio::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 23px;
    background: url(/img/headphone.svg) #1C122A no-repeat center;
    background-size: 15px;
    width: 28px;
    height: 24px;
}

.share {
    margin-bottom: 25px;
}

.share a {
    display: inline-block;
    float: none !important;
    margin-left: 15px;
    vertical-align: middle;
}

.share a img {
    width: 32px;
}

.share a img:hover {
    transform: scale(1.3);
}

div.rte p iframe {
    background: #fff;
    max-width: 100% !important;
}

.group-left iframe {
    border-radius: 4px;
    margin: 12px 0 0;
    width: 100%;
    /* min-height:500px; */
}

p.soc-media a {
    font-weight: bold;
}

body.light p.soc-media a {
    color: #382457 !important
}

/*page Tag */
body[class*="page-tag"] .sectionbackground {
    height: 100%;
    left: -110%;
    width: 370%;
}

body[class*="page-tag light"] section.info h2 {
    margin-bottom: 20px;
}

body[class*="page-tag"] section.info p {
    padding-bottom: 10px;
}

body[class*="page-tag light"] section.info p {
    color: #fff;
}

/*Banners*/
main>aside>div {
    width: 100%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

main>aside>div div {
    height: unset !important;
}

main>aside>div iframe {
    margin: 12.5px auto;
    border-radius: 2px;
}

main>aside>div:first-of-type iframe {
    margin: 0 0 25px;
}

main.detail>aside>.chat+div iframe {
    margin: 12.5px 0 12.5px;
}

.ads {
    display: block !important;
    ;
    position: relative;
    margin-right: 10px !important;
    width: auto !important;
    overflow: hidden;
    padding: 0 !important;
}

.ads div {
    height: unset !important;
}

.ads iframe {
    display: block;
    margin: 25px auto 10px;
    border-radius: 2px;
}

section.category div.ads {
    margin: 0 !important;
    padding: 0 !important;
}

section.category div.ads iframe {
    margin: 55px auto 15px;
}

.ads.big {
    width: 100% !important;
    padding: 0 !important;
}

.ads.bottom {
    padding: 0 !important;
    float: left;
    width: 100% !important;
}

.ads.bottom iframe {
    margin: 25px auto;
}

.article.detail .ads.big iframe {
    margin: 25px auto 20px
}

.ads.section iframe {
    margin: 0 auto 25px;
}

/* .backdrop-wallpaper-placeholder						{height:170px;}
.backdrop-wallpaper-placeholder-background			{font-size:40px;line-height:200px;color:#382457;} */
main>div iframe {
    margin-top: 15px;
}

div.wallpaper {
    position: relative;
}

body[class*="page-main"] .div-desktop_backdrop_wallpaper-loaded {
    margin-bottom: -28px;
}

.div-desktop_backdrop_wallpaper-loaded {
    margin-bottom: 0;
}

div.wallpaper div:first-of-type {
    position: absolute;
    right: 50%;
    transform: translate(50%, 0);
    width: auto;
    margin-right: -8px;
}

.feature .ads iframe {
    margin: 15px auto 25px !important;
}

.feature .ads.above iframe {
    margin-top: 0 !important;
}

.feature .ads.below iframe {
    margin: 0px auto 10px !important;
}

div.ad iframe {
    display: block;
    margin: 0 auto;
}

a.election {
    color: #DDF731;
    text-decoration: underline;
    padding-left: 39px;
    position: relative;
    line-height: 32px;
}

a.election::before {
    content: '';
    position: absolute;
    left: 0px;
    height: 35px;
    width: 35px;
    background: url(/img/pdf-header.png) center left no-repeat;
    background-size: 28px;
}

a.election:hover {
    text-decoration: none;
}

body.light a.election {
    color: #382457;
}

.ad-sec {
    float: left;
}

.ad-sec iframe {
    margin: 0 auto 25px;
    border-radius: 4px;
}

.ad-art iframe {
    margin-bottom: 20px;
    border-radius: 4px;
}

/* Top Scroll banner */
.desktop_mobile_pushdown_300x250-loaded {
    position: relative;
    clip-path: inset(0px);
    width: 100%;
    height: 400px;
}

.desktop_mobile_pushdown_300x250-loaded>div {
    top: 159px;
    height: 400px;
    cursor: pointer;
    position: fixed;
    transition: top 0.2s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto
}

body.sticky.page-main .desktop_mobile_pushdown_300x250-loaded>div {
    top: 117px
}

body:not(.page-main) .desktop_mobile_pushdown_300x250-loaded>div {
    top: 114px
}

body:not(.page-main) .top-scroll-close {
    top: 124px !important
}


/* Other ads formats */
#sticky-banner {
    display: none;
}

#droppable {
    width: 100%;
    height: 100px;
    display: block;
    position: fixed;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    ) 0%,
    rgba(0, 0, 0, 0) 68%);
    text-align: center;
    display: none;
    z-index: 999999999;
}

#droppable p {
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
}

#draggable {
    width: 75px;
    height: 75px;
    border-radius: 160px;
    background: #fff;
    text-align: center;
    float: right;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999999999;
    box-shadow: 0 0 8px #00000029;
}

#draggable #bubble_image {
    width: 75px;
    height: 75px;
    border-radius: 160px;
    z-index: 1;
    object-fit: contain;
}

@media (min-width:768px) {

    #draggable,
    #draggable #bubble_image {
        width: 85px;
        height: 85px;
    }
}

/* Footer */
body>footer {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    background: url("/img/categoryback.svg");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: top;
}

div.programs {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 30px 0;
    text-align: center;
    background: #000;
}

div.programs::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1250px;
    height: 3px;
    background: #382457;
}

div.programs img {
    vertical-align: middle;
    margin: 0 15px;
    width: 180px;
    height: 105px;
}

div.programs img:last-child {
    margin-right: 0;
}

footer div.footer {
    padding: 0 15px 1px;
}

footer div.footer nav.footer {
    display: block;
    width: 100%;
    max-width: 1260px;
    text-align: center;
    background-color: #231735;
    color: #C5B4DA;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto 20px;
}

footer div.footer nav.footer.hidden {
    display: none;
}

footer div.footer p {
    font-size: 13px;
    color: #C5B4DA;
    text-align: center;
    padding: 0 5%;
    margin-top: 40px;
}

footer div.footer span.designer {
    position: absolute;
    left: 0;
    top: 32px;
    text-align: left;
    z-index: 2;
}

footer div.footer span.developed {
    position: absolute;
    right: 0;
    top: 32px;
    text-align: right;
    z-index: 2;
}

footer div.footer p img {
    margin: 10px 6px 15px;
}

footer div.footer p img:hover {
    transform: scale(1.3);
}

footer div.footer p span {
    display: block;
}

footer div.footer p span.title {
    color: #fff;
    font-size: 13px;
}

footer div.footer span i.site-name,
footer div.footer span i.site-author {
    display: block;
}

footer div.footer span i.site-name,
footer div.footer span i.site-name a,
footer div.footer span i.site-author,
footer div.footer span i.site-author a {
    color: #C5B4DA;
    font-style: normal;
}

footer nav.up {
    min-height: 55px;
    border: 1px solid #382457;
    border-width: 1px 0;
    background: #120C1B;
}

footer nav.up a {
    max-width: 94px;
}

footer div.footer nav.main-nav.footer {
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    padding: 30px 0;
    background: transparent;
}

footer div.footer nav.main-nav.footer div {
    width: 15%;
}

footer div.footer nav.main-nav.footer div.right {
    width: 20%;
    margin-bottom: 10px;
}

footer div.footer nav.main-nav.footer div>a {
    font-size: 20px;
    margin: 0;
    color: #fff;
    padding: 0px;
    width: auto;
}

footer div.footer nav.main-nav.footer a::after,
footer div.footer nav.main-nav.footer a::before {
    display: none;
}

footer div.footer nav.main-nav.footer ul {
    padding: 0 18px;
    width: 56%;
}

footer div.footer nav.main-nav.footer div ul li {
    margin-bottom: 10px;
}

footer div.footer nav.main-nav.footer div ul li a {
    font-size: 13px;
    color: #C5B4DA;
    padding: 0px;
    width: unset;
    vertical-align: text-top;
}

footer div.footer nav.footer a:hover {
    text-decoration: underline;
}

footer div.footer p.bottom {
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 1250px;
    padding: 10px 0;
    background: #120C1B;
    z-index: 1;
}

footer div.footer p.bottom::before,
footer div.footer p.bottom::after {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #120C1B;
}

footer div.footer p.bottom::after {
    left: unset;
    right: -100%;
}

footer div.footer nav.footer a {
    display: inline-block;
    color: #C5B4DA;
    width: 16.66%;
    margin-right: -4px;
    vertical-align: middle;
}

/*light version*/
body.light {
    background: url("../img/bodyback-white.svg") #fff repeat-x;
}

body.light main.home section.category::before,
body.light section.top::before {
    background: url(/img/categoryback-white.svg);
    background-repeat: repeat-x;
    border-top: 1px solid #EEEBF1;
}

body.light main.home section.selected article a.section {
    color: #382457;
}

body.light .selected h3 a,
body.light .top h3,
body.light main.home section.category article a>h3,
body.light section.podcast>div>article>a p {
    color: #272727;
}

body.light section.top>a.lnk,
body.light main.home section.category h2 a,
body.light .feature a.section,
body.light aside section.new h2>a.section.link,
body.light section.seemore h2,
body.light .livescore.all a.league,
body.light a.league-all {
    background: #382457;
    color: #fff;
}

body.light aside .livescore>span:hover,
body.light .livescore>a.active,
body.light .tables>a:hover,
body.light .tables>a.active {
    background: #382457;
    color: #fff;
}

body.light main aside section.livescore>div {
    border: 1px solid #EEEBF1;
    box-shadow: none;
    padding: 10px 9px 1px;
}

body.light aside section.new,
body.light aside section.new::before {
    background: none;
}

body.light aside section.new {
    border: 1px solid #EEEBF1;
    background: #fff;
}

body.light aside section.new article {
    background: #EEEBF1;
}

body.light aside section.new.newdesktop article h3 {
    color: #382457;
}

body.light aside section.new.newdesktop article:hover h3 {
    color: #382457;
    ;
    opacity: 0.7;
}

body.light section.top>a.lnk::before,
body.light main.home section.category h2 a::before,
body.light .feature a.section::before,
body.light aside section.new h2>a.section.link::before,
body.light section.seemore h2::before,
body.light .livescore.all a.league::before,
body.light a.league-all::before {
    background: #DDF731;
}

body.light section.top>a.lnk::after,
body.light main.home section.category h2 a::after,
body.light .feature a.section::after,
body.light aside section.new h2>a.section.link::after,
body.light section.seemore h2::after,
body.light .livescore.all a.league::after,
body.light a.league-all::after {
    border-color: #382457;
}

body.light a.read-more {
    color: #382457 !important;
}

body.light a.read-more::after {
    border-color: #382457;
}

body.light section.podcast>div>article {
    background: #EEEBF1;
}

body.light section.podcast>div>article>a h2,
body.light section.seemore>div>article>a>h3,
body.light .tags h4,
body.light .tables article div span,
body.light .linker-widget-col a span,
body.light .wid-1 .linker-widget-title span,
body.light section.detail div.group-right p a {
    color: #272727;
}

body.light section.detail div.group-right section.match-info p a {
    color: #fff;
}

body.light div.rte:not(.custom-dark),
body.light .detail .image h3,
body.light .program time,
body.light .livescore.all article p .team em,
body.light div.audio .show,
body.light .share {
    color: #382457;
}

body.light .all.program article p,
body.light h6,
body.light .tags a {
    background: #EEEBF1;
    color: #382457;
}

body.light .livescore.all article>div p,
body.light .settings .font {
    background: #EEEBF1;
}

body.light li.cover button::before {
    background: url(/img/theme-white.svg) #bdbdbd;
    background-size: 20px;
    transform: rotateY(-180deg);
}

body.light li.cover button:hover::before {
    background: url(/img/theme.svg);
    background-size: 20px;
    transform: rotateY(0deg);
}

body.light .comentary {
    border: 1px solid #EEEBF1;
    padding: 10px;
    background-color: #fff;
}

body.light .comentary h3 {
    color: #272727;
}

body.light .tables>p {
    border: 1px solid #EEEBF1;
    border-bottom: 0;
}

body.light .tables table th {
    background: #EEEBF1;
    color: #272727;
}

body.light .tables table td {
    background: #fff;
    color: #272727;
}

body.light .tables article {
    background: #fff;
    color: #272727;
    border: 1px solid #EEEBF1;
    border-width: 0 1px 1px 1px;
}

body.light .tables div>p {
    border: 1px solid #EEEBF1;
    border-width: 1px 1px 0 1px;
}

body.light .tables div>p.matches {
    border-width: 1px;
}

body.light .tables article div {
    border-color: #EEEBF1;
    padding-right: 8px;
}

body.light .tables span.state {
    border-color: #EEEBF1
}

body.light .tables article div.finished span.result,
body.light .tables span.result {
    color: #fff;
}

body.light .livescore.all article p .result:first-of-type,
body.light section.round article>span,
body.light section.round article p .date,
body.light span[style="color:#f1c40f;"] {
    color: #382457 !important;
}

body.light .livescore.all article p .state {
    color: #DDF731;
}

body.light .ranking table,
body.light .lose {
    color: #382457 !important;
}

body.light .ranking table td em {
    color: #382457;
    background: #FFFFFF;
}

body.light .ranking table tbody tr:nth-child(odd) {
    background: #EEEBF1;
}

body.light .ranking table tbody tr:nth-child(even) {
    background: #F7F5F8;
}

body.light .ranking table tbody {
    border: 1px solid rgba(56, 36, 87, 0.1);
    border-width: 1px 2px 1px 1px;
}

body.light .ranking table td {
    border-color: rgba(56, 36, 87, 0.1);
}

body.light .draw {
    background: rgb(56 36 87 / 0.1);
}

body.light .ranking table td span {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

body.light .livescore.all article p,
body.light .livescore.all article p .result:first-of-type,
body.light .livescore.all article p .station {
    border-color: rgba(56 36 87 / 0.1);
}

body.light .search header {
    background: #382457;
}

body.light .search header input {
    color: #fff;
    border-color: #fff;
}

body.light .search header button {
    background: url(/img/search.svg) no-repeat 50%;
}

body.light main.detail .match-info>div {
    background: #EEEBF1;
    font-size: 28px;
    ;
}

body.light main.detail .match-info>div .result {
    background: #fff;
    color: #382457;
}

body.light aside section.new.usefullinks>a,
body.light .login h1,
body.light .ptreon.expired h4,
body.light .settings .font div {
    color: #382457;
}

body.light .ptreon.expired {
    background: url(/img/categoryback-white.png);
    background-size: 540px;
}

body.light .ptreon.expired::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46262254901960786) 10%, rgba(255, 255, 255, 0.5998774509803921) 18%, rgba(255, 255, 255, 0.804359243697479) 43%, rgba(255, 255, 255, 0.9136029411764706) 63%, rgba(255, 255, 255, 1) 79%);
}

body.light .ptreon.expired a.gplay {
    background: url(/img/Google_Play_white.svg) no-repeat right 10px center;
    background-size: 130px;
}

body.light .ptreon.expired a.appstore {
    background: url(/img/App_Store_white.svg) no-repeat left 10px center;
    background-size: 130px;
}

@media screen and (max-width:1500px) {
    .top200 {
        overflow: hidden !important;
    }
}

@media screen and (max-width:1279px) {
    main.home section.feature>div.main {
        width: 415px;
        height: 334px;
    }

    main.home section.feature>div.main article img {
        height: 325px;
    }

    main.home section.feature>div.list {
        width: 285px;
        padding-right: 10px;
    }

    main.home section.feature>div.list article img {
        height: 154px;
    }

    main.home section div article h3 {
        font-size: 18px;
    }

    section,
    main.detail section.info {
        width: 694px;
    }

    main.home aside {
        position: unset;
        margin-top: -349px;
    }

    .livescore.all article p .team em {
        width: 183px;
    }

    .all.program article p .team em {
        white-space: normal;
        line-height: 20px;
    }

    div.programs {
        padding: 20px 0;
    }

    section.podcast>div>article>a p {
        height: 43px;
    }

    div.sectionbackground.round {
        height: 250px;
    }

    main.home section.selected>div article img {
        height: 120px;
    }

    div.detailbackground {
        background-size: cover;
    }

    main.home section.category>article>article .paid {
        padding: 4px 5px 5px 27px;
        line-height: 9px;
        width: 60px
    }

    main.home section.category>article>article .paid::before {
        top: 3px
    }

    .detail .image dd a img {
        height: 70px;
    }

    .sport article {
        width: 25%;
    }

    .ptreon.expired {
        background-size: 900px;
    }

    body.light .ptreon.expired {
        background-size: 755px;
    }

    .group-left iframe {
        min-height: 380px;
    }
}

@media screen and (max-width:1023px) {

    /*Iva add*/
    /* body.android, body.ios 		{display:none;} */
    body div.info-app {
        display: none;
        height: 60px;
        width: 100%;
        position: fixed;
        top: 0;
        background-color: #382457;
        color: #fff;
        font-family: inherit;
        z-index: 2;
        box-sizing: border-box;
        padding: 10px 10px;
    }

    body.app-download div.info-app {
        display: block;
    }
    body.app-download nav.up {
        padding: 0;
    }
    body{
        padding-top: 88px;
    }
    body.app-download nav.up {
        margin-top: 70px;
    }
    body.app-download nav.nav_menu.sticky .main_navi {
        top: 108px;
    }
    body.app-download nav.nav_menu .main_navi {
        top: 158px;
    }
    body.app-download nav.nav_menu {
        top: 110px;
    }
    body.app-download nav.nav_menu.sticky{
        top: 100px
    }
    body.app-download main.home {
        padding-top: 65px;
    }
    body.app-download ul.sub_menu {
        top: 158px;
        height: calc(100% - 158px);
    }
    body.sticky ul.sub_menu{
        top: 48px;
    }
    body.app-download.sticky ul.sub_menu{
        top: 108px;

    }
    body.app-downnload nav.nav_menu.sticky ul.sub_menu{
        padding-top: 100px;
    }
    body.app-download>header {
        visibility: visible !important;
        z-index: 102;
    }

    body.app-download>section {
        top: 60px;
    }

    body.app-download nav.main>ul>li>ul.submenu {
        top: 229px
    }
    body.app-download main{
        padding-top: 80px;
    }
    body.app-download .sectionbackground{
        padding-top: 70px;
    }
    
    div.info-app a.close {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        text-align: left;
        float: left;
    }

    div.info-app a.close::after {
        content: "";
        display: inline-block;
        background: url('../img/close.png')center no-repeat;
        width: 15px;
        height: 34px;
        background-size: 15px;
        vertical-align: middle;
        color: #A1A2A4;
    }

    div.info-app span {
        text-align: left;
        color: #A1A2A4;
        font-weight: normal;
        padding-left: 10px;
        line-height: 12px;
        width: 52%;
        display: inline-block;
        float: left;
    }

    div.info-app span b {
        display: block;
        color: #fff;
        line-height: 22px;
    }

    a.android,
    a.ios {
        display: none;
    }

    body.app-download.android a.android {
        display: inline-block;
        width: 112px;
        float: right;
    }

    body.app-download.ios a.ios {
        display: inline-block;
        width: 112px;
        float: right;
    }

    a.android::after {
        content: "";
        display: inline-block;
        background: url('../img/app-andrdoid.png')center no-repeat;
        width: 100%;
        height: 40px;
        background-size: 112px;
        vertical-align: middle;
    }

    a.ios::after {
        content: "";
        display: inline-block;
        background: url('../img/app-ios.png')center no-repeat;
        width: 100%;
        height: 40px;
        background-size: 112px;
        vertical-align: middle;
    }

    /*Iva end*/
    /* Top Scroll banner */
    .desktop_mobile_pushdown_300x250-loaded>div {
        top: 0 !important;
    }

    .top-scroll-close {
        top: 10px !important;
    }

    body.top-scroll {
        padding: 0;
    }

    body.top-scroll>header,
    body.top-scroll div.info-app,
    body.top-scroll nav.main {
        position: relative;
        top: 0;
        visibility: visible;
        transform: none;
    }

    body.top-scroll nav.up {
        margin-top: 0
    }

    body.top-scroll nav.main>ul>li>ul.submenu {
        position: absolute;
        top: 120px;
    }

    body:not(.page-main) .desktop_mobile_pushdown_300x250-loaded>div {
        top: 0 !important
    }

    body:not(.page-main) .top-scroll-close {
        top: 10px !important
    }

    body {
        background: #000;
        /* padding-top: 0px; */
    }

    body>header {
        position: absolute;
    }

    nav.main a.logo {
        padding: 0;
        width: 120px;
    }

    a.logo img {
        height: 19px;
    }

    a.logo::before,
    a.logo::after {
        height: 24px;
    }

    body.sticky>header {
        visibility: hidden;
    }

    nav.main {
        position: absolute;
        top: 40px;
        height: 48px;
        text-align: center;
        transition: 0s;
    }
    body.app-download nav.main {
        top: 103px;
    }
    nav.main.sticky {
        position: fixed;
        top: 40px;
        transition: translate .5s, top .5s;
        transform: translate(0, -40px);
    }

    nav.main.scroll {
        top: -158px;
        transition: top .5s;
    }

    nav.main ul {
        max-width: 100%;
    }

    nav.main ul li {
        display: block;
        position: unset;
        line-height: 35px;
        ;
        text-align: left;
        overflow: hidden;
        font-weight: 400;
        font-size: 13px;
        height: auto;
        width: 25%;
        background: #000;
        box-shadow: inset 0px -4px 0px 0px #272727;
        z-index: -1;
    }

    #custom-menu-item>a::before {
        background: url(/img/footballnext.svg) center no-repeat;
        background-size: 83px !important;
        margin: 0 auto;
        display: block;
        content: '';
        width: 100px;
        height: 50px;
    }

    nav.main>ul>li.active,
    nav.main>ul>li:hover {
        background: #000;
        font-weight: 700;
    }

    nav.main>ul>li:hover {
        box-shadow: inset 0px -4px 0px 0px #272727;
    }

    nav.main>ul>li.active:hover {
        box-shadow: inset 0px -4px 0px 0px #DDF731;
    }

    nav.main ul li>a {
        display: block;
        padding: 10px 0 0 !important;
        text-align: center;
        letter-spacing: -0.0241176em;
    }

    nav.main ul li>a.link.mobile {
        display: block;
    }

    nav.main>ul>li>a::before {
        display: block;
        margin: 0 auto;
        height: 25px;
    }

    nav.main>ul>li>ul.submenu {
        top: 160px;
        height: 38px;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        transition: all .2s;
        clip: rect(0px, 5000px, 0px, -1000px);
        box-shadow: 10px 20px 30px 10px rgb(0 0 0 / 0.6);
    }

    nav.main.sticky ul.submenu {
        top: 120px;
    }

    nav.main>ul>li.active>ul.submenu {
        clip: rect(0px, 5000px, 1000px, -1000px) !important;
        transition: all .3s !important;
        visibility: visible !important;
    }

    nav.main>ul>li:hover>ul.submenu {
        clip: rect(0px, 5000px, 0px, 0px);
        transition: all .2s;
        visibility: hidden;
    }

    nav.main>ul>li>ul.submenu li {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        background: transparent;
        box-shadow: none;
        width: unset;
        z-index: 1;
    }

    nav.main>ul>li>ul.submenu li.active a {
        font-weight: 700;
        color: #DDF731;
        text-decoration: none;
    }

    nav.main ul li.home-10,
    nav.main ul li>a.link::after,
    nav.main>ul>li>ul.submenu::before,
    nav.main>ul ul.submenu li a::after {
        display: none !important;
    }

    nav.main>ul ul.submenu li a {
        display: inline-block;
        padding: 10px !important;
        line-height: 35px;
        height: 38px;
        color: #fff;

    }

    nav.main li.search {
        display: none;
    }

    nav.main>form.search {
        display: inline-block;
    }

    nav.main>ul>li>ul.submenu li .submenu {
        display: none;
    }

   
    
    nav.main>ul>li.active::after {
        content: "";
        display: none;
    }

    nav.main>ul>li:hover>a {
        background: transparent;
        color: #fff;
    }

    main {
        max-width: 800px;
    }

    main.home section.feature>div.main,
    main.home section.feature>div.list {
        width: 100%;
    }

    main.home section.feature>div.main article img,
    main.home section.feature>div.list article img {
        max-height: unset;
        height: 300px;
    }

    section {
        width: 470px;
    }

    main.home section.category article.main {
        width: 100%;
        max-width: unset;
        padding: 0;
        margin-bottom: 20px;
    }

    main.home section.category>article {
        width: 100%;
    }

    main.home section.category article.main div.abstr {
        position: absolute;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 20px;
        background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    }

    /* Main.login.profile */
    main.login.profile form article:first-of-type {
        display: block;
        margin: auto !important;
    }

    main.login.profile form article {
        width: 46%;
    }

    h2 a.link::after {
        transform: rotateZ(45deg);
    }

    .livescore.all article p {
        text-align: left;
        position: relative;
        padding-right: 0;
    }

    .livescore.all span.team {
        padding-left: 7px;
        height: 29px;
        vertical-align: top;
        line-height: 29px;
    }

    .livescore.all article p .team em {
        float: right;
        height: 29px;
        line-height: 36px;
        margin: 0 0 0 9px;
        text-align: left;
        width: 260px;
    }

    .livescore.all article p .team.away {
        position: absolute;
        bottom: 0;
        left: 67px;
    }

    .livescore.all article p .team.away em {
        line-height: 21px;
    }

    .livescore.all article p .team.away img {
        margin-bottom: 10px;
    }

    .livescore.all article p .result.score {
        position: absolute;
        right: 6px;
        top: 11px;
        width: 25px;
        height: 36px;
        text-align: center !important;
        padding: 3px 9px;
        box-sizing: border-box;
        line-height: 9px;
    }

    .livescore.all article p .station {
        float: none;
        position: absolute;
        border: none;
        right: 25px;
    }

    .livescore.all article p .station img {
        width: 27px;
        height: 13px;
    }

    .livescore.all article p .result:first-of-type,
    .livescore.all article p .state {
        max-width: 59px;
    }

    .livescore.all article p.active .result.score,
    .livescore.all article p.finished .result.score {
        padding: 3px;
        line-height: 15px;
        letter-spacing: 0;
    }

    .livescore.all article p .result.score i {
        display: block;
    }

    .livescore.all article p .result.score em {
        display: none;
    }

    main.detail aside {
        margin-top: 0;
    }

    main.home aside {
        margin-top: 0;
    }

    .detail .image a {
        width: 25%;
    }

    .search header button {
        width: 10%;
    }

    .search header label {
        width: 90%;
    }

    section.podcast>div>article {
        margin-bottom: 8px;
        background-color: #382457;
        padding: 12px 8px 9px;
    }

    section.podcast>div>article>a>img {
        height: 120px;
        object-fit: cover;
        width: 40%;
    }

    section.podcast>div>article>a div {
        width: 60%;
    }

    section.podcast>div>article>a h2 {
        font-size: 13px;
        max-height: 64px;
    }

    section.podcast>div>article>a time {
        bottom: 9px;
        color: #C5B4DA
    }

    main.home section.selected article a.section,
    main.home section.selected article>div time {
        display: block;
        float: none;
        margin-bottom: 5px;
    }

    main.home section time {
        top: 22px;
        right: 16px;
    }

    main.home section div article div.abstr {
        padding: 10px 16px 0;
    }

    main.home section div article h3 {
        margin-bottom: 16px;
    }

    main.home section.feature>div.main {
        height: auto;
    }

    .all.program article p .team em,
    .all.program article p .time {
        font-size: 13px;
        font-weight: 600;
    }

    .all.program article p .team em {
        float: none;
        height: unset;
        margin: 0 4px 0 0;
        line-height: 20px;
        vertical-align: middle;
        width: 80% !important;
    }

    .all.program article p .team {
        font-size: 0;
        width: 75%;
    }

    .all.program article p .tv {
        transform: translate(-8px, -50%);
        width: 70px;
        height: 30px;
    }

    .all.program article p .tv img {
        max-height: 18px;
    }

    section.podcast>div>article>a p {
        font-size: 12px;
        height: 20px;
        max-width: 230px;
    }

    nav.main>ul>li.cover {
        position: absolute;
        top: 0px;
        right: 13px;
        width: 21px;
        box-shadow: none;
        background: transparent;
        z-index: 90;
    }

    button.cover {
        background: transparent;
        font-size: 0;
        width: 21px;
        height: 48px;
        padding: 0;
        line-height: 50px;
    }

    button.cover::before {
        margin: 0;
        background-size: 19px !important;
        width: 19px;
        height: 19px;
    }

    .filter {
        position: unset;
        margin-top: 21px;
    }

    .filter label {
        margin: 0
    }

    .filter.rank label:first-of-type {
        margin-right: 10px;
    }

    div.sectionbackground.rank {
        height: 210px;
    }

    div.sectionbackground.televizionna-programa {
        height: 240px;
    }

    div.sectionbackground.login {
        height: 140px;
    }

    section.round article>span,
    section.round article p.future .result.score,
    section.round article p.active .date {
        display: none;
    }

    section.round article p .date {
        position: absolute;
        right: 10px;
        width: unset;
    }

    section.round article p.finished .date {
        right: 45px;
    }

    section.round.all article p .station {
        width: unset;
        position: absolute;
        right: 93px;
    }

    section.round article p.finished .station {
        right: 125px;
    }

    section.round article p.active .station {
        right: 50px;
    }

    section.round article p .team em {
        width: 185px !important;
    }

    .ranking {
        margin-top: 30px;
    }

    .ranking table {
        font-size: 13px;
    }

    .ranking table td {
        padding: 0 4px;
    }

    .ranking table td em {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 13px;
        margin-left: 5px;
        margin: 0 7px 0 5px;
    }

    .ranking td.team {
        padding-left: 30px;
    }

    .ranking a.league-all {
        position: absolute;
        top: -30px;
    }

    .ranking th.group a.league-all {
        position: relative;
        top: 0;
    }

    .ranking th.group {
        padding-top: 15px;
    }

    .ranking table th {
        padding-bottom: 8px;
        font-size: 13px !important;
    }

    .ranking table td img {
        max-width: 24px;
    }

    .ranking table .lastfive {
        display: none;
    }

    .match-info .timeline,
    .match-info>div .team em,
    .page-match .breadcrumb a {
        display: none;
    }

    .match-info>div {
        padding: 30px 10px;
    }

    .match-info>div div.team {
        width: 160px;
    }

    .match-info>div .team span {
        width: 65%;
    }

    .match-info>div div img {
        max-width: 32px;
    }

    .match-info>p a {
        width: 25%;
        margin-right: -4px;
        font-size: 13px;
    }

    .information li>div {
        width: 180px;
    }

    div.sectionbackground.live,
    .live {
        height: 210px !important;
    }

    main.home section.category article.main a.articleanchor {
        max-height: 235px;
    }

    main.home section.category article a>h3 {
        margin-bottom: 0;
    }

    main.home section.category article.main time {
        display: none;
    }

    main.home section.category>article>article {
        margin: 0 0 8px;
        padding: 12px 8px;
        height: 105px;
        box-sizing: border-box;
    }

    main.home section.category>article>article img {
        width: 37%;
        border-radius: 4px;
    }

    main.home section.category>article>article a div {
        border: none;
        width: 63%;
    }

    main.home section.category>article>article h3 {
        padding-top: 0;
        max-height: 64px;
    }

    main.home section.category>article>article time {
        bottom: 0;
    }

    section.info {
        margin-bottom: 48px;
    }

    section.info nav.breadcrumb {
        margin-top: 15px;
    }

    section.info h1 {
        margin: 0;
    }

    body.page-main li.section-6131>ul.submenu {
        clip: rect(0px, 5000px, 0px, -1000px);
        visibility: hidden;
    }

    body.page-main div.livenews {
        margin: 0;
    }

    nav.main ul.mobile-menu {
        display: block;
        position: fixed;
        background: #000;
        width: 100%;
        height: 10000px;
        clip: rect(0px, 0px, 0px, 0px);
        transition: all .5s;
    }

    nav.main ul.mobile-menu.active {
        clip: rect(0px, 1000px, 1000px, 0px);
        transition: all 1s;
        z-index: 11;
    }

	 nav.main ul.mobile-menu li {
		position: relative;
		width: 100%;
		box-shadow: none !important;
		line-height: 1.33em;
		height: 100%;
		transition: all .2s;
		float: none;
		z-index: 10;
		background: #18181B;
		/* border-bottom: 1px solid #7575753b; */
		max-width: 400px;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		/* transition: height 0.3s ease-in-out; */
  }
  nav.main ul.mobile-menu li a{
		border-bottom: 1px solid #7575753b;
		text-decoration: unset;
		box-shadow: inset 2px 2px 20px 3px #3434341c;
		

  }
  nav.main ul.mobile-menu li > a:hover {
		transition: color 0.3s, background .3s ease-in-out;
  }	
  nav.main ul.mobile-menu li.active > a,
  nav.main ul.mobile-menu li > a:hover {
		background:#DDF732 ;
		color: #000;
		transition: color 0.3s, background .3s ease-in-out;
  }	
    nav.main ul.mobile-menu li a {
        padding:20px 10px !important;
        text-align: left;
        font-weight: 600;
		  font-size: 15px;
		  height: 100%;
    }
	 .li-submenu .submenu.active li{
		background: #121212;
		position: relative;
	 }
    
	 .li-submenu .submenu.active li a{
		padding-left: 15px;

	 }
    
	 .li-submenu .submenu.active li::before{
		content: '';
		width: 4px;
		top: 0;
		height: calc(100% - 1px);
		position: absolute;
		background-color: #DAF333;
	 }
	 .li-submenu .submenu.active li a{
			text-decoration: unset;
	 }
    nav.main>ul.mobile-menu>li:hover {
        background: #382457;
    }

    nav.main>ul.mobile-menu>li>a::before {
        display: none;
    }

    nav.main ul.mobile-menu .li-submenu a.link::after {
        display: block !important;
        top: 50%;
        transform: rotate(-45deg) translate(0px, -50%);
    }
	 nav.main ul.submenu ,
    nav.main>ul.mobile-menu>li>ul.submenu {
		height: 100%;
		max-height: 0px;
		/* transition: max-height 0.3s ease-in-out; */
	 }
    nav.main>ul.mobile-menu>li.active>ul.submenu,
	 nav.main ul.submenu.active  {
        width: 100%;
		  max-height: 100%;
		  /* transition: max-height 0.3s ease-in-out; */
    }
	 
    nav.main>ul.mobile-menu>li>ul.submenu.active,
	 nav.main ul.submenu.active  {
		/* display: block; */
    }

    nav.main>ul.mobile-menu>li>ul.submenu li {
        display: block;
    }

    nav.main>ul.mobile-menu ul.submenu li a {
        width: 100%;
		  height: 100%;
        line-height: 1.33em;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
		  text-decoration: unset;
    }

    nav.main>ul.mobile-menu ul.submenu li a.clubs {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
    }

    nav.main>ul.mobile-menu ul.submenu li a img {
        width: 24px;
        margin-right: 8px;
        opacity: 0.8;
        transition: all 0.3s, filter 0.5s;
        filter: grayscale(100%);
    }

    nav.main>ul.mobile-menu ul.submenu li:hover a img {
        filter: grayscale(0%);
        opacity: 1;
    }

    nav.main.sticky>ul.mobile-menu>li>ul.submenu {
        top: 48px;
    }

    body.light main.home section.category article a>h3 {
        color: #fff;
    }

    /* body.page-main li.section-6131 {
        background: #000;
        box-shadow: inset 0px -4px 0px 0px #272727;
    } */

    aside section.new .read-more {
        display: block !important;
    }

    main.home {
        padding-top: 0;
    }

    nav.main>ul.mobile-menu>li:nth-child(1),
    nav.main>ul.mobile-menu>li:nth-child(2) {
        display: none;
    }

    body.page-section section.info nav.breadcrumb,
    body.page-search section.info nav.breadcrumb {
        margin-bottom: 15px;
    }

    body.page-section section.info h1,
    body.page-search section.info h1 {
        margin: 0;
    }

    body.page-section div.sectionbackground.has-text,
    body.page-search div.sectionbackground,
    body.page-latest div.sectionbackground{
        height: 270px;
    }

    body.page-section section.info,
    body.page-search section.info,
    body.page-latest section.info {
        margin-bottom: 32px;
    }

    .page-match {
        margin-bottom: 0;
    }

    .match-info article {
        padding: 25px 10px;
    }

    /* body.page-main li.section-6131>a::before {
        background: url(/img/news.svg) center no-repeat;
    } */

    article.audio::after {
        left: 13px;
        top: 17px
    }

    main.home section.category article.main a.articleanchor .excl {
        top: 0;
        border-radius: 4px 0 0 0;
    }

    /* .ads iframe											{margin-bottom:25px;} */
    /* section.category div.ads iframe						{margin:25px auto 0;}
	.ads.bottom	iframe									{margin:25px auto 0;} */
    /* .ads.big iframe										{margin:0 auto 35px;} */
    .lineup div h4 {
        font-size: 13px;
    }

    .lineup div>span {
        font-size: 16px;
    }

    .lineup div h5 {
        font-size: 11px;
    }

    .lineup div div span,
    .ranking-detail th,
    .ranking-detail tbody td,
    .statistics ul li span,
    .statistics ul li em {
        font-size: 9px;
    }

    body.light .selected h3 a {
        color: #272727;
    }

    /* 29.12.2020dka */
    main.home section.category>article>article .excl {
        bottom: 12px;
        border-radius: 0 0 0 4px;
        font-size: 10px;
        height: 17px;
        line-height: 17px;
    }

    section.podcast>div>article em,
    .selected .excl {
        height: 17px;
        line-height: 17px;
        border-radius: 0 0 0px 4px;
        font-size: 10px;
        font-weight: 600;
    }

    section.podcast>div>article em.paid,
    .selected .paid {
        width: 60px;
        line-height: 10px;
        text-align: left;
        padding: 3px 5px 5px 27px;
    }

    section.podcast>div>article em {
        bottom: 12px;
    }

    main.home section div article h3.paid {
        max-height: 65px;
    }

    .sport {
        margin-top: 80px;
    }

    .sport article {
        width: 33.33%;
    }

    nav.main>ul>li.account {
        position: absolute;
        top: 2px;
        right: 113px;
        font-size: 0;
        width: 20px;
        height: 48px;
        background: transparent;
        box-shadow: none;
        z-index: 1;
    }

    .ptreon.expired {
        background-size: 1110px;
    }

    .ptreon.expired::before {
        height: 180px;
        top: -180px;
    }

    .group-left iframe {
        min-height: 250px;
    }

    .feed-section .img-wrapper {
        width: 39% !important;
        height: auto !important;
        object-fit: cover;
    }

    .feed-mobile .img-wrapper {
        width: 39% !important;
        height: auto !important;
        object-fit: cover;
    }

    .sm-horizontal-article .text-wrapper {
        width: 60%;
        padding-left: 5px;
    }

    .sm-horizontal-article {
        display: flex;
        margin-bottom: 5px;
    }

    /* brand section
	a.paid-banner{margin-bottom:16px;max-width:460px;}
	main.levski54 section.info a.logo-sponsored				{background: url(/img/new-logo-palms-bet.svg) no-repeat;width: 130px;top:70px;right:1px;}
	div.sectionbackground.levski54 							{background-image: linear-gradient(to right,#042557 , #121212);}*/
    /*
	main.bg-futbol41 section.info a.logo-sponsored {background: url(/img/logoinbet.png) no-repeat;width: 130px;margin: -35px 0 0px;height: 34px;float: right;background-size: 100px;display: block;position: initial;}
	div.sectionbackground.bg-futbol41							{background-image: linear-gradient(to right,#0954b9 , #121212);}
	main.bg-futbol41 section.info nav.breadcrumb 				{background: #0954b9;}
	main.bg-futbol41 section.podcast > div > article 			{background-color: #0954b9;}
	main.bg-futbol41 section.podcast > div > article > a time 	{color: #FCE34C;}
*/
    main.schedule section.info a.logo-sponsored {
        background: url(/img/eflogo.png) no-repeat;
        width: 130px;
        top: 153px;
        right: 1px;
        height: 37px;
        position: absolute;
        background-size: contain;
    }

    div.sectionbackground.schedule {
        background-image: linear-gradient(to right, #FECC00, #121212);
    }

    main.detail .info .list-sesame {
        background-size: 140px;
        width: 140px;
        top: 99%;
        right: 0;
    }
	 ul.mobile-menu ul{
		padding: 0;
	 }

    /* for WC */
    /* nav.main ul li.ranking-6132{display:none;}
	nav.main ul li.main\.world\.cup-6864				{box-shadow:none !important;background: #000 !important;}
	nav.main ul li.main\.world\.cup-6864 > a.link.mobile{white-space: break-spaces;padding: 11px 10px 0 !important;box-sizing: border-box;line-height: 17px;background: url(/assets/images/header-pattern.png) no-repeat center bottom,linear-gradient(to bottom,transparent,#8a1538) !important;background-size: 455px !important;}
	.main\.world\.cup-6864 ul.submenu					{background: url(/assets/images/header-pattern.png) #8a1538 no-repeat 3594px !important;background-size: 465px !important;} */
}

@media screen and (max-width:930px) {
    main.home section.selected article span {
        display: block;
        width: 40%;
        float: left;
        border-radius: 4px;
    }

    main.home section.selected article>div,
    main.home section.selected article>h3 {
        padding: 0 0 0 15px;
        width: 60%;
        float: left;
        box-sizing: border-box;
    }

    main.home section.selected>div article {
        background: #382457;
        border-radius: 4px;
        margin: 0 10px 10px 0;
        padding: 10px;
        width: calc(100% - 10px);
    }

    section.top {
        padding: 10px 20px 10px 10px;
        margin-top: 50px;
    }

    section.top>a.lnk {
        left: 10px;
    }

    section.top article {
        background: #382457;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
        width: 100%;
    }

    section.top article img {
        width: 40%;
        float: left;
        min-height: 80px;
        object-fit: cover;
    }

    section.top article h3 {
        width: 60%;
        float: left;
        padding-left: 10px;
        box-sizing: border-box;
    }

    section.top::before {
        content: '';
        display: block;
        width: 200%;
        height: 100%;
        position: absolute;
        right: 10px;
        top: -73px;
        background: url(/img/categoryback.svg);
        background-repeat: repeat-x;
    }

    section.detail section.seemore article {
        background: #382457 !important;
        border-radius: 4px;
        margin: 0 10px 10px 0;
        padding: 10px;
        width: 100%;
        max-height: unset;
        min-height: unset;
    }

    section.seemore>div>article>a>img {
        width: 40% !important;
        float: left;
    }

    section.seemore>div>article>a>h3 {
        padding-left: 15px;
        width: 60%;
        float: left;
        box-sizing: border-box;
    }

    main.home section.selected article a.section {
        display: none;
    }

    main.home section.selected article>div time {
        position: absolute;
        right: unset;
        top: unset;
        bottom: 6px;
        left: unset;
    }

    div.programs img {
        width: 125px
    }

    section.selected div article a div {
        padding: 0;
        text-align: right;
        width: 60%;
        display: inline-block;
        position: absolute;
        bottom: 6px;
    }

    section.selected div article a div time {
        position: absolute;
        right: unset;
        top: unset;
        bottom: 6px;
        left: 15px;
    }

    body.light .selected h3,
    body.light .top h3 {
        color: #fff;
    }

    section.top a.read-more {
        right: 43px;
    }

    body.light section.podcast.seemore>div>article>a h3 {
        color: #fff;
    }

    body.light .selected h3 a {
        color: #fff;
    }

    /* 29.12.2020dka */
    a.source {
        position: absolute;
        left: 43%;
        bottom: 8px;
    }

    div#bottom-board-pos1 {
        display: none !important;
    }

    /* brand section */
    a.paid-banner {
        margin-bottom: 8px;
    }
}

@media screen and (min-width:800px) {
    div.info-app {
        display: none
    }
}

@media screen and (max-width:800px) {
    body {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    aside {
        position: unset !important;
        display: inline-block;
        margin-top: 0;
        padding-top: 0 !important;
        width: 100%;
        float: none;
    }

    main.home section.feature>div.main,
    main.home section.feature>div.list,
    .match-info {
        padding-right: 0;
    }

    main.home section.selected>div article {
        margin-right: 0;
        width: 100%;
    }

    main.home section.category {
        margin-top: 25px;
        margin-bottom: 0;
        padding-right: 0;
        padding-top: 57px;
    }

    main.home section.category h2 {
        top: 16px;
    }

    a.read-more {
        top: 20px;
    }

    main.home section.category::before {
        right: -50px;
    }

    aside section.new {
        max-width: 100%;
    }

    div.programs img {
        margin: 0 11px;
    }

    footer div.footer nav.main-nav.footer div,
    footer div.footer nav.main-nav.footer ul {
        width: 100%;
        margin-bottom: 20px;
    }

    footer div.footer nav.main-nav.footer div ul li {
        width: 50%;
        float: left;
    }

    footer div.footer nav.main-nav.footer div.right {
        width: 50%;
    }

    footer div.footer nav.footer>a {
        width: 50%;
        margin: 15px -4px 15px 0;
    }

    footer div.footer span.designer,
    footer div.footer span.developed {
        display: inline-block;
        position: unset;
        margin: 25px 0;
    }

    footer div.footer span.designer {
        float: left;
    }

    footer div.footer span.developed {
        float: right;
    }

    main.detail>section,
    .ranking,
    .livescore.all {
        margin-bottom: 25px;
        padding-right: 0;
    }

    section.seemore>div>article>a>img {
        width: 40%;
        float: left;
    }

    section.podcast>div>article>a>h3 {
        font-size: 14px;
        max-height: 53px;
    }

    section.round a.seeall {
        margin-top: 17px;
    }

    .filter {
        right: 0;
    }

    section,
    main.detail section.info {
        width: 100%;
    }

    section.top {
        padding: 10px;
        margin-top: 0;
    }

    section.top::before {
        right: 0;
        width: 100%;
    }

    a.read-more {
        right: 30px;
    }

    section.podcast {
        padding: 0 0 25px 0;
    }

    div.paging {
        margin-top: 25px;
    }

    aside .livescore div article p {
        text-align: center;
    }

    aside .livescore div article p span.state {
        float: left;
    }

    aside .livescore div article span.team em {
        width: 181px;
    }

    aside .livescore div article span.station img {
        width: 38px;
    }

    div.ads {
        margin-right: 0 !important;
    }

    .chat img,
    .comentary img {
        height: 300px;
    }

    .tables div.future span.result {
        top: 20px;
    }

    .tables span.tv {
        position: absolute;
        right: 35px;
    }

    .tables div.future span.tv {
        right: 42px;
    }

    section.podcast>div>article>a p {
        height: 45px;
    }

    .match-info>div div.team {
        width: 220px;
    }

    .match-info>div .team span {
        width: 80%;
    }

    section.info nav.breadcrumb {
        margin-right: 0;
    }

    .information li>div {
        width: 250px;
    }

    aside section.new h2 {
        text-align: left;
    }

    section.podcast.seemore {
        padding-bottom: 0;
    }

    main.home section.selected {
        padding-top: 0;
        padding-bottom: 15px;
    }

    main.home aside section:first-of-type {
        margin-top: 0;
    }

    aside section.new article .excl {
        border-radius: 0px 0px 0 4px;
    }

    main.home .hide-mobile {
        display: none !important;
    }

    .hide-desktop {
        display: block;
    }

    .home .chat.hide-mobile~section.livescore {
        margin-top: 0;
    }

    aside section.new article {
        display: none;
    }

    aside section.new article:nth-of-type(-n+3),
    aside section.new.newdesktop .seeall,
    aside section.new.topnews article:nth-of-type(-n+5) {
        display: block;
    }

    section.detail div.group-left dt img {
        margin-left: -4.5%;
        width: 102.5%;
        max-width: unset;
    }

    .detail .image article.active h3 {
        right: -15px;
        border-bottom-right-radius: 0;
    }

    .article.detail .excl {
        margin-left: -15px;
        border-radius: 0;
    }

    main.home>aside>div:first-of-type iframe {
        margin: 0px 0 25px;
    }

    main.home aside>section:last-of-type,
    main.home aside>div:last-of-type iframe {
        margin-bottom: 0;
    }

    aside.mob div {
        display: inline-block !important;
    }

    aside.mob section {
        margin-top: 25px !important;
        margin-bottom: 0;
    }

    main.home aside.mob div iframe {
        margin-bottom: 0;
        margin-top: 25px;
    }

    /* body[class*="page-article.detail"] .ads.big iframe	{margin-top:25px;} */
    aside section.new.newdesktop article img {
        height: 120px;
    }

    div.detailbackground {
        height: 455px;
    }

    .sport {
        width: calc(100% + 15px);
    }

    .group-left iframe {
        margin: 12px -15px 0;
        min-height: 320px;
        width: calc(100% + 30px);
        border-radius: 0;
    }

    /* brand section */
    a.paid-banner {
        margin: 15px 0 7px;
        padding: 0;
        max-width: 100%;
    }

    section.n141 a.read-more,
    section.n142 a.read-more,
    section.n1664 a.read-more,
    section.n124826 a.read-more {
        font-size: 0;
    }

    section.n141 a.read-more::before,
    section.n142 a.read-more::before,
    section.n1664 a.read-more::before,
    section.n124826 a.read-more::before {
        content: "Всички";
        font-size: 12px;
    }

    main.home section.n141 a.logo8888,
    main.home section.n142 a.loginbet {
        top: 10px;
        right: calc(50% - 20px);
        width: 80px;
    }

}

@media screen and (max-width:600px) {

    /* .backdrop-wallpaper-placeholder						{display:none;} */
    .livescore.all article p .team em {
        width: 110px;
    }

    /* .backdrop-wallpaper-placeholder-background			{font-size:32px;line-height:70px;color:#382457;text-align:center;} */
    /* #div-mobile_backdrop_wallpaper_360x100				{height:100px;} */
    section.detail div.group-left dt img {
        margin-left: -15px;
        width: calc(100% + 30px);
        max-width: unset;
    }

    .all.program article p .time {
        width: 50px;
    }

    footer div.footer p img {
        margin: 10px 4px 15px;
    }

    footer div.footer span.designer,
    footer div.footer span.developed {
        float: none;
        display: block;
        text-align: center;
        margin: 25px auto 10px;
    }

    aside .livescore div article span.team em {
        width: 79px;
    }

    .chat img,
    .comentary img {
        height: 200px;
    }

    section.podcast>div>article>a p {
        display: none;
    }

    section.round article p .team em {
        width: 90px !important;
    }

    .match-info>div .result {
        width: 75px;
    }

    .match-info>div div.team {
        width: 120px;
    }

    .match-info>div .team span {
        width: 63%;
    }

    .information li>div {
        width: 130px;
    }

    .information li>div i {
        max-height: 28px;
    }

    .ranking-detail tbody td.team {
        width: 125px;
    }

    .page-schedule .info h1,
    .page-round .info h1 {
        width: 240px;
    }

    .page-schedule div.sectionbackground.live {
        height: 245px !important;
    }

    .page-section div.sectionbackground.cska55 {
        height: 120px !important;
        background-size: auto 120px;
        background-position: left center;
    }
    div.sectionbackground.has-text {
        height: 320px !important;
    }

    main.cska55 {
        margin-top: 120px;
    }

    body.light main.cska55 .info h1 {
        color: #382457;
    }

    div.livenews span {
        width: 100%;
        overflow: hidden;
        padding: 0;
    }

    div.livenews span h3 {
        font-size: 11px;
    }

    aside section.new.newdesktop article img,
    main.home section.selected>div article img,
    section.podcast>div>article>a>img {
        height: 80px;
    }



    nav.main>ul>li.account {
        right: 85px;
    }

    .sport article {
        width: 50%;
    }

    .ptreon {
        padding: 16px 25px;
    }

    .ptreon.expired {
        background-size: 1315px;
        padding: 0 25px 25px;
    }

    .ptreon.expired::before {
        height: 205px;
        top: -205px;
    }

    .login.settings form {
        padding: 35px 10px 35px;
        width: 100%;
    }

    .group-left iframe {
        min-height: 200px;
    }

    main.schedule section.info a.logo-sponsored {
        top: 185px
    }

    main.detail .info .list-sesame {
        background-size: 90px;
        width: 90px;
        top: 104%;
    }
}

@media screen and (max-width:400px) {
    div.info-app span b {
        line-height: 16px;
    }
}

@media screen and (max-width:364px) {
    main {
        padding:10px;
    }

    a.menu {
        left: 10px;
    }

    .livescore.all article p .team em {
        width: 110px;
    }

    aside .livescore div article p {
        text-align: left;
    }

    .chat img,
    .comentary img {
        height: 135px;
    }

    section.round article p .team em {
        width: 55px !important;
        font-size: 11px;
    }

    .ranking table td {
        padding: 0 3px;
    }

    nav.main a.logo {
        width: 110px;
    }

    nav>button.cover {
        right: 10px;
    }

    .match-info>div div.team {
        width: 90px;
    }
    div.sectionbackground.has-text {
        height: 345px !important;
    }

    .match-info>div .team span {
        width: 59%;
    }

    .match-info>p a {
        font-size: 12px;
    }

    .information li>div {
        width: 108px;
    }

    .article.detail .excl {
        margin-left: -10px;
    }

    .group-left iframe {
        margin: 12px -10px 0;
        width: calc(100% + 20px);
    }
}

@media screen and (min-width:801px) {
    .feed {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

    .feed-section {
        padding-right: 26px;
    }

    .feed-section img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
}

@media screen and (max-width:800px) {
    #feed {
        display: none !important;
    }
}

@media screen and (min-width:1024px) {
    nav.up a.logo {
        display: initial;
    }

    nav.main a.logo {
        display: none;
    }

    nav.main a.menu {
        display: none;
    }

    div.banner-mob {
        display: none !important;
    }
}

.rte .sm-horizontal-article {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dbdcdc;
    border-bottom: 1px solid #dbdcdc;
}

.rte .sm-horizontal-article h2 {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.3181818182
}

.rte .sm-horizontal-article .img-wrapper {
    width: 97px;
    min-height: 60px;
    height: auto;
    margin-bottom: 0
}

.rte .sm-horizontal-article .img-wrapper img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.rte .sm-horizontal-article .text-wrapper {
    position: relative;
    width: calc(100% - 127px);
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.rte .sm-horizontal-article .text-wrapper a {
    text-align: center;
    font-weight: bold;
}

.rte .sm-horizontal-article .category-icon {
    margin-bottom: 16px
}

@media only screen and (min-width: 992px) {
    .rte .sm-horizontal-article .img-wrapper {
        width: 260px;
    }
}

.sm-horizontal-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sm-horizontal-article img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.trapezoid-block {
    position: relative;
    margin-left: 18px;
    background-color: #0a1829;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.trapezoid-block::after,
.trapezoid-block::before {
    content: "";
    position: absolute;
    right: 100%;
    height: 55%;
    width: 18px;
    background-color: #d62628
}

.trapezoid-block::before {
    top: 7px;
    -webkit-transform: skewY(-35deg);
    transform: skewY(-35deg);
    border-top-left-radius: 4px
}

.trapezoid-block::after {
    bottom: 7px;
    -webkit-transform: skewY(35deg);
    transform: skewY(35deg);
    border-bottom-left-radius: 4px
}

.trapezoid-block.light {
    background: #eee;
    color: #0a1829
}

.trapezoid-block {
    padding: 41px 15px;
    background: url(../images/gray-bg.webp) no-repeat top 100px left -266px, #0a1829
}

.trapezoid-block .audio-block-wrapper.audio-small,
.trapezoid-block>.btn {
    width: 150px;
    margin-left: 0;
    margin-top: 64px;
    margin-bottom: 15px
}

.trapezoid-block {
    margin-left: 22px
}

.trapezoid-block::after,
.trapezoid-block::before {
    width: 23px
}

.gallery-widget {
    display: block;
    text-decoration: none
}

.gallery-widget h2,
.gallery-widget h3 {
    margin-top: 0
}

.gallery-widget {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-radius: 0;
    background: #0a1829
}

.gallery-widget h2 {
    margin-bottom: 30px;
    line-height: 1.3181818182
}

.gallery-widget h3 {
    margin-bottom: 27px;
    font-weight: 400;
    font-size: 1.125rem
}

@media only screen and (max-width:575px) {
    .gallery-widget {
        margin-left: calc(50% - 50vw + 15px);
        margin-right: calc(50% - 50vw)
    }
}

@media only screen and (min-width:768px) {
    .gallery-slider-item {
        padding-left: 20px;
        padding-right: 20px
    }
}

.gallery-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0
}


@media screen and (min-width: 1024px) {
    nav.main>ul>li>ul.submenu {
        display: flex;
    }

    #custom-menu-item a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #custom-menu-item>a::before {
        background: url(/img/footballnext_logotyp_white_no_background.svg) center no-repeat;
        background-size: 90px !important;
        display: block;
        content: '';
        height: 25px;
        width: 90px;
    }
}

.authorBiography {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 15px;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 12.2em;
}

.authorBiographyWrapper {
    position: relative;
    padding-bottom: 1.5em;

}

.read-more-author {
    display: none;
    color: #DDF731 !important;
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    right: 15px;
    bottom: 0;
    background-color: transparent;
}

.author-info {
    display: flex;
    overflow: hidden;
}

.author-contacts {
    margin-top: 20px;
}

.author-contacts div {
    margin: 5px;
    padding-left: 10px;
}

.authorLine {
    display: flex;
    align-items: center;
    margin: 20px 0 20px 0;
}

.authorLine::before {
    content: "От автора";
    margin-right: 10px;
    font-weight: bold;
    font-size: large;
}

.authorLine::after {
    content: "";
    flex-grow: 1;
    border-bottom: 7px solid #382457;
}

.author-bio h1 {
    margin-bottom: 5px !important;
}


.authorImage {
    float: left;
    max-width: 170px;
    height: 150px;
    margin-right: 15px;
    border-radius: 50%;
}

#custom-menu-item {
    display: flex;
    justify-content: center;
}

/* #custom-menu-item > a::before {
	background: url(/img/footballnext_logotyp_white_no_background.svg) center no-repeat;
	background-size: 90px !important;
	display: block;
    content: '';
	height: 25px;
	width: 90px;
} */

.social-networks {
    margin-top: 20px;
}

@media screen and (max-width: 1023px) {

    .author-info {
        margin-top: 25px;
    }
}

@media screen and (max-width: 460px) {

    .authorImage {
        float: left;
        max-width: 140px;
        height: 120px;
        margin-right: 15px;
    }

    .author-info {
        display: block;
        text-align: left;
    }

    .authorImage {
        float: left;
        display: block;
    }

    nav.main ul li {
        font-size: 10px;
    }

    #custom-menu-item>a::before {
        background: url(/img/footballnext.svg) center no-repeat;
        background-size: 83px !important;
        display: block;
        content: '';
        height: 48px;
        width: 90px;
    }
}

@media screen and (max-width: 390px) {
    #custom-menu-item>a::before {
        background: url(/img/footballnext.svg) center no-repeat;
        background-size: 75px !important;
        display: block;
        content: '';
        height: 50px;
        width: 90px;
    }
}

@media screen and (max-width: 360px) {
    #custom-menu-item>a::before {
        background: url(/img/footballnext.svg) center no-repeat;
        background-size: 68px !important;
        display: block;
        content: '';
        height: 50px;
        width: 90px;
    }
}


body.light .sm-horizontal-article a {
    color: #382457 !important;
}

body.light .sm-horizontal-article a:hover {
    text-decoration: none !important;
}



main.home section.cat_num_62::after {
    position: absolute;
    content: '';
    width: calc(100% - 12px);
    height: 70px;
    top: 0;
    right: 12px;
    background: linear-gradient(to right, #1C212C 0%, #2254C9 100%);
    z-index: 0;
}

main.home section.cat_num_62 h2 {
    z-index: 1;
    padding-left: 12px;
}

main.home section.cat_num_62 .read-more {
    color: #fff !important;
    z-index: 1;
}

main.home section.cat_num_62 .read-more::after {
    border-color: #fff;
}

main.home section.cat_num_62 article {
    margin-top: 25px;
}

main.home section.cat_num_62 .partner {
    display: block !important;
    position: absolute;
    max-width: 70px;
    top: 15px;
    z-index: 1;
    left: 170px;
    transition: opacity .3s ease-in-out;
}

main.home section.cat_num_62 .partner:hover {
    opacity: .8;
}

@media screen and (max-width: 800px) {
    main.home section.cat_num_62::after {
        right: 0;
        height: 55px;
        width: 100%;
    }

    main.home section.cat_num_62 .partner {
        max-width: 60px;
        top: 10px;
    }
}

@media screen and (max-width:400px) {
    main.home section.cat_num_62 .read-more {
        display: none !important;
    }
}

.evroturniri62 .title_wrap::after {
    content: none;
}

.evroturniri62 .title_wrap {
    background: linear-gradient(to right, #1C212C 0%, #2254C9 100%);
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.evroturniri62 .partner img {
    display: block;
    width: 75px;
    object-fit: contain;
}

.evroturniri62 .title_wrap .partner {
    transition: opacity .3s ease-in-out;
}

.evroturniri62 .title_wrap .partner:hover {
    opacity: .8;
}

@media screen and (max-width: 1023px) {
    .evroturniri62 .title_wrap {
        margin-bottom: 0;
    }
}

.horizontal-scroll {
    overflow: auto;
    white-space: nowrap;
}

.regions-wrapper {
    padding-top: 36px;
    white-space: nowrap;
}

.regions-wrapper a {
    display: inline-block;
    margin-right: 2px;
    padding: 4px 10px;
    text-decoration: none;
    border: 1px solid #dbdcdc;
    border-radius: 8px;
}

@media only screen and (min-width: 768px) {
    .regions-wrapper {
        white-space: normal;
    }

    .regions-wrapper a {
        display: inline-block;
        margin-bottom: 8px;
    }
}


/******************/
/*Mobile Navigation*/
/******************/
@media screen and (max-width:1023px) {
    .disable_scroll{
        overflow: hidden;
    }
    .page-main{
        padding-top: 120px;
    }
    body::before{
        right: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1;
        position: fixed;
        background: transparent;
        transition: background 0.3s ease-in-out;
    }
    .overlay::before{
        z-index: 2;
        overflow: hidden;
        background: #0a060ee6;
        transition: background 0.3s ease-in-out;
    }
    ::-webkit-scrollbar {
        width:0px;
    }
    nav.nav_menu{
        z-index: 12;
        top: 40px;
        height: 48px;
        display: flex;
        transition: 0s;
        text-align: center;
        margin-bottom: 25px;
        position: absolute;
        width: 100%;
        background: #121212;
        justify-content: space-between;
    }
    /* nav.nav_menu ul{
        height: 48px;
    } */
    nav .main_navi {
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0;
        margin: 0;
        top: 88px;
        z-index: 12;
        width: 100%;
        height: calc(100% - 155px);
        text-align: left;
        background: #201827;
        max-width: 450px;
        position: fixed;
    }
    body.sticky nav .main_navi{
        height: calc(100% - 44px);
    }
    /* .li-submenu.focus ul.sub_menu,
    .li-submenu.active ul.sub_menu {
        display: block;
    } */

    ul.main_navi::before{
        left: 0;
        content: '';
        width: 85px;
        height: 100%;
        background: #140d1c;
        position: absolute;
        z-index: -1;
    }
    ul.main_navi > li{
        width: 85px;
        background: #140D1C;
    }
    ul.main_navi li{
        list-style: none;
        transition: color .3s, background .3s ease-in-out;
    }
    ul li a{
        border-bottom: 1px solid #64528547;
    }
    ul.second_sub_menu li a {
        border-bottom:  1px solid #635182b5;
    }
    /* ul.main_navi li:first-of-type{
        display: none;
    } */
    ul.main_navi > li.active,
    ul.main_navi > li:hover {
        background: #DEF832;
        transition: color .3s, background .3s ease-in-out;
    }
    
    ul.main_navi > li.active > a,
    ul.main_navi > li > a:hover {
        color: #140D1C;
        transition: color .3s, background .3s ease-in-out;
    }
    ul.main_navi li a:hover::before {
       background: transparent;
    }
    ul.main_navi > li > a {
        display: flex;
        padding: 5px 10px;
        color: #fff;
        height: 70px;
        position: relative;
        font-size: 9px;
        font-weight: 600;
        line-height: 1.33em;
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        text-transform: uppercase;
        transition: color 0.3s ease-in-out;
    }
    /* ul.main_navi > li:hover > a {
        color: #121212;
    } */
    .li-submenu.focus ul.sub_menu{
        overflow-y: scroll;
        overflow-x: hidden;
    }
    ul.main_navi > li>a::before {
        top: 0;
        color:#DEF832 ;
        padding-top: 6px;
        font-size: 25px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        font-family: "dsport-icons";
        transition: color 0.3s ease-in-out; 
        -webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
        font-synthesis: none !important;
    }
    /* li.section-41>a::before {
        background: url(/img/championship.svg) center no-repeat;
        background-size: 25px !important;
    } */
    ul.sub_menu{
        top: 88px;
        left: 85px;
        width: 100%;
        padding: 0px;
        display: none;
        overflow: hidden;
        overflow-y: scroll;
        position: fixed;
        height: calc(100% - 156px);
        /* height: 100%; */
        max-width: 360px;
        width: calc(100% - 85px);
    }
    ul.sub_menu > li {
       padding:0 20px;
    }
    ul.sub_menu li a{
        color: #FDF5FE;
        padding: 16px 5px;
        display: block;
        font-weight: 500;
        position: relative;
        background: #201828;
        transition: color 0.3s ease-in-out;
    }
    ul.sub_menu li.li-submenu >a::before{
        content: '';
        width: 6px;
        top: 50%;
        right: 20px;
        z-index: 0;
        height: 6px;
        border: 1px solid #f0fd53;
        border-top: 0;
        border-left: 0;
        display: block;
        position: absolute;
        transform: rotateZ(45deg) translateY(-50%);
    }

    ul.sub_menu li a{
        display: flex;
        position: relative;
        padding-right: 20px;
    }
    ul.sub_menu li.li-submenu a{
        display: flex;
        position: relative;
        padding-right: 50px;
    }
    ul.second_sub_menu > li:last-child > a {
        border-bottom: unset;
    }
    figure.arrow{
        right: 0;
        top: 0;
        margin: 0;
        padding: 0;
        width: 50px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        background-color: #271d32;
    }
    figure.arrow img{ 
        width: 100%;
        max-width: 15px;
        transition: transform 0.4s ease-in-out;
    }
    ul.sub_menu li.li-submenu  a.active_dropdown figure.arrow img{
        transform: rotate(-180deg);
        transition: transform 0.4s ease-in-out;
    }
    ul.second_sub_menu{
        padding: 0;
    }
    ul.second_sub_menu li {
        width: auto;
        padding: 0 15px;
    }
    ul.second_sub_menu{
        background-color: #271d32;
    }
    ul.second_sub_menu li a,
    ul.second_sub_menu li{
        background-color: unset;
    }
    /* ul.second_sub_menu li:last-child a {
       border-bottom: unset;
    } */
    ul.main_navi > li.active > a, ul.main_navi > li > a:hover {
        color: #140d1c;
        transition: color .3s, background .3s ease-in-out;
    }
    .second_sub_menu {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s ease-in-out;
    }
    
    .active_dropdown + .second_sub_menu {
        max-height: 2000px; 
    }
    .active_dropdown{
        transition: max-height 0.4s ease-in-out; 
    }
    ul:not(.main_navi) li.active > a,
    ul:not(.main_navi) .li-submenu.active > a,
    ul:not(.main_navi) li a:hover {
        color: #DEF832;
        transition: color 0.3s, background .3s ease-in-out;
    }
    ul:not(.main_navi) li a {
        transition: color 0.3s, background .3s ease-in-out;
    }
    ul:not(.main_navi) li.active > a,
    ul:not(.main_navi) li a:hover {
        background:#311F45 ;
    }
    /* ul:not(.main_navi) li a .arrow{
        transition: background 0.3s ease-in-out;
    }
    ul:not(.main_navi) li a:hover .arrow{
        background:#311F45 ;
    } */
    li.with_image a figure.branded {
        top: 50%;
        left: 0;
        margin: 0;
        width: 50px;
        height: 100%;
        display: flex;
        position: absolute;
        object-fit: contain;
        justify-content: center;
        transform: translateY(-50%);
    }
    figure.branded img {
        width: 100%;
        object-fit: contain;
        padding: 4px 0px 4px 2px;
    }
    ul.sub_menu li.with_image > a{
        position: relative;
        padding-left: 60px;
    }
/******************/
/*Fixed navigation*/
/******************/
    /* .main_navi .li-submenu.active .sub_menu {
        display: block;
    } */
    .main_navi .li-submenu.active .sub-menu .li-submenu:hover.active .active_dropdown{
        opacity: 0;
    }
    ul.main_navi{
        left: -450px;
        transition: left 0.3s ease-in-out;
    }
    nav.nav_menu.sticky .sub_menu{
        height: calc(100% - 48px);
    }
    nav.nav_menu.sticky {
        top: 40px;
        width: 100%;
        z-index: 10;
        margin-top: -40px;
        position: fixed;
        transition: translate .5s, top .5s;
        /* transform: translate(0, -40px); */
    }
    nav.nav_menu.sticky .main_navi {
        top: 48px;
    }

    nav.nav_menu.scroll {
        top: -158px;
        transition: top .5s;
    }
    .main_navi *{
        box-sizing:border-box;
    }
    .main_navi.active{
        left: 0;
        transition: left 0.3s ease-in-out;
    }
    nav.nav_menu .wrapper{
        display: flex;
        padding-right: 20px;
    }
    nav.nav_menu .wrapper ul:not(.account) {
        padding: 0;
    }
    a.logo {
        top: 50%;
        left: 50%;
        width: 120px;
        display: flex;
        position: absolute;
        padding: 0 7px 0;
        height: 100%;
        align-items: center;
        justify-content: center;
        transform: translate(-50%, -50%);
    }
    a.logo img {
        vertical-align: middle;
        height: 23px;
    }
    a.logo::before,
    a.logo::after {
        content: '';
        position: absolute;
        display: block;
        left: 0px;
        width: 100%;
        height: 24px;
        background: #DDF731;
        z-index: -1;
    }
    a.logo::before {
        top: 0;
        transform: skewX(40deg);
    }
    a.logo::after {
        bottom: 0;
        transform: skewX(-40deg);
    }
    form.search input {
        color: #fff;
        height: 35px;
        background: transparent;
        opacity: 1;
        border: none;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: medium;
        border-left: 2px solid #382457;
        outline: 0;
        padding: 0 0 0 25px;
        font-size: 13px;
        width: 30px;
        text-indent: 20px;
        box-sizing: border-box;
        transition: all .5s;
    }
    form.search input:focus {
        width: 120px;
    }
    form.search input::placeholder {
        font-size: 15px;
        color: #fff;
        opacity: 1;
        transition: opacity .3s;
    }
    form.search input:focus::placeholder {
        opacity: 0.2;
    }
    form.search label {
        display: block;
        position: absolute;
        top: 48px;
        left: 0;
        height: 72px;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        transform: perspective(600px) rotateX(-90deg);
        transform-origin: top center;
        transition: all 350ms cubic-bezier(.55, 0, .1, 1);
        will-change: transform;
        background: #382457;
        z-index: 99;
        box-shadow: 7px 7px 30px -17px #1a0e2c;
    }
    form.search.active label {
        opacity: 1;
        visibility: visible;
        transform: perspective(600px) rotateX(0);
    }
    form.search input {
        background: url("/img/search2.svg") #fff no-repeat 2% 50%;
        border-radius: 4px;
        width: 100% !important;
        color: #382457;
    }
    form.search input::placeholder {
        color: #382457;
    }
    form.search.active a {
        background: none;
    }
    form.search.active a::before,
    form.search.active a::after {
        content: "";
        display: inline-block;
        position: absolute;
        transform: rotate(45deg) translate(11px, 25px);
        width: 19px;
        background: #EB5757;
        height: 2px;
        top: -2px;
    }
    form.search.active a::after {
        transform: rotate(-45deg) translate(-25px, 11px);
    }
    form.search .open {
        top: 0;
        padding: 0 3px;
        width: 25px;
        height: 48px;
        border: none;
        display: block;
        cursor: pointer;
        position: relative;
        background-size: 24px;
        background: url(/img/search.svg) no-repeat center center;
    }
    form.search::before {
        display: none;
    }
    a.menu {
        left: 15px;
        top: 23px;
        width: 16px;
        height: 2px;
        display: flex;
        cursor: pointer;
        position: relative;
        align-items: center;
        background-color: #fff;
        transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }
    a.menu span {
        display: block;
        padding-left: 30px;
    }
    a.menu span::before {
        content: '';
        width: 100%;
        left: -15px;
        height: 30px;
        top: -8px;
        position: absolute;
        background: transparent;
    }
    ul.main_navi >.li-submenu.focus a:hover::before{
        color: #DEF832;
    }

    ul.main_navi >.li-submenu.focus > a:hover{
        background: #391f56;
        color: #fff;
    }
    ul.main_navi >.li-submenu.focus{
        background: #391f56;
    }
    a.menu::before{
        content: '';
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        position: absolute;
        background: transparent;
    }
    a.menu::before,
    a.menu::after {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        width: 10px;
        height: 2px;
        background: #fff;
        transition: .4s ease;
        transition-property: transform;
    }
    a.menu::after {
        top: 5px;
        width: 13px;
    }
    a.menu.active {
        background: none;
    }
    a.menu.active::before {
        transform: rotate(45deg) translate(4px, 4px);
        width: 16px;
        background: #EB5757;
        transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }
    a.menu.active::after {
        transform: rotate(-45deg) translate(3px, -3px);
        background: #EB5757;
        width: 16px;
        transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }
    button.theme {
        padding: 0 3px;
        border: unset;
        cursor: pointer;
        background: transparent;
    }
    button.theme::before {
        content: "";
        background: url(/img/theme.svg) no-repeat;
        display: inline-block;
        background-size: 20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        transform: rotateY(0deg);
        transition: all .7s;
    }
    button.theme:hover::before {
        background: url(/img/theme-white.svg) no-repeat #bdbdbd;
        background-size: 20px;
        transform: rotateY(-180deg);
        transition: all .7s;
    }
    ul.account {
        margin: unset;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;   
    }
    ul.account li{
        list-style: none;  
    }
    ul.account li a{
        transition: color 0.3s ease-in-out;
    }
    ul.account li a:hover{
        color: #DDF732;  
    }
    ul.main_navi > li.active > a::before,
    ul.main_navi > li:not(.focus):hover > a::before {
        color: #121212;
        transition: color 0.3s ease-in-out;
    }
    ul.main_navi > li.home-10.active a{
        color: #000;
        background:#DDF732 ;
    }
    ul.main_navi > li.home-10.active a::before{
        color: #000;
        
    }
    ul.main_navi > li.active.focus > a{
        color: #fff;
    }
    ul.main_navi > li.active.focus > a::before{
        color:#DEF832;
    }
    .active_container.active .li-submenu.active .sub_menu{
        left: 85px;
        transition: left 0.3s ease-in-out;
    }
    .active_container .li-submenu.active .sub_menu{
        display: block;
        left: -100%;
        transition: left 0.3s ease-in-out;
    }
    .show-menu{
        display: block !important;
    }

}
@media screen and (max-width: 418px) {
    nav.up {
        padding: 8px 0;
    }
}
@media screen and (max-width: 430px) {
    a.logo{
        width: 70px;
        padding: 0 5px 0 18px;
        transform: translate(-75%, -50%);
    }
    ul.sub_menu{
        font-size: 11px;
    }
    ul.sub_menu li a{
        padding: 15px 5px;
    }
    ul.sub_menu > li{
        padding:  0 5px;
    }
    ul.second_sub_menu li{
        padding: 0;
    }
    figure.arrow {
        width: 35px;
    }
    figure.arrow img{
        width: 11px;
    }
    ul.sub_menu li.li-submenu a{
        padding-right: 40px;
    }
}
@media screen and (max-width: 360px) {
    a.logo{
        left: 50%;
        width: 50px;
        padding: 0 0px 0 13px;
        height: 100%;
        transform: translate(-95%, -50%);
    }
}



/***********************/
/*End Mobile Navigation*/
/***********************/

/********************/
/*Desktop Navigation*/
/********************/
@media screen and (min-width:1024px) {
    /*Global styles and elements for navigaton*/
    nav.nav_menu ul li {
        list-style: none;
        
    }
    body.page-main {
        padding-top: 120px;
    }
    ul.account{
        margin: 0;
        padding: 0 0 0 10px;
    }
    a.menu{
        display: none;

    }
    a.logo{
        display: none;
    }
    ul.sub_menu{
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .main_navi{
        display: flex;
        margin: 0;
        width:100% ;
        padding: 0 5px;
        justify-content: space-between;
    }
    .main_navi > li {
        width: 11.1%;
    }
    .li-submenu.section-41 .sub_menu  {
        height: 60vh;
        overflow: scroll;
        max-height: 555px;
    }
    .nav_menu{
        top: 42px;
        z-index: 2;
        width: 100%;
        left: 50%;
        display: flex;
        position: fixed;
        background:#121212 ;
        max-width: 1060px;
        justify-content: center;
        justify-content: space-between;
        transform: translateX(-50%);
    }

    .nav_menu::after,
    .nav_menu::before{
        content: '';
        width: 100%;
        background:#121212 ;
        height: 100%;
        position: absolute;
    }
    .nav_menu::after{
        left: -100%;
    }
    .nav_menu::before{
        right: -100%;
    }

    nav.nav_menu .wrapper{
        display: flex;
        padding-right: 20px;
        align-items: center;
    }
    form.search input {
        color: #fff;
        height: 35px;
        opacity: 1;
        border: none;
        border-left: 2px solid #382457;
        outline: 0;
        padding: 0 2px 0 5px;
        font-size: 13px;
        width: 95px;
        text-indent: 20px;
        box-sizing: border-box;
        transition: background .5s, width .5s;
        background: transparent;
    }
    form.search input:focus {
        width: 120px;
        padding: 0 6px;
        background: #ffffff08;
    }
    form.search .open {
        top: 50%;
        padding: 0 3px;
        width: 25px;
        height: 48px;
        border: none;
        display: flex;
        cursor: pointer;
        position: absolute;
        transform: translateY(-50%);
        background: url(/img/search.svg) no-repeat center center;
    }
    button.theme {
        padding: 0 3px;
        border: unset;
        cursor: pointer;
        background: transparent;
    }
    button.theme::before {
        content: "";
        background: url(/img/theme.svg) no-repeat;
        display: inline-block;
        background-size: 20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        transform: rotateY(0deg);
        transition: all .7s;
    }
    button.theme:hover::before {
        background: url(/img/theme-white.svg) no-repeat #bdbdbd;
        background-size: 20px;
        transform: rotateY(-180deg);
        transition: all .7s;
    }

    ul.main_navi > li > a {
        display: flex;
        padding: 5px 10px;
        color: #fff;
        height: 62px;
        position: relative;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.33em;
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        text-transform: uppercase;
        transition: color 0.3s ease-in-out;
    }
    ul.main_navi > li:hover > a {
        color: #121212;
    }
    ul.main_navi li{
        transition: color 0.3s, background .3s   ease-in-out;
    }
    ul.main_navi > li>a::before {
        top: 7px;
        color:#DEF832 ;
        padding-top: 6px;
        font-size: 20px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        font-family: "dsport-icons";
        transition: color 0.3s ease-in-out; 
        -webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
        font-synthesis: none !important;
    }
    ul.main_navi > li.active > a::before,
    ul.main_navi > li:hover > a::before {
        color: #121212;
        transition: color 0.3s ease-in-out;
    }

    ul.main_navi > li.active, ul.main_navi > li:hover {
        background: #DEF832;
        transition: color .3s, background .3s ease-in-out;
    }
    ul.main_navi > li.active > a {
        color: #121212;
        transition: color .3s ease-in-out;
    }
    ul.main_navi > li.home-10.active:hover a {
        color: #121212;
    }
    ul.main_navi > li.home-10.active:hover {
        background: #DEF832;
    }
    .main_navi .li-submenu:hover ul.sub_menu,
    .main_navi > li >.li-submenu.active ul.sub_menu {
        display: block;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    
    }
    .sub_menu.special_width{
        max-width: 510px;
    }
    .sub_menu{
        top: 72px;
        padding:10px 0;
        width: 100%;
        z-index: 1;
        max-width: 260px;
        position: absolute;
        background: #271d32;
        border-radius: 0 0 5px 5px;
    }
    ul.second_sub_menu li:first-child a{
        border-radius: 4px 4px 0 0;
    }
    ul.second_sub_menu li:last-child a{
        border-radius: 0 0 4px 4px;
    }
    ul.sub_menu > li > .li
    ul.sub_menu > li {
        padding: 0;
        width: 100%;
        max-width: 250px;
    }
    ul.sub_menu li {
        width: 250px;
    }
    ul.sub_menu li a{
        z-index: 2;
        color:#FDF5FE ;
        padding: 15px;
        display: block;
        font-weight: 500;
        position: relative;
        transition: color 0.3s, background .3s ease-in-out;
    }
    ul.sub_menu > li > a:hover{
        color: #def832;
        /* background: #def832; */
        transition: color 0.3s, background .3s ease-in-out;
    }
    ul.sub_menu li:not(:last-child) a {
        border-bottom: 1px solid #332843;
    }
    ul:not(.main_navi) > li.active > a {
        color: #DEF832;
        background: #2F2047;
        transition: color 0.3s, background .3s ease-in-out;
    }
    figure.arrow{
        right: 0;
        top: 0;
        margin: 0;
        padding: 0;
        width: 50px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
    }
    figure.arrow img{ 
        width: 100%;
        max-width: 15px;
        transform: rotate(-90deg);
        transition: transform 0.3s ease-in-out;
    }
    ul.sub_menu li.li-submenu  a.hovered figure.arrow img,
    ul.sub_menu li.li-submenu  a:hover figure.arrow img{
        transform: rotate(-90deg) translateY(7px);
        transition: transform 0.3s ease-in-out;
    }
    .second_sub_menu {
        top: 0;
        left: 250px;
        opacity: 0;
        pointer-events: none;
        z-index: 0;
        height: 100%;
        overflow: auto;
        position: absolute;
        padding: 0;
        
    }
    .sub_menu .second_sub_menu li a {
        transition: color 0.3s ease-in-out;
    }
    .li-submenu:hover > .second_sub_menu {
        z-index: 2;
        background: #271d32;
    }
    .sub_menu .active_dropdown > li.active > a{
        background: #2C1F42;
    }
    .active_dropdown > li > a,
    .li-submenu:hover > .second_sub_menu > li > a {
        background:#2f2047;
        transition: background 0.4s, color 0.3s, opacity 0.3s ease-in-out;
    }
    .sub_menu  .second_sub_menu li a:hover {
        color: #DDF732;
        transition: color 0.3s, background 0.3s  ease-in-out;
        background: #2C1F42;
    }
    .sub_menu  .second_sub_menu li a {
        transition: color 0.3s, background 0.3s ease-in-out;
    }
    .sub_menu .second_sub_menu li:last-child a{
        border-bottom: unset;
    }
    .li-submenu:hover > .second_sub_menu,
    .active_dropdown + .second_sub_menu {
        opacity: 1;
        padding: 0;
        pointer-events: all;
        /* transition:  opacity .4s, padding 0.4s ease-in-out;  */
    }

    .li-submenu {
        transition: background-color 0.3s ease-in-out;
    }
    /* .li-submenu a:hover {
        background-color: #271D32;
        transition: background-color 0.3s ease-in-out;
    } */
    .second_sub_menu li a{
        transition: background 0.4s ease-in-out;
    }
    .li-submenu a:hover + .second_sub_menu > li > a{
        background:#2f2047;
        transition: background 0.4s ease-in-out;
    }

    li.with_image a figure.branded {
        top: 50%;
        left: 0;
        margin: 0;
        width: 50px;
        height: 100%;
        display: flex;
        position: absolute;
        object-fit: contain;
        justify-content: center;
        transform: translateY(-50%);
    }
    figure.branded img {
        width: 100%;
        object-fit: contain;
        padding: 4px 0px 4px 10px;
    }
    ul.sub_menu li.with_image > a{
        position: relative;
        padding-left: 60px;
    }
    ul.sub_menu > li a.hovered,
    ul.sub_menu > li a:hover{
        background:#2f2047;
    }
    ul.sub_menu li a {
        margin-left: 10px;
    }
    ul.sub_menu li:last-child a {
        border-radius: 0 0 4px 4px ;
    }
    ul.second_sub_menu > li:last-child a {
        margin-bottom: 10px;
    }
    ul.sub_menu li:first-child a {
        border-radius: 4px 4px 0 0 ;
    }
    ul.second_sub_menu > li:first-child a {
        margin-top: 10px;
    }
}
/* .regions-wrapper{
    padding-top: 6px;
} */
.regions-wrapper a{
    transition: color 0.3s, background .3s, border-color .3s ease-in-out;
}
.regions-wrapper a:hover{
    background: #ddf732;
    color: #32224d;
    border-color: #32224d;
    transition: color 0.3s, background .3s, border-color .3s ease-in-out;
}
body.light .regions-wrapper a{
    color: #32224d;
    border-color: #32224d;
    transition: color 0.3s, background .3s, border-color .3s ease-in-out;
}
body.light .regions-wrapper a:hover{
    background: #ddf732;
    color: #32224d;
    border-color: #32224d;
}

section.info a.category_image{
    display: flex;
    align-items: center;
}
section.info a.category_image img{
    max-width: 60px;
    object-fit: contain;
}
section.info .title_wrap{
    display: flex;
}
main.detail section.info .title_wrap h1{ 
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}
@media screen and (min-width: 1024px) {
    .regions-wrapper{
        padding-top: 0;
    }
}
@media screen and (max-width: 1023px) {
    main.detail section.info h1 {
        font-size:21px;
    }

}
@media screen and (max-width: 860px) {
    main.detail section.info h1 {
        font-size:19px;
    }
}
@media screen and (max-width: 400px) {
    main.detail section.info h1 {
        font-size:18px;
    }
    .regions-wrapper{
        padding-top: 46px;
    }
    /* body.page-section div.sectionbackground, body.page-search div.sectionbackground, body.page-latest div.sectionbackground {
        height: 119px;
    } */
}

@media screen and (min-width:1024px) and (max-height: 780px){
    .sub_menu{
        height: auto;
        overflow: scroll;
        max-height: 60vh;
    }
} 

li.search {
    list-style: none;
}
.has-text {
    height: 300px;
}

.author-container {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    position: relative;
}

.author-image {
    flex-shrink: 0;
    margin-right: 15px;
    max-width: 270px;
}

.author-content {
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: calc(100% - 285px); /* Image width + margin */
    max-height: 170px;
    overflow: hidden;
    position: relative;
}

.author-content.has-overflow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    pointer-events: none;
}

.view-more {
    position: absolute;
    bottom: -5px;
    right: 0;
    background-color: #fff;
    padding: 3px 8px;
    color: #0066cc;
    font-weight: bold;
    z-index: 2;
    margin-bottom: 5px;
}

.authorarticle {
    margin-bottom: 30px;
	display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.author-info {
    margin-top: 5px;
    line-height: 1.4;
}

.author-content h3 {
    word-wrap: break-word;
    margin-bottom: 5px;
}

.position {
    display: block;
    margin-bottom: 5px;
}

.author-text {
    display: block;
    line-height: 1.4;
    margin-bottom: 0;
}

.read-more-author {
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
    margin-left: 3px;
    white-space: nowrap;
}

.text-ellipsis {
    display: inline;
}

.read-more-wrapper {
    display: inline;
}

.truncated-text {
    display: inline;
}

/* Alphabetical filter styling */
.alphabet-filter-header {
    margin: 30px 0 15px;
}

.alphabet-filter-nav {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
}

.alphabet-filter-nav .filter-letter {
    display: inline-block;
    margin: 5px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    color: #333;
    text-decoration: none;
    min-width: 15px;
    border: 1px solid #e0e0e0;
    background-color: white;
}

.alphabet-filter-nav .filter-letter:hover {
    background-color: #e8f0fe;
    border-color: #c0d6f9;
}

.alphabet-filter-nav .filter-letter.active {
    background-color: #0066cc;
    color: white;
    border-color: #0066cc;
    box-shadow: 0 2px 4px rgba(0,102,204,0.3);
}

.alphabet-filter-nav .filter-all {
    margin-left: 15px;
    font-weight: bold;
    background-color: #eaeaea;
    padding: 8px 15px;
    border: 1px solid #d5d5d5;
}

.alphabet-filter-nav .filter-all:hover {
    background-color: #dddddd;
}

.alphabet-filter-nav .filter-all.active {
    background-color: #555555;
    color: white;
    border-color: #444444;
}

/* Mobile responsive styles */
@media screen and (max-width: 550px) {
    .authorarticle {
        display: block;
        padding-bottom: 15px;
    }
    
    .author-container {
        flex-direction: column;
    }
    
    .author-image {
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 100%;
        width: 100%;
    }
    
    .author-content {
        width: 100%;
        max-height: none;
    }
    
    .alphabet-filter-nav {
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }
    
    .alphabet-filter-nav .filter-letter {
        margin: 3px;
        padding: 6px 10px;
        font-size: 14px;
        min-width: 12px;
        flex-shrink: 0;
    }
    
    .view-more {
        position: relative;
        display: inline-block;
        margin-top: 10px;
    }
}
section.detail div.group-right blockquote {position: relative;}
section.detail div.group-right blockquote p{font-weight: bold;}

.article-text blockquote p::before, .static-text blockquote p::before {
  content: "";
  position: absolute;
  display:inline-block;
  z-index: -1;
  left: -20px;
  top: 0px;
  width: 20px;
  height: 36px;
  background: url(../assets/images/quote-light.svg) no-repeat center/40%;
}
.article-text blockquote p::after, .static-text blockquote p::after{
  content: "";
  position: absolute;
  display:inline-block;
  z-index: -1;
  bottom: 0px;
  width: 20px;
  height: 36px;
  background: url(../assets/images/quote-light.svg) no-repeat center/40%;
}
body.light h2 {color:#120C1B;}
body.light h3 a , body.light article a {color:#000;}