* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background: #ffffff; }

.gen--heading {
  width: 100%;
  margin-bottom: 55px;
  font-style: normal;
  font-weight: 800;
  font-size: 43px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1b1b1b;
  font-family: "M PLUS 1p", sans-serif; }

.secondary--heading {
  width: 100%;
  margin-bottom: 50px;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1b1b1b; }

.pm {
  padding-top: 125px; }

.slider-controls {
  width: 175px;
  height: 50px;
  background: #efefef;
  margin: 50px auto;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .slider-controls p {
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #1b1b1b;
    margin: 0;
    padding: 0; }
  .slider-controls .prev {
    opacity: 0.5;
    cursor: default; }
  .slider-controls .next {
    cursor: pointer; }

.disabled_btn {
  opacity: 0.5;
  cursor: default; }

.active_btn {
  opacity: 1 !important;
  cursor: pointer !important; }

.phone-img {
  display: none; }

.about-link {
  border: 1px solid #1b1b1b;
  width: 107px;
  height: 44px;
  background: #1b1b1b;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  transition: all ease 0.3s;
  align-self: flex-end;
  margin-top: 8px;
  text-transform: uppercase;
  order: 3;
  margin: 15px auto;
  text-decoration: none;
  display: flex;


  width: 234px;
  height: 48px;
  background: #1b1b1b;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;

}

.about-link:hover {
  text-decoration: none;
  color: #1b1b1b;
  background: #ffffff; }

@media all and (max-width: 768px) {
  .phone-img {
    display: block !important; }
  .about-link {
    display: flex;
  
  
    border: 1px solid #1b1b1b;
    width: 107px;
    height: 44px;
    background: #1b1b1b;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
  }
  .bg-img {
    display: none !important; }
  .home--right {
    order: 1; }
  .home--left {
    order: 2; }
  .home--left--heading {
    font-size: 36px !important;
    line-height: 43px !important;
    text-align: center !important; }
  .home--left--heading {
    text-align: center !important; } }

.bg-light {
  background-color: transparent !important; }

#burgerMenu {
  position: fixed;
  top: 240px;
  right: 55px;
  flex-direction: column; }
  @media all and (max-width: 992px) {
    #burgerMenu {
      position: static; } }

.navbar-light .navbar-nav .nav-link {
  color: black; }

.custom-nav {
  display: flex;
  flex-direction: column !important;
  align-items: flex-end; }
  .custom-nav .nav-item {
    text-align: right;
    margin-bottom: 32px;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1b1b1b; }
    .custom-nav .nav-item:hover {
      background: #1b1b1b; }
    .custom-nav .nav-item:hover .nav-link {
      color: #fff; }
    .custom-nav .nav-item .nav-link {
      padding: 4px 8px; }
  .custom-nav .current-menu-item {
    background: #1b1b1b; }
    .custom-nav .current-menu-item .nav-link {
      color: #fff; }
  @media all and (max-width: 992px) {
    .custom-nav {
      margin-right: 15px; }
      .custom-nav .nav-item {
        margin-bottom: 15px; } }

.navbar {
  padding: 5px 0; }

.navbar-brand {
  padding-left: 55px;
  padding-top: 16px; }
  .navbar-brand .logo--item {
    width: 270px;
    height: auto; }
    @media all and (max-width: 992px) {
      .navbar-brand .logo--item {
        width: 60%; } }

.social-items {
  margin-left: 25px;
  text-decoration: none; }
  .social-items:hover {
    text-decoration: none; }

.header {
  background: #fff;
  min-height: 120px; }
  .header .social {
    align-self: flex-start;
    padding-top: 35px;
    padding-right: 55px; }
  .header .navbar {
    justify-content: space-between; }

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 1px 4px rgba(27, 27, 27, 0.2); }
  .header-fixed .logo--item {
    width: 200px;
    height: auto; }

@media all and (max-width: 790px) {
  .header {
    min-height: 85px;
  }
  .header .navbar {
    padding: 5px 5px; }
  .header .navbar-brand {
    padding: 0;
    margin: 0;
    width: auto;
    display: contents; }
    .header .navbar-brand .logo--item {
      order: 2; }
  .header .social {
    order: 1;
    padding-top: 18px;
    padding-right: 0px; }
    .header .social .social-items {
      margin-left: 10px; }
  .header .navbar-toggler {
    order: 3; }
  .header #burgerMenu {
    order: 4; } }

@media all and (max-width: 600px) {
  .header-fixed .logo--item {
    width: 150px !important; }
  .custom-nav {
    margin: 0;
    align-items: center; } }

.main {
  width: 100%; }
  .main .container {
    width: 1440px;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 55px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    @media all and (max-width: 1440px) {
      .main .container {
        width: 90%;
        margin: 0 auto; } }
    @media all and (max-width: 992px) {
      .main .container {
        flex-direction: column;
        width: initial; } }

.home--left {
  max-width: 630px;
  width: 45%;
  padding-top: 80px;
  margin-right: 70px; }
  @media all and (max-width: 992px) {
    .home--left {
      max-width: initial;
      width: 100%;
      margin-right: 0;
      margin: 0 auto;
      padding-top: 0;
      text-align: center; } }
  .home--left--heading {
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 77px;
    color: #141414;
    margin-bottom: 24px; }
  .home--left--text {
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: rgba(27, 27, 27, 0.9); }

.home--right img {
  width: 100%;
  height: auto; }

@media all and (max-width: 1440px) {
  .home--right img {
    width: 70%; } }

@media all and (max-width: 992px) {
  .home--right {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px; }
    .home--right img {
      width: 65%;
      height: auto;
      display: block;
      margin: 0 auto; } }

.coach-m {
  margin-top: 25px; }

.coach--item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  margin-bottom: 70px;
  width: 100%; }
  @media all and (max-width: 1720px) {
    .coach--item {
      width: 90%; } }
  @media all and (max-width: 1600px) {
    .coach--item {
      width: 80%; } }
  .coach--item .coach--item--left {
    margin-right: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .coach--item .coach--item--left img {
      margin-right: 25px; }
    .coach--item .coach--item--left--personal-info {
      max-width: 415px; }
      .coach--item .coach--item--left--personal-info h2 {
        font-family: "M PLUS 1p", sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 36px;
        line-height: 43px;
        color: #1b1b1b;
        padding: 0;
        margin: 0;
        margin-bottom: 8px; }
      .coach--item .coach--item--left--personal-info span {
        padding: 0;
        margin: 0;
        font-family: "M PLUS 1p", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 24px;
        color: #1b1b1b;
        margin-bottom: 16px;
        display: block;
        width: 100%;
        text-align: left; }
      .coach--item .coach--item--left--personal-info p {
        padding: 0;
        margin: 0;
        font-family: "EB Garamond", serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        color: #141414; }
      .coach--item .coach--item--left--personal-info--list {
        list-style-type: none; }
        .coach--item .coach--item--left--personal-info--list--item {
          font-family: "EB Garamond", serif;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 21px;
          color: #141414; }
  .coach--item .coach--item--left,
  .coach--item .coach--item--right {
    width: 50%;
    max-width: 690px; }
  .coach--item .coach--item--right h3 {
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    color: #1b1b1b;
    width: 100%;
    text-align: left;
    margin-bottom: 16px; }
  .coach--item .coach--item--right p {
    font-family: "EB Garamond", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #141414;
    margin-bottom: 30px; }

@media all and (max-width: 1368px) {
  .coach--item--left {
    width: 60%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px; }
  .coach--item--left--img {
    margin: 0;
    margin-bottom: 15px; }
  .coach--item--right {
    width: 30%; } }

@media all and (max-width: 992px) {
  .coach--item {
    flex-wrap: wrap;
    margin-bottom: 0px; }
    .coach--item .coach--item--left,
    .coach--item .coach--item--right {
      width: 95%;
      max-width: 100%;
      padding: 0 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
    .coach--item .coach--item--left {
      margin-right: 0px;
      margin-bottom: 40px; }
    .coach--item .coach--item--right--award {
      width: 100%;
      text-align: center; }
    .coach--item .coach--item--left--personal-info {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      .coach--item .coach--item--left--personal-info h2 {
        font-size: 30px; }
      .coach--item .coach--item--left--personal-info span {
        text-align: center; } }

.about {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  width: 100%;
  flex-wrap: wrap; }
  .about .about-video {
    width: 50%;
    max-width: 770px; }
  .about .about--text {
    width: 50%;
    max-width: 615px; }
    .about .about--text p {
      font-family: "EB Garamond", serif;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 26px;
      color: #141414; }
    .about .about--text span {
      font-family: "EB Garamond", serif;
      font-style: italic;
      font-weight: 600;
      font-size: 20px;
      line-height: 130%;
      color: #141414; }

@media all and (max-width: 1740px) {
  .about {
    width: 90%;
    justify-content: space-around; }
  .about-video,
  .about--text {
    width: 40%; } }

@media all and (max-width: 992px) {
  .about {
    width: 95%;
    flex-wrap: wrap;
    margin: 0 auto; }
    .about .about--text {
      width: 100%;
      padding: 0 10px;
      max-width: initial;
      margin-bottom: 50px; }
    .about .about-video {
      width: 100%;
      margin-bottom: 50px; } }

.partner-c .row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto; }
  @media all and (max-width: 1700px) {
    .partner-c .row {
      width: 60%;
      justify-content: space-between; }
      .partner-c .row .partner {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
  .partner-c .row .partner:first-child {
    margin-left: 0px;
    margin-right: calc((100% - 1320px)/6); }
  .partner-c .row .partner:nth-child(4) {
    margin-left: calc((100% - 1320px)/6);
    margin-right: 0px; }

.partner {
  display: flex;
  width: 330px;
  height: 330px;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 55px;
  margin-left: calc((100% - 1320px)/6);
  margin-right: calc((100% - 1320px)/6); }
  @media all and (max-width: 1280px) {
    .partner {
      width: 45%; }
      .partner .test img {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto; } }
  @media all and (max-width: 900px) {
    .partner {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important; } }

.item-data {
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  align-self: baseline;
  padding: 30px; }
  .item-data--heading {
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 30px; }
  .item-data--text {
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF; }

.item-overlay {
  background: #1B1B1B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }

.test:hover > .item-overlay {
  opacity: 1; }

.news-c {
  padding-left: 0;
  padding-right: 0; }

.news {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .news--card {
    margin: 10px 0;
    display: flex;
    background: #ffffff;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
    max-width: 458px;
    min-height: 526px;
    margin-bottom: 55px;
    position: relative; }
    .news--card a {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
      height: 100%;
      text-decoration: none; }
    .news--card img {
      width: 100%;
      height: auto;
      max-width: 458px;
      max-height: 306px; }
    .news--card h3 {
      font-family: "EB Garamond", serif;
      padding-left: 16px;
      padding-top: 16px;
      font-style: normal;
      font-weight: 800;
      font-size: 23px;
      line-height: 31px;
      color: #141414;
      margin: 0; }
    .news--card p {
      font-family: "EB Garamond", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 21px;
      color: #141414;
      padding: 8px 16px 26px 16px;
      width: 100%; }
    .news--card span {
      font-family: "Exo 2", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 14px;
      color: #949494;
      bottom: 20px;
      left: 20px;
      position: absolute; }

@media all and (max-width: 1800px) {
  .news {
    width: 90%;
    margin: 0 auto;
    justify-content: space-around; } }

@media all and (max-width: 1440px) {
  .news {
    width: 75%;
    margin: 0 auto; }
    .news--card {
      width: calc(100% / 2 - 48px); } }

@media all and (max-width: 1024px) {
  .news {
    width: 50%;
    margin: 0 auto; }
    .news--card {
      width: 100%; } }

@media all and (max-width: 1024px) {
  .news {
    width: 95%;
    margin: 0 auto; }
    .news--card {
      margin: 0 auto;
      margin-bottom: 50px; } }

.top-news {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  margin-bottom: 100px;
  flex-wrap: wrap; }
  .top-news--left {
    max-width: 690px;
    width: 50%; }
    .top-news--left .social-items {
      margin-left: 0;
      margin-right: 25px; }
    .top-news--left span {
      font-family: "Exo 2", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 14px;
      color: #949494;
      padding: 0;
      margin: 0; }
    .top-news--left h2 {
      font-style: normal;
      font-weight: 800;
      font-size: 36px;
      line-height: 47px;
      color: #141414;
      font-family: "EB Garamond", serif;
      padding: 0;
      margin: 0;
      margin-bottom: 24px; }
    .top-news--left h3 {
      font-family: "EB Garamond", serif;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 26px;
      color: #141414;
      padding: 0;
      margin: 0; }
    .top-news--left h4 {
      font-family: "M PLUS 1p", sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 16px;
      line-height: 19px;
      color: #1B1B1B; }
      .top-news--left h4 span {
        font-weight: 400; }
    .top-news--left p {
      font-family: "EB Garamond", serif;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 26px;
      color: #141414;
      padding: 0;
      margin: 0;
      margin-bottom: 40px; }
  .top-news--right {
    max-width: 690px;
    width: 50%; }
    .top-news--right img {
      width: 100%;
      height: auto; }

@media all and (max-width: 1800px) {
  .top-news {
    width: 90%;
    justify-content: space-around; }
    .top-news--left, .top-news--right {
      width: 40%; } }

@media all and (max-width: 1260px) {
  .top-news {
    width: 85%; }
    .top-news--left {
      width: 60%; }
    .top-news--right {
      width: 25%; } }

@media all and (max-width: 990px) {
  .top-news {
    justify-content: space-around;
    flex-wrap: wrap;
    width: 95%; }
    .top-news--left {
      width: 100%; }
    .top-news--right {
      width: 100%; } }

.gallery-c .container {
  padding: 0; }

.gallery-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 430px;
  overflow: hidden;
  margin-bottom: 40px; }
  .gallery-slide--right {
    width: 50%;
    max-width: 700px;
    align-self: center; }
  .gallery-slide--left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    max-width: 700px; }
    .gallery-slide--left a {
      width: auto;
      display: block;
      position: relative; }
      .gallery-slide--left a div {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        background-image: url(../img/galleryhover.png);
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        left: 0;
        opacity: 0; }
      .gallery-slide--left a img {
        width: 100%;
        height: auto; }
      .gallery-slide--left a:hover > div {
        opacity: 1; }
    .gallery-slide--left a:nth-child(1),
    .gallery-slide--left a:nth-child(2),
    .gallery-slide--left a:nth-child(3) {
      margin-bottom: 16px; }

.gallery-c .slider-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); }

@media all and (max-width: 1775px) {
  .gallery-slide {
    width: 80%;
    margin: 0 auto;
    max-height: initial;
    overflow: initial; }
  .gallery-slide--left {
    width: 49%; }
    .gallery-slide--left a {
      width: 30%; }
  .gallery-slide--right {
    margin-left: 10px; } }

@media all and (max-width: 1480px) {
  .gallery-slide {
    width: 70%; } }

@media all and (max-width: 992px) {
  .gallery-slide {
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px; }
  .gallery-slide--left {
    width: 100%;
    margin-bottom: 20px; }
  .gallery-slide--right {
    width: 100%; } }

@media all and (max-width: 600px) {
  .gallery-c .slider-controls {
    position: static;
    bottom: 20px;
    left: 50%;
    margin: 20px auto;
    transform: translateX(0); } }

.competiton-c {
  padding-left: 0;
  padding-right: 0; }

.competition-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .competition-slide--item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    max-width: 690px;
    background: #f6f6f6;
    padding: 16px;
    margin-bottom: 42px; }
    .competition-slide--item img {
      max-width: 250px;
      height: auto;
      max-height: 170px; }
    .competition-slide--item div {
      margin-left: 12px;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .competition-slide--item div .comp-link {
        font-family: "M PLUS 1p", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 31px;
        color: #1b1b1b;
        margin-bottom: 50px;
        text-decoration: none; }
      .competition-slide--item div h3 {
        font-family: "M PLUS 1p", sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 19px;
        color: #1b1b1b; }
        .competition-slide--item div h3 span,
        .competition-slide--item div h3 a {
          font-weight: 400; }
        .competition-slide--item div h3 a {
          text-decoration: underline; }

.month-cntrl {
  margin: 0 auto; }
  .month-cntrl .slider-controls {
    width: initial;
    margin: 0 auto;
    margin-bottom: 20px;
    background: none; }

.currentMonth {
  font-family: "M PLUS 1p", sans-serif !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 24px !important;
  line-height: 24px !important;
  color: #1b1b1b !important;
  margin: 0 15px !important; }

@media all and (max-width: 1770px) {
  .competition-slide {
    width: 85%;
    justify-content: space-around;
    align-items: flex-start;
    margin: 0 auto; } }

@media all and (max-width: 1545px) {
  .competition-slide {
    width: 75%; } }

@media all and (max-width: 1445px) {
  .competition-slide {
    width: 80%; } }

@media all and (max-width: 992px) {
  .competition-slide {
    width: 95%; }
    .competition-slide--item {
      width: 100%; } }

@media all and (max-width: 600px) {
  .competition-slide--item {
    justify-content: center;
    flex-direction: column; }
    .competition-slide--item img {
      width: 100%;
      height: auto; }
    .competition-slide--item div {
      margin-left: 0;
      justify-content: center; }
      .competition-slide--item div h2 {
        margin-top: 15px;
        margin-bottom: 15px; } }

.places-c {
  padding-left: 0;
  padding-right: 0; }

.places-c .container {
  flex-wrap: wrap; }

.location {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 96px; }
  .location--map {
    width: 435px;
    margin-right: 48px; }
  .location--item {
    width: calc(100% - 484px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .location--item h2 {
      width: 100%;
      margin-bottom: 23px;
      font-family: "M PLUS 1p", sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 36px;
      line-height: 43px;
      color: #1b1b1b; }
    .location--item h3 {
      width: 100%;
      font-family: "M PLUS 1p", sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      color: #949494;
      margin-bottom: 16px; }
      .location--item h3 span {
        display: block;
        padding: 4px;
        background: #000;
        font-family: "M PLUS 1p", sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        color: #ffffff;
        float: left; }
    .location--item--coach {
      margin-right: 122px;
      margin-bottom: 36px; }
      .location--item--coach h3 {
        font-family: "M PLUS 1p", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 29px;
        color: #1b1b1b; }
      .location--item--coach a {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        text-decoration-line: underline;
        color: #000000;
        margin-bottom: 8px; }
    .location--item--quantity {
      padding-top: 5px; }
      .location--item--quantity h3 {
        font-family: "M PLUS 1p", sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #949494;
        margin-bottom: 18px; }
      .location--item--quantity span {
        font-family: "M PLUS 1p", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #1b1b1b;
        margin-right: 36px; }
    .location--item--days {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .location--item--days div {
        width: calc(100% / 6); }
        .location--item--days div h4 {
          font-family: "M PLUS 1p", sans-serif;
          font-style: normal;
          font-weight: 800;
          font-size: 14px;
          line-height: 17px;
          text-transform: uppercase;
          color: #8b8b8b;
          padding: 0;
          margin: 0;
          margin-bottom: 4px; }
        .location--item--days div p {
          font-family: "M PLUS 1p", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 19px;
          color: #1b1b1b;
          padding: 0;
          margin: 0;
          margin-bottom: 12px; }
        .location--item--days div span {
          font-family: "M PLUS 1p", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 12px;
          line-height: 14px;
          text-transform: uppercase;
          color: #797979; }

@media all and (max-width: 1770px) {
  .location {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 96px; } }

@media all and (max-width: 1450px) {
  .location {
    flex-direction: column;
    align-items: flex-start; }
    .location--item {
      width: 95%;
      margin-top: 30px; } }

@media all and (max-width: 992px) {
  .location {
    align-items: center;
    width: 95%; } }

@media all and (max-width: 600px) {
  .location {
    align-items: center;
    width: 95%; }
    .location--map {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
    .location--item--days {
      flex-wrap: wrap; }
      .location--item--days div {
        width: 50%;
        margin-bottom: 10px; } }

.contact--social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .contact--social--item a {
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #141414;
    padding-left: 8px;
    text-decoration: none; }
  .contact--social--item:first-child {
    margin-right: 52px; }

.contact-c form {
  margin: 56px auto;
  width: 600px; }
  .contact-c form p {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
  .contact-c form label {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 16px; }
    .contact-c form label input,
    .contact-c form label textarea {
      width: 100%;
      background: #ffffff;
      border: 2px solid #1b1b1b;
      box-sizing: border-box;
      padding: 12px 10px;
      font-family: "M PLUS 1p", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 23px;
      color: rgba(20, 20, 20, 0.5); }
  .contact-c form input[type="submit"] {
    border: 1px solid #1b1b1b;
    width: 234px;
    height: 48px;
    background: #1b1b1b;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    color: #ffffff;
    transition: all ease 0.3s;
    align-self: center;
    margin-top: 8px;
    text-transform: uppercase; }
    .contact-c form input[type="submit"]:hover {
      color: #1b1b1b;
      background: #fff; }

.wpcf7 {
  width: 600px;
  margin: 0 auto; }

@media all and (max-width: 650px) {
  .wpcf7 {
    width: 95%; }
  .contact-c form {
    width: 100%;
    margin: 30px auto; }
  .contact--social {
    flex-direction: column; }
    .contact--social--item:first-child {
      margin: 0;
      margin-bottom: 10px; }
    .contact--social--item {
      margin-bottom: 10px; } }

.new-menu {
  z-index: 9999 !important;
  background: #fff;
  top: 90px !important;
  width: 100% !important;
  left: 0 !important;
  height: 100vh !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: fixed !important; }
  .new-menu .custom-nav {
    transform: translateY(-90px); }



    /*updates */


    .header .logo--item{
      position: absolute;
      left: 50%;
      transform: translate(-50%,5px);
      top: 0;
    }
    .header-fixed .logo--item {
      position: static !important;
      transform:initial !important;
    }


    .competition-slide .news--card {
      flex-wrap: wrap;
    }

    .competition-slide .news--card h3 span{
      position: static !important;
    }
    .competition-slide .news--card a {
      height: auto !important;
      font-family: "EB Garamond", serif;
      padding-left: 16px;
      padding-top: 16px;
      font-style: normal;
      font-weight: 800;
      font-size: 23px;
      line-height: 31px;
      color: #141414;
      margin: 0;
      padding-left:16px
    }
    .competition-slide .news--card h3 a {
      display: inline;
      width: auto;
      text-decoration: wavy;
    }





.gallery-slide {
flex-wrap:wrap;
overflow: initial;
max-height:initial;
}
.gallery-slide--left,
.gallery-slide--right {
margin-bottom:20px;
}

.gallery-c  .slider-controls{
height:0;
overflow: hidden;

}