body {
  font-family: 'Fira Sans', Arial, Verdana, Geneva, Tahoma, sans-serif;
  color: #fff;
  background: #171919;
}

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

.surf, .travel, .sleep, .shop, .footer {
  padding: 120px 0 160px;
}

.title {
  position: relative;
  padding-bottom: 100px;
}

.title h1 {
  display: inline-block;
  padding: 14px 0 0 300px;
  position: relative;
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.title h1:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #4AF6CD;
  position: absolute;
  top: 17 px;
  right: 0;
}

.title span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 200px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.02;
}

.subtitle {
  text-align: right;
  margin-right: 80px;
}

.subtitle h4 {
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 7.33333px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
}

.subtitle h4:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 13px;
  left: -105px;
}

.subtitle h3 {
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.subtitle h3 span {
  display: inline-block;
  font-weight: 100;
}

.subtitle.right {
  text-align: left;
  margin-right: 0;
  margin-left: 135px;
}

.subtitle.right h4:before {
  left: auto;
  right: -105px;
}

.btn-link {
  text-align: center;
}

.btn-link a {
  display: inline-block;
  font-weight: 800;
  font-size: 40px;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

.btn-link a span {
  position: relative;
  display: inline-block;
  background: #4AF6CD;
  padding: 24px 57px 27px 17px;
  margin-left: 12px;
  line-height: 36px;
}

.btn-link a span:before {
  content: '';
  position: absolute;
  top: 40px;
  left: -10px;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
}

.btn-link a span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 16px;
  width: 24.15px;
  height: 20.15px;
  background-image: url(../img/right-arrow.svg);
}

.beach-slider .slick-arrow {
  position: absolute;
  top: 190px;
  right: 80px;
  opacity: 0.25;
  z-index: 9999;
  cursor: pointer;
}

.beach-slider .slick-prev {
  right: 125px;
  top: 189px;
  transform: rotate(180deg);
}

.beach-slider__item {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 92px;
}

.beach-slider__item .subtitle.right {
  margin-top: 460px;
}

.beach-slider__item .subtitle.right img {
  margin-left: 20px;
  transform: translateY(4px);
  display: inline-block;
}

.beach-slider__item-img {
  position: absolute;
  top: 448px;
  right: 0;
}

.beach-slider__item-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  padding: 0 135px;
  margin: 120px auto 0;
}

.beach-slider__item-info__item {
  width: 25%;
  padding: 0 30px;
  position: relative;
}

.beach-slider__item-info__item:last-child span {
  position: absolute;
  top: 40px;
  left: 66px;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  text-align: right;
  letter-spacing: 5.25px;
  text-transform: uppercase;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.75;
}

.beach-slider__item-info__item-subtitle {
  position: absolute;
  top: -38%;
  left: -93%;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-align: right;
  opacity: 0.5;
  transform: rotate(-90deg);
  transform-origin: bottom right;
}

.beach-slider__item-info__item-title {
  position: relative;
  font-weight: 800;
  font-size: 40px;
  line-height: 36px;
  text-transform: uppercase;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*****************     HEADER     ***********************/
.header__slider-item {
  height: 100vh;
  background-image: url(../img/Background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.header__slider .slick-arrow {
  position: absolute;
  right: 80px;
  top: 40px;
  width: 24.15px;
  height: 20.15px;
  outline: none;
  z-index: 2;
  cursor: pointer;
}

.header__slider .slick-prev {
  right: 124px;
  transform: rotate(180deg);
}

.slider-item__info {
  position: absolute;
  bottom: 115px;
  right: 80px;
  text-align: right;
}

.slider-item__info-suptitle {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7.33333px;
  opacity: 0.5;
}

.slider-item__info-suptitle:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 14px;
  left: -103px;
  width: 80px;
  height: 1px;
  background: #fff;
  opacity: .5;
}

.slider-item__info-title {
  font-weight: 800;
  font-size: 80px;
  line-height: 86px;
  text-transform: uppercase;
}

.slider-item__info-text {
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-transform: uppercase;
}

.slider-item__info-link {
  display: inline-block;
}

.slider-dots {
  position: absolute;
  top: 900px;
  right: 40px;
  width: 100%;
  max-width: 960px;
}

.slider-dots .slick-current .dots-box {
  border-color: #4AF6CD;
}

.slider-dots .slick-slide {
  outline: none;
}

.dots-box {
  width: 200px;
  display: flex;
  justify-content: space-between;
  height: 28px;
  align-items: center;
  border-top: 4px solid #fff;
  padding-top: 6px;
  cursor: pointer;
}

.dots-box__number {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
}

.dots-box__name {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.header-aside {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.header-aside__logo {
  margin: 0;
  padding: 0;
}

.nav {
  margin-top: 120px;
}

.nav__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav__btn {
  display: none;
}

.nav__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.nav__link img {
  max-width: 60px;
}

.nav__link span {
  display: inline-block;
  margin-top: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 3px;
  color: #FFFFFF;
}

.header-aside__date {
  margin-top: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1.4px;
  color: #FFFFFF;
}

.header-aside__date span {
  display: block;
  font-weight: 800;
  font-size: 72px;
  line-height: 64px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header-aside__point {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.05px;
  color: #FFFFFF;
}

.header-aside__point img {
  margin-right: 8px;
}

.header__down-arrows {
  position: absolute;
  bottom: 41px;
  left: 210px;
}

@keyframes down {
  0% {
    bottom: 41px;
  }
  100% {
    bottom: 31px;
    opacity: 0.1;
  }
}

.header-map {
  position: absolute;
  right: 0;
  top: 0;
}

.header-map .map-line-animation {
  stroke-dashoffset: 600;
  stroke-dasharray: 600;
  animation: mapAni 5s infinite 6s;
}

@keyframes mapAni {
  to {
    stroke-dashoffset: 0;
  }
}

.header__goSurf {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  font-weight: 800;
  font-size: 200px;
  line-height: 156px;
  text-transform: uppercase;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.07;
}

/*****************     SURF     ***********************/
.surf {
  position: relative;
}

.surf__point {
  position: absolute;
  right: 0;
  top: 240px;
}

.surf__map {
  position: relative;
  margin: -32px auto 0;
  width: 1240px;
  height: 634px;
}

.surf__map-bg {
  position: absolute;
  top: 0;
  right: 0;
}

.surf__map-point {
  position: absolute;
  top: 268px;
  left: 166px;
}

.map__dots {
  width: 1240px;
  height: 100%;
  position: relative;
}

.map__dots .slick-list {
  height: 100%;
}

.map__dots .slick-current .map__dot .map__dot-info {
  opacity: 1;
  visibility: visible;
}

.map__dots .slick-current .map__dot--1 .map__dot-tgl {
  transform: rotate(-135deg);
}

.map__dots .slick-current .map__dot--4 .map__dot-tgl {
  transform: rotate(-45deg);
}

.map__dots .slick-current .map__dot--5 .map__dot-tgl {
  transform: rotate(135deg);
}

.map__dots .slick-current .map__dot-tgl {
  border-radius: 0% 50% 50% 50%;
}

.map__dot {
  position: absolute;
  cursor: pointer;
}

.map__dot-tgl {
  width: 24px;
  height: 24px;
  background: #4AF6CD;
  box-shadow: 0px 0px 35px rgba(74, 246, 205, 0.837777);
  border-radius: 50%;
  transition: border-radius .5s;
  transform: rotate(45deg);
}

.map__dot--1 {
  top: 330px;
  left: 40px;
}

.map__dot--1 .map__dot-info {
  transform: translate(-11%, 121%);
}

.map__dot--2 {
  top: 290px;
  left: 176px;
}

.map__dot--2 .map__dot-info {
  transform: translate(-44%, 0);
}

.map__dot--3 {
  top: 318px;
  left: 378px;
}

.map__dot--3 .map__dot-info {
  transform: translate(-44%, 0);
}

.map__dot--4 {
  top: 501px;
  left: 453px;
}

.map__dot--4 .map__dot-info {
  transform: translate(-105%, 58%);
}

.map__dot--5 {
  top: 212px;
  left: 570px;
}

.map__dot--5 .map__dot-info {
  transform: translate(15%, 58%);
}

.map__dot--6 {
  top: 555px;
  left: 677px;
}

.map__dot--6 .map__dot-info {
  transform: translate(-44%, 0);
}

.map__dot--7 {
  top: 395px;
  left: 838px;
}

.map__dot--7 .map__dot-info {
  transform: translate(-44%, 0);
}

.map__dot--8 {
  top: 501px;
  left: 1129px;
}

.map__dot--8 .map__dot-info {
  transform: translate(-74%, 0);
}

.map__dot-info {
  z-index: 5;
  min-width: 285px;
  position: absolute;
  bottom: 36px;
  padding: 28px 32px 32px;
  background: rgba(15, 16, 16, 0.7);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}

.map__dot-info-header {
  display: flex;
  justify-content: space-between;
}

.map__dot-info__title h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.map__dot-info__title h5 {
  position: relative;
  margin-top: 14px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.map__dot-info__title h5:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #4AF6CD;
  position: absolute;
  top: -8px;
  left: 0;
}

.map__dot-info__conditions {
  padding: 0 9px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.map__dot-info__condition-box {
  text-align: center;
}

.map__dot-info__condition-box h5 {
  margin: 8px 0;
  font-weight: 800;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
}

.map__dot-info__condition-box p {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.surf__map-coordinat {
  position: absolute;
  right: 0;
  top: 172px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(-90deg);
  transform-origin: top right;
}

.surf__slider {
  position: relative;
  margin-top: 110px;
  display: flex;
  flex-wrap: wrap;
}

.surf__slider .slick-arrow {
  position: absolute;
  top: -52px;
  width: 24.15px;
  height: 20.15px;
  opacity: 0.25;
  background: url(../img/right-arrow.svg);
  cursor: pointer;
}

.surf__slider .slick-prev {
  right: 125px;
  transform: rotate(180deg);
}

.surf__slider .slick-next {
  right: 80px;
}

.surf__slider .slick-slide {
  margin-right: -42px;
}

.surf__slider .slick-slide:nth-child(4n + 1) {
  margin-top: 32px;
}

.surf__slider .slick-slide:nth-child(4n + 2) {
  margin-right: -49px;
}

.surf__slider .slick-slide:nth-child(4n + 3) {
  margin-top: 89px;
}

.surf__slider .slick-active {
  margin-left: 0;
}

.surf__slider .slick-current {
  margin-left: 0;
}

.surf__slider .slick-current .surf__slide__inner-mask {
  background: rgba(0, 0, 0, 0.3);
}

.surf__slider .slick-current .surf__slide__inner .btn-link {
  visibility: visible;
  opacity: 1;
  transition: opacity .5s;
}

.surf__slide {
  position: relative;
  width: 25%;
  max-width: 600px;
  cursor: pointer;
}

.surf__slide:hover .surf__slide__inner-mask {
  background: rgba(0, 0, 0, 0.3);
  transition: background .5s;
}

.surf__slide:hover .surf__slide__inner .btn-link {
  visibility: visible;
  opacity: 1;
  transition: opacity .5s;
}

.surf__slide__inner {
  min-height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.surf__slide__inner-mask {
  background: rgba(28, 33, 33, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.surf__slide__inner-title {
  position: relative;
  padding: 72px 0 0 42px;
  font-weight: 800;
  font-size: 40px;
  line-height: 36px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 3;
}

.surf__slide__inner-coordinat {
  position: absolute;
  bottom: 80px;
  left: 38px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(-90deg);
  transform-origin: top left;
  white-space: nowrap;
}

.surf__slide__inner-coordinat span {
  display: inline-block;
  font-weight: 200;
}

.surf__slide__inner .btn-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}

/*****************     TRAVEL     ***********************/
.travel {
  position: relative;
}

.travel-coctail {
  position: absolute;
  bottom: -88px;
  right: 0;
}

.travel .btn-link {
  margin-top: 300px;
}

/*****************     SLEEP     ***********************/
.sleep {
  position: relative;
}

.sleep-frangipani {
  position: absolute;
  bottom: 90px;
  right: 0;
}

.sleep .subtitle.right h3 img {
  margin-left: -30px;
  transform: translateY(14px);
  display: inline-block;
}

.sleep .subtitle.right h3 img:first-child {
  margin-left: -3px;
}

.sleep .beach-slider__item-info__item-title {
  display: flex;
}

.sleep .beach-slider__item-info__item-title div {
  margin-right: 5px;
}

.sleep .btn-link {
  margin-top: 220px;
}

.quantity {
  position: relative;
  z-index: 999;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  display: block;
  font-family: 'Fira Sans', Arial, Verdana, Geneva, Tahoma, sans-serif;
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  line-height: 36px;
  margin-top: -4px;
  text-transform: uppercase;
  background: transparent;
  border: 0;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  position: absolute;
  top: 46px;
  right: -150px;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  background-color: transparent;
  background-image: url(../img/Plus.png);
}

.quantity-button.quantity-down {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0px;
  right: 30px;
  background-image: url(../img/Minus.png);
  background-position: center;
  background-repeat: no-repeat;
}

/*****************     SHOP     ***********************/
.shop-slider .slick-arrow {
  position: absolute;
  top: 0;
  right: 108px;
  opacity: 0.25;
  z-index: 9999;
  cursor: pointer;
}

.shop-slider .slick-prev {
  right: 153px;
  top: -1px;
  transform: rotate(180deg);
}

.shop-slider__item {
  background-repeat: no-repeat;
  background-position: center right;
}

.shop-slider__item__inner {
  display: flex;
}

.shop-descr {
  padding-top: 170px;
  width: 100%;
  max-width: 665px;
  padding-right: 180px;
}

.shop-descr__rating {
  margin: 30px 0 0 120px;
}

.shop-descr__rating img {
  display: inline-block;
  margin-left: -24px;
}

.shop-descr__rating img:first-child {
  margin-left: 0;
}

.shop-descr__price {
  margin: -20px 0 0 135px;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.shop-descr__price sup {
  font-size: 18px;
}

.shop-descr .btn-link {
  margin: 65px 0 0 135px;
  text-align: initial;
}

.shop-product {
  display: flex;
}

.shop-product__sufboard {
  position: relative;
  padding-right: 150px;
}

.shop-product__sufboard-descr {
  position: absolute;
  display: flex;
  width: 122%;
}

.shop-product__sufboard-descr--1 {
  top: 200px;
  left: 175px;
}

.shop-product__sufboard-descr--2 {
  top: 300px;
  left: -6px;
}

.shop-product__sufboard-descr__circle {
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.shop-product__sufboard-descr__circle::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: #4AF6CD;
}

.shop-product__sufboard-descr__circle::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 11px;
  width: 12px;
  height: 2px;
  background: #4AF6CD;
  transform: rotate(90deg);
  transform-origin: top left;
}

.shop-product__sufboard-descr__text {
  margin: -15px 0 0 112px;
  position: relative;
  white-space: nowrap;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.shop-product__sufboard-descr__text:before {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -104px;
  background: #FFFFFF;
  opacity: 0.5;
}

.shop-product__sufboard-descr--3 {
  top: 612px;
  left: 52px;
}

.shop-product__sufboard-descr--3 .shop-product__sufboard-descr__text {
  margin: -15px 0 0 50px;
}

.shop-product__sufboard-descr--3 .shop-product__sufboard-descr__text:before {
  position: absolute;
  top: 25px;
  left: -42px;
  width: 18px;
}

.shop-product__sufboard-descr__text {
  display: none;
}

.shop-product__sufboard-descr.active .shop-product__sufboard-descr__circle::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: #4AF6CD;
  transform: none;
  transform: rotate(0deg);
}

.shop-product__sufboard-descr.active .shop-product__sufboard-descr__text {
  display: block;
}

.shop-product__extras {
  padding-top: 445px;
}

.shop-product__extras__title {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.shop-product__extras-content {
  display: flex;
}

.shop-product__extras-box {
  text-align: center;
  margin-right: 60px;
}

.shop-product__extras-box:last-child {
  margin-right: 0;
}

.shop-product__extras-box__img {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-product__extras-box__title {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
}

.shop-product__extras-box__price {
  margin-top: 5px;
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
}

/*****************     FOOTER     ***********************/
.footer {
  padding-bottom: 30px;
}

.footer .btn-link a span {
  padding: 24px 17px 27px 17px;
}

.footer .btn-link a span:after {
  display: none;
}

.footer-copy {
  margin-top: 27px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1500px) {
  .slider-item__info {
    right: 40px;
  }
  .slider-dots {
    top: 695px;
  }
  .header__slider .slick-arrow {
    right: 40px;
  }
  .header__slider .slick-prev {
    right: 84px;
    top: 39px;
  }
  .subtitle {
    margin-right: 40px;
  }
  .subtitle.right {
    margin-left: 40px;
  }
  .surf__slider .slick-next {
    right: 40px;
  }
  .surf__slider .slick-prev {
    right: 84px;
  }
  .beach-slider .slick-arrow, .shop .slick-arrow {
    right: 40px;
  }
  .beach-slider .slick-prev, .shop .slick-prev {
    right: 84px;
  }
  .beach-slider__item-info {
    padding: 0 40px;
  }
  .shop-descr {
    max-width: 556px;
  }
  .shop-product {
    padding-right: 40px;
  }
  .shop-descr__rating {
    margin: 30px 0 0 25px;
  }
  .shop-descr__price {
    margin: -20px 0 0 40px;
  }
  .shop-descr .btn-link {
    margin: 65px 0 0 40px;
  }
  .shop-product__sufboard-descr {
    width: 139%;
  }
  .shop-product__sufboard {
    padding-right: 50px;
  }
  .shop-product__sufboard-descr--3 .shop-product__sufboard-descr__text:before {
    right: -65px;
    left: auto;
    width: 45px;
  }
  .shop-product__sufboard-descr--3 .shop-product__sufboard-descr__text {
    margin: -15px 0 0 -295px;
  }
  .header-map__svg {
    width: 800px;
    height: 400px;
  }
  .header-aside {
    bottom: auto;
  }
  .header-aside__logo {
    margin-top: -7px;
  }
  .header-aside__logo a img {
    height: 190px;
  }
  .header-aside__date {
    margin-top: 0;
    font-size: 15px;
  }
  .header-aside__date span {
    font-size: 46px;
  }
  .nav {
    margin-top: 15px;
  }
  .nav__link img {
    max-width: 40px;
  }
  .header-aside__point {
    margin-top: 5px;
  }
}

@media (max-width: 1290px) {
  .dots-box {
    width: 170px;
  }
  .slider-dots {
    top: 680px;
    right: 80px;
    max-width: 750px;
  }
  .slider-item__info {
    bottom: auto;
    top: 415px;
  }
  .surf__map {
    height: auto;
    width: 100%;
  }
  .surf__map-bg {
    display: none;
  }
  .surf__map-coordinat {
    display: none;
  }
  .surf__map-point {
    display: none;
  }
  .map__dots {
    width: 100%;
    margin-top: 130px;
  }
  .map__dots .slick-current .map__dot-info {
    background: #686969;
  }
  .map__dot {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .map__dot-tgl {
    display: none;
  }
  .map__dot-info {
    visibility: visible;
    opacity: 1;
    transform: none !important;
    position: relative;
    max-width: 290px;
    bottom: auto;
  }
  .surf__slider .slick-slide {
    margin-right: 0  !important;
  }
  .surf__slide__inner {
    min-height: 580px;
  }
  .surf__slide__inner-title {
    padding: 23px 0 0 25px;
    font-size: 32px;
    line-height: 28px;
  }
  .surf__slide__inner-coordinat {
    left: 25px;
  }
  .surf__slide__inner .btn-link a {
    font-size: 25px;
  }
  .surf__slide__inner .btn-link a span {
    padding: 20px 40px 20px 17px;
  }
  .surf__slide__inner .btn-link a span:after {
    right: 5px;
    top: 27px;
  }
  .surf__slide__inner .btn-link a span:before {
    top: 36px;
  }
}

@media (max-width: 1230px) {
  .shop-descr {
    max-width: 400px;
    padding-right: 75px;
  }
}

@media (max-width: 1200px) {
  .beach-slider__item-img {
    width: 600px;
    height: 330px;
  }
  .sleep .beach-slider__item-img {
    width: 400px;
    height: 200px;
  }
  .beach-slider__item-info {
    flex-wrap: wrap;
  }
  .beach-slider__item-info__item {
    width: 50%;
    margin-bottom: 20px;
  }
  .beach-slider__item-info__item-subtitle {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: left;
  }
  .beach-slider__item-info__item-title {
    font-size: 32px;
  }
  .travel .beach-slider__item-info__item:nth-child(3) .beach-slider__item-info__item-title {
    display: flex;
  }
  .travel-coctail {
    width: 200px;
    height: 350px;
    bottom: 16px;
  }
  .quantity-nav {
    top: 35px;
  }
  .quantity input {
    font-size: 32px;
    width: 32px;
    height: 42px;
  }
}

@media (max-width: 1100px) {
  .header-aside__logo a img {
    height: 150px;
  }
  .header__slider-item {
    height: 100%;
    min-height: 720px;
  }
  .header-map__svg {
    width: 600px;
    height: 295px;
  }
  .slider-item__info {
    right: 40px;
  }
  .slider-dots {
    right: 30px;
    top: 670px;
  }
  .header__down-arrows {
    left: 150px;
  }
  .header__goSurf {
    font-size: 120px;
    line-height: 95px;
  }
  .surf, .travel, .sleep, .shop, .footer {
    padding: 80px 0 100px;
  }
}

@media (max-width: 1070px) {
  .shop-descr {
    max-width: 345px;
    padding-right: 20px;
  }
  .shop-product__extras-box {
    margin-right: 20px;
  }
}

@media (max-width: 980px) {
  .beach-slider__item-img {
    width: 440px;
    height: 270px;
    top: 280px;
  }
  .beach-slider__item .subtitle.right {
    margin-top: 320px;
  }
  .travel .btn-link {
    margin-top: 120px;
  }
  .travel .beach-slider__item-info__item:nth-child(3) .beach-slider__item-info__item-title {
    flex-direction: column;
  }
  .sleep-frangipani {
    width: 140px;
    height: 200px;
  }
  .shop-product__extras {
    padding-top: 160px;
    text-align: center;
  }
  .shop-product__extras-content {
    flex-direction: column;
  }
  .shop-product__extras-box {
    margin: 0;
  }
  .shop-product__sufboard-descr__text:before {
    top: 24px;
    left: 118px;
    width: 20px;
  }
  .shop-product__sufboard-descr__text {
    margin-left: -169px;
    max-width: 120px;
    white-space: normal;
    font-size: 18px;
    line-height: 18px;
  }
  .shop-product__sufboard-descr--2 .shop-product__sufboard-descr__text {
    margin-left: 50px;
  }
  .shop-product__sufboard-descr--2 .shop-product__sufboard-descr__text:before {
    left: -35px;
  }
  .shop-product__sufboard-descr--3 .shop-product__sufboard-descr__text {
    margin: -16px 0 0 -160px;
  }
  .shop-product__sufboard-descr--3 .shop-product__sufboard-descr__text:before {
    right: -4px;
    width: 25px;
  }
}

@media (max-width: 966px) {
  .dots-box {
    width: 140px;
  }
  .slider-dots {
    right: 30px;
    max-width: 600px;
  }
  .slider-item__info-suptitle {
    font-size: 18px;
    line-height: 18px;
  }
  .slider-item__info-suptitle:before {
    top: 8px;
  }
  .slider-item__info-title {
    font-size: 60px;
    line-height: 70px;
  }
  .title h1 {
    padding: 14px 0 0 240px;
    font-size: 65px;
  }
  .title span {
    font-size: 150px;
  }
  .subtitle h3 {
    font-size: 32px;
  }
  .subtitle h4 {
    font-size: 14px;
  }
  .subtitle h4:before {
    width: 45px;
    left: -65px;
    top: 8px;
  }
  .subtitle.right h4:before {
    right: -65px;
  }
}

@media (max-width: 820px) {
  .nav {
    margin: 30px 0;
    padding: 27px 0;
    position: relative;
    transition: background .5s;
  }
  .nav__inner {
    padding: 10px 10px 10px 0;
    border-radius: 0 10px 10px 0;
    top: 0;
    left: -216px;
    position: absolute;
    flex-direction: row;
    background: #1C2121;
    visibility: hidden;
    opacity: 0;
    transition: left 1s, opacity .5s,visibility .5s;
  }
  .nav__inner .nav__link {
    margin: 0 15px;
  }
  .nav__btn {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 18px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
  }
  .nav__btn .close {
    display: none;
  }
  .nav__btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
  }
  .nav.active {
    background: #1C2121;
  }
  .nav.active .nav__inner {
    left: 113px;
    visibility: visible;
    opacity: 1;
  }
  .nav.active .nav__btn .close {
    display: block;
  }
  .nav.active .nav__btn .list {
    display: none;
  }
  .header__down-arrows {
    left: 20px;
    bottom: 110px;
  }
  .shop-slider__item__inner {
    flex-direction: column;
  }
  .shop-descr {
    order: 2;
    padding-top: 50px;
  }
  .shop-product {
    padding: 0 40px;
  }
  .shop-product__sufboard-descr--3 .shop-product__sufboard-descr__text {
    margin-left: 50px;
  }
  .shop-product__sufboard-descr--3 .shop-product__sufboard-descr__text:before {
    left: -35px;
  }
}

@media (max-width: 650px) {
  .slider-dots {
    max-width: 450px;
    padding: 0 10px;
    top: 525px;
    right: 0;
  }
  .dots-box {
    width: 100px;
  }
  .dots-box__number {
    font-size: 18px;
  }
  .dots-box__name {
    font-size: 14px;
  }
  .slider-item__info {
    right: 20px;
    top: 340px;
    bottom: auto;
  }
  .header__slider-item {
    min-height: 570px;
  }
  .slider-item__info-suptitle:before {
    width: 40px;
    left: -55px;
  }
  .slider-item__info-title {
    font-size: 45px;
    line-height: 50px;
  }
  .slider-item__info-text {
    font-size: 30px;
    line-height: 40px;
  }
  .header-map__svg {
    width: 430px;
    height: 200px;
  }
  .header__down-arrows {
    display: none;
  }
  .nav {
    margin: 5px 0;
    padding: 18px 0;
  }
  .nav__link span {
    margin: 0;
  }
  .nav__link img {
    max-width: 40px;
    max-height: 40px;
  }
  .header__goSurf {
    font-size: 70px;
    line-height: 70px;
  }
  .header__slider .slick-arrow {
    right: 10px;
  }
  .header__slider .slick-prev {
    right: 54px;
    top: 39px;
  }
  .surf__slide__inner {
    min-height: 480px;
  }
  .surf__slide__inner-title {
    padding: 23px 0 0 25px;
    font-size: 32px;
    line-height: 28px;
  }
  .surf__slide__inner-coordinat {
    font-size: 12px;
    left: 30px;
    line-height: 0;
  }
  .surf__slide__inner .btn-link a {
    font-size: 25px;
  }
  .surf__slide__inner .btn-link a span {
    padding: 15px 35px 15px 15px;
  }
  .surf__slide__inner .btn-link a span:after {
    top: 25px;
    width: 17px;
    height: 15px;
    background-size: cover;
    background-position: center;
  }
  .surf__slide__inner .btn-link a span:before {
    top: 32px;
  }
  .beach-slider__item-info__item {
    padding: 0;
    width: 100%;
  }
  .beach-slider__item-img {
    width: 240px;
    height: 135px;
  }
  .beach-slider__item .subtitle.right {
    margin-top: 240px;
  }
  .travel-coctail {
    width: 80px;
    height: 140px;
  }
  .beach-slider__item-info {
    margin-top: 60px;
  }
  .beach-slider__item-info__item-title {
    font-size: 26px;
    line-height: 26px;
  }
  .beach-slider__item-info__item-subtitle {
    font-size: 16px;
    line-height: 16px;
  }
  .beach-slider__item-info__item:last-child span {
    font-size: 8px;
    line-height: 8px;
    top: 24px;
    left: 45px;
  }
  .travel .btn-link, .sleep .btn-link, .shop .btn-link, .footer .btn-link {
    margin-top: 60px;
  }
  .travel .btn-link a, .sleep .btn-link a, .shop .btn-link a, .footer .btn-link a {
    font-size: 25px;
  }
  .travel .btn-link a span, .sleep .btn-link a span, .shop .btn-link a span, .footer .btn-link a span {
    padding: 15px 35px 15px 15px;
  }
  .travel .btn-link a span:after, .sleep .btn-link a span:after, .shop .btn-link a span:after, .footer .btn-link a span:after {
    top: 25px;
    width: 17px;
    height: 15px;
    background-size: cover;
    background-position: center;
  }
  .travel .btn-link a span:before, .sleep .btn-link a span:before, .shop .btn-link a span:before, .footer .btn-link a span:before {
    top: 32px;
  }
  .quantity-nav {
    top: 23px;
  }
  .quantity input {
    font-size: 24px;
    width: 24px;
    height: 30px;
  }
  .sleep .beach-slider__item-img {
    display: none;
  }
  .sleep-frangipani {
    display: none;
  }
  .surf, .travel, .sleep, .shop, .footer {
    padding: 30px 0 60px;
  }
  .footer .btn-link {
    margin: 0;
  }
  .beach-slider .subtitle.right {
    position: relative;
  }
  .beach-slider .subtitle.right h4 {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 500px) {
  .title h1 {
    padding: 14px 0 0 120px;
    font-size: 55px;
  }
  .title h1:before {
    width: 60px;
  }
  .title span {
    font-size: 110px;
  }
  .subtitle {
    margin-right: 10px;
  }
  .subtitle h3 {
    font-size: 28px;
  }
  .subtitle h4 {
    font-size: 12px;
  }
  .subtitle h4:before {
    width: 30px;
    left: -45px;
    top: 5px;
  }
  .subtitle.right {
    margin-left: 10px;
  }
  .subtitle.right h4:before {
    right: -45px;
  }
  .shop-descr .btn-link {
    margin-left: 10px;
    margin-top: 10px;
  }
  .shop-descr__rating {
    margin-left: -5px;
    margin-top: 10px;
  }
  .shop-descr__price {
    margin-left: 10px;
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .shop-product {
    flex-direction: column;
  }
  .shop-product__extras {
    padding-top: 15px;
    text-align: left;
  }
  .shop-product__extras-content {
    flex-direction: row;
  }
  .shop-product__extras-box {
    margin-right: 20px;
  }
}

@media (max-width: 440px) {
  .slider-dots {
    top: 400px;
  }
  .dots-box {
    width: 70px;
    justify-content: space-around;
  }
  .dots-box__name {
    display: none;
  }
  .header-aside__logo a img {
    height: 130px;
  }
  .nav.active .nav__inner {
    left: 89px;
  }
  .nav__btn img {
    width: 25px;
    height: 25px;
  }
  .nav__inner .nav__link {
    margin: 0 5px;
  }
  .nav__inner .nav__link a {
    margin: 0 3px;
  }
  .nav__inner .nav__link a img {
    max-width: 30px;
    max-width: 30px;
  }
  .header-aside__date {
    margin-top: 10px;
    font-size: 12px;
  }
  .header-aside__date span {
    font-size: 40px;
    line-height: 40px;
  }
  .header-aside__point {
    margin-top: 2px;
  }
  .header__slider-item {
    min-height: 440px;
  }
  .slider-item__info {
    right: 20px;
    top: 230px;
    bottom: auto;
  }
  .slider-item__info-suptitle {
    font-size: 16px;
    line-height: 16px;
  }
  .slider-item__info-suptitle:before {
    top: 6px;
  }
  .slider-item__info-title {
    font-size: 32px;
    line-height: 40px;
  }
  .slider-item__info-text {
    font-size: 26px;
    line-height: 34px;
  }
  .surf__point {
    display: none;
  }
  .title h1 {
    padding: 7px 0 0 150px;
    font-size: 45px;
  }
  .title h1:before {
    width: 60px;
  }
  .title span {
    font-size: 100px;
  }
  .subtitle {
    margin-right: 10px;
  }
  .subtitle h3 {
    font-size: 24px;
  }
  .subtitle h4 {
    font-size: 12px;
  }
  .subtitle h4:before {
    width: 30px;
    left: -55px;
  }
  .sleep .subtitle.right h3 img {
    width: 45px;
    height: 45px;
  }
  .travel .title, .sleep .title {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */