/*ScrollBar*/
#footballtabs .gc--2-of-3::-webkit-scrollbar {
    width: 3px;
    border-radius: 5px;
}

#footballtabs  .gc--2-of-3::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 0px;
    padding-right: 20px;
}

#footballtabs  .gc--2-of-3::-webkit-scrollbar-thumb:vertical {
    background-color: rgba(58, 130, 237, .4);
    border-radius: 5px;
}

#footballtabs  .gc--2-of-3::-webkit-scrollbar-thumb:vertical:hover {
    background: rgba(58, 130, 237, .4);
}

#footballtabs  .gc--2-of-3 {
    user-select: none;
}


/*ScrollBar*/

#footballtabs.grid {
    list-style: none;
    width: 100%;
}

#footballtabs  .gc {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 0;
    vertical-align: top;
}

#footballtabs  .gc--1-of-3 {
    width: 33.33333%;
}

#footballtabs  .gc--2-of-3 {
    width: 66.66666%;
    border: 1px solid #dbe5f5;
    padding: 15px 15px!important;
    max-height: 235px;
    max-height: 235px;
    height: 235px;
    border-radius: 0 4px 4px 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(255, 255, 255, .5);
}

#footballtabs {
    position: relative;
}

#footballtabs  .bannerholder {
    top: -1px;
    left: -2px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 3px;
    box-sizing: border-box;
    z-index: -1;
    border-radius: 4px;
    opacity: .6;
}

#footballtabs  .fkbanner {
    border-radius: 4px;
}

.naccs {
    position: relative;
    max-width: 723px;
    margin: 40px auto 0 0;
}

.naccs .menu div {
    padding: 15px 20px 15px 15px;
    margin-bottom: 10px;
    color: #3a82ed;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    border: 1px solid #dbe5f5;
    border-right: none!important;
    border-radius: 4px 0 0 4px;
	font-size: 18px;
    line-height: 19px;
}

.naccs .menu div:last-child {
    margin-bottom: 0;
    padding-bottom: 16px;
}

.text_heading.football-club {
    text-decoration: none;
    color: #3a82ed;
    border-bottom: 1px solid #dbe5f5;
    margin-left: -5px;
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 1px solid #3a82ed;
    display: inline-block;
}

.text_heading.football-club:hover {
    color: #e6332a;
}

/*
.text_heading.football-club:after {
    padding-left: 10px;
    content: "→";
    text-decoration: none;
}

.text_heading.football-club:hover:after {
    padding-left: 20px;
}*/

#footballtabs  .gc--2-of-3 a:hover,
.naccs .menu div:hover {
    color: #e6332a;
    fill: #e6332a;
}

.naccs .menu div span.light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 20px;
    left: 15px;
    background-color: #3a82ed;
    border-radius: 100%;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    display: none;
}

.naccs .menu div.active span.light {
    background-color: #dbe5f5;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 4px 0 0 4px;
    display: block;
}

.naccs .menu div.active {
    background: #09a3ff;
    color: #fff;
    padding: 15px 20px 15px 25px;
    border: 1px solid #09a3ff;
}

ul.nacc {
    position: relative;
    height: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

ul.nacc li:not(.active) {
    overflow: hidden;
    height: 0;
}

ul.nacc li p {
    margin-bottom: 10px;
	font-size: 14px;
    line-height: 19px;
    color: #000;
}

#footballtabs h3{
	margin-bottom: 15px;
    font-weight: bold;
}

#footballtabs.grid .menu svg,
#footballtabs.grid .menu img {
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    padding-right: 10px;
    margin-top: -1px;
    fill: #3a82ed;
}

#footballtabs.grid .menu div.active svg,
#footballtabs.grid .menu div.active img {
    fill: #fff;
}

#footballtabs  .cup-image {
    height: 110px;
    width: 90px;
    float: left;
}

#footballtabs  .tabcontent a {
    font-size: 18px;
    line-height: 24px;
    display: block;
    color: #3a82ed;
    text-decoration: underline;	
}

#footballtabs  .tabcontent>ul>li {
    width: 100%;
}


/*        Награды      */

#footballtabs  #cupsblock .cup a {
    margin-left: 90px;
}

#footballtabs  #cupsblock .cup p {
    margin-left: 90px;
    padding-top: 10px;
    font-size: 80%;
    line-height: 120%;
    color: #606060;
    font-style: italic;
}

#footballtabs  #cupsblock .cup {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
    display: inline-block;
}

#footballtabs  #cupsblock .cup:last-child {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
}


/*        Награды      */


/*        Матчи      */

#footballtabs  #matchesblock .news-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#footballtabs  #matchesblock .news-date {
	margin: 8px 0 0 0;
    padding: 0px 0 0 20px;
    background: url(../img/news-icon-date.png) no-repeat;
    font-style: italic;
    margin-bottom: 5px;
    font-family: Italic;
    font-size: 14px;
    color: #64879a;
    line-height: 16px;
}

#footballtabs  #matchesblock .news-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

#footballtabs  #matchesblock .news-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#footballtabs  .news-item.next {
    position: relative;
    background: rgba(58, 130, 237, .15);
    margin: -15px;
    padding: 15px;
    border-radius: 0;
    border-bottom: none!important;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.05))!important;
}

#footballtabs  .news-item svg,
#footballtabs  .news-item img {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 45px;
    fill: #3a82ed;
    animation: acAnimatedSvgIconAlarmClockAnimation 4s ease-out infinite;
}

#footballtabs  .news-item.next:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 50px;
    fill: #3a82ed;
    animation: acAnimatedSvgIconAlarmClockAnimation 4s ease-out infinite;
    background: url(../svg/024-stopwatch.svg) no-repeat;
    background-size: 50px 50px;
}


/*        Матчи      */


/*        Турниры      */

#footballtabs  #tournirtable table {
    width: 100%;
    border: none!important;
    border-spacing: 0;
}

#footballtabs  #tournirtable tr.tablehead {
    background: #61AF6A;
    color: #fff;
    text-align: center;
}

#footballtabs  #tournirtable tr {
    border-bottom: 1px solid rgba(255,255,255, .4);
    line-height: 30px;
    font-size: 14px;
}

#footballtabs  #tournirtable tr:nth-child(2n) {
    background: rgba(242, 242, 242, .4);
}

#footballtabs  #tournirtable .left,
#footballtabs  #tournirtable .tourtable-k {
    text-align: left!important;
}

#footballtabs  #tournirtable td[class^="tourtable-"] {
    text-align: center!important;
}

#footballtabs  #tournirtable .tourtable-legend {
    margin-top: 20px;
    background: #f2f2f2;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#footballtabs  #tournirtable tr.tablehead {
    background: rgba(219, 229, 245, .5);
    color: #000;
}

#footballtabs  #tournirtable .tourtable-legend {
    margin-top: 20px;
    background: rgba(242, 242, 242, .4);
    padding: 5px 15px;
    border: 1px solid rgba(204, 204, 204, .5);
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.6em;
}


/*        Турниры      */

#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    color: #fff;
}

#sb-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    visibility: hidden;
    display: none;
}

#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%;
}

#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}

#sb-wrapper-inner {
    position: relative;
    border: 8px solid #f9faed;
    border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    height: 100px;
}

#sb-body {
    position: relative;
    height: 100%;
}

#sb-body-inner {
    position: absolute;
    height: 100%;
    width: 100%;
}

#sb-player.html {
    height: 100%;
    overflow: auto;
}

#sb-body img {
    border: none;
}

#sb-loading {
    position: relative;
    height: 100%;
}

#sb-loading-inner {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
}

#sb-loading-inner span {
    background: url('../img/shadowbox_loading.gif') no-repeat;
    padding-left: 34px;
    display: inline-block;
}

#sb-body,
#sb-loading {
    background-color: #060606;
}

#sb-title,
#sb-info {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#sb-title,
#sb-title-inner {
    height: 26px;
    line-height: 26px;
}

#sb-title-inner {
    font-size: 16px;
}

#sb-info,
#sb-info-inner {
    height: 28px;
    line-height: 20px;
}

#sb-info-inner {
    font-size: 12px;
}

#sb-nav {
    float: right;
    height: 24px;
    padding: 2px 0;
    width: 45%;
}

#sb-nav a {
    display: block;
    float: right;
    height: 24px;
    width: 24px;
    margin-left: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
}

#sb-nav-close {
    background-image: url('../img/shadowbox-close.png');
}

#sb-nav-next {
    background-image: url('../img/shadowbox-next.png');
}

#sb-nav-previous {
    background-image: url('../img/shadowbox-previous.png');
}

#sb-nav-play {
    background-image: url('../img/shadowbox-play.png');
}

#sb-nav-pause {
    background-image: url('../img/shadowbox-pause.png');
}

#sb-counter {
    float: left;
    width: 45%;
}

#sb-counter a {
    padding: 0 4px 0 0;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

#sb-counter a.sb-counter-current {
    text-decoration: underline;
}

div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

div.sb-message a:link,
div.sb-message a:visited {
    color: #fff;
    text-decoration: underline;
}

#footballtabs  #aboutblock td {
    width: 100%;
    display: block;
}

#footballtabs  #aboutblock td.image {
    text-align: center;
    padding-top: 10px;
}

#footballtabs  img.small {
    width: 250px;
    padding: 3px;
    border-radius: 4px;
    border: 1px solid rgba(204, 204, 204, .3);
    background: rgba(255, 255, 255, .4);
}

@media (max-width: 700px) {
    #footballtabs.grid {
        list-style: none;
        margin-left: 0px;
    }
    #footballtabs  .gc--1-of-3 {
        width: 100%!important;
    }
    #footballtabs  .gc--2-of-3 {
        width: 100%;
        border-radius: 0 4px 4px 4px;
    }
    .naccs .menu div {
        padding: 15px;
        margin-bottom: 0;
        display: inline-block;
        border: 1px solid #dbe5f5!important;
        border-bottom: none!important;
        border-radius: 4px 4px 0 0;
    }
    .naccs .menu div span.light,
    #footballtabs  .menutitle {
        display: none!important;
    }
    #footballtabs.grid .menu svg,
    #footballtabs.grid .menu img {
        width: 24px;
        height: 24px;
        float: none;
        display: block;
        padding-right: 0;
        margin-top: -1px;
        fill: #3a82ed;
    }
    #footballtabs.grid .menu {
        width: 100%;
        display: block;
    }
    #footballtabs  .gc {
        box-sizing: border-box;
        display: block;
        margin-right: 0;
        min-height: 1px;
        padding-left: 0;
        vertical-align: top;
    }
    .naccs .menu div.active {
        background: #3a82ed;
        color: #fff;
        padding: 15px;
        border: 1px solid #3a82ed;
    }
    #footballtabs  #aboutblock td {
        width: 100%;
        display: block;
    }
    #footballtabs  #aboutblock td.image {
        text-align: center;
        padding-top: 10px;
    }
    #footballtabs  .fkbanner {
        border-radius: 0 4px 4px 4px;
        float: right;
    }
    #footballtabs  .bannerholder {
        padding-bottom: 40px;
        border-radius: 20px;
    }
    #footballtabs  .bannerholder {
        top: 50px;
        right: 0;
        left: 0;
        position: absolute;
        width: auto;
        height: 100%;
        overflow: hidden;
        padding: 3px;
        box-sizing: border-box;
        z-index: -1;
        border-radius: 4px;
        opacity: .2;
    }
}

@-webkit-keyframes acAnimatedSvgIconAlarmClockAnimation {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    20% {
        -webkit-transform: rotateZ(0deg);
    }
    /* 1 */
    24% {
        -webkit-transform: rotateZ(2deg) translateY(-2%);
    }
    27% {
        -webkit-transform: rotateZ(0deg);
    }
    28% {
        -webkit-transform: rotateZ(-2deg) translateY(-2%);
    }
    29% {
        -webkit-transform: rotateZ(0deg);
    }
    30% {
        -webkit-transform: rotateZ(2deg) translateY(-2%);
    }
    31% {
        -webkit-transform: rotateZ(0deg);
    }
    32% {
        -webkit-transform: rotateZ(-2deg) translateY(-2%);
    }
    33% {
        -webkit-transform: rotateZ(0deg);
    }
    /* 2 */
    59% {
        -webkit-transform: rotateZ(0deg);
    }
    60% {
        -webkit-transform: rotateZ(2deg) translateY(-2%);
    }
    63% {
        -webkit-transform: rotateZ(0deg);
    }
    64% {
        -webkit-transform: rotateZ(-2deg) translateY(-2%);
    }
    65% {
        -webkit-transform: rotateZ(0deg);
    }
    66% {
        -webkit-transform: rotateZ(2deg) translateY(-2%);
    }
    67% {
        -webkit-transform: rotateZ(0deg);
    }
    68% {
        -webkit-transform: rotateZ(-2deg) translateY(-2%);
    }
    69% {
        -webkit-transform: rotateZ(0deg);
    }
}