/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

html {
  font-size: 1px;
  /*for using REM units*/
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.3;
  color: #231F20;
}

body {
  overflow-x: hidden;
}

.absoluteCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.inner {
  max-width: 1714px;
  margin: 0 auto;
  padding: 0 15px;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.overflowed {
  overflow: hidden;
  padding-right: 17px !important;
  touch-action: none;
  -ms-touch-action: none;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1024px) {
  .overflowed {
    padding-right: 0 !important;
  }
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F3F3F3;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #EE1D23;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #EE1D23;
  border-radius: 20px;
}

.header {
  background-color: white;
  padding-top: 18px;
  padding-bottom: 16px;
  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;
}

.header .custom-logo-link {
  display: block;
  max-width: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin: 0 15px;
}

.header .custom-logo-link img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1150px) {
  .header .custom-logo-link {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media (max-width: 400px) {
  .header .custom-logo-link {
    max-width: 148px;
  }
}

.header .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header .main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}

.header .main-navigation ul li {
  display: block;
  margin-right: 10px;
  padding: 10px 40px;
  border-left: 1px solid #E4322B;
  margin-right: 0;
}

.header .main-navigation ul li a {
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
}

.header .main-navigation ul li a:hover {
  color: #EE1D23;
}

.header .main-navigation ul li.current-menu-item a {
  color: #EE1D23;
}

.header .main-navigation button.menu {
  margin-right: 42px;
  padding: 0;
  position: relative;
  z-index: 11;
  width: 48px;
  height: 48px;
}

@media (max-width: 1150px) {
  .header .main-navigation button.menu {
    margin-right: 0;
  }
}

.header .main-navigation button.menu .close__ico {
  display: none;
}

.header .main-navigation button.menu .close__ico svg path {
  fill: #E4322B;
}

.header .main-navigation button.menu.active .menu__ico {
  display: none;
}

.header .main-navigation button.menu.active .close__ico {
  display: block;
  width: 48px;
  height: 48px;
}

@media (max-width: 1150px) {
  .header .main-navigation .menu-menu-container {
    display: none;
  }
  .header .main-navigation .menu-menju-container {
    display: none;
  }
  .header .main-navigation .menu-menju-ukr-container {
    display: none;
  }
}

.header .calltoaction {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .calltoaction .phone {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 36px;
}

.header .calltoaction .phone img {
  margin-right: 11px;
}

@media (max-width: 1500px) {
  .header .calltoaction .phone {
    font-size: 19px;
    line-height: 24px;
    margin-right: 20px;
  }
}

@media (max-width: 1150px) {
  .header .calltoaction .phone {
    font-size: 0;
    margin-right: 0;
  }
  .header .calltoaction .phone::before {
    content: "";
    display: block;
    background: url("/wp-content/themes/dominant/images/icons/phone.svg") 0 0 no-repeat;
    width: 27px;
    height: 27px;
  }
  .header .calltoaction .phone img {
    margin-right: 0;
    display: none;
  }
}

.header .calltoaction button {
  height: 45px;
  width: 219px;
}

@media (max-width: 1500px) {
  .header .calltoaction button {
    height: 36px;
    width: 170px;
    font-size: 14px;
  }
}

@media (max-width: 1150px) {
  .header .calltoaction button {
    display: none;
  }
}

@media (max-width: 1500px) {
  .header .main-navigation ul li {
    padding: 10px 20px;
  }
  .header .main-navigation ul li a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 400px) {
  .header {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

.popup.main__menu {
  background: #231F20 !important;
  z-index: 10;
}

@media (max-width: 768px) {
  .popup.main__menu {
    top: 95px;
    height: calc(100% - 95px);
  }
}

@media (max-width: 400px) {
  .popup.main__menu {
    top: 63px;
    height: calc(100% - 63px);
  }
}

.popup.main__menu .inner {
  position: relative;
}

.popup.main__menu .close {
  position: absolute;
  top: 36px;
  left: 7px;
  width: 27px;
  height: 25px;
  z-index: 2;
  padding: 0;
}

@media (max-width: 768px) {
  .popup.main__menu .close {
    display: none;
  }
}

.popup.main__menu .main__menu-outer {
  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;
  height: 100%;
}

@media (max-width: 768px) {
  .popup.main__menu .main__menu-outer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}

.popup.main__menu .popup__inner .menu__inner {
  max-width: 1780px;
  width: 100%;
  padding: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1110px) {
  .popup.main__menu .popup__inner .menu__inner {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .popup.main__menu .popup__inner .menu__inner {
    -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;
    padding: 0;
  }
}

.popup.main__menu .popup__inner .menu__inner .lang__switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup.main__menu .popup__inner .menu__inner .lang__switcher a {
  width: 55px;
  height: 28px;
  background: #242323;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-family: Roboto;
  color: #797979;
  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;
  margin-right: 20px;
}

.popup.main__menu .popup__inner .menu__inner .lang__switcher a.active {
  background: #242323;
  border: 1px solid #E4322B;
  color: #E4322B;
}

.popup.main__menu .popup__inner .menu__inner .lang__switcher a:hover {
  background: #242323;
  border: 1px solid #E4322B;
  color: #E4322B;
}

.popup.main__menu .popup__inner .menu__inner-main {
  max-width: 526px;
  width: 100%;
  border-right: 1px solid #3D3D3D;
  padding-right: 40px;
}

@media (max-width: 1280px) {
  .popup.main__menu .popup__inner .menu__inner-main {
    max-width: 100%;
    width: auto;
  }
}

@media (max-width: 768px) {
  .popup.main__menu .popup__inner .menu__inner-main {
    border-right: none;
    border-bottom: 1px solid #3D3D3D;
    padding-bottom: 40px;
    text-align: center;
    padding-right: 0;
    margin-bottom: 40px;
    max-width: 320px;
    width: 100%;
    padding: 30px 15px;
  }
}

.popup.main__menu .popup__inner .menu__inner-main a {
  display: block;
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: clamp(10px, 5.83vh, 70px);
}

@media (max-width: 1110px) {
  .popup.main__menu .popup__inner .menu__inner-main a {
    font-size: 27px;
    margin-bottom: 30px;
  }
}

.popup.main__menu .popup__inner .menu__inner-main a:hover {
  color: #EE1D23;
}

@media (max-width: 768px) {
  .popup.main__menu .popup__inner .menu__inner-main .menu-item-object-clubs a {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .popup.main__menu .popup__inner .menu__inner-main .lang__switcher {
    display: none;
  }
}

.popup.main__menu .popup__inner .menu__inner-pages {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .popup.main__menu .popup__inner .menu__inner-pages {
    margin-left: 0;
    text-align: center;
    max-width: 320px;
    padding: 0 15px;
  }
}

.popup.main__menu .popup__inner .menu__inner-pages a {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  display: block;
  position: relative;
  margin-bottom: 26px;
}

.popup.main__menu .popup__inner .menu__inner-pages a::before {
  content: "";
  bottom: -8px;
  left: 0;
  width: 34px;
  height: 1px;
  background: #EE1D23;
  display: block;
  position: absolute;
}

@media (max-width: 768px) {
  .popup.main__menu .popup__inner .menu__inner-pages a::before {
    display: none;
  }
}

@media (max-width: 1110px) {
  .popup.main__menu .popup__inner .menu__inner-pages a {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.popup.main__menu .popup__inner .menu__inner-pages a:hover {
  color: #EE1D23;
}

@media (max-width: 768px) {
  .popup.main__menu .popup__inner .menu__inner-pages .menu-item-356 a {
    margin-bottom: 0;
  }
}

.popup.main__menu .popup__inner .menu__inner-pages--clubs a {
  font-weight: normal;
}

@media (max-width: 768px) {
  .popup.main__menu .popup__inner .menu__inner-pages--clubs {
    display: none;
  }
}

.popup.main__menu .popup__inner .menu__inner-footer {
  display: none;
}

@media (max-width: 768px) {
  .popup.main__menu .popup__inner .menu__inner-footer {
    display: block;
    width: 100%;
    border-top: 1px solid #3D3D3D;
    margin-top: 40px;
    padding-top: 40px;
    max-width: 320px;
    padding: 30px 15px 30px;
  }
  .popup.main__menu .popup__inner .menu__inner-footer .lang__switcher {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px;
  }
  .popup.main__menu .popup__inner .menu__inner-footer .lang__switcher a {
    margin: 0 10px;
  }
  .popup.main__menu .popup__inner .menu__inner-footer .btn {
    width: 100%;
  }
}

/* main-slider */
.main-slider .item {
  position: relative;
}

.main-slider .item img {
  width: 100%;
}

.main-slider .item img.mobile__img {
  display: none;
}

.main-slider .item a {
  height: 63px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  width: 310px;
  padding: 0 15px;
}

@media (max-width: 1500px) {
  .main-slider .item a {
    height: 44px;
    width: 190px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1150px) {
  .main-slider .item a {
    height: 32px;
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .main-slider .item a {
    width: calc(100% - 30px);
    height: 50px;
  }
}

.main-slider .item .text {
  position: absolute;
  top: 50%;
  left: 100px;
  max-width: 620px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main-slider .item .text .title {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(30px, 4vw, 64px);
  line-height: 1.09;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  margin-bottom: 22px;
}

.main-slider .item .text .title span {
  color: #EE1D23;
  display: block;
}

.main-slider .item .text .descr {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(16px, 1.125vw, 18px);
  line-height: 1.33;
  color: #FFFFFF;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .main-slider .item {
    max-height: calc(100vh - 100px);
  }
  .main-slider .item img.desktop__img {
    display: none;
  }
  .main-slider .item img.mobile__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-slider .item .text {
    left: 0;
    top: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    padding: 40px 15px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-slider .item .text .title {
    margin-bottom: 15px;
    text-align: center;
  }
  .main-slider .item .text .descr {
    margin-bottom: 25px;
    text-align: center;
  }
  .main-slider .item .text a {
    margin-top: auto;
    width: 100%;
  }
}

.main-slider .slick-dots {
  bottom: -32px;
}

@media (max-width: 768px) {
  .main-slider .slick-dots {
    bottom: -26px;
  }
}

.main-slider .slick-dotted.slick-slider {
  margin-bottom: 75px;
}

.main-slider .slick-arrow {
  font-size: 0;
  display: block;
  height: 34px;
  width: 19px;
  z-index: 9;
  background: url("/wp-content/themes/dominant/images/icons/arrow.svg") 0 0 no-repeat;
  margin-top: 8px;
  outline: none;
  top: 50%;
}

@media (max-width: 1714px) {
  .main-slider {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 1150px) {
  .main-slider .slick-arrow {
    display: none !important;
  }
}

.main-slider .slick-prev:hover,
.main-slider .slick-prev:focus,
.main-slider .slick-next:hover,
.main-slider .slick-next:focus {
  background: url("/wp-content/themes/dominant/images/icons/arrow.svg") 0 0 no-repeat;
}

.main-slider .slick-arrow::before {
  display: none;
}

.main-slider .slick-prev {
  left: 45px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main-slider .slick-next {
  right: 45px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

/* clubs__slider */
.clubs__slider {
  margin: 75px auto;
}

.clubs__slider-title {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  color: #231F20;
  text-align: center;
  margin: 0 0 30px;
}

.clubs__slider-title span {
  color: #EE1D23;
}

@media (max-width: 768px) {
  .clubs__slider-title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 15px;
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .clubs__slider {
    margin-top: 48px;
    padding: 0;
    margin-bottom: 0;
  }
}

.list__clubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list__clubs .list__item {
  width: 280px;
  position: relative;
  margin-right: 1px;
}

.list__clubs .list__item img {
  display: block;
  width: 100%;
}

.list__clubs .list__item .list__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 30px 18px 0;
  margin-bottom: 30px;
  width: 100%;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  height: 220px;
}

.list__clubs .list__item .list__item-content .btn {
  display: none;
  margin-bottom: 0;
  margin-top: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 1279px) {
  .list__clubs .list__item .list__item-content {
    height: 240px;
  }
}

@media (max-width: 839px) {
  .list__clubs .list__item .list__item-content {
    height: 280px;
  }
}

@media (max-width: 768px) {
  .list__clubs .list__item .list__item-content {
    padding: 19px 15px 0;
    margin-bottom: 19px;
    height: auto;
  }
}

.list__clubs .list__item:hover .list__item-content {
  height: 265px;
}

@media (max-width: 1279px) {
  .list__clubs .list__item:hover .list__item-content {
    height: 285px;
  }
}

@media (max-width: 839px) {
  .list__clubs .list__item:hover .list__item-content {
    height: 340px;
  }
}

@media (max-width: 768px) {
  .list__clubs .list__item:hover .list__item-content {
    height: auto;
  }
}

.list__clubs .list__item:hover .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .list__clubs .list__item:hover .btn {
    display: none;
  }
}

.list__clubs .list__item .list__item-title {
  font-size: 40px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 19px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 100%;
  margin: 0px 0px 116px -114px;
  padding-top: 11px;
}

@media (max-width: 1700px) {
  .list__clubs .list__item .list__item-title {
    margin: 0px 0px 50% -47%;
  }
}

@media (max-width: 768px) {
  .list__clubs .list__item .list__item-title {
    font-size: 30px;
    line-height: 20px;
  }
}

.list__clubs .list__item .list__item-adress {
  padding-left: 37px;
  background: url("/wp-content/themes/dominant/images/icons/map.png") left center no-repeat;
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 1720px) {
  .list__clubs .list__item .list__item-adress {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .list__clubs .list__item .list__item-adress {
    font-size: 11px;
    line-height: 13px;
    background-size: 17px 24px;
    padding-left: 22px;
  }
}

@media (max-width: 768px) {
  .list__clubs .list__item {
    width: calc(50% - 1px);
    margin-bottom: 1px;
  }
}

.list__clubs .list__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(3, 3, 3, 0.4);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list__clubs .list__item:hover::before {
  background-color: rgba(3, 3, 3, 0.1);
}

.list__clubs .list__item.more__later {
  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;
  font-style: italic;
  font-weight: 900;
  font-size: 13px;
  line-height: 13px;
  background-color: #030303;
  color: #fff;
  text-align: center;
  display: none;
}

@media (max-width: 768px) {
  .list__clubs .list__item.more__later {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.list__clubs .list__item.more__later img {
  width: auto;
  display: block;
  margin-bottom: 5px;
}

.list__clubs .list__item.more__later::before {
  display: none;
}

/* content__form */
.content__form {
  margin-top: 40px;
  margin-bottom: 11px;
  position: relative;
  background: url("/wp-content/themes/dominant/images/content/image_3.jpg") left center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 460px;
}

@media (max-width: 1500px) {
  .content__form {
    background-size: 400px auto;
    min-height: auto;
  }
}

@media (max-width: 1260px) {
  .content__form {
    background-size: 300px auto;
    background-position: 15px center;
  }
}

@media (max-width: 1040px) {
  .content__form {
    background: none;
  }
}

@media (max-width: 768px) {
  .content__form {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 21px;
  }
}

.content__form-body {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  width: calc(100% - 519px);
  padding-bottom: 60px;
  margin-right: 18px;
}

@media (max-width: 1500px) {
  .content__form-body {
    width: calc(100% - 348px);
  }
}

@media (max-width: 1260px) {
  .content__form-body {
    width: calc(100% - 300px);
  }
}

@media (max-width: 1040px) {
  .content__form-body {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .content__form-body {
    margin-right: 0;
    padding: 0;
  }
}

.content__form-body::before {
  content: "";
  background: url("/wp-content/themes/dominant/images/backgrounds/content__form-2.png") 0 -84px no-repeat;
  display: block;
  position: absolute;
  width: 1567px;
  height: 543px;
  top: 0;
}

@media (max-width: 1260px) {
  .content__form-body::before {
    width: 880px;
    height: 273px;
    top: -18px;
    background-size: 100% auto;
    background-position: 0 0;
  }
}

@media (max-width: 1040px) {
  .content__form-body::before {
    width: 790px;
    top: -36px;
    right: 0;
  }
}

@media (max-width: 830px) {
  .content__form-body::before {
    width: 700px;
  }
}

@media (max-width: 768px) {
  .content__form-body::before {
    display: none;
  }
}

.content__form-title {
  margin: 0 auto 10px;
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  color: #231F20;
  max-width: 760px;
  padding-top: 11px;
  z-index: 3;
  position: relative;
}

.content__form-title span {
  color: #E4322B;
}

@media (max-width: 1260px) {
  .content__form-title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  .content__form-title {
    padding: 11px 40px 0;
    margin-bottom: 19px;
  }
}

@media (max-width: 400px) {
  .content__form-title {
    padding: 11px 15px 0;
  }
}

.content__form-subtitle {
  margin: 0 auto 70px;
  max-width: 760px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #231F20;
  z-index: 3;
  position: relative;
}

@media (max-width: 768px) {
  .content__form-subtitle {
    line-height: 20px;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px #000000;
  }
}

@media (max-width: 830px) {
  .content__form-subtitle {
    margin: 0 auto 20px;
  }
}

@media (max-width: 768px) {
  .content__form-subtitle {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .content__form-subtitle span {
    display: block;
    padding: 30px 50px 0;
    margin: 0 auto;
  }
}

.content__form-wrapper {
  position: relative;
}

.content__form-wrapper .mobile__bg {
  display: none;
}

@media (max-width: 768px) {
  .content__form-wrapper .mobile__bg {
    display: block;
    width: 100%;
    height: 534px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 768px) {
  .content__form-form {
    position: absolute;
    bottom: 13px;
    width: 100%;
    padding: 0 15px;
  }
}

.content__form-form .wpcf7-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  z-index: 3;
  position: relative;
}

@media (max-width: 768px) {
  .content__form-form .wpcf7-form {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }
}

.content__form-form .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  margin-right: 20px;
}

@media (max-width: 1260px) {
  .content__form-form .wpcf7-form .wpcf7-form-control-wrap {
    height: auto;
  }
  .content__form-form .wpcf7-form .wpcf7-form-control-wrap input[type="text"] {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .content__form-form .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .content__form-form .wpcf7-form .wpcf7-form-control-wrap input[type="text"] {
    max-width: 100%;
    margin-right: 0;
  }
}

.content__form-form .wpcf7-form .wpcf7-submit {
  max-width: 100%;
}

@media (max-width: 1260px) {
  .content__form-form .wpcf7-form .wpcf7-submit {
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .content__form-form .wpcf7-form .wpcf7-submit {
    max-width: 100%;
  }
  .content__form-form .wpcf7-form .wpcf7-submit input[type="submit"] {
    max-width: 100%;
  }
}

.content__form-form .wpcf7-form font {
  width: 100%;
}

/* services__slider */
.services__slider {
  margin: 11px auto 50px;
}

@media (max-width: 768px) {
  .services__slider {
    padding: 0;
  }
}

.services__slider-gallery.services__slider-list .section .item::before {
  display: none;
}

.services__slider-title {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  color: #231F20;
  text-align: center;
  margin: 0 0 30px;
}

.services__slider-title span {
  color: #EE1D23;
}

@media (max-width: 768px) {
  .services__slider-title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 15px;
  }
}

.services__slider-list .section .item {
  position: relative;
  margin: 4px 2px;
  display: block;
  height: 265px;
  height: clamp(179px, 23vw, 265px);
}

.services__slider-list .section .item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.services__slider-list .section .item__title {
  font-style: italic;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  border-left: 3px solid #EE1D23;
  left: 26px;
  bottom: 25px;
  padding: 14px 10px 14px 15px;
  z-index: 2;
}

@media (max-width: 768px) {
  .services__slider-list .section .item__title {
    font-size: 18px;
    line-height: 22px;
  }
}

.services__slider-list .section .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.4);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.services__slider-list .section .item:hover::before {
  background-color: rgba(3, 3, 3, 0.1);
}

.services__slider-3col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
}

.services__slider-3col .section .item {
  margin: 0;
  height: auto;
}

.services__slider-3col .section .item img {
  height: 338px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .services__slider-3col .section .item .item__title {
    font-size: 13px;
    line-height: 16px;
  }
}

.services__slider-3col .section .item.no__black::before {
  display: none;
}

.services__slider-3col .section .item.no__black .item__title {
  position: relative;
  left: auto;
  bottom: auto;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 45px;
}

@media (max-width: 1280px) {
  .services__slider-3col {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services__slider-3col {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .services__slider-3col .section .item img {
    height: auto;
  }
}

.services__slider-4col {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 3px;
}

.services__slider-4col .section .item img {
  height: 252px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1280px) {
  .services__slider-4col {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .services__slider-4col .section .item img {
    height: 200px;
  }
}

@media (max-width: 960px) {
  .services__slider-4col {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services__slider-4col {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .services__slider-4col .section .item img {
    height: auto;
  }
}

@media (max-width: 768px) {
  .services__slider .slick-list {
    padding: 0 20% 0 0;
    margin-left: 15px;
  }
}

/* why__us */
.why__us {
  margin-top: 85px;
  margin-bottom: 40px;
  background: url("/wp-content/themes/dominant/images/backgrounds/why_us.jpg") center center no-repeat;
  padding-top: 86px;
  padding-bottom: 91px;
  background-size: cover;
}

@media (max-width: 768px) {
  .why__us {
    margin-top: 59px;
    padding-top: 28px;
    padding-bottom: 40px;
  }
}

.why__us-title {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  color: #fff;
  text-align: center;
  margin: 0 0 96px;
}

.why__us-title span {
  color: #EE1D23;
}

@media (max-width: 768px) {
  .why__us-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

.why__us-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 46px;
}

@media (max-width: 1720px) {
  .why__us-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.why__us-list .item {
  color: #fff;
  text-align: center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
  padding: 0 15px;
}

.why__us-list .item:first-child {
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .why__us-list .item:first-child {
    margin-bottom: 15px;
  }
}

.why__us-list .item .img {
  margin-bottom: 11px;
}

.why__us-list .item-title {
  height: 57px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .why__us-list .item {
    font-size: 14px;
    line-height: 16px;
    padding: 0 5px;
  }
  .why__us-list .item img {
    width: 100%;
  }
}

@media (max-width: 359px) {
  .why__us-list .item {
    font-size: 12px;
    line-height: 14px;
  }
}

/* about__section */
.about__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 63px auto 14px;
}

@media (max-width: 1280px) {
  .about__section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .about__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px auto;
  }
}

.about__section-img {
  min-width: 518px;
}

.about__section-img img {
  width: 100%;
  display: block;
}

@media (max-width: 1280px) {
  .about__section-img {
    min-width: 259px;
    max-width: 259px;
  }
}

@media (max-width: 768px) {
  .about__section-img {
    min-width: 280px;
    max-width: 360px;
    margin: 0 -15px;
  }
}

.about__section-body {
  padding-left: 10px;
  position: relative;
  margin-top: 130px;
}

@media (max-width: 1280px) {
  .about__section-body {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .about__section-body {
    padding-left: 0;
  }
}

.about__section-body::before {
  content: "";
  background: url("/wp-content/themes/dominant/images/backgrounds/content__form-2.png") 0 0 no-repeat;
  display: block;
  position: absolute;
  width: 1567px;
  height: 543px;
  top: -134px;
  z-index: -1;
}

@media (max-width: 768px) {
  .about__section-body::before {
    display: none;
  }
}

.about__section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.about__section-head .btn {
  width: 226px;
  height: 50px;
}

@media (max-width: 768px) {
  .about__section-head .btn {
    display: none;
  }
}

@media (max-width: 880px) {
  .about__section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .about__section-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 22px;
  }
}

.about__section-footer {
  display: none;
}

@media (max-width: 768px) {
  .about__section-footer {
    display: block;
    margin-top: 50px;
  }
  .about__section-footer .btn {
    width: 100%;
    height: 50px;
  }
}

.about__section-title {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  line-height: 61px;
  text-transform: capitalize;
  color: #231F20;
  margin-right: 130px;
}

@media (max-width: 1380px) {
  .about__section-title {
    margin-right: 0;
  }
}

@media (max-width: 1080px) {
  .about__section-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .about__section-title {
    display: none;
  }
}

.about__section-mobiletitle {
  display: none;
}

@media (max-width: 768px) {
  .about__section-mobiletitle {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-style: italic;
    font-weight: 900;
    text-transform: capitalize;
    color: #231F20;
    text-align: center;
    margin-bottom: 22px;
  }
}

.about__section-socbtns {
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1380px) {
  .about__section-socbtns {
    margin-left: auto;
  }
}

@media (max-width: 880px) {
  .about__section-socbtns {
    margin-left: 0;
    margin-right: 0;
  }
}

.about__section-socbtns a {
  margin-right: 16px;
  display: block;
  line-height: 0;
}

@media (max-width: 768px) {
  .about__section-socbtns a {
    margin: 0 8px;
  }
}

.about__section-socbtns a:hover svg,
.about__section-socbtns a:hover path {
  fill: #000;
}

.about__section-wrapper {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1080px) {
  .about__section-wrapper {
    font-size: 14px;
    line-height: 20px;
  }
}

/* our__team */
.our__team {
  margin: 74px 0 64px;
}

.our__team-title {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  color: #231F20;
  text-align: center;
  margin: 0 0 30px;
}

.our__team-title span {
  color: #EE1D23;
}

@media (max-width: 768px) {
  .our__team-title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 15px;
  }
}

.our__team-list .slick-list {
  margin: 0 -25px;
}

.our__team-list .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1280px) {
  .our__team-list .slick-list {
    margin: 0 -10px;
  }
}

@media (max-width: 768px) {
  .our__team-list .slick-list {
    padding: 0 20% 0 0;
    margin: 0 -15px 0 -5px;
  }
}

.our__team-list .item {
  margin: 0 25px;
  height: auto;
  border: 1px solid #DEDEDE;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1280px) {
  .our__team-list .item {
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .our__team-list .item {
    margin: 0 5px;
  }
}

.our__team-list .item .img {
  position: relative;
  line-height: 0;
}

.our__team-list .item .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.our__team-list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our__team-list .item-content {
  border-top: none;
  padding: 27px 21px 23px 29px;
  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;
}

@media (max-width: 768px) {
  .our__team-list .item-content {
    padding: 18px 9px 18px 8px;
  }
}

.our__team-list .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
}

.our__team-list .item-head .head-title {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.our__team-list .item-head .head-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 3px;
  background-color: #EE1D23;
  height: 100%;
}

@media (max-width: 768px) {
  .our__team-list .item-head .head-title::before {
    left: 0;
  }
}

@media (max-width: 768px) {
  .our__team-list .item-head .head-title {
    font-size: 20px;
    line-height: 24px;
    padding-left: 16px;
  }
}

.our__team-list .item-head a.head-title:hover {
  color: #EE1D23;
}

.our__team-list .item-head .head-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.our__team-list .item-head .head-btns a:hover svg,
.our__team-list .item-head .head-btns a:hover svg path {
  fill: #000;
}

@media (max-width: 768px) {
  .our__team-list .item-head .head-btns {
    gap: 13px;
  }
}

.our__team-list .item-club {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .our__team-list .item-club {
    padding-left: 16px;
  }
}

.our__team-list .item-date {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .our__team-list .item-date {
    font-size: 15px;
    line-height: 21px;
  }
}

.our__team-list .item-descr {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 17px;
  overflow: hidden;
  height: 63px;
}

@media (max-width: 768px) {
  .our__team-list .item-descr {
    font-size: 14px;
    line-height: 20px;
    padding-left: 16px;
  }
}

.our__team-list .item .btn {
  height: 50px;
  width: 226px;
  margin-top: auto;
}

@media (max-width: 768px) {
  .our__team-list .item .btn {
    width: 100%;
  }
}

.our__team-list:not(.our__team-slider) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
}

@media (max-width: 1280px) {
  .our__team-list:not(.our__team-slider) {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .our__team-list:not(.our__team-slider) {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    margin: 0;
  }
}

.our__team-list:not(.our__team-slider) .item {
  width: 100% !important;
  border: 1px solid #DEDEDE;
  margin: 0;
}

.our__team-list:not(.our__team-slider) .item-content {
  border: none;
}

.our__team-content {
  padding-top: 69px;
}

.our__team-content h1 {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .our__team-content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

.our__team-content .txt {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  height: 240px;
  overflow-y: auto;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .our__team-content .txt {
    font-size: 14px;
    line-height: 20px;
  }
}

.our__team--archive {
  margin: 15px 0 50px;
}

.seo-content {
  margin: 74px auto 64px;
}

.seo-content h1 {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .seo-content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

.seo-content .txt {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  height: 240px;
  overflow-y: auto;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .seo-content .txt {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}

.page-id-647 .seo-content .txt {
  height: auto;
}

.page-id-647 .seo-content .txt h2 {
  margin: 15px 0;
  font-size: 22px;
}

.page-id-647 .seo-content .txt ul {
  margin-left: 15px;
}

.page-id-647 .seo-content .txt ul ul li {
  padding-left: 10px;
}

.our__team-news {
  background: none;
  margin-top: 15px;
}

.our__team-news .item .img a {
  display: block;
}

.our__team-news .item .img a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.4);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.our__team-news .item .img a:hover::before {
  background-color: rgba(3, 3, 3, 0.1);
}

.our__team-news .item .img::before {
  display: none;
}

@media (max-width: 1360px) {
  .our__team-news .our__team-list .item {
    width: calc(50% - 46px);
  }
  .our__team-news .item-content .item-head .head-title {
    font-size: 20px;
    line-height: 24px;
    padding-left: 16px;
  }
  .our__team-news .item-content .item-date {
    font-size: 15px;
    line-height: 21px;
    padding-left: 16px;
  }
  .our__team-news .item-content .item-descr {
    font-size: 14px;
    line-height: 21px;
    padding-left: 16px;
  }
}

@media (max-width: 768px) {
  .our__team-news .our__team-list .item {
    width: 100%;
    margin: 0 0 22px;
  }
}

/* banner-big */
.banner-big {
  position: relative;
  margin-bottom: 15px;
  height: 634px;
}

.banner-big img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-big::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.banner-big::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/dominant/images/backgrounds/big-banner.png") 0 0 no-repeat;
}

.banner-big .banner__content {
  position: absolute;
  left: 99px;
  top: 0;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.banner-big .banner__content-title {
  font-style: italic;
  font-weight: 900;
  font-size: 64px;
  line-height: 70px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 39px;
}

.banner-big .banner__content-title span {
  color: #EE1D23;
}

.banner-big .banner__content-descr .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.banner-big .banner__content-descr .item .ico {
  width: 22px;
  margin-right: 11px;
}

.banner-big .banner__content .btn {
  margin-top: 54px;
  width: 307px;
  height: 63px;
}

@media (max-width: 1300px) {
  .banner-big .banner__content-title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .banner-big .banner__content-descr .item {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .banner-big .banner__content .btn {
    margin-top: 27px;
    height: 51px;
  }
}

@media (max-width: 768px) {
  .banner-big .banner__content {
    text-align: center;
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
  .banner-big .banner__content-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: -50px;
  }
  .banner-big .banner__content-descr .item {
    font-size: 16px;
    line-height: 24px;
    max-width: 320px;
    margin: 0 auto 6px;
  }
  .banner-big .banner__content .btn {
    margin-top: auto;
    height: 51px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 28px;
  }
}

@media (max-width: 1715px) {
  .banner-big {
    margin: 0 -15px 15px;
  }
}

@media (max-width: 1400px) {
  .banner-big {
    height: 516px;
  }
}

@media (max-width: 768px) {
  .banner-big::after {
    display: none;
  }
  .banner-big::before {
    background: rgba(0, 0, 0, 0.6);
  }
}

/* breadcrumb */
.breadcrumb,
.kama_breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 18px;
  margin: 15px 0 0;
  padding-bottom: 15px;
  grid-gap: 10px;
  overflow-y: auto;
  color: #E4322B;
}

.breadcrumb a,
.kama_breadcrumbs a {
  color: #231F20;
  border-bottom: 1px dotted transparent;
}

.breadcrumb a span,
.kama_breadcrumbs a span {
  margin-left: 0;
  color: #231F20;
}

.breadcrumb a:hover,
.kama_breadcrumbs a:hover {
  color: #E4322B;
  border-bottom: 1px dotted #E4322B;
}

.breadcrumb a:hover span,
.kama_breadcrumbs a:hover span {
  color: #E4322B;
}

.breadcrumb span,
.kama_breadcrumbs span {
  color: #E4322B;
  position: relative;
  border-bottom: 1px dotted transparent;
  white-space: nowrap;
}

.breadcrumb span.kb_sep,
.kama_breadcrumbs span.kb_sep {
  color: #231F20;
}

@media (max-width: 768px) {
  .breadcrumb,
  .kama_breadcrumbs {
    font-size: 12px;
    line-height: 15px;
  }
}

.kama_breadcrumbs {
  padding-bottom: 0;
  margin-top: 0;
}

/* price__section */
.price__section {
  margin-bottom: 45px;
}

.price__section-title {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  color: #231F20;
  text-align: center;
  margin: 0 0 30px;
}

.price__section-title span {
  color: #EE1D23;
}

@media (max-width: 768px) {
  .price__section-title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 15px;
    margin-bottom: 24px;
  }
}

.price__section-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
  overflow-y: auto;
}

.price__section-tabs::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}

.price__section-tabs button {
  background: #F1F1F1;
  border-radius: 30px;
  margin: 0 10px 10px 0;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #231F20;
  text-transform: none;
  height: 52px;
  padding: 0 50px;
  white-space: nowrap;
}

.price__section-tabs button.active {
  background: #231F20;
  color: #fff;
}

.price__section-tabs button:hover {
  background: #231F20;
  color: #fff;
}

@media (max-width: 1700px) {
  .price__section-tabs button {
    padding: 0 15px;
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    border-radius: 25px;
  }
}

.price__section .price__section-id {
  display: none;
}

.price__section .price__section-id-1 {
  display: block;
}

.price__section .prices-3col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 44px;
}

.price__section .prices-4col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 18px;
}

.price__section-prices {
  margin-bottom: 45px;
}

.price__section-prices .item {
  background: #231F20;
  border-radius: 20px;
  padding: 25px 25px 15px;
}

.price__section-prices .item-body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  height: 180px;
  background: url("/wp-content/themes/dominant/images/content/image_9-1.jpg") 0 0 no-repeat;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 17px;
  background-size: cover;
}

.price__section-prices .item-body .count {
  font-weight: bold;
  font-size: 64px;
  line-height: 1;
}

.price__section-prices .item-body .text {
  line-height: 1;
}

.price__section-prices .item-body .discount {
  position: absolute;
  right: 14px;
  top: 14px;
}

.price__section-prices .item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price__section-prices .item-footer .type {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  width: 100%;
}

.price__section-prices .item-footer .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.price__section-prices .item-footer .prices .current {
  font-style: italic;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #EE1D23;
  margin-right: 15px;
}

.price__section-prices .item-footer .prices .current span {
  font-size: 21px;
  line-height: 25px;
}

.price__section-prices .item-footer .prices .old {
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #FFFFFF;
}

.price__section-prices .item-footer .prices .old span {
  font-size: 18px;
  line-height: 22px;
}

.price__section-prices .item-footer .basket {
  width: 51px;
  height: 51px;
  background: #2A2A2A;
  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-radius: 50%;
  position: relative;
  right: 12px;
  top: -9px;
}

.price__section-prices .item-footer .basket:hover {
  background: #EE1D23;
}

.price__section-prices .item-footer .basket:hover svg path {
  fill: #fff;
}

@media (max-width: 1700px) {
  .price__section-prices {
    margin-bottom: 45px;
  }
  .price__section-prices .item-body {
    font-size: 20px;
    line-height: 24px;
  }
  .price__section-prices .item-body .count {
    font-size: 45px;
    line-height: 54px;
  }
  .price__section-prices .item-footer .prices .current {
    font-size: 30px;
    line-height: 38px;
  }
  .price__section-prices .item-footer .prices .current span {
    font-size: 16px;
    line-height: 20px;
  }
  .price__section-prices .item-footer .prices .old {
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
  }
  .price__section-prices .item-footer .prices .old span {
    font-size: 14px;
    line-height: 18px;
  }
  .price__section-prices .item-footer .basket {
    right: 0;
  }
}

@media (max-width: 1400px) {
  .price__section-prices .item-footer .type {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
  }
  .price__section-prices .item-footer .prices .current {
    font-size: 24px;
    line-height: 29px;
  }
  .price__section-prices .item-footer .prices .current span {
    font-size: 16px;
    line-height: 19px;
  }
  .price__section-prices .item-footer .prices .old {
    font-size: 18px;
    line-height: 22px;
  }
  .price__section-prices .item-footer .prices .old span {
    font-size: 15px;
    line-height: 18px;
  }
  .price__section-prices .item-footer .basket {
    width: 34px;
    height: 34px;
    padding: 9px;
  }
}

@media (max-width: 1297px) {
  .price__section .prices-3col,
  .price__section .prices-4col {
    display: block;
    margin-right: -15px;
  }
  .price__section .prices-3col .slick-list,
  .price__section .prices-4col .slick-list {
    padding: 0 20% 0 0;
    margin-left: 0;
  }
  .price__section-prices .item {
    margin: 0 5px;
  }
}

@media (max-width: 1080px) {
  .price__section-tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: -15px;
  }
}

@media (max-width: 768px) {
  .price__section .prices-3col .slick-list,
  .price__section .prices-4col .slick-list {
    padding: 0 10% 0 0;
  }
  .price__section-prices .item-body {
    height: 113px;
  }
}

@media (max-width: 359px) {
  .price__section-prices .item-body .discount {
    width: 34px;
    height: 34px;
    top: 8px;
    right: 8px;
  }
  .price__section-prices .item-body .discount img {
    width: 100%;
  }
  .price__section-prices .item-footer .type {
    font-size: 12px;
    line-height: 15px;
  }
  .price__section-prices .item-footer .prices .current {
    font-size: 21px;
    line-height: 26px;
  }
  .price__section-prices .item-footer .prices .current span {
    font-size: 14px;
    line-height: 17px;
  }
  .price__section-prices .item-footer .prices .old {
    font-size: 16px;
    line-height: 20px;
  }
  .price__section-prices .item-footer .prices .old span {
    font-size: 13px;
    line-height: 16px;
  }
}

/* schedule__section */
.schedule__section {
  margin-bottom: 45px;
}

.schedule__section-title {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  color: #231F20;
  text-align: center;
  margin: 0 0 30px;
}

.schedule__section-title span {
  color: #EE1D23;
}

@media (max-width: 768px) {
  .schedule__section-title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 15px;
    margin-bottom: 24px;
  }
}

.schedule__section-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
  overflow-y: auto;
}

.schedule__section-tabs button {
  background: #F1F1F1;
  border-radius: 30px;
  margin: 0 10px 10px 0;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #231F20;
  text-transform: capitalize;
  height: 52px;
  padding: 0 50px;
  white-space: nowrap;
}

.schedule__section-tabs button.active {
  background: #231F20;
  color: #fff;
}

@media (max-width: 1700px) {
  .schedule__section-tabs button {
    padding: 0 15px;
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    border-radius: 25px;
  }
}

.schedule__section-table {
  background: #231F20;
  color: #fff;
  margin-bottom: 10px;
  display: none;
}

.schedule__section-table .days-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  grid-gap: 0;
  border-bottom: 1px solid #323232;
}

.schedule__section-table .days-list .day {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  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;
  height: 73px;
}

.schedule__section-table .days-list .day .mobile {
  display: none;
}

.schedule__section-table .train-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  grid-gap: 1px;
}

.schedule__section-table .train-list .item {
  min-width: 100px;
}

.schedule__section-table .train-list .train {
  height: 107px;
  overflow-y: hidden;
  position: relative;
  border-bottom: 1px solid #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}

.schedule__section-table .train-list .train::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  height: calc(100% - 4px);
  width: 1px;
  background-color: #323232;
}

.schedule__section-table .train-list .train.not-empty {
  background: url("/wp-content/themes/dominant/images/backgrounds/tabe-train.png") right 10px top 10px no-repeat;
}

@media (max-width: 768px) {
  .schedule__section-table .train-list .train.empty:not(:first-child) {
    display: none;
  }
}

.schedule__section-table .train-list .train .time {
  font-weight: bold;
  font-size: 18px;
  color: #EE1D23;
}

.schedule__section-table .train-list .train .name {
  font-size: 16px;
}

.schedule__section-table .train-list .train .trener {
  font-size: 16px;
}

.schedule__section-table.active {
  display: block;
}

.schedule__section-note {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #231F20;
  padding-left: 20px;
}

@media (max-width: 1360px) {
  .schedule__section-table .days-list .day {
    font-size: 15px;
    height: 55px;
  }
  .schedule__section-table .train-list .train {
    padding: 0 5px;
  }
  .schedule__section-table .train-list .train .time {
    font-size: 15px;
  }
  .schedule__section-table .train-list .train .name {
    font-size: 13px;
  }
  .schedule__section-table .train-list .train .trener {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .schedule__section-table .days-list .day {
    font-size: 16px;
    height: 55px;
    position: relative;
  }
  .schedule__section-table .days-list .day:not(.active):after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    height: calc(100% - 16px);
    width: 1px;
    background-color: #323232;
  }
  .schedule__section-table .days-list .day .desk {
    display: none;
  }
  .schedule__section-table .days-list .day .mobile {
    display: block;
  }
  .schedule__section-table .days-list .day.active {
    background: #EE1D23;
  }
  .schedule__section-table .train-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .schedule__section-table .train-list .item {
    display: none;
  }
  .schedule__section-table .train-list .item.active {
    display: block;
  }
  .schedule__section-table .train-list .train {
    padding: 5px 20px;
  }
  .schedule__section-table .train-list .train::after {
    display: none;
  }
  .schedule__section-table .train-list .train .time {
    font-size: 16px;
  }
  .schedule__section-table .train-list .train .name {
    font-size: 14px;
  }
  .schedule__section-table .train-list .train .trener {
    font-size: 14px;
  }
}

/* map__section */
.map__section {
  margin-top: 45px;
  margin-bottom: 45px;
}

.map__section-title {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  color: #231F20;
  text-align: center;
  margin: 0 0 30px;
}

.map__section-title span {
  color: #EE1D23;
}

@media (max-width: 768px) {
  .map__section-title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 15px;
    margin-bottom: 24px;
  }
}

.map__section-map {
  position: relative;
  min-height: 600px;
}

.map__section-map .contacts {
  position: absolute;
  background-color: #fff;
  left: 10px;
  top: 150px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 34px;
}

.map__section-map .contacts .logo {
  margin-bottom: 38px;
  display: block;
}

.map__section-map .contacts-descr .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 17px;
}

.map__section-map .contacts-descr .item .ico {
  width: 26px;
  margin-right: 17px;
}

.map__section-map .contacts-descr .item .ico img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .map__section-map .contacts {
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    padding: 24px;
  }
  .map__section-map .contacts .logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .map__section-map .contacts-descr .item {
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 320px;
    margin: 0 auto;
  }
  .map__section-map .contacts-descr .item .ico {
    width: 20px;
    margin-right: 22px;
  }
}

/* banner */
.banner {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 1715px) {
  .banner {
    margin: 0 -15px 15px;
  }
}

.banner img {
  display: block;
  width: 100%;
}

.banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.banner-title {
  font-style: italic;
  font-weight: 900;
  font-size: 64px;
  line-height: 77px;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}

.banner-title span {
  color: #EE1D23;
}

@media (max-width: 768px) {
  .banner-title {
    left: 50%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.banner-title.banner-title--witchbutton {
  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;
  width: calc(100% - 60px);
  right: 30px;
}

.banner-title.banner-title--witchbutton .btn {
  padding: 0 30px;
  height: 72px;
}

@media (max-width: 768px) {
  .banner-title.banner-title--witchbutton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 15px;
  }
  .banner-title.banner-title--witchbutton .btn {
    padding: 0 15px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .banner {
    height: 160px;
  }
  .banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* post__detail */
.post__detail-title {
  font-style: italic;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  padding-left: 34px;
  border-left: 2px solid #EE1D23;
  margin-bottom: 38px;
  margin-top: 20px;
  text-transform: uppercase;
}

.post__detail-title--akcii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.post__detail-title--akcii button {
  width: 376px;
  min-width: 376px;
  height: 73px;
  margin-left: 30px;
}

@media (max-width: 1280px) {
  .post__detail-title--akcii button {
    width: 250px;
    min-width: 250px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .post__detail-title--akcii button {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .post__detail-title--akcii {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.post__detail-content {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

.post__detail-content .detailImage {
  margin: 0 45px 15px 0;
  width: calc(50% - 45px);
  float: left;
}

.post__detail-content .detailImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post__detail-content .contentSide {
  width: 50%;
}

.post__detail-content .contentFullWidth {
  width: 100%;
}

.post__detail-content h1,
.post__detail-content h2,
.post__detail-content h3 {
  text-align: left;
  font-style: italic;
  font-weight: 500;
  border-left: 1px solid #EE1D23;
  margin: 30px 0 20px;
}

.post__detail-content h1:first-child,
.post__detail-content h2:first-child,
.post__detail-content h3:first-child {
  margin-top: 0;
}

.post__detail-content h1 {
  font-size: 24px;
  padding-left: 12px;
}

.post__detail-content h2 {
  font-size: 18px;
  padding-left: 12px;
}

.post__detail-content h3 {
  font-size: 16px;
  padding-left: 12px;
}

.post__detail-content p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 15px;
}

.post__detail-content .backToNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.post__detail-content .backToNews a {
  height: 51px;
  width: 227px;
}

.post__detail-content .backToNews .btn-train {
  width: 250px;
}

@media (max-width: 1200px) {
  .post__detail-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    padding-left: 13px;
    border-left: 1px solid #EE1D23;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .post__detail-content {
    font-size: 14px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .post__detail-content .detailImage {
    margin: 0 0 30px 0;
    width: 100%;
    float: none;
  }
  .post__detail-content .contentSide {
    width: 100%;
  }
  .post__detail-content h1 {
    font-size: 22px;
    margin: 24px 0 14px;
  }
  .post__detail-content h2 {
    font-size: 16px;
    margin: 24px 0 14px;
  }
  .post__detail-content h3 {
    font-size: 14px;
    margin: 24px 0 14px;
  }
  .post__detail-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .post__detail-content .backToNews {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .post__detail-content .backToNews a {
    height: 51px;
    width: 230px;
  }
}

@media (max-width: 768px) {
  .post__detail-content .backToNews a {
    width: 100%;
  }
}

/* our_clubs */
.our_clubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 1px;
  margin-top: 15px;
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .our_clubs {
    margin: 0 -15px 30px;
  }
}

.our_clubs-item {
  position: relative;
  display: block;
  width: calc(50% - 1px);
  height: clamp(285px, 26.5vw, 442px);
}

@media (max-width: 980px) {
  .our_clubs-item {
    height: 285px;
  }
}

.our_clubs-item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.our_clubs-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(3, 3, 3, 0.4);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.our_clubs-item:hover:after {
  background-color: rgba(3, 3, 3, 0.1);
}

.our_clubs-item .info {
  position: absolute;
  z-index: 1;
  bottom: 45px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 100px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1200px) {
  .our_clubs-item .info {
    -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;
  }
}

@media (max-width: 980px) {
  .our_clubs-item .info {
    bottom: 20px;
    left: 12px;
    width: calc(100% - 24px);
  }
}

.our_clubs-item .info .data .title {
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .our_clubs-item .info .data .title {
    font-size: 24px;
    line-height: 29px;
  }
}

.our_clubs-item .info .data .adress {
  padding-left: 37px;
  background: url("/wp-content/themes/dominant/images/icons/map.png") left center no-repeat;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  min-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .our_clubs-item .info .data .adress {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .our_clubs-item .info .data .adress {
    font-size: 11px;
    line-height: 13px;
    background-size: 17px 24px;
    padding-left: 22px;
  }
}

.our_clubs-item .info .btn {
  width: 226px;
  height: 46px;
}

@media (max-width: 768px) {
  .our_clubs-item .info .btn {
    width: 100%;
    height: 32px;
    font-size: 12px;
  }
}

.our_clubs-item.more__later {
  background-color: #000;
  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: 10px;
}

.our_clubs-item.more__later::after {
  display: none;
}

.our_clubs-item.more__later .more__later-title {
  font-style: italic;
  font-weight: 900;
  font-size: 19px;
  line-height: 19px;
  color: #FFFFFF;
  text-align: right;
}

.our_clubs-item.more__later .more__later-img {
  width: 186px;
  height: 48px;
}

@media (max-width: 768px) {
  .our_clubs-item.more__later {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-color: #030303;
  }
  .our_clubs-item.more__later .more__later-title {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
  }
  .our_clubs-item.more__later img {
    width: auto;
    max-width: 100px;
    display: block;
    margin-bottom: 5px;
    height: auto !important;
  }
}

/* club__detail */
/* POPUP FORM ONE LINE */
.form__one__line .wpcf7-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  z-index: 3;
  position: relative;
  margin-top: 44px;
}

.form__one__line .wpcf7-form .count,
.form__one__line .wpcf7-form .price,
.form__one__line .wpcf7-form .type,
.form__one__line .wpcf7-form .data-count,
.form__one__line .wpcf7-form .data-price,
.form__one__line .wpcf7-form .data-type,
.form__one__line .wpcf7-form .nametrener,
.form__one__line .wpcf7-form .data-nametrener,
.form__one__line .wpcf7-form .club,
.form__one__line .wpcf7-form .data-club,
.form__one__line .wpcf7-form .data-train,
.form__one__line .wpcf7-form .train {
  display: none;
}

@media (max-width: 768px) {
  .form__one__line .wpcf7-form {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.form__one__line .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  margin-right: 20px;
}

@media (max-width: 1260px) {
  .form__one__line .wpcf7-form .wpcf7-form-control-wrap {
    height: auto;
  }
  .form__one__line .wpcf7-form .wpcf7-form-control-wrap input[type="text"] {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .form__one__line .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .form__one__line .wpcf7-form .wpcf7-form-control-wrap input[type="text"] {
    max-width: 100%;
    margin-right: 0;
  }
}

.form__one__line .wpcf7-form .wpcf7-submit {
  max-width: 100%;
}

@media (max-width: 1260px) {
  .form__one__line .wpcf7-form .wpcf7-submit {
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .form__one__line .wpcf7-form .wpcf7-submit {
    max-width: 100%;
  }
  .form__one__line .wpcf7-form .wpcf7-submit input[type="submit"] {
    max-width: 100%;
  }
}

.form__one__line .wpcf7-form font .wpcf7-submit {
  max-width: 100%;
}

/* clubs__switcher */
.clubs__switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  padding-bottom: 20px;
  padding-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.clubs__switcher button,
.clubs__switcher a {
  background: #F1F1F1;
  border-radius: 30px;
  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: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #231F20;
  padding: 15px 50px;
  margin: 0 8px 8px 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.clubs__switcher button.active,
.clubs__switcher a.active,
.clubs__switcher button:hover,
.clubs__switcher a:hover {
  background: #231F20;
  color: #FFFFFF;
}

@media (max-width: 1430px) {
  .clubs__switcher button,
  .clubs__switcher a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }
}

@media (max-width: 1280px) {
  .clubs__switcher {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* price__switcher */
.price__switcher {
  margin: 15px 0 25px;
  position: relative;
}

.price__switcher-title {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  color: #EE1D23;
  margin-bottom: 25px;
  width: 100%;
}

@media (max-width: 768px) {
  .price__switcher-title {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 36px;
    text-align: center;
  }
}

.price__switcher-list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price__switcher button {
  height: 132px;
  background: #231F20;
  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;
  padding: 0 16px;
  min-width: 210px;
  font-size: 37px;
  color: #FFFFFF;
  margin-right: 2px;
  margin-bottom: 2px;
  position: relative;
}

.price__switcher button:hover {
  background: #B91B14;
}

.price__switcher button.active {
  background: #EE1D23;
}

@media (max-width: 1400px) {
  .price__switcher button {
    height: 66px;
    padding: 0 8px;
    min-width: 105px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .price__switcher button {
    height: 50px;
    padding: 0 28px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
  }
  .price__switcher button:not(.active) {
    display: none;
  }
  .price__switcher button.active {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    background: #231F20;
  }
}

.price__switcher .mobile__view-toggler {
  display: none;
}

@media (max-width: 768px) {
  .price__switcher .mobile__view-toggler {
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 1;
  }
  .price__switcher .mobile__view-toggler::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    background: url("/wp-content/themes/dominant/images/icons/arrow-2.svg") center center no-repeat #343434;
    right: 10px;
    top: 8px;
    display: block;
  }
}

.club__prices {
  display: none;
}

.club__number-1 {
  display: block;
}

/* trains__page */
.trains__page-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 2px;
  margin-bottom: 55px;
}

.trains__page-list .item {
  position: relative;
  height: 442px;
  height: clamp(196px, 26.5vw, 442px);
}

.trains__page-list .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.trains__page-list .item-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: calc(100% - 130px);
  left: 0;
  z-index: 1;
  padding: 0 50px 10px;
  width: 100%;
}

.trains__page-list .item-inf .title {
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 96px;
  overflow: hidden;
}

.trains__page-list .item-inf .btn {
  width: 226px;
  min-width: 226px;
  height: 46px;
  margin-left: 15px;
}

@media (max-width: 1500px) {
  .trains__page-list .item-inf {
    padding: 0 20px;
  }
  .trains__page-list .item-inf .title {
    font-size: 24px;
    line-height: 32px;
    height: 64px;
  }
  .trains__page-list .item-inf .btn {
    width: 180px;
    min-width: 180px;
    height: 40px;
  }
}

@media (max-width: 1080px) {
  .trains__page-list .item-inf {
    -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;
  }
  .trains__page-list .item-inf .title {
    line-height: 29px;
    height: 58px;
  }
  .trains__page-list .item-inf .btn {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .trains__page-list .item-inf {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 15px;
    top: 0;
  }
  .trains__page-list .item-inf .title {
    height: auto;
    overflow: none;
    text-align: center;
  }
  .trains__page-list .item-inf .btn {
    display: none;
  }
}

.trains__page-list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.4);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.trains__page-list .item:hover::before {
  background-color: rgba(3, 3, 3, 0.1);
}

@media (max-width: 768px) {
  .trains__page-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 0px;
  }
}

/* contact__page */
.contact__page-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 138px;
  margin-bottom: 42px;
}

.contact__page-list .club {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact__page-list .club::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -69px;
  top: 0;
  background: #EEEEEE;
}

.contact__page-list .club .title {
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #231F20;
  margin-bottom: 15px;
}

.contact__page-list .club .item {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #231F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.contact__page-list .club .item .ico {
  margin-right: 13px;
}

.contact__page-list .club .btn {
  width: 226px;
  height: 46px;
  margin-top: 32px;
}

@media (max-width: 1120px) {
  .contact__page-list .club::after {
    right: -20px;
  }
}

@media (max-width: 768px) {
  .contact__page-list .club {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__page-list .club .title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .contact__page-list .club .item--adress {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .contact__page-list .club .btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 14px 34px;
    background: none;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #EE1D23;
    border-bottom: 1px dashed #EE1D23;
    height: auto;
    padding: 0;
    width: 134px;
    text-transform: none;
  }
  .contact__page-list .club .item {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 550px) {
  .contact__page-list .club {
    border-bottom: 1px solid #EEEEEE;
  }
}

@media (max-width: 550px) {
  .contact__page-list .main__club {
    padding-top: 0;
    margin-top: -5px;
  }
}

@media (max-width: 1120px) {
  .contact__page-list {
    grid-gap: 0 40px;
  }
}

@media (max-width: 980px) {
  .contact__page-list {
    grid-gap: 30px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .contact__page-list .club::after {
    display: none;
  }
}

@media (max-width: 550px) {
  .contact__page-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}

.contact__page-list .club:nth-of-type(3)::after {
  display: none;
}

.contact__page-list .club:nth-of-type(3n+4)::after {
  display: none;
}

.contact__page-list .club__line {
  grid-column: span 3 / auto;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  .contact__page-list .club__line {
    display: none;
  }
}

.contact__page-map .title {
  margin: 42px auto 55px;
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
  color: #231F20;
  padding-top: 11px;
  z-index: 3;
  position: relative;
}

.contact__page-map .title span {
  color: #E4322B;
}

@media (max-width: 1260px) {
  .contact__page-map .title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  .contact__page-map .title {
    padding: 11px 40px 0;
    margin-bottom: 19px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .contact__page-map .title {
    padding: 11px 15px 0;
  }
}

.contact__page-map .map {
  position: relative;
  margin-bottom: 62px;
  display: none;
}

.contact__page-map .map.map__1 {
  display: block;
}

/*feedback*/
.feedback .item {
  background: #F9F9F9;
  border: 1px solid #F1F1F1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 40px 32px 27px;
  margin: 15px auto;
}

@media (max-width: 768px) {
  .feedback .item {
    padding: 16px 26px;
  }
}

.feedback .item-img {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}

.feedback .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .feedback .item-img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
}

.feedback .item-body {
  width: calc(100% - 27px);
}

@media (max-width: 768px) {
  .feedback .item-body {
    width: 100%;
    position: relative;
  }
}

.feedback .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feedback .item-head .title {
  position: relative;
  padding-left: 15px;
  margin-right: 30px;
}

.feedback .item-head .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #EE1D23;
}

@media (max-width: 768px) {
  .feedback .item-head .title {
    padding-left: 10px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .feedback .item-head .rait {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .feedback .item-head {
    font-size: 18px;
    line-height: 24px;
  }
}

.feedback .item-text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .feedback .item-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .feedback .item-date {
    display: none;
  }
}

.feedback .item-date--mobile {
  display: none;
}

@media (max-width: 768px) {
  .feedback .item-date--mobile {
    display: block;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
  }
}

.feedback .item-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 0 0 27px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0.3)), to(rgba(230, 230, 230, 0)));
  background: linear-gradient(180deg, rgba(230, 230, 230, 0.3) 0%, rgba(230, 230, 230, 0) 100%);
  margin-left: -27px;
  margin-right: -40px;
  margin-top: 27px;
  width: calc(100% + 27px + 40px);
}

@media (max-width: 768px) {
  .feedback .item-answer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 22px;
    margin-left: -22px;
    margin-right: -22px;
    margin-top: 27px;
    width: calc(100% + 22px + 22px);
  }
}

.feedback .item-answer .img {
  width: 120px;
  height: 120px;
  max-width: 120px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 36px;
}

.feedback .item-answer .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .feedback .item-answer .img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    margin-right: 15px;
  }
}

.feedback .item-answer .answer-body {
  padding-right: 30px;
}

.feedback .item-answer .answer-body .title {
  position: relative;
  padding-left: 15px;
  margin-right: 30px;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 20px;
}

.feedback .item-answer .answer-body .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #EE1D23;
}

@media (max-width: 768px) {
  .feedback .item-answer .answer-body .title {
    margin-left: 115px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .feedback .item-answer .answer-body .text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .feedback .item-answer .answer-body {
    margin-top: -115px;
    width: 100%;
    padding-right: 10px;
  }
}

.feedback-buttons {
  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: 32px;
  margin: 55px auto;
}

.feedback-buttons .btn {
  max-width: 376px;
  width: 100%;
  height: 73px;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .feedback-buttons .btn {
    max-width: 100%;
    height: 51px;
  }
}

/* form__grid */
.form__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 22px;
  margin-top: 42px;
}

.form__grid .your-rait {
  display: none;
}

.form__grid input[type="text"],
.form__grid textarea {
  max-width: 100%;
  width: 100%;
  border-radius: 0 !important;
}

.form__grid textarea {
  padding: 45px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #6C6C6C;
  outline: none;
  height: 219px;
}

.form__grid input[type="submit"] {
  margin: 0 auto;
  border-radius: 0 !important;
}

.form__grid .col2 {
  grid-column: span 2 / auto;
}

@media (max-width: 768px) {
  .form__grid .col {
    grid-column: span 2 / auto;
  }
  .form__grid input[type="text"] {
    height: 40px;
    padding: 0 25px;
    font-size: 16px;
    line-height: 20px;
    margin-right: 0;
  }
  .form__grid textarea {
    height: 120px;
    padding: 25px;
    font-size: 16px;
    line-height: 20px;
  }
  .form__grid input[type="submit"] {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    max-width: 320px;
  }
}

.form__stars {
  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: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.form__stars span {
  margin-right: 24px;
}

.form__stars-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__stars-list button {
  padding: 0;
  margin: 0 4px;
}

.form__stars-list button:hover svg path {
  fill: #FFC107;
}

.form__stars-list button.active svg path {
  fill: #FFC107;
}

.form__stars-list button.current svg path {
  fill: #FFC107;
}

/* 404 */
.page__404 {
  position: relative;
}

.page__404 .mobile__img {
  display: none;
}

.page__404 .desktop__img {
  display: block;
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1580px) {
  .page__404 .desktop__img {
    width: 100%;
  }
}

.page__404-text {
  max-width: 480px;
  width: 100%;
  position: absolute;
  top: 26%;
}

.page__404-text .title {
  font-style: italic;
  font-weight: bold;
  font-size: 64px;
  line-height: 70px;
  text-transform: uppercase;
  color: #EE1D23;
  margin-bottom: 27px;
}

.page__404-text .text {
  margin-bottom: 36px;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

.page__404-text .btn {
  width: 376px;
  height: 73px;
}

@media (max-width: 1700px) {
  .page__404-text .title {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 15px;
  }
  .page__404-text .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
  }
  .page__404-text .btn {
    max-width: 320px;
    height: 60px;
  }
}

@media (max-width: 1300px) {
  .page__404-text {
    top: 20%;
  }
  .page__404-text .title {
    font-size: 32px;
    line-height: 38px;
  }
  .page__404-text .text {
    margin-bottom: 15px;
    line-height: 22px;
  }
  .page__404-text .btn {
    max-width: 280px;
    height: 50px;
  }
}

.page__404 .btn.mobile {
  display: none;
}

@media (max-width: 768px) {
  .page__404 {
    margin-top: 20px;
  }
  .page__404 .mobile__img {
    display: block;
    margin: 0 auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__404 .desktop__img {
    display: none;
  }
  .page__404-text {
    position: relative;
    top: 0;
    max-width: 100%;
    text-align: center;
  }
  .page__404-text .title {
    font-size: 40px;
    line-height: 45px;
  }
  .page__404-text .text {
    font-size: 14px;
    line-height: 16px;
  }
  .page__404-text .btn {
    display: none;
  }
  .page__404 .btn.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    height: 50px;
    margin: 0 auto 38px;
  }
}

@media (max-width: 380px) {
  .page__404 .mobile__img {
    width: 100%;
  }
}

.clubs__slider,
.list__clubs,
.content__form,
.services__slider,
.why__us,
.about__section,
.our__team,
.seo-content,
.price__section,
.schedule__section,
.map__section {
  margin: 75px auto;
}

.post-type-archive-gallery .services__slider,
.tax-gallery_section .services__slider,
.gallery-template-default .services__slider,
.post-type-archive-akcii .our__team,
.blog .our__team {
  margin-top: 0;
}

.trains__page-list {
  margin-bottom: 75px;
}

.clubs__switcher {
  margin-bottom: -59px;
}

.slick-dotted.slick-slider {
  padding-bottom: 44px;
  margin-bottom: 0;
  margin-top: 0;
}

.slick-dotted.slick-slider .slick-dots {
  bottom: 0;
}

@media (max-width: 768px) {
  .clubs__slider,
  .list__clubs,
  .content__form,
  .services__slider,
  .why__us,
  .about__section,
  .our__team,
  .seo-content,
  .price__section,
  .schedule__section,
  .map__section {
    margin: 40px auto;
  }
  .trains__page-list {
    margin-bottom: 40px;
  }
  .slick-dotted.slick-slider {
    padding-bottom: 24px;
  }
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #EE1D23 !important;
  border-width: 2px !important;
}

.breadClubDetail {
  margin-bottom: -60px;
}

@media (max-width: 768px) {
  .breadClubDetail {
    margin-bottom: -30px;
  }
}

body #gtranslate_wrapper {
  display: none !important;
}

.site__footer {
  background: #231F20;
  padding: 30px 0 10px;
}

@media (max-width: 768px) {
  .site__footer {
    padding: 40px 0 10px;
  }
}

.site__footer-logo {
  display: inline-block;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .site__footer-logo {
    text-align: center;
    display: block;
    margin-bottom: 34px;
  }
}

.site__footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .site__footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.site__footer .menu__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 1.2;
  color: #D5D5D5;
}

@media (max-width: 768px) {
  .site__footer .menu__section {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 11px;
  }
}

.site__footer .menu__section p {
  margin-bottom: 10px;
}

.site__footer .menu__section-title {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #D5D5D5;
  position: relative;
  width: 100%;
  margin-bottom: 19px;
}

@media (max-width: 768px) {
  .site__footer .menu__section-title {
    width: 100%;
    text-align: center;
    max-width: 260px;
    margin: 0 auto 10px;
    cursor: pointer;
  }
}

.site__footer .menu__section-title::before {
  content: "";
  bottom: -8px;
  left: 0;
  width: 31px;
  height: 2px;
  background: #EE1D23;
  border-radius: 5px;
  display: block;
  position: absolute;
}

@media (max-width: 768px) {
  .site__footer .menu__section-title::before {
    display: none;
  }
}

.site__footer .menu__section-title::after {
  content: "+";
  display: none;
  bottom: 19px;
  right: 25px;
  width: 12px;
  height: 12px;
  color: #fff;
  position: absolute;
  font-style: normal;
  font-weight: 100;
  font-family: Roboto;
  font-size: 33px;
  line-height: 1;
}

@media (max-width: 768px) {
  .site__footer .menu__section-title::after {
    display: block;
  }
}

.site__footer .menu__section-title.active::after {
  content: "-";
}

.site__footer .menu__section-list a {
  font-size: 16px;
  line-height: 30px;
  color: #D5D5D5;
  display: block;
}

.site__footer .menu__section-list a.last span {
  border-bottom: 1px dashed #D5D5D5;
}

.site__footer .menu__section-list a.last:hover span {
  border-bottom: 1px dashed #EE1D23;
}

.site__footer .menu__section-list a:hover {
  color: #EE1D23;
}

@media (max-width: 768px) {
  .site__footer .menu__section-list {
    display: none;
    text-align: center;
    margin: 0 auto !important;
  }
}

.site__footer .menu__section-contacts {
  padding-top: 7px;
}

@media (max-width: 768px) {
  .site__footer .menu__section-contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
    text-align: center;
  }
}

.site__footer .menu__section-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 43px;
  gap: 17px;
}

.site__footer .menu__section-socials a:hover svg {
  fill: #EE1D23;
}

.site__footer .menu__section-socials a:hover svg path {
  fill: #EE1D23;
}

@media (max-width: 768px) {
  .site__footer .menu__section-socials {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 54px auto 19px;
  }
}

.site__footer .menu__section-col1 {
  width: 260px;
  margin-right: 72px;
}

@media (max-width: 940px) {
  .site__footer .menu__section-col1 {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .site__footer .menu__section-col1 {
    width: 100%;
    margin-right: 0;
  }
}

.site__footer .menu__section-col2 {
  width: 260px;
  margin-right: 56px;
}

@media (max-width: 940px) {
  .site__footer .menu__section-col2 {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .site__footer .menu__section-col2 {
    width: 100%;
    margin-right: 0;
  }
}

.site__footer .menu__section-col3 {
  width: 705px;
  margin-right: 30px;
}

.site__footer .menu__section-col3 .menu__section-list {
  width: calc(33% - 20px);
}

@media (max-width: 1300px) {
  .site__footer .menu__section-col3 {
    width: auto;
  }
  .site__footer .menu__section-col3 .menu__section-list {
    display: none;
  }
  .site__footer .menu__section-col3 .menu__section-list:last-child {
    display: block;
  }
}

@media (max-width: 1300px) and (max-width: 768px) {
  .site__footer .menu__section-col3 .menu__section-list:last-child {
    display: none;
    margin-right: 0;
  }
}

@media (max-width: 940px) {
  .site__footer .menu__section-col3 {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .site__footer .menu__section-col3 {
    width: 100%;
    margin-right: 0;
  }
}

.site__footer .menu__section-cont {
  width: 216px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .site__footer .menu__section-cont {
    margin-left: 0;
    width: 100%;
    margin-bottom: 22px;
  }
  .site__footer .menu__section-cont .menu__section-title {
    display: none;
  }
}

.site__footer .site__footer-bottom {
  font-size: 14px;
  line-height: 30px;
  color: #D5D5D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site__footer .site__footer-bottom .bottom-copy {
  margin-right: 30px;
}

.site__footer .site__footer-bottom .bottom-map {
  margin-right: 30px;
}

.site__footer .site__footer-bottom .bottom-map:hover {
  color: #EE1D23;
}

.site__footer .site__footer-bottom .bottom-conf:hover {
  color: #EE1D23;
}

.site__footer .site__footer-bottom .bottom-logo {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site__footer .site__footer-bottom .bottom-logo a {
  margin-right: 5px;
}

@media (max-width: 1300px) {
  .site__footer .site__footer-bottom .bottom-copy, .site__footer .site__footer-bottom .bottom-map {
    margin-right: 30px;
  }
  .site__footer .site__footer-bottom .bottom-logo {
    margin-right: 0;
  }
}

@media (max-width: 930px) {
  .site__footer .site__footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site__footer .site__footer-bottom .bottom-map, .site__footer .site__footer-bottom .bottom-conf {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
    margin-right: 0;
  }
  .site__footer .site__footer-bottom .bottom-conf {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .site__footer .site__footer-bottom .bottom-map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 16px;
  }
  .site__footer .site__footer-bottom .bottom-copy, .site__footer .site__footer-bottom .bottom-logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site__footer .site__footer-bottom .bottom-logo a:first-child {
    display: none;
  }
  .site__footer .site__footer-bottom .bottom-conf span, .site__footer .site__footer-bottom .bottom-map span {
    border-bottom: 1px dashed #D5D5D5;
  }
}

@media (max-width: 930px) {
  .site__footer .site__footer-bottom .bottom-copy span {
    display: none;
  }
}

@media (max-width: 768px) {
  .site__footer .site__footer-bottom .bottom-logo img {
    max-width: 95px;
  }
  .site__footer .site__footer-bottom .bottom-logo a {
    margin-right: 0;
  }
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6C6C6C;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6C6C6C;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6C6C6C;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6C6C6C;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6C6C6C;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6C6C6C;
}

button, .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;
  background: transparent;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
}

svg, svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

*, *:focus, *:focus-visible, button:focus, button:focus-visible, .btn:focus, .btn:focus-visible, a:focus, a:focus-visible, .btn, a {
  outline: none !important;
  outline: 0 !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-direct-focus: none !important;
  -webkit-focus-ring-color: transparent auto 0px;
  outline-style: none !important;
  outline: -webkit-focus-ring-color auto 0px;
  outline: transparent auto 0px;
}

.btn {
  outline: none !important;
  outline: 0 !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-direct-focus: none !important;
  -webkit-focus-ring-color: transparent auto 0px;
  outline-style: none !important;
  outline: -webkit-focus-ring-color auto 0px;
  outline: transparent auto 0px;
}

a {
  outline: none !important;
  outline: 0 !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-direct-focus: none !important;
  -webkit-focus-ring-color: transparent auto 0px;
  outline-style: none !important;
  outline: -webkit-focus-ring-color auto 0px;
  outline: transparent auto 0px;
}

.btn-red {
  background: #EE1D23;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}

.btn-red:hover {
  background: #B91B14;
}

.btn-red:active {
  background: #B91B14;
  -webkit-box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.25);
}

.btn-black {
  background: #231F20;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}

.btn-black:hover {
  background: rgba(35, 31, 32, 0.9);
}

.btn-black:active {
  background: rgba(35, 31, 32, 0.8);
  -webkit-box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.25);
}

.wpcf7-spinner {
  display: none !important;
}

input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  height: 73px;
  margin-right: 19px;
  padding: 0 45px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #6C6C6C;
  max-width: 376px;
  outline: none;
  width: 100%;
}

input[type="text"]:hover {
  border: 1px solid #3D3D3D;
}

input[type="text"]:focus {
  border: 1px solid #3D3D3D;
  -webkit-box-shadow: 0px 0px 9px rgba(41, 41, 41, 0.35);
          box-shadow: 0px 0px 9px rgba(41, 41, 41, 0.35);
}

input[type="text"].wpcf7-not-valid {
  border: 1px solid #EE1D23;
  -webkit-box-shadow: 0px 0px 8px rgba(238, 29, 35, 0.44);
          box-shadow: 0px 0px 8px rgba(238, 29, 35, 0.44);
}

.wpcf7-not-valid-tip {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #EE1D23;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  margin-top: 5px;
}

.wpcf7-not-valid-tip::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNTUyNDUgNS4wMDAwMkw5Ljg4NTU4IDAuNjY2ODZDMTAuMDM4MSAwLjUxNDMwMSAxMC4wMzgxIDAuMjY2OTU4IDkuODg1NTggMC4xMTQ0MTlDOS43MzMwMiAtMC4wMzgxMjAxIDkuNDg1NjggLTAuMDM4MTM5NiA5LjMzMzE0IDAuMTE0NDE5TDQuOTk5OTkgNC40NDc1OEwwLjY2Njg1OCAwLjExNDQxOUMwLjUxNDMgLTAuMDM4MTM5NiAwLjI2Njk1NyAtMC4wMzgxMzk2IDAuMTE0NDE5IDAuMTE0NDE5Qy0wLjAzODEyIDAuMjY2OTc3IC0wLjAzODEzOTUgMC41MTQzMjEgMC4xMTQ0MTkgMC42NjY4Nkw0LjQ0NzU1IDVMMC4xMTQ0MTkgOS4zMzMxNkMtMC4wMzgxMzk1IDkuNDg1NzIgLTAuMDM4MTM5NSA5LjczMzA3IDAuMTE0NDE5IDkuODg1NjFDMC4xOTA2ODggOS45NjE4NyAwLjI5MDY2OCAxMCAwLjM5MDY0OCAxMEMwLjQ5MDYyOCAxMCAwLjU5MDU4OSA5Ljk2MTg3IDAuNjY2ODc4IDkuODg1NjFMNC45OTk5OSA1LjU1MjQ2TDkuMzMzMTIgOS44ODU2MUM5LjQwOTM5IDkuOTYxODcgOS41MDkzNyAxMCA5LjYwOTM1IDEwQzkuNzA5MzMgMTAgOS44MDkyOSA5Ljk2MTg3IDkuODg1NTggOS44ODU2MUMxMC4wMzgxIDkuNzMzMDUgMTAuMDM4MSA5LjQ4NTcgOS44ODU1OCA5LjMzMzE2TDUuNTUyNDUgNS4wMDAwMloiIGZpbGw9IiNFRTFEMjMiLz4KPC9zdmc+Cg==") center center no-repeat;
  margin-right: 8px;
}

.wpcf7-response-output {
  display: none !important;
}

input[type="submit"] {
  width: 100%;
  max-width: 376px;
  cursor: pointer;
  height: 73px;
  font-size: 20px;
}

.my_loadmore {
  background-color: #231F20;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  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;
  max-width: 376px;
  width: 100%;
  height: 73px;
  margin: 55px auto;
}

.my_loadmore::before {
  content: "";
  margin-right: 12px;
  display: block;
  background: url("/wp-content/themes/dominant/images/icons/refresh.svg") center center no-repeat;
  width: 32px;
  height: 32px;
}

.my_loadmore.loading::before {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.my_loadmore:hover {
  background-color: #EE1D23;
}

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

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

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.93);
  overflow: hidden;
}

.popup .popup__inner {
  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;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.popup .popup__inner .popup__content {
  background-color: transparent;
  width: 100%;
  max-width: 1165px;
  max-height: 100%;
  overflow-y: auto;
  padding: 30px;
  position: relative;
}

.popup .popup__inner .popup__content .popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.popup .popup__inner .popup__content h1 {
  font-style: italic;
  font-weight: 900;
  font-size: 64px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 20px;
}

.popup .popup__inner .popup__content h1 span {
  color: #EE1D23;
}

@media (max-width: 980px) {
  .popup .popup__inner .popup__content h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.popup .popup__inner .popup__content h3 {
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
}

@media (max-width: 980px) {
  .popup .popup__inner .popup__content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .popup .popup__content {
    max-width: 560px;
  }
}

.form input {
  display: block;
  margin-bottom: 30px;
  border-radius: 0;
}

input {
  border-radius: 0 !important;
}

textarea {
  border-radius: 0 !important;
}

/*==========  Desktop First  ========== */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /* */
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* */
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* */
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* */
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /* */
}
/*# sourceMappingURL=style.css.map */