@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: #001A30;
  text-align: left;
}
body * {
  pointer-events: none !important;
}

.container {
  width: 100%;
  max-width: 1464px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}
.container-fullhd {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}
.container-big {
  max-width: 1840px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

.white-incline {
  position: relative;
}
.white-incline::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 50px;
  content: "";
  display: block;
}

a {
  color: #000;
  text-decoration: none !important;
  outline: none;
  transition: 0.3s;
}
a:hover {
  color: #CE0000;
  text-decoration: none;
}
a:active, a:focus, a:hover {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p,
a {
  margin: 0;
}

.cs-svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: disc;
}

ol {
  padding-left: 30px;
}

#site-content {
  position: relative;
  padding: 130px 0 40px;
}
@media (max-width: 1399px) {
  #site-content {
    padding: 110px 0 40px;
  }
}

.btn {
  display: inline-flex;
  border-radius: 0;
}
.btn-border-arrow {
  align-items: center;
  gap: 20px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #001A30 !important;
  letter-spacing: 1px;
  padding: 18px;
}
@media (max-width: 767px) {
  .btn-border-arrow {
    padding: 10px 15px;
  }
}
.btn-border-arrow .svg-long-arrow-right {
  position: relative;
  left: 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  transition: 0.3s;
}
.btn-border-arrow:hover .svg-long-arrow-right {
  left: 5px;
}

#breadcrumbs {
  display: none;
}

.swiper-slide {
  height: auto !important;
}

.custom-swiper-buttons::after, .custom-swiper-buttons::before {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-next2 svg,
.swiper-button-next3 svg,
.swiper-button-prev svg,
.swiper-button-prev2 svg,
.swiper-button-prev3 svg {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  fill: #fff;
  transition: 0.3s;
}
.swiper-button-next svg:hover,
.swiper-button-next2 svg:hover,
.swiper-button-next3 svg:hover,
.swiper-button-prev svg:hover,
.swiper-button-prev2 svg:hover,
.swiper-button-prev3 svg:hover {
  fill: #D80008;
}

.swiper-button-next svg,
.swiper-button-next2 svg,
.swiper-button-next3 svg {
  fill: #D80008;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  text-decoration: none;
}

.header-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 220px;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .header-bg {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .header-bg.white-incline::after {
    height: 30px;
  }
}

.page-template-page-home .header-bg,
.page-template-page-team .header-bg {
  height: 920px;
}
@media (max-width: 991px) {
  .page-template-page-home .header-bg,
  .page-template-page-team .header-bg {
    height: 500px;
  }
}

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  transition: 0.3s;
}
#site-header.header-scroll {
  top: -32px;
}
@media (max-width: 991px) {
  #site-header.header-scroll {
    top: -28px;
  }
}
#site-header.header-scroll .header-inner {
  padding: 10px 48px;
}
@media (max-width: 991px) {
  #site-header.header-scroll .header-inner {
    padding: 5px 12px;
  }
}
#site-header.header-scroll .header-lang {
  padding: 7px 48px;
}
@media (max-width: 991px) {
  #site-header.header-scroll .header-lang {
    padding: 5px 10px;
  }
}
#site-header .header-lang {
  background-color: #001A30;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  letter-spacing: 0.1px;
  padding: 12px 48px;
}
@media (max-width: 991px) {
  #site-header .header-lang {
    padding: 7px 10px;
  }
}
#site-header .header-lang a {
  color: #fff;
}
#site-header .header-lang a:hover, #site-header .header-lang a.active {
  color: #CE0000;
}
#site-header .header-inner {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  transition: 0.3s;
  padding: 36px 48px;
}
@media (max-width: 991px) {
  #site-header .header-inner {
    padding: 20px 12px;
  }
}
#site-header .header-inner.header-inner-scroll-custom {
  background-position: 0 -200px !important;
}
#site-header .d-flex {
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#site-header .d-flex .custom-logo-link {
  display: block;
  max-width: 140px;
}
@media (max-width: 767px) {
  #site-header .d-flex .custom-logo-link {
    max-width: 110px;
  }
}
#site-header .d-flex .header-navigation-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 530px;
  width: 100%;
}
@media (max-width: 1599px) {
  #site-header .d-flex .header-navigation-wrapper {
    left: 70%;
  }
}
#site-header .d-flex .header-navigation-wrapper ul.primary-menu {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  margin: 0;
}
#site-header .d-flex .header-navigation-wrapper ul.primary-menu li a {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.1px;
  color: #fff;
}
#site-header .d-flex .header-navigation-wrapper ul.primary-menu li a:hover {
  color: #CE0000;
}
#site-header .d-flex .header-navigation-wrapper ul.primary-menu li.current-menu-item a {
  color: #CE0000;
}
#site-header .nav-toggle.mobile-nav-toggle {
  color: #fff !important;
  border: 1px solid #fff;
}
#site-header .nav-toggle.mobile-nav-toggle .toggle-inner {
  padding: 0;
  height: auto;
  padding: 0;
}
#site-header .nav-toggle.mobile-nav-toggle .svg-icon {
  color: #fff !important;
}
#site-header .nav-toggle.mobile-nav-toggle:hover {
  border: 1px solid #000;
}
#site-header .nav-toggle.mobile-nav-toggle:hover .svg-icon {
  color: #000 !important;
}
#site-header .header-titles {
  display: flex;
  align-items: center;
}
#site-header .header-titles__text {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 575px) {
  #site-header .header-titles__text {
    font-size: 13px;
    line-height: 18px;
    padding-left: 20px;
  }
}
#site-header .header-titles__text::before {
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: "";
}
@media (max-width: 575px) {
  #site-header .header-titles__text::before {
    left: 10px;
  }
}

.menu-modal-inner.modal-inner {
  padding: 20px;
}
.menu-modal-inner.modal-inner .menu-wrapper {
  width: 100%;
}
.menu-modal-inner.modal-inner .menu-wrapper button.close-nav-toggle {
  padding: 10px 0 30px !important;
}
.menu-modal-inner.modal-inner .menu-wrapper ul.modal-menu {
  padding: 0 !important;
}
.menu-modal-inner.modal-inner .menu-wrapper ul.modal-menu li a {
  color: #000;
}
.menu-modal-inner.modal-inner .menu-wrapper ul.modal-menu li a:hover {
  color: #CE0000;
}
.menu-modal-inner.modal-inner .menu-wrapper ul.modal-menu li.current-menu-item a {
  color: #CE0000;
}

.home-slider {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .home-slider {
    margin-bottom: 50px;
  }
}
.home-slider__big {
  position: relative;
}
.home-slider__big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 920px;
}
@media (max-width: 767px) {
  .home-slider__big img {
    min-height: 750px;
  }
}
.home-slider__big-content {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .home-slider__big-content {
    top: 130px;
    transform: unset;
  }
}
.home-slider__big-content-ins {
  max-width: 730px;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 70px 120px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .home-slider__big-content-ins {
    text-align: center;
    padding: 50px 30px;
    margin-left: 12px;
  }
}
@media (max-width: 575px) {
  .home-slider__big-content-ins {
    padding: 20px 15px;
  }
}
.home-slider__big-content-ins.white-incline::after {
  top: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-clip-path: polygon(0 100%, 0 0, 105% 0);
          clip-path: polygon(0 100%, 0 0, 105% 0);
  height: 30px;
}
.home-slider__big-content-ins h2 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 6px;
  margin-bottom: 12px;
}
.home-slider__big-content-ins h3 {
  font-size: 45px;
  line-height: 62px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .home-slider__big-content-ins h3 {
    font-size: 35px;
    line-height: 47px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .home-slider__big-content-ins h3 {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 767px) {
  .home-slider__big-content-ins h3 {
    font-size: 24px;
    line-height: 31px;
  }
}
.home-slider__big-content-ins p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 18px;
}
.home-slider__small {
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: 80px;
  right: 0;
  z-index: 2;
}
.home-slider__small-ins {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 30px;
}
.home-slider__small .custom-swiper-buttons-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.home-slider__small .custom-swiper-buttons-box .swiper-button-next,
.home-slider__small .custom-swiper-buttons-box .swiper-button-prev {
  position: static !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  bottom: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}
.home-slider__small .container {
  height: 100%;
  padding: 0 12px;
}
.home-slider__small .swiper {
  margin-left: 0;
  margin-right: 0;
  width: 135px;
  height: 100%;
  border: 1px solid #CE0000;
}
.home-slider__small .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-sponsors {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .home-sponsors {
    margin-bottom: 50px;
  }
}
.home-sponsors__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 25px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .home-sponsors__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .home-sponsors__title {
    flex-wrap: wrap;
  }
}
.home-sponsors__title h2 {
  font-size: 45px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 991px) {
  .home-sponsors__title h2 {
    font-size: 35px;
    line-height: 47px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .home-sponsors__title h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 767px) {
  .home-sponsors__title h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
.home-sponsors__title span {
  display: block;
  height: 70px;
  border-left: 1px solid #D9D9D9;
}
@media (max-width: 575px) {
  .home-sponsors__title span {
    display: none;
  }
}
.home-sponsors__title p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #CE0000;
  letter-spacing: 6px;
}
.home-sponsors__desc {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  max-width: 920px;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .home-sponsors__desc {
    margin-bottom: 30px;
  }
}
.home-sponsors__images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home-sponsors__images {
    gap: 20px 0;
  }
}
@media (max-width: 767px) {
  .home-sponsors__images {
    gap: 10px 0;
  }
}
.home-sponsors__images-single {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px 30px;
}
@media (max-width: 991px) {
  .home-sponsors__images-single {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .home-sponsors__images-single {
    gap: 10px;
  }
}
.home-sponsors__images-single img {
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 57px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-sponsors__images-single--border {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  filter: grayscale(1);
  transition: 0.3s;
  padding: 10px;
}
.home-sponsors__images-single--border:hover {
  filter: grayscale(0);
}
.home-sponsors__images-single--one img {
  max-height: 130px;
}
@media (max-width: 991px) {
  .home-sponsors__images-single--one img {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .home-sponsors__images-single--one img {
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .home-sponsors__images-single--two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-sponsors__images-single--two img {
    width: 100%;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
}
@media (max-width: 767px) {
  .home-sponsors__images-single--three, .home-sponsors__images-single--rest {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .home-sponsors__images-single--three img, .home-sponsors__images-single--rest img {
    width: 100%;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
}
.home-sponsors__link {
  display: table;
  margin: 0 auto;
}

.home-achievements {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .home-achievements {
    margin-bottom: 50px;
  }
}
.home-achievements.white-incline::after {
  top: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(0 100%, 0 0, 105% 0);
          clip-path: polygon(0 100%, 0 0, 105% 0);
}
@media (min-width: 992px) {
  .home-achievements__second.white-incline::after {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 40% 100%);
            clip-path: polygon(100% 0, 100% 100%, 40% 100%);
    height: 40px;
  }
}
.home-achievements__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 670px;
}
@media (max-width: 991px) {
  .home-achievements__image img {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .home-achievements__image img {
    min-height: 500px;
  }
}
.home-achievements__before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.home-achievements__content {
  max-width: 530px;
  position: relative;
  z-index: 1;
}
.home-achievements__content * {
  color: #fff;
}
@media (max-width: 767px) {
  .home-achievements__content {
    max-width: 100%;
    text-align: center;
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .home-achievements__content {
    padding: 20px 15px;
  }
}
.home-achievements__content h2 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 6px;
  margin-bottom: 12px;
}
.home-achievements__content h3 {
  font-size: 45px;
  line-height: 62px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .home-achievements__content h3 {
    font-size: 35px;
    line-height: 47px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .home-achievements__content h3 {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 767px) {
  .home-achievements__content h3 {
    font-size: 24px;
    line-height: 31px;
  }
}
.home-achievements__content p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 18px;
}
.home-achievements__content .btn {
  color: #fff !important;
  border-color: #fff !important;
}
.home-achievements__content .btn .svg-long-arrow-right {
  fill: #fff;
}

@media (max-width: 991px) {
  .news_informations {
    margin-bottom: 50px;
  }
}

.home-gallery {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0;
}
.home-gallery.white-incline::after {
  top: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(0 100%, 0 0, 105% 0);
          clip-path: polygon(0 100%, 0 0, 105% 0);
}
.home-gallery__after {
  position: static;
}
.home-gallery__after.white-incline::after {
  height: 40px;
}
.home-gallery__href {
  position: relative;
  top: -14px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .home-gallery__href {
    top: 0;
    justify-content: center;
  }
}
.home-gallery .home-sponsors__title h2 {
  color: #fff;
}
.home-gallery .d-flex {
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 10px;
}
.home-gallery__single {
  position: relative;
  height: 100%;
}
.home-gallery__single a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-gallery__single a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.home-gallery__single a:hover img {
  transform: scale(1.05);
}
.home-gallery__single a:hover .btn {
  opacity: 1;
  pointer-events: all;
}
.home-gallery__single-ins {
  flex: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  padding: 18px 13px;
}
.home-gallery__single-img {
  min-height: 350px;
  max-height: 350px;
  overflow: hidden;
}
.home-gallery__single-subtitle {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #CE0000;
  margin-bottom: 15px;
}
.home-gallery__single-title {
  font-size: 20px;
  line-height: 27px;
  margin-top: auto;
}
.home-gallery__single .btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  justify-content: center;
  background-color: #CE0000;
  border-color: #CE0000 !important;
  color: #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  text-align: center;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.home-gallery__single .btn .svg-long-arrow-right {
  fill: #fff;
}

.home-video__ins {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 46px auto;
  gap: 0 20px;
  align-items: center;
  padding: 14px 27px;
  color: #fff;
  transition: 0.3s;
}
.home-video__ins p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.home-video__ins-title {
  font-size: 20px;
  line-height: 27px;
}
.home-video__ins-left {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.home-video__ins-left .svg-play {
  width: 20px;
  min-width: 20px;
  height: 20px;
  fill: #fff;
}
.home-video a:hover .home-video__ins {
  background-color: #CE0000;
}

.home-shop {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .home-shop {
    margin-top: 40px;
  }
}
.home-shop .d-flex {
  display: flex;
  justify-content: center;
  margin: 60px 0 80px;
}
@media (max-width: 991px) {
  .home-shop .d-flex {
    margin: 40px 0;
  }
}
.home-shop img {
  width: 100%;
  height: 462px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .home-shop img {
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .home-shop img {
    height: 300px;
  }
}
.home-shop__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 19px;
}
@media (max-width: 1399px) {
  .home-shop__box {
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .home-shop__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .home-shop__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-shop__box-single {
  position: relative;
  overflow: hidden;
}
.home-shop__box-single-content {
  position: absolute;
  bottom: 40px;
  left: 22px;
  z-index: 2;
  width: calc(100% - 44px);
}
@media (max-width: 991px) {
  .home-shop__box-single-content {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.home-shop__box-single img {
  transition: 0.3s;
}
.home-shop__box-single .btn {
  transition: 0.3s;
}
.home-shop__box-single:hover img {
  transform: scale(1.05);
}
.home-shop__box-single:hover .btn {
  background-color: #CE0000 !important;
  border-color: #CE0000 !important;
}
.home-shop__box-single h3 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 15px;
  color: #fff !important;
}
.home-shop__box-single .btn {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff !important;
  border-color: #fff !important;
}
.home-shop__box-single .btn .svg-long-arrow-right {
  fill: #fff;
}

.home-clubs {
  background-color: #F9F9F9;
  padding-top: 35px;
  padding-bottom: 60px;
}
.home-clubs.white-incline::after {
  top: 100%;
  bottom: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #F9F9F9;
}
.home-clubs .home-sponsors__title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .home-clubs .home-sponsors__title {
    margin-bottom: 40px;
  }
}
.home-clubs__box {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .home-clubs__box {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer {
  padding: 100px 0 60px;
}
@media (max-width: 399px) {
  .footer {
    padding: 80px 0 30px;
  }
}
.footer.white-incline::after {
  top: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(0 100%, 0 0, 105% 0);
          clip-path: polygon(0 100%, 0 0, 105% 0);
}
.footer-ins {
  display: grid;
  grid-template-columns: 210px 240px 460px;
  align-items: flex-end;
  gap: 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  padding-bottom: 22px;
}
@media (max-width: 1099px) {
  .footer-ins {
    grid-template-columns: 210px 240px auto;
  }
}
@media (max-width: 991px) {
  .footer-ins {
    grid-template-columns: 200px 200px auto;
  }
}
@media (max-width: 767px) {
  .footer-ins {
    grid-template-columns: 260px auto;
    align-items: center;
    gap: 50px 60px;
  }
}
@media (max-width: 575px) {
  .footer-ins {
    grid-template-columns: 200px auto;
    gap: 50px 20px;
  }
}
@media (max-width: 499px) {
  .footer-ins {
    grid-template-columns: auto 200px;
  }
}
@media (max-width: 399px) {
  .footer-ins {
    grid-template-columns: 100%;
  }
}
.footer-ins::before {
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 1;
}
@media (max-width: 575px) {
  .footer-ins::before {
    display: none;
  }
}
.footer-ins__img {
  position: relative;
  z-index: 2;
  margin-bottom: -22px;
}
@media (max-width: 767px) {
  .footer-ins__img {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
@media (max-width: 399px) {
  .footer-ins__img {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-ins__contact {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-end;
  }
}
@media (max-width: 399px) {
  .footer-ins__contact {
    grid-row: unset;
    grid-column: unset;
  }
}
.footer-ins__contact p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.footer-ins__contact .btn {
  width: 100%;
  justify-content: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #CE0000 !important;
  border-color: #CE0000 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .footer-ins__contact .btn {
    max-width: 200px;
  }
}
.footer-ins__contact .btn .svg-long-arrow-right {
  fill: #fff;
}
.footer-ins__other {
  display: flex;
  align-items: flex-end;
  gap: 0 35px;
  margin-left: 200px;
}
@media (max-width: 1399px) {
  .footer-ins__other {
    margin-left: 0;
  }
}
@media (max-width: 1099px) {
  .footer-ins__other {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .footer-ins__other {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: flex-start;
  }
}
@media (max-width: 399px) {
  .footer-ins__other {
    grid-row: unset;
    grid-column: unset;
  }
}
.footer-ins__other-about p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #CE0000;
  margin-bottom: 20px;
}
@media (max-width: 1099px) {
  .footer-ins__other-about p {
    margin-bottom: 10px;
  }
}
.footer-ins__other-about .social-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 150px;
  min-width: 150px;
}
.footer-ins__other-about .social-media a .cs-svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  fill: #fff;
}
.footer-ins__other-about .social-media a:hover .cs-svg {
  fill: #CE0000;
}
.footer-ins__other span {
  position: relative;
  display: block;
}
@media (max-width: 1099px) {
  .footer-ins__other span {
    display: none;
  }
}
.footer-ins__other span::before {
  position: absolute;
  bottom: -22px;
  left: 0;
  z-index: 1;
  content: "";
  width: 1px;
  height: 270px;
  background-color: rgba(255, 255, 255, 0.5);
}
.footer-ins__other-ekstraliga a {
  display: block;
  max-width: 200px;
  min-width: 200px;
}
.footer__bottom {
  display: flex;
  justify-content: flex-end;
  padding: 40px 0 20px;
}
@media (max-width: 991px) {
  .footer__bottom {
    padding: 20px 0;
  }
}
.footer__bottom p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.admin-bar #wpadminbar {
  display: none;
}/*# sourceMappingURL=global.css.map */