html, body{
    overflow-x: hidden;
    position: relative;
}

body{
    font-family: 'Verdana';
    font-size: 12px;
    margin: 0;
}

img{
    border:0;
}

a{
    text-decoration: none;
}

.header-menu {
    position: relative;
    background-color: #08122b;
    box-sizing: border-box;
    font-family: 'Verdana';
    height: 50px;
    aspect-ratio: auto 800 / 50;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-menu .menu-container {
    padding-left: 0;
    padding-right: 0;
    width: 800px;
    height: 50px;
}

.v5_2lenta{
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.site-logo{
    display: flex;
    height: 50px;
    align-items: center;
}

.header-menu .hv5_n2tabnepic {
    padding: 8px 0 8px 8px;
    margin-left: 0;
    box-sizing: border-box;
    height: 48px;
    cursor: pointer;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 30px;
    height: 35px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:first-child {
    top: 5px;
}

#nav-icon1 span:nth-child(2) {
    top: 15px;
}

#nav-icon1 span:nth-child(3) {
    top: 25px;
}

#nav-icon1.open span:first-child {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.top-hidden-menu{
    display: none;
}

.v7menu.main-navigation {
    top: 50px;
    display: flex;
    justify-content: space-between;
}

.top-hidden-menu .v7menu {
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
    top: 50px;
    padding-top: 10px;
    width: 800px;
    padding-left: 10px;
    box-sizing: border-box;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.v7menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    background: #fff;
    z-index: 5;
    width: 800px;
    border: 1px solid #bebebe;
}

.v7_menu1{
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    padding-bottom: 15px;
}

.v7_menu1 a{
    color: #0b1c40;
    font-size: 1rem;
}

.indexpage-topslider {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    background: #0b1c40;
}
.track {
    display: flex;
    width: max-content;
    transition: transform 0.6s ease-in-out;
}
.track img {
    width: 400px;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 6px;
    margin-left: 15px;
    margin-top: 15px;
}

.cup-schema-header{
    box-sizing: border-box;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cup-schema-title{
    padding-left: 0;
    padding-right: 0;
    width: 800px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.cup-schema-title h1{
    font-size: 1.2rem;
    color: #0b1c40;
    text-transform: uppercase;
    margin: 0px;
    font-weight: normal;
    font-family: 'Verdana';
}

.cup-schema-content{
    padding-left: 0;
    padding-right: 0;
    width: 800px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.schema-box{
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-one, .team-two, .team-final{
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.1);
    padding: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    width: 80%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 2px solid #fff;
}

.schema-box h3{
    display: flex;
    margin-top: 0px;
    align-items: center;
    font-weight: normal;
    font-size: 0.8rem;
    margin: 0px;
    color: #fff;
    font-weight: bold;
}

.schema-box span{
    display: flex;
    color: rgba(255,255,255,0.6);
    font-size: 0.8rem;
    text-align: left;
}

.match-pair {
    position: relative;
    padding-right: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.team-one::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -17px;
    width: 15px;
    height: calc(50% + 5px);
    border-top: 2px solid rgba(255,255,255,0.3);
    border-right: 2px solid rgba(255,255,255,0.3);
    border-top-right-radius: 20px;
}

.team-two::before {
    content: '';
    position: absolute;
    bottom: 50%;
    right: -17px;
    width: 15px;
    height: calc(50% + 5px);
    border-bottom: 2px solid rgba(255,255,255,0.3);
    border-right: 2px solid rgba(255,255,255,0.3);
    border-bottom-right-radius: 20px;
}

.schema-type{
    width: 100%;
    display: flex;
}

.schema-box h2{
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 5px;
    margin-top: 20px;
    width: 80%;
    font-weight: bold;
}

.schema-teams{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#red-connectors {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.conn-red {
    fill: none;
    stroke: #e02020;
    stroke-width: 2;
    stroke-linecap: round;
}

.schema-box:nth-child(2) .team-one::before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: -17px;
    width: 14px;
    height: calc(50% - 5px);
    border-bottom: 2px solid rgba(255,255,255,0.3);
    border-left: 2px solid rgba(255,255,255,0.3);
    border-bottom-left-radius: 20px;
}

.schema-box:nth-child(1) .match-pair:nth-child(1):after{
    content: '';
    position: absolute;
    top: 50%;
    right: 9px;
    width: 13px;
    height: 17px;
    border-top: 2px solid rgba(255,255,255,0.3);
    border-right: 2px solid rgba(255,255,255,0.3);
    border-top-right-radius: 20px;
}

.schema-box:nth-child(2) .team-two::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: -17px;
    width: 14px;
    height: calc(50% - 5px);
    border-top: 2px solid rgba(255,255,255,0.3);
    border-left: 2px solid rgba(255,255,255,0.3);
    border-top-left-radius: 20px;
}

.schema-box:nth-child(1) .match-pair:last-of-type:after {
    content: '';
    position: absolute;
    top: 44%;
    right: 9px;
    width: 13px;
    height: 17px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    border-right: 2px solid rgba(255,255,255,0.3);
    border-bottom-right-radius: 20px;
}

.schema-box:nth-child(1) .match-pair:first-of-type:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 9px;
    width: 13px;
    height: 17px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    border-top-right-radius: 20px;
}

.team-final:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -31px;
    width: 31px;
    height: 2px;
    background: rgba(255,255,255,0.3);
}

.team-final{
    background: #fff;
}

.team-final h3{
    color: #08122b;
}

.team-final span{
    color: #08122b;
}

.news-row{
    padding-left: 0;
    padding-right: 0;
    width: 800px;
    display: flex;
    padding-top: 30px;
}

.sport-news{
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
    position: relative;
    padding-bottom: 50px;
}

.sport-news article{
    float: left;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sp-rgh-img{
    width: 25%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.sp-rgh-img img {
    width: 200px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    float: left;
    border-radius: 4px;
}

.sp-rgh-title{
    width: 70%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
}

.sp-rgh-title h3 {
    margin-top: 10px;
    font-size: 1rem;
    -webkit-line-clamp: 3;
    line-height: 1.1rem;
    margin-bottom: 10px;
    height: auto;
    max-height: 53px;
    display: -webkit-box;
    color: #08122b;
    overflow: hidden;
    text-align: left;
    -webkit-box-orient: vertical;
    font-weight: 400;
    text-overflow: ellipsis;
}

.sp-rgh-title h3:hover{
    text-decoration: underline;
}

article .txtv5v82{
    display: inline-block;
    float: left;
    color: #333;
    font-size: .85rem;
    font-weight: 400;
}

.footer-container{
    background:#08122b;
}

.scroll-to-top {
    display: none;
    width: 32px;
    height: 32px;
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 300;
    background-color: #fff;
    border: 1px solid #0b1c40;
    border-radius: 50%;
    transition: .2s;
    text-align: center;
}

.scroll-to-top.d-block{
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-to-top img {
    transform: rotate(90deg);
    -webkit-transition: .2s;
    transition: .2s;
    filter: invert(8%) sepia(76%) saturate(4166%) hue-rotate(209deg) brightness(93%) contrast(106%);
}

.scroll-to-top svg{
    transform: rotate(90deg);
    width: 16px;
}

.main-footer{
    width: 800px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.copyright__notice{
    color: #fff;
    margin-top: 20px;
}

.footer-contact-us-container .facebook-link svg{
    width: 12px;
    height: 20px;
}

.footer-contact-us-container .instagram-link svg{
    width: 22px;
    height: 22px;
}

.footer-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-contact-us-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50px;
}

.news-nav__paging{
    width: 100%;
    display: flex;
    justify-content: center;
}

.news-nav__paging a{
    background-color: #dddddd;
    color: #222;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
}

.news-nav__paging a:hover{
    text-decoration: underline;
}

.single-news-wrapper{
    width: 800px;
    padding-top: 20px;
}

.single-news-wrapper .news-lead-img img{
    width: 100%;
    border-radius: 6px;
}

.news-lead-img{
    position: relative;
}

.zaglavie{
    text-align: left;
    color: #0b1c40;
}

.article-text {
    padding-left: 0px;
    padding-top: 20px;
    position: relative;
    min-height: 200px;
    font-size: 1rem;
    color: #2c3c3f;
    text-align: left;
    margin-bottom: 25px;
}

.article-text h2, .article-text p {
    margin-top: 0;
    margin-bottom: 1em;
}

.article-text h2 {
    margin: 0;
    display: inline-block;
    font-size: 1rem;
}

.single-news-left .copy {
    font-family: Verdana;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 1;
    border: 0;
    background-color: #0f0b07;
    padding: 4px 6px;
    border-radius: 0 6px;
    width: auto;
    height: 27px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: .4;
    color: #e0e0e0;
    font-size: .85rem;
}

.category-news{
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.category-news h1{
    color:#0b1c40;
}

.sp-rgh-title h3 a{
    color: #0b1c40;
}

.paging.button-light{
    background-color: #dddddd;
    color: #222;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
}

.news-nav__paging-wrapper{
    width: 100px;
    display: flex;
}

.match-scheme-back{
    background: url(img/grid2.png) no-repeat center center;
    padding-bottom: 10px;
    background-size: cover;
}

.article-text a{
 color:#2c3c3f;
 font-weight: bold;
 text-decoration: underline;
}

@media(max-width: 800px){
    
.category-news h1 {
    font-size: 1.2rem;
    padding-left: 10px;
    padding-right: 10px;
}
#track {
    display: flex;
    touch-action: pan-y;
    user-select: none;
    cursor: grab;
}
#track:active {
    cursor: grabbing;
}
.article-text{
    padding-left: 10px;
    padding-right: 10px;
}
.single-news-wrapper{
    width: 100%;
}
.single-news-wrapper .news-lead-img img{
    border-radius: 0px;
}
.single-news-wrapper .zaglavie {
    font-size: 1.2rem;
    margin-top: 0px;
    line-height: 1.5rem;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.scroll-to-top{
    right: 10px;
    bottom: 15px;
}
.copyright__notice{
    text-align: center;
}
.main-footer{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.news-row, .sport-news{
    width: 100%;
}
.sport-news{
    padding-right: 10px;
    padding-left: 10px;
}
.sp-rgh-img{
    width: 35%;
}
.sp-rgh-img img{
    width: 140px;
    height: 80px;
}
.sp-rgh-title{
    width: 65%;
}
.sp-rgh-title h3{
    margin-top: 0px;
}
.header-menu{
    padding-left: 10px;
    padding-right: 10px;
}
.top-hidden-menu .v7menu{
    width: 100%;
}
.v7_menu1{
    flex-direction: column;
}
.v7_menured{
    padding-bottom: 10px;
}
.track img{
    width: 300px;
    height: 150px;
    margin-left: 10px;
    margin-top: 10px;
}
.cup-schema-header{
    padding-left: 10px;
    padding-right: 10px;
}
.cup-schema-title h1{
    font-size: 1rem;
}
.schema-box{
    padding-left: 10px;
}
.cup-schema-content{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
    width: 100%;
    display: block;
}

.cup-schema-content::-webkit-scrollbar {
    width: 100%;
    height: 0;
}

.schema-type{
    width: 800px;
}

.schema-teams{
    justify-content: flex-start;
    width: 800px;
}

.schema-box:nth-child(1) .match-pair:nth-child(1):after {
    right: 4px;
    width: 18px;
}

.schema-box:nth-child(1) .match-pair:last-of-type:after{
    right: 3px;
    width: 18px;
}

.schema-box h3{
    font-size: 0.75;
}

.team-final:before{
    left: -33px;
    width: 33px;
}

.cup-schema-title{
    width: 100%;
}

.schema-box:nth-child(1) .match-pair:first-of-type:after{
    right: 3px;
    width: 17px;
    height: 17px;
}

}