@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo%202%20Regular%20Expanded.eot);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo%202%20Regular%20Expanded.otf);
    font-weight: normal;
    font-style: normal;
}

html {
    min-height: 100%;
    position: relative;
}

html,
body {
    font-family: 'Exo', sans-serif;
    background: #f4f4f4;
    color: #4b4e53;
}

body.snow, .snow-bg {
    background-color: #e6e6e6;
    background-image: url("../img/5.png");
    background-repeat: repeat;
}

body {
    margin-bottom: 70px;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.content a, h1, h2, h3, h4, .full-content a {
    color: #4b4e53;
}

.content a, .full-content a {
    text-decoration: underline;
}

.stage a, .figure a {
    word-wrap: break-word;
}

.stage a.qualification-link {
    color: #4e4e4e;
    font-weight: bold;
}

.content a:hover, .full-content a:hover {
    color: #56a025;
}

img {
    max-width: 100%;
}

.mobile-only {
    display: none !important;
}

.img {
    padding: 0px;
}

ul {
    margin: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-2 {
    padding-bottom: 2px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-10-md {
    padding-bottom: 10px;
}

.pt-10-md {
    padding-top: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99991;
}

/*==== Шапка сайта ====*/

ul.contact {
    float: right;
    padding-right: 15px;
}

ul.contact li {
    list-style: none;
    display: inline;
    padding-left: 30px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav > li > a {
    padding-bottom: 15px;
}

nav .navbar-brand img {
    height: 100%;
}

nav .navbar-brand {
    padding: 0;
}

nav li > a {
    color: #404040;
}

nav li > .active {
    border-bottom: 2px solid #4b4e53;
}

nav .navbar-toggle {
    border-color: #ddd;
}

nav .navbar-toggle .icon-bar {
    background: #888
}

.dropdown-menu > li > a {
    padding: 10px;
    color: #fff;
}

nav .flags img {
    width: 30px;
}

.dropdown-menu > li > a:hover {
    padding-left: 15px;
    background: #686c73;
    color: #fff;
}

.navbar-left .dropdown-menu {
    left: 0;
    right: auto;
    background: #686c73;
}

.navbar-nav > li {
    padding-bottom: 10px;
}

.nav > li > a {
    padding: 15px 5px;
    margin: 0 8px;
}

.nav a {
    text-transform: uppercase;
}

.content {
    padding: 0 20px 0 20px;
    position: relative;
    width: 60%;
}

.full-content {
    padding: 0 20px 0 20px;
    position: relative;
    width: 100%;
}

.pool {
    padding: 20px 10px;
}

.global-content {
    padding-top: 60px;
    position: relative;
    width: 100%;
}

.list, .athlete {
    /*max-width: 738px;*/
}

.list .item {
    padding: 5px 0;
}

.list .item .toggle {
    position: relative;
}

.list .item .toggle .title {
    color: #4b4e53;
    padding: 5px 10px;
    z-index: 10;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}

.list .item .toggle .title:hover {
    text-decoration: underline;
}

.list .item .toggle .background {
    height: 30px;
    background: #4b4e53;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1;
}

.list .info {
    display: none;
    padding-left: 10px;
}

.list .info .pl-10, .list .info li, .list .pl-10 {
    line-height: 25px;
}

.documents .list .info ul {
}

.documents .list .info li {
    line-height: 25px;
}

.title-with-bg {
    background: #4b4e53;
    color: #fff;
    margin-top: 10px;
    padding: 5px;
}

.title-with-bg.green-title-with-bg {
    background: #56a025;
}

.title-with-bg.yellow-title-with-bg {
    background: #ffcd00;
}

h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
}

.news {
    /*max-width: 738px;*/
}

.news h3 {
    margin: 30px 0 20px;
}

.news .item {
    padding-bottom: 30px;
}

.news .item .date {
    padding-bottom: 5px;
}

.news .item .title-with-bg {
    text-transform: uppercase;
}

.detail-news {
    font-family: 'Verdana', 'sans-serif';
}

.detail-news ol li, .detail-news ul li {
    padding-bottom: 5px;
}

.detail-news .date {
    padding-top: 20px;
    color: #909294;
}

.pagination {
    color: #4b4e53;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #56a025;
    border-color: #56a025;
}

.pagination > li > a, .pagination > li > span {
    color: #4b4e53;
}

.background-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    z-index: 1;
    max-height: 100%;
    overflow: hidden;
}

.background-img img {
    width: 100%;
}

.detail-news {
    width: 80%;
}

.detail-news img {
    width: 50%;
}

.white-menu {
    border-top: 2px solid #4b4e53
}

.content .btn-dark, .content .btn-dark a, .full-content .btn-dark, .full-content .btn-dark a {
    background: #4b4e53;
    color: #f4f4f4;
    text-decoration: none;
    border-radius: 0px;
}

.content .btn-light, .content .btn-light a, .full-content .btn-light, .full-content .btn-light a {
    background: #abb2bd;
    color: #f4f4f4;
    text-decoration: none;
    border-radius: 0px;
}

.btn-info, .btn-info a, a.btn-info, a.btn-info:hover {
    background: #b6d2fe;
    color: #4b4e53;
    text-decoration: none;
    border-radius: 0px;
}

table.results td, table.results th {
    vertical-align: middle !important;
    border-collapse: collapse;
    border: 1px solid #4b4e53;
}

table.results {
    border-top: 1px solid #4b4e53;
    background: #fff;
}

table.results > thead > tr > th {
    border-bottom: 1px solid #4b4e53;
}

/*
table.results th {
    text-align:center;
    white-space:nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
table.results th p {
    margin:0 -100%;
    display:inline-block;
}
table.results th p:before {
    content:'';
    width:0;
    padding-top:110%;
    display:inline-block;
    vertical-align:middle;
}
*/

span.red {
    color: #dc0004;
    font-size: 10px;
}

span.remove {
    color: #dc0004;
}

.wait {
    color: #56a025;
    font-size: 18px;
}

span.green, td.green {
    color: #56a025;
}

.best {
    font-weight: bold;
    color: #56a025;
}

table.results small {
    color: #686c73;
}

.show-mobile table.results th:first-child {
    max-width: 70px;
}

.show-mobile {
    display: none;
}

.help-for-athlete {
    background: #cfe4ff;
    width: 100%;
    padding: 2px 5px;
    border-left: 4px solid #79bbff;
}

.modal-dialog {
    top: 40px;
}

.free-numbers {
    display: none;
}

.compareWith .select2 {
    max-width: 350px;
    display: inline-block;
}

.compareWith .form-control {
    max-width: 150px;
    display: inline-block;
}

.figure-title {
    background: #dedede;
}

.compare-results .small {
    font-size: 10px;
}

.w-2 td {
    width: 50%;
}

.w-3 td {
    width: 33%;
}

tbody > tr > td {
    padding: 4px !important;
}

#newNotices {
    color: #cb0000;
}

.modal-notices {
    position: absolute;
    z-index: 10000;
    top: 50px;
    background: #fff;
    width: 500px;
    right: 0;
    padding: 10px 20px;
    display: none;
    border-top: 2px solid #4b4e53;
}

.modal-notices .text {
    max-height: 350px;
    overflow: auto;
}

.modal-notices a {
    text-transform: none;
}

.closeNotices {
    color: #747474;
    cursor: pointer;
}

.navbar-mobile-items {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    display: none;
}

.lk {
    list-style: none;
}

.lk .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.lk li a.dropdown-toggle {
    color: #4b4e53;
}

.footer {
    padding: 10px 0;
    width: 100%;
    background: #4b4e53;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    margin-top: 70px;
    z-index: 100;;
}

.footer a {
    color: #f4f4f4;
}

.img-in-profile img {
    max-width: 100%;
    max-height: 500px;
}

a.deletePhoto {
    text-decoration: none;
}

.athletes .item {
    position: relative;
    padding: 10px;
}

.athletes .item .card {
    border: 1px solid #000;
    width: 100%;
    box-shadow: 0px 0px 4px 0px #a7a7a7;
    position: relative;
    overflow: hidden;
}

.athletes .item a {
    text-decoration: none;
}

.athletes .item a:hover {
    color: #0a0a0a;
}

.athletes .item a:hover .card {
    box-shadow: 0px 0px 8px 0px #747474;
}

.athletes .item .card .number {
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.athletes .item .card h4, .athletes .item .card h5 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.athletes .item .card h4 {
    font-size: 16px;
    font-weight: bold;
}

.athletes .img {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 159px;
    padding-right: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.athletes .info {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 159px;
    z-index: 10;
    width: calc(100% - 130px);
}

.athletes .info ul {
    padding-left: 25px;
}

.athletes .info li {
    font-size: 12px;
}

.athletes .item .card .athleteClass {
    text-align: center;
    background: #4b4e53;
    color: #fff;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.athlete-info {
    width: calc(100% - 310px);
}

.athlete .img img {
    max-width: 300px;
    max-height: 500px;
}

.toggle-content {
    display: none;
}

.toggle .title {
    cursor: pointer;
    /*text-decoration: underline;*/
}
.underline {
    text-decoration: underline;
}

.toggle .title:hover {
    color: #56a025;
}

.no-margin {
    margin: 0;
}
.pb-5 {
    padding-bottom: 5px;
}

.triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 24px;
    z-index: 1;
    border: 50px solid transparent;
    width: 0;
    height: 0;
}

.triangle-green {
    border-right: 50px solid #00bb04;
    border-bottom: 50px solid #00bb04;
    color: #f4f4f4;
}

.triangle-red {
    border-right: 50px solid #ff014a;
    border-bottom: 50px solid #ff014a;
    color: #f4f4f4;
}

.triangle-blue {
    border-right: 50px solid #0082f4;
    border-bottom: 50px solid #0082f4;
    color: #f4f4f4;
}

.triangle-yellow {
    border-right: 50px solid #ffcd00;
    border-bottom: 50px solid #ffcd00;
    color: #f4f4f4;
}

.triangle-white {
    border-right: 50px solid #ffffff;
    border-bottom: 50px solid #ffffff;
    color: #000000;
}

.list-nav {
    margin-top: 10px;
    padding-left: 30px;
}

.list-nav ul {
    position: fixed;
}

.list-nav ul li {
    list-style: none;
    text-transform: uppercase;
}

.list-nav ul li:nth-child(2n) a {
    color: #6d6f73;
}

.registration-city {
    margin-bottom: 15px;
}

.registration-city .form-group, .registration-city .help-block {
    margin-bottom: 0;
}

.registration-city .inactive {
    display: none;
}

.header .white-menu {
    height: 80px;
}

.affix {
    position: fixed;
    height: 60px;
    transition: height .4s ease
}

.affix .white-menu {
    height: 60px;
    transition: height .4s ease
}

.affix .white-menu, .white-menu {
    transition: height .3s ease 0s, background .3s ease 0s;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0)
}

.affix .white-menu, .white-menu {
    -webkit-transform: translateZ(0)
}

.affix .white-menu {
    top: 0;
    left: 0;
    z-index: 100;
    background: #fdfbfb;
    transform: translateZ(0);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .15)
}

.affix .white-menu {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, .15)
}

.result-green {
    background: #b5e4b6;
}

.result-red {
    background: #ffe7ee;
}

.result-blue {
    background: #d7edff;
}

.result-yellow {
    background: #f8ff8a;
}

.result-white {
    background: #ffffff;
}

.result-scheme {
    display: none;
}

.result-default {
    background: #f4f4f4;
}

.result-scheme.active {
    display: block;
}

.internal-class-0 {
    background: #65d0e4;
}

.internal-class-1 {
    background: #b5e4b6;
}

.internal-class-2 {
    background: #e7d7b4;
}

.internal-class-3 {
    background: #d7edff;
}

.internal-class-4 {
    background: #f8ff8a;
}

.internal-class-5 {
    background: #ffffff;
}

.internal-class-6 {
    background: #d5ff9e;
}

.internal-class-7 {
    background: #d1a0ff;
}

.internal-class-8 {
    background: #fff1bb;
}

.internal-class-9 {
    background: #bdd4bc;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu.right-dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 2px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #4b4e53;
}

.fc-event-container {
    padding: 0 !important;
}

.fc-content-skeleton, .fc-content-skeleton table {
    height: 98%;
}

.fc-content-skeleton table a {
    display: block;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
    line-height: 16px;
}

.fc-day-grid-event .fc-content {
    white-space: normal;
}

.schedule .month {
    background: #4b4e53;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
}

.schedule .item {
    padding-top: 5px;
}

.schedule table th {
    padding: 0 !important;
}

.schedule table tr.future {
    background: #ecf7e6;
}

.change-type {
    margin-bottom: 20px;
    text-align: right;
}

.change-type a {
    background: #5cb85c;
    color: #fff !important;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
}

.open-stages-map {
    background: #d5d5d5;
    color: #383838 !important;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    box-shadow: none;
    border: none;
}

#map {
    margin-bottom: 20px;
}

.nav .open > a:focus {
    background-color: #686c73;
    color: #fff;
}

.compareWithBlock .result {
    background: #fff;
}

.compareWithBlock hr {
    border-top: 1px solid #a4a5a9;
    margin-bottom: 10px;
}

.compareWithBlock h3, .compareWithBlock .text {
    padding-left: 6px;
}

.compareWithBlock table tr td:first-child {
    padding-left: 6px !important;
}

.compareWithBlock table tr td:last-child {
    padding-right: 6px !important;
}

.compare-results {
    padding-top: 1px;
    padding-bottom: 20px;
}

.compare-results table:last-child {
    margin-bottom: 0;
}

table.results small.red {
    color: darkred;
}

.navbar-nav > li > .dropdown-menu, .dropdown-submenu > .dropdown-menu {
    border-radius: 0;
}

.change-type a:hover {
    background: #35a235;
}

.results-with-img thead th {
    vertical-align: bottom !important;
}

.table thead img {
    height: 120px;
}

.enrollForm {
    display: none;
}

.athletes .pagination:first-child, .news-pg .pagination:first-child {
    margin: 0;
}

.notice hr {
    padding: 0;
    margin: 0;
}

.results .table .fa-youtube {
    font-size: 18px;
}

.result-needClarificationParticipant, .internal-class-needClarificationParticipant {
    background: #dcdcdc;
    color: #7c7d7d;
}

.result-needClarificationParticipant a, .internal-class-needClarificationParticipant a {
    color: #7c7d7d !important;
}

.warning {
    border: 1px solid #e47221;
    padding: 5px;
    margin-bottom: 5px;
}

.dark-border {
    border-bottom: 2px solid #4b4e53;
}

h2.title small {
    font-size: 14px;
}

.mobile-language {
    display: inline-block;
    padding-left: 10px;
}

.down-time {
    float: left;
    text-align: center;
}

.time-blocks .points {
    float: left;
    font-size: 55px;
}

.down-time .item {
    font-family: Stencil;
    font-size: 65px;
}

.work-page {
    text-align: center;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.work-page .time-blocks {
    position: relative;
    left: calc(50% - 124px);
}

.image-cutter .dropzone {
    min-height: 100px;
}

.image-cutter .dropzone .img-container .preview-image {
    height: 150px;
    width: auto;
}

.hr-motorcycle {
    margin-top: 15px;
    width: 100%;
    height: 25px;
    background-size: contain;
}

.hr-motorcycle-1 {
    background: url('../img/icons/1.png') repeat;
    background-size: contain;
}

.hr-motorcycle-2 {
    background: url('../img/icons/2.png') repeat;
    background-size: contain;
}

.hr-motorcycle-3 {
    background: url('../img/icons/3.png') repeat;
    background-size: contain;
}

.hr-motorcycle-4 {
    background: url('../img/icons/4.png') repeat;
    background-size: contain;
}

.hr-motorcycle-5 {
    background: url('../img/icons/5.png') repeat;
    background-size: contain;
}

.hr-motorcycle-6 {
    background: url('../img/icons/6.png') repeat;
    background-size: contain;
}

.hr-motorcycle-7 {
    background: url('../img/icons/7.png') repeat;
    background-size: contain;
}

.hr-motorcycle-8 {
    background: url('../img/icons/8.png') repeat;
    background-size: contain;
}

.hr-motorcycle-9 {
    background: url('../img/icons/9.png') repeat;
    background-size: contain;
}

.circle-class {
    padding: 5px;
    text-align: center;
    border-radius: 100%;
    width: 32px;
    height: 30px;
    display: inline-block;
}

.circle-class-small {
    padding: 2px;
    text-align: center;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 10px;
}

.circle-class-green {
    background: #00bb04;
    color: #f4f4f4;
}

.circle-class-red {
    background: #ff014a;
    color: #f4f4f4;
}

.circle-class-blue {
    background: #0082f4;
    color: #f4f4f4;
}

.circle-class-yellow {
    background: #ffcd00;
    color: #f4f4f4;
}

.circle-class-white {
    background: #ffffff;
    color: #000000;
    border: 1px solid black;
}

.errors {
    position: relative;
    width: 300px;
}

.errors img {
    width: 100%;
}

.errors {
    margin: 0 auto;
    margin-top: 40px;
}

.errors .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.errors .text {
    position: absolute;
    z-index: 100;
}

.errors .text .code {
    position: relative;
    left: 135px;
    font-size: 22px;
    font-weight: bold;
    top: 200px;
}

.errors .text .message {
    position: relative;
    left: 90px;
    width: 150px;
    top: 200px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.gray-column {
    background: #dedede;
    color: #7b7b7b;
    border-bottom: 1px solid #cacaca;
}

.gray-column a {
    color: #7b7b7b;
}

th.gray-column {
    border-bottom: 2px solid #cacaca !important;
}

.green-title, .green-title a {
    color: #56a025 !important;
}

.green-title:hover, .green-title a:hover {
    color: #4b4e53;
}

.big-icon {
    font-size: 18px;
}

.btn-green {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 0;
}

a.btn-green {
    color: #fff;
    text-decoration: none;
}

.btn-green:hover {
    background-color: #4cae4c;
    color: #fff !important;
}

.toggle .btn {
    text-decoration: none;
}

.special-stage-form {
    display: none;
}

.my-row {
    border: 2px solid #56a025;
}

.is-active-0 {
    background: #e2e2e2 !important;
    color: #828282;
}

.is-active-0 a {
    color: #828282 !important;
}

.href-menu ul li {
    display: inline-block;
}

.href-menu ul li:before {
    content: "\2022";
    padding-right: 5px;
}

.owl-theme .owl-controls .owl-page span {
    background: #56a025 !important;
}

ul.news-carousel li {
    list-style-type: none;
}

ul.news-carousel {
    margin-left: 0;
    padding-left: 0;
}

.tracks-gallery .item .info {
    margin-bottom: 20px;
    background: #686c73;
    color: #fff;
    height: 100px;
    padding: 4px;
}

.tracks-gallery.stages .item .info {
    height: 50px;
    text-transform: uppercase;
}

.tracks-gallery .item .img a {
    display: flex;
}

.tracks-gallery .item .info a {
    color: #56a025;
}

.tracks-gallery .item .img {
    height: 250px;
    overflow: hidden;
    border: 1px solid #eee;
}

.tracks-gallery .item .img img {
    object-fit: cover;
    width: 100%;
}

.mobile-menu-items {
    display: none !important;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
    background: #2f3238;
}

figure.effect-julia img {
    max-width: none;
    height: 400px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255, 255, 255, 0.9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Media queries */
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
    }

    .content h4, .athlete .athlete .card-box:first-child {
        text-align: center;
    }

    .content .detail-news p {
        padding: 0 10px;
        text-align: left;
    }

    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

small.spb {
    font-size: 14px;
}

small.spb a {
    white-space: nowrap;
}

.stage-danger-info {
    background: #fdfbfb;
    padding: 10px;
    margin-bottom: 10px;
    /*border: 1px solid #0a0a0a;*/
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}

.stage-danger-info b {
    color: #b7211f;
}

.card-box {
    background: #ffffff none repeat scroll 0 0;
    margin: 15px 0;
    padding: 20px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

.card-box .box-body {
    padding: 20px;
}

.card-box .box-head {
    background: #4b4e53;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}

.global-stage {
    margin-top: 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.current-stage {
    margin-top: 16px;
}

.global-stage a {
    color: #56a025;
}

.main-stages .item {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.main-stages .item a {
    text-decoration: none;
}

.main-history small {
    font-size: 10px;
}

.light-color {
    color: #8c8c8c;
}

.answers .item {
    background: #9edc75;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.answers .item a {
    display: block;
    width: 100%;
}

.answers .item:hover {
    box-shadow: 0px 0px 4px 0px #a7a7a7;;
    background: #80c155;
}

.answers .item a:hover {
    color: #0f0f0f;
}

.votes .text {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1000;
}

.votes .item {
    background: #eaf0f3;
    margin-bottom: 10px;
    padding: 5px 10px;
    position: relative;
}

.votes .percent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: 30px;
    background: #7695ad;
}

table.results small.tmp-percent, small.tmp-percent {
    color: #b5b5b5;
}

.answer-votes {
    display: none;
}

.votes .item {
    cursor: pointer;
}

.diplomas .item {
    display: inline-block;
    margin-left: 20px;
}

.diplomas .item .btns {
    text-align: center;
    font-size: 18px;
}

.diplomas .item .btns > span {
    padding: 0 5px;
}

.diplomas .item .img {
    width: 70px;
}

.diplomas .item .img img {
    width: 100%;
}

#diplomaModal .img img {
    margin: 0 auto;
    display: block;
}

.news .preview_text img {
    width: 100%;
}

.championships.list .championship-title {
    text-transform: uppercase;
}

.stage-item {
    padding-bottom: 20px;
}

.blue-title, .blue-title a {
    color: #43a8d0 !important;
}

.gp7 a {
    color: #2dcb37;
    font-weight: bold;
}

nav .logo img {
    height: 30px;
}

.mobile-menu-items.logo {
    position: absolute;
    left: 10px;
    top: 16px;
}

.modal .nav div {
    position: fixed;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: #565656;
    padding: 10px 15px;
    color: #cacaca;
    cursor: pointer;
    transition: .5s;
}

.modal .nav div:hover {
    background: #494949;
}

.modal .nav div.nav-left {
    left: 10px;
}

.modal .nav div.nav-right {
    right: 30px;
}

.back-drop-with-gif {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    transition: opacity .15s linear;
    opacity: .5;
}

.tracking-tracks-gallery .bg {
    background: #d4d4d4;
}

.training-track .background {
    padding: 0 1px;
}

.training-track .info {
    background: #fff;
    border-top: 1px solid #d4d4d4;
    padding: 4px 6px;
}

.training-track .img {
    border-top: 1px solid #d4d4d4;
    background: #fff;
    transition: 3s;
}

.training-track .img figure {
    height: 200px;
    background-size: contain;
    margin-top: 1px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.training-track .img figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.training-track .img figure:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.3);
}

.row-without-pt {
    margin: 0 !important;
}

.show-training-track {
    cursor: pointer;
}

.col-without-pt {
    padding: 0 !important;
}

.irs-line {
    height: 5px;
    top: 37px;
}

.irs-bar {
    height: 5px;
    top: 37px;
    border-color: #575a60;
    background: #6a6e75;
}

.irs-from, .irs-to, .irs-single {
    background: #5cc85c;
}

.irs-slider {
    width: 17px;
    border-radius: 0;
}

.training-track-data {
    padding: 10px 20px;
}

.comments {
    padding-top: 10px;
}

.comment {
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

.comment:last-child {
    border-bottom: none;
}

.comment .img, .comment .data {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 70px);
}

.comment .img {
    width: 60px;
    margin-right: 5px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
}

.comment .name {
    font-weight: bold;
}

.comment .date {
    font-size: 12px;
    color: #a5a5a5;
}

.comment .text {
    white-space: pre-wrap;
}

.circle-athlete-D1, .circle-athlete-D2, .circle-athlete-D3, .circle-athlete-D4,
.circle-athlete-C1, .circle-athlete-C2, .circle-athlete-C3,
.circle-athlete-A, .circle-athlete-B,
.circle-athlete-N {
    width: 100%;
    height: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.circle-athlete-D1, .circle-athlete-D2, .circle-athlete-D3, .circle-athlete-D4 {
    background: #ffcd00;
}

.circle-athlete-A {
    background: #ff014a;
}

.circle-athlete-B {
    background: #0082f4;
}

.circle-athlete-C1, .circle-athlete-C2, .circle-athlete-C3 {
    background: #00bb04;
}

.circle-athlete-N {
    background: #fff;
    border: 1px solid #4b4e53;
    border-radius: 100%;
}

.closeTrack {
    font-size: 24px;
    padding-right: 10px;
}

.like {
    cursor: pointer;
}

.like:hover span, .like:hover small {
    color: #006f30 !important;
}

.social-links {
    padding-right: 10px;
    font-size: 20px;
}

.social-links i {
    font-weight: bold;
}

.social-links .fa-vk {
    color: #2a5885;
}

.social-links .fa-facebook {
    color: #4267b2;
}

.social-links .fa-instagram {
    color: #cd3c62;
}

.social-links .fa-youtube {
    color: #ff0000;
    font-weight: normal;
}

.social-links i:hover {
    color: #006f30;
}

.fa-crown.result {
    color: #f7c800;
    font-size: 18px;
}

.congratulation {
    padding: 10px;
    text-transform: uppercase;
}

.snow-bg-blue {
    background-color: #5097ff;
    color: #000;
}

a.sendComplaintBtn {
    color: #c50000;
    font-weight: bold;
    text-transform: lowercase;
    text-decoration: none;
}

a.sendComplaintBtn.stage {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
}

a.sendComplaintBtn.result {
    font-size: 10px;
}

.pointer {
    cursor: pointer;
}

.main-page-current .title, .competition-result-data .title {
    text-transform: uppercase;
}
.main-page-current .info small, .competition-result-data small {
    margin-right: 15px;
}
.main-page-current .info, .main-page-current .title small, .competition-result-data .info, .competition-result-data .title small {
    color: #787878;
}
.competition-result-data small {
    text-decoration: none;
}
.mt-10 {
    margin-top: 10px;
}
.inline-block {
    display: inline-block;
}
.online-stages h3 {
    font-size: 18px;
}
hr.blue {
    border-top: 2px solid #337ab7;
}
.uppercase {
    text-transform: uppercase;
}
.color-gray {
    color: #787878;
}
.ml-15 {
    margin-left: 15px;
}
.ml-10 {
    margin-left: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-5 {
    margin-right: 5px;
}
.new-label {
    background: #ffec0a;
    padding: 2px 4px;
    border-radius: 2px;
    color: #484747;
    font-weight: bold;
    font-size: 9px;
    margin-left: 10px;
    border: 1px solid #737373;
}
.line-height-22 {
    line-height: 22px;
}
.important-box {
    border: 3px solid #49a6ff;
}
.important-box h3 {
    font-weight: bold;
    margin: 0;
}
.links-ul {
    margin-top: 10px;
}
.links-ul li {
    text-transform: uppercase;
    text-decoration: underline;
    list-style: none;
}
.card-box.info {
    background: #7abeff;
}
.inline-checkbox div {
    display: inline-block;
}
a.donate-btn {
    background: #7abeff;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 0px 6px 0px #a7a7a7;
    border: 2px solid #41a2ff;
}
a.donate-btn:hover {
    color: #0b3e6f;
    box-shadow: none;
}
.copy-to-buffer i {
    cursor: pointer;
}
.contact-info {
    box-shadow: 0px 0px 4px 0px #cbcbcb;
    padding: 5px 10px;
    margin: 10px 0;
}
.contact-info h3 {
    margin: 5px 0 10px;
    font-size: 18px;
}
.contact-info .hint {
    font-style: italic;
    color: #b9b9b9;
}
.past-stage-data {
    display: none;
}
.thanks-gif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#donateModal .modal-body {
    position: relative;
}
.light-gray {
    color: #b9b9b9;
}
#donateModal .modal-body span, #donateModal .modal-body i {
    font-size: 18px;
    color: #7abeff;
}

.how-to-add-stage a.collapse-toggle {
    text-decoration: none;
    color: #777;
}

.small-hint {
    font-size: 12px;
}
.circle-hint {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    display: inline-block;
}
.circle-hint-figure {
    background: #96eed6;
}
.circle-hint-gp {
    background: #5cb85c;
}
.circle-hint-stages {
    background: #337ab7;
}
.showPrevStages {
    word-break: break-word;
    white-space: normal;
}
.jumpClass {
    min-width: 100px;
}
.about-fines {
    cursor: pointer;
    transition: .3s;
}
.about-fines:hover {
    opacity: .8;
    background: #d6f8ff;
    transition: .3s;
}

.achievement {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.achievement .img {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 1;
}

.achievement .img img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/*.achievement .img.colored {*/
/*    background: #5bbaca;*/
/*}*/

.achievement .count {
    z-index: 10;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 60px;
    right: -7px;
    padding-top: 2px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    border: 3px solid #3489b9;
}

.achievement .img.gray img {
    opacity: .5;
}

.achievement.onlineStage .img.gray img, .achievement.offlineStage .img.gray img {
    opacity: .9;
}

.achievement.world .count, .achievement.russia .count {
    border: 3px solid #3489b9;
}

.achievement.gp8 .count, .achievement.umigame .count {
    border: 3px solid #785e8e;
}

.achievement.offlineStage .count, .achievement.onlineStage .count {
    border: 3px solid #edc701;
}

.achievement.overtakeTsujiie .count {
    border: 3px solid #355d9e;
}

.achievement.failOfTheDay .count {
    border: 3px solid #e01818;
}

.achievements {
    position: relative
}

.achievements-info .title {
    position: relative;
    padding-top: 2px;
    text-align: center;
    margin-bottom: 10px;
}
.achievements-info .description {
    font-size: 12px;
    font-style: italic;
    color: #808080;
}
.achievements-info .title {
    font-size: 26px;
}
.achievements-info .count {
    font-size: 16px;
    padding-bottom: 10px;
}
.achievements-info table td:first-child {
    width: 130px;
    font-weight: bold;
    color: #6b6b6b;
}
.achievements-info table {
    font-size: 12px;
}

.a-data-item .point {
    font-size: 20px;
    color: #ff014a;
    font-weight: normal;
}
.a-data-item .point.complete-point {
    color: #05a30e;
    font-weight: bold;
}
.a-data-item {
    color: #989898;
}
.fa.not-complete {
    color: #f0a4ba;
}
.a-data-item.complete, .fa.complete {
    color: #2bc700;
    font-weight: bold;
}

.a-data .result-info a {
    color: #6a6a6aee;
    text-decoration: none;
}

.a-data-detail .regulars {
    padding: 20px;
    background: #dbedff;
}

.a-data-detail {
    display: none;
}

.show-a-data-detail {
    font-weight: bold;
    color: #0b93d5;
    cursor: pointer;
}

.table.challengers a {
    text-decoration: none;
}

.table.challengers th i {
    color: #0b93d5;
}

.table.challengers th {
    cursor: pointer;
}

.display-none {
    display: none;
}

.table.challengers .about-column {
    background: #dff5ff;
}

.table.challengers .about-column div {
    padding: 10px;
    font-weight: bold;
    color: #226d88;
}

.training-info {
    color: #e99393;
    font-weight: bold;
}

.current-stages-collapse {
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

#current-stages-collapse .panel-body {
    padding: 0;
}

.countries-stats a {
    text-decoration: none;
}

.list-nav ul li.circle {
    list-style: circle;
}

.achievement-info {
    cursor: pointer;
}
.achievement-info .athletes-data a {
    text-decoration: none;
}

.list-nav .stage-current a {
    color: #5cb85c!important;
}
.list-nav .stage-past a {
    color: #b5b5b5!important;
}
.list-nav .stage-registration i {
    color: #5cb85c!important;
}

.btn-link {
    white-space: break-spaces!important;
}

a.live-icon-block {
    background-color: #ff0000;
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: lowercase;
}
a.small-live-icon-block {
    background-color: #ff0000;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 10px;
}

.full-content a.unlink-tg {
    color: #ffb536;
}

.sup-helper {
    cursor: pointer;
    color: #3187d8;
}