*::-webkit-scrollbar-track {
    /* 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #fecb01
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: #fecb01;
}

*::-webkit-scrollbar-thumb {
    background-color: #007dd7;
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent)
}

.uk-article {
    background-color: rgba(255, 255, 255, 0.85);
}

.ffu-navbar-nav-secondary .ffu-navbar-search:lang(en) {
    display: none;
}

#ffu-offcanvas-search:lang(en) {
    display: none;
}

.uk-article p:not(.uk-article-meta)::first-letter {
    margin-left: 0;
}

.uk-table p {
    margin-bottom: 0;
}

.tm-e-banner {
    min-height: 228px;
    display: flex;
    align-items: center;
}

.tm-e-banner hr {
    border-top: 1px solid #efefef;
    opacity: 0.2;
}

.tm-e-banner-grid {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

@media all and (max-width: 767px) {
    .tm-e-banner-grid {
        flex-direction: column;
    }
}

.tm-e-banner-item {

}

.tm-e-banner-contacts-grid {
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
}

.tm-e-banner-contacts-grid:before {
    content: 'Контакти';
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: HelveticaNeueCyr, Helvetica, Arial, sans-serif;
    position: absolute;
    transform: rotate(-90deg);
    top: 40px;
    left: 0;
}

.tm-e-banner-contacts-grid a {
    opacity: 0.6;
    color: #efefef;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    transition: 0.3s;
    position: relative;
    padding-left: 25px;
}

.tm-e-banner-contacts-grid a:hover,
.tm-e-banner-contacts-grid a:focus,
.tm-e-banner-contacts-grid a:active {
    opacity: 1;
    text-decoration: none;
}

.tm-e-banner-contacts-grid__phone:before {
    content: url('/img/e-sport/phone.png');
    position: absolute;
    left: 0;
    top: 3px;
}

.tm-e-banner-contacts-grid__mail:before {
    content: url('/img/e-sport/mail.png');
    position: absolute;
    left: 0;
    top: 3px;
}

.tm-e-banner-contacts-grid__title {
    color: #efefef;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
}

.tm-e-reg {
    background-image: url('/img/e-sport/reg_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tm-e-reg-container {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.32);
    background-color: #ffffff;
    transition: 0.7s;
}

.tm-e-reg-container:hover {
    transform: scale(1.01);
}

.tm-e-reg-left {
    padding: 30px 35px;
    transition: 0.5s;
    background-color: white;
    position: relative;
}

.tm-e-reg-left:hover {
    transform: scale(1.02);
}

.tm-e-reg-left:after {
    content: '';
    position: absolute;
    display: block;
    top: 40px;
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 18px;
    border-color: transparent transparent transparent #ffffff;
}

@media all and (max-width: 759px) {
    .tm-e-reg-left:after {
        bottom: -26px;
        top: inherit;
        transform: rotate(90deg);
        right: calc(50% - 9px);
    }
}

.tm-e-reg-left p {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.04px;
    /* Text style for "PES 2020" */
    /*color: #007dd7;*/
    margin-bottom: 5px;
}

.tm-e-reg-left p + p {
    margin-top: 5px;
}

.tm-e-reg-left p.tm-e-small {
    color: #545454;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.tm-e-reg-left p.tm-e-small a {
    text-decoration: underline;
}

.tm-e-reg-right {
    background-color: #31124b;
    background-image: url('/img/e-sport/reg_right_bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.tm-e-reg-border {
    border: 2px solid #fecb01;
    padding: 20px 10px;
    margin-top: 25px;
}

.tm-e-reg-border h3 {
    margin: 0;
    color: #f7c400;
    line-height: 29.88px;
    text-align: center;
    margin-top: -38px;
    padding: 0;
}

.tm-e-reg-border h3 strong {
    background-color: #31124b;
    padding: 0 15px;
    font-size: 38px;
}

@media all and (max-width: 1219px) {
    .tm-e-reg-border h3 strong {
        font-size: 30px;
    }
}

@media all and (max-width: 959px) {
    .tm-e-reg-border h3 strong {
        font-size: 24px;
        padding: 0 10px;
    }
}


.tm-e-reg-border p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.88px;
    text-align: center;
}

.tm-e-reg-border span {
    display: block;
    color: #fecb01;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.tm-e-reg-links {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tm-e-reg-links + .tm-e-reg-links {
    margin-top: 5px;
}

@media all and (max-width: 1219px) {
    .tm-e-reg-links {
        flex-direction: column;
    }
}

.tm-e-reg-links .tm-e-reg-button {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    line-height: 29.38px;
    position: relative;
    display: flex;
    align-items: center;
}

.tm-e-reg-links .tm-e-reg-button:after {
    width: 13px;
    margin-left: 6px;
    height: 10px;
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml;utf8,<svg width='13' height='10' xmlns='http://www.w3.org/2000/svg'><line stroke='rgb(0, 125, 215)' stroke-width='1' x1='1' y1='5' x2='12' y2='5' stroke-linecap='round'/><line stroke='rgb(0, 125, 215)' x1='7' y1='1' x2='12' y2='5' stroke-linecap='round' stroke-width='1'/><line stroke='rgb(0, 125, 215)' x1='7' y1='9' x2='12' y2='5' stroke-linecap='round' stroke-width='1'/></svg>");
}

.tm-e-reg-links .tm-e-reg-button:hover {
    color: #fecb01;
}

.tm-e-reg-sponsor {
    padding-top: 20px;
    margin-top: auto;
    color: white;
    line-height: normal;
    font-size: 16px;
}

@media all and (max-width: 767px) {
    .tm-e-reg-sponsor {
        text-align: center;
    }
}

.tm-e-reg-sponsor a {
    color: #fecb01;
    text-decoration: underline;
}

.tm-e-reg-trigger {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 65px;
    width: 100%;
    background-color: #007dd7;
    color: white;
    font-size: 19px;
    font-weight: 700;
}

.tm-e-reg-trigger:hover, .tm-e-reg-trigger:active, .tm-e-reg-trigger:focus {
    background-color: #fecb01;
    color: white;
    text-decoration: none;
}

.tm-e-reg-panel-title {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    display: flex;
    align-items: center;
}

@media all and (max-width: 767px) {
    .tm-e-reg-panel-title {
        display: none;
    }
}

.tm-e-reg-panel-title a {
    white-space: nowrap;
    min-width: 200px;
}

.tm-e-sponsors {
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tm-e-sponsors .tm-e-sponsors__text {
    color: #00b008;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
}

@media all and (max-width: 767px) {
    .tm-e-sponsors {
        min-height: 350px;
    }

    .tm-e-sponsors .tm-e-sponsors__text {
        font-size: 20px;
    }
}


.tm-e-sponsors-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media all and (max-width: 767px) {
    .tm-e-sponsors-container {
        flex-direction: column;
    }
}

.tm-e-modal {
    max-height: 0;
    overflow: hidden;
    transition: 1s cubic-bezier(0, 1, 0, 1);
    position: relative;
}

.tm-e-modal.active {
    max-height: 5000px;
    transition: 1s cubic-bezier(1, 0, 1, 0);
}

.tm-e-modal h3 {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #007DD7;
}

.tm-e-modal .uk-form-row {
    margin-top: 20px;
}

.tm-e-modal .uk-form-label {
    font-size: 14px;
    line-height: 14px;
    color: #545454;
    font-weight: 400 !important;
    margin-bottom: 7px;
}

.tm-e-modal input, .tm-e-modal select {
    width: 100%;
    /*background: #FFFFFF !important;*/
    border: 1px solid #E6E8ED !important;
    box-sizing: border-box;
    border-radius: 4px;
    height: 32px !important;
    font-size: 14px;
    line-height: normal;
}

.tm-e-modal .tm-e-modal-checkbox {
    display: block;
    font-size: 12px;
    line-height: normal;
}

.tm-e-modal .tm-e-modal-checkbox input {
    width: inherit;
    border: none !important;
    height: inherit !important;
    font-size: inherit;
    top: 2px;
    position: relative;
}

.tm-e-modal p {
    margin-top: 20px;
    font-size: 11px;
    line-height: normal;
}

.tm-e-modal .uk-form-row:hover input,
.tm-e-modal .uk-form-row:focus input,
.tm-e-modal .uk-form-row:active input,
.tm-e-modal .uk-form-row input:active,
.tm-e-modal .uk-form-row input:focus,
.tm-e-modal .uk-form-row select:hover,
.tm-e-modal .uk-form-row select:active,
.tm-e-modal .uk-form-row select:focus {
    border: 1px solid #007DD7 !important;
}

.tm-e-modal .uk-form-row:hover .uk-form-label,
.tm-e-modal .uk-form-row:focus .uk-form-label,
.tm-e-modal .uk-form-row:active .uk-form-label {
    color: #007DD7;
}

.tm-e-modal .uk-dropdown {
    width: 300px;
    font-size: 14px;
}

.tm-e-modal .uk-dropdown .uk-nav > li > a {
    padding: 0 10px;
    border-bottom: 1px solid gainsboro;
}

.tm-e-modal .uk-dropdown .uk-nav {
    max-height: 250px;
    overflow: auto;
}

.tm-e-modal button {
    font-size: 18px;
    line-height: 65px;
    color: #FFFFFF;
    background-color: #007DD7;
    padding: 0 40px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

.tm-e-modal button:hover,
.tm-e-modal button:focus,
.tm-e-modal button:active {
    background-color: #fecb01;
}

.ffu-mega-menu-holder a.tm-color-purple {
    color: #aa60fc;
}

.ffu-mega-menu-holder a.tm-color-purple:hover {
    text-decoration: underline;
}

footer.uk-block-secondary .ffu-footer-nav a.tm-color-purple {
    color: #aa60fc;
}

footer.uk-block-secondary .ffu-footer-nav a.tm-color-purple:hover {
    text-decoration: underline;
}

.uk-datepicker .uk-form-select {
    background: #007dd7;
    color: white;
    padding: 2px;
}

.ffu-video-gallery.tm-e-video .uk-slider > li.uk-active .ffu-video-placeholder {
    transform: none;
}

.tm-tickets {

}

.tm-tickets-banner {
    background-color: #ffca08;
    min-height: 385px;
    background-repeat: no-repeat;
    background-image: url('/img/tickets/bg_1.png');
    background-position: right center;
    background-size: contain;
}

@media all and (max-width: 1000px) {
    .tm-tickets-banner {
        background-size: cover;
    }
}

@media all and (max-width: 767px) {
    .tm-tickets-banner {
        text-align: center;
    }
}

.tm-tickets-banner .tm-tickets-banner__content {
    margin-top: 70px;
    background-color: #ffca08c4;
    padding: 25px 0;
}

.tm-tickets-banner .tm-tickets-banner__row1 {
    color: #234778;
    font-size: 80px;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    margin-left: -2px;
}

@media all and (max-width: 767px) {
    .tm-tickets-banner .tm-tickets-banner__row1 {
        font-size: 40px;
    }
}

.tm-tickets-banner .tm-tickets-banner__row2 {
    color: #234778;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    font-size: 45px;
}

@media all and (max-width: 767px) {
    .tm-tickets-banner .tm-tickets-banner__row2 {
        font-size: 26px;
    }
}

.tm-tickets-banner .tm-tickets-banner__row3 {
    color: #234778;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}


.tm-tickets-breadcrumbs {
}

.tm-tickets-breadcrumbs ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 20px;
}

.tm-tickets-breadcrumbs li {
    margin-right: 10px;
}

.tm-tickets-breadcrumbs a, .tm-tickets-breadcrumbs span {
    color: #fefeff;
    font-size: 19px;
    font-weight: 400;
    line-height: 29.32px;
    transition: 0.3s;
}

.tm-tickets-breadcrumbs a:hover,
.tm-tickets-breadcrumbs a:focus,
.tm-tickets-breadcrumbs a:active {
    color: #234778;
    text-decoration: none;
}

@media all and (max-width: 767px) {
    .tm-tickets-breadcrumbs a, .tm-tickets-breadcrumbs span {
        font-size: 13px;
        text-shadow: 3px 3px 5px black;
    }
}

.tm-tickets-text {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-image: url('/img/tickets/noise.png');
    background-position: center top;
}

.tm-tickets-text h3 {
    color: #234778;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

@media all and (max-width: 767px) {
    .tm-tickets-text h3 {
        font-size: 24px;
    }
}

.tm-tickets-text h5 {
    color: #234778;
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}

@media all and (max-width: 767px) {
    .tm-tickets-text h5 {
        font-size: 18px;
    }
}

.tm-tickets-text p {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.tm-tickets-text p span {
    background-color: #ffca08;
    color: #234778;
    font-weight: 700;
    white-space: nowrap;
    padding: 3px 5px;
}

.tm-tickets-form {
    background-repeat: no-repeat;
    background-image: url('/img/tickets/bg_2.png');
    background-position: center top;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 50px;
}

.tm-tickets-form h3 {
    color: #ffca08;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    text-align: center;
}

@media all and (max-width: 767px) {
    .tm-tickets-form h3 {
        font-size: 24px;
    }
}

.tm-tickets-form-container {
    background-color: white;
    padding: 10px 40px;
    margin: 0 50px;
}

@media all and (max-width: 767px) {
    .tm-tickets-form-container {
        padding: 0;
        margin: inherit;
    }
}

.tm-tickets-form-placeholder {
    background-color: #e6e8ed;
    color: #545454;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    padding: 10px 10px;
}

.tm-tickets-panel {
    background-color: #ffca08;
    color: #234778;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 20px 30px;
}

.ffu-navbar-nav-secondary.uk-navbar .uk-navbar-nav > li > a.tm-color-blue {
    color: #007DD7;
    font-weight: 700;
}

.tm-toolbar-news-link {
    line-height: 80px;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

.tm-toolbar-news-link:hover, .tm-toolbar-news-link:focus, .tm-toolbar-news-link:active {
    color: #ffca08;
}

.lang-switch-block {
    background-color: #fecb01;
    color: #22222a;
    margin-left: 20px;
    padding: 0 10px!important;
    margin-right: 0!important;
}
.link-lang-switch, .link-lang-switch:hover{
    color: #22222a;
}
.switch_active{
    font-weight: bold;
}
.w-100{
    width: 100%;
    text-align: center;
}