html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, figure, footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

button, input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

figure {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext ul {
  overflow: hidden;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 991px) {
  

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

.wf-layout-layout {
  display: grid;
}

:root {
  --primary: black;
  --paragraph-gray: #818181;
  --secondary: #4180d3;
  --light: #fefbf8;
  --white: white;
  --white-50: #ffffff80;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--primary);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  letter-spacing: .3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  border-bottom: 1px solid #0000;
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s, border-color .3s;
}

a:hover {
  border-bottom-color: var(--secondary);
  color: var(--secondary);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--secondary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--light);
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 40px;
}

.section.events-banner {
  background-color: var(--primary);
  
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.events-banner.events-banner-blog {
  background-image: linear-gradient(#00000080, #000000ab), url("../images/photo-3.jpg");
}

.section.events-banner.events-banner-about {
  background-image: linear-gradient(#00000080, #000000ab), url("../images/photo-9.jpg");
}

.section.events-banner.events-banner-football {
  background-image: linear-gradient(#00000080, #000000c8), url("../images/photo-12.jpg");

}

.section.events-banner.events-banner-basketball {
  background-image: linear-gradient(#00000080, #000000c8), url("../images/photo-13.jpg");

}

.section.events-banner.events-banner-tenis {
  background-image: linear-gradient(#00000080, #0000008d), url("../images/photo-14.jpg");

}

.section.events-banner.events-banner-volleyball {
  background-image: linear-gradient(#00000080, #0000008d), url("../images/photo-15.jpg");

}
.section.events-banner.events-banner-contacts {
  background: none;
  background-color: #fff;
  color: #333;
  padding-top: 60px;
  padding-bottom: 40px;

  h1 {
    color: #333;
  }

  & .paragraph-banner {
    color: #333;
  }
}

.section.services-banner {
  background-image: linear-gradient(#00000080, #00000080), url("../images/photo-1.jpg");
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
}

.section.get-in-touch-section {
  background-image: linear-gradient(#00000080, #00000080), url("../images/photo-11.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;

  & .white-text {
  text-align: center;
  max-width: 800px;
  }
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #f9f9fa;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 25px;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--primary);
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button.white-navbar-button {
  border-color: #333;
  background-color: var(--white);
  color: var(--primary);
}

.primary-button.white-navbar-button:hover {
  color: #444;
  background-color: #ceddfa;
}

.primary-button.color-2 {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.primary-button.color-2:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.primary-button.full-w {
  width: 100%;
}

.navbar {
  border-bottom: 1px solid var(--paragraph-gray);
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.navbar.white-navbar {
  background-color: #ffffff;
  border-bottom-color: #ffffff4d;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  transform: none;
}

.nav-link {
  border-bottom-width: 0;
  padding: 20px 15px;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: #222c2d;
}

.nav-link.white-nav-link {
  color: #333;
}

.nav-link.white-nav-link:hover {
  color: var(--secondary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--primary);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--paragraph-gray);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  display: flex;
}

.footer-copyright {
  color: #ffffffb3;
  width: 100%;
  display: inline;
}

.banner-title-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;

  h1 {
    color: #fff;
  }
}

.light-background {
  background-color: #f9f9fa;
}

.white-text {
  color: var(--white);
  text-transform: capitalize;
}

.white-text.light {
  font-weight: 700;
  color: #7db7fe;
}

.search-shop-con {
  grid-column-gap: 15px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 25px;
  margin-bottom: 10px;
}

.brand {
  border-bottom-width: 0;
  margin-right: 20px;
  max-width: 120px;
}

.primary-button-w {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 25px;
  align-items: center;
  padding: 14px 30px;
  line-height: 1.1em;
  transition: all .2s;
}

.primary-button-w:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: #000;
}

.footer-wrapper-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.footer-brand-wrapper-2 {
  flex-direction: column;
  border-right: 1px solid var(--paragraph-gray);
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
  padding-right: 40px;
}

.footer-contact-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-contact-wrapper.tablet {
  align-items: left;
}

.footer-logo-2 {
  z-index: 10;
max-width: 150px;
}

.footer-brand-description-2 {
  color: #fff;
  text-align: left;
  font-weight: 300;
  max-width: 300px;
  margin-bottom: 30px;
}

.contact {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.email {
  color: #fff;
  font-weight: 300;
}

.footer-brand-2 {
  z-index: 10;
  color: #fff;
  border-bottom-width: 0;
  margin-bottom: 10px;
}

.footer-link-3 {
  color: #fff;
  margin-bottom: 8px;
  padding-top: 10px;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 300;
  transition: all .3s;
}

.footer-link-3:hover {
  color: #7eb8ff;
  border-bottom-color:#7eb8ff;
}

.footer-links-wrapper-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: row;
  justify-content: center;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}

.contacts-icon-2 {
  color: #4eaace;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.contacts-detail-2 {
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 4px;
  display: flex;
}

.contacts-detail-2.footer {
  flex-direction: row;
  padding-top: 8px;
  padding-bottom: 10px;
}

.div-block-2 {
  flex-direction: column;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.info-club-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  align-items: end;
  width: 100%;
}

.left-content {
  flex-direction: column;
  display: flex;
}

.right-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.text-block-3 {
  color: var(--secondary);
  font-size: 60px;
  line-height: 1em;
}

.div-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

._w-normal {
  font-weight: 400;
}

.grid-3-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.big-title-wrap {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.service-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-18 {
  background-color: var(--light);
  width: 90%;
  margin-top: -34px;
  padding: 10px 15px;
}

.div-block-18.info-team {
  background-color: var(--primary);
}

.right-content-title {
  flex-direction: column;
  width: 45%;
  margin-top: 10px;
  display: flex;
}

.right-content-title.button {
  align-items: flex-end;
}

.left-content-title {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.blog-home-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.img-blog-link {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.blog-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-blog-big {
  margin-top: 10px;
}

.link-wrap-blog {
  margin-top: 20px;
}

.collection-item-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.img-small-link {
  width: 35%;
  height: 220px;
  overflow: hidden;
}

.info-small-blog {
  flex-direction: column;
  width: 65%;
  display: flex;
}

.collection-list-blog {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.name-link-blog {
  border-bottom-width: 0;
}

.blog-name {
  transition: color .3s;
}

.blog-name:hover {
  color: var(--secondary);
}

.button-mobile-wrap {
  display: none;
}

.paragraph-banner {
  color: rgb(255, 255, 255);
  max-width: 620px;
}

.button-home-banner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  display: flex;
}

.img-banner-home-3 {
  z-index: 2;
  object-fit: cover;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-home-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  width: 100%;
}

.content-banner-home-3 {
  flex-direction: column;
  display: flex;
}

.paragraph-home-3 {
  width: 90%;
  margin-bottom: 50px;
}

.about-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .9fr;
  align-items: start;
  width: 100%;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.sport-img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.info-about-wrap {
  flex-direction: column;
  display: flex;
}

.title-central {
  margin-bottom: 50px;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr;
}

.cell-testimonails {
  background-color: #000;
  padding: 20px;

  p {
    color: #fff;
  }

  & .gradient-color {
    color: #fff;
  }
}

.div-block-37 {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-10 {
  width: 60px;
  height: 60px;
}

.collection-list-blog-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-wrapper-blog {
  width: 100%;
}

.collection-list-wrapper-events {
  width: 100%;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.event-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  column-gap: 40px;
  height: 100%;
}

.event-img {
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  height: 100%;
}

.info-event {
  width: 70%;
}

.event-name {
  transition: color .3s;
}

.event-name:hover {
  color: var(--secondary);
}

.name-sport {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.info-contact-wrap {
  grid-row-gap: 15px;
  background-color: var(--primary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.contacts-textarea-2 {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.1em;
}

.contacts-textarea-2:focus {
  border: 1px solid var(--secondary);
}

.form-block-contacts-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.form-contacts-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contacts-form-wrapper-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.contacts-input-2 {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  margin-bottom: 30px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.1em;
  transition: all .2s;
}

.contacts-input-2:focus {
  border: 1px solid var(--secondary);
}

.div-block-38 {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.checkbox {
  margin-top: 0;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 52px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  } 

  .section.events-banner {
    padding-top: 180px;
  }

  .section.services-banner {

    background-position: 0 0, 50% 30%;
    padding-top: 180px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .white-text.light {
    margin-bottom: 20px;
  }


  .search-shop-con {
    justify-content: flex-end;
    width: 24%;
  }

  .brand {
    width: 24%;
  }

  .footer-wrapper-2 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
  }

  .footer-brand-wrapper-2 {
    border-right: 1px solid var(--paragraph-gray);
    border-bottom-width: 0;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 30px;
  }

  .footer-contact-wrapper {
    margin-top: 10px;
    display: none;
  }

  .footer-contact-wrapper.tablet {
    display: block;
  }

  .footer-brand-description-2 {
    color: #fff;
    width: 95%;
  }

  .contact, .email {
    color: #fff;
  }

  .footer-brand-2 {
    margin-top: 10px;
  }

  .footer-link-3 {
    color: #fff;
  }

  .footer-links-wrapper-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: row;
    margin-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    align-items: flex-start;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .info-club-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-3-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-18 {
    padding: 15px 20px;
  }

  .right-content-title {
    width: 48%;
    margin-top: 20px;
  }

  .left-content-title {
    width: 42%;
  }

  .banner-home-wrap {
    grid-template-columns: .8fr .9fr;
  }

  .about-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cell-testimonails {
    padding: 20px 30px;
  }

  .div-block-37 {
    align-items: center;
  }

  .image-10 {
    border-radius: 100px;
  }

  .collection-list-blog-2 {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contacts-form-wrapper-2 {
    width: 60%;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 72px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 54px;
  }

  .section.events-banner {
   
    background-position: 0 0, 50% 30%;
  }

  .img-banner-home-3 {
    width: 47%;
  }

  .banner-home-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: .9fr .9fr;
  }

  .paragraph-home-3 {
    width: 87%;
  }
}

@media screen and (max-width: 991px) {
  .advantages-grid {
    grid-template-columns: 1fr 1fr;
  }
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 42px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section.about-us-banner {
    flex-direction: column;
    padding-bottom: 0;
  }

  .section.events-banner {
    padding-top: 140px;
  }

  .section.services-banner {
    padding-top: 140px;
  }

  .nav-container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: var(--light);
    flex-direction: column;
    width: 320px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: none;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
    width: 30px;
    height: 30px;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.white-nav-link {
    color: #333;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 20px;
  }

  .search-shop-con {
    flex: 1;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 20px;
  }

  .menu-wrap {
    background-color: var(--light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .tablet-menu {
    border-bottom: 1px solid var(--paragraph-gray);
    background-color: var(--light);
    justify-content: end;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 24px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
    width: 100%;
    height: 100%;
  }

  .primary-button-w:hover {
    opacity: 1;
  }

  .footer-wrapper-2 {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper-2 {
    width: 100%;
  }

  .footer-contact-wrapper {
    text-align: left;
  }

  .footer-links-wrapper-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .contacts-detail-2.footer {
    text-align: left;
  }



  .div-block-3 {
    align-items: center;
  }

  .info-club-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .div-block-13 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-3-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-content-title {
    width: 50%;
  }

  .left-content-title.blog-title {
    width: 55%;
  }

  .blog-home-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .collection-item-blog {
    flex-direction: column;
    width: 50%;
  }

  .img-small-link {
    width: 100%;
    height: 250px;
  }

  .info-small-blog {
    width: 100%;
  }

  .collection-list-blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    justify-content: center;
  }

  .img-banner-home-3 {
    object-position: 50% 30%;
    width: 100%;
    height: 400px;
    position: static;
  }

  .banner-home-wrap {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
    margin-bottom: 60px;
  }

  .tablet-hidden {
    display: none;
  }

  .content-banner-home-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .paragraph-home-3 {
    width: 90%;
  }

  .about-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .sport-img {
    object-position: 50% 20%;
    width: 80%;
    height: 450px;
  }

  .event-img {
    object-position: 30% 50%;
  }

  .info-event {
    width: 100%;
  }

  .name-sport {
    margin-bottom: 30px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .contacts-form-wrapper-2 {
    width: 90%;
    min-height: 500px;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .grid-3-column {
    grid-template-columns: 1fr 1fr;
  }
  .banner-section-home {
    align-items: center;
  }
 
  .promo-banner-image-home {
    max-width: 80%;
    height: auto;
  }
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 32px;
  }

  .nav-link {
    margin-left: 0;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 40px;
  }

  .brand {
    padding-left: 0;
  }

  .footer-wrapper-2 {
    grid-column-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-brand-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .footer-contact-wrapper {
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-brand-description-2 {
    text-align: center;
  }

  .footer-brand-2 {
    padding-left: 0;
  }

  .footer-links-wrapper-2 {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .div-block-3 {
    align-items: center;
  }

  .info-club-wrapper {
    width: 100%;
  }

  .left-content {
    text-align: center;
    align-items: center;
  }

  .div-block-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .right-content-title.button {
    width: 35%;
  }

  .left-content-title.blog-title {
    width: 60%;
  }

  .paragraph-banner {
    max-width: 100%;
  }

  .collection-list-wrapper-3 {
    width: 100%;
  }

  .img-banner-home-3 {
    height: 350px;
  }

  .banner-home-wrap {
    margin-bottom: 40px;
  }

  .paragraph-home-3 {
    width: 100%;
  }

  .about-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-list-blog-2 {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-events {
    margin-top: 40px;
  }

  .collection-list {
    grid-column-gap: 50px;
  }

  .event-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .event-img {
    object-position: 20% 50%;
  }

  .info-event {
    text-align: center;
    width: 100%;
  }

  .contacts-form-wrapper-2 {
    width: 100%;
    min-height: 480px;
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  .nav-link {
    width: 99%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .search-shop-con {
    margin-right: 10px;
  }

  .tablet-menu {
    padding-bottom: 25px;
  }

  .footer-brand-wrapper-2 {
    flex-direction: column;
  }

  .footer-links-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .div-block-2 {
    align-items: center;
  }

  .left-content {
    text-align: center;
  }

  .right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-3 {
    font-size: 56px;
  }

  .div-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .grid-3-column {
    grid-template-columns: 1fr;
  }

  .big-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .right-content-title {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .right-content-title.button {
    align-items: center;
    width: 100%;
    display: none;
  }

  .left-content-title {
    text-align: center;
    width: 100%;
  }

  .left-content-title.blog-title {
    width: 100%;
  }

  .img-blog-link {
    height: 250px;
  }

  .link-wrap-blog {
    margin-top: 10px;
  }

  .collection-item-blog {
    width: 100%;
  }

  .collection-list-blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .button-mobile-wrap {
    margin-top: 40px;
    display: block;
  }

  .button-home-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .img-banner-home-3 {
    height: 300px;
  }

  .content-banner-home-3 {
    width: 100%;
  }

  .sport-img {
    width: 100%;
    height: 350px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .contacts-form-wrapper-2 {
    min-height: 640px;
  }

  .div-block-38 {
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.footer-icon-2 {
  max-width: 30px;
}

.advantages-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.advantages-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.advantages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

}

.advantage-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 24px;
  transition: box-shadow 0.3s ease;
}

.advantage-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.advantage-item h3 {
  font-size: 25px;
  font-weight: 500;
  color: #4e74a2;
  margin-bottom: 12px;
}

.advantage-item p {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}


.testimonails-1 {
  grid-column: 1/3;
}

.testimonails-4 {
  grid-column: 2/4;
}

.promo-banner-image {
  width: 100%;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-banner-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}


.promo-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .promo-banner-img {
    height: 300px;
    object-fit: cover;
  }
}

.promo-banner-image-home {
  margin-top: 80px;
}

.banner-section-home {
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: end;
}

.promo-banner-link-home {
  display: block;
  height: 250px;
  width: 250px;
  

  & .promo-banner-img {
    object-fit: cover;
    height: 100%;
  }
}

.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: Arial, sans-serif;
}

.faq-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #222;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.1rem;
  background: var(--light);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.faq-question:hover,
.faq-question[aria-expanded="true"] {
  background-color: var(--light);
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}

.faq-question[aria-expanded="true"]::after {
  content: "-";
  transform: rotate(180deg) translateY(50%);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.4s ease;
  background: #fff;
}

.faq-answer p {
  margin: 1rem 0;
  line-height: 1.5;
}

.features-about {
  background-color: var(--light);
}

.contact-info {
  .grid {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
  }
}

.checkbox {
  label {
    margin-bottom: 20px;
  }

  input {
    margin-right: 10px;
  }

  a {
    color: #0082f3;
  }
}

.legal {
  p {
    color: #333;
  }

  li {
    color: #333;
    -webkit-text-fill-color: #333;
  }

  a {
    color: #0082f3;
  }
}

.tactical-analysis {
  background-color: #f8f9fc;
  padding: 60px 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
}

.section-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.tactical-grid {
  display: grid;
  gap: 40px;
}

.tactical-block {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.tactical-heading {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.tactical-text {
  font-size: 1rem;
  margin-bottom: 16px;
}

.tactical-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  max-height: 350px;
}

.physical-endurance {
  background: #eef4fb;
  padding: 60px 15px;
  font-family: 'Poppins', sans-serif;
  color: #2c3e50;
}
.physical-endurance .container {
  max-width: 1100px;
  margin: 0 auto;
}
.section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section-header h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2980b9;
  margin-bottom: 10px;
}
.section-header p {
  font-size: 1.15rem;
  color: #34495e;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(41, 128, 185, 0.15);
  flex: 1 1 320px;
  max-width: 320px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease;

}
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(41, 128, 185, 0.25);
}
.card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  object-fit: cover;
  height: 80px;
  width: 80px;
}
.card h3 {
  font-size: 1.4rem;
  color: #2980b9;
  margin-bottom: 12px;
}
.card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  h1 {
      margin-bottom: 30px;
      line-height: 150%;
      font-size: 50px;
      color: #333;
      font-weight: 600;
  }

  h2 {
      margin-bottom: 40px;
      line-height: 150%;
      font-size: 25px;
      color: #333;
  }

  p {
      max-width: 1000px;
      line-height: 150%;
      color: #333;
  }

  div {
      margin-bottom: 50px;
  }

  a {
      color: #fff;
  }

  & .button.primary-button {
      margin-top: 40px;
      animation: none;
      width: 300px;
  }

  @media screen and (max-width: 479px) {
      padding: 150px 30px;

      h1 {
          font-size: 30px;
      }

      h2 {
          font-size: 20px;
      }
  }
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantage-icon {
  max-width: 80px;
}

.star-icon {
  max-width: 20px;
}

.section-team-about {
  p {
    color: #fff;
  }
}

.physical-performance-basketball {
  img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
  }
}

.section-tempo-tenis {
  img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
  }
}

.physical-performance-football {
  img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
  }
}

.section-physical-volleyball {
  img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
  }
}

.section-analysis-volleyball {
  img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
  }
}

.w-dyn-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
}

.w-dyn-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .promo-banner-image {

    max-width: 90%;

  }
  .quick-stack {
    grid-template-columns: 1fr 1fr;
  }

  .testimonails-1 {
    grid-column: 1/2;
  }

  .testimonails-4 {
    grid-column: 2/3;
  }

  .advantages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .event-name {
    font-size: 20px;
  }

  .promo-banner-link-home {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {

  .promo-banner-image-home {
    max-width: 90%;
  }
  .promo-banner-image {
    max-width: 90%;
  }

  .quick-stack {
    grid-template-columns: 1fr;
  }

  .testimonails-1 {
    grid-column: auto;
  }

  .testimonails-4 {
    grid-column: auto;
  }

  .base-container {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-question {
    padding-right: 50px;
    line-height: 150%;
  }

  .tactical-analysis-football {
    & .base-container {
      padding-left: 0;
      padding-right: 0;
    }
  }

  .contact-info {
    & .grid {
      grid-template-columns: 1fr;
      max-width: 800px;
    }
  }
  .section.get-in-touch-section {
    background-attachment: scroll;
  }

  .horse-img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
  }

  
}

@media screen and (max-width: 479px) {
  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .banner-section-home {
    align-items: center;
  }

  .collection-list-wrapper-events {
    grid-template-columns: 1fr;
  }

  .grid-3-column {
    grid-template-columns: 1fr ;
  }

  .promo-banner-link-home {
    width: 100%;
  }
  
}


section {
  overflow: hidden;
}


.horse-img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}