@charset "UTF-8";
/*!
Theme Name: amper-theme
Theme URI:
Author:
Author URI:
Description: amper theme
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: amper und baufirmen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSans/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
.pad-t-0 {
  padding-top: 0;
}

.pad-b-0 {
  padding-bottom: 0;
}

.pad-t-1 {
  padding-top: 104px;
}
@media (max-width: 768px) {
  .pad-t-1 {
    padding-top: 80px;
  }
}

.pad-b-1 {
  padding-bottom: 104px;
}
@media (max-width: 768px) {
  .pad-b-1 {
    padding-bottom: 80px;
  }
}

.pad-t-2 {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}

.pad-b-2 {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}

.pad-t-3 {
  padding-top: 240px;
}
@media (max-width: 768px) {
  .pad-t-3 {
    padding-top: 80px;
  }
}

.pad-b-3 {
  padding-bottom: 240px;
}
@media (max-width: 768px) {
  .pad-b-3 {
    padding-bottom: 80px;
  }
}

.downloads-archive__nav label, .shop-slider__categs-item, .turniere-archive__list .turnier-item, .turniere__navigation-btn, .gallery-block__list-item img, .clubs-block__list-item, .download-item, .turnier-item, input[type=checkbox]::after, 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, .btn, a {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.grid-on-left {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .grid-on-left {
    grid-template-columns: 100%;
  }
}
.grid-on-left > * {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .grid-on-left > * {
    grid-column: auto;
  }
}
.grid-on-left > *:nth-last-child(1):nth-child(odd) {
  grid-column: 2/span 2;
}
@media (max-width: 768px) {
  .grid-on-left > *:nth-last-child(1):nth-child(odd) {
    grid-column: auto;
  }
}

.grid-on-right {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .grid-on-right {
    grid-template-columns: 100%;
  }
}
.grid-on-right > * {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .grid-on-right > * {
    grid-column: auto;
  }
}
.grid-on-right > *:nth-last-child(2):nth-child(even) {
  grid-column: 2/span 2;
}
@media (max-width: 768px) {
  .grid-on-right > *:nth-last-child(2):nth-child(even) {
    grid-column: auto;
  }
}

/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          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;
}

/**
 * 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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald, sans-serif;
  font-weight: normal;
  clear: both;
  margin-top: 0;
}

h1,
h1 {
  color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  h1,
  h1 {
    font-size: 44px;
  }
}

h2,
.h2 {
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}

h3,
.h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #ffffff;
}
@media (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

.subtitle {
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #FAE100;
  text-transform: uppercase;
  margin-bottom: 8px;
}

p {
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  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: #1E102D;
}

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%;
  border: 1px solid #342545;
  -webkit-box-shadow: 4px 4px 0px 0px #FAE100;
          box-shadow: 4px 4px 0px 0px #FAE100;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
@media (max-width: 420px) {
  table {
    display: block;
    height: auto !important;
    overflow-x: scroll;
  }
}
table tr:nth-child(odd) {
  background-color: #1e102d;
}
table tr:nth-child(even) {
  background-color: #251536;
}
table tr td {
  padding: 12px 16px;
}
table thead tr td {
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #FAE100;
  background-color: #342545;
}
table thead tr td strong {
  font-weight: 400;
}

table.ui-datepicker-calendar,
.ui-datepicker-header {
  font-size: 15px;
  background-color: #251536;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ded5e8;
  margin: 0;
  padding: 0 3px;
}
table.ui-datepicker-calendar tr td,
.ui-datepicker-header tr td {
  padding: 10px;
}
table.ui-datepicker-calendar a,
.ui-datepicker-header a {
  text-decoration: none;
}

.ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}

.ui-icon {
  cursor: pointer;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  color: transparent;
  background-repeat: no-repeat;
  background-position: center !important;
}

.ui-datepicker-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ui-datepicker-prev span {
  background-image: url(img/icons/small-arr.svg) !important;
}

.ui-datepicker-next span {
  background-image: url(img/icons/small-arr.svg) !important;
}

body .xdsoft_datetimepicker .xdsoft_calendar td, body .xdsoft_datetimepicker .xdsoft_calendar th {
  color: #000 !important;
}

html body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background-color: #FAE100 !important;
  color: #000 !important;
}

html body .xdsoft_datetimepicker .xdsoft_calendar td:hover, html body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background-color: #FAE100 !important;
  color: #000 !important;
}

body .xdsoft_datetimepicker .xdsoft_label {
  font-size: 13px !important;
  color: #000 !important;
  font-family: "Inter" !important;
  font-weight: 400 !important;
}

html body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover,
html body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background-color: #FAE100 !important;
  color: #000 !important;
}

html body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
html body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
html body .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5 !important;
}

/* Links
--------------------------------------------- */
a {
  color: #FAE100;
}
a:hover, a:active {
  outline: 0;
}

.btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 16px;
  background: #FAE100;
  border: 1px solid #FAE100;
  color: #29193b;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 15px 30px;
}
.btn:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.btn.btn-with-icon, .btn.btn-with-loop {
  display: grid;
  grid-template-columns: 1fr 51px;
  padding: 0 0 0 25px;
}
@media (max-width: 1024px) {
  .btn.btn-with-icon, .btn.btn-with-loop {
    min-height: 56px;
  }
}
.btn.btn-with-icon span, .btn.btn-with-loop span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E3CC00;
  padding: 16px 21px;
}
.btn.btn-with-icon svg path, .btn.btn-with-loop svg path {
  stroke: #29193b;
}
.btn.btn-with-loop span {
  padding: 16px;
}
.btn.btn-transparent {
  background: transparent;
  color: #FAE100;
}
.btn.btn-transparent.btn-with-icon {
  padding: 0 0 0 25px;
}
.btn.btn-transparent.btn-with-icon span {
  background: transparent;
  border-left: 1px solid #FAE100;
}
.btn.btn-transparent.btn-with-icon svg path {
  stroke: #FAE100;
}
.btn.mt-standart {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .btn.mt-standart {
    margin-top: 24px;
  }
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #191818 #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;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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 {
  font-family: Oswald, sans-serif;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #2d4025;
  border-radius: 4px;
  border: 1px solid #dfe8d5;
  background: #fff;
  padding: 13px 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  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 {
    font-size: 15px;
  }
}
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 {
  outline: none;
  border: 1px solid #ffffff;
}
input[type=text].empty, input[type=text].not-valid,
input[type=email].empty,
input[type=email].not-valid,
input[type=url].empty,
input[type=url].not-valid,
input[type=password].empty,
input[type=password].not-valid,
input[type=search].empty,
input[type=search].not-valid,
input[type=number].empty,
input[type=number].not-valid,
input[type=tel].empty,
input[type=tel].not-valid,
input[type=range].empty,
input[type=range].not-valid,
input[type=date].empty,
input[type=date].not-valid,
input[type=month].empty,
input[type=month].not-valid,
input[type=week].empty,
input[type=week].not-valid,
input[type=time].empty,
input[type=time].not-valid,
input[type=datetime].empty,
input[type=datetime].not-valid,
input[type=datetime-local].empty,
input[type=datetime-local].not-valid,
input[type=color].empty,
input[type=color].not-valid,
textarea.empty,
textarea.not-valid {
  border-color: red;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled {
  opacity: 0.4;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #2f2f2f;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: #2f2f2f;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #2f2f2f;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #2f2f2f;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #2f2f2f;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 128px;
}

.valid-msg {
  margin-top: -15px;
  margin-bottom: 20px;
  display: block;
  color: red !important;
}

.btn[type=submit] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .btn[type=submit] {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 15px;
}

.inputs-cols-2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  .inputs-cols-2 p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 0;
  }
}
.inputs-cols-2 .wpcf7-form-control-wrap {
  width: 100%;
}

.niceselect {
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  margin-bottom: 20px;
}
.niceselect::after {
  width: 8px;
  height: 8px;
  border-color: #2d4025;
}
.niceselect ul.list {
  width: 100%;
  margin-left: 0;
}

.filters-form .filter-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  padding-top: 5px;
  margin-bottom: 8px;
}
.filters-form input[type=text],
.filters-form .nice-select {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #413153;
  border-radius: 0;
  margin-bottom: 16px;
}
.filters-form input[type=text]::-webkit-input-placeholder, .filters-form .nice-select::-webkit-input-placeholder {
  color: #ffffff;
}
.filters-form input[type=text]::-moz-placeholder, .filters-form .nice-select::-moz-placeholder {
  color: #ffffff;
}
.filters-form input[type=text]:-ms-input-placeholder, .filters-form .nice-select:-ms-input-placeholder {
  color: #ffffff;
}
.filters-form input[type=text]::-ms-input-placeholder, .filters-form .nice-select::-ms-input-placeholder {
  color: #ffffff;
}
.filters-form input[type=text]::placeholder,
.filters-form .nice-select::placeholder {
  color: #ffffff;
}

.nice-select {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #413153;
  border-radius: 0;
  margin-bottom: 16px;
}
.nice-select::-webkit-input-placeholder {
  color: #ffffff;
}
.nice-select::-moz-placeholder {
  color: #ffffff;
}
.nice-select:-ms-input-placeholder {
  color: #ffffff;
}
.nice-select::-ms-input-placeholder {
  color: #ffffff;
}
.nice-select::placeholder {
  color: #ffffff;
}

.nice-select {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nice-select:last-of-type {
  margin-bottom: 24px;
}
.nice-select::after {
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  height: 10px;
  right: 20px;
  top: 45%;
  width: 10px;
}
.nice-select .list {
  width: 100%;
  max-height: 300px;
  border: 1px solid #ded5e8;
  border-radius: 0;
  margin-left: 0;
  overflow-y: scroll;
}
.nice-select .list,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: #29193b;
}
.nice-select .option:hover {
  color: #FAE100;
}

input[type=checkbox] {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
input[type=checkbox]::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #4b3c5c;
  background: #29193b;
  cursor: pointer;
}
input[type=checkbox]::after {
  content: "";
  width: 10px;
  height: 8px;
  display: block;
  position: absolute;
  left: 5px;
  top: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc1IDMuOTk5OTJMMy41OCA2LjgyOTkyTDkuMjUgMS4xNjk5MiIgc3Ryb2tlPSIjRkFFMTAwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  opacity: 0;
}
input[type=checkbox] + label {
  font-family: Inter, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  padding-left: 15px;
  cursor: pointer;
}
input[type=checkbox]:checked::after {
  opacity: 1;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  position: relative;
  border-bottom: 1px solid #4B3C5C;
  padding: 24px 0;
}
.site-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-header .site-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-header #mobile-navigation {
  display: none;
}
@media (max-width: 1024px) {
  .site-header #mobile-navigation {
    display: block;
    padding: 22px 16px 0 16px;
    margin-top: 24px;
    border-top: 1px solid #4B3C5C;
  }
}
.site-header .mobile-menu {
  width: 100%;
  padding-bottom: 56px;
  display: none;
}
.site-header .mobile-menu__contacts {
  padding: 32px 15px;
}
@media (max-width: 1024px) {
  .site-header .mobile-menu__contacts.site-contact {
    display: grid;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    border: 0;
  }
}
.site-header .mobile-menu__cta {
  margin-top: 46px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .site-header .mobile-menu__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1024px) {
  .site-cta {
    display: none;
  }
}

#toggle-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 5px;
  width: 52px;
  height: 52px;
  border: 1px solid #FAE100;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  #toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#toggle-menu span {
  display: block;
  width: 25px;
  height: 2px;
  background: #FAE100;
}

.site-footer {
  padding-top: 64px;
  padding-bottom: 24px;
}
.site-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 45px;
}
@media (max-width: 768px) {
  .site-footer__wrap {
    grid-gap: 16px;
  }
}
.site-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 175px;
  margin-bottom: 16px;
}
.site-footer__text {
  font-family: OpenSans, sans-serif;
  max-width: 406px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #71697a;
  margin-bottom: 32px;
}
.site-footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  grid-gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .site-footer__contacts {
    grid-gap: 16px;
  }
}
.site-footer__contacts .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer__contacts-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 7px;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #ffffff;
  text-decoration: none;
}
.site-footer__contacts-item:hover {
  color: #FAE100;
}
.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 12px;
}
.site-footer__socials-item {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #29193b;
  border-radius: 50%;
}
.site-footer__socials-item:hover {
  background: #4b3c5c;
}
.site-footer__socials-item img {
  width: 24px;
  height: auto;
}
.site-footer__menu {
  width: 54.3333333%;
}
@media (max-width: 1024px) {
  .site-footer__menu {
    width: 100%;
  }
}
.site-footer #secondary-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .site-footer #secondary-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.site-footer .menu,
.site-footer .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .menu .menu-item a,
.site-footer .sub-menu .menu-item a {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #FAE100;
  text-transform: uppercase;
}
.site-footer .menu .menu-item .sub-menu,
.site-footer .sub-menu .menu-item .sub-menu {
  margin-top: 24px;
}
.site-footer .menu .menu-item .sub-menu .menu-item:not(:last-child),
.site-footer .sub-menu .menu-item .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.site-footer .menu .menu-item .sub-menu a,
.site-footer .sub-menu .menu-item .sub-menu a {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-transform: none;
  color: #ffffff;
}
.site-footer .menu .menu-item .sub-menu a:hover,
.site-footer .sub-menu .menu-item .sub-menu a:hover {
  color: #FAE100;
}
.site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 45px;
  border-top: 1px solid #413153;
  padding-top: 24px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .site-footer__bottom {
    grid-gap: 16px;
    margin-top: 24px;
  }
}
.site-footer__copyright,
.site-footer #bottom-menu li a {
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  text-transform: uppercase;
  color: #71697a;
}
.site-footer #bottom-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 40px;
}

.turnier-item {
  display: block;
  max-width: 305px;
  background: #342545;
  border: 1px solid #4b3c5c;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.turnier-item:hover {
  border-color: #ded5e8;
}
.turnier-item__city {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: grid;
  grid-template-columns: 20px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 4px;
  align-items: center;
  background: #FAE100;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  text-transform: uppercase;
  color: #29193b;
  padding: 8px 12px;
  position: absolute;
  left: 12px;
  top: 12px;
}
.turnier-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.turnier-item__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.64;
  -o-object-fit: cover;
     object-fit: cover;
}
.turnier-item__team {
  display: grid;
  grid-template-columns: 24px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  background: #29193b;
  padding: 8px 24px;
}
.turnier-item__info {
  padding: 20px;
}
.turnier-item__organizer {
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  color: #FAE100;
  margin-bottom: 2px;
}
.turnier-item__title {
  margin-bottom: 16px;
}
.turnier-item__date, .turnier-item__time {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: grid;
  grid-template-columns: 24px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 4px;
}
.turnier-item__time {
  margin-top: 8px;
}
.turnier-item .city-icon,
.turnier-item .team-icon,
.turnier-item .date-icon,
.turnier-item .time-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.turnier-intro {
  position: relative;
  padding-bottom: 170px;
  overflow-x: hidden;
  z-index: 2;
}
@media (max-width: 768px) {
  .turnier-intro {
    padding-bottom: 110px;
  }
}
.turnier-intro__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  padding-top: 90px;
}
@media (max-width: 1024px) {
  .turnier-intro__wrap {
    grid-template-columns: 100%;
    padding-top: 30px;
  }
}
.turnier-intro__content {
  max-width: 560px;
}
.turnier-intro__content .login-btn {
  margin-left: 0;
}
.turnier-intro .intro-small__line {
  position: absolute;
  bottom: 35px;
}
.turnier-intro + .tables.show-vector {
  margin-top: -40px;
}

.single-turnier .turnier__title {
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .single-turnier .turnier__title {
    font-size: 40px;
  }
}
.single-turnier .turnier__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin-top: 32px;
}
.single-turnier .turnier__organizer {
  font-family: OpenSans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  color: #FAE100;
  padding-bottom: 8px;
}
.single-turnier .turnier__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 457px;
}
.single-turnier .turnier__image img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 8px 8px 0px 0px #FAE100;
          box-shadow: 8px 8px 0px 0px #FAE100;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-turnier .turnier__inform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 8px;
  border: 1px solid #4b3c5c;
  border-width: 1px 0;
  padding: 12px 0 19px 0;
}
@media (max-width: 768px) {
  .single-turnier .turnier__inform {
    grid-template-columns: 100%;
  }
}
.single-turnier .turnier__inform-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  padding: 4px;
}
.single-turnier .turnier__inform-item:nth-child(even) {
  border-left: 1px solid #4b3c5c;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .single-turnier .turnier__inform-item:nth-child(even) {
    padding-left: 4px;
    border-left: 0;
  }
}
.single-turnier .turnier__inform-item img {
  -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(11%) saturate(5372%) hue-rotate(8deg) brightness(121%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(73%) sepia(11%) saturate(5372%) hue-rotate(8deg) brightness(121%) contrast(102%);
}
.single-turnier .turnier__inform .inform-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.produkt-item {
  display: block;
  max-width: 305px;
  background: #342545;
  border: 1px solid #4b3c5c;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.produkt-item__sticker {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  text-transform: uppercase;
  color: #29193b;
  background: #FAE100;
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 8px 12px;
}
.produkt-item__img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.produkt-item__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1.11;
  -o-object-fit: cover;
     object-fit: cover;
}
.produkt-item__info {
  padding: 20px;
}
.produkt-item__info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #5a4c6a;
  padding-top: 20px;
  margin-top: 20px;
}
.produkt-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .produkt-item__title {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.produkt-item__code {
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
}
.produkt-item__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .produkt-item__price {
    font-size: 20px;
  }
}
.produkt-item .btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 24px;
}

.download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #342545;
  border: 1px solid #4b3c5c;
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.download-item.hide {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.download-item__sticker {
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  background: #FAE100;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #1e102d;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 16px;
}
.download-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download-item__img:not(.img-icon) img {
  width: 100%;
  aspect-ratio: 1/0.81;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-item__img.img-icon {
  padding: 20px 20px 4px 20px;
}
.download-item__info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.download-item__info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  margin-top: auto;
}
.download-item__author {
  font-family: OpenSans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  color: #FAE100;
}
.download-item__title {
  margin-bottom: 16px;
}
.download-item__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 8px 8px 20px;
  background: #605072;
}
.download-item__btn:hover {
  opacity: 0.8;
}
.download-item__btn img {
  width: 20px;
}
.download-item__filesize {
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #b8a4ce;
}

body #page {
  -webkit-transition: 0.3s ease filter;
  transition: 0.3s ease filter;
}
body.login-active #page {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

button {
  cursor: pointer;
}

.login-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(30, 16, 45, 0.56);
}
.login-popup .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: auto;
  padding: 50px 15px;
}
.login-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.login-popup .close-popup svg {
  display: block;
}
.login-popup__inner {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  -webkit-box-shadow: 8px 8px 0px 0px #FAE100;
          box-shadow: 8px 8px 0px 0px #FAE100;
  background-color: rgb(52, 37, 69);
  padding: 40px;
  position: relative;
}
.login-popup__title {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 16px;
}
.login-popup__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.login-popup__tablinks {
  font-weight: 500;
  color: #fff;
  border: 1px solid rgb(75, 60, 92);
  padding: 17px 30px;
  width: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.login-popup__tablinks:hover {
  border-color: #FAE100;
  color: #FAE100;
}
.login-popup__tablinks.active {
  color: #FAE100;
  border-color: #FAE100;
}
.login-popup .um .um-form .success-message {
  color: #FAE100;
  display: block;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}
.login-popup .um .um-form .um-field {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
.login-popup .um .um-form .um-field + .um-field {
  margin-top: 20px;
}
.login-popup .um .um-form .um-field-label {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.56);
  margin: 0;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #342545;
  z-index: 2;
  padding: 2px 8px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  letter-spacing: 0.02em;
  cursor: text;
}
.login-popup .um .um-form .um-field-label label {
  cursor: text;
}
.login-popup .um .um-form .um-field.focused .um-field-label {
  top: 0;
}
.login-popup .um .um-form .um-field.focused .um-field-label label {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.login-popup .um .um-form .um-field-area input {
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid rgb(75, 60, 92) !important;
  padding: 15px 20px !important;
  height: 56px !important;
  color: #fff !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
.login-popup .um .um-form .um-field-area input:focus {
  border: 1px solid rgb(75, 60, 92) !important;
}
.login-popup .um .um-form .um-field-area input.um-error {
  border-color: #FA4E4E !important;
}
.login-popup .um .um-form .um-field .um-field-error {
  background-color: #342545 !important;
  color: #FA4E4E !important;
  font-size: 12px !important;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: -10px;
  padding: 2px 8px;
  left: 20px;
  text-transform: uppercase;
}
.login-popup .um .um-form .um-field .um-field-error .um-field-arrow {
  display: none;
}
.login-popup .um .um-form .um-col-alt-b .um-link-alt {
  text-decoration: underline !important;
  color: #FAE100 !important;
}
.login-popup .um .um-form .um-col-alt-b .um-link-alt:hover {
  color: #fff !important;
}
.login-popup .um .um-form .um-button {
  background-color: #FAE100;
  font-weight: 500 !important;
  color: #29193B;
  width: 100% !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  height: 56px !important;
}
.login-popup .um .um-form .um-button:hover, .login-popup .um .um-form .um-button:focus {
  opacity: 0.8;
  background-color: #FAE100;
  color: #29193B;
}
.login-popup .um .um-form .um-col-121 {
  width: calc(50% - 8px);
  float: left;
}
@media (max-width: 1024px) {
  .login-popup .um .um-form .um-col-121 {
    width: 100%;
    float: none;
    margin-bottom: 16px;
  }
}
.login-popup .um .um-form .um-col-122 {
  width: calc(50% - 8px);
  float: right;
}
@media (max-width: 1024px) {
  .login-popup .um .um-form .um-col-122 {
    width: 100%;
    float: none;
  }
}
.login-popup .reset-pass-link,
.login-popup .login-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.login-popup .reset-pass-link span,
.login-popup .login-link span {
  text-decoration: underline !important;
  color: #FAE100 !important;
  cursor: pointer;
}
.login-popup .reset-pass-link span:hover,
.login-popup .login-link span:hover {
  color: #fff !important;
}

.um-wrapper {
  padding-top: 80px;
}

.page-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .page-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.page-title-wrap .page-title {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .page-title-wrap .page-title {
    font-size: 20px;
  }
}

html .page-template-page-um .content-area {
  background-image: url("../funino-theme/img/background.png");
  padding-bottom: 120px;
}
html .page-template-page-um .um-account-main {
  background-color: #342545;
  padding: 40px;
  max-width: calc(70% - 24px);
  float: right;
}
@media (max-width: 529.9px) {
  html .page-template-page-um .um-account-main {
    max-width: 100%;
  }
}
html .page-template-page-um .um-account-main div.um-account-heading {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px !important;
  width: 100%;
}
html .page-template-page-um .um-account-main div.um-account-heading i {
  display: none;
}
html .page-template-page-um .um-account-main .um-account-tab-tournaments div.um-account-heading {
  display: none !important;
}
html .page-template-page-um .um-account-main .um-account-tab-general .tab-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 529.9px) {
  html .page-template-page-um .um-account-main .um-account-tab-general .tab-wrapper {
    padding: 15px !important;
  }
}
html .page-template-page-um .um-account-main .um-field-first_name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
html .page-template-page-um .um-account-main .um-field-last_name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
html .page-template-page-um .um-account-main .um-field-phone {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100% !important;
  max-width: calc(100% - 72px) !important;
  margin-top: 24px;
}
html .page-template-page-um .um-account-main .um-field-user_email {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  width: 100% !important;
  max-width: calc(100% - 72px) !important;
  margin-top: 24px;
}
html .page-template-page-um .um-account-main .um-col-alt.um-col-alt-b {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 4px;
}
html .page-template-page-um .um-account-main .um-button {
  border: 1px solid #4B3C5C !important;
  height: 56px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  width: auto;
  cursor: pointer;
}
html .page-template-page-um .um-account-main .um-button:hover {
  opacity: 0.7;
}
html .page-template-page-um .um-account-main #um_account_submit_general,
html .page-template-page-um .um-account-main #um_account_submit_password {
  padding-left: 24px !important;
  padding-right: 24px !important;
  background-color: #FAE100 !important;
  color: #29193B !important;
}
html .page-template-page-um .um-account-main .um-field-user_login {
  display: none;
}
html .page-template-page-um .um-account-main .um-field {
  position: relative;
  padding: 0;
  width: 50%;
  max-width: calc(50% - 44px);
}
html .page-template-page-um .um-account-main .um-field + .um-field {
  margin-top: 24px;
}
html .page-template-page-um .um-account-main .um-field-label {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.56);
  margin: 0;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #342545;
  z-index: 2;
  padding: 2px 8px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  letter-spacing: 0.02em;
  cursor: text;
}
html .page-template-page-um .um-account-main .um-field-label label {
  cursor: text;
}
html .page-template-page-um .um-account-main .um-field.focused .um-field-label {
  top: 0;
}
html .page-template-page-um .um-account-main .um-field.focused .um-field-label label {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
html .page-template-page-um .um-account-main .um-field-area input,
html .page-template-page-um .um-account-main .um-field-area textarea,
html .page-template-page-um .um-account-main .um-field-area select {
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid rgb(75, 60, 92) !important;
  padding: 15px 20px !important;
  height: 56px !important;
  color: #fff !important;
  font-size: 14px !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 20px;
  margin-bottom: 0;
}
html .page-template-page-um .um-account-main .um-field-area input:focus,
html .page-template-page-um .um-account-main .um-field-area textarea:focus,
html .page-template-page-um .um-account-main .um-field-area select:focus {
  border: 1px solid rgb(75, 60, 92) !important;
}
html .page-template-page-um .um-account-main .um-field-area input.um-error,
html .page-template-page-um .um-account-main .um-field-area textarea.um-error,
html .page-template-page-um .um-account-main .um-field-area select.um-error {
  border-color: #FA4E4E !important;
}
html .page-template-page-um .um-account-main .um-field-area select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
html .page-template-page-um .um-account-main .um-field-area select option {
  background-color: #342545;
}
html .page-template-page-um .um-account-main .um-field .datepicker-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgb(75, 60, 92) !important;
  background-image: url("img/icons/calendar-white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .page-template-page-um .um-account-main .um-field .datepicker-wrap input {
  width: auto;
  border: 0 !important;
  max-width: 100px;
  padding-right: 0 !important;
  background-image: none !important;
}
html .page-template-page-um .um-account-main .um-field .datepicker-wrap input:focus {
  border: none !important;
}
html .page-template-page-um .um-account-main .um-field .datepicker-wrap input.um-error {
  border-color: none !important;
}
html .page-template-page-um .um-account-main .um-field .datepicker-wrap #tournament_date_from {
  max-width: 135px;
  padding-right: 0 !important;
}
html .page-template-page-um .um-account-main .um-field .datepicker-wrap #tournament_date_to {
  padding-left: 10px !important;
}
html .page-template-page-um .um-account-main .um-field .datepicker-wrap .separator {
  color: rgba(255, 255, 255, 0.56);
}
html .page-template-page-um .um-account-main .um-field .um-field-error {
  background-color: #342545 !important;
  color: #FA4E4E !important;
  font-size: 12px !important;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: -10px;
  padding: 2px 8px;
  left: 20px;
  text-transform: uppercase;
}
html .page-template-page-um .um-account-main .um-field .um-field-error .um-field-arrow {
  display: none;
}
html .page-template-page-um .um-account-main .um-field.locked .um-field-label {
  pointer-events: none;
}
html .page-template-page-um .um-account-main .um-field.locked input,
html .page-template-page-um .um-account-main .um-field.locked textarea,
html .page-template-page-um .um-account-main .um-field.locked select {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 8.33366V6.66699C5.5 3.90866 6.33333 1.66699 10.5 1.66699C14.6667 1.66699 15.5 3.90866 15.5 6.66699V8.33366' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.4993 15.4167C11.6499 15.4167 12.5827 14.4839 12.5827 13.3333C12.5827 12.1827 11.6499 11.25 10.4993 11.25C9.34876 11.25 8.41602 12.1827 8.41602 13.3333C8.41602 14.4839 9.34876 15.4167 10.4993 15.4167Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.666 18.333H6.33268C2.99935 18.333 2.16602 17.4997 2.16602 14.1663V12.4997C2.16602 9.16634 2.99935 8.33301 6.33268 8.33301H14.666C17.9993 8.33301 18.8327 9.16634 18.8327 12.4997V14.1663C18.8327 17.4997 17.9993 18.333 14.666 18.333Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  color: rgba(255, 255, 255, 0.56) !important;
  cursor: not-allowed !important;
  pointer-events: none;
}
html .page-template-page-um .um-account-main .um-field.locked .datepicker-wrap {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 8.33366V6.66699C5.5 3.90866 6.33333 1.66699 10.5 1.66699C14.6667 1.66699 15.5 3.90866 15.5 6.66699V8.33366' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.4993 15.4167C11.6499 15.4167 12.5827 14.4839 12.5827 13.3333C12.5827 12.1827 11.6499 11.25 10.4993 11.25C9.34876 11.25 8.41602 12.1827 8.41602 13.3333C8.41602 14.4839 9.34876 15.4167 10.4993 15.4167Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.666 18.333H6.33268C2.99935 18.333 2.16602 17.4997 2.16602 14.1663V12.4997C2.16602 9.16634 2.99935 8.33301 6.33268 8.33301H14.666C17.9993 8.33301 18.8327 9.16634 18.8327 12.4997V14.1663C18.8327 17.4997 17.9993 18.333 14.666 18.333Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
  color: rgba(255, 255, 255, 0.56) !important;
  cursor: not-allowed !important;
  pointer-events: none;
}
html .page-template-page-um .um-account-main .um-field.unlocked {
  max-width: 100% !important;
}
html .page-template-page-um .um-account-main .um-field.unlocked select {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6004 7.45801L11.1671 12.8913C10.5254 13.533 9.47539 13.533 8.83372 12.8913L3.40039 7.45801' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
html .page-template-page-um .um-account-main .um-account-tab-password .um-field {
  width: 100%;
  max-width: 100%;
}
html .page-template-page-um .um-account-main .actions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  clear: both;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
}
html .page-template-page-um .um-account-main .um-account-tab-general .actions-wrap {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 32px;
}
html .page-template-page-um .um-account-main .um-account-tab-general .um-field.unlocked.um-field-first_name, html .page-template-page-um .um-account-main .um-account-tab-general .um-field.unlocked.um-field-last_name {
  max-width: calc(50% - 8px) !important;
}
html .page-template-page-um .um-account-main .save-tournament-wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
html .page-template-page-um .um-account-main .save-tournament-wrap .btn {
  border-radius: 0;
  cursor: pointer;
}
html .page-template-page-um .um-account-main .save-tournament-wrap .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
html .page-template-page-um .um-account-main .save-tournament-wrap .result-message {
  color: #4EFA6A;
  padding: 4px 8px;
  background: rgba(78, 250, 106, 0.24);
}
html .page-template-page-um .um-account-main .btn-edit {
  padding-left: 52px !important;
  padding-right: 24px !important;
  background-repeat: no-repeat;
  background-position: 24px;
  background-size: 20px;
  border-radius: 0;
  cursor: pointer;
  width: auto !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0495 3.00002L4.2078 10.2417C3.94947 10.5167 3.69947 11.0584 3.64947 11.4334L3.34114 14.1333C3.2328 15.1083 3.9328 15.775 4.89947 15.6084L7.5828 15.15C7.9578 15.0834 8.4828 14.8084 8.74114 14.525L15.5828 7.28335C16.7661 6.03335 17.2995 4.60835 15.4578 2.86668C13.6245 1.14168 12.2328 1.75002 11.0495 3.00002Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.9082 4.20801C10.2665 6.50801 12.1332 8.26634 14.4499 8.49967' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 18.334H17.5' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
html .page-template-page-um .um-account-main .btn-cancel {
  padding: 0 !important;
  width: auto !important;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border: none !important;
  text-transform: none !important;
  cursor: pointer;
}
html .page-template-page-um .um-account-main .unlock-field {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border: 1px solid #4B3C5C;
  display: block;
  cursor: pointer;
  margin-top: 24px;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0495 3.00002L4.2078 10.2417C3.94947 10.5167 3.69947 11.0584 3.64947 11.4334L3.34114 14.1333C3.2328 15.1083 3.9328 15.775 4.89947 15.6084L7.5828 15.15C7.9578 15.0834 8.4828 14.8084 8.74114 14.525L15.5828 7.28335C16.7661 6.03335 17.2995 4.60835 15.4578 2.86668C13.6245 1.14168 12.2328 1.75002 11.0495 3.00002Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.9082 4.20801C10.2665 6.50801 12.1332 8.26634 14.4499 8.49967' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 18.334H17.5' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
html .page-template-page-um .um-account-main .unlock-field.active {
  opacity: 0.6;
}
html .page-template-page-um .um-account-main .unlock-field.unlock-name {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
html .page-template-page-um .um-account-main .unlock-field.unlock-phone {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
html .page-template-page-um .um-account-main .unlock-field.unlock-email {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
html .page-template-page-um .um-account-main .tournament-logo-wrap .um-field-label {
  left: 0;
  padding-left: 0;
  top: 0;
}
html .page-template-page-um .um-account-main .tournament-logo-wrap .um-field-label label {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
html .page-template-page-um .um-account-main .tournament-logo-wrap .um-field-area {
  margin-top: 10px;
}
html .page-template-page-um .um-account-main .tournament-logo-wrap .um-field-area .tournament-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid #413153;
  background-color: rgba(255, 255, 255, 0.02);
  position: relative;
  top: 4px;
}
html .page-template-page-um .um-account-main .tournament-logo-wrap .um-field-area .tournament-logo svg {
  display: block;
  position: relative;
  top: 2px;
}
html .page-template-page-um .um-account-main .upload-wrap {
  width: 100%;
  height: 200px;
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  display: block;
  margin-top: 20px;
}
html .page-template-page-um .um-account-main .upload-wrap__title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
html .page-template-page-um .um-account-main .upload-wrap input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
html .page-template-page-um .um-account-main .tournament-section {
  overflow: hidden;
}
html .page-template-page-um .um-account-main .tournament-section .fields__subtitle {
  font-family: "Ínter", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin-top: 24px;
}
html .page-template-page-um .um-account-main .tournament-section .fields .field-wrap {
  overflow: hidden;
}
html .page-template-page-um .um-account-main .tournament-section .fields .field-wrap + .fields__subtitle {
  margin-top: 24px;
}
html .page-template-page-um .um-account-main .tournament-section .fields .field-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 767px) {
  html .page-template-page-um .um-account-main .tournament-section .fields .field-col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
html .page-template-page-um .um-account-main .tournament-section .fields .field-col-2.active {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .page-template-page-um .um-account-main .tournament-section .fields .field-col-2.active .actions-wrap {
  margin-top: 0;
  padding-top: 0;
}
html .page-template-page-um .um-account-main .tournament-section .fields .field-col-2.active .field-wrap.small {
  max-width: 23.4%;
}
html .page-template-page-um .um-account-main .tournament-section .fields .field-col-2 .field-wrap {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  max-width: calc(50% - 8px);
}
@media (max-width: 767px) {
  html .page-template-page-um .um-account-main .tournament-section .fields .field-col-2 .field-wrap {
    max-width: 100%;
    width: 100%;
  }
}
html .page-template-page-um .um-account-main .tournament-section .fields .field-col-2 .field-wrap .um-field {
  max-width: 100%;
}
html .page-template-page-um .um-account-main .tournament-section .fields .field-col-2 .field-wrap.small {
  max-width: 21.3%;
}
@media (max-width: 767px) {
  html .page-template-page-um .um-account-main .tournament-section .fields .field-col-2 .field-wrap.small {
    max-width: 100%;
    width: 100%;
  }
}
html .page-template-page-um .um-account-main .tournament-section + .tournament-section {
  margin-top: 32px;
}
html .page-template-page-um .um-account-main .um-account-nav > a {
  color: #fff !important;
}
html .page-template-page-um .um-account-main .um-account-nav > a.current {
  color: #FAE100 !important;
}
html .page-template-page-um .um-account-main .um-account-nav .arr {
  right: 10px;
}
html .page-template-page-um .um-account-main .um-account-nav a[data-tab=general] .ico {
  top: 12px;
  left: 10px;
}
html .page-template-page-um .um-account-main .um-account-nav a[data-tab=general] .ico i {
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5901 22C20.5901 18.13 16.7402 15 12.0002 15C7.26015 15 3.41016 18.13 3.41016 22' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
html .page-template-page-um .um-account-main .um-account-nav a[data-tab=tournaments] .ico {
  top: 12px;
  left: 10px;
}
html .page-template-page-um .um-account-main .um-account-nav a[data-tab=tournaments] .ico i {
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 9V5M15 11L19 9.5M14 15L16 18M10 14.5L8 17M9 11.5L5 10.5M9 2.5L12.017 4.622L15 2.5M2 12.8L5.197 10.439L3.555 6.72M19.47 18.853L15.616 18.155L14.266 22M20.03 6.196L18.803 9.39L22 11.75M8.01 21.407L8.051 17.167L4.003 17.211M11.708 9.349C11.7918 9.28477 11.8944 9.24997 12 9.24997C12.1056 9.24997 12.2082 9.28477 12.292 9.349L14.545 11.054C14.6308 11.1206 14.6941 11.2119 14.7263 11.3157C14.7585 11.4194 14.758 11.5305 14.725 11.634L13.865 14.392C13.8347 14.4943 13.7724 14.5843 13.6873 14.6487C13.6022 14.7131 13.4987 14.7486 13.392 14.75H10.608C10.5013 14.7486 10.3978 14.7131 10.3127 14.6487C10.2276 14.5843 10.1653 14.4943 10.135 14.392L9.275 11.633C9.24218 11.5297 9.24184 11.4188 9.27402 11.3152C9.30621 11.2117 9.36938 11.1205 9.455 11.054L11.708 9.349Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
html .page-template-page-um .um-account-main .um-account-nav a[data-tab=password] .ico {
  top: 0px;
  font-size: 16px;
  color: #fff;
  left: 10px;
}
html .page-template-page-um .um-account-main .um-account-nav a[data-tab=password] .ico i:before {
  content: "\f084";
}
html .page-template-page-um #um_account_submit_tournaments {
  display: none;
}
html .page-template-page-um .tournaments-manage + .um-col-alt.um-col-alt-b {
  display: none;
}
html .page-template-page-um .um-account-side {
  padding-right: 24px;
  border-right: 1px solid #4B3C5C;
  padding-bottom: 24px;
  padding-top: 24px;
}
html .page-template-page-um .um-account-side li {
  background-color: transparent;
}
html .page-template-page-um .um-account-side li + li {
  margin-top: 20px !important;
}
html .page-template-page-um .um-account-side li .um-account-arrow {
  display: none;
}
html .page-template-page-um .um-account-side li .um-account-icon {
  border: none !important;
  padding: 0 !important;
}
html .page-template-page-um .um-account-side .um-account-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-left: 8px !important;
}
html .page-template-page-um .um-account-side .um-account-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #4B3C5C !important;
  padding-bottom: 16px;
  background-color: transparent !important;
}
html .page-template-page-um .um-account-side .um-account-link .um-account-icon {
  color: #fff !important;
}
html .page-template-page-um .um-account-side .um-account-link.current .um-account-icon {
  color: #FAE100 !important;
}
html .page-template-page-um .um-account-side a[data-tab=general] .um-account-icontip,
html .page-template-page-um .um-account-side a[data-tab=general] .um-account-icon {
  border: none !important;
  min-width: 24px;
  height: 24px !important;
}
html .page-template-page-um .um-account-side a[data-tab=general] .um-account-icontip i,
html .page-template-page-um .um-account-side a[data-tab=general] .um-account-icon i {
  width: 24px;
  height: 24px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5901 22C20.5901 18.13 16.7402 15 12.0002 15C7.26015 15 3.41016 18.13 3.41016 22' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
html .page-template-page-um .um-account-side a[data-tab=general].current .um-account-title {
  color: #FAE100;
}
html .page-template-page-um .um-account-side a[data-tab=general].current i {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5901 22C20.5901 18.13 16.7402 15 12.0002 15C7.26015 15 3.41016 18.13 3.41016 22' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
html .page-template-page-um .um-account-side a[data-tab=tournaments] .um-account-icontip,
html .page-template-page-um .um-account-side a[data-tab=tournaments] .um-account-icon {
  border: none !important;
  min-width: 24px;
  height: 24px !important;
}
html .page-template-page-um .um-account-side a[data-tab=tournaments] .um-account-icontip i,
html .page-template-page-um .um-account-side a[data-tab=tournaments] .um-account-icon i {
  width: 24px;
  height: 24px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 9V5M15 11L19 9.5M14 15L16 18M10 14.5L8 17M9 11.5L5 10.5M9 2.5L12.017 4.622L15 2.5M2 12.8L5.197 10.439L3.555 6.72M19.47 18.853L15.616 18.155L14.266 22M20.03 6.196L18.803 9.39L22 11.75M8.01 21.407L8.051 17.167L4.003 17.211M11.708 9.349C11.7918 9.28477 11.8944 9.24997 12 9.24997C12.1056 9.24997 12.2082 9.28477 12.292 9.349L14.545 11.054C14.6308 11.1206 14.6941 11.2119 14.7263 11.3157C14.7585 11.4194 14.758 11.5305 14.725 11.634L13.865 14.392C13.8347 14.4943 13.7724 14.5843 13.6873 14.6487C13.6022 14.7131 13.4987 14.7486 13.392 14.75H10.608C10.5013 14.7486 10.3978 14.7131 10.3127 14.6487C10.2276 14.5843 10.1653 14.4943 10.135 14.392L9.275 11.633C9.24218 11.5297 9.24184 11.4188 9.27402 11.3152C9.30621 11.2117 9.36938 11.1205 9.455 11.054L11.708 9.349Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
html .page-template-page-um .um-account-side a[data-tab=tournaments].current .um-account-title {
  color: #FAE100;
}
html .page-template-page-um .um-account-side a[data-tab=tournaments].current i {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12Z' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 9V5M15 11L19 9.5M14 15L16 18M10 14.5L8 17M9 11.5L5 10.5M9 2.5L12.017 4.622L15 2.5M2 12.8L5.197 10.439L3.555 6.72M19.47 18.853L15.616 18.155L14.266 22M20.03 6.196L18.803 9.39L22 11.75M8.01 21.407L8.051 17.167L4.003 17.211M11.708 9.349C11.7918 9.28477 11.8944 9.24997 12 9.24997C12.1056 9.24997 12.2082 9.28477 12.292 9.349L14.545 11.054C14.6308 11.1206 14.6941 11.2119 14.7263 11.3157C14.7585 11.4194 14.758 11.5305 14.725 11.634L13.865 14.392C13.8347 14.4943 13.7724 14.5843 13.6873 14.6487C13.6022 14.7131 13.4987 14.7486 13.392 14.75H10.608C10.5013 14.7486 10.3978 14.7131 10.3127 14.6487C10.2276 14.5843 10.1653 14.4943 10.135 14.392L9.275 11.633C9.24218 11.5297 9.24184 11.4188 9.27402 11.3152C9.30621 11.2117 9.36938 11.1205 9.455 11.054L11.708 9.349Z' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
html .page-template-page-um .um-account-side a[data-tab=password].current .um-account-title {
  color: #FAE100 !important;
}
html .page-template-page-um .tournaments-list .tournament-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid transparent;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
html .page-template-page-um .tournaments-list .tournament-title.active {
  border-color: #4B3C5C;
}
html .page-template-page-um .tournaments-list .tournament-title.active + .tournament-content {
  padding-top: 32px;
  padding-bottom: 40px;
}
html .page-template-page-um .tournaments-list .tournament-title .title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  html .page-template-page-um .tournaments-list .tournament-title .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  html .page-template-page-um .tournaments-list .tournament-title .title .status {
    margin-left: 0;
  }
}
html .page-template-page-um .tournaments-list .tournament-title .toggle-tournament {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border: 1px solid #4B3C5C;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
@media (max-width: 767px) {
  html .page-template-page-um .tournaments-list .tournament-title .toggle-tournament {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
html .page-template-page-um .tournaments-list .tournament-title .toggle-tournament:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-color: #FAE100;
}
html .page-template-page-um .tournaments-list .tournament-title .toggle-tournament:hover svg path {
  stroke: #FAE100;
}
html .page-template-page-um .tournaments-list .tournament-title .toggle-tournament svg {
  pointer-events: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
html .page-template-page-um .tournaments-list .tournament-title .toggle-tournament svg path {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
html .page-template-page-um .tournaments-list .tournament-title.active .toggle-tournament {
  border-color: #FAE100;
}
html .page-template-page-um .tournaments-list .tournament-title.active .toggle-tournament svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
html .page-template-page-um .tournaments-list .tournament-title.active .toggle-tournament svg path {
  stroke: #FAE100;
}
html .page-template-page-um .tournaments-list .status {
  font-size: 12px;
  padding: 4px 8px;
  margin-left: 16px;
}
html .page-template-page-um .tournaments-list .status.active {
  background: rgba(78, 250, 106, 0.24);
  color: #4EFA6A;
}
html .page-template-page-um .tournaments-list .status.completed {
  /* Frame 1000002760 */
  background: rgba(250, 78, 78, 0.24);
  color: #FA4E4E;
}
html .page-template-page-um .tournaments-list .tournament-date {
  margin-left: auto;
  margin-right: 32px;
}
@media (max-width: 767px) {
  html .page-template-page-um .tournaments-list .tournament-date {
    margin-right: 12px;
    font-size: 12px;
    font-weight: 400;
  }
}
html .page-template-page-um .tournaments-list .remove-tournament {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border: 1px solid #4B3C5C;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  html .page-template-page-um .tournaments-list .remove-tournament {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
html .page-template-page-um .tournaments-list .remove-tournament svg {
  pointer-events: none;
}
html .page-template-page-um .tournaments-list .remove-tournament svg path {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
html .page-template-page-um .tournaments-list .remove-tournament:hover {
  border-color: #FA4E4E;
}
html .page-template-page-um .tournaments-list .remove-tournament:hover svg path {
  stroke: #FA4E4E;
}
html .page-template-page-um .tournaments-list .tournament-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0s ease-out;
  transition: max-height 0s ease-out;
}
html .page-template-page-um .tournaments-list .tournament-content .tournament-section__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  html .page-template-page-um .tournaments-list .tournament-content .tournament-section__title {
    font-size: 16px;
  }
  html .page-template-page-um .tournaments-list .tournament-content .tournament-section__title .counter {
    margin-right: 10px;
  }
}
html .page-template-page-um .tournaments-list .tournament-content .tournament-section__title .counter {
  color: #FAE100;
  margin-right: 14px;
}
html .page-template-page-um .tournaments-list .tournament-content .tournament-section.section-3 .actions-wrap {
  padding-top: 0;
  margin-top: 24px;
}
html .page-template-page-um .tournaments-list .tournament-content .fields .um-field {
  float: left;
  margin-top: 24px;
}
html .page-template-page-um .tournaments-list .tournament-content .fields .um-field.full {
  width: 100%;
  max-width: calc(100% - 72px);
}
html .page-template-page-um .tournaments-list .tournament-content .fields .um-field.fullwidth {
  max-width: 100%;
  width: 100%;
}
html .page-template-page-um .tournaments-list .tournament-content .fields .unlock-field {
  float: right;
}
html .page-template-page-um .btn-simple {
  border: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background-color: transparent;
  padding: 0;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
}
html .page-template-page-um .radio-wrap .um-field-label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
  position: relative;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 0;
  padding-left: 0;
  margin-bottom: 16px;
}
html .page-template-page-um .radio-wrap .um-field-label label {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
html .page-template-page-um .radio-wrap .radio-btn {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #413153;
  padding: 18px 22px;
  line-height: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.56);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 56px;
}
html .page-template-page-um .radio-wrap .radio-btn + .radio-btn {
  margin-top: 16px;
}
html .page-template-page-um .radio-wrap .radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
html .page-template-page-um .radio-wrap .radio-btn .checkmark {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
}
html .page-template-page-um .radio-wrap .radio-btn:hover input ~ .checkmark {
  background-color: transparent;
}
html .page-template-page-um .radio-wrap .radio-btn input:checked ~ .checkmark {
  background-color: transparent;
}
html .page-template-page-um .radio-wrap .radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
html .page-template-page-um .radio-wrap .radio-btn input:checked ~ .checkmark:after {
  display: block;
}
html .page-template-page-um .radio-wrap .radio-btn .checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
}
html .page-template-page-um input[name=_um_account_tab][value=tournaments] ~ .um-account-main {
  background-color: transparent;
  padding: 0;
}
html .page-template-page-um input[name=_um_account_tab][value=tournaments] ~ .um-account-main .um-account-tab-tournaments {
  padding: 0;
}
html .page-template-page-um input[name=_um_account_tab][value=tournaments] ~ .um-account-main .um-account-tab-tournaments .tournament {
  background: #342545;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  html .page-template-page-um input[name=_um_account_tab][value=tournaments] ~ .um-account-main .um-account-tab-tournaments .tournament {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
html .page-template-page-um input[name=_um_account_tab][value=tournaments] ~ .um-account-main .um-account-tab-tournaments .accordion-title {
  padding-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  html .page-template-page-um input[name=_um_account_tab][value=tournaments] ~ .um-account-main .um-account-tab-tournaments .accordion-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body .form-wrap .wsf-field-wrapper {
  position: relative;
}
body .form-wrap .wsf-field-wrapper.logo_upload {
  padding-bottom: 50px;
}
body .form-wrap .wsf-field-wrapper.focused label {
  top: 0;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
body .form-wrap input,
body .form-wrap textarea {
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid rgb(75, 60, 92) !important;
  padding: 15px 20px !important;
  height: 56px !important;
  color: #fff !important;
  font-size: 14px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
body .form-wrap input:focus,
body .form-wrap textarea:focus {
  border: 1px solid #FAE100 !important;
}
body .form-wrap input.um-error,
body .form-wrap textarea.um-error {
  border-color: #FA4E4E !important;
}
body .form-wrap label {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.56);
  margin: 0;
  left: 20px;
  top: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #342545;
  z-index: 2;
  padding: 2px 8px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  letter-spacing: 0.02em;
  cursor: text;
}
body .form-wrap [data-repeatable] + [data-repeatable] legend {
  display: none;
}
body .form-wrap .wsf-section-add {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
body .form-wrap .wsf-section-add .icon-add {
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9993 29.3337C23.3327 29.3337 29.3327 23.3337 29.3327 16.0003C29.3327 8.66699 23.3327 2.66699 15.9993 2.66699C8.66602 2.66699 2.66602 8.66699 2.66602 16.0003C2.66602 23.3337 8.66602 29.3337 15.9993 29.3337Z' fill='%23FAE100'/%3E%3Cpath d='M10.666 16H21.3327' stroke='%231E102D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 21.3337V10.667' stroke='%231E102D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body .form-wrap .icon-remove {
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9993 29.3337C23.3327 29.3337 29.3327 23.3337 29.3327 16.0003C29.3327 8.66699 23.3327 2.66699 15.9993 2.66699C8.66602 2.66699 2.66602 8.66699 2.66602 16.0003C2.66602 23.3337 8.66602 29.3337 15.9993 29.3337Z' fill='%23FAE100'/%3E%3Cpath d='M10.666 16H21.3327' stroke='%231E102D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body .form-wrap select {
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid rgb(75, 60, 92) !important;
  padding: 15px 20px !important;
  height: 56px !important;
  color: #fff !important;
  font-size: 14px !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 20px;
  margin-bottom: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body .form-wrap select option {
  background-color: #342545;
}
body .form-wrap select:focus {
  border: 1px solid #FAE100 !important;
}

.tournament-reg {
  background-size: 100%;
  background-position-y: 150px;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  padding-top: 80px;
}
.tournament-reg__form {
  margin-top: 32px;
}
.tournament-reg__form .wsf-tabs {
  border: 0 !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
.tournament-reg__form .wsf-tabs li {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.28571V1.42857H0.5V0.5H1.42857V0H4.28571V0.5H7.14285V0H10V0.5H12.8571V0H15.7143V0.5H18.5714V0H21.4286V0.5H24.2857V0H27.1429V0.5H30V0H32.8571V0.5H35.7143V0H38.5714V0.5H39.5V1.42857H40V4.28571H39.5V7.14285H40V10H39.5V12.8571H40V15.7143H39.5V18.5714H40V21.4286H39.5V24.2857H40V27.1429H39.5V30H40V32.8571H39.5V35.7143H40V38.5714H39.5V39.5H38.5714V40H35.7143V39.5H32.8571V40H30V39.5H27.1429V40H24.2857V39.5H21.4286V40H18.5714V39.5H15.7143V40H12.8571V39.5H10V40H7.14286V39.5H4.28571V40H1.42857V39.5H0.5V38.5714H0V35.7143H0.5V32.8571H0V30H0.5V27.1429H0V24.2857H0.5V21.4286H0V18.5714H0.5V15.7143H0V12.8571H0.5V10H0V7.14286H0.5V4.28571H0Z' stroke='white' stroke-opacity='0.32' stroke-dasharray='3 3'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form .wsf-tabs li:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  left: 100%;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='1' viewBox='0 0 12 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='12' y2='0.5' stroke='white' stroke-opacity='0.32' stroke-dasharray='3 2'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form .wsf-tabs li.wsf-tab-active:after, .tournament-reg__form .wsf-tabs li.filled:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='1' viewBox='0 0 12 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='12' y2='0.5' stroke='%23FAE100' stroke-opacity='1' stroke-dasharray='3 2'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form .wsf-tabs li:last-child:after {
  display: none;
}
.tournament-reg__form .wsf-tabs li > a {
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: transparent !important;
  border: 0 !important;
  color: rgba(255, 255, 255, 0.32) !important;
}
.tournament-reg__form .wsf-tabs li.wsf-tab-active, .tournament-reg__form .wsf-tabs li.filled {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='39' height='39' stroke='%23FAE100' stroke-dasharray='3 3'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form .wsf-tabs li.wsf-tab-active > a, .tournament-reg__form .wsf-tabs li.filled > a {
  color: #FAE100 !important;
}
.tournament-reg__form .input-date input {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 20px) center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66699 1.66699V4.16699' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.333 1.66699V4.16699' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.91699 7.5752H17.0837' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 7.08366V14.167C17.5 16.667 16.25 18.3337 13.3333 18.3337H6.66667C3.75 18.3337 2.5 16.667 2.5 14.167V7.08366C2.5 4.58366 3.75 2.91699 6.66667 2.91699H13.3333C16.25 2.91699 17.5 4.58366 17.5 7.08366Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.0791 11.4167H13.0866' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.0791 13.9167H13.0866' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99607 11.4167H10.0036' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99607 13.9167H10.0036' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.91209 11.4167H6.91957' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.91209 13.9167H6.91957' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form legend {
  top: -53px;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
}
@media (max-width: 767px) {
  .tournament-reg__form legend {
    position: relative;
    top: 0;
  }
}
@media (max-width: 599px) {
  .tournament-reg__form legend {
    font-size: 16px !important;
  }
}
.tournament-reg__form .custom-radio label {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 0;
  position: relative;
  padding-left: 0;
  margin-bottom: 16px;
}
.tournament-reg__form .custom-radio > label {
  left: 0;
}
.tournament-reg__form .custom-radio > div > div {
  border: 1px solid #413153;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tournament-reg__form .custom-radio > div > div label {
  margin: 0 !important;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.tournament-reg__form .custom-radio > div > div + div {
  margin-top: 16px;
}
.tournament-reg__form .custom-radio input[type=radio].wsf-field + label.wsf-label:before,
.tournament-reg__form .custom-radio input[type=checkbox].wsf-field + label.wsf-label:before {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  top: 3px;
  background-color: transparent;
  border: 1px solid;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 50%;
}
.tournament-reg__form .custom-radio input[type=radio].wsf-field + label.wsf-label:after,
.tournament-reg__form .custom-radio input[type=checkbox].wsf-field + label.wsf-label:after {
  width: 20px;
  height: 20px;
  top: 3px;
  background-size: 8px;
  visibility: hidden;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23FAE100'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form .custom-radio input[type=radio].wsf-field:checked + label.wsf-label:after,
.tournament-reg__form .custom-radio input[type=checkbox].wsf-field:checked + label.wsf-label:after {
  visibility: visible;
  opacity: 1;
}
.tournament-reg__form .price-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tournament-reg__form .price-field .title {
  font-family: Inter;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.tournament-reg__form .price-field .price {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
}
.tournament-reg__form .price-field .price strong {
  color: #FAE100;
}
.tournament-reg__form .adv-wrap {
  margin-top: 16px;
  margin-bottom: 24px !important;
}
.tournament-reg__form .adv-wrap .advantages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .tournament-reg__form .adv-wrap .advantages {
    grid-template-columns: 1fr;
  }
}
.tournament-reg__form .adv-wrap .advantages .adv {
  text-align: center;
  border: 1px solid #413153;
  padding: 14px 20px;
}
@media (max-width: 767px) {
  .tournament-reg__form .adv-wrap .advantages .adv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 150px;
  }
}
.tournament-reg__form .adv-wrap .advantages .adv-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
.tournament-reg__form .adv-wrap .advantages .adv-icon.icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.4009 8.68301L28.7509 13.383C29.0675 14.033 29.9175 14.6497 30.6342 14.783L34.8842 15.483C37.6009 15.933 38.2342 17.8997 36.2842 19.8663L32.9675 23.183C32.4175 23.733 32.1009 24.8163 32.2842 25.5997L33.2342 29.6997C33.9842 32.933 32.2509 34.1997 29.4009 32.4997L25.4175 30.133C24.7009 29.6997 23.5009 29.6997 22.7842 30.133L18.8009 32.4997C15.9509 34.183 14.2176 32.933 14.9676 29.6997L15.9176 25.5997C16.1009 24.833 15.7842 23.7497 15.2342 23.183L11.9176 19.8663C9.96758 17.9163 10.6009 15.9497 13.3176 15.483L17.5676 14.783C18.2842 14.6663 19.1342 14.033 19.4509 13.383L21.8009 8.68301C23.0509 6.13301 25.1176 6.13301 26.4009 8.68301Z' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.084 8.33301H4.08398' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.08398 31.667H4.08398' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75065 20H4.08398' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form .adv-wrap .advantages .adv-icon.icon-award {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.9173 14.9997C31.9173 17.4163 31.2007 19.633 29.9673 21.483C28.1673 24.1497 25.3173 26.033 22.0007 26.5163C21.434 26.6163 20.8507 26.6663 20.2507 26.6663C19.6507 26.6663 19.0673 26.6163 18.5007 26.5163C15.184 26.033 12.334 24.1497 10.534 21.483C9.30065 19.633 8.58398 17.4163 8.58398 14.9997C8.58398 8.54967 13.8007 3.33301 20.2507 3.33301C26.7007 3.33301 31.9173 8.54967 31.9173 14.9997Z' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.6665 30.7833L32.9165 31.4333C32.2998 31.5833 31.8165 32.05 31.6831 32.6667L31.0998 35.1167C30.7831 36.45 29.0831 36.85 28.1998 35.8L20.2498 26.6667L12.2998 35.8167C11.4165 36.8667 9.71647 36.4667 9.39981 35.1333L8.81647 32.6833C8.66647 32.0667 8.18314 31.5833 7.58314 31.45L4.83314 30.8C3.56647 30.5 3.11647 28.9167 4.03314 28L10.5331 21.5C12.3331 24.1667 15.1831 26.05 18.4998 26.5334C19.0665 26.6334 19.6498 26.6834 20.2498 26.6834C20.8498 26.6834 21.4331 26.6334 21.9998 26.5334C25.3165 26.05 28.1665 24.1667 29.9665 21.5L36.4665 28C37.3831 28.9 36.9331 30.4833 35.6665 30.7833Z' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2173 9.96699L22.2006 11.9336C22.3339 12.2003 22.6839 12.467 23.0006 12.517L24.7839 12.817C25.9173 13.0003 26.1839 13.8337 25.3673 14.6503L23.9839 16.0336C23.7506 16.267 23.6173 16.717 23.7006 17.0503L24.1006 18.767C24.4173 20.117 23.7006 20.6503 22.5006 19.9336L20.8339 18.9503C20.5339 18.767 20.0339 18.767 19.7339 18.9503L18.0673 19.9336C16.8673 20.6336 16.1506 20.117 16.4673 18.767L16.8673 17.0503C16.9339 16.7337 16.8173 16.267 16.5839 16.0336L15.2006 14.6503C14.3839 13.8337 14.6506 13.017 15.7839 12.817L17.5673 12.517C17.8673 12.467 18.2173 12.2003 18.3506 11.9336L19.3339 9.96699C19.8173 8.90033 20.6839 8.90033 21.2173 9.96699Z' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form .adv-wrap .advantages .adv-icon.icon-globe {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7507 36.6663C29.9554 36.6663 37.4173 29.2044 37.4173 19.9997C37.4173 10.7949 29.9554 3.33301 20.7507 3.33301C11.5459 3.33301 4.08398 10.7949 4.08398 19.9997C4.08398 29.2044 11.5459 36.6663 20.7507 36.6663Z' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0833 5H15.75C12.5 14.7333 12.5 25.2667 15.75 35H14.0833' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.75 5C29 14.7333 29 25.2667 25.75 35' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75 26.6667V25C15.4833 28.25 26.0167 28.25 35.75 25V26.6667' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75 15C15.4833 11.75 26.0167 11.75 35.75 15' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2773 15.6499L22.0714 17.247C22.1785 17.4679 22.4657 17.6774 22.7079 17.7227L24.1442 17.9606C25.0623 18.1135 25.2763 18.7818 24.6173 19.4501L23.4964 20.5772C23.3106 20.7641 23.2036 21.1322 23.2655 21.3984L23.5866 22.7916C23.84 23.8903 23.2543 24.3208 22.2911 23.7431L20.9449 22.9389C20.7028 22.7916 20.2972 22.7916 20.055 22.9389L18.7089 23.7431C17.7457 24.3151 17.16 23.8903 17.4134 22.7916L17.7345 21.3984C17.7964 21.1379 17.6894 20.7697 17.5035 20.5772L16.3827 19.4501C15.7237 18.7875 15.9377 18.1192 16.8558 17.9606L18.2921 17.7227C18.5343 17.6831 18.8215 17.4679 18.9285 17.247L19.7227 15.6499C20.1452 14.7834 20.8436 14.7834 21.2773 15.6499Z' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form .adv-wrap .advantages .adv-icon.icon-mask {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.584 10.3329V16.6663C18.934 16.7497 17.0007 18.683 16.9173 23.333H10.584C5.58399 23.333 3.58398 21.3331 3.58398 16.3331V10.3329C3.58398 5.33293 5.58399 3.33301 10.584 3.33301H16.584C21.584 3.33301 23.584 5.33293 23.584 10.3329Z' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.8493 9.78282C10.966 9.18282 9.79935 9.18285 8.91602 9.81618' stroke='%23FAE100' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.5173 9.78282C17.634 9.18282 16.4673 9.18285 15.584 9.81618' stroke='%23FAE100' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.8507 13.6332H9.98399C9.48399 13.6332 9.08398 14.0333 9.08398 14.5333C9.08398 17.0166 11.1007 19.0332 13.584 19.0332C14.269 19.0332 14.9196 18.882 15.5005 18.6105' stroke='%23FAE100' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.916 23.6669V29.6671C36.916 34.6671 34.916 36.667 29.916 36.667H23.916C18.916 36.667 16.916 34.6671 16.916 29.6671V23.3337C16.9993 18.6837 18.9327 16.7503 23.5827 16.667H29.916C34.916 16.667 36.916 18.6669 36.916 23.6669Z' stroke='%23FAE100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.1833 22.7004C24.3 23.3004 23.1333 23.3003 22.25 22.667' stroke='%23FAE100' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.8493 22.7004C30.966 23.3004 29.7993 23.3003 28.916 22.667' stroke='%23FAE100' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.316 26.9668H30.516C31.016 26.9668 31.416 27.3667 31.416 27.8667C31.416 30.35 29.3994 32.3668 26.916 32.3668C24.4327 32.3668 22.416 30.35 22.416 27.8667C22.416 27.3667 22.816 26.9668 23.316 26.9668Z' stroke='%23FAE100' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form .adv-wrap .advantages .adv-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  .tournament-reg__form .adv-wrap .advantages .adv-title {
    font-size: 14px;
  }
}
.tournament-reg__form select.wsf-field:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6004 7.45801L11.1671 12.8913C10.5254 13.533 9.47539 13.533 8.83372 12.8913L3.40039 7.45801' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 20px;
}
.tournament-reg__form .phone-field input {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_478_10833)'%3E%3Cpath d='M0 0H23.3333V16H0V0Z' fill='%23FDDA25'/%3E%3Cpath d='M0 0H7.77778V16H0V0Z' fill='black'/%3E%3Cpath d='M15.5547 0H23.3325V16H15.5547V0Z' fill='%23EF3340'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_478_10833'%3E%3Crect width='23.3333' height='16' rx='4' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 16px center;
  padding-left: 53px !important;
}
.tournament-reg__form .form-btn button {
  height: 56px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.tournament-reg__form .form-btn button:hover {
  opacity: 0.8;
}
@media (max-width: 599px) {
  .tournament-reg__form .form-btn.btn-next {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.tournament-reg__form .form-btn.btn-next button {
  background-color: #FAE100;
  color: #29193B;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  position: relative;
  padding-right: 56px;
}
.tournament-reg__form .form-btn.btn-next button:after {
  content: "";
  display: block;
  width: 56px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  background-color: #E3CC00;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2V5' stroke='%23292D32' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 2V5' stroke='%23292D32' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 13H15' stroke='%23292D32' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 17H12' stroke='%23292D32' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 3.5C19.33 3.68 21 4.95 21 9.65V15.83C21 19.95 20 22.01 15 22.01H9C4 22.01 3 19.95 3 15.83V9.65C3 4.95 4.67 3.69 8 3.5H16Z' stroke='%2329193B' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form .form-btn.btn-prev {
  max-width: 80px !important;
}
@media (max-width: 599px) {
  .tournament-reg__form .form-btn.btn-prev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.tournament-reg__form .form-btn.btn-prev button {
  max-width: 56px !important;
  width: 56px !important;
  border: 1px solid #FAE100;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='18' viewBox='0 0 9 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.08985 1.07992L1.56984 7.59992C0.799844 8.36992 0.799844 9.62992 1.56984 10.3999L8.08984 16.9199' stroke='%23FAE100' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.tournament-reg__form .form-btn.btn-prev + .btn-next {
  max-width: calc(100% - 80px) !important;
  width: 100% !important;
  -webkit-box-flex: 100% !important;
      -ms-flex: 100% !important;
          flex: 100% !important;
}
@media (max-width: 599px) {
  .tournament-reg__form .form-btn.btn-prev + .btn-next {
    max-width: 100% !important;
  }
}
.tournament-reg .form-wrap {
  max-width: 846px;
  margin: 0 auto;
  background-color: #342545;
  padding: 40px;
  -webkit-box-shadow: 8px 8px 0px 0px #FAE100;
          box-shadow: 8px 8px 0px 0px #FAE100;
}
@media (max-width: 767px) {
  .tournament-reg .form-wrap {
    padding: 30px 20px;
  }
}
.tournament-reg input[type=text].wsf-field ~ .dropzone {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px dashed #4B3C5C;
}
.tournament-reg .logo_upload .wsf-invalid-feedback + .wsf-help {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #A096AC;
  position: absolute;
  top: 85px;
  text-align: center;
  left: 0;
  right: 0;
  max-width: 366px;
  margin: 0 auto;
  pointer-events: none;
}
@media (max-width: 599px) {
  .tournament-reg .logo_upload .wsf-invalid-feedback + .wsf-help {
    max-width: 80%;
  }
}
.tournament-reg .logo_upload .dropzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 180px;
  padding-top: 55px !important;
}
.tournament-reg .logo_upload .dropzone.dz-max-files-reached {
  pointer-events: none !important;
}
.tournament-reg .logo_upload .dropzone .dz-message {
  font-size: 14px;
  color: #fff !important;
  font-weight: 400;
  display: block !important;
}
.tournament-reg .logo_upload .dropzone .wsf-dropzonejs-previews {
  position: absolute;
  bottom: 8px;
  top: auto;
  left: 10px;
}
.tournament-reg .logo_upload .dropzone .wsf-dropzonejs-previews .wsf-dropzonejs-preview {
  margin: 0 !important;
}
.tournament-reg .logo_upload .wsf-label {
  display: none;
}
.tournament-reg .logo_upload .wsf-dropzonejs-preview {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid #413153;
  background-color: rgba(255, 255, 255, 0.02);
  width: auto !important;
  padding: 6px 12px;
}
.tournament-reg .logo_upload .wsf-dropzonejs-preview img {
  display: none !important;
}
.tournament-reg .logo_upload .wsf-dropzonejs-preview [data-dz-size] {
  display: none !important;
}
.tournament-reg .logo_upload .wsf-dropzonejs-preview [data-dz-name] {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  margin-top: 0;
  position: relative;
  top: 0;
  margin: 0;
}
.tournament-reg .logo_upload .wsf-dropzonejs-preview [data-dz-remove] {
  font-size: 0;
  color: transparent;
}
.tournament-reg .logo_upload .wsf-dropzonejs-preview [data-dz-remove]:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33398 3.33301L12.6667 12.6657' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.33331 12.6657L12.666 3.33301' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.tournament-reg .logo_upload .wsf-dropzonejs-preview .wsf-progress + .wsf-help {
  margin: 0;
  font-size: 0;
}
.tournament-reg .logo_upload .wsf-dropzonejs-preview .wsf-progress,
.tournament-reg .logo_upload .wsf-dropzonejs-preview .wsf-invalid-feedback {
  display: none !important;
}

.um .um-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #342545 inset !important;
}
.um .um-form input:-webkit-autofill:hover, .um .um-form input:-webkit-autofill:focus, .um .um-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #342545 inset !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
@media (max-width: 1024px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  top: 100%;
  z-index: 99999;
}
.main-navigation ul ul ul {
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
@media (max-width: 1024px) {
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: inherit;
    left: inherit;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}
.main-navigation li {
  position: relative;
}
@media (max-width: 1024px) {
  .main-navigation li {
    margin-right: 0;
    padding: 10px 0;
  }
}
.main-navigation li:not(:last-of-type) {
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .main-navigation li:not(:last-of-type) {
    border-bottom: 1px solid #4B3C5C;
    margin-right: 0;
    margin-bottom: 4px;
    padding: 15px 0;
  }
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #FAE100;
}
.main-navigation a {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .main-navigation a {
    font-size: 20px;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #FAE100;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  margin-left: 50px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .login-btn {
    margin-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 410px) {
  .login-btn__title {
    display: none;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
}
@media (max-width: 1024px) {
  .custom-logo-link {
    max-width: 150px;
  }
}

/* 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-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;
}

/* Breadcrumbs
--------------------------------------------- */
.site-breadcrumb {
  padding: 12px 0;
  margin-left: -16px;
}
.site-breadcrumb a,
.site-breadcrumb span {
  color: #DED5E8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 4px;
}
.site-breadcrumb a.breadcrumb_last,
.site-breadcrumb span.breadcrumb_last {
  color: #FAE100;
}
.site-breadcrumb a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-breadcrumb a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -16px;
  width: 14px;
  height: 15px;
  background: url(img/icons/bread-arr.svg) no-repeat;
}
.site-breadcrumb p#breadcrumbs {
  margin: 0;
  padding-left: 0;
}
.site-breadcrumb p#breadcrumbs > span {
  padding-left: 0;
}
.site-breadcrumb p#breadcrumbs > span > span {
  padding-left: 16px;
}
.site-breadcrumb p#breadcrumbs > span > span > a {
  padding-left: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.date-picker-wrapper .month-name {
  text-transform: uppercase;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table td, .date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}

.date-picker-wrapper .month-wrapper table .day.lastMonth, .date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

.date-picker-wrapper table .caption {
  height: 40px;
}

.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: #fff;
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: #fff;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}

.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: #fff !important;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #ff0;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff0;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: 700;
}

.date-picker-wrapper {
  z-index: 3;
}
.date-picker-wrapper table {
  border: 0;
  font-size: inherit;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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;
}

/* Sections
--------------------------------------------- */
.intro {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 56px 0 90px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .intro {
    padding: 40px 0 65px 0;
  }
}
.intro::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
  z-index: -1;
}
.intro__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 60px;
}
@media (max-width: 1024px) {
  .intro__wrap {
    grid-template-columns: 100%;
    grid-gap: 32px;
  }
}
.intro__title {
  margin: 0;
}
.intro__text {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.intro__btn {
  margin-top: 32px;
}
.intro.style-2 {
  padding: 130px 0 170px 0;
}
@media (max-width: 1024px) {
  .intro.style-2 {
    padding: 40px 0 65px 0;
  }
}
.intro__form {
  width: 416px;
  background: #29193b;
  position: relative;
  padding: 40px;
  margin-left: auto;
  margin-right: 8px;
  -webkit-box-shadow: 8px 8px 0px 0px #FAE100;
          box-shadow: 8px 8px 0px 0px #FAE100;
  z-index: 1;
}
@media (max-width: 768px) {
  .intro__form {
    width: 100%;
    padding: 24px;
  }
}
.intro__form::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 16px;
  background: url(img/form-bg.png) no-repeat;
  background-size: 260px;
  width: 260px;
  height: 380px;
  z-index: -1;
}
.intro__form-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.intro__form-btn {
  width: 100% !important;
  max-width: 100%;
}
.intro__form-btn span.title {
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro-small {
  padding-bottom: 35px;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
}
.intro-small.show-line {
  margin-bottom: -60px;
}
.intro-small__wrap {
  padding-top: 70px;
  padding-bottom: 50px;
}
.intro-small__title {
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .intro-small__title {
    font-size: 43px;
  }
}
.intro-small__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  background: #29193b;
  border: 1px solid #4b3c5c;
  -webkit-transform: rotate(-1.61deg);
      -ms-transform: rotate(-1.61deg);
          transform: rotate(-1.61deg);
  position: relative;
  width: 120%;
  margin-left: -10px;
  height: 64px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.intro-small__line-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.intro-small__line-list.cloned {
  position: absolute;
  top: 16px;
  left: 0;
}
.intro-small__line-list.line-paused {
  margin-left: -100px;
}
.intro-small__line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-transform: uppercase;
  color: #4b3c5c;
  white-space: nowrap;
  float: left;
  padding-left: 88px;
  position: relative;
}
.intro-small__line-item:first-child {
  padding-left: 0;
  margin-left: 88px;
}
.intro-small__line-item img {
  position: absolute;
  right: -65px;
}
.intro-small.style-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.intro-small.style-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
  z-index: -1;
}
.intro-small.style-2.show-line {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .intro-small.style-2.show-line {
    padding-bottom: 9px;
  }
}
.intro-small.style-2.show-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 70px;
  background: #1E102D;
}
.intro-small.style-2 .intro-small__wrap {
  max-width: 737px;
}
.intro-small.style-2 .intro-small__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  padding-top: 16px;
}
.intro-small.style-3 {
  background: url(img/turniere-vector-bg.png) no-repeat;
  background-position: right center;
  background-size: auto;
}
@media (max-width: 768px) {
  .intro-small.style-3 {
    background-position: center center;
  }
}
.intro-small.style-3 .intro-small__wrap {
  max-width: 610px;
}
.intro-small.style-3 .intro-small__text {
  padding-top: 16px;
}

.logos-block {
  padding: 24px 0;
}
.logos-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.logos-block__title::before, .logos-block__title::after {
  content: "";
  width: 146px;
  height: 2px;
  display: block;
  position: absolute;
  background-size: 146px;
}
.logos-block__title::before {
  background: url(img/icons/before-title.svg) no-repeat;
  left: -162px;
}
@media (max-width: 768px) {
  .logos-block__title::before {
    left: -100px;
  }
}
.logos-block__title::after {
  background: url(img/icons/after-title.svg) no-repeat;
  right: -162px;
}
@media (max-width: 768px) {
  .logos-block__title::after {
    right: -100px;
  }
}
@media (max-width: 768px) {
  .logos-block__title span {
    background: #1e102d;
    z-index: 1;
    padding: 0 15px;
  }
}
.logos-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 70px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .logos-block__list::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1024px) {
  .logos-block__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.logos-block__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 210px;
}
@media (max-width: 1024px) {
  .logos-block__list-item {
    min-width: 145px;
  }
}
.logos-block__list-item img {
  width: 100%;
}

.text-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.text-img__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .text-img__wrap {
    grid-template-columns: 100%;
  }
}
.text-img__cont {
  max-width: 452px;
}
.text-img__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .text-img__media {
    display: none;
  }
}
.text-img__media img {
  width: 100%;
  -webkit-box-shadow: 8px 8px 0px 0px #FAE100;
          box-shadow: 8px 8px 0px 0px #FAE100;
}
.text-img__media.media-mob {
  display: none;
}
@media (max-width: 1024px) {
  .text-img__media.media-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0 10px 0;
  }
}
.text-img.img-align-left .text-img__cont {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.clubs-block__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding-top: 16px;
}
@media (max-width: 1024px) {
  .clubs-block__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.clubs-block__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 24px;
  border: 1px solid #4B3C5C;
}
@media (max-width: 768px) {
  .clubs-block__list-item {
    padding: 16px;
  }
}
.clubs-block__list-item:hover {
  border-color: #DED5E8;
}
.clubs-block__list .item-logo {
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 8px auto;
}
.clubs-block__list .item-name {
  font-weight: 400;
}

.gallery-block__wrap {
  height: 180px;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .gallery-block__wrap {
    height: 96px;
  }
}
.gallery-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  grid-gap: 24px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .gallery-block__title {
    left: -30%;
  }
}
.gallery-block__title .title-item {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-size: 150px;
  line-height: 120%;
  text-align: center;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-text-stroke: 1px #ffffff;
}
@media (max-width: 1024px) {
  .gallery-block__title .title-item {
    font-size: 80px;
  }
}
.gallery-block__list {
  display: grid;
  grid-template-columns: 1.2fr 1.7fr 1fr 1fr;
  grid-gap: 32px;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .gallery-block__list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
.gallery-block__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery-block__list-item:nth-child(2) {
  grid-row: span 2;
}
@media (max-width: 1024px) {
  .gallery-block__list-item:nth-child(2) {
    grid-row: auto;
  }
}
.gallery-block__list-item:nth-child(3) {
  grid-column: span 2;
}
@media (max-width: 1024px) {
  .gallery-block__list-item:nth-child(4) {
    grid-column: span 2;
  }
}
.gallery-block__list-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-block__list-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-block .divider {
  width: 65px;
}

.turniere-sliders {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
.turniere-sliders__list-item:not(:last-of-type) {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .turniere-sliders__list-item:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .turniere-sliders .container {
    padding-right: 0;
  }
}

.turniere-content {
  overflow: hidden;
}
.turniere-content__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .turniere-content__nav {
    padding-right: 15px;
    margin-bottom: 24px;
  }
}
.turniere-content__nav.nav-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .turniere-content__nav.nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.turniere-content__nav.nav-mobile .turniere-content__nav-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.turniere-content__nav-left h2 {
  margin-bottom: 0;
}
.turniere-content__nav-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .turniere-content__nav-right {
    display: none;
  }
}
.turniere-content__nav-right .btn {
  min-width: 128px;
}

.turniere__navigation {
  display: grid;
  grid-template-columns: 56px 56px;
}
.turniere__navigation-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FAE100;
  cursor: pointer;
}
.turniere__navigation-btn:hover {
  opacity: 0.8;
}
.turniere__navigation-btn.button-prev {
  border-right: 0;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  width: 100%;
  height: 8px;
  background: #413153;
  border-radius: 0;
  margin-top: 35px;
  margin-left: -12px;
}
@media (max-width: 1024px) {
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
  }
}
.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: #FAE100;
  border-radius: 0;
}

.turniere-archive__wrap {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 20px;
  padding-top: 88px;
}
@media (max-width: 1024px) {
  .turniere-archive__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 40px;
    padding-top: 0;
  }
}
.turniere-archive__filters {
  padding: 24px 24px 0 0;
}
@media (max-width: 768px) {
  .turniere-archive__filters {
    width: 100%;
    padding: 0;
  }
}
.turniere-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .turniere-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .turniere-archive__list {
    grid-template-columns: 100%;
  }
}
.turniere-archive__list .turnier-item {
  display: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media (max-width: 768px) {
  .turniere-archive__list .turnier-item {
    max-width: 100%;
  }
}
.turniere-archive__list .turnier-item:nth-child(-n+9) {
  display: block;
}
.turniere-archive__list .turnier-item.hide {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.turniere-archive .filters-form input[type=text]::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #8d8398;
  text-transform: none;
}
.turniere-archive .filters-form input[type=text]::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #8d8398;
  text-transform: none;
}
.turniere-archive .filters-form input[type=text]:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #8d8398;
  text-transform: none;
}
.turniere-archive .filters-form input[type=text]::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #8d8398;
  text-transform: none;
}
.turniere-archive .filters-form input[type=text]::placeholder,
.turniere-archive .filters-form .nice-select {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #8d8398;
  text-transform: none;
}
.turniere-archive .nice-select .option {
  color: #ffffff;
}
.turniere-archive .nice-select .option:hover {
  color: #FAE100;
}

.pagination {
  grid-column-start: 2;
  margin: 20px auto 0 auto;
}

.tournament-period .datepicker {
  position: relative;
  background: url(img/icons/date.svg) no-repeat !important;
  background-position-y: center !important;
  background-position-x: calc(100% - 14px) !important;
  padding-right: 45px !important;
}

.tournament-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
}

.shop-slider {
  background: #29193b;
}
@media (max-width: 1024px) {
  .shop-slider .container {
    padding-right: 0;
  }
}
.shop-slider__categs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  position: relative;
  border-bottom: 1px solid #413153;
}
@media (max-width: 1024px) {
  .shop-slider__categs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .shop-slider__categs::-webkit-scrollbar {
    display: none;
  }
}
.shop-slider__categs-item {
  width: 100%;
  max-width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .shop-slider__categs-item {
    white-space: nowrap;
    padding: 0 14px;
  }
}
.shop-slider__categs-item:hover {
  color: #FAE100;
}
@media (max-width: 1024px) {
  .shop-slider__categs-item:last-child span {
    margin-right: 15px;
  }
}
.shop-slider__categs-item.active {
  color: #FAE100;
}
.shop-slider__categs-item.active span::after {
  background: #FAE100;
}
.shop-slider__categs-item span {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px;
  position: relative;
}
.shop-slider__categs-item span::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}

.texts {
  background: #29193b;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.texts.show-vector::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 0;
  width: 275px;
  height: 532px;
  background: url(img/bg-vector-right.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .texts.show-vector::before {
    display: none;
  }
}
.texts.show-vector::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 227px;
  height: 798px;
  background: url(img/bg-vector-left.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .texts.show-vector::after {
    display: none;
  }
}
.texts__text {
  max-width: 850px;
  margin: 56px auto 0 auto;
}
@media (max-width: 768px) {
  .texts__text {
    margin: 0 auto;
  }
}
.texts .text p {
  margin-top: 0;
  margin-bottom: 8px;
}
.texts.no-vector::after {
  content: none;
}
.texts h2,
.texts h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-transform: none;
  margin-top: 32px;
  margin-bottom: 16px;
}
.texts table {
  max-width: 846px;
}

.text-columns__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
@media (max-width: 1024px) {
  .text-columns__wrap {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
.text-columns__text-1.text p,
.text-columns__text-1.text li {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .text-columns__text-1.text p,
  .text-columns__text-1.text li {
    font-size: 20px;
  }
}
.text-columns .intro-small__line {
  -webkit-transform: rotate(1.61deg);
      -ms-transform: rotate(1.61deg);
          transform: rotate(1.61deg);
  margin-top: 80px;
}

.tables {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tables.show-vector::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(img/table-bg.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

@media (max-width: 768px) {
  .single-turnier .tables.pad-b-2 {
    padding-bottom: 0;
  }
}

.faq__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .faq__wrap {
    grid-template-columns: 100%;
  }
}
.faq__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #ded5e8;
  padding-top: 16px;
}
@media (max-width: 1024px) {
  .faq__list {
    margin-top: 16px;
  }
}
.faq__list-item {
  background: #342545;
  border: 1px solid #4b3c5c;
  padding: 16px 80px 16px 16px;
  position: relative;
}
@media (max-width: 768px) {
  .faq__list-item {
    padding-right: 70px;
  }
}
.faq__list-item:not(:last-child) {
  margin-bottom: 24px;
}
.faq__list-item::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMzMzNSA4SDE0LjY2NjgiIHN0cm9rZT0iIzFFMTAyRCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTggMTQuNjY2OFYxLjMzMzUiIHN0cm9rZT0iIzFFMTAyRCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #FAE100;
  position: absolute;
  top: 16px;
  right: 16px;
  color: #1e102d;
  padding-top: 2px;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 768px) {
  .faq__list-item::after {
    width: 35px;
    height: 35px;
  }
}
.faq__list .item-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .faq__list .item-title {
    font-size: 20px;
  }
}
.faq__list .item-text {
  display: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #ded5e8;
  padding-top: 16px;
}
.faq__list .item-text p {
  margin-top: 0;
}
.faq__list .item-text p:last-child {
  margin-bottom: 0;
}
.faq__img {
  max-width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .faq__img {
    display: none;
  }
}

.downloads-archive__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .downloads-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .downloads-archive__list {
    grid-template-columns: 100%;
  }
}
.downloads-archive__nav {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FAE100;
  margin: 0 auto 32px auto;
  padding: 8px;
}
@media (max-width: 768px) {
  .downloads-archive__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.downloads-archive__nav-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}
.downloads-archive__nav-item.active {
  background: #FAE100;
  color: #1e102d;
}
.downloads-archive__nav-item:not(.active):hover label {
  color: #FAE100;
}
.downloads-archive__nav label {
  display: block;
  padding: 10px 70px;
  cursor: pointer;
}
.downloads-archive__nav [type=radio] {
  display: none;
}

html,
body {
  scroll-behavior: smooth;
}
html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 15px;
  }
}
.container.containermin {
  max-width: 1200px;
}

.text p,
.text li {
  font-family: Oswald, sans-serif;
  color: #DED5E8;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.text ul, .text ol {
  margin: 0;
  padding: 0 0 0 11px;
}
.text ul {
  list-style: none;
}
.text ul li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.text ul li:not(:last-child) {
  margin-bottom: 4px;
}
.text ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #FAE100;
  position: absolute;
  left: 0;
  top: 10px;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #ffffff;
}

.divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
}
.divider.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h3.not-found-text {
  padding-top: 24px;
}/*# sourceMappingURL=style.css.map */