
:root {
    --main-color: #FF851C;
    --main-color-dark: #666;
    --main-color-light: #FFA355;
    --main-color-light-grey: #FFBC82;
}

.mega-toggle-animated-inner, .mega-toggle-animated-inner:before, .mega-toggle-animated-inner:after {
    background-color: #000000 !important;
}

.breadcrumbs {
    margin: 15px 0;
    width: 100%;
}

.main-h2 {
    text-transform: uppercase;
    color: var(--main-color-dark);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    width: 100%;
}

main a {
    color: #333 !important;
}

.nav-social a {
    color: #fff !important;
}

.nav-social a:hover {
    color: var(--main-color-light) !important;
}

/*!
Theme Name: massoccer
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: massoccer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

massoccer is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none !important;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #000;
}

a:visited {
    color: #000;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.about-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 15px;
}

.fab {
    font-size: 28px;
    margin-left: 5px;
}

.menu-top {
    display: flex;
    align-items: center;
    background: var(--main-color);
    padding: 5px 0;
    z-index: 999;
}

.menu-top.fixed {
    position: fixed;
}

.menu-top .mega-sub-menu {
    background: var(--main-color) !important;
}

.menu-top .mega-menu-link {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}
.navbar {
    z-index: 10;
}
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: var(--main-color) !important;
}

/*footer*/

.footer__container-partners {
    position: relative;
    width: 100%;
    height: 550px;
    box-shadow: inset 0px 0px 1000px 300px rgb(0 0 0 / 60%);
}

.footer__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 550px;
    object-fit: cover;
}

.footer__logo {
    position: absolute;
    bottom: -83px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footer__container-bottom {
    height: 100%;
}

.footer__container-partners-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer__container-partners-content h3 {
    width: 100%;
    text-align: center;
    margin: 40px 0;
    color: #818181;
    font-weight: 400;
}

.footer__container-partners-logo {
    display: flex;
    margin: 40px 0;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.footer__container-partners-logo-item {
    display: flex;
    justify-content: center;
    width: 50%;
}

.footer__container-partners-logo img {
    object-fit: contain;
    width: 60%;
    margin-bottom: 30px;
}

.footer__container-bottom {
    background: #292929;
    padding: 100px 0 30px 0;
}

.footer__container-bottom .footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

.footer__container-bottom .footer-nav .menu-item {
    margin: 15px 25px;
}

.footer__container-bottom .footer-nav .menu-item .nav-link {
    color: #fff;
}

.footer__container-bottom-copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #4e4e4e;
    position: relative;
    padding: 35px 20px 0;
    background: #292929;
}

.footer__container-bottom-copy p {
    width: 80%;
    color: #fff;
    text-align: center;
    margin: 30px;
}

.masyanov {
    width: 100%;
    text-align: center;
}

.masyanov p {
    color: #7C7C7C;
    font-size: 12px;
    margin: 0;
}

.masyanov a {
    font-size: 22px;
    font-weight: 800;
    color: #7C7C7C;
    text-decoration: none;
}

.masyanov a:hover {
    color: #e45447;
}

@media (max-width: 575.98px) {
    .footer__container-bottom-copy {
        padding: 0;
    }

    .footer__container-bottom .footer-nav .menu-item {
        margin: 5px 10px;
    }

    .footer__container-partners-logo {
        align-items: center;
        justify-content: center;
    }
}


.head-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (max-width: 768px) {
    .head-bar {
        display: none;
    }

    .menu-top {
        display: none;
    }
}

.site-navbar .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.site-navbar {
    display: flex;
    flex-direction: column;
}

.mega-toggle-animated-inner {

}

.mobile-site-navbar {
    display: none;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar .mobile-site-navbar ul li a {
    color: #fff;
    padding: 20px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.site-navbar ul li a:hover {
    background: rgba(255, 255, 255, .1);
}

/* navbar regular css end */


/* nav-toggler css start */
.nav-toggler {
    border: 3px solid #000;
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    display: none;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #000;
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}

#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link {
    text-transform: uppercase !important;
}

/* mobile breakpoint start */
@media screen and (max-width: 990px) {
    #mega-menu-wrap-navbar .mega-menu-toggle.mega-menu-open + #mega-menu-navbar {
        display: block;
        z-index: 9999;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
    }

    #mega-menu-wrap-navbar {
        position: initial !important;
    }

    #mega-menu-wrap-navbar a:hover, a:focus, a:active {
        color: #fff !important;
    }

    .mobile-site-navbar {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-site-navbar p {
        margin-bottom: 0;
        text-align: center;
        font-size: 11px;
        line-height: 15px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        width: 100%;
    }

    .mobile-site-navbar p span {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }

    /* navbar css for mobile start */
    .nav-toggler {
        display: block;
    }

    .site-navbar {
        min-height: 60px;
    }

    .site-navbar .mobile-site-navbar ul {
        position: absolute;
        width: 100%;
        height: calc(100vh - 120px);
        left: 0;
        top: 120px;
        flex-direction: column;
        align-items: center;
        background-color: rgba(0, 0, 0, .75);
        max-height: 0;
        overflow: hidden;
        transition: .3s;
    }

    .site-navbar ul li {
        width: 100%;
        text-align: center;
    }

    .site-navbar ul li a {
        padding: 25px;
    }

    .site-navbar ul li a:hover {
        background-color: rgba(255, 255, 255, .1);
    }

    .mobile-site-navbar ul.open {
        max-height: 100vh;
        overflow: visible;
        z-index: 9999;
        margin: 0 !important;
    }

    .intro-area h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    /* navbar css for mobile end */
}

/* mobile breakpoint end */
.partner-hat {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}

.partner-hat .partner-hat-logo-item {
    padding: 0 10px;
}

.partner-hat .partner-hat-logo-item img {
    height: 30px;
    width: 100%;
}

.partner-hat .partner-hat-logo-item:not(:last-child) {
    border-right: 2px dotted #999999;
}

.partner-mob {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}

.mobile-site-navbar img {
    object-fit: contain;
    width: 85px;
}

.partner-mob .partner-mob-logo-item {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    width: 100%;
    height: 30px;
}

.partner-mob .partner-mob-logo-item img {
    width: 100%;
    object-fit: contain;
    height: 30px;
}

.partner-mob .partner-mob-logo-item:not(:last-child) {
    border-right: 2px dotted #999999;
}

.slideshow-container {
    margin-bottom: 20px;
}

.swiper {
    width: 100%;
    height: 600px;
    margin-bottom: 20px;
}

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 100px 30px rgb(0 0 0 / 46%);
}

.swiper-slide-desc {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding: 30px;
}

.swiper-wrapper-prev {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
}

.slideshow {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.prev-item {
    position: relative;
    height: 200px;
    margin-bottom: 10px;
    width: calc(25% - 15px) !important;
    border-radius: 16px;
}

.prev-item .wrap {
    border-radius: 16px;
}

.prev-item:not(:last-child) {
    margin-right: 15px;
}

.prev-item img {
    object-fit: cover;
    height: 100%;
    border-radius: 16px;
}

.prev-item h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding: 0 15px;
}

.swiper-pagination .swiper-pagination-progressbar .swiper-pagination-horizontal {
    bottom: 0 !important;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0 !important;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 10px !important;
    left: 0;
    bottom: 0 !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-color) !important;
    bottom: 0 !important;
}

.swiper-button-prev, .swiper-button-next {
    color: var(--main-color) !important;
    top: 80% !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px !important;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 8px;
    border-radius: 25px;
}

.bg-light {
    margin-top: 50px !important;
    padding: 0 !important;
}
.navbar {
    margin-bottom: 0;
    padding-bottom: 0;
    height: 100px !important;
}
@media (max-width: 768px) {
    #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-flyout ul.mega-sub-menu {
        background: #fff !important;
    }

    #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        background: #fff !important;
    }

    .navbar {
        height: 60px !important;
        padding-top: 0;
        padding-bottom: 0;
        z-index: 999999 !important;
    }

    .partner-mob {
        display: flex;
    }

    .navbar .navbar-brand {
        padding: 0;
        margin-right: 0 !important;

    }

    .nav-toggler {
        height: 65px !important;
    }

    .slideshow-container {
        padding: 0 !important;
    }

    .swiper {
        height: 300px;
    }

    .slideshow {
        flex-direction: column;
    }

    .swiper-slide h2 {
        font-size: 28px;
        line-height: 32px;
        padding: 10px 10px 25px 10px;
    }

    .swiper-wrapper-prev {
        padding: 15px;
    }

    .prev-item {
        height: 130px;
        width: calc(50% - 6px) !important;
    }

    .prev-item:not(:last-child) {
        margin-right: 0;
    }

    .prev-item h4 {
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
    }
}


/*games*/
.games {
    margin-bottom: 40px;
}

.games-desc {
    display: flex;
    justify-content: center;
    font-weight: 600;
    color: #9f9f9f;
    padding: 10px 0;
}


.games-wrap-dark-changed {
    background: linear-gradient(-152deg, var(--main-color-light-grey), var(--main-color-light) 80%) !important;
}

.games-wrap-dark {
    background: linear-gradient(-152deg, var(--main-color-dark), var(--main-color) 80%) !important;
}

.games-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    height: 220px;
}


.games {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.games p {
    color: #fff;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 18px;
}

.chemp {
    text-transform: uppercase;
    font-size: 20px;
}

.date-time-stad {
    display: flex;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

.date-time-stad p {
    text-align: center;
    margin: 0 5px;
}

.date-time-stad p:last-child {
    text-align: left;
}

.stad {
    color: #999999 !important;
}

.calendar .games-teams {
    margin-bottom: 20px !important;
}

.games-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.games-teams .count {
    width: 20%;
}

.games-teams .team-block {
    width: 40%;
}

.games-teams p {
    margin: 0;
}

.games-teams img {
    width: 40px;
    object-fit: contain;
}

.count {
    display: flex;
    justify-content: center;
    align-items: center;
}

.count p {
    font-size: 38px !important;
    font-weight: 600;
    color: #666666;
}

.games-link {
    padding: 5px 25px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    transition: all .6s ease-in-out;
}

.games-link:hover {
    color: #fff !important;
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

@media (max-width: 576px) {
    .slideshow {
        margin-bottom: 0;
    }

    .games-desc {
        display: none;
    }

    .games-wrap-dark-changed {
        width: 100%;
    }

    .games-wrap-dark {
        width: 100%;
    }

    .games-container .container {
        padding: 0;
    }

    .bg-light {
        background-color: var(--main-color) !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }

    #mega-menu-wrap-navbar .mega-menu-toggle .mega-toggle-blocks-right {
        background-color: var(--main-color) !important;
    }

    .mega-toggle-animated-inner, .mega-toggle-animated-inner:before, .mega-toggle-animated-inner:after {
        background-color: #fff !important;
    }
}

.container-fluid {
    height: 100% !important;
}

.time {
    background: linear-gradient(90deg, var(--main-color), var(--main-color-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-size: 44px;
    font-weight: 800;

}

.time-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

.time-container h5 {
    margin-right: 20px;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .time-container {
        flex-direction: column;
        align-items: center;
    }

    .time-container h5 {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .time {
        font-size: 24px;
    }
}

.video {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.video-item iframe {
    height: 300px !important;
    border-radius: 26px;
}

.video-item:first-child {
    padding-right: 10px;
}

.video-item:last-child {
    padding-left: 10px;
}

@media (max-width: 576px) {
    .video-item iframe {
        height: 250px !important;
        margin-bottom: 10px;
    }

    .video-item:first-child {
        padding-right: 0;
    }

    .video-item:last-child {
        padding-left: 0;
    }
}

/*calendar*/
.calendar {
    display: none;
    width: 340px;
    overflow: hidden;
    border-radius: 26px;
    position: relative;
    border-bottom: 2px solid var(--main-color);
}

.calendar .gallery-top {
    position: relative;
    top: -50px;
    border-left: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    border-radius: 26px;
    margin-top: 140px;
    margin-bottom: 0;
}

.calendar .gallery-top:before {
    position: absolute;
    content: '';
    top: -70px;
    left: 0;
    background: var(--main-color);
    border: 3px solid var(--main-color);
    width: 100%;
    height: 89px;
    z-index: 3;
    border-radius: 26px 26px 0 0;
}

.calendar .gallery-top .swiper-slide-container {
    flex-direction: column;
    height: 100%;
    padding: 0;
    width: 100%;
}

.games-main-anons .btn-all {
    padding: 5px 10px !important;
    border-radius: 6px !important;
    font-size: 14px;
    font-weight: 600 !important;
    border: 1px solid var(--main-color) !important;
    color: var(--main-color) !important;
    text-transform: uppercase !important;
    transition: all 4ms ease-in-out !important;
    background: inherit !important;
}

.games-main-chemp, .games-main-stad {
    padding: 5px;
}

.calendar .gallery-top .swiper-slide-container .btn-all {
    padding: 5px 10px !important;
    border-radius: 6px !important;
    font-size: 14px;
    font-weight: 600 !important;
    border: 1px solid var(--main-color) !important;
    color: var(--main-color) !important;
    text-transform: uppercase !important;
    transition: all 4ms ease-in-out !important;
    background: inherit !important;
}

.calendar .gallery-top .swiper-slide-container .date-time-stad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.calendar .gallery-top .swiper-slide-container .date-time-stad p {
    align-items: center !important;
}

.calendar .gallery-top .swiper-slide-container .team-block p {
    font-size: 16px;
    color: #212529;
    font-weight: 600;
}

.calendar .gallery-top .swiper-slide {
    height: 100%;
    border-radius: 26px;
}

.calendar .gallery-top .games-teams img {
    width: 60px;
    margin: 0 5px;
    object-fit: contain;
}

.calendar .gallery-thumbs {
    position: absolute;

    top: 0;
    left: 0;
    z-index: 999;
}

.calendar .gallery-thumbs .swiper-slide-container p {
    line-height: 1;
    font-size: 29px;
    font-weight: 600;
    margin: 0;
}

.calendar .gallery-thumbs .swiper-slide {
    margin-left: 10px !important;
    padding: 40px;
}

.calendar .gallery-thumbs .swiper-slide {
    background-color: inherit;
}

.calendar .gallery-thumbs .swiper-slide-prev, .calendar .gallery-thumbs .swiper-slide-next {
    background: var(--main-color);
    border-radius: 26px;
}

.calendar .gallery-thumbs .swiper-wrapper {
    align-items: center;
    position: relative;
    border-radius: 26px;
}

.calendar .gallery-thumbs .swiper-slide-active {
    border-radius: 26px;
    background: var(--main-color-light);
    border: 3px solid #fff;
    padding: 50px;
    margin: 0 !important;
}

.calendar .gallery-thumbs .swiper-slide p {
    color: #fff;
}

.calendar .gallery-thumbs .swiper-slide-active p {
    color: #fff;
}

.calendar .games-link {
    padding: 5px 25px;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    transition: all .6s ease-in-out;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.swiper-slide-container {
    text-align: center;
    font-size: 18px;
    height: 100%;
    max-width: 600px;
    margin: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.team-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

@media (max-width: 576px) {
    .calendar {
        display: block;
    }

    .games-container {
        display: none;
    }
}

/*players*/
.hidden-card {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 100%;
}

.players-card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 370px;
    border-radius: 26px;

    flex: 0 0 auto;
    width: calc(25% - 20px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    margin: 0 10px 20px 10px;
}

.players-card .img-player {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    border-radius: 26px;
}

.players-card .img-player:hover {
    transform: translateY(-20px);
}

.players-card .img-player:active {
    transform: translateY(-1px);
}

.players-card .back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: none;
    border-radius: 0 0 26px 26px;
}

.players-card .front {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 26px 26px;
}

.players-card-desc {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 25px;
    border-radius: 0 0 26px 26px;
}

.players-card-desc-fio p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 70%);
}


.line {
    width: 26%;
    margin: 5px 0;
    height: 3px;
    background-color: var(--main-color);
    transition: width 1s;
}

.players-card-desc-fio h2 {
    word-wrap: break-word;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 70%);
    text-transform: uppercase;
    margin: 0;
}

.players-card-desc span {
    font-size: 36px;
    margin-top: 35px;
    margin-left: 15px;
    text-align: right;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 70%);
}

@media (max-width: 576px) {
    .hidden-card {
        flex: 1;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;

    }

    .players-card {
        width: 85%;
        height: 470px;
    }

    .players-card-desc-fio h2 {
        font-size: 24px;
    }

}

.player {
    border-radius: 26px;
    width: 100%;
    margin-bottom: 40px;
}

.player-top {
    position: relative;
    display: flex;
    padding: 25px 25px 25px 25px;
}

.player-top-img {
    width: 30%;
    border-radius: 26px;
    border: 3px solid var(--main-color-light);
    margin: 20px;
}

.player-top-img img {
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.4);
}

.player-top-desc-main {
    display: flex;
}

.player-top-desc-other {
    display: flex;
}

.player-top .back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 26px 26px 0 0;
    height: 100%;
    width: 100%;
}

.player-top .games-single-img-logo {
    position: absolute;
    top: 20%;
    right: 0;
    left: 50%;
    width: 32%;
    margin: auto;
    z-index: -1;
    opacity: 0.2;
    margin-top: 80px;
}

.player-top-desc-main {
    display: flex;
    align-items: center;

}

.player-top-desc-main span {
    color: var(--main-color-light);
    text-shadow: 1px 2px 2px rgb(0 0 0 / 70%);
    font-size: 95px;
    font-weight: 700;
    margin-top: -10px;
    margin-right: 20px;
}

.player-top-desc-main h1 {
    width: 250px;
    color: var(--main-color-light);
    text-shadow: 1px 2px 2px rgb(0 0 0 / 70%);
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
}
.player-top-desc-position {
    margin-right: 20px;
}
.player-top-desc-social i{
    color: var(--main-color-light);
    text-shadow: 1px 2px 2px rgb(0 0 0 / 70%);
    font-size: 50px;
}

.player-top-desc-position p:first-child, .player-top-desc-other-item p:first-child, .player-bottom-item-desc p:first-child {
    color: var(--main-color-light);
    text-shadow: 1px 2px 2px rgb(0 0 0 / 70%);
    padding: 4px 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}

.player-top-desc-position p:last-child, .player-top-desc-other-item p:last-child {
    color: #fff;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 70%);
    padding: 4px 0px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 20px;
}

.player-top-desc-other-item, .player-bottom-item {
    padding: 15px 10px 15px 0;
}

.player-bottom {
    display: flex;
    width: 100%;
    background: var(--main-color-dark);
    border-radius: 0 0 26px 26px;
    padding: 0 25px;
    margin-bottom: 40px;
}

.player-bottom-item {
    display: flex;
    align-items: center;
}

.player-bottom-item-desc p:last-child {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.player-bottom-item-icon {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 15px;
    background: var(--main-color);
    border-radius: 16px;
    margin-right: 10px;
}

.player-bottom-item-icon svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}

.player-item {
    margin-bottom: 40px;
}

.player-item table {
    margin-bottom: 50px;
}

.player-item table th:last-child {
    border-top-right-radius: 26px;
}

.player-item table th:first-child {
    border-top-left-radius: 26px;
}

.player-item table th, .player-item table td {
    padding: 5px 10px;
    text-align: center;
}

.player-item table th {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.player-item table thead tr {
    background: var(--main-color-dark);
}

.player-item table tbody tr {
    border-bottom: 1px solid #d2d2d2 !important;
}

.desc-table {
    display: flex;
}

.desc-table p {
    font-size: 12px !important;
    color: #666 !important;
    text-shadow: none !important;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.desc-table p:first-child {
    font-weight: 800 !important;
}

@media (max-width: 576px) {
    .player-item table {
        margin-bottom: 20px;
    }

    .player-item table thead tr {
        font-size: 14px;
    }

    .player-bottom {
        position: relative;
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px !important;
        justify-content: space-between;
    }

    .player-top {
        flex-direction: column;
    }

    .player-top-img {
        width: 100%;
        margin: 0;
    }

    .player-top-desc {
        flex-direction: column;
    }

    .player-top-desc-other {
        display: flex;
        flex-wrap: wrap;
    }

    .player-top-desc-position p:last-child, .player-top-desc-other-item p:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .player-top .back {
        object-fit: cover;
    }

    .player-top-desc-main {
        align-items: center;
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .player-top-desc-main span {
        font-size: 60px;
        padding-right: 15px;
    }
    .player-top-desc-main h1 {

        font-size: 30px;
        margin-left: 0;
    }


}

.news-article-content-img {
    width: 100%;
}

.news-small {
    display: flex;
    justify-content: space-between;
}

.news-small .news-item {
    width: 32% !important;
    margin: 0;
    margin-bottom: 20px !important;
    display: flex;
    justify-content: space-between;
}

.news {
    display: flex;
    flex-wrap: wrap;
}

.news a {
    text-decoration: none !important;
}

.news a:hover {
    text-decoration: none !important;
}

.news-item {
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    border: 1px solid #d2d2d2 !important;
    width: calc(32% - 10px) !important;
    margin: 0 10px;
    margin-bottom: 30px;
    justify-content: space-between;
    transition: box-shadow 6ms ease-in-out;
}

.news-item:hover {
    box-shadow: 0 5px 5px rgb(42 179 248 / 40%);
}

.news-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 26px 26px 0 0;
}

.news-item h2 {
    color: var(--main-color-dark);
    display: -webkit-box;
    padding: 20px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 0;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-content {
    overflow: hidden;
    position: relative;
    height: 47px !important;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    padding: 5px 20px 10px 20px;
    color: #999 !important;
}

.control {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    color: var(--main-color-dark);
}

.read-all {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px 0;
}

.btn-all, .submit, .pbSubmit {
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    border: 1px solid var(--main-color) !important;
    color: var(--main-color) !important;
    text-transform: uppercase !important;
    transition: border, color 7ms ease-in-out !important;
    background: inherit !important;
}
.btn-all-dark {
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    border: 1px solid var(--main-color) !important;
    color: #fff !important;
    text-transform: uppercase !important;
    transition: border, color, background 7ms ease-in-out !important;
    background: var(--main-color) !important;
}
.btn-all-light {
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    text-transform: uppercase !important;
    transition: border, color, background 7ms ease-in-out !important;
    background: inherit;
}
.btn-all-dark:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
    background: #fff !important;
}

.btn-all:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
}

@media (max-width: 576px) {
    .news-item {
        width: 100% !important;
        margin: 0;
        margin-bottom: 30px;
    }

}

.news-article {
    width: 100%;
}

.news-article-content-img img {
    height: 600px;
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: 30px;
    width: 100%;
}

.news-article-top-title {
    margin-bottom: 20px !important;
}

.news-article-content-text {
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .news-article-content-img img {
        height: 200px;
        margin-bottom: 20px;
    }

    .news-small .news-item {
        width: 100% !important;
        margin: 0;
        margin-bottom: 30px;
    }
}

.games-article {
    display: flex;
    width: 100%;
    position: relative;
}

.games-single-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 25px;
}

/*game main*/
.games-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.games-main-content p {
    margin: 0;
}

.games-main-desc-hat p {
    padding: 5px;
}

.games-main-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    width: 49%;
    padding: 25px;
    border-radius: 26px;
    border: 1px solid #dcdcdc;
}

.games-main-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.games-main-desc p {
    padding: 5px;
}

.games-main-result {
    width: 100%;
    margin-bottom: 20px;
}

.games-main-content .btn-all {
    padding: 10px;
}

.games-main-content .count {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.games-main-content .games-teams-item {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.games-main-content .games-teams-item img {
    padding: 10px;
    width: 65px;
}

.games-main-desc-hat, .games-main-desc-bottom {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .games-main-content {
        width: 100%;
    }

    .games-main-desc-hat {
        display: flex;
        flex-direction: row !important;
    }

    .games-main-desc-bottom {
        flex-direction: column;
    }

    .games-main-content .games-teams-item:first-child {
        flex-direction: column-reverse;
    }

    .games-main-content .games-teams-item {
        flex-direction: column;
        justify-content: center;
    }
}

.next-games {
    border: 1px solid #5e8732;
    border-top: 10px solid #5e8732;
}

.over-games {
    border: 1px solid var(--main-color);
    border-top: 10px solid var(--main-color);
}

/*single game*/

.games-single {
    display: flex;
    border-radius: 26px;
    width: 100%;
    height: 600px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}

.games-single-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 20;
    padding: 20px;
    background: var(--main-color);
    border-radius: 26px 26px 0 0;
}

.games-single-navigation-content {
    display: flex;
    justify-content: space-between;
}

.games-single-navigation-prev, .games-single-navigation-next {
    display: flex;
    align-items: center;
}

.games-single-navigation-prev .games-teams, .games-single-navigation-next .games-teams {
    padding: 0 20px;
}

.games-single-navigation-prev a, .games-single-navigation-next a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff !important;
    font-size: 22px;
}

.games-single-img, .img-games-single {
    border-radius: 26px;
    position: relative;
    width: 100%;
    z-index: -3;
    height: 600px;
}

.img-games-single {
    object-fit: cover;
}

.games-single-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 26px;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: var(--main-color);
    opacity: 0.7;
}

.games-single-img-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    z-index: -1;
    opacity: 0.05;
    margin-top: 80px;
}

.games-single-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.games-single-content-desc p {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #fff !important;
    text-transform: uppercase;
}

.games-single-content-desc p span {
    margin-left: 30px;
}

.games-single-content-desc p:first-child {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.games-single-games-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}


.games-single-games-teams .team-block {
    display: flex;
    width: 40%;
}

.games-single-games-teams .team-block:first-child {
    align-items: flex-end;
}

.games-single-games-teams .team-block:last-child {
    align-items: flex-start;
}

.games-single-games-teams p {
    margin: 0;
}

.games-single-games-teams img {
    width: 80px;
    object-fit: contain;
}

.games-single-games-teams .count {
    display: flex;
    justify-content: center;
    align-items: center;
}

.games-single-games-teams .count p {
    font-size: 38px !important;
    font-weight: 600;
}

.games-single-games-team-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.games-single-games-team-one p {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding-top: 15px;
    text-transform: uppercase;
}

.games-single-navigation-content .count {
    width: 80px !important;
}

.games-single-navigation-content .count p {
    color: #fff !important;
}

.games-single-games-teams .count p {
    font-size: 75px !important;
    font-weight: 700 !important;
    color: #fff !important;
    white-space: nowrap;
}

.games-single-navigation-content a p:hover {
    color: var(--main-color-light);
}

.games-single-navigation-desc {
    padding: 0 20px;
}

.games-single-navigation-next .games-single-navigation-desc p {
    text-align: right;
}

.games-single-navigation .count p {
    font-size: 26px !important;
}

.games-single-navigation-desc .date {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.games-single-navigation-desc .chemp {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.games-single-info {
    width: 100%;
    margin-bottom: 30px;
}

.games-single-info .tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.games-single-info .btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 26px 26px 0 0;
    background: var(--main-color);
    color: #fff;
    border-left: 3px solid var(--main-color) !important;
    border-top: 3px solid var(--main-color) !important;
    border-right: 3px solid var(--main-color) !important;
}

.games-single-info .btn:hover {
    color: #000 !important;
}

.games-single-info .btn.active {
    border-left: 3px solid var(--main-color) !important;
    border-top: 3px solid var(--main-color) !important;
    border-right: 3px solid var(--main-color) !important;
    color: #666;
}

.games-single-info .sections {
    border-left: 3px solid var(--main-color) !important;
    border-bottom: 3px solid var(--main-color) !important;
    border-right: 3px solid var(--main-color) !important;
    width: 100%;
}

.games-single-info .content.active {
    padding: 2rem;
    display: flex;
}

.games-single-info .content {
    display: none;
}

.games-single-info-players-card-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.games-single-info-players-card-img img {
    width: 100%;
    object-fit: cover;
}

.games-single-info-item, .games-single-info-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
}

.games-single-info-item span, .games-single-info-row span {
    color: #666;
    font-size: 20px;
    font-weight: 700;
    width: 50px;
    text-align: center;
}

.games-single-info-item-desc, .games-single-info-row {
    margin: 0 20px;
}

.games-single-info-item-desc p, .games-single-info-row p {
    margin-bottom: 0;
}

.games-single-info-item-desc a, .goal p {
    color: #666 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    width: 120px;
}

.games-single-info-item-desc p:last-child, .pas p {
    color: #A3A3A3;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.who-goal .goal, .who-goal .pas {
    display: flex;
    align-items: center;
}

.who-goal .player-bottom-item-icon {
    position: relative;
    height: 30px;
    width: 30px;
    padding: 0;
    background: inherit;
    border-radius: 16px;
    margin-right: 10px;
}

.who-goal .player-bottom-item-icon svg {
    fill: var(--main-color-dark);
}

.games-single-gallery {
    display: flex;
    margin: 40px 0;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.games-single-gallery-item {
    display: flex;
    justify-content: center;
    height: 180px;
    cursor: pointer;
}

.games-single-gallery-item img {
    object-fit: cover;
    width: 100%;
}

.games-translations {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.translations-iframe {
    width: 49%;
}

.games-translations iframe {
    width: 100%;
    height: 300px;
}

.games-translations .photo-gallery-item {
    width: 49% !important;
    height: 300px;
    margin: 0;
}

.home .photo-gallery-item:nth-of-type(2n) {
    margin-left: 20px !important;
}

.dt-none {
    display: none;
}

.photo-gallery-item iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
    .games-single-info .btn {
        font-size: 18px;
    }

    .dt-none {
        display: flex;
    }

    .games-single-navigation {
        height: 70px;
    }

    .home .photo-gallery-item:nth-of-type(2n) {
        margin-left: 0 !important;
    }

    .games-translations {
        flex-direction: column;
    }

    .translations-iframe {
        width: 100%;
        margin-bottom: 10px;
    }

    .games-translations iframe {
        height: 200px;
    }

    .games-translations .photo-gallery-item {
        width: 100% !important;
        height: 200px;
    }

    .games-single-navigation .games-teams img, .games-single-navigation .games-teams .count, .games-single-navigation .games-teams .chemp, .games-single-navigation .games-single-games-team-one {
        display: none;
    }

    .games-single-navigation-desc {
        padding: 0;
    }

    .games-single-games-teams .count p {
        font-size: 35px !important;
    }

    .games-single, .games-single-img, .img-games-single {
        height: 400px;
    }

    .games-single-games-team-one p {
        font-size: 14px !important;
    }

    .games-single-games-teams img {
        width: 60px;
    }

    .games-single-info .content.active {
        padding: 15px;
        flex-direction: column;
    }

    .games-single-info-players-card-img {
        width: 60px;
        height: 60px;
    }

    .games-single-gallery-item {
        width: 50%;
    }

    .games-teams {
        margin-bottom: 0;
    }
}

.photo {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.photo-gallery-item {
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #d2d2d2 !important;
    width: calc(32% - 10px) !important;
    height: 250px;
    margin: 0 10px;
    margin-bottom: 30px;
    position: relative;
    transition: all 1s ease-in-out;
}

.photo-gallery-item-img {
    border-radius: 26px;
    height: 100%;

}

.photo-gallery-item-img img {
    object-fit: cover;
    border-radius: 26px;
    height: 100%;
    z-index: -1;
    transition: transform 1s;
}

.photo-gallery-item-desc {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 26px;
    box-shadow: inset 0px 0px 100px 30px rgb(0 0 0 / 60%);
}

.photo-gallery-item-desc-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.photo-gallery-item-desc-date p {
    color: #fff !important;
}

.photo-gallery-item-desc p, .photo-gallery-item-desc span {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.photo-gallery-item-desc h2 {
    color: #fff;
    font-size: 22px;
    text-shadow: 0px 0px 8px rgb(0 0 0 / 90%);
    text-transform: uppercase;
}

.photo-gallery-item:hover .line {
    width: 50%;
}

.photo-gallery-item:hover img {
    transform: scale(1.2);
}

.photo-gallery-item .player-bottom-item-icon {

    opacity: 60%;
    transition: opacity 1s;
}

.photo-gallery-item:hover .player-bottom-item-icon {
    opacity: 95%;
}

@media (max-width: 576px) {
    .photo {
        flex-direction: column;
    }

    .photo-gallery-item {
        width: 100% !important;
        margin: 0;
        margin-bottom: 20px;
    }
    .player-bottom-item {
        width: 50%;
    }
}

.video .photo-gallery-item {
    margin: 0;
    width: calc(50% - 10px) !important;
    height: 300px;
    margin-bottom: 10px !important;
}

@media (max-width: 576px) {
    .video .photo-gallery-item {
        margin: 0;
        width: calc(100%) !important;
        height: 250px;
    }

    .video .photo-gallery-item .player-bottom-item-icon {
        margin-bottom: 0;
    }
}

.mega-toggle-blocks-left, .mega-toggle-blocks-center {
    display: none !important;
}

.news-single-container .comment-list {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.comment-form-comment textarea {
    border-radius: 26px;
    margin: 10px 0;
}

.comment-meta {
    display: flex;
    align-items: center;
}

.vcard {
    display: flex;
    margin-right: 10px;
    align-items: center;
}

.vcard img {
    display: none;
}

.comment::marker {
    content: '';
    display: none;
}

.comments-area {
    width: 100%;
}

.comment-body {
    padding: 20px;
    border-radius: 26px;
    border: 1px solid var(--main-color);
}

.sponsors {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-radius: 26px;
    border: 1px solid #dbdbdb;
    margin-bottom: 40px;
}

.sponsors img {
    width: 300px;
}

.sponsors-main-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 25px 0;
}

@media (max-width: 576px) {
    .sponsors-main-desc {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.tables-content {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}

.tables {
    width: 49%;
}

.tables-img {
    color: var(--main-color-dark) !important;
}

.tables-desc {
    width: 49%;
}

.player-item h2, .tables-desc h2 {
    font-size: 20px !important;
    color: #000;
}

.playoff .tables-img img {
    width: 40px;
}

.best-players {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.best-players-content {
    border: 1px solid #C3D3E6;
    border-radius: 26px;
    padding: 15px;
    display: flex;
}

.best-players-desc {
    margin-left: 10px;
}

.best-players-item {
    margin-bottom: 25px;
}

.best-players-item h3 {
    color: var(--main-color-dark);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.best-players-desc h2 {
    color: var(--main-color-dark);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: 140px;
    margin-bottom: 0;
}

.best-players-desc p {
    margin-bottom: 0;
}

.best-players-count-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.best-players-count-item p {
    margin: 0;
    color: #555;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}

.best-players-count-item .player-bottom-item-icon {
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 10px;
    display: flex;
}


.best-players-item-img {
    width: 120px;
    height: 160px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: var(--main-color);
}

.best-players-item-img img {
    object-fit: cover;
    width: 100%;
}

.best-players-item-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 4px solid #fff;
    background: var(--main-color);
    width: 45px;
    text-align: center;
}

@media (max-width: 576px) {
    .best-players {
        flex-direction: column;
    }

    .tables-content {
        flex-direction: column;
    }

    .tables {
        width: 100%;
        overflow-x: auto;
    }

    .tables-desc {
        width: 100%;
    }
}


.accordion {
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.accordion .tab {
    cursor: pointer;
}

.accordion .tab:not(:last-child) {
    margin-bottom: 8px;
}

.accordion .tab-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #292d34;
    position: relative;
    user-select: none;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 5px rgba(42, 179, 248, 0.4);
}

.accordion .tab-name .chevron-icon {
    fill: #292d34;
    position: absolute;
    left: calc(100% - 10px);
    top: 50%;
    transform: translate(-100%, -50%);
    transition: all 0.3s ease;
}

.accordion .tab-content {
    user-select: none;
    color: #7c828d;
    max-height: 0;
    overflow: hidden;
    padding: 10px;
    font-size: 16px;
    border-radius: 9px;
    transition: all 0.3s linear;
    animation: slideDownReverse 0.25s ease forwards;
}

.accordion .tab.active .tab-content {

    max-height: 100%;
    animation: slideDown 7ms ease-out forwards;
}

.accordion .tab.active .chevron-icon {
    transform: translate(-100%, -50%) rotate(180deg);
    fill: white;
}

.accordion .tab.active .tab-name {
    background: var(--main-color);
    box-shadow: 0 5px 5px rgba(42, 179, 248, 0.4);
    color: #fff;
}

.accordion .tab.active .tab-content {

    box-shadow: 0 5px 5px rgba(42, 179, 248, 0.4);
}

@keyframes slideDown {

    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes slideDownReverse {
    from {
        opacity: 1;
        transform: translateY(0px);
    }
    to {
        opacity: 0;
        transform: translateY(-40px);
    }
}

.jssecrets {
    text-decoration: none !important;
    padding: 16px;
    background: #ffc805;
    color: #000000;
    font-size: 1em;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(184, 144, 0, 0.1882352941), 0px 8px 24px rgba(184, 144, 0, 0.3764705882);
    position: absolute;
    bottom: 24px;
    right: 24px;
    transition: all 0.3s;
}

.jssecrets:hover {
    transform: translateY(-4px);
}


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Catamaran:400,800');
.error-container {
    text-align: center;
    font-size: 180px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 800;
    margin: 20px 15px;
}

.error-container > span {
    display: inline-block;
    line-height: 0.7;
    position: relative;
    color: var(--main-color);
}

.error-container > span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.error-container > span:nth-of-type(1) {
    color: var(--main-color-light);
    animation: colordancing 4s infinite;
}

.error-container > span:nth-of-type(3) {
    color: var(--main-color);
    animation: colordancing2 4s infinite;
}

.error-container > span:nth-of-type(2) {
    width: 120px;
    height: 120px;
    border-radius: 999px;
}

.error-container > span:nth-of-type(2):before,
.error-container > span:nth-of-type(2):after {
    border-radius: 0%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 999px;
    box-shadow: inset 30px 0 0 rgba(60, 255, 239, 0.4),
    inset 0 30px 0 rgba(84, 243, 196, 0.4),
    inset -30px 0 0 rgba(0, 184, 189, 0.4),
    inset 0 -30px 0 rgba(0, 255, 217, 0.41);
    animation: shadowsdancing 4s infinite;
}

.error-container > span:nth-of-type(2):before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

@keyframes shadowsdancing {
    0% {
        box-shadow: inset 30px 0 0 rgba(60, 255, 239, 0.4),
        inset 0 30px 0 rgba(84, 243, 196, 0.4),
        inset -30px 0 0 rgba(0, 184, 189, 0.4),
        inset 0 -30px 0 rgba(0, 255, 217, 0.41);
    }
    25% {
        box-shadow: inset 30px 0 0 rgba(0, 255, 217, 0.41),
        inset 0 30px 0 rgba(60, 255, 239, 0.4),
        inset -30px 0 0 rgba(84, 243, 196, 0.4),
        inset 0 -30px 0 rgba(0, 184, 189, 0.4);
    }
    50% {
        box-shadow: inset 30px 0 0 rgba(0, 184, 189, 0.4),
        inset 0 30px 0 rgba(0, 255, 217, 0.41),
        inset -30px 0 0 rgba(60, 255, 239, 0.4),
        inset 0 -30px 0 rgba(84, 243, 196, 0.4);
    }
    75% {
        box-shadow: inset 30px 0 0 rgba(84, 243, 196, 0.4),
        inset 0 30px 0 rgba(0, 184, 189, 0.4),
        inset -30px 0 0 rgba(0, 255, 217, 0.41),
        inset 0 -30px 0 rgba(60, 255, 239, 0.4);
    }
    100% {
        box-shadow: inset 30px 0 0 rgba(60, 255, 239, 0.4),
        inset 0 30px 0 rgba(84, 243, 196, 0.4),
        inset -30px 0 0 rgba(0, 184, 189, 0.4),
        inset 0 -30px 0 rgba(0, 253, 253, 0.41);
    }
}

@keyframes colordancing {
    0% {
        color: var(--main-color-light);
    }
    25% {
        color: var(--main-color);
    }
    50% {
        color: var(--main-color-light);
    }
    75% {
        color: var(--main-color-light);
    }
    100% {
        color: var(--main-color-light);
    }
}

@keyframes colordancing2 {
    0% {
        color: var(--main-color-light);
    }
    25% {
        color: var(--main-color-light);
    }
    50% {
        color: var(--main-color-light);
    }
    75% {
        color: var(--main-color);
    }
    100% {
        color: var(--main-color-light);
    }
}


.zoom-area {
    max-width: 490px;
    margin: 30px auto 30px;
    font-size: 19px;
    text-align: center;
}

.link-container {
    text-align: center;
}

a.more-link {
    text-transform: uppercase;
    font-size: 13px;
    background-color: var(--main-color-light);
    padding: 10px 15px;
    border-radius: 0;
    color: var(--main-color);
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 50px;
    letter-spacing: 1px;
}

.four-zero-four {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.about {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    align-content: center;
    align-items: center;
}

.about-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.about img {
    width: 49%;
    border-radius: 26px;
    object-fit: cover;
    height: 300px;
}

.about .about-content-desc {
    width: 49%;
}

@media (max-width: 576px) {
    .accordion .tab-name {
        font-size: 16px;
        padding-right: 30px;
    }
    .about-content {
        flex-direction: column;
    }

    .about img {
        width: 100%;
        margin-bottom: 20px;
    }

    .about .about-content-desc {
        width: 100%;
    }
}

.trofei .main-h2 {
    margin-bottom: 0;
}

.trofei-content-bottom {
    display: flex;
    margin-bottom: 30px;
}

.trofei .players-card .front {
    bottom: -40px;

}

.trofei .players-card .img-player {
    padding: 20px;
}

.trofei-content-desc {
    padding-left: 15px;
}

.trofei-content-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .trofei-content-bottom {
        display: flex;
        flex-direction: column;
    }

    .trofei-content-top {
        flex-direction: column;
    }

    .trofei-content-desc {
        padding-left: 0;
        margin-top: 20px;
    }

    .trofei .players-card {
        width: 100%;
        margin: 0;
        height: 450px;
    }
    .main-h2 {
        text-align: center;
        padding: 0 15px;
    }
}

.stat {
    width: 100%;
}

.stat .player-top {
    position: absolute;
    width: 100%;
    border-radius: 0 0 26px 26px;
    margin-bottom: 50px;
}

.stat .best-players-item {
    width: 32%;
}

.stat .player {
    margin-bottom: 0;
    position: relative;
}

.stat .player-top-desc {
    width: 100%;
}

.stat .best-players-item h3 {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stat .best-players-content {
    background: var(--main-color-light);
}

.stat .player-top-desc-main h2 {
    width: 100%;
    text-align: center;
}

.stat .back {
    height: 350px;
    width: 100%;
    border-radius: 0 0 26px 26px;
    margin-bottom: 40px;
}

.stat .player-bottom {
    justify-content: center;
    border-radius: 26px 26px 0 0;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .stat .back {
        height: 900px;
        object-fit: cover;
    }

    .stat .best-players-item {
        width: 100%;
    }

    .stat .player-bottom {
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

    .stat .player-bottom-item-desc p {
        width: 50px;
    }
}
.registration {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.registration-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 29%;
    border-radius: 26px;
    background: var(--main-color);
    padding: 20px;
}
.registration-banner h2, .registration-banner p {
    color: #fff;
}
.registration-form {
    width: 69%;
}
.form-calendar label:first-child, .form-calendar .fieldCalendarService {
    display: none !important;
}
.ui-datepicker th {
    color:  var(--main-color-light-grey) !important;
}
.ui-datepicker td a {
    color:  var(--main-color-light) !important;
}
.ui-state-active {
    border: 1px solid var(--main-color-light) !important;
    border-radius: 10px;
}
.slots span {
    display: none !important;
}
.availableslot {
    border: 1px solid var(--main-color-light) !important;
    border-radius: 10px;
    background: var(--main-color-light) !important;
    width: 100px;
    text-align: center;
}
.availableslot a {
    color: #fff !important;
    font-weight: 600;
    background: inherit !important;
}
@media (max-width: 576px) {
    .registration {
        flex-direction: column;
        justify-content: center;
        margin: 0 15px;
    }
    .registration-banner {
        width: 100%;
        border-radius: 26px;
        background: var(--main-color);
        padding: 20px;
    }
    .registration-form {
        width: 100%;
    }
    .pbSubmit {
        width: 100%;
    }
    .registration-form .medium {
        width: 100% !important;
    }
}
.head-bar-right {
    display: flex;
    align-items: center;
}
.menu-top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.fancybox__content {
    max-width: 800px !important;
}
.benefits {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}
.benefits-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    padding: 20px;
    border: 3px solid var(--main-color) !important;
    border-radius: 26px;
}
.benefits-item svg {
    width: 100px;
    height: 100px;
    fill: var(--main-color);
}
.benefits-item h3 {
    font-size: 18px;
    margin: 30px 0 15px;
    text-align: center;
}
.benefits-item p {
    text-align: justify;
}
@media (max-width: 576px) {
    .benefits {
        flex-direction: column;
        padding: 0 15px;
    }
    .benefits-item {
        width: 100%;
    }
    .benefits-item:not(:last-child) {
        margin-bottom: 20px;
    }
}

.for {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}
.for-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24%;
    padding: 20px;
}
.for-item svg {
    width: 100px;
    height: 100px;
}
.for-item h3 {
    font-size: 18px;
    margin: 30px 0 15px;
    text-align: center;
    height: 80px;
}

@media (max-width: 576px) {
    .for {
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .for-item {
        width: 49%;
        padding: 10px;
    }
    .for-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .for-item h3 {
        font-size: 14px;
    }
}
.trainings {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}
.trainings-item {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 49%;
    border-radius: 26px;
}
.trainings-item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 26px;
}
.trainings-item .trainings-item-wrap {
    display: flex;
    align-items: center;
    z-index: 3;
    padding: 20px;
}
.trainings-item .trainings-item-wrap i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}
.trainings-item .trainings-item-wrap svg {
    width: 80px;
    height: 80px;
    fill: var(--main-color);
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px 0 0 20px;
}
.trainings-item h3 {
    background: rgba(253, 132, 28, 0.8);
    border-radius: 0  20px 20px 0;
    height: 100%;
    margin: 0;
    padding: 15px;
    font-size: 22px;
    width: 100%;
    color: #fff;
}
.trainings-item .trainings-item-list {
    z-index: 3;
    padding: 20px;
}
.trainings-item-list ul {
    margin: 0;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 5px #000000;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 20px 20px;
    padding: 20px 20px 20px 40px;

}
@media (max-width: 576px) {
    .trainings {
        flex-direction: column;
        padding: 0 15px;
    }
    .trainings-item {
        width: 100%;
    }
    .trainings-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .trainings-item h3 {
        font-size: 16px;
    }
    .trainings-item-list ul {
        font-size: 14px;
    }
}
.hero {
    width: 100%;
    display: flex;
    position: relative;
    height: 800px;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: -133px;
    z-index: 1;
}
.hero-container {
    position: relative;
}
.hero-img-wrap {
position: absolute;
    background:  linear-gradient(170deg, rgba(253, 132, 28, 0.2), rgba(253, 132, 28, 0.8)) ;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero-img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -2;
    filter: grayscale(100%);
}
.hero-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.hero-desc {
    padding: 20px 50px 0 0;
}
.hero-desc p {
    color: #fff;
    font-size: 22px;

    padding-bottom: 50px;
}
.hero-desc h1 {
    padding-bottom: 20px;
    color: #fff;
    font-size: 55px;

}
.hero-video {
    position: relative;
}
.play-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    top: 0;
    right: 0;
}
.play-btn__icon {
    width: 100px;
    height: 100px;

    text-decoration: none;
}
.play-btn__icon svg {
    fill: var(--main-color);
}
.play-btn__icon svg:hover {
    fill: var(--main-color-light-grey);
}
.modal-payment-video {
    width: 1000px;
    height: 500px;
    padding: 0;
}
.modal-payment-video iframe {
    width: 100%;
    height: 100%;
}
@media (max-width: 576px) {
    .hero {
        position: relative;
        height: 800px;
    }
    .hero-wrap {
        justify-content: center;
        flex-direction: column;
    }
    .hero-desc {
        margin-bottom: 40px;
    }
    .hero-desc h1 {
        font-size: 35px;
    }
    .hero-img {
        width: 100%;
        height: 100%;
    }
    .modal-payment-video {
        width: 100%;
        height: 200px;
        padding: 0;
    }
}
.trainers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.trainers-item {
    display: flex;
    flex-direction: column;
    width: 24%;
}
.trainers-item-main {
    display: flex;
}
.trainers-item-desc {
    padding: 10px;
}
.trainers-item img {
    width: 50%;
    border-radius: 20px;
    background: var(--main-color);
    object-fit: cover;
}
.trainers-item h2 {
    font-size: 22px;
}
.trainers-item p {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
}
@media (max-width: 576px) {
    .trainers {
        flex-direction: column;
    }
    .trainers-item {
        width: 100%;
    }
    .trainers-item:not(:last-child) {
        margin-bottom: 20px;
    }
}