﻿@charset "UTF-8";

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-logo {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

._mt5 {
    margin-top: 5px;
}

._mt10 {
    margin-top: 10px;
}

._mt15 {
    margin-top: 15px;
}

._mt20 {
    margin-top: 20px;
}

._mt25 {
    margin-top: 25px;
}

._mt30 {
    margin-top: 30px;
}

._ml5 {
    margin-top: 5px;
}

._ml10 {
    margin-left: 10px;
}

._ml15 {
    margin-left: 15px;
}

._ml20 {
    margin-left: 20px;
}

._ml25 {
    margin-left: 25px;
}

._mb5 {
    margin-bottom: 5px;
}

._mb10 {
    margin-bottom: 10px;
}

._mb15 {
    margin-bottom: 15px;
}

._mb20 {
    margin-bottom: 20px;
}

._mb25 {
    margin-bottom: 25px;
}

._mb30 {
    margin-bottom: 30px;
}

._mr30 {
    margin-right: 30px;
}

._pl0 {
    padding-left: 0px !important;
}

._pr0 {
    padding-right: 0px !important;
}

.img {
    overflow: hidden;
}

    .img > img, .img > a > img {
        width: 100%;
        height: auto;
    }

._pt0 {
    padding-top: 0px !important;
}

.container:after, .container-fluid:after, .row:after, .el__title__page:after, .breadcrumbs ul:after, .nav-about ul:after, .nav-inner ul:after, .filter-line:after, table.statistics__table td .last-game:after, table.comp-stats td .last-game:after, .detail-command .statistic-command:after, .sidebar__commands .command-list a:after, .top-comparison-filter:after, .command-comparison-title:after, .command-comparison-title .command-item:after, .command-comparison-wrap:after, .player-comparison:after, .el-player-comparison:after, .div-table:after, .div-table .div-tr:after, .command-item:after, .player-wrap .user-player:after, .mod-protocol .player:after, .title-tournament:after, .tournament-links:after, .el-tournament-body:after, .el-tournament-body .command:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
}

.container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1230px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.el__title__page {
    color: #2e2e2e;
    padding-bottom: 10px;
    margin-bottom: 18px;
    padding-top: 30px;
    display: block;
    border-bottom: none;
    padding-bottom: 0;
}

    .el__title__page h1, .el__title__page h2 {
        float: left;
        font-weight: 800;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .el__title__page a.more {
        margin-top: 5px;
        color: #b9b9b9;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
        float: right;
    }

        .el__title__page a.more:hover {
            color: black;
            text-decoration: none;
        }

        .el__title__page a.more i {
            margin-left: 4px;
            font-size: 10px;
        }

.mod-bottom-border .el-video {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px;
}

.section-videos {
    margin-bottom: 30px;
}

.el-video {
    padding-bottom: 16px;
    cursor: pointer;
}

    .el-video .name-video {
        display: block;
        margin-bottom: 10px;
        margin-top: 15px;
        color: #221e1f;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

        .el-video .name-video:hover {
            color: #f1841f;
            text-decoration: none;
        }

    .el-video .pic-video img {
        width: 100%;
        height: auto;
    }

.breadcrumbs ul {
    padding: 20px 0 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
}

.breadcrumbs li {
    float: left;
    margin-right: 20px;
    font-family: "Roboto Mono", monospace;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

    .breadcrumbs li:last-child {
        margin-right: 0;
    }

    .breadcrumbs li a {
        position: relative;
        color: #a4a4a4;
        display: inline-block;
        letter-spacing: 0.05em;
    }

        .breadcrumbs li a:hover {
            color: black;
        }

        .breadcrumbs li a:after {
            position: absolute;
            right: -14px;
            top: 5px;
            content: '\f054';
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #a4a4a4;
            font-size: 8px;
        }

    .breadcrumbs li span {
        color: #a4a4a4;
    }

.diagram-wrap {
    width: 100%;
    height: auto;
    overflow-x: auto;
    display: inline-block;
}

.nav-about, .nav-inner {
    display: block;
    padding: 18px 0 0;
    overflow-x: auto;
}

    .nav-about.mod-border-top, .nav-inner.mod-border-top {
        border-top: 1px solid #e6e6e6;
    }

    .nav-about.mod-detail-game ul, .nav-inner.mod-detail-game ul {
        width: 100%;
    }

@media (max-width: 767px) {
    .nav-about.mod-detail-game ul, .nav-inner.mod-detail-game ul {
        min-width: 380px !important;
    }
}

.nav-about.mod-detail-game li, .nav-inner.mod-detail-game li {
    text-align: center;
    width: 50%;
    margin: 0;
}

.nav-about.mod-border-bottom, .nav-inner.mod-border-bottom {
    width: 100%;
    text-align: right;
    margin-bottom: 25px;
}

    .nav-about.mod-border-bottom ul, .nav-inner.mod-border-bottom ul {
        display: block;
        margin-bottom: 0;
    }

.nav-about.mod-xs ul, .nav-inner.mod-xs ul {
    min-width: 380px !important;
}

@media (max-width: 991px) {
    .nav-about, .nav-inner {
        width: 100%;
    }
}

.nav-about ul, .nav-inner ul {
    min-width: 700px;
    border-bottom: 1px solid #e1e1e1;
    list-style-type: none;
}

.nav-about li, .nav-inner li {
    float: left;
    margin-left: 40px;
    white-space: nowrap;
    position: relative;
    list-style-type: none;
}

    .nav-about li > a, .nav-about li > span, .nav-inner li > a, .nav-inner li > span {
        display: inline-block;
        color: #000000;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        border-bottom: 1px solid transparent;
        font-weight: 400;
        cursor: pointer;
        padding: 18px 0;
        position: relative;
        margin-bottom: -1px;
    }

        .nav-about li > a:hover, .nav-about li > a:focus, .nav-about li > span:hover, .nav-about li > span:focus, .nav-inner li > a:hover, .nav-inner li > a:focus, .nav-inner li > span:hover, .nav-inner li > span:focus {
            text-decoration: none;
            border-bottom: 1px solid #000;
        }

@media (max-width: 991px) {
    .nav-about li, .nav-inner li {
        margin-left: 25px;
    }
}

.nav-about li:first-child, .nav-inner li:first-child {
    margin-left: 0;
}

.nav-about li.active a, .nav-about li.active span, .nav-inner li.active a, .nav-inner li.active span {
    border-bottom: 2px solid #f1841f;
}

.filter-line .ui.selection.dropdown {
    min-width: 100%;
    width: 100%;
    background: white;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: none !important;
    margin-bottom: 25px;
}

.filter-line .form-control {
    font-size: 13px;
}

.filter-line .input-group-addon {
    padding: 4px;
}

.wrap-map-region {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    text-align: center;
}

.section-logos {
    padding-bottom: 30px;
}

.el-logos {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

    .el-logos:hover {
        text-decoration: none;
    }

        .el-logos:hover .name {
            color: #c39a6f;
            text-decoration: none;
        }

    .el-logos .img {
        width: 100%;
        display: block;
        height: 155px;
        text-align: center;
        margin-bottom: 20px;
    }

        .el-logos .img img {
            max-height: 155px;
            max-width: 100%;
            width: auto;
            vertical-align: middle;
        }

    .el-logos .name {
        display: inline-block;
        text-align: center;
        color: #000000;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 19px;
        min-height: 23px;
        font-weight: 700;
        max-width: 220px;
        width: 100%;
    }

        .el-logos .name:hover {
            text-decoration: none;
        }

.el-junge {
    text-align: center;
    width: 100%;
    padding: 25px 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

    .el-junge .pic {
        border-radius: 100%;
        overflow: hidden;
        display: inline-block;
        width: 160px;
        height: 160px;
        margin-bottom: 15px;
    }

        .el-junge .pic img {
            width: 100%;
        }

    .el-junge .name {
        color: #000000;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 19px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .el-junge .prof {
        color: #000000;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 10px;
    }

    .el-junge p {
        width: 100%;
        margin-bottom: 10px;
        color: #202020;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
    }

        .el-junge p:last-child {
            margin-bottom: 0;
        }

        .el-junge p b {
            font-weight: 600;
        }

.img-responsive {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
    margin: 40px 0;
}

.el-input {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

    .el-input.mod-icon i {
        color: #221e1f;
        position: absolute;
        right: 10px;
        top: 14px;
        font-size: 12px;
    }

    .el-input.mod-icon input {
        padding-right: 30px;
    }

    .el-input input {
        width: 100%;
        background-color: white;
        border: none;
        border-bottom: 1px solid #e1e1e1;
        color: #221e1f;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        min-height: 40px;
        box-sizing: border-box;
        padding: 11px 16px 11px 16px;
    }

        .el-input input::-webkit-input-placeholder {
            color: #221e1f;
        }

        .el-input input::-moz-placeholder {
            color: #221e1f;
        }

        .el-input input:-ms-input-placeholder {
            color: #221e1f;
        }

        .el-input input:-moz-placeholder {
            color: #221e1f;
        }

.i-code {
    display: none;
}

.el-date {
    padding-right: 50px;
    position: relative;
    color: #4f4f4f;
    font-family: "Roboto Mono", monospace;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
}

    .el-date.mod-white {
        color: #bebebe;
    }

    .el-date .view {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        text-align: right;
        visibility: hidden;
    }

        .el-date .view i {
            font-size: 9px;
            margin-right: 4px;
        }

        .el-date .view > span {
            display: inline-block;
        }

.table.comp-stats th {
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    height: auto;
    padding: 8px;
}

.table.comp-stats td {
    text-align: center;
    vertical-align: middle;
    height: auto;
    padding: 8px;
}

.table .sortable {
    cursor: pointer;
}

.table .sorted {
    font-weight: 800;
    background: #e1e1e1;
}

table.statistics__table, table.comp-stats {
    text-align: center;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    background: white;
    text-align: center;
}

    table.statistics__table a:focus, table.statistics__table a:hover, table.comp-stats a:focus, table.comp-stats a:hover {
        color: #f1841f;
    }

    table.statistics__table tbody tr:last-child td, table.comp-stats tbody tr:last-child td {
        border-bottom: 1px solid #eceeef;
    }

    table.statistics__table th, table.comp-stats th {
        background-color: #f5f5f5;
        color: #2e2e2e;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 19px;
        border-right: 1px solid #f0f0f0;
        vertical-align: middle;
        letter-spacing: 0.05em;
    }

        table.statistics__table th:last-child, table.comp-stats th:last-child {
            border-right: none;
        }

    table.statistics__table td, table.comp-stats td {
        color: #202020;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        border-right: 1px solid #f0f0f0;
        vertical-align: middle;
        height: 57px;
        letter-spacing: 0.05em;
    }

        table.statistics__table td:last-child, table.comp-stats td:last-child {
            border-right: none;
        }

        table.statistics__table td .logo-icon, table.comp-stats td .logo-icon {
            width: 30px;
            height: 30px;
            background: url(../images/logo-icon.png) no-repeat center;
            display: inline-block;
            vertical-align: middle;
        }

        table.statistics__table td .club, table.comp-stats td .club {
            display: block;
            color: #202020;
            font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 0px;
            position: relative;
            padding-left: 30px;
            text-align: left;
        }

            table.statistics__table td .club img, table.comp-stats td .club img {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                max-width: 23px;
            }

        table.statistics__table td .last-game, table.comp-stats td .last-game {
            display: inline-block;
            margin-bottom: 0;
            padding-left: 0px;
        }

            table.statistics__table td .last-game li, table.comp-stats td .last-game li {
                float: left;
                display: inline-block;
                height: 5px;
                margin-right: 6px;
            }

                table.statistics__table td .last-game li:last-child, table.comp-stats td .last-game li:last-child {
                    margin-right: 0;
                }

                table.statistics__table td .last-game li span, table.comp-stats td .last-game li span {
                    width: 5px;
                    height: 5px;
                    box-sizing: border-box;
                    display: inline-block;
                    border-radius: 100%;
                    color: transparent;
                    border: 1px solid #0ec700;
                    background-color: #0fd400;
                }

                    table.statistics__table td .last-game li span.mod-red, table.comp-stats td .last-game li span.mod-red {
                        border: 1px solid #ee4d3e;
                        background-color: #ee4d3e;
                    }

    table.statistics__table tr, table.comp-stats tr {
        border: 1px solid #e1e1e1;
    }

        table.statistics__table tr th, table.statistics__table tr td, table.comp-stats tr th, table.comp-stats tr td {
            border: 1px solid #e1e1e1;
        }

@media (max-width: 400px) {
    table.statistics__table, table.comp-stats {
        min-width: 380px;
    }
}

table.statistics__table.player-statistics td:nth-child(3), table.comp-stats.player-statistics td:nth-child(3) {
    width: 100px;
}

table.statistics__table.command-statistics td:nth-child(3), table.comp-stats.command-statistics td:nth-child(3) {
    width: 100px;
}

table.statistics__table.command-statistics .text .name, table.comp-stats.command-statistics .text .name {
    font-size: 19px !important;
    line-height: 20px !important;
    margin-top: 25px !important;
}

table.statistics__table thead th, table.comp-stats thead th {
    text-align: center;
    vertical-align: middle;
}

table.statistics__table tbody tr, table.comp-stats tbody tr {
    background-color: rgba(250, 250, 250, 0.2);
}

.wrap-detail-user {
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 40px;
    width: 100%;
    margin-top: 30px;
}

    .wrap-detail-user img {
        width: 100%;
    }

    .wrap-detail-user .label {
        color: #f1841f;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 15px;
        line-height: 20px;
    }

    .wrap-detail-user .name {
        color: #000000;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 19px;
        line-height: 20px;
    }

    .wrap-detail-user .proff {
        color: #000000;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 30px;
    }

    .wrap-detail-user ul li {
        color: #202020;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
    }

.el-material-tabs {
    margin-bottom: 15px;
    display: flex;
}

    .el-material-tabs > li {
        border-bottom: 1px solid #e1e1e1;
        flex: 1 1 auto;
        text-align: center;
    }

        .el-material-tabs > li > span, .el-material-tabs > li a {
            font-size: 13px;
            color: #979797;
            letter-spacing: 0.05em;
            padding: 20px;
            display: block;
            cursor: pointer;
            text-transform: uppercase;
        }

            .el-material-tabs > li > span:hover, .el-material-tabs > li a:hover {
                text-decoration: none;
            }

        .el-material-tabs > li:hover, .el-material-tabs > li.active {
            border-bottom: 1px solid black;
        }

            .el-material-tabs > li:hover > span, .el-material-tabs > li:hover a, .el-material-tabs > li.active > span, .el-material-tabs > li.active a {
                color: black;
            }

.t-shirt-img {
    position: relative;
    top: -7px;
    width: 100%;
}

.el-gray-btn {
    display: block;
    width: 100%;
    height: 47px;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    line-height: 47px;
    text-align: center;
    color: #a4a4a4;
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

    .el-gray-btn:hover {
        text-decoration: none;
    }

.flat-table {
    border: 0;
    width: 100%;
}

    .flat-table tbody tr {
        border-bottom: 1px solid #e7e7e7;
    }

        .flat-table tbody tr td {
            padding: 10px;
            vertical-align: middle;
            padding-left: 0px;
        }

            .flat-table tbody tr td.num {
                font-family: "Roboto Mono", monospace;
                font-size: 10px;
                text-align: left;
                color: #c2c2c2;
            }

            .flat-table tbody tr td.image {
                text-align: center;
            }

                .flat-table tbody tr td.image img {
                    width: 27px;
                    height: auto;
                }

            .flat-table tbody tr td.name {
                text-align: left;
            }

                .flat-table tbody tr td.name a {
                    color: black;
                    font-size: 13px;
                    font-weight: 800;
                }

                .flat-table tbody tr td.name .subname {
                    color: #a9a9a9;
                    font-size: 10px;
                    letter-spacing: 0.05em;
                }

            .flat-table tbody tr td.value {
                font-size: 15px;
                letter-spacing: 0.05em;
                text-align: right;
                padding-right: 0px;
            }

.horizontal-switch {
    display: table;
    width: 100%;
    padding: 10px 0px;
    position: relative;
}

    .horizontal-switch .title {
        text-align: center;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        display: table-cell;
        vertical-align: middle;
        min-height: 16px;
    }

    .horizontal-switch .left, .horizontal-switch .right {
        background: url(/Content/html/assets/images/stat-arrow.png);
        width: 9px;
        height: 16px;
        opacity: 0.3;
        cursor: pointer;
        position: absolute;
        top: 10px;
    }

        .horizontal-switch .left:hover, .horizontal-switch .right:hover {
            opacity: 1;
        }

    .horizontal-switch .left {
        transform: rotate(-180deg);
        left: 0px;
    }

    .horizontal-switch .right {
        right: 0px;
    }

.blue-link {
    font-size: 12px;
    color: #2bbfd9;
    font-family: "Roboto Mono", monospace;
    text-decoration: none;
    cursor: pointer;
}

    .blue-link:hover {
        text-decoration: underline;
    }

span.link {
    color: #f1841f;
    cursor: pointer;
    text-decoration: none;
}

    span.link:hover {
        text-decoration: underline;
    }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
    font-weight: bold;
}

.ui-select-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.ui-select-choices-row:hover {
    background-color: #f5f5f5;
}

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
    padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
    display: none;
}

.select-locked > .ui-select-match-close {
    display: none;
}

body > .select2-container.open {
    z-index: 9999;
    /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px;
    /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px;
    /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-width: 1px;
    /* FIXME hardcoded value :-/ */
    border-top-style: solid;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -4px;
    /* FIXME hardcoded value :-/ */
}

    .ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
    .ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
        margin-top: 4px;
        /* FIXME hardcoded value :-/ */
    }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
    border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
    width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
    margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
    width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px;
    /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 0;
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
    text-decoration: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
    position: relative;
}

    .ui-select-bootstrap .ui-select-toggle > .caret {
        position: absolute;
        height: 10px;
        top: 50%;
        right: 10px;
        margin-top: -2px;
    }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
    /* Instead of relative */
    position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-radius: 4px;
    /* FIXME hardcoded value :-/ */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
        border-radius: 4px !important;
        /* FIXME hardcoded value :-/ */
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.ui-select-bootstrap .ui-select-search-hidden {
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn {
    /* Instead of center because of .btn */
    text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
    position: absolute;
    top: 45%;
    right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px;
}

body > .ui-select-bootstrap.open {
    z-index: 1000;
    /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    padding: 3px 3px 0 3px;
}

    .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
        background-color: transparent !important;
        /* To prevent double background when disabled */
        border: none;
        outline: none;
        height: 1.666666em;
        margin-bottom: 3px;
    }

    .ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
        font-size: 1.6em;
        line-height: 0.75;
    }

    .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
        outline: 0;
        margin: 0 3px 3px 0;
    }

.ui-select-multiple .ui-select-match-item {
    position: relative;
}

    .ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
        pointer-events: none;
    }

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    margin-right: 2px;
    border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    margin-left: 2px;
    border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

.ui-select-bootstrap .ui-select-choices-row.active > span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}

    .ui-select-bootstrap .ui-select-match-text span {
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }

.ui-select-bootstrap .ui-select-toggle > a.btn {
    position: absolute;
    height: 10px;
    right: 10px;
    margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes ui-select-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.ui-select-spin {
    -webkit-animation: ui-select-spin 2s infinite linear;
    animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
    -webkit-animation: none 0s;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px white;
    box-shadow: inset 0 0 12px 4px white;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    background: #f2f2f2;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

    .selectize-dropdown-header-close:hover {
        color: black;
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
        border-right: 0 none;
    }

    .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
        display: none;
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

    .selectize-control.plugin-remove_button [data-value] .remove {
        z-index: 1;
        /* fixes ie bug (see #392) */
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 17px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        color: inherit;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        padding: 2px 0 0 0;
        border-left: 1px solid #d0d0d0;
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .selectize-control.plugin-remove_button [data-value] .remove:hover {
            background: rgba(0, 0, 0, 0.05);
        }

    .selectize-control.plugin-remove_button [data-value].active .remove {
        border-left-color: #cacaca;
    }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: white;
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px;
}

.selectize-control {
    position: relative;
}

    .selectize-control.param-selector .selectize-input {
        border-color: transparent;
    }

    .selectize-control.direction-up .selectize-dropdown:before {
        display: none;
    }

    .selectize-control.open .selectize-input:after {
        transform: rotate(180deg);
    }

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #303030;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
    font-weight: 600;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
    background: white;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    border: 1px solid #e1e1e1;
    padding: 8px 15px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    font-weight: 400;
    padding-right: 35px;
    min-width: 136px;
    letter-spacing: 0.09em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .selectize-input:hover {
        background: white;
    }

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 15px 3px;
}

.selectize-input.full {
    background-color: white;
}

.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.focus {
    background: white !important;
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}

    .selectize-control.multi .selectize-input > div.active {
        background: #e8e8e8;
        color: #303030;
        border: 0 solid #cacaca;
    }

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: white;
    border: 0 solid white;
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .selectize-input > input::-ms-clear {
        display: none;
    }

    .selectize-input > input:focus {
        outline: none !important;
    }

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}

.selectize-dropdown:before {
    display: none;
    position: absolute;
    top: -6px;
    right: 15px;
    width: 12px;
    height: 12px;
    content: '';
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background: white;
    transform: rotate(45deg);
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border-radius: 3px !important;
    border: 1px solid #e1e1e1;
    background: white;
    letter-spacing: 0.05em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 0px 12px rgba(142, 142, 142, 0.6) !important;
}

    .selectize-dropdown [data-selectable] {
        cursor: pointer;
        overflow: hidden;
    }

        .selectize-dropdown [data-selectable] .highlight {
            background: rgba(125, 168, 208, 0.2);
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px;
        }

    .selectize-dropdown .option, .selectize-dropdown .optgroup-header {
        padding: 10px 15px;
    }

        .selectize-dropdown .option:hover, .selectize-dropdown .optgroup-header:hover {
            background-color: #f5f5f5;
        }

    .selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
        cursor: inherit;
        opacity: 0.5;
    }

    .selectize-dropdown [data-selectable].option {
        opacity: 1;
        cursor: pointer;
    }

    .selectize-dropdown .optgroup:first-child .optgroup-header {
        border-top: 0 none;
    }

    .selectize-dropdown .optgroup-header {
        color: #303030;
        background: #f5f5f5;
        cursor: default;
    }

    .selectize-dropdown .active {
        position: relative;
        z-index: 1;
        background-color: white;
    }

        .selectize-dropdown .active.create {
            color: #ff4747;
        }

    .selectize-dropdown .create {
        color: rgba(48, 48, 48, 0.5);
    }

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer;
}

    .selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
        cursor: text;
    }

    .selectize-control.single .selectize-input:after {
        content: "\f107";
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        text-align: center;
        vertical-align: middle;
        color: #2e2e2e;
        font-family: FontAwesome;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: auto;
    }

    .selectize-control.single .selectize-input.dropdown-active:after {
        transform: rotate(180deg);
    }

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}

.el__match {
    position: relative;
    background-color: white;
    width: 100%;
    max-width: 205px;
    height: 76px;
    padding: 0 7px;
    border-left: 1px solid #e1e1e1;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

    .el__match:last-child {
        border-right: 1px solid #e1e1e1;
    }

    .el__match:hover .hover__wrap {
        opacity: 1;
        visibility: visible;
    }

    .el__match .status__title {
        position: relative;
        padding-right: 25px;
        border-bottom: 1px solid #e1e1e1;
        color: #a4a4a4;
        font-family: "Roboto Mono", monospace;
        font-size: 10px;
        font-weight: 400;
        line-height: 22px;
        padding-left: 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        letter-spacing: 0.02em;
        min-height: 22px;
        padding-left: 5px;
        margin-left: -7px;
        margin-right: -7px;
    }

        .el__match .status__title:first-letter {
            text-transform: uppercase;
        }

        .el__match .status__title i, .el__match .status__title .i {
            position: absolute;
            right: 0px;
            top: 4px;
            font-size: 13px;
            color: #a4a4a4;
        }

        .el__match .status__title .i {
            display: block;
            height: 13px;
            top: -1px;
        }

            .el__match .status__title .i i {
                position: static;
                top: 0px;
            }

        .el__match .status__title d {
            display: inline;
        }

        .el__match .status__title span {
            position: absolute;
            right: 6.5px;
            top: 8px;
            display: inline-block;
            border-radius: 100%;
            width: 7px;
            height: 7px;
            background-color: #d8d8d8;
        }

            .el__match .status__title span.mod-online {
                background-color: #10e600;
            }

            .el__match .status__title span.mod-offline {
                background-color: #ffd800;
            }

        .el__match .status__title.today {
            color: black;
        }

    .el__match .match {
        text-align: center;
        margin-top: 2px;
    }

        .el__match .match li {
            display: block;
            position: relative;
            color: #202020;
            font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 600;
            line-height: 25px;
            padding: 0 30px;
            width: 100%;
            letter-spacing: 0.05em;
        }

            .el__match .match li.lid {
                font-weight: 800;
                letter-spacing: 0;
            }

            .el__match .match li .img {
                position: absolute;
                left: 0;
                top: 0;
                width: 23px;
                height: 23px;
                line-height: 23px;
            }

                .el__match .match li .img img {
                    display: inline-block;
                    vertical-align: middle;
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }

            .el__match .match li .name {
                width: 100%;
                text-align: left;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                letter-spacing: 0.025em;
            }

            .el__match .match li .bal {
                position: absolute;
                right: -5px;
                top: 0;
                width: 30px;
            }

    .el__match .hover__wrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 0.2s;
        visibility: hidden;
        background-color: #f5f5f6;
        text-align: center;
    }

        .el__match .hover__wrap li {
            position: relative;
            color: #989898;
            font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 9px;
            font-weight: normal;
            line-height: 38px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-transform: uppercase;
            letter-spacing: 0.2em;
        }

            .el__match .hover__wrap li:hover {
                background-color: #e1e1e1;
            }

            .el__match .hover__wrap li:first-child {
                border-bottom: 1px solid #e1e1e1;
            }

            .el__match .hover__wrap li a {
                display: block;
            }

                .el__match .hover__wrap li a:hover {
                    color: #000;
                    cursor: pointer;
                    text-decoration: none;
                }

            .el__match .hover__wrap li i {
                font-size: 6px;
                position: relative;
                top: -1px;
            }

.pic img {
    width: 100%;
}

.mod-command-wrap .el-junge {
    padding: 20px 10px 20px;
}

    .mod-command-wrap .el-junge .pic {
        border-radius: 0;
        width: 100%;
        max-width: 160px;
        height: auto;
    }

.el__title__page.mod-command {
    padding-top: 12px;
}

.command-wrapper {
    padding-top: 40px;
}

.detail-command:after {
    border-bottom: 2px solid #e6e6e6;
    margin: 0 15px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

.detail-command .name {
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.detail-command .local {
    color: #202020;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.detail-command .statistic-command {
    font-size: 0;
    padding-left: 0px;
}

    .detail-command .statistic-command li {
        float: left;
        display: inline-block;
        width: 75px;
        text-align: center;
    }

        .detail-command .statistic-command li:last-child {
            margin-right: 0;
        }

        .detail-command .statistic-command li p {
            color: #000000;
            font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 17px;
            margin-top: 8px;
        }

    .detail-command .statistic-command .text {
        width: 170px;
        text-align: left;
        color: #000000;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 50px;
        font-weight: 700;
    }

@media (max-width: 520px) {
    .detail-command .statistic-command .text {
        width: 100%;
    }
}

.circle-diagram {
    padding: 1px;
    display: inline-block;
}

.circle-diagram__arc {
    transform: translate(-1px, -1px);
}

.circle-diagram__text {
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.sidebar__commands {
    width: 100%;
    background-color: #f5f5f5;
}

    .sidebar__commands h2 {
        display: block;
        color: #000000;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 22px;
        padding: 15px 0;
        margin-bottom: 0;
    }

    .sidebar__commands .command-list {
        width: 100%;
        list-style-type: none;
        padding-left: 0px;
    }

        .sidebar__commands .command-list li {
            padding: 15px 20px;
            width: 100%;
            border-bottom: 1px solid #e6e6e6;
            transition: all 0.2s;
            list-style-type: none;
        }

            .sidebar__commands .command-list li:last-child {
                border-bottom: none;
            }

            .sidebar__commands .command-list li:hover, .sidebar__commands .command-list li.active {
                background-color: #e6e6e6;
            }

        .sidebar__commands .command-list a {
            display: block;
        }

            .sidebar__commands .command-list a:hover {
                text-decoration: none;
            }

        .sidebar__commands .command-list span {
            display: block;
        }

        .sidebar__commands .command-list .pic {
            width: 60px;
            float: left;
        }

            .sidebar__commands .command-list .pic img {
                width: 100%;
            }

        .sidebar__commands .command-list .text {
            box-sizing: border-box;
            padding-left: 10px;
            float: left;
            text-align: left;
            color: #000000;
            font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
            line-height: 20px;
            font-weight: 700;
            font-size: 13px;
            width: -moz-calc(100% - 60px);
            width: -webkit-calc(100% - 60px);
            width: calc(100% - 60px);
        }

        .sidebar__commands .command-list .name {
            text-transform: uppercase;
        }

        .sidebar__commands .command-list .local {
            font-size: 12px;
            font-weight: 400;
            color: #5d5d5d;
        }

.top-comparison-filter .left {
    width: 50%;
    float: left;
    text-align: left;
}

.top-comparison-filter .right {
    width: 50%;
    float: right;
    text-align: right;
}

    .top-comparison-filter .right .el-select {
        text-align: left;
    }

.top-comparison-filter .el-select {
    min-width: 200px;
}

@media (max-width: 767px) {
    .top-comparison-filter .el-select {
        width: 90%;
        min-width: 90%;
    }
}

.command-comparison-title {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #dbdcdd;
}

    .command-comparison-title:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 20px;
        bottom: 20px;
        width: 1px;
        background-color: #dbdcdd;
        transform: translateX(-50%);
    }

    .command-comparison-title .left {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding-right: 80px;
        text-align: right;
    }

@media (max-width: 767px) {
    .command-comparison-title .left {
        padding-right: 15px;
    }
}

.command-comparison-title .left .command-item .name {
    float: right;
    margin-left: 15px;
}

.command-comparison-title .right {
    width: 50%;
    float: right;
    text-align: left;
    box-sizing: border-box;
    padding-left: 80px;
}

@media (max-width: 767px) {
    .command-comparison-title .right {
        padding-left: 15px;
    }
}

.command-comparison-title .right .command-item .name {
    float: left;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .command-comparison-title .command-item {
        text-align: center !important;
    }
}

.command-comparison-title .command-item .name {
    display: inline-block;
    line-height: 60px;
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .command-comparison-title .command-item .name {
        width: 100%;
        float: none !important;
        margin: 0 !important;
    }
}

.command-comparison-title .command-item .picture {
    display: inline-block;
    height: 60px;
}

@media (max-width: 767px) {
    .command-comparison-title .command-item .picture {
        width: 100%;
        text-align: center;
    }
}

.command-comparison-title .command-item .picture img {
    height: auto;
    max-height: 60px;
}

@media (max-width: 767px) {
    .command-comparison-title .command-item .picture img {
        float: none;
        margin: 0;
    }
}

.command-comparison-wrap {
    padding: 30px 0;
}

    .command-comparison-wrap .left {
        width: 35%;
        float: left;
        text-align: right;
    }

@media (max-width: 520px) {
    .command-comparison-wrap .left {
        width: 20%;
    }
}

.command-comparison-wrap .left .line-stat .line .before {
    right: 0;
}

.command-comparison-wrap .center {
    width: 30%;
    float: left;
    text-align: center;
}

@media (max-width: 520px) {
    .command-comparison-wrap .center {
        width: 60%;
    }
}

.command-comparison-wrap .center .stat-name {
    line-height: 32px;
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.command-comparison-wrap .right {
    width: 35%;
    float: right;
    text-align: left;
}

@media (max-width: 520px) {
    .command-comparison-wrap .right {
        width: 20%;
    }
}

.command-comparison-wrap .right .line-stat .numbers {
    float: left;
}

.command-comparison-wrap .right .line-stat .line .before {
    background-color: #ee4d3e;
    left: 0;
}

.command-comparison-wrap .line-stat {
    font-size: 0;
    line-height: 32px;
    height: 32px;
    vertical-align: middle;
}

    .command-comparison-wrap .line-stat .line {
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
        height: 10px;
        background-color: #dbdcdd;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

@media (max-width: 480px) {
    .command-comparison-wrap .line-stat .line {
        display: none;
    }
}

.command-comparison-wrap .line-stat .line .before {
    display: inline-block;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    width: 50%;
    background-color: #007ec1;
}

.command-comparison-wrap .line-stat .numbers {
    width: 70px;
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .command-comparison-wrap .line-stat .numbers {
        width: 100%;
    }
}

.game-wrap-video {
    padding: 40px 0;
}

    .game-wrap-video .el-tournament-body .command .name {
        padding: 15px 0;
    }

    .game-wrap-video .video-wrap {
        width: 100%;
        height: auto;
    }

        .game-wrap-video .video-wrap iframe {
            display: block;
            margin: 0px auto;
            height: 650px;
        }

@media (max-width: 1229px) {
    .game-wrap-video .video-wrap iframe {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .game-wrap-video .video-wrap iframe {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .game-wrap-video .video-wrap iframe {
        height: 250px;
    }
}

.game-wrap-video .tournament-wrap {
    margin-bottom: 20px;
}

    .game-wrap-video .tournament-wrap .sears-game p {
        color: #202020;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
    }

    .game-wrap-video .tournament-wrap .local {
        color: #202020;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
        display: block;
    }

@media (max-width: 767px) {
    .game-wrap-video .tournament-wrap .local {
        font-size: 10px;
    }
}

.text-sostav {
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #202020;
    font-weight: 600;
}

    .text-sostav a {
        color: #202020;
    }

    .text-sostav span {
        color: #f1841f;
    }

.nav-about.text-center ul {
    display: inline-block;
    min-width: 540px;
}

.el-shirt {
    position: relative;
    width: 33px;
    height: 24px;
}

    .el-shirt.mod-xs {
        width: 25px;
        height: 18px;
    }

        .el-shirt.mod-xs:before {
            font-size: 8px;
        }

    .el-shirt:before {
        position: absolute;
        content: attr(data-nume);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 11px;
        font-weight: 700;
        line-height: 19px;
        color: inherit;
    }

    .el-shirt svg {
        width: 33px;
        height: 24px;
    }

.player-comparison-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.player-comparison {
    position: relative;
}

    .player-comparison .wrap-bar {
        position: absolute;
        left: 155px;
        right: 155px;
        top: 43px;
    }

@media (max-width: 580px) {
    .player-comparison .wrap-bar {
        display: none;
    }
}

.player-comparison .wrap-bar .left, .player-comparison .wrap-bar .right {
    width: 50%;
    height: 10px;
    box-sizing: border-box;
    position: relative;
}

    .player-comparison .wrap-bar .left span, .player-comparison .wrap-bar .right span {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
    }

.player-comparison .wrap-bar .left {
    float: left;
    padding-right: 5px;
}

.player-comparison .wrap-bar .right {
    float: right;
    padding-left: 5px;
}

.el-player-comparison {
    position: relative;
    width: 50%;
    float: left;
}

    .el-player-comparison.right {
        float: right;
        text-align: right;
    }

        .el-player-comparison.right .user-pic {
            float: right;
            margin-right: 0px;
            margin-left: 30px;
        }

            .el-player-comparison.right .user-pic .el-shirt {
                right: inherit;
                left: -16px;
            }

    .el-player-comparison .user-pic {
        float: left;
        margin-right: 30px;
        position: relative;
        display: inline-block;
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }

        .el-player-comparison .user-pic .img {
            overflow: hidden;
            height: 70px;
            border-radius: 50%;
        }

        .el-player-comparison .user-pic .el-shirt {
            position: absolute;
            bottom: 0;
            right: -16px;
        }

        .el-player-comparison .user-pic img {
            width: 100%;
            height: auto;
        }

    .el-player-comparison .text {
        padding-top: 10px;
    }

    .el-player-comparison .name {
        color: #000000;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .el-player-comparison .ball {
        color: #000000;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 19px;
    }

.chart-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}

    .chart-wrap:last-child {
        margin-bottom: 10px;
    }

.mar-top-30 {
    margin-top: 30px;
}

.div-table {
    width: 100%;
    margin: 30px 0;
}

    .div-table .div-tr {
        border-bottom: 1px solid white;
        width: 100%;
        float: left;
        background-color: #fafafa;
    }

        .div-table .div-tr:nth-child(even) {
            background-color: #f5f5f5;
        }

        .div-table .div-tr:last-child {
            border-bottom: 0px;
        }

        .div-table .div-tr.is-active .more-info-wrap {
            display: block;
        }

    .div-table .more-info-wrap {
        display: none;
        padding: 0;
    }

        .div-table .more-info-wrap .div-tr {
            border-bottom: 1px solid #f8f8f8 !important;
        }

        .div-table .more-info-wrap .div-td {
            border-left: 1px solid #f8f8f8 !important;
            background: white;
        }

            .div-table .more-info-wrap .div-td ~ .div-th {
                border-left: 1px solid #f8f8f8;
            }

    .div-table .div-th {
        width: 100%;
        font-weight: bold;
        text-align: center;
        color: #000000;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 19px;
        padding: 15px 5px;
    }

        .div-table .div-th ~ .div-th {
            border-left: 1px solid white;
            background-color: #f5f5f5;
        }

        .div-table .div-th:first-child {
            text-align: left;
            padding-left: 15px;
        }

@media (max-width: 575px) {
    .div-table .div-th:first-child {
        text-align: center;
    }
}

.div-table .div-td {
    width: 100%;
    text-align: center;
    color: #202020;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 5px;
    min-height: 48px;
}

    .div-table .div-td a {
        color: #202020;
    }

    .div-table .div-td span {
        color: #ba9765;
    }

    .div-table .div-td .number {
        color: #202020;
        margin-right: 5px;
    }

    .div-table .div-td ~ .div-td {
        border-left: 1px solid white;
    }

    .div-table .div-td:first-child {
        text-align: left;
        padding-left: 15px;
    }

@media (max-width: 575px) {
    .div-table .div-td:first-child {
        text-align: center;
    }
}

.chart-wrap highchart {
    display: block;
    width: 100%;
    max-width: 100%;
}

.chart-wrap .highcharts-container {
    width: 100% !important;
}

.chart-wrap .highcharts-tooltip > span {
    background-color: #fff;
    border: 1px solid #172F8F;
    border-radius: 5px;
    opacity: 1;
    z-index: 9999 !important;
    padding: .8em;
    left: 0 !important;
    top: 0 !important;
}

.command-item {
    margin-bottom: 25px;
    margin-top: 25px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}

    .command-item img {
        max-height: 65px;
        height: 100%;
        width: auto;
        float: left;
        margin-right: 15px;
    }

    .command-item .name {
        color: #202020;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 700;
        padding: 20px 0;
    }

.field-game-wrap {
    width: 100%;
    height: auto;
    position: relative;
}

@media (max-width: 767px) {
    .field-game-wrap {
        display: none;
    }
}

.field-game-wrap.mod-vertical {
    margin: 25px 0;
}

.field-game-wrap .field {
    width: 100%;
    height: auto;
    max-width: 760px;
}

.field-game-wrap .dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    background: red;
}

    .field-game-wrap .dot.made {
        background: green;
    }

.field-game-wrap .command-top, .field-game-wrap .command-bottom {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

    .field-game-wrap .command-top img, .field-game-wrap .command-bottom img {
        vertical-align: middle;
        max-height: 45px;
    }

.field-game-wrap .command-top {
    top: -22px;
}

.field-game-wrap .command-bottom {
    bottom: -22px;
}

.field-game-wrap .arrow-game {
    width: 27px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -15px;
}

    .field-game-wrap .arrow-game.left {
        transform: rotate(0deg);
    }

    .field-game-wrap .arrow-game.right {
        transform: rotate(180deg);
    }

    .field-game-wrap .arrow-game svg {
        display: inline-block;
        vertical-align: middle;
    }

.field-game-wrap .ball {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: url(../images/game-ball.png) no-repeat center/contain;
    position: absolute;
    left: 50%;
    top: 14%;
    margin-left: -5px;
    transform: translateX(-50%);
    text-shadow: -2px 1px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.field-game-wrap .player {
    height: 30px;
    display: inline-block;
    color: white;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    padding-left: 38px;
    position: absolute;
    padding-right: 10px;
}

    .field-game-wrap .player:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        z-index: 0;
        left: -28px;
        border-top: 14px solid transparent;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-right-color: inherit;
        border-bottom: 14px solid transparent;
    }

    .field-game-wrap .player.right:after {
        content: "";
        left: auto;
        right: -28px;
        border-top: 14px solid transparent;
        border-left: 20px solid transparent;
        border-left-color: inherit;
        border-right: 20px solid transparent;
        border-bottom: 14px solid transparent;
    }

    .field-game-wrap .player.right .text:after {
        left: inherit;
        right: -36px;
    }

    .field-game-wrap .player .text {
        position: relative;
        z-index: 1;
    }

        .field-game-wrap .player .text:after {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background-color: inherit;
            left: -66px;
            top: 6px;
            border-radius: 100%;
        }

        .field-game-wrap .player .text.-red:after {
            background-color: red !important;
        }

        .field-game-wrap .player .text.-green:after {
            background-color: green !important;
        }

    .field-game-wrap .player .el-shirt {
        position: absolute;
        left: -31px;
        top: 5px;
        width: 25px;
        height: 18px;
    }

        .field-game-wrap .player .el-shirt:before {
            font-size: 8px;
        }

.field-game-wrap .top-period {
    text-align: center;
    line-height: 20px;
    width: 120px;
    margin-left: -4px;
    height: 20px;
    border: 1px solid #dbdcdd;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    color: #a4a4a4;
    font-family: "Roboto Mono", monospace;
    font-size: 10px;
    font-weight: 500;
}

.field-game-wrap .pinches {
    text-align: center;
    line-height: 26px;
    width: 90px;
    margin-left: -4px;
    height: 26px;
    border: 1px solid #dbdcdd;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

    .field-game-wrap .pinches > span.lead {
        font-weight: bold;
        font-size: 16px !important;
    }

.wrap-game-fil {
    padding: 30px 0;
}

.player-wrap {
    width: 100%;
    margin-bottom: 4px;
}

    .player-wrap .table-responsive {
        margin-top: 4px;
    }

    .player-wrap .table {
        margin-bottom: 0;
    }

    .player-wrap th, .player-wrap td {
        font-size: 12px;
        line-height: 19px;
        background: white;
        padding: 0.2rem;
        height: 28px;
    }

    .player-wrap td {
        padding: 0.2rem;
        height: 28px;
    }

    .player-wrap .user-player .pic {
        position: relative;
        width: 35px;
        height: 35px;
        float: left;
        margin-right: 20px;
    }

        .player-wrap .user-player .pic .round {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            overflow: hidden;
        }

        .player-wrap .user-player .pic img {
            width: 100%;
            height: auto;
        }

        .player-wrap .user-player .pic .el-shirt {
            position: absolute;
            bottom: 0;
            right: -12px;
        }

    .player-wrap .user-player .name {
        height: 35px;
        line-height: 35px;
    }

        .player-wrap .user-player .name span {
            vertical-align: middle;
            color: #202020;
            font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 600;
            line-height: 16px;
            text-overflow: ellipsis;
            overflow: hidden;
            display: inline-block;
            width: -moz-calc(100% - 60px);
            width: -webkit-calc(100% - 60px);
            width: calc(100% - 60px);
        }

.mod-protocol {
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #e1e1e1;
}

    .mod-protocol .el-shirt {
        display: inline-block;
    }

    .mod-protocol .pic {
        width: 35px;
        height: 35px;
        overflow: hidden;
        margin: 0px auto;
        border-radius: 50%;
    }

        .mod-protocol .pic img {
            width: 100%;
        }

    .mod-protocol .player {
        width: 165px;
        display: inline-block;
    }

        .mod-protocol .player .name {
            width: -moz-calc(100% - 40px);
            width: -webkit-calc(100% - 40px);
            width: calc(100% - 40px);
            line-height: 24px;
            text-overflow: ellipsis;
            display: inline-block;
            white-space: normal;
            overflow: hidden;
            color: #202020;
            font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 600;
        }

            .mod-protocol .player .name a, .mod-protocol .player .name span {
                line-height: 12px !important;
                white-space: normal;
                display: block;
            }

    .mod-protocol .table {
        margin-bottom: 0px;
    }

        .mod-protocol .table th {
            padding: 0.2rem;
            color: #000000;
            font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 14px;
            line-height: 19px;
            font-weight: 700;
            border: 1px solid #e1e1e1;
        }

        .mod-protocol .table tr {
            cursor: pointer;
            border: 1px solid #e1e1e1;
        }

            .mod-protocol .table tr.shotChart {
                background: #e2b97e !important;
            }

        .mod-protocol .table td {
            padding: 0.2rem;
            height: 40px;
            border: 1px solid #e1e1e1;
        }

        .mod-protocol .table tfoot tr {
            background-color: #ee4d3e;
        }

            .mod-protocol .table tfoot tr td {
                border-color: rgba(236, 238, 239, 0.1);
                color: white;
                font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
                font-size: 12px;
                line-height: 15px;
                font-weight: 400;
            }

.timer-started {
    color: forestgreen !important;
}

.timer-stopped {
    color: red !important;
}

.title-tournament {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 30px;
}

    .title-tournament.mod-border-none {
        border-bottom: none;
    }

    .title-tournament .pic {
        float: left;
        width: 165px;
        margin-right: 30px;
    }

@media (max-width: 767px) {
    .title-tournament .pic {
        width: 100%;
        margin-bottom: 20px;
    }
}

.title-tournament .pic img {
    width: 100%;
    max-width: 165px;
}

.title-tournament .text {
    padding-top: 16px;
}

.tournament-name {
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}

.tournament-dec {
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 10px;
}

.tournament-date {
    color: #202020;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

    .tournament-date i {
        font-size: 17px;
    }

        .tournament-date i:before {
            display: inline-block;
            margin-right: 6px;
            transform: translateY(2px);
        }

.tournament-links {
    margin-top: 16px;
}

    .tournament-links a {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        border-radius: 5px;
        background-color: #f0f0f0;
        float: left;
        color: #202020;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
        margin-right: 15px;
        margin-bottom: 10px;
    }

        .tournament-links a i {
            font-size: 17px;
            color: #f1841f;
        }

            .tournament-links a i:before {
                display: inline-block;
                margin-right: 6px;
                transform: translateY(2px);
            }

        .tournament-links a:hover {
            text-decoration: none;
        }

        .tournament-links a:last-child {
            margin-right: 0;
        }

.ical-wrapper {
    padding: 15px;
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.4;
    background: #f5f5f5;
    letter-spacing: 0.05em;
    display: none;
}

    .ical-wrapper .link {
        white-space: nowrap;
    }

.btn-filter {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #f0f0f0;
    float: left;
    color: #202020;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .btn-filter {
        margin-bottom: 30px;
    }
}

.tournament-wrap {
    width: 100%;
}

.tournament-wrap {
    overflow-x: auto;
    margin-bottom: 40px;
}

    .tournament-wrap:last-child {
        margin-bottom: 0;
    }

.el-tournament {
    background-color: white;
}

    .el-tournament.is-active .tournament-style-text, .el-tournament.is-active .table-responsive, .el-tournament.is-active .tournament-details {
        display: block;
    }

.el-tournament-head {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}

    .el-tournament-head .tournament-date {
        color: #221e1f;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        margin-bottom: 8px;
    }

    .el-tournament-head .tournament-status {
        color: #202020;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
    }

.el-tournament-body {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 40px 20px;
}

@media (max-width: 767px) {
    .el-tournament-body {
        padding: 15px 15px 20px;
    }
}

.el-tournament-body .left {
    float: left;
    width: 38%;
}

.el-tournament-body .right {
    float: left;
    text-align: right;
    width: 38%;
}

    .el-tournament-body .right .command img {
        float: right;
        margin-left: 15px;
        margin-right: 0;
    }

.el-tournament-body .tournament-style-text {
    display: none;
}

.el-tournament-body.tournament-details {
    display: none;
}

.el-tournament-body .center {
    width: 24%;
    float: left;
    min-height: 50px;
    text-align: center;
}

    .el-tournament-body .center .sears-game {
        margin-top: 15px;
        color: #202020;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 22px;
        font-weight: 600;
    }

        .el-tournament-body .center .sears-game b {
            font-weight: 700;
        }

    .el-tournament-body .center a {
        color: #f1841f;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
    }

    .el-tournament-body .center .btn-more i {
        margin-left: 6px;
    }

    .el-tournament-body .center .btn-more:before {
        content: 'Развернуть';
    }

    .el-tournament-body .center .btn-more.is-active i {
        transform: rotate(180deg);
    }

    .el-tournament-body .center .btn-more.is-active:before {
        content: 'Свернуть';
    }

.el-tournament-body .table-responsive {
    margin-top: 15px;
    display: none;
}

.el-tournament-body .command {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .el-tournament-body .command {
        margin-bottom: 0;
    }
}

.el-tournament-body .command img {
    max-height: 65px;
    height: 100%;
    width: auto;
    float: left;
    margin-right: 15px;
}

.el-tournament-body .command .name {
    color: #202020;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .el-tournament-body .command .name {
        font-size: 14px;
    }
}

.places-tournament-wrap {
    width: 100%;
    height: auto;
    position: relative;
}

@media (max-width: 500px) {
    .places-tournament-wrap {
        display: none;
    }
}

.places-item {
    position: absolute;
    left: 25%;
    top: 30%;
    display: inline-block;
    text-align: center;
}

@media (max-width: 991px) {
    .places-item {
        left: 20%;
    }
}

.places-item.third {
    right: 25%;
    left: inherit;
}

@media (max-width: 991px) {
    .places-item.third {
        right: 20%;
    }
}

.places-item.first {
    left: 50%;
    right: inherit;
    top: 8%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .places-item.first {
        left: 50%;
    }
}

.places-item.first img {
    max-height: 150px;
}

@media (max-width: 991px) {
    .places-item.first img {
        max-height: 120px;
    }
}

@media (max-width: 767px) {
    .places-item.first img {
        max-height: 90px;
    }
}

.places-item img {
    max-height: 70px;
    max-width: 160px;
}

@media (max-width: 767px) {
    .places-item img {
        max-height: 50px;
        max-width: 120px;
    }
}

.places-item .name {
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
    font-weight: 700;
}

@media (max-width: 991px) {
    .places-item .name {
        display: none;
    }
}

.detail-filter {
    margin-bottom: 30px;
}

    .detail-filter p {
        color: #221e1f;
        font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
    }

.section-position-tournament .match-title {
    margin-top: -30px;
    color: #333333;
    font-family: "Roboto Mono", monospace;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    background-color: #e8e5e5;
    padding: 5px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .section-position-tournament .match-title {
        margin-top: 0;
    }
}

.section-position-tournament .match-title p {
    margin: 0;
}

.section-position-tournament .el__match {
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e1e1e1;
}

    .section-position-tournament .el__match:last-child {
        margin-bottom: 0;
    }

    .section-position-tournament .el__match .status__title {
        border-bottom: 1px solid #e1e1e1;
    }

    .section-position-tournament .el__match:hover {
        background-color: #fafafa;
    }

    .section-position-tournament .el__match .match {
        margin: 0;
        list-style-type: none;
        padding-left: 0px;
    }

        .section-position-tournament .el__match .match li {
            list-style-type: none;
        }

            .section-position-tournament .el__match .match li .img {
                width: 25px;
                height: 25px;
                line-height: 25px;
            }

    .section-position-tournament .el__match .hover__wrap {
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.13);
        border: 1px solid #e1e1e1;
        background-color: #ffffff;
        width: auto;
        height: auto;
        min-height: 100%;
        left: -2px;
        right: -2px;
        top: 85px;
        padding: 15px;
        box-sizing: border-box;
        list-style-type: none;
        padding-left: 15px;
    }

        .section-position-tournament .el__match .hover__wrap:before {
            content: '';
            width: 100%;
            height: 15px;
            display: inline-block;
            position: absolute;
            top: -15px;
            left: 0;
        }

        .section-position-tournament .el__match .hover__wrap li {
            padding: 0;
            color: #000000;
            font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 14px;
            line-height: 17px;
            font-weight: 400;
            letter-spacing: 0.02em;
            text-align: left;
        }

            .section-position-tournament .el__match .hover__wrap li:hover {
                background: white;
            }

            .section-position-tournament .el__match .hover__wrap li:first-child {
                border-bottom: none;
            }

            .section-position-tournament .el__match .hover__wrap li a:hover {
                color: #b99768;
            }

            .section-position-tournament .el__match .hover__wrap li b {
                font-weight: 600;
            }

.section-position-tournament .box-match-wrap {
    margin-bottom: 30px;
    width: 100%;
}

    .section-position-tournament .box-match-wrap.mod-1_4 {
        padding: 48px 0 46px;
    }

@media (max-width: 767px) {
    .section-position-tournament .box-match-wrap.mod-1_4 {
        padding: 0px 0 0;
    }
}

.section-position-tournament .box-match-wrap.mod-1_4 .el__match {
    margin-bottom: 127px;
}

@media (max-width: 767px) {
    .section-position-tournament .box-match-wrap.mod-1_4 .el__match {
        margin-bottom: 15px;
    }
}

.section-position-tournament .box-match-wrap.mod-1_4 .el__match:last-child {
    margin-bottom: 0;
}

.section-position-tournament .box-match-wrap.mod-1_2 {
    padding: 152px 0 149px;
}

@media (max-width: 767px) {
    .section-position-tournament .box-match-wrap.mod-1_2 {
        padding: 0px 0 0;
    }
}

.section-position-tournament .box-match-wrap.mod-1_2 .el__match {
    margin-bottom: 332px;
}

@media (max-width: 767px) {
    .section-position-tournament .box-match-wrap.mod-1_2 .el__match {
        margin-bottom: 15px;
    }
}

.section-position-tournament .box-match-wrap.mod-1_2 .el__match:last-child {
    margin-bottom: 0;
}

.section-position-tournament .box-match-wrap.mod-last .box-match:after, .section-position-tournament .box-match-wrap.mod-last .box-match:before {
    display: none;
}

.section-position-tournament .box-match-wrap.mod-last .el__match {
    height: auto;
}

    .section-position-tournament .box-match-wrap.mod-last .el__match .next-game {
        padding: 0;
    }

    .section-position-tournament .box-match-wrap.mod-last .el__match p {
        padding-top: 5px;
        width: 100%;
        color: #bebebe;
        font-family: "Roboto Mono", monospace;
        font-size: 9px;
        font-weight: 500;
        line-height: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-top: 1px solid #e6e6e6;
    }

    .section-position-tournament .box-match-wrap.mod-last .el__match:after {
        display: none;
    }

    .section-position-tournament .box-match-wrap.mod-last .el__match:after {
        display: none;
    }

.section-position-tournament .box-match-wrap.mod-final {
    padding: 358px 0 0;
}

@media (max-width: 767px) {
    .section-position-tournament .box-match-wrap.mod-final {
        padding: 0px 0 0;
    }
}

.section-position-tournament .box-match {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

    .section-position-tournament .box-match:last-child {
        margin-bottom: 0;
    }

    .section-position-tournament .box-match:before {
        content: '';
        width: 16px;
        height: 1px;
        background-color: #dbdcdd;
        position: absolute;
        right: -32px;
        top: 50%;
        display: inline-block;
        pointer-events: none;
        transform: translateY(-50%);
    }

@media (max-width: 767px) {
    .section-position-tournament .box-match:before {
        display: none;
    }
}

.section-position-tournament .box-match:after {
    content: '';
    width: 1px;
    background-color: #dbdcdd;
    position: absolute;
    right: -16px;
    top: 39px;
    bottom: 38px;
    display: inline-block;
    pointer-events: none;
}

@media (max-width: 767px) {
    .section-position-tournament .box-match:after {
        display: none;
    }
}

.section-position-tournament .box-match .el__match:after {
    content: '';
    width: 16px;
    height: 1px;
    background-color: #dbdcdd;
    position: absolute;
    right: -16px;
    top: 38px;
    display: inline-block;
    pointer-events: none;
}

@media (max-width: 767px) {
    .section-position-tournament .box-match .el__match:after {
        display: none;
    }
}

.section-position-tournament .grid-match-wrap {
    margin-top: 30px;
    width: 100%;
}

.group-etap {
    border-right: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}

    .group-etap .table-responsive {
        border-bottom: 1px solid #eceeef;
    }

    .group-etap .statistics__table {
        margin-bottom: 0;
    }

        .group-etap .statistics__table tbody {
            border-bottom: 1px solid #eceeef;
        }

    .group-etap.is-active {
        border-top: 1px solid #eceeef;
        border-bottom: 1px solid #eceeef;
    }

        .group-etap.is-active .wrap-btn {
            padding: 30px 0;
            text-align: center;
            border-bottom: 1px solid #eceeef;
        }

            .group-etap.is-active .wrap-btn .el-btn .icon-arrow-sm-b {
                display: inline-block;
            }

            .group-etap.is-active .wrap-btn .el-btn .icon-arrow-sm-t {
                display: none;
            }

            .group-etap.is-active .wrap-btn .el-btn:before {
                content: "Результаты матчей";
            }

        .group-etap.is-active .hidden-table {
            display: none;
        }

    .group-etap .hidden-table {
        display: block;
    }

    .group-etap .wrap-btn {
        padding: 30px 0;
        text-align: center;
    }

        .group-etap .wrap-btn .el-btn {
            display: inline-block;
            height: 32px;
            line-height: 32px;
            padding: 0 15px;
            border-radius: 5px;
            background-color: #f0f0f0;
            color: #202020;
            font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 600;
        }

            .group-etap .wrap-btn .el-btn:before {
                content: 'Скрыть результаты';
            }

            .group-etap .wrap-btn .el-btn:hover {
                text-decoration: none;
            }

            .group-etap .wrap-btn .el-btn .icon-arrow-sm-b {
                display: none;
            }

            .group-etap .wrap-btn .el-btn .icon-arrow-sm-t {
                display: inline-block;
            }

            .group-etap .wrap-btn .el-btn i {
                font-size: 6px;
                margin-left: 5px;
            }

                .group-etap .wrap-btn .el-btn i:before {
                    margin-bottom: 5px;
                    display: inline-block;
                    vertical-align: middle;
                }

    .group-etap .win-team {
        color: #ee2e30;
    }

.small-playoff {
    padding: 0px !important;
    background: #f4f4f4;
}

    .small-playoff .comp-selector {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .small-playoff .box-match {
        margin-bottom: 15px;
    }

        .small-playoff .box-match::before, .small-playoff .box-match::after {
            display: none;
        }

    .small-playoff .match-title {
        margin-top: initial;
    }

    .small-playoff .el__match::after {
        display: none;
    }

.detail-command .command-pic img {
    width: 100%;
}
