@charset "UTF-8";
.tooltipe-background {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.tooltipe-add__box {
  width: 470px;
  height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe__close-btn {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: block;
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/N/tooltipes/close.svg);
  border: none;
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 30px;
}

.tooltipe-add__icon {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url(../../img/N/tooltipes/icon-ok.svg);
  background-position: center;
  margin-bottom: 40px;
}

.tooltipe-add__gratitude {
  font-family: "Inter";
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 30px;
}

.tooltipe-add__text {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.tooltipe-add__checkout-btn {
  width: 100%;
  max-width: 220px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  background: #F4F4F4;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: auto;
}
.tooltipe-add__checkout-btn:hover {
  background: #CDDDE3;
}

.tooltipe-add__continue-btn {
  width: 100%;
  max-width: 220px;
  background: #fff;
  border: none;
  border: 1px solid #CDDDE3;
  height: 54px;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
}
.tooltipe-add__continue-btn:hover {
  background: #CDDDE3;
}

.tooltipe-appointment__title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.tooltipe-appointment__box {
  width: 90%;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe-appointment-success__box {
  width: 470px;
  height: 700px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.appointment-success__icon {
  margin-top: 30%;
}

.tooltipe-appointment-success__text {
  font-family: "Inter";
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
}

.tooltipe-buy-one-tap__box {
  width: 470px;
  height: 800px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe-buy-one-tap__title-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tooltipe-buy-one-tap__title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.tooltipe-buy-one-tap__form {
  width: 100%;
}

.tooltipe-complaint__box {
  width: 90%;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe-complaint__title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}

.tooltipe-complaint__product {
  width: 100%;
  border: 1px solid #CDDDE3;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tooltipe-complaint__product div {
  font-size: 18px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
}
.tooltipe-complaint__product div:not(:last-child) {
  border-right: 1px solid #CDDDE3;
}
.tooltipe-complaint__product .tooltipe-complaint__product-img-box {
  width: 100px;
  min-width: 100px;
  padding: 12px;
}
.tooltipe-complaint__product .tooltipe-complaint__product-img-box img {
  width: 100%;
  height: 100%;
}
.tooltipe-complaint__product .tooltipe-complaint__product-name {
  width: 60%;
}
.tooltipe-complaint__product .tooltipe-complaint__product-price {
  width: 15%;
}
.tooltipe-complaint__product .tooltipe-complaint__product-quantity {
  width: 15%;
}

.tooltipe-complaint__form {
  width: 100%;
}

.tooltipe-complaint__item {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
}

.tooltipe-complaint__input-quantity {
  border: 1px solid #CDDDE3;
  padding: 12px 10px;
  width: 100px;
  margin-bottom: 10px;
}

.tooltipe-complaint__input-file {
  display: block;
  margin-bottom: 10px;
}

.tooltipe-complaint__textarea {
  border: 1px solid #CDDDE3;
  resize: none;
  width: 100%;
  height: 107px;
  padding: 10px 18px;
  margin-bottom: 20px;
}

.tooltipe-complaint__submit {
  width: 100%;
  max-width: 300px;
  height: 54px;
  background: #CDDDE3;
  border: none;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
}
.tooltipe-complaint__submit:hover {
  background: #697B87;
  color: #fff;
}

.tooltipe-background {
  display: none;
}

.tooltipe-add--show {
  display: block;
}
.tooltipe-add--show .tooltipe-add__box {
  display: flex;
}
.tooltipe-add--show .tooltipe-add__box .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-appointment--show {
  display: block;
}
.tooltipe-appointment--show .tooltipe-appointment__box {
  display: flex;
}

.tooltipe-appointment-success--show {
  display: block;
}
.tooltipe-appointment-success--show .tooltipe-appointment-success__box {
  display: flex;
}
.tooltipe-appointment-success--show .tooltipe-appointment-success__box .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-buy-one-tap--show {
  display: block;
}
.tooltipe-buy-one-tap--show .tooltipe-buy-one-tap__box {
  display: flex;
}

.tooltipe-complaint--show {
  display: block;
}
.tooltipe-complaint--show .tooltipe-complaint__box {
  display: flex;
}

.tooltipe-form-module__box {
  width: 90%;
  max-width: 900px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 15px;
  flex-direction: column;
  align-items: center;
  display: none;
}
.tooltipe-form-module__box .form-module {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 0;
}
.tooltipe-form-module__box .form-module__success {
  background-color: #fff;
}

.tooltipe-background.tooltipe-form-module--order-call-show {
  display: block;
}
.tooltipe-background.tooltipe-form-module--order-call-show .tooltipe-form-module--order-call {
  display: flex;
}
.tooltipe-background.tooltipe-form-module--order-call-show .tooltipe-form-module--order-call .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-background.tooltipe-form-module--order-service-show {
  display: block;
}
.tooltipe-background.tooltipe-form-module--order-service-show .tooltipe-form-module--order-service {
  display: flex;
}
.tooltipe-background.tooltipe-form-module--order-service-show .tooltipe-form-module--order-service .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-background.tooltipe-form-module--order-club-service-show {
  display: block;
}
.tooltipe-background.tooltipe-form-module--order-club-service-show .tooltipe-form-module__box-club-order-service {
  display: flex;
}
.tooltipe-background.tooltipe-form-module--order-club-service-show .tooltipe-form-module__box-club-order-service .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-background.tooltipe-form-module--order-club-event-show {
  display: block;
}
.tooltipe-background.tooltipe-form-module--order-club-event-show .tooltipe-form-module__box-club-order-event {
  display: flex;
}
.tooltipe-background.tooltipe-form-module--order-club-event-show .tooltipe-form-module__box-club-order-event .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-background.tooltipe-form-module__box-club-question-show {
  display: block;
}
.tooltipe-background.tooltipe-form-module__box-club-question-show .tooltipe-form-module__box-club-question {
  display: flex;
}
.tooltipe-background.tooltipe-form-module__box-club-question-show .tooltipe-form-module__box-club-question .tooltipe-add__icon {
  animation: success 0.6s;
}

@keyframes success {
  0% {
    position: relative;
    top: -80px;
    transform: scale(0.1);
  }
  100% {
    position: relative;
    top: 0px;
    transform: scale(1);
  }
}
@media screen and (max-width: 1100px) {
  .tooltipe-add__box {
    width: 70%;
    max-width: 470px;
    height: 500px;
    padding: 35px;
  }

  .tooltipe__close-btn {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }

  .tooltipe-add__icon {
    height: 80px;
    background-size: contain;
  }

  .tooltipe-add__gratitude {
    font-size: 22px;
  }

  .tooltipe-add__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 600px) {
  .tooltipe-add__box {
    width: 100%;
    padding: 25px;
    width: 90%;
  }

  .tooltipe-appointment__box {
    padding: 25px;
  }

  .tooltipe__close-btn {
    width: 14px;
    height: 14px;
  }

  .tooltipe-add__icon {
    height: 70px;
    background-size: contain;
  }

  .tooltipe-add__gratitude {
    font-size: 20px;
  }

  .tooltipe-add__text {
    font-size: 12px;
    line-height: 16px;
  }

  .tooltipe-add__continue-btn,
.tooltipe-add__checkout-btn {
    font-size: 8px;
  }

  .tooltipe-appointment__box {
    padding: 60px;
  }

  .tooltipe-buy-one-tap__box {
    width: 90%;
    padding: 20px;
    height: 730px;
  }
}
@media screen and (max-width: 560px) {
  .tooltipe-buy-one-tap__box {
    height: 700px;
  }
}
@media screen and (max-width: 450px) {
  .tooltipe-appointment__box {
    padding: 20px;
  }
}
.tooltipe-image-slider--show {
  display: block;
}
.tooltipe-image-slider--show .tooltipe-image-slider-box {
  display: flex;
}

.tooltipe-image-slider-box {
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe-image-slider-block {
  width: 95%;
  max-width: 1200px;
  height: 85vh;
  margin: 0 auto;
  position: relative;
  padding-bottom: 90px;
}
.tooltipe-image-slider-block .swiper-pagination {
  top: calc(100% + 40px);
  position: static;
}
.tooltipe-image-slider-block .pagination-tooltipe-images {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  height: 90px;
  justify-content: center;
  margin-top: 20px;
}
.tooltipe-image-slider-block .pagination-tooltipe-images::-webkit-scrollbar {
  height: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}
.tooltipe-image-slider-block .pagination-tooltipe-images::-webkit-scrollbar-thumb {
  background: linear-gradient(transparent 0%, transparent 35%, #CDDDE3 35%, #CDDDE3 75%, transparent 75%, transparent 100%);
  cursor: pointer;
}
.tooltipe-image-slider-block .swiper-pagination-bullet {
  width: 70px;
  min-width: 70px;
  height: 70px;
  opacity: 1;
  border-radius: 0;
  border: 4px solid transparent;
  margin: 4px;
}
.tooltipe-image-slider-block .swiper-pagination-bullet-active {
  border: 4px solid #fff;
}
.tooltipe-image-slider-block .pagination-image__item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.tooltipe-image-slider {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.tooltipe-image-slider__list {
  display: flex;
  position: absolute;
  height: 100%;
}

.tooltipe-image-slider__item {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}

.tooltipe-image-slider__item-wrapper {
  position: relative;
  max-width: 100%;
  max-height: 80%;
}

.opening-img__close-btn {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../../img/N/tooltipes/close-image.svg");
  background-size: 14px;
  background-position: center;
  padding: 18px;
}

.tooltipe-image-slider__item-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background-color: #fff;
  padding: 10px;
}

.tooltipe-image-slider__item-text {
  background-color: #fff;
  padding: 10px 30px;
  text-transform: initial;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.tooltipe-image-slider__arrow {
  z-index: 122;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 45%;
  cursor: pointer;
}
.tooltipe-image-slider__arrow:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  top: 18px;
  left: 18px;
  border-bottom: none;
  border-right: none;
}

.tooltipe-image-slider--prev {
  left: -50px;
  transform: rotate(-45deg);
}

.tooltipe-image-slider--next {
  right: -50px;
  transform: rotate(135deg);
}

.slider-turn-off .tooltipe-image-slider__arrow {
  display: none;
}
.slider-turn-off .swiper-wrapper {
  transform: translate3d(0px, 0, 0) !important;
}
.slider-turn-off .swiper-pagination {
  display: none;
}

.tooltipe-open-video--show {
  display: block;
}
.tooltipe-open-video--show .tooltipe-open-video-box {
  display: block;
}

.tooltipe-open-video-box {
  width: 95%;
  max-width: 1200px;
  margin: 10vh auto;
  display: none;
  height: 80vh;
}

.tooltipe-open-video__wrapper {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .review-slider-block .pagination-images {
    height: 80px;
  }
  .review-slider-block .swiper-pagination-bullet {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .review-slider-block .swiper-pagination-bullet-active {
    border: 3px solid #CDDDE3;
  }
}
@media screen and (max-width: 800px) {
  .tooltipe-review-slider {
    padding: 30px;
    margin: 0;
    width: 100%;
    height: 100%;
  }

  .review-slider-block {
    width: 100%;
    height: calc(100vh - 200px);
  }
  .review-slider-block .review-slider__arrow {
    display: none;
  }
  .review-slider-block .pagination-images {
    height: 60px;
  }
  .review-slider-block .swiper-pagination-bullet {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .review-slider-block .swiper-pagination-bullet-active {
    border: 2px solid #CDDDE3;
  }

  .tooltipe-image-slider-box {
    padding: 30px 0;
  }

  .tooltipe-image-slider__arrow {
    display: none;
  }

  .tooltipe-image-slider-block .swiper-pagination-bullet {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin: 2px;
  }

  .tooltipe-open-video-box {
    height: auto;
    width: 95%;
  }

  .tooltipe-open-video__wrapper {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
  }
  .tooltipe-open-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .tooltipe-review-slider {
    padding: 30px 20px;
  }
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}


.form-module {
  width: 100%;
  padding: 50px 20px;
  background: #F4F4F4;
  margin-bottom: 100px;
  position: relative;
}
.form-module__select {
  background-color: #fff;
  border: 1px solid #cddde3;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding: 13px 20px;
  position: relative;
}
@media (max-width: 600px) {
  .form-module__select {
    font-size: 12px;
    line-height: 16px;
  }
}
.form-module__selected-service {
  box-sizing: border-box;
  display: block;
}
.form-module__selected-service::after {
  content: "";
  background: url("../../img/N/common/form-select.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 47%;
  transition: 0.2s linear;
  right: 20px;
  height: 8px;
  width: 8px;
}
.form-module__selected-service--active::after {
  top: 45%;
  transform: rotate(180deg);
}
.form-module__select-options {
  border: 1px solid #cddde3;
  border-top: none;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100.4%;
}
.form-module__select-options--closed {
  display: none;
}
.form-module__select-option {
  background-color: #fff;
  cursor: pointer;
  padding: 13px 20px;
  transition: 0.2s ease-in-out;
}
.form-module__select-option:hover {
  background-color: #CDDDE3;
}

.form-module--club {
  background-image: url("../../img/N/pages/designClub/form-module-club.webp");
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-position: center;
}

.form-module__title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 30px;
}

.form-module__subtitle {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.form-module__box {
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
}

.form-module__item {
  margin-bottom: 20px;
}

.form-module__item-title {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

.form-module__item-input,
.form-module__item-input-data {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  border: 1px solid #CDDDE3;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.form-module__textarea {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #CDDDE3;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  height: 157px;
  resize: none;
}
.form-module__textarea::placeholder {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 16px;
}

.form-module__resize-textarea {
  line-height: 28px;
  resize: none;
}

.form-module__submit {
  display: block;
  width: 160px;
  height: 54px;
  border: none;
  margin: 40px auto 10px;
  background: #CDDDE3;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.form-module__submit:hover {
  background: #697B87;
  color: #fff;
}

.form-module__success {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  top: 0;
  left: 0;
  background: #F4F4F4;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: none;
}
.form-module__success img {
  margin-bottom: 30px;
}
.form-module__success .form-module__success-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.form-module__success .form-module__success-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  max-width: 400px;
  text-align: center;
}

.form-success-show {
  max-height: 500px;
  overflow: hidden;
}
.form-success-show .form-module__success {
  display: flex;
}

.form-module__input-file .form-module__item-title {
  margin-bottom: 20px;
}
.form-module__input-file--new {
  margin: 40px 0;
}
.form-module__input-file input {
  opacity: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.form-module__input-file label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  font-size: 16px;
  width: 85%;
}
.form-module__input-file label:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../img/N/common/added-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.form-module__add-files-item {
  display: flex;
  justify-content: space-between;
}

.form-module__files-del {
  width: 20px;
  height: 20px;
  border: none;
  background-color: none;
  background-image: url(../../img/N/common/delete-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.form-module__clear-input .form-module__files-del {
  display: none;
}

.form-module__input-del {
  margin-bottom: 26px;
}
.form-module__input-del .form-module__files-del {
  display: block;
}

.form-module__topic {
  position: relative;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 16px;
  width: 100%;
}
.form-module__topic::after {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(../../img/N/icons/productCardPage/arrow-up.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transition: 0.3s;
  top: 20px;
  right: 20px;
  pointer-events: none;
}

.topic-value {
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  border: 1px solid #CDDDE3;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.toipc-list {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #CDDDE3;
  border-top: none;
  display: none;
}

.toipc-item {
  padding: 5px 20px;
  cursor: pointer;
}
.toipc-item:hover {
  background: rgba(205, 221, 227, 0.4);
}

.topic--open:after {
  transform: rotate(360deg);
}
.topic--open .toipc-list {
  display: block;
  z-index: 10;
}

.agreement-box,
.form-module__item-checkbox {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}

.agreement-box__input,
.form-module__item-checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.agreement-box__label,
.form-module__item-checkbox__label {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  align-self: self-start;
}
.agreement-box__label a,
.form-module__item-checkbox__label a {
  display: inline;
  text-decoration: underline;
}
.agreement-box__label:before,
.form-module__item-checkbox__label:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #CDDDE3;
  top: -4px;
  left: 0;
}
.agreement-box__label:after,
.form-module__item-checkbox__label:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #697B87;
  border: 1px solid #697B87;
  background-image: url(../../img/N/common/checkbox-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: -4px;
  left: 0;
  display: none;
}

.agreement-box__input:checked + .agreement-box__label:after {
  display: block;
}

.agreement--invalid + .agreement-box__label::before {
  border: 1px solid red;
}

.form-module__item-checkbox__input:checked + .form-module__item-checkbox__label:after {
  display: block;
}

.form-module__item-checkbox--invalid + .form-module__item-checkbox__label::before {
  border: 1px solid red;
}

.form-module__block-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.form-module__item-box {
  display: flex;
}
.form-module__item-box .form-module__item {
  min-width: 96px;
}
.form-module__item-box .form-module__item:first-child {
  min-width: calc(100% - 192px - 40px);
  margin-right: 20px;
}
.form-module__item-box .form-module__item:nth-child(3) {
  margin-left: 20px;
}

.form-module__item-checkbox {
  margin-bottom: 40px;
}

.form-module__title-event {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 30px;
}
.form-module__title-event .form-module__title {
  margin-bottom: 0;
}

.form-module .club-events-list__item {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .form-module {
    padding: 20px;
    margin-bottom: 60px;
  }

  .form-module__title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }

  .form-module__subtitle,
.form-module__item-title {
    font-size: 12px;
    line-height: 19px;
  }

  .form-module__item-input {
    height: 40px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
  }

  .form-module__textarea {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 19px;
  }
  .form-module__textarea::placeholder {
    font-size: 12px;
  }

  .agreement-box__label,
.form-module__item-checkbox__label {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
  }

  .form-module__input-file label {
    font-size: 14px;
  }

  .form-module__submit {
    height: 40px;
    margin: 20px auto 10px;
  }

  .form-module__success .form-module__success-title {
    font-size: 18px;
  }
  .form-module__success .form-module__success-text {
    font-size: 12px;
    max-width: none;
    width: 90%;
  }

  .form-module__item-box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form-module__item-box .form-module__item {
    width: 47%;
  }
  .form-module__item-box .form-module__item:first-child {
    min-width: 0;
    margin-right: 0px;
  }
  .form-module__item-box .form-module__item:nth-child(3) {
    margin-left: 0px;
  }
  .form-module__item-box .form-module__item-street {
    width: 100%;
  }

  .form-module__item-box-time .form-module__item {
    width: 100%;
  }
}
.club-pages {
  background-image: url("../../img/N/pages/designClub/club-bg-top.svg"), url("../../img/N/pages/designClub/club-bg-bottom.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: -1100px -1080px, -1100px 40%;
}
.club-pages h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
}
.club-pages h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
}

@media screen and (max-width: 600px) {
  .club-pages h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .club-pages h2 {
    font-size: 14px;
    line-height: 17px;
  }
}
body {
  background-color: #F4F4F4;
}

.club-header {
  margin-bottom: 60px;
}

.club-header-img {
  width: 100%;
  height: 300px;
  background-image: url("../../img/N/pages/designClub/header-bg.webp");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club-header-img img {
  height: 80%;
}

.club-header-menu-wrapper {
  background: linear-gradient(0deg, rgba(205, 221, 227, 0.2), rgba(205, 221, 227, 0.2)), #FFFFFF;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08));
}

.club-header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  max-width: 1241px;
  margin: 0 auto;
}

.club-header-menu__navigation {
  display: flex;
  justify-content: space-between;
  width: 53%;
  min-width: 600px;
}

.club-header-navigation__item {
  padding: 20px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 2px solid transparent;
}
.club-header-navigation__item:hover {
  border-bottom: 2px solid rgba(105, 123, 135, 0.3);
}

.club-header-navigation__item--active {
  border-bottom: 2px solid #697B87;
}

.club-header-menu__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 38%;
  min-width: 435px;
}

.club-header-menu__presentation {
  position: relative;
  padding-left: 30px;
  border: none;
  background: none;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  cursor: pointer;
}
.club-header-menu__presentation:after {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #CDDDE3;
  top: -1px;
  background-image: url("../../img/N/pages/designClub/pdf-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.club-header-menu__btn {
  padding: 8px 10px;
}

.club-header-menu__btn-status {
  background: transparent;
  border: 1px solid #CDDDE3;
  padding: 8px 25px;
}

@media screen and (max-width: 2200px) {
  .club-header-img {
    height: 200px;
  }
}
@media screen and (max-width: 1240px) {
  .club-pages {
    background-position: -1200px -1000px, -1300px 40%;
  }

  .club-header-menu-wrapper {
    background: none;
    filter: none;
    width: 100%;
  }

  .club-header-menu {
    display: block;
    width: 100%;
  }

  .club-header-menu__navigation-wrapper {
    overflow: scroll;
  }

  .club-header-menu__navigation-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .club-header-menu__navigation {
    padding: 0 7.5%;
    min-width: 660px;
    width: 100%;
    background: linear-gradient(0deg, rgba(205, 221, 227, 0.2), rgba(205, 221, 227, 0.2)), #FFFFFF;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08));
  }

  .club-header-menu__buttons {
    padding: 30px 7.5%;
    width: 100%;
    justify-content: flex-start;
    min-width: 0;
    background: #FFFFFF;
  }

  .club-header-menu__presentation {
    margin-right: 40px;
  }

  .club-header-menu__btn-status {
    margin-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .club-header {
    margin-bottom: 50px;
  }

  .club-header-img {
    height: 150px;
  }
}
@media screen and (max-width: 750px) {
  .club-pages {
    background-position: -1400px -1000px, -1450px 40%;
  }
}
@media screen and (max-width: 600px) {
  .club-header {
    margin-bottom: 30px;
  }

  .container {
    padding: 0 20px;
  }

  .club-header-img {
    height: 100px;
  }

  .club-header-menu__navigation {
    padding: 0 13px;
  }

  .club-header-navigation__item {
    padding: 11px 0;
  }

  .club-header-menu__buttons {
    flex-direction: column;
    align-items: center;
  }

  .club-header-menu__buttons {
    padding: 20px;
  }

  .club-header-menu__presentation {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 300px;
    width: 100%;
  }

  .club-header-menu__btn {
    width: 100%;
    max-width: 300px;
  }

  .club-header-menu__btn-status {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.club-socials-share {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #CDDDE3;
  margin-bottom: 40px;
}

.club-socials-share__title {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 25px;
}

.club-socials-share__list {
  display: flex;
}

.club-socials-share__item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(205, 221, 227, 0.6);
  margin-right: 10px;
}
.club-socials-share__item:last-child {
  margin-right: 0;
}

.club-socials-share__item-vk {
  background-image: url("../../img/N/pages/designClub/vk-icon.svg");
}

.club-socials-share__item-ok {
  background-image: url("../../img/N/pages/designClub/ok-icon.svg");
}

.club-socials-share__item-inst {
  background-image: url("../../img/N/pages/designClub/inst-icon.svg");
}

.club-socials-share__item-fb {
  background-image: url("../../img/N/pages/designClub/fb-icon.svg");
}

.club-socials-share__item-youtube {
  background-image: url("../../img/N/pages/designClub/youtube-icon.svg");
}

.club-socials-share__item-tw {
  background-image: url("../../img/N/pages/designClub/tw-icon.svg");
}

.club-socials-tg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.club-socials-tg__icon {
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/N/pages/designClub/tg-icon-bg.svg");
  position: relative;
  margin-right: 10px;
}
.club-socials-tg__icon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/N/pages/designClub/tg-icon.svg");
}

.club-socials-tg__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
.club-socials-tg__text a {
  color: #00516A;
}

@media screen and (max-width: 600px) {
  .club-socials-share {
    padding: 30px 0;
    margin-bottom: 15px;
  }

  .club-socials-share__title {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }

  .club-socials-share__item {
    width: 40px;
    height: 40px;
    background-size: 40% 40%;
    margin-right: 6px;
  }

  .club-socials-tg__icon {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    background-size: 130% 130%;
  }
  .club-socials-tg__icon:after {
    background-size: 40% 40%;
  }

  .club-socials-tg__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
  }
  .club-socials-tg__text a {
    display: inline;
  }
}
.club-events-list-poster {
  background-color: rgba(205, 221, 227, 0.5);
  padding: 30px 0 70px;
  overflow: hidden;
  margin-bottom: 20px;
}

.club-events-list-poster__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.club-events-slider__buttons {
  display: flex;
  margin-left: 40px;
}
.club-events-slider__buttons .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.club-events-slider__button {
  width: 15px;
  height: 15px;
  border: 3px solid #004B66;
  border-right: none;
  border-bottom: none;
  cursor: pointer;
}

.club-events-slider__button-prev {
  transform: rotate(-45deg);
  margin-right: 10px;
}

.club-events-slider__button-next {
  transform: rotate(135deg);
}

.events-poster__slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  overflow: hidden;
}

@media (max-width: 700px) {
  .events-poster__slider {
    height: 450px;
  }
}

@media (max-width: 500px) {
  .events-poster__slider {
    height: 350px;
  }
}

.events-poster__slider .swiper-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(100% + 20px);
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: none;
}
.events-poster__slider .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.events-poster__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  margin: 7.5px;
  cursor: pointer;
}
.swiper-pagination-clickable .events-poster__slider .swiper-pagination-bullet {
  cursor: pointer;
}
.events-poster__slider .swiper-pagination-bullet-active {
  background-color: #004B66;
}

.events-poster__slider-list {
  display: flex;
}

.events-poster__slider-list-item h5 {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 3px;
}
.events-poster__slider-list-item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.events-poster__slider-list-item__img {
  width: 100%;
  height: 0px;
  padding-bottom: 44%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.events-poster__slider-list-item__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-poster__slider-list-item__btns {
  display: flex;
}
.events-poster__slider-list-item__btns button,
.events-poster__slider-list-item__btns a {
  width: 182px;
  height: 54px;
}
.events-poster__slider-list-item__btns a:not(.gray) {
  margin-left: 10px;
  background-color: transparent;
  border: 1px solid #CDDDE3;
}

@media screen and (max-width: 700px) {
  .club-events-list-poster h2 {
    font-size: 16px;
  }
  .club-events-list-poster .club-events-list-poster__head {
    margin-bottom: 10px;
  }

  .events-poster__slider-list-item h5, .events-poster__slider-list-item p {
    font-size: 12px;
    line-height: 18px;
  }

  .events-poster__slider-list-item__img {
    margin-bottom: 10px;
  }

  .events-poster__slider-list-item__btns {
    justify-content: space-between;
  }
  .events-poster__slider-list-item__btns button,
.events-poster__slider-list-item__btns a {
    height: 32px;
    padding: 0;
    line-height: 30px;
  }
}
@media screen and (max-width: 550px) {
  .events-poster__slider .swiper-pagination {
    display: block;
  }

  .club-events-slider__buttons {
    display: none;
  }
}
.club-events-tabs-wrapper {
  margin-bottom: 40px;
}

.club-events-tabs {
  display: flex;
  width: 100%;
}

.club-events-tabs {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.club-events-tabs__item {
  padding: 10px 0;
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-weight: normal;
  opacity: 0.6;
  font-size: 18px;
  line-height: 32px;
}
.club-events-tabs__item:not(last-child) {
  margin-right: 20px;
}

.club-events-tabs__item--active {
  opacity: 1;
  border-bottom: 2px solid #697B87;
  pointer-events: none;
}

@media screen and (max-width: 1240px) {
  .club-events-tabs-wrapper {
    width: 100%;
    overflow: scroll;
    padding: 0;
  }
  .club-events-tabs-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .club-events-tabs {
    width: auto;
    justify-content: start;
    padding: 0 7.5%;
  }

  .club-events-tabs__item {
    white-space: nowrap;
  }
  .club-events-tabs__item:not(last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .club-events-tabs {
    padding: 0 60px;
  }
}
@media screen and (max-width: 700px) {
  .club-events-tabs-wrapper {
    margin-bottom: 20px;
  }

  .club-events-tabs {
    padding: 0 20px;
  }

  .club-events-tabs__item {
    font-size: 14px;
    padding: 4px 0;
  }
}
.club-events-list-wrapper {
  margin-bottom: 60px;
}

.club-events-list__box {
  margin-bottom: 40px;
}

.club-events-list__month {
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}

.club-events-list__item {
  display: flex;
  margin-bottom: 40px;
}
.club-events-list__item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
}

.club-events-list__item-img-wrapper {
  width: 33%;
  max-width: 370px;
  min-width: 220px;
  margin-right: 5%;
}

.club-events-list__item-img {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.club-events-list__item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.club-events-list__item-content {
  width: 63%;
  max-width: 610px;
}

.club-events-list__item-data {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
}

.club-events-list__item-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}

.club-events-list__item-tags-box {
  display: flex;
}

.club-events-list__item-tag {
  padding: 4px 14px;
  margin-right: 10px;
  background: none;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.club-events-list__show-more-btn {
  width: 100%;
  max-width: 394px;
  margin: 0 auto;
  background: none;
  padding: 8px 0;
  border: 1px solid #CDDDE3;
}

.club-events-list__show-more-btn-disabled {
  display: none;
}

@media screen and (max-width: 700px) {
  .club-events-list__item {
    display: block;
  }

  .club-events-list__item-img-wrapper {
    width: 100%;
    margin-right: 0;
    max-width: none;
    margin-bottom: 20px;
  }

  .club-events-list__item-content {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .club-events-list__item p {
    font-size: 12px;
    line-height: 18px;
  }

  .club-events-list__month {
    font-size: 16px;
    line-height: 36px;
  }

  .club-events-list__item-data {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }

  .club-events-list__item-title {
    font-size: 12px;
    line-height: 18px;
  }

  .club-events-list__item-tag {
    font-size: 8px;
    line-height: 11px;
  }
}
.club-events-list-main {
  margin-bottom: 60px;
  position: relative;
}
.club-events-list-main h1 {
  margin-bottom: 20px;
}
.club-events-list-main p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  max-width: 710px;
}

.club-events-list-main__download {
  border: none;
  background: none;
  padding-left: 30px;
  position: absolute;
  top: 14px;
  right: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.club-events-list-main__download:after {
  position: absolute;
  content: "";
  left: 0;
  background-image: url("../../img/N/pages/designClub/eventsList/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1100px) {
  .club-events-list-main__download {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .club-events-list-main {
    margin-bottom: 40px;
  }
  .club-events-list-main h1 {
    margin-bottom: 10px;
  }
  .club-events-list-main p {
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
  }
}
