body {
  background-image: url(../img/bg/bg-lines.png);
  background-size: initial;
  background-repeat: repeat-y;
  background-position: center;
  background-color: #fefefd; }

img {
  max-width: 100%;
  height: auto; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }
  @media (min-width: 1254px) {
    .container {
      max-width: 1224px;
      padding-left: 0;
      padding-right: 0; } }

.relative {
  position: relative; }

.read-more-link,
a.read-more-link {
  color: #333333;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5.4px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block; }
  .read-more-link::after,
  a.read-more-link::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 2px;
    background-color: #5da8ef;
    opacity: 0.7; }

.title {
  color: #333;
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.42px;
  text-align: center;
  margin-bottom: 20px; }

.subtitle {
  display: block;
  color: #5da8ef;
  font-family: "League Spartan", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5.4px; }

.desc-text, .title-desc, .club-description-text, .article__text {
  color: rgba(97, 97, 97, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.35px; }

.title-desc {
  margin-bottom: 35px; }

.vertical-text, .article__preview-desc-content {
  color: rgba(11, 12, 17, 0.2);
  font-family: "League Spartan", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5.4px;
  transform: rotate(-90deg) translate(-100%, 0);
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top; }

.flex-end {
  display: flex;
  justify-content: flex-end; }

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center; }

.navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .navigation {
      flex-direction: row;
      justify-content: center; } }
  @media (min-width: 1254px) {
    .navigation {
      justify-content: flex-start;
      width: auto; } }

.navigation-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 1254px) {
    .navigation-wrapper {
      display: flex;
      flex-direction: row;
      height: 128px;
      align-items: center; } }

.nav-logo-wrapper {
  width: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1254px) {
    .nav-logo-wrapper {
      width: auto;
      margin-right: 190px;
      padding-top: 0px;
      padding-bottom: 0px; } }

.navigation__item {
  text-align: center;
  margin-bottom: 15px; }
  .navigation__item:last-child {
    margin-right: 0; }
  @media (min-width: 768px) {
    .navigation__item {
      margin-right: 40px;
      margin-bottom: 0; }
      .navigation__item:last-child {
        margin-right: 0; } }

.navigation__link {
  color: rgba(11, 12, 17, 0.9);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5.58px;
  font-family: "League Spartan", sans-serif;
  text-decoration: none; }

.site-desc {
  width: auto;
  display: block;
  position: static; }
  @media (min-width: 1254px) {
    .site-desc {
      position: absolute;
      width: 12px;
      height: 12px;
      right: 30px;
      top: 170px;
      z-index: 9; } }
  @media (min-width: 1400px) {
    .site-desc {
      width: 12px;
      height: 12px;
      position: absolute;
      right: -50px;
      top: 58px;
      z-index: 9; } }

.site-desc__content {
  position: static;
  margin-bottom: 20px;
  color: rgba(11, 12, 17, 0.2);
  font-family: "League Spartan", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5.4px; }
  @media (min-width: 1254px) {
    .site-desc__content {
      color: #fff;
      transform: rotate(-90deg) translate(-100%, 0);
      position: absolute;
      left: 0;
      top: 0;
      transform-origin: left top; } }
  @media (min-width: 1400px) {
    .site-desc__content {
      color: rgba(11, 12, 17, 0.2); } }

.base {
  background-color: #88c3ab;
  position: absolute;
  left: 314px;
  top: 127px;
  width: 1016px;
  height: 572px;
  z-index: 150; }

.slide-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 95px; }

.header-social-wrapper {
  margin-bottom: 25px;
  margin-top: 25px; }
  @media (min-width: 1254px) {
    .header-social-wrapper {
      position: absolute;
      width: 20px;
      height: 20px;
      right: 30px;
      top: 350px;
      z-index: 9; } }
  @media (min-width: 1400px) {
    .header-social-wrapper {
      right: -45px;
      top: 400px; } }

#headerSlider.owl-carousel .owl-stage-outer {
  overflow: visible; }

.slide-item {
  display: flex;
  position: relative;
  justify-content: flex-end; }

.slide-item__desc {
  background-color: #fff;
  padding: 25px;
  padding-top: 10px;
  min-width: 260px;
  max-width: 680px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20%);
  text-align: center;
  box-shadow: -16px 0 65px rgba(11, 12, 17, 0.2); }
  @media (min-width: 1254px) {
    .slide-item__desc {
      background-color: transparent;
      text-align: left;
      box-shadow: none;
      padding: 0;
      width: 500px;
      bottom: auto;
      left: 0;
      top: 50%;
      transform: translateY(-50%); } }

.slide-item__heading {
  color: #0b0c11;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px; }
  @media (min-width: 920px) {
    .slide-item__heading {
      font-size: 42px; } }
  @media (min-width: 1254px) {
    .slide-item__heading {
      font-size: 62px;
      margin-bottom: 20px; } }
  .slide-item__heading span {
    display: block;
    color: rgba(93, 168, 239, 0.9);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: "League Spartan", sans-serif;
    letter-spacing: 5.4px;
    margin-bottom: 10px; }
    @media (min-width: 1254px) {
      .slide-item__heading span {
        margin-bottom: 16px; } }

.slide-item__text {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.35px;
  font-family: "Poppins", sans-serif; }
  @media (min-width: 992px) {
    .slide-item__text {
      width: 390px; } }

.slide-item__img {
  width: 100%;
  height: 372px;
  box-shadow: -15.898px 25.441px 65px 0px rgba(11, 12, 17, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 1254px) {
    .slide-item__img {
      width: 1016px;
      height: 572px; } }

.slide-item__img-bg-1 {
  background-image: url("../img/img/img-header.jpg"); }

.slide-controls {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 81px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  transform: translate(-50%, 350%); }
  @media (min-width: 1254px) {
    .slide-controls {
      left: 0;
      transform: translate(0%, 0%); } }
  .slide-controls img {
    vertical-align: middle; }

.slide-controls-number {
  color: #262626;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  font-family: "League Spartan", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 5px; }

.slide-controls-number__active {
  color: #5da8ef; }

.slide-controls-number__from {
  color: #ebebeb; }

.slide-controls-number__total {
  color: #262626; }

.quote {
  padding-top: 47px;
  padding-bottom: 55px; }
  @media (min-width: 992px) {
    .quote {
      padding-top: 95px;
      padding-bottom: 110px; } }

.quote-wrapper {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  @media (min-width: 640px) {
    .quote-wrapper {
      width: 610px;
      padding: 0; } }
  .quote-wrapper::after {
    content: "";
    width: 2px;
    background-color: #5da8ef;
    position: absolute;
    bottom: -29px;
    height: 50px;
    left: 50%;
    transform: translate(-50%, 100%); }
    @media (min-width: 992px) {
      .quote-wrapper::after {
        height: 100px;
        bottom: -50px; } }

.quote__text {
  color: rgba(51, 51, 51, 0.9);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: 0.26px;
  font-family: "Playfair Display", serif;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .quote__text {
      font-size: 26px; } }

.quote__author {
  font-family: "League Spartan", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5.4px; }

.club-description {
  padding-top: 55px;
  padding-bottom: 47px; }
  @media (min-width: 1254px) {
    .club-description {
      padding-top: 110px;
      padding-bottom: 95px; } }

.club-description-wrapper {
  position: relative;
  display: flex;
  flex-direction: column; }

.club-description__img {
  width: 70%; }
  @media (min-width: 1254px) {
    .club-description__img {
      width: auto; } }

.club-description-video {
  position: absolute;
  right: 0;
  top: 43px;
  z-index: 1;
  width: 60%; }
  @media (min-width: 1254px) {
    .club-description-video {
      width: auto; } }

.club-description-video__control {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  background-color: #5da8ef;
  box-shadow: -2px -2px 36px rgba(0, 0, 0, 0.13);
  border-radius: 100%; }
  @media (min-width: 1254px) {
    .club-description-video__control {
      width: 34px;
      height: 34px; } }
  .club-description-video__control img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-35%, -50%);
    width: 35%; }
    @media (min-width: 1254px) {
      .club-description-video__control img {
        width: auto; } }

.club-description-text {
  margin-top: 90px;
  margin-bottom: 0;
  max-width: 450px; }
  @media (min-width: 855px) and (max-width: 1254px) {
    .club-description-text {
      max-width: 300px; } }
  @media (min-width: 1254px) {
    .club-description-text {
      width: 340px;
      margin-left: 115px;
      margin-top: 60px;
      margin-bottom: 45px; } }

@media (min-width: 1254px) {
  .club-description__link {
    margin-left: 115px; } }

.shop {
  position: relative;
  padding-top: 47px;
  padding-bottom: 55px; }
  @media (min-width: 1254px) {
    .shop {
      padding-top: 95px;
      padding-bottom: 110px; } }
  .shop::before {
    position: absolute;
    height: 984px;
    width: 100%;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    top: -330px;
    background-image: url("../img/bg/bg-lines.png"), url("../img/bg/bg-water.jpg");
    background-repeat: repeat-y, no-repeat;
    background-position: center, center;
    background-size: auto, cover; }

.shop-slider-wrapper {
  height: 565px;
  margin-bottom: 80px;
  position: relative; }

.shop-slider-holder {
  position: absolute;
  left: 0;
  right: 0; }
  @media (min-width: 1411px) {
    .shop-slider-holder {
      right: -85px; } }

.shop-slider {
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between; }

#shopSlider.owl-carousel .owl-item img {
  width: auto; }

.shop-slider-controls {
  position: relative; }

.shop-slider-arrow {
  width: 40px;
  height: 48px;
  padding: 15px;
  position: absolute;
  cursor: pointer;
  bottom: 120px;
  z-index: 9; }
  @media (min-width: 1254px) {
    .shop-slider-arrow {
      bottom: calc(120px + 80px); } }
  .shop-slider-arrow img {
    vertical-align: top; }

.shop-slider-arrow--left {
  left: -15px; }
  @media (min-width: 650px) {
    .shop-slider-arrow--left {
      transform: translate(100%, 0);
      left: 0; } }
  @media (min-width: 1334px) {
    .shop-slider-arrow--left {
      left: 0;
      transform: translate(-100%, 0); } }

.shop-slider-arrow--right {
  right: -15px; }
  @media (min-width: 650px) {
    .shop-slider-arrow--right {
      transform: translate(-100%, 0);
      right: 0px; } }
  @media (min-width: 1334px) {
    .shop-slider-arrow--right {
      right: 0;
      transform: translate(100%, 0); } }

.board {
  position: relative;
  width: 250px;
  height: 435px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 650px) {
    .board {
      padding-left: 185px;
      width: 620px; } }
  @media (min-width: 1254px) {
    .board {
      margin-left: 0;
      padding-left: 0; } }

.board__img-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 320px;
  width: 250px;
  background-color: #ececec; }
  @media (min-width: 650px) {
    .board__img-holder {
      left: 185px; } }
  @media (min-width: 1254px) {
    .board__img-holder {
      left: 0; } }

.board__img {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0); }

.shop-link-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 30px; }

.board-desc {
  width: 210px;
  position: absolute;
  top: 196px;
  right: 0;
  z-index: 9;
  text-align: right; }
  @media (min-width: 650px) {
    .board-desc {
      right: auto;
      left: 401px;
      text-align: left; } }
  @media (min-width: 1254px) {
    .board-desc {
      left: 216px; } }

.board__cat {
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.4px; }

.board__title {
  color: #333;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.26px; }

.board-buy {
  margin-top: 38px;
  margin-left: 55px; }

.board-buy__price {
  color: #ce60a8;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: -0.1px;
  margin-bottom: 3px; }

.board-buy__link {
  color: #333;
  font-family: "League Spartan", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5.4px;
  margin-left: 4px; }

.article {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .article {
      display: flex;
      padding-top: 60px;
      padding-bottom: 60px;
      flex-direction: row; } }

.article--odd {
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .article--odd {
      flex-direction: row-reverse; } }

.article__desc {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px; }
  @media (min-width: 1254px) {
    .article__desc {
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .article__desc {
      width: 462px;
      padding-left: 70px;
      padding-right: 50px;
      padding-top: 80px; } }
  .article--odd .article__desc {
    width: 100%; }
    @media (min-width: 768px) {
      .article--odd .article__desc {
        padding-left: 15px; } }
    @media (min-width: 1254px) {
      .article--odd .article__desc {
        width: 515px;
        flex: 0 0 515px;
        padding-left: 75px;
        padding-right: 105px; } }

.article__title {
  font-family: "Playfair Display", serif;
  color: #333;
  font-size: 42px;
  font-weight: 700;
  line-height: 2px;
  letter-spacing: 0.42px;
  position: relative;
  margin-bottom: 45px; }
  @media (min-width: 1254px) {
    .article__title {
      font-size: 42px;
      margin-bottom: 45px; } }
  .article__title::before {
    content: attr(data-number);
    color: #f9f9f9;
    font-family: "League Spartan", sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: 13px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -5px; }
    @media (min-width: 1254px) {
      .article__title::before {
        font-size: 130px;
        top: -17px; } }
  .article__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 23px;
    height: 2px;
    background-color: #5da8ef; }

.article__text {
  margin-bottom: 20px; }
  @media (min-width: 1254px) {
    .article__text {
      margin-bottom: 60px; } }

.article__preview {
  width: 100%;
  position: relative;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .article__preview {
      width: 50%;
      flex: 0 0 50%; } }
  @media (min-width: 1254px) {
    .article__preview {
      width: 762px;
      flex: 0 0 762px; } }
  .article--odd .article__preview {
    width: 100%; }
    @media (min-width: 1254px) {
      .article--odd .article__preview {
        width: 490px;
        flex: 0 0 490px; } }

.article__preview-desc {
  width: 10px;
  height: 10px;
  position: absolute;
  right: -30px;
  top: 0px; }
  .article--odd .article__preview-desc {
    left: 30px;
    top: 30px; }
    @media (min-width: 1254px) {
      .article--odd .article__preview-desc {
        left: -30px;
        top: 0; } }
  @media (max-width: 1400px) {
    .article--even .article__preview-desc {
      right: 30px;
      top: 30px; }
      .article--even .article__preview-desc .article__preview-desc-content {
        color: #fff; } }

.subscribe-wrapper {
  position: relative; }
  .subscribe-wrapper::after {
    content: "";
    position: absolute;
    top: -405px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1335px;
    z-index: -1;
    background-image: url("../img/bg/bg-lines.png"), url("../img/bg/bg-surfer.jpg");
    background-repeat: repeat-y, no-repeat;
    background-position: center, center;
    background-size: auto, cover; }

.subscribe {
  max-width: 590px;
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 38px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1254px) {
    .subscribe {
      padding-top: 160px;
      padding-bottom: 75px;
      padding-left: 0;
      padding-right: 0; } }
  .subscribe::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    background-color: #5da8ef;
    display: block; }
    @media (min-width: 1254px) {
      .subscribe::before {
        height: 100px; } }

.subscribe-form {
  display: flex; }

.subscribe__input {
  color: rgba(51, 51, 51, 0.9);
  font-family: "League Spartan", sans-serif;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5.4px;
  width: 540px;
  height: 50px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
  background-color: #f5f5f5;
  border: 1px solid rgba(97, 97, 97, 0);
  padding-left: 30px;
  padding-right: 30px;
  transition: 0.2s ease-in; }
  .subscribe__input:active, .subscribe__input:focus {
    border: 1px solid rgba(97, 97, 97, 0.15);
    outline: none; }

.subscribe__submit {
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  background-color: #5da8ef;
  background-image: url("../img/controls/subscribe-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  text-indent: -1000px;
  border: 0px none;
  cursor: pointer;
  transition: 0.2s ease-in; }
  .subscribe__submit:hover, .subscribe__submit:focus {
    background-color: #8bc1f4;
    outline: none; }
  .subscribe__submit:active {
    background-color: #2f8fea;
    outline: none; }

.camp {
  min-height: 238px;
  position: relative;
  margin-top: 75px; }
  @media (min-width: 1254px) {
    .camp {
      min-width: 475px; } }

.camp__img {
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 400px) {
    .camp__img {
      width: 30%; } }
  @media (min-width: 500px) {
    .camp__img {
      width: 40%; } }
  @media (min-width: 768px) {
    .camp__img {
      width: 50%; } }

.camp__desc {
  width: 80%;
  padding-top: 53px;
  padding-left: 22px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .camp__desc {
      width: 50%; } }
  @media (min-width: 400px) {
    .camp__desc {
      width: 70%; } }
  @media (min-width: 500px) {
    .camp__desc {
      width: 60%; } }
  @media (min-width: 768px) {
    .camp__desc {
      width: 50%;
      padding-top: 100px;
      padding-left: 44px;
      padding-bottom: 100px; } }

.camp__label {
  color: rgba(11, 12, 17, 0.27);
  font-family: "League Spartan", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5.58px; }

.camp__address {
  font-family: "Playfair Display", serif;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 1.34; }
  @media (min-width: 400px) {
    .camp__address {
      font-size: 26px; } }
  @media (min-width: 768px) {
    .camp__address {
      font-size: 32px;
      margin-top: 60px;
      margin-bottom: 60px;
      padding-left: 48px; } }

.footer {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .footer {
      padding-top: 100px;
      padding-bottom: 100px; } }

.footer-logo-wrapper {
  margin-bottom: 19px; }
  @media (min-width: 768px) {
    .footer-logo-wrapper {
      margin-bottom: 35px; } }

.footer-nav-wrapper {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .footer-nav-wrapper {
      margin-bottom: 40px; } }

.social {
  display: flex;
  justify-content: center;
  align-items: center; }

@media (min-width: 1254px) {
  .social.social--header {
    flex-direction: column; } }

.social__item {
  margin-left: 15px;
  margin-right: 15px; }

@media (min-width: 1254px) {
  .social--header .social__item {
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0; }
    .social--header .social__item:last-child {
      margin-bottom: 0; } }
