*, html, body {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
    background-color: #173e65;
}
h1,
h2,
h3 {
  font-family: "Unbounded", serif;
  text-transform: uppercase;
  font-weight: 500;
}
.unbounded {
  font-family: "Unbounded", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.swiper {
  width: 100%;
  height: 100vh;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  width: 440px !important;
}
.swiper-pagination {
  height: 20px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.m-auto {
  margin: 0 auto;
}
.header {
  width: 100%;
  background-image: url('/assets/images/header.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.header .header-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-fit-cover {
  object-fit: cover;
}
.o-fit-contain {
  object-fit: contain;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.justify-content-center {
  justify-content: center;
}
.align-content-center {
  align-content: center;
}
.align-content-space-around {
  align-content: space-around;
}
.align-content-end {
  align-content: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-6 {
  z-index: 6;
}
.z-7 {
  z-index: 7;
}
.z-8 {
  z-index: 8;
}
.z-9 {
  z-index: 9;
}
.z-10 {
  z-index: 10;
}
.bg-pirat {
  transition: all 0.5s ease;
}
.screen-index {
  background-color: #12294b;
}
.screen-two {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.screen-two h2,
.screen-two span {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  display: block;
}
.age-verification {
  margin: auto;
}
.verification-btn {
  justify-content: center;
  gap: 10px;
}
.swiper-slide .main-screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainOne {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.main-content1,
.main-content2,
.main-content3,
.main-content4 {
  display: none !important;
}
.main-content1.active,
.main-content2.active,
.main-content3.active,
.main-content4.active {
  display: block !important;
}

#mainOne.active {
  display: block;
  opacity: 1;
}

#mainTwo {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
}

#mainOne.noactive {
  display: none;
  opacity: 0;
}
#mainTwo.noactive {
  display: none;
}
.main-signboard {
  background-image: url('/assets/images/signboard.png');
}
.main-signboard,
.main-signboard-slide {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
}
.main-signboard-content h1,
.main-signboard-content-slide h1 {
  font-family: "Unbounded", serif;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.main-signboard-content span {
  font-family: "Montserrat", serif;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.main-signboard-content-slide span p {
  font-family: "Montserrat", serif;
  color: #ffffff;
  text-align: start;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
.main-signboard .description {
  width: 100%;
  height: 65%;
  display: flex;
  align-items: start;
}
.main-assets .chest-izumrud,
.main-assets .chest-gold,
.main-assets .chest-rubin,
.main-assets .sticks-apple,
.main-assets .sticks-apple-two,
.main-assets .sticks-apple-three,
.main-assets .sticks-chocolate,
.main-assets .sticks-cherry,
.main-assets .apple,
.main-assets .chocolate-1,
.main-assets .chocolate-2,
.main-assets .chocolate-3,
.main-assets .chocolate-4,
.main-assets .chocolate-5,
.main-assets .chocolate-6,
.main-assets .cherry-1,
.main-assets .cherry-2,
.main-assets .cherry-3,
.main-assets .cherry-4 {
  content: '';
  position: absolute;
  z-index: 4;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-assets .chest-izumrud {
  background-image: url('/assets/images/chest-izumrud.png');
}
.main-assets .chest-gold {
  background-image: url('/assets/images/chest-gold.png');
}
.main-assets .chest-rubin {
  background-image: url('/assets/images/chest-rubin.png');
}
.main-assets .sticks-apple {
  background-image: url('/assets/images/sticks-apple.png');
}
.main-assets .sticks-apple-two {
  background-image: url('/assets/images/sticks-apple-2.png');
}
.main-assets .sticks-apple-three {
  background-image: url('/assets/images/sticks-apple-3.png');
}
.main-assets .sticks-chocolate {
  background-image: url('/assets/images/sticks-chocolate.png');
}
.main-assets .sticks-cherry {
  background-image: url('/assets/images/sticks-cherry.png');
}
.main-assets .apple {
  background-image: url('/assets/images/apple.png');
}
.main-assets .chocolate-1 {
  background-image: url('/assets/images/chocolate-1.png');
}
.main-assets .chocolate-2 {
  background-image: url('/assets/images/chocolate-2.png');
}
.main-assets .chocolate-3 {
  background-image: url('/assets/images/chocolate-3.png');
}
.main-assets .chocolate-4 {
  background-image: url('/assets/images/chocolate-4.png');
}
.main-assets .chocolate-5 {
  background-image: url('/assets/images/chocolate-5.png');
}
.main-assets .chocolate-6 {
  background-image: url('/assets/images/chocolate-6.png');
}
.main-assets .cherry-1 {
  background-image: url('/assets/images/cherry-1.png');
}
.main-assets .cherry-2 {
  background-image: url('/assets/images/cherry-2.png');
}
.main-assets .cherry-3 {
  background-image: url('/assets/images/cherry-3.png');
}
.main-assets .cherry-4 {
  background-image: url('/assets/images/cherry-4.png');
}
.divider {
  top: 0px;
}
.divider-down {
  bottom: 0px;
  height: 30px;
}
.divider-content {
  height: 100%;
  background-image: url('/assets/images/bg-screen-two.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.divider-content .move-to-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.move-to-telegram {
  background-color: #B61C3E;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.move-to-index {
  background-color: #52212E;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  border-radius: 8px;
}
.move-to-main {
  background-color: #B61C3E;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  border-radius: 8px;
}
.move-to-site {
  background-color: #52212E;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.move-to-site-mobile {
  background-color: #52212E;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.to-learn-more {
  background-color: #B61C3E;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.swiper-button-next, .swiper-button-prev {
  color: #ffffff !important;
  background-color: #B61C3E !important;
}
.move-to-index:hover,
.move-to-site:hover,
.move-to-site-mobile:hover {
  background-color: #6B2B3C;
}
.move-to-main:hover,
.move-to-telegram:hover,
.to-learn-more:hover,
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #CF2046 !important;
}
footer {
  position: relative;
  background-image: url('/assets/images/bg-screen-two.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer-wrapper {
  position: relative;
}
footer .footer-flag {
  position: absolute;
  rotate: 30deg;
}
footer .footer-content,
footer .footer-content .footer-content__one {
  display: grid;
}
footer .footer-message {
  display: flex;
}
footer .footer-message .message-content {
  display: grid;
  color: #ffffff;
  font-family: 'Montserrat', serif;
}
footer ul li {
  list-style: none;
  color: #ffffff;
}
footer ul li a {
  color: #ffffff;
}
footer ul li a.link-telegram,
footer ul li a.link-email {
  font-weight: 600;
}
footer ul li .desc-telegram,
footer ul li .desc-email {
  font-weight: 500;
  font-family: 'Montserrat', serif;
}
footer .footer-content .footer-content__two,
footer .footer-content .footer-content__three {
  display: flex;
  font-family: 'Montserrat', serif;
  flex-direction: column;
}
footer .footer-content .footer-content__two a,
footer .footer-content .footer-content__three a {
  font-family: 'Montserrat', serif;
  text-decoration: underline;
}



/* ПЕРВАЯ СТРАНИЦА */
.index-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.index-wrapper .index-pirat {
  height: 100%;
  background-image: url('/assets/images/bg-screen-one-1920.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
}
.index-wrapper .index-pirat::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/assets/images/screen-one-btn.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  right: -100px;
  bottom: 0;
  z-index: 1;

}
.index-wrapper .move-to-site {
    font-size: 16px;
    font-weight: 600;
    padding: 18px 64px;
    border-radius: 8px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 2;
}
.index-wrapper .index-pirat-mobile {
  width: 100%;
  height: 650px;
  background-image: url('/assets/images/bg-screen-two.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-wrapper .index-pirat-mobile::before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  background-image: url('/assets/images/divider.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 5;
}
.index-wrapper .index-pirat-mobile .move-to-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 50px;
  z-index: 4;
}
.index-wrapper .index-pirat-mobile .index-bones,
.index-wrapper .index-pirat-mobile .index-compass,
.index-wrapper .index-pirat-mobile .index-flag,
.index-wrapper .index-pirat-mobile .index-spyglass,
.index-wrapper .index-pirat-mobile .index-pirate-map {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
.index-wrapper .index-pirat-mobile .index-bones {
  background-image: url('/assets/images/bones.png');
  z-index: 2;
}
.index-wrapper .index-pirat-mobile .index-compass {
  background-image: url('/assets/images/compass.png');
  z-index: 2;
}
.index-wrapper .index-pirat-mobile .index-flag {
  background-image: url('/assets/images/flag.png');
  z-index: 2;
}
.index-wrapper .index-pirat-mobile .index-spyglass {
  background-image: url('/assets/images/spyglass.png');
  z-index: 3;
}
.index-wrapper .index-pirat-mobile .index-pirate-map {
  background-image: url('/assets/images/pirate_map.png');
  z-index: 2;
}
.index-signboard {
  position: absolute;
  right: 30%;
  top: 0px;
  width: 520px;
  height: 430px;
  z-index: 1;
}
.index-signboard-content {
  height: 65%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-signboard-content h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 54px;
  text-align: center;
}
.index-signboard::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url('/assets/images/signboard.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
}

.main-signboard-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* СТРАНИЦА 18+ */
.verification-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.verification-head {
  height: 100%;
  display: flex;
  align-items: center;
}
.screen-verification {
  background-image: url('/assets/images/bg-screen-two.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.verification-img {
  background-image: url("/assets/images/age-verification.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: width 0.3s, height 0.3s;
}
@media only screen and (min-width: 320px) {
  .container {
    width: 100%;
    height: 100vh;
  }
  .index-wrapper .index-pirat {
    background-image: url('/assets/images/bg-screen-one-375.jpg');
    background-position: right -80px;
  }
  .index-wrapper .index-pirat-mobile .index-bones {
    display: none;
  }
  .index-wrapper .index-pirat-mobile .index-compass {
    width: 74px;
    height: 94px;
    top: 30px;
    right: 130px;
    rotate: 45deg;
    display: none;
  }
  .index-wrapper .index-pirat-mobile .index-flag {
    width: 170px;
    height: 160px;
    bottom: 10px;
    left: -50px;
    display: none;
  }
  .index-wrapper .index-pirat-mobile .index-spyglass {
    display: none;
  }
  .index-wrapper .index-pirat-mobile .index-pirate-map {
    width: 260px;
    height: 260px;
    top: -20px;
    right: -180px;
    display: none;
  }
  .index-signboard {
    top: 40px;
    right: 50%;
    transform: translate(50%, -50%);
    width: 310px;
    height: 400px;
  }
  .index-signboard-content {
    height: 42%;
  }
  .index-signboard-content h1 {
    font-size: 33px;
    line-height: 32px;
  }
  .index-wrapper .index-pirat-mobile {
    height: 130px;
  }
  .index-wrapper .index-pirat-mobile .move-to-btn {
    padding-bottom: 10px;
  }
  .container-index,
  .container-main {
    height: 100dvh;
  }
  .header {
    height: 42px;
  }
  .header .relative {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .logo {
    height: 27px;
  }
  .bg-pirat-375 {
    display: block;
    height: 100%;
    object-position: bottom;
  }
  .bg-pirat,
  .bg-pirat-768 {
    display: none;
  }
  .move-to-site-mobile {
    z-index: 5;
  }
  .divider {
    height: 30px;
  }
  .swiper-slide .main-screen {
    object-position: right;
  }
  .bg-verification {
    height: 100vh;
  }
  .screen-two {
    width: 92%;
  }
  
  .screen-two h2 {
    font-size: calc(1.0rem + 6 * (100vw - 320px) / 880);
    margin-bottom: 20px;
  }
  .screen-two span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 24px;
  }
  .verification-content {
    margin-bottom: 20px;
  }
  .verification-img {
    width: 300px;
    height: 250px;
  }
  .age-verification {
    width: 300px;
    margin-bottom: 60px;
  }
  .verification-btn {
    margin: 0px;
  }
  .move-to-index {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
    width: 100%;
    text-align: center;
  }
  .move-to-main {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
    width: 100%;
    text-align: center;
  }
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px)) !important;
    display: inline-block;
    border-radius: 100% !important;
    border: 2px solid #ffffff !important;
    background: #ffffff00 !important;
    opacity: unset !important;
  }
  .swiper-pagination-bullet-active {
    background: #ffffff !important;
  }
  footer {
    width: 100%;
  }
  footer .footer-wrapper {
    padding: 60px 10px;
  }
  footer .footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  footer .footer-logo img {
    width: 170px;
  }
  footer .footer-flag {
    display: none;
  }
  footer .footer-content {
    gap: 32px;
    grid-template-columns: 1fr;
  }
  footer .footer-content .footer-content__one {
    gap: 24px;
  }
  footer .footer-message {
    display: grid;
    justify-content: center;
    gap: 8px;
  }
  footer .footer-message .icon-telegram,
  footer .footer-message .icon-email {
    display: flex;
    justify-content: center;
  }
  footer .footer-message img {
    width: 32px;
    height: 32px;
  }
  footer ul li a.link-telegram {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  footer ul li a.link-email {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  footer ul li .desc-telegram {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  footer ul li .desc-email {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }
  footer .footer-content .footer-content__two,
  footer .footer-content .footer-content__three {
    gap: 12px;
  }
  footer .footer-content .footer-content__two a,
  footer .footer-content .footer-content__three {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .main-signboard-content {
    gap: 14px;
  }
}
@media only screen and (min-width: 320px) and (max-height: 480px) {
  /* .screen-index {
    display: grid;
    grid-template-rows: 75% 25%;
  } */
  .bg-pirat {
    height: 60%;
    object-position: -100px;
  }
  .signboard {
    top: 104px;
    left: 50%;
    /* коррекция положения элемента */
    transform: translate(-50%, -50%);
    width: 250px;
  }
  .signboard-content {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: grid;
    width: 100%;
  }
  .signboard h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
  }
  .move-to-telegram {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
  .bg-screen-two {
    height: 100%;
  }
  .move-to-site-mobile {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 8px;
    width: 40%;
    text-align: center;
  }
  .bones {
    top: 80px;
    left: 45px;
    display: none;
  }
  .compass {
    top: 32px;
    left: 170px;
    width: 55px;
    rotate: 30deg;
  }
  .flag {
    bottom: 50px;
    left: -2px;
    width: 110px;
  }
  .spyglass {
    top: -60px;
    right: -10px;
    display: none;
  }
  .pirate-map {
    top: -42px;
    right: -170px;
    width: 237px;
  }
  .age-verification {
    width: 170px;
    margin-bottom: 10px;
  }
  /* .screen-two h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 18px;
  } */
  .screen-two span {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 14px;
  }
  .move-to-index,
  .move-to-main {
      padding: 11px 14px;
  }
  .bg-main-screen {
    height: 100%;
  }
  .main-signboard-slide {
    background-image: url('/assets/images/signboard-2.png');
  }
  .main-signboard {
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 290px;
    height: 240px;
  }
  .main-signboard-content h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .main-signboard-content span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .main-signboard-slide {
    top: 124px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    height: 310px;
  }
  .main-signboard-slide .description {
    height: 70%;
  }
  .main-signboard-content-slide h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .main-signboard-content-slide span p {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 8px;
    padding: 0 30px;
  }
  .swiper-pagination {
    top: 54% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .swiper-button-next, .swiper-button-prev {
    padding: 0px 10px;
    border-radius: 100%;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 6% !important;
    top: 66% !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 6% !important;
    top: 66% !important;
  }
  .main-assets .chest-izumrud,
  .main-assets .chest-gold,
  .main-assets .chest-rubin {
    display: none;
  }
  .main-assets .sticks-apple {
    width: 370px;
    height: 240px;
    bottom: -20px;
    right: -50px;
  }
  .main-assets .sticks-chocolate {
    width: 330px;
    height: 220px;
    bottom: 0px;
    right: -50px;
    z-index: 5;
  }
  .main-assets .sticks-cherry {
    width: 330px;
    height: 220px;
    bottom: 0px;
    right: -50px;
    z-index: 5;
  }
  .main-assets .apple {
    width: 310px;
    height: 190px;
    bottom: -30px;
    right: -150px;
  }
  .main-assets .chocolate-1 {
    width: 310px;
    height: 180px;
    bottom: -40px;
    right: -120px;
  }
  .main-assets .chocolate-2,
  .main-assets .chocolate-3,
  .main-assets .chocolate-4,
  .main-assets .chocolate-5,
  .main-assets .chocolate-6 {
    display: none;
  }
  .main-assets .cherry-1,
  .main-assets .cherry-2,
  .main-assets .cherry-3 {
    display: none;
  }
  .main-assets .cherry-4 {
    width: 310px;
    height: 180px;
    bottom: -30px;
    right: -150px;
  }
  .to-learn-more {
    font-size: 10px;
    font-weight: 600;
    padding: 14px 50px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 10px;
  }
  .main-divider-content {
    height: 100%;
  }
  .book {
    display: none;
  }
  .papirus {
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 470px;
    display: block;
  }
  .main-compass {
    width: 140px;
    top: unset;
    left: unset;
    bottom: -50px;
    right: -40px;
    rotate: 30deg;
  }
  .main-bones {
    width: 120px;
    bottom: -30px;
    left: -20px;
  }
  .main-pirate-map {
    width: 440px;
    top: -370px;
    right: 0;
  }
  .main-spyglass {
    width: 300px;
    top: -100px;
    right: -260px;
    rotate: 80deg;
  }
  .main-book-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-book-text h2 {
    font-family: 'Unbounded', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .main-book-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (min-height: 481px) {
  /* .screen-index {
    grid-template-rows: 80% 20%;
  } */
  .bg-pirat {
    height: 100%;
    object-position: -100px;
  }
  .signboard {
    top: 104px;
    left: 50%;
    /* коррекция положения элемента */
    transform: translate(-50%, -50%);
    width: 250px;
  }
  .signboard-content {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: grid;
    width: 100%;
  }
  .signboard h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
  }
  .move-to-telegram {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
  .bg-screen-two {
    height: 100%;
  }
  .move-to-site-mobile {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 8px;
    width: 40%;
    text-align: center;
  }
  .bones {
    top: 80px;
    left: 45px;
    display: none;
  }
  .compass {
    top: 32px;
    left: 170px;
    width: 55px;
    rotate: 30deg;
  }
  .flag {
    bottom: 50px;
    left: -2px;
    width: 110px;
  }
  .spyglass {
    top: -60px;
    right: -10px;
    display: none;
  }
  .pirate-map {
    top: -42px;
    right: -170px;
    width: 237px;
  }
  .age-verification {
    width: 170px;
    margin-bottom: 10px;
  }
  /* .screen-two h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 18px;
  } */
  .screen-two span {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 14px;
  }
  .move-to-index,
  .move-to-main {
      padding: 11px 14px;
  }
  .bg-main-screen {
    height: 100%;
  }
  .main-signboard-slide {
    background-image: url('/assets/images/signboard-2.png');
  }
  .main-signboard {
    top: 114px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 290px;
    height: 240px;
  }
  .main-signboard-content h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .main-signboard-content span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .main-signboard-slide {
    top: 124px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    height: 310px;
  }
  .main-signboard-slide .description {
    height: 70%;
  }
  .main-signboard-content-slide h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .main-signboard-content-slide span p {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 8px;
    padding: 0 30px;
  }
  .swiper-pagination {
    top: 260px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .swiper-button-next, .swiper-button-prev {
    padding: 0px 10px;
    border-radius: 100%;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 6% !important;
    top: 66% !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 6% !important;
    top: 66% !important;
  }
  .main-assets .chest-izumrud,
  .main-assets .chest-gold,
  .main-assets .chest-rubin {
    display: none;
  }
  .main-assets .sticks-apple {
    width: 370px;
    height: 240px;
    bottom: -20px;
    right: -50px;
  }
  .main-assets .sticks-chocolate {
    width: 330px;
    height: 220px;
    bottom: 0px;
    right: -50px;
    z-index: 5;
  }
  .main-assets .sticks-cherry {
    width: 330px;
    height: 220px;
    bottom: 0px;
    right: -50px;
    z-index: 5;
  }
  .main-assets .apple {
    width: 310px;
    height: 190px;
    bottom: -30px;
    right: -150px;
  }
  .main-assets .chocolate-1 {
    width: 310px;
    height: 180px;
    bottom: -40px;
    right: -120px;
  }
  .main-assets .chocolate-2,
  .main-assets .chocolate-3,
  .main-assets .chocolate-4,
  .main-assets .chocolate-5,
  .main-assets .chocolate-6 {
    display: none;
  }
  .main-assets .cherry-1,
  .main-assets .cherry-2,
  .main-assets .cherry-3 {
    display: none;
  }
  .main-assets .cherry-4 {
    width: 310px;
    height: 180px;
    bottom: -30px;
    right: -150px;
  }
  .to-learn-more {
    font-size: 10px;
    font-weight: 600;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 10px;
  }
  .main-divider-content {
    height: 100%;
  }
  .book {
    display: none;
  }
  .papirus {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    display: block;
  }
  .main-compass {
    width: 140px;
    top: unset;
    left: unset;
    bottom: -50px;
    right: -40px;
    rotate: 30deg;
  }
  .main-bones {
    width: 120px;
    bottom: -30px;
    left: -20px;
  }
  .main-pirate-map {
    width: 440px;
    top: -370px;
    right: 0;
  }
  .main-spyglass {
    width: 300px;
    top: -100px;
    right: -260px;
    rotate: 80deg;
  }
  .main-book-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-book-text h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .main-book-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 360px) and (min-height: 640px) {
  
  .index-wrapper .index-pirat {
    background-position: right bottom;
  }
  .main-assets .sticks-apple {
    width: 440px;
    height: 330px;
    bottom: 20px;
    right: -110px;
  }
  .main-assets .sticks-chocolate {
    width: 430px;
    height: 370px;
    bottom: 0px;
    right: -110px;
  }
  .main-assets .sticks-cherry {
    width: 430px;
    height: 370px;
    bottom: 0px;
    right: -110px;
  }
  .move-to-site-mobile {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 40px;
    border-radius: 8px;
    z-index: 5;
  }
}
@media only screen and (min-width: 375px) { 
  /* .screen-index {
      grid-template-rows: 80% 20%;
  } */
  .signboard {
    top: 104px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
  }
  .bg-pirat {
    object-position: 0px;
    height: 350px;
  }
  .move-to-site-mobile {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 40px;
    border-radius: 8px;
    z-index: 5;
  }
  .bones {
    top: 80px;
    left: 45px;
  }
  .compass {
    top: 20px;
    left: 190px;
    width: 55px;
    rotate: 30deg;
  }
  .flag {
    bottom: 40px;
    left: 0px;
    width: 136px;
  }
  .spyglass {
    top: -60px;
    right: -10px;
  }
  .pirate-map {
    top: -20px;
    right: -160px;
  }
  .screen-two {
    width: 95%;
  }
  .screen-two span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .age-verification {
    width: 345px;
    margin-bottom: 60px;
  }
  .verification-img {
    width: 350px;
    height: 300px;
  }
  .verification-btn {
    margin: 40px;
  }
  .move-to-index {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 14px;
  }
  .move-to-main {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 14px;
  }
  .bg-main-screen {
    height: 100%;
  }
  
  .index-signboard {
    top: 40px;
    right: 50%;
    transform: translate(50%, -50%);
    width: 360px;
    height: 460px;
  }
  .index-wrapper .index-pirat-mobile {
    height: 250px;
  }
  
  .index-wrapper .index-pirat-mobile .index-compass {
    width: 74px;
    height: 94px;
    top: 30px;
    right: 130px;
    rotate: 45deg;
    display: block;
  }
  .index-wrapper .index-pirat-mobile .index-flag {
    width: 170px;
    height: 160px;
    bottom: 10px;
    left: -50px;
    display: block;
  }
  .index-wrapper .index-pirat-mobile .index-pirate-map {
    width: 260px;
    height: 260px;
    top: -20px;
    right: -180px;
    display: block;
  }
}
@media only screen and (min-width: 375px) and (max-height: 667px) {
  .bg-pirat {
    height: 100%;
    object-position: -100px;
  }
  .signboard-content {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: grid;
    width: 100%;
  }
  .signboard h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
  }
  .move-to-telegram {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
  .age-verification {
    width: 230px;
    margin-bottom: 50px;
  }
  /* .screen-two h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 18px;
  } */
  .screen-two span {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 14px;
  }
  .move-to-index,
  .move-to-main {
      padding: 11px 44px;
  }
  .main-divider-content {
    height: 100%;
  }
  .papirus {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    display: block;
  }
  .compass {
    top: 20px;
    left: 190px;
    width: 55px;
    rotate: 30deg;
  }
  .main-compass {
    width: 140px;
    top: unset;
    left: unset;
    bottom: -50px;
    right: -40px;
    rotate: 30deg;
  }
  .main-bones {
    width: 120px;
    bottom: -30px;
    left: -20px;
  }
  .main-pirate-map {
    width: 440px;
    top: -370px;
    right: 0;
  }
  .main-spyglass {
    width: 300px;
    top: -100px;
    right: -260px;
    rotate: 80deg;
  }
  .main-book-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-book-text h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .main-book-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .main-signboard-slide {
    background-image: url('/assets/images/signboard-2.png');
  }
  .swiper-slide .main-screen {
    object-position: right;
  }
  .main-signboard {
    top: 124px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    height: 290px;
  }
  .main-signboard-content h1 {
    font-size: 39px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .main-signboard-content span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .main-signboard-slide {
    top: 140px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 360px;
  }
  .main-signboard-slide .description {
    height: 70%;
  }
  .main-signboard-content-slide h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .main-signboard-content-slide span p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 0 30px;
  }
  .swiper-pagination {
    top: 300px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .swiper-button-next, .swiper-button-prev {
    padding: 5px 14px;
    border-radius: 100%;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 6% !important;
    top: 66% !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 6% !important;
    top: 66% !important;
  }
  .main-assets .chest-izumrud,
  .main-assets .chest-gold,
  .main-assets .chest-rubin {
    display: none;
  }
  .main-assets .sticks-apple {
    width: 390px;
    height: 340px;
    bottom: -10px;
    right: -40px;
  }
  .main-assets .sticks-chocolate {
    width: 400px;
    height: 370px;
    bottom: -20px;
    right: -60px;
    z-index: 5;
  }
  .main-assets .sticks-cherry {
    width: 400px;
    height: 370px;
    bottom: -20px;
    right: -60px;
    z-index: 5;
  }
  .main-assets .apple {
    width: 340px;
    height: 230px;
    bottom: -50px;
    right: -150px;
  }
  .main-assets .chocolate-1 {
    width: 330px;
    height: 270px;
    bottom: -60px;
    right: -100px;
  }
  .main-assets .cherry-4 {
    width: 330px;
    height: 240px;
    bottom: -30px;
    right: -170px;
  }
  .to-learn-more {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 50px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 0px;
  }
  .index-signboard {
    top: 40px;
    width: 310px;
    height: 400px;
  }
  .index-wrapper .index-pirat-mobile {
    height: 90px;
  }
  .index-wrapper .index-pirat-mobile::before {
    height: 20px;
  }
  
  .index-wrapper .index-pirat-mobile .index-compass,
  .index-wrapper .index-pirat-mobile .index-flag,
  .index-wrapper .index-pirat-mobile .index-spyglass,
  .index-wrapper .index-pirat-mobile .index-pirate-map {
    display: none;
  }
}
@media only screen and (min-width: 375px) and (min-height: 668px) {
  .bg-pirat {
    height: 100%;
    object-position: -100px;
  }
  .signboard-content {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: grid;
    width: 100%;
  }
  .signboard h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
  }
  .move-to-telegram {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
  .age-verification {
    width: 230px;
    margin-bottom: 50px;
  }
  
  .index-wrapper .index-pirat-mobile .move-to-btn {
    padding-bottom: 20px;
  }
  /* .screen-two h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 18px;
  } */
  .screen-two span {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 14px;
  }
  .move-to-index,
  .move-to-main {
      padding: 11px 14px;
  }
  .main-divider-content {
    height: 100%;
  }
  .papirus {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    display: block;
  }
  .main-compass {
    width: 140px;
    top: unset;
    left: unset;
    bottom: -50px;
    right: -40px;
    rotate: 30deg;
  }
  .main-bones {
    width: 120px;
    bottom: -30px;
    left: -20px;
  }
  .main-pirate-map {
    width: 440px;
    top: -370px;
    right: 0;
  }
  .main-spyglass {
    width: 300px;
    top: -100px;
    right: -260px;
    rotate: 80deg;
  }
  .main-book-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-book-text h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .main-book-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .main-signboard-slide {
    background-image: url('/assets/images/signboard-3.png');
  }
  .swiper-slide .main-screen {
    object-position: right;
  }
  .main-signboard {
    top: 124px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 370px;
    height: 320px;
  }
  .main-signboard-content h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .main-signboard-content span {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .main-signboard-slide {
    top: 190px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 360px;
  }
  .main-signboard-slide .description {
    height: 84%;
  }
  .main-signboard-content-slide h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .main-signboard-content-slide span p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 30px;
  }
  .swiper-pagination {
    top: 350px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .swiper-button-next, .swiper-button-prev {
    padding: 5px 14px;
    border-radius: 100%;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 6% !important;
    top: 66% !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 6% !important;
    top: 66% !important;
  }
  .main-assets .chest-izumrud,
  .main-assets .chest-gold,
  .main-assets .chest-rubin {
    display: none;
  }
  .main-assets .sticks-apple {
    width: 410px;
    height: 440px;
    bottom: -10px;
    right: -40px;
  }
  .main-assets .sticks-chocolate {
    width: 400px;
    height: 470px;
    bottom: 0px;
    right: -30px;
    z-index: 5;
  }
  .main-assets .sticks-cherry {
    width: 400px;
    height: 470px;
    bottom: 0px;
    right: -30px;
    z-index: 5;
  }
  .main-assets .apple {
    width: 340px;
    height: 230px;
    bottom: -50px;
    right: -150px;
  }
  .main-assets .chocolate-1 {
    width: 330px;
    height: 270px;
    bottom: -60px;
    right: -100px;
  }
  .main-assets .cherry-4 {
    width: 330px;
    height: 240px;
    bottom: -30px;
    right: -170px;
  }
  .to-learn-more {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 46px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 375px) and (max-height: 812px) {
  .main-divider-content {
    height: 100%;
  }
  .papirus {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    display: block;
  }
  .main-compass {
    width: 140px;
    top: unset;
    left: unset;
    bottom: -50px;
    right: -40px;
    rotate: 30deg;
  }
  .main-bones {
    width: 120px;
    bottom: -30px;
    left: -20px;
  }
  .main-pirate-map {
    width: 440px;
    top: -370px;
    right: 70px;
  }
  .main-spyglass {
    width: 300px;
    top: -100px;
    right: -260px;
    rotate: 80deg;
  }
  .main-book-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-book-text h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .main-book-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 375px) and (min-height: 813px) {
  .main-divider-content {
    height: 100%;
  }
  .papirus {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    display: block;
  }
  .main-compass {
    width: 140px;
    top: unset;
    left: unset;
    bottom: -50px;
    right: -40px;
    rotate: 30deg;
  }
  .main-bones {
    width: 120px;
    bottom: -30px;
    left: -20px;
  }
  .main-pirate-map {
    width: 440px;
    top: -370px;
    right: 70px;
  }
  .main-spyglass {
    width: 300px;
    top: -100px;
    right: -260px;
    rotate: 80deg;
  }
  .main-book-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-book-text h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .main-book-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 414px) and (min-height: 736px) {
  .compass {
    top: 20px;
  }
  .main-assets .sticks-apple {
    width: 410px;
    height: 440px;
    bottom: -10px;
    right: -10px;
  }
  
  .index-wrapper .index-pirat-mobile {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) { 
  .header {
    height: 72px;
  }
  .header .logo {
    height: 40px;
  }
  .container {
    height: 1024px;
  }
  .index-wrapper .index-pirat {
    background-image: url('/assets/images/bg-screen-one-768.jpg');
    background-position: left 0px;
  }
  .index-signboard {
    right: 3%;
    width: 400px;
    height: 340px;
    transform: unset;
  }
  .index-signboard-content {
      height: 65%;
  }
  .index-signboard-content h1 {
    font-size: 38px;
    line-height: 40px;
  }
  .index-wrapper .index-pirat-mobile {
      height: 650px;
  }
  .index-wrapper .index-pirat-mobile .move-to-btn {
      padding-bottom: 50px;
  }
  .index-wrapper .index-pirat-mobile .index-bones {
    display: block;
    width: 100px;
    height: 100px;
    top: 70px;
    left: 20px;
  }
  .index-wrapper .index-pirat-mobile .index-compass {
    width: 104px;
    height: 144px;
    top: 50px;
    right: 290px;
  }
  .index-wrapper .index-pirat-mobile .index-flag {
    width: 240px;
    height: 200px;
    bottom: 70px;
    left: 90px;
  }
  .index-wrapper .index-pirat-mobile .index-spyglass {
    display: block;
    width: 200px;
    height: 300px;
    top: -20px;
    right: 30px;
  }
  .index-wrapper .index-pirat-mobile .index-pirate-map {
    width: 400px;
    height: 400px;
    top: -20px;
    right: -210px;
  }
  /* .screen-index {
    grid-template-rows: 60% 40%;
  } */
  .bg-pirat-768 {
    display: block;
    object-position: 0px;
    height: 100%;
  }
  .bg-pirat,
  .bg-pirat-375 {
    display: none;
  }
  .move-to-site-mobile {
    font-size: 18px;
    font-weight: 600;
    padding: 18px 0px;
    border-radius: 8px;
  }
  .bones {
    top: 80px;
    left: 45px;
    display: block;
  }
  .compass {
    top: 36px;
    left: 370px;
    width: 150px;
    rotate: 0deg;
  }
  .flag {
    bottom: 70px;
    left: 72px;
    width: 250px;
  }
  .spyglass {
    top: -60px;
    right: -10px;
    display: block;
  }
  .pirate-map {
    top: -40px;
    right: -234px;
    width: 430px;
  }
  .signboard {
    top: 180px;
    left: 70%;
    width: 400px;
  }
  .signboard-content {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: grid;
  }
  .signboard h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
  }
  .move-to-telegram {
    font-size: 16px;
    font-weight: 600;
    padding: 18px 64px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
  .screen-two {
    width: 90%;
  }
  .screen-two span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .age-verification {
    width: 495px;
    margin-bottom: 60px;
  }
  .verification-img {
    width: 500px;
    height: 400px;
  }
  .verification-btn {
    margin: 40px;
  }
  .move-to-index {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
    width: unset;
  }
  .move-to-main {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
    width: unset;
  }
  .bg-main-screen {
    height: 100%;
  }
  .main-signboard-slide {
    background-image: url('/assets/images/signboard-2.png');
  }
  .main-signboard-slide {
    top: 160px;
    width: 470px;
    height: 440px;
  }
  .main-signboard-slide .description {
    height: 70%;
    display: flex;
    align-items: start;
  }
  .main-signboard-content-slide h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .main-signboard-content-slide span p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 50px;
  }
  .main-signboard {
    top: 210px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 420px;
  }
  .main-signboard-content {
    gap: 2px;
  }
  .main-signboard-content h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 52px;
    font-weight: 500;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .main-signboard-content span {
    font-size: 18px;
    line-height: 34px;;
    margin-bottom: 10px;
  }
  .swiper-pagination {
    top: 34% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 12% !important;
    top: 20% !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 12% !important;
    top: 20% !important;
  }
  .main-assets .chest-izumrud, 
  .main-assets .chest-gold, 
  .main-assets .chest-rubin {
    width: 1200px;
    width: 900px;
    height: 860px;
    bottom: -410px;
    left: -260px;
    display: block;
  }
  .main-assets .sticks-apple {
    width: 620px;
    height: 540px;
    bottom: 80px;
    right: -30px;
  }
  .main-assets .sticks-chocolate {
    width: 640px;
    height: 620px;
    bottom: 40px;
    right: -70px;
  }
  .main-assets .sticks-cherry {
    width: 620px;
    height: 600px;
    bottom: 50px;
    right: -60px;
  }
  .main-assets .apple {
    width: 420px;
    height: 310px;
    bottom: -50px;
    right: -140px;
  }
  .main-assets .chocolate-1 {
    width: 520px;
    height: 320px;
    bottom: -40px;
    right: -200px;
  }
  .main-assets .chocolate-2 {
    width: 180px;
    height: 180px;
    bottom: 50px;
    right: 400px;
  }
  .main-assets .chocolate-3 {
    width: 100px;
    height: 100px;
    bottom: 40px;
    right: 640px;
  }
  .main-assets .chocolate-4 {
    width: 100px;
    height: 100px;
    bottom: 110px;
    right: 730px;
  }
  .main-assets .chocolate-5 {
    width: 73px;
    height: 73px;
    bottom: 250px;
    right: 790px;
  }
  .main-assets .chocolate-6 {
    width: 100px;
    height: 100px;
    bottom: 280px;
    right: 860px;
  }
  .main-assets .cherry-1 {
    width: 330px;
    height: 240px;
    bottom: -30px;
    right: -100px;
    display: block;
  }
  .main-assets .cherry-2 {
    width: 370px;
    height: 300px;
    bottom: -20px;
    right: 490px;
  }
  .main-assets .cherry-3 {
    width: 200px;
    height: 170px;
    bottom: 190px;
    right: 760px;
  }
  .main-assets .cherry-4 {
    display: none;
  }
  .main-divider-content {
    display: block;
    height: 100%;
  }
  .book {
    top: 450px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 850px;
    display: block;
  }
  .papirus {
    display: none;
  }
  .main-compass {
    width: 210px;
    top: -65px;
    left: -26px;
  }
  .main-bones {
    width: 200px;
    bottom: 90px;
    left: 0px;
  }
  .main-pirate-map {
    width: 840px;
    top: -200px;
    right: -630px;
  }
  .main-spyglass {
    width: 440px;
    top: 360px;
    right: -230px;
    rotate: -25deg;
  }
  .main-book-text {
    display: none;
  }
}
@media only screen and (min-width: 820px) {
  .swiper-pagination {
    top: 34% !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
      left: 15% !important;
      top: 20% !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
      right: 15% !important;
      top: 20% !important;
  }
}
@media only screen and (max-width: 1023px) {
  
  .screen-one-btn,
  .main-assets .sticks-apple-three {
    display: none;
  }
  .screen-one-btn-mobile, .move-to-site-mobile {
    display: block;
  }
  .move-to-site,
  .screen-one-btn img {
    display: none;
  }
  .index-wrapper .move-to-site,
  .index-wrapper .index-pirat::after {
    display: none;
  }
  .index-wrapper .index-pirat-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    height: 768px;
  }
  .index-pirat-mobile {
    display: none;
  }
  .index-wrapper .index-pirat {
    background-position: -50px center;
  }
  .index-wrapper .index-pirat::after {
    background-position: right bottom;
    right: -150px;
  }
  .index-signboard {
    right: 26%;
    top: 0px;
    width: 430px;
    height: 370px;
  }
  .index-signboard-content h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }
  .bg-pirat {
    display: block;
    object-position: -140px;
    height: 100%;
  }
  .bg-pirat-768,
  .bg-pirat-375 {
    display: none;
  }
  .screen-one-btn {
    top: 0px;
    right: -630px;
    height: 100vh;
    display: block;
  }
  .screen-one-btn img {
    height: 100%;
  }
  /* .move-to-site {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 34px;
    border-radius: 8px;
    position: absolute;
    right: 410px;
    bottom: 30px;
  } */
  .screen-one-btn-mobile,
  .move-to-site-mobile {
    display: none;
  }
  .signboard {
    top: 200px;
    right: 500px;
    width: 400px;
  }
  .signboard-content {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: grid;
  }
  .signboard h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
  }
  .move-to-telegram {
    font-size: 16px;
    font-weight: 600;
    padding: 18px 64px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
  .screen-two {
    width: 80%;
  }
  /* .screen-two h2 {
    font-size: clamp(14px, 1.5vw, 26px);;
    font-weight: 500;
    line-height: clamp(18px, 1.5vw, 32px);;
    margin-bottom: 34px;
  } */
  .screen-two span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .verification-content {
    height: 320px;
  }
  .age-verification {
    width: 395px;
    margin-bottom: 60px;
  }
  .verification-btn {
    margin: 40px;
  }
  .move-to-index {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
  }
  .move-to-main {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
  }
  .bg-main-screen {
    height: 100%;
  }

  .main-divider-content {
    display: block;
    height: 100%;
  }
  .book {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 980px;
  }
  .main-compass {
    width: 210px;
    top: -65px;
    left: -26px;
  }
  .main-bones {
    width: 200px;
    bottom: -20px;
    left: 0px;
  }
  .main-pirate-map {
    width: 840px;
    top: -160px;
    right: -660px;
  }
  .main-spyglass {
    width: 440px;
    top: 60px;
    right: -230px;
    rotate: -25deg;
  }
  
  footer .footer-wrapper {
    padding: 60px 20px;
  }
  footer .footer-logo {
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  footer .footer-logo img {
    width: 250px;
  }
  footer .footer-flag {
    display: block;
    width: 220px;
    height: 230px;
    right: 0px;
    bottom: 0px;
  }
  footer .footer-content {
    gap: 64px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .footer-content .footer-content__one {
    gap: 24px;
  }
  footer .footer-message {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
  }
  footer .footer-message img {
    width: 32px;
    height: 32px;
  }
  footer ul li a.link-telegram {
    font-size: 20px;
    line-height: 30px;
    text-align: start;
  }
  footer ul li a.link-email {
    font-size: 16px;
    line-height: 24px;
    text-align: start;
  }
  footer ul li .desc-telegram {
    font-size: 14px;
    line-height: 21px;
    text-align: start;
  }
  footer ul li .desc-email {
    font-size: 12px;
    line-height: 18px;
    text-align: start;
  }
  footer .footer-content .footer-content__two,
  footer .footer-content .footer-content__three {
    gap: 12px;
  }
  footer .footer-content .footer-content__two a,
  footer .footer-content .footer-content__three {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: start;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 767px) {
  /* .screen-index {
      grid-template-rows: 80% 20%;
  } */
  .bg-pirat {
    object-position: center;
  }
  .creen-one-btn-mobile {
    display: none;
  }
  .main-signboard-slide {
    top: -58px;
    left: 10%;
    transform: unset;
    width: 470px;
    height: 470px;
  }
  .main-signboard-slide .description {
    height: 70%;
    display: flex;
    align-items: start;
  }
  .main-signboard-content-slide h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .main-signboard-content-slide span p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 0 50px;
  }
  .main-signboard {
    top: 20px;
    left: 3%;
    transform: unset;
    width: 500px;
    height: 350px;
  }
  .main-signboard-content h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .main-signboard-content span {
    font-size: 18px;
    line-height: 34px;;
    margin-bottom: 10px;
  }
  .swiper-pagination {
    top: 50% !important;
    left: 28% !important;
    transform: translate(-50%, -50%);
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 4% !important;
    top: 30% !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 48% !important;
    top: 30% !important;
  }
  .main-assets .chest-izumrud,
  .main-assets .chest-gold,
  .main-assets .chest-rubin {
    width: 1200px;
    width: 900px;
    height: 860px;
    bottom: -410px;
    left: -260px;
    display: block;
  }
  .main-assets .sticks-apple {
    width: 470px;
    height: 480px;
    bottom: 110px;
    right: 10px;
  }
  .main-assets .sticks-chocolate {
    width: 400px;
    height: 530px;
    bottom: 50px;
    right: 50px;
  }
  .main-assets .sticks-cherry {
    width: 380px;
    height: 510px;
    bottom: 60px;
    right: 60px;
  }
  .main-assets .apple {
    width: 420px;
    height: 310px;
    bottom: -50px;
    right: -140px;
  }
  .main-assets .chocolate-1 {
    width: 290px;
    height: 230px;
    bottom: -10px;
    right: -100px;
  }
  .main-assets .chocolate-2 {
    width: 140px;
    height: 140px;
    bottom: 0px;
    right: 160px;
    display: block;
    z-index: 5;
  }
  .main-assets .chocolate-3 {
    width: 90px;
    height: 90px;
    bottom: -20px;
    right: 320px;
    display: block;
  }
  .main-assets .chocolate-4 {
    width: 90px;
    height: 90px;
    bottom: 30px;
    right: 410px;
    display: block;
  }
  .main-assets .chocolate-5 {
    width: 73px;
    height: 73px;
    bottom: 120px;
    right: 410px;
    display: block;
  }
  .main-assets .chocolate-6 {
    width: 100px;
    height: 100px;
    bottom: 150px;
    right: 460px;
    display: block;
  }
  .main-assets .cherry-1 {
    width: 330px;
    height: 240px;
    bottom: -30px;
    right: -100px;
    display: block;
  }
  .main-assets .cherry-2 {
    width: 260px;
    height: 210px;
    bottom: -20px;
    right: 240px;
    display: block;
    z-index: 5;
  }
  .main-assets .cherry-3 {
    width: 200px;
    height: 170px;
    bottom: 130px;
    right: 430px;
    display: block;
  }
  .main-assets .cherry-4 {
    display: none;
  }
  .verification-img {
    width: 420px;
    height: 320px;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 768px) {
  .signboard {
    top: 200px;
    left: 580px;
    width: 400px;
  }
  .main-signboard-slide .description {
    height: 70%;
    display: flex;
    align-items: start;
  }
  .main-signboard-content-slide h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .main-signboard-content-slide span p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 0 50px;
  }
  .main-signboard {
    top: 40px;
    left: 2%;
    transform: unset;
    width: 500px;
    height: 350px;
  }
  .main-signboard-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .main-signboard-content span {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .main-signboard-slide {
    top: -58px;
    left: 90px;
    transform: unset;
    width: 480px;
    height: 470px;
  }
  .swiper-pagination {
    top: 390px !important;
    left: 330px !important;
    transform: translate(-50%, -50%);
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 30px !important;
    top: 220px !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 574px !important;
    top: 220px !important;
  }
  .main-assets .chest-izumrud,
  .main-assets .chest-gold,
  .main-assets .chest-rubin {
    width: 1200px;
    width: 900px;
    height: 860px;
    bottom: -410px;
    left: -260px;
    display: block;
  }
  .main-assets .sticks-apple {
    display: none;
  }
  .main-assets .sticks-apple-three {
    width: 560px;
    height: 560px;
    bottom: 120px;
    right: -80px;
    display: block;
  }
  .main-assets .sticks-cherry {
    width: 450px;
    height: 600px;
    bottom: 60px;
    right: -10px;
  }
  .main-assets .sticks-chocolate {
    width: 450px;
    height: 600px;
    bottom: 60px;
    right: -10px;
  }
  .main-assets .apple {
    width: 500px;
    height: 400px;
    bottom: -110px;
    right: -140px;
  }
  .main-assets .chocolate-1 {
    width: 330px;
    height: 260px;
    bottom: -40px;
    right: -130px;
  }
  .main-assets .chocolate-2 {
    width: 180px;
    height: 180px;
    bottom: -20px;
    right: 160px;
    display: block;
  }
  .main-assets .chocolate-3 {
    width: 100px;
    height: 100px;
    bottom: -10px;
    right: 370px;
    display: block;
  }
  .main-assets .chocolate-4 {
    width: 100px;
    height: 100px;
    bottom: 50px;
    right: 440px;
    display: block;
  }
  .main-assets .chocolate-5 {
    width: 73px;
    height: 73px;
    bottom: 150px;
    right: 460px;
    display: block;
  }
  .main-assets .chocolate-6 {
    width: 100px;
    height: 100px;
    bottom: 180px;
    right: 530px;
    display: block;
  }
  .main-assets .cherry-1 {
      width: 370px;
      height: 230px;
      bottom: -30px;
      right: -130px;
  }
  .main-assets .cherry-2 {
    width: 370px;
    height: 300px;
    bottom: -80px;
    right: 160px;
    display: block;
    z-index: 5;
  }
  .main-assets .cherry-3 {
    width: 200px;
    height: 170px;
    bottom: 100px;
    right: 440px;
    display: block;
  }
  .main-assets .cherry-4 {
    display: none;
  }
  .compass {
    top: 0px;
    left: 370px;
    width: 150px;
    rotate: 0deg;
  }
  .verification-img {
    width: 420px;
    height: 320px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) {
  .signboard {
      top: 200px;
      left: 720px;
      width: 400px;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 1367px) {
  /* .screen-index {
      grid-template-rows: 1fr !important;
  } */
  .main-signboard-slide {
    top: 212px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 540px;
    height: 540px;
  }
  .main-signboard-content-slide h1 {
    font-size: 52px;
    line-height: 54px;
    margin-bottom: 6px;
  }
  .main-signboard-content-slide span p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0 50px;
  }
  .main-assets .sticks-apple {
    width: 560px;
    height: 560px;
    bottom: 80px;
    right: 150px;
  }
  .main-assets .sticks-cherry {
    width: 530px;
    height: 700px;
    bottom: 10px;
    right: 170px;
  }
  .main-assets .sticks-chocolate {
    width: 540px;
    height: 720px;
    bottom: 0px;
    right: 170px;
  }
  .main-assets .apple {
    width: 500px;
    height: 400px;
    bottom: -70px;
    right: -170px;
  }
  .main-assets .cherry-1 {
    width: 480px;
    height: 340px;
    bottom: -30px;
    right: -130px;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    height: 720px;
  }
  .index-signboard {
    right: 24%;
    width: 470px;
    height: 400px;
  }
  .index-wrapper .index-pirat {
    background-image: url('/assets/images/bg-screen-one-1920.jpg');
    background-position: -340px center;
  }
  .index-wrapper .index-pirat::after {
    right: -200px;
  }
  .index-signboard-content h1 {
    font-size: 44px;
    line-height: 44px;
  }
  .screen-index {
      grid-template-rows: 1fr;
  }
  .signboard {
    top: 180px;
    left: 57%;
    width: 400px;
  }
  .main-signboard {
    top: 40px;
    left: 10%;
    transform: unset;
    width: 500px;
    height: 350px;
  }
  .screen-two {
    width: 80%;
  }
  /* .screen-two h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 34px;
  } */
  .screen-two span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .age-verification {
    width: 395px;
    margin-bottom: 60px;
  }
  .verification-img {
    width: 420px;
    height: 320px;
  }
  .verification-btn {
    margin: 40px;
  }
  .move-to-index {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
  }
  .move-to-main {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
  }
  .bg-main-screen {
    height: 100%;
  }
  .main-signboard-slide {
    top: -70px;
    left: 140px;
    transform: unset;
    width: 460px;
    height: 480px;
  }
  .swiper-pagination {
    top: 370px !important;
    left: 140px !important;
    transform: unset !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 80px !important;
    top: 220px !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 604px !important;
    top: 220px !important;
  }
  .main-assets .chest-izumrud,
  .main-assets .chest-gold,
  .main-assets .chest-rubin {
    width: 870px;
    height: 870px;
    bottom: -380px;
    left: -170px;
  }
  .main-assets .sticks-apple {
    width: 560px;
    height: 560px;
    bottom: 70px;
    right: 30px;
    display: block;
  }
  .main-assets .sticks-apple-three {
    display: none;
  }
  .main-assets .sticks-chocolate {
    width: 640px;
    height: 620px;
    bottom: 10px;
    right: -80px;
  }
  .main-assets .sticks-cherry {
    width: 620px;
    height: 600px;
    bottom: 20px;
    right: -70px;
  }
  .main-assets .apple {
    width: 400px;
    height: 270px;
    bottom: -20px;
    right: -120px;
  }
  .main-assets .chocolate-1 {
    width: 370px;
    height: 280px;
    bottom: 0;
    right: -80px;
  }
  .main-assets .chocolate-2 {
    width: 180px;
    height: 180px;
    bottom: -20px;
    right: 240px;
    display: block;
    z-index: 5;
  }
  .main-assets .chocolate-3 {
    width: 100px;
    height: 100px;
    bottom: -10px;
    right: 450px;
    display: block;
  }
  .main-assets .chocolate-4 {
    width: 100px;
    height: 100px;
    bottom: 50px;
    right: 540px;
    display: block;
  }
  .main-assets .chocolate-5 {
    width: 73px;
    height: 73px;
    bottom: 150px;
    right: 590px;
    display: block;
  }
  .main-assets .chocolate-6 {
    width: 100px;
    height: 100px;
    bottom: 180px;
    right: 650px;
    display: block;
  }
  .main-assets .cherry-1 {
    width: 350px;
    height: 240px;
    bottom: -10px;
    right: -90px;
  }
  .main-assets .cherry-2 {
    width: 370px;
    height: 300px;
    bottom: -70px;
    right: 310px;
    display: block;
    z-index: 5;
  }
  .main-assets .cherry-3 {
    width: 200px;
    height: 170px;
    bottom: 140px;
    right: 520px;
    display: block;
  }
  .main-signboard-content-slide h1 {
      font-size: 44px;
      line-height: 44px;
      margin-bottom: 6px;
  }
  .main-signboard-content-slide span p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px;
      padding: 0 50px;
  }
  footer .footer-flag {
    width: 360px;
    height: 360px;
    right: 80px;
    bottom: -10px;
  }
  footer .footer-content {
    gap: 64px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .book {
      top: 53%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 1100px;
  }
}
@media only screen and (min-width: 1280px) and (max-height: 1366px) {
  /* .screen-one-btn {
    display: block;
  }
  .screen-one-btn-mobile {
    display: none;
  } */
}
@media only screen and (min-width: 1280px) and (max-height: 800px) {
  .index-wrapper .index-pirat {
    background-position: -200px center;
  }
  .bg-pirat {
    object-position: -200px;
    height: 100%;
  }
  .screen-one-btn {
    top: 0px;
    right: -360px;
    height: 100vh;
  }
  .screen-one-btn img {
    height: 100%;
  }
  /* .move-to-site {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 34px;
    border-radius: 8px;
    position: absolute;
    right: 400px;
    bottom: 30px;
  } */
}
@media only screen and (min-width: 1280px) and (min-height: 801px) {
  .bg-pirat {
    object-position: -350px;
    height: 100%;
  }
  .screen-one-btn {
    top: 0px;
    right: -550px;
    height: 100vh;
  }
  .screen-one-btn img {
    height: 100%;
  }
  /* .move-to-site {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 64px;
    border-radius: 8px;
    position: absolute;
    right: 580px;
    bottom: 50px;
  } */
  .signboard {
    top: 220px;
    width: 480px;
  }
  .signboard-content {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: grid;
  }
  .signboard h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
  }
  .move-to-telegram {
    font-size: 16px;
    font-weight: 600;
    padding: 18px 64px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .container {
    height: 768px;
  }
  .index-wrapper .index-pirat {
      background-position: -150px center;
  }
  .index-wrapper .index-pirat::after {
    right: -90px
  }
  .index-signboard {
      right: 30%;
      width: 430px;
      height: 360px;
  }
  .signboard {
    top: 180px;
    left: 59%;
    width: 400px;
  }
  .main-signboard-slide {
    top: -70px;
    left: 140px;
    transform: unset;
    width: 460px;
    height: 480px;
  }
  .swiper-pagination {
    top: 370px !important;
    left: 150px !important;
    transform: unset !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 80px !important;
    top: 220px !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 604px !important;
    top: 220px !important;
  }
  .verification-img {
    width: 420px;
    height: 320px;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 768px) {
  .book {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1030px;
  }
  .move-to-site, .screen-one-btn img {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    height: 900px;
  }
  .index-signboard {
    right: 30%;
    width: 470px;
    height: 400px;
  }
  .index-wrapper .index-pirat {
      background-position: -270px center;
  }
  .index-wrapper .index-pirat::after {
    right: -110px !important;
  }
  .bg-pirat {
    object-position: -310px;
    height: 100%;
  }
  .screen-one-btn {
    top: 0px;
    right: -430px;
    height: 100vh;
  }
  .screen-one-btn img {
    height: 100%;
  }
  /* .move-to-site {
    font-size: 16px;
    font-weight: 600;
    padding: 18px 64px;
    border-radius: 8px;
    position: absolute;
    right: 470px;
    bottom: 40px;
  } */
  .signboard {
    top: 210px;
    left: 58%;
    width: 470px;
  }
  .signboard-content {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: grid;
  }
  .signboard h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
  }
  .move-to-telegram {
    font-size: 16px;
    font-weight: 600;
    padding: 18px 64px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
  /* .screen-two h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 34px;
  } */
  .screen-two span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .age-verification {
    width: 395px;
    margin-bottom: 60px;
  }
  .verification-img {
    width: 470px;
    height: 370px;
  }
  .verification-btn {
    margin: 40px;
  }
  .move-to-index {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
  }
  .move-to-main {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
  }
  .bg-main-screen {
    height: 100%;
  }
  .main-signboard {
    top: 14px;
    left: 80px;
    width: 552px;
    transform: unset;
  }
  .main-signboard-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .main-signboard-content span {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .chest-izumrud {
    width: 1000px;
    bottom: -190px;
    left: -210px;
  }
  .sticks-apple {
    width: 620px;
    bottom: 86px;
    right: 140px;
  }
  .apple {
    width: 520px;
    bottom: -40px;
    right: -90px;
  }
  .main-signboard-content-slide span p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 10px;
    padding: 0 40px;
  }

  .main-signboard-slide {
    top: -70px;
    left: 140px;
    transform: unset;
    width: 460px;
    height: 480px;
  }
  .swiper-pagination {
    top: 370px !important;
    left: 150px !important;
    transform: unset !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 80px !important;
    top: 220px !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 604px !important;
    top: 220px !important;
  }

  .main-assets .sticks-apple {
    width: 620px;
    height: 600px;
    bottom: 110px;
    right: 70px;
  }
  .main-assets .sticks-chocolate {
    width: 640px;
    height: 620px;
    bottom: 170px;
    right: -20px;
  }
  .main-assets .sticks-cherry {
    width: 620px;
    height: 600px;
    bottom: 180px;
    right: -10px;
  }
  .main-assets .apple {
    width: 520px;
    height: 360px;
    bottom: 0;
    right: -110px;
  }
  .main-assets .chocolate-1 {
    width: 460px;
    height: 360px;
    bottom: 0;
    right: -130px;
  }
  .main-assets .chocolate-2 {
    width: 180px;
    height: 180px;
    bottom: 50px;
    right: 290px;
  }
  .main-assets .chocolate-3 {
    width: 100px;
    height: 100px;
    bottom: 40px;
    right: 510px;
  }
  .main-assets .chocolate-4 {
    width: 100px;
    height: 100px;
    bottom: 110px;
    right: 620px;
  }
  .main-assets .chocolate-5 {
    width: 73px;
    height: 73px;
    bottom: 220px;
    right: 740px;
  }
  .main-assets .chocolate-6 {
    width: 100px;
    height: 100px;
    bottom: 250px;
    right: 800px;
  }
  .main-assets .cherry-1 {
    width: 300px;
    height: 250px;
    bottom: 40px;
    right: 30px;
  }
  .main-assets .cherry-2 {
    width: 370px;
    height: 300px;
    bottom: 10px;
    right: 310px;
  }
  .main-assets .cherry-3 {
    width: 200px;
    height: 170px;
    bottom: 160px;
    right: 660px;
  }
  .main-compass {
    width: 210px;
    top: 5px;
    left: -76px;
    rotate: 0deg;
  }
  .main-assets .chest-izumrud,
  .main-assets .chest-gold,
  .main-assets .chest-rubin {
      width: 870px;
      height: 870px;
      bottom: -380px;
      left: -180px;
  }
}
@media only screen and (min-width: 1536px) {
  .index-wrapper .index-pirat {
    background-position: -110px center;
  }
  .signboard {
    top: 210px;
    left: 58%;
    width: 470px;
  }
  .signboard h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .main-signboard-slide {
    top: -70px;
    left: 140px;
    transform: unset;
    width: 460px;
    height: 480px;
  }
  .swiper-pagination {
    top: 370px !important;
    left: 150px !important;
    transform: unset !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 80px !important;
    top: 220px !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 604px !important;
    top: 220px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    height: 900px;
  }
  .index-signboard {
    right: 35%;
  }
  .index-wrapper .index-pirat {
      background-position: -270px center;
  }
  .index-wrapper .index-pirat::after {
    right: -50px !important;
  }
  .main-signboard-slide {
    top: -70px;
    left: 140px;
    transform: unset;
    width: 500px;
    height: 500px;
  }
  .swiper-pagination {
    top: 395px !important;
    left: 170px !important;
    transform: unset !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 80px !important;
    top: 240px !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 644px !important;
    top: 240px !important;
  }
  .bg-pirat {
    object-position: -220px;
    height: 100%;
  }
  .screen-one-btn {
    top: 0px;
    right: -430px;
    height: 100vh;
  }
  .screen-one-btn img {
    height: 100%;
  }
  .signboard {
    top: 240px;
    right: 500px;
    width: 530px;
  }
  .signboard-content {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: grid;
  }
  .signboard h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
  }
  .move-to-telegram {
    font-size: 16px;
    font-weight: 600;
    padding: 18px 64px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
  /* .screen-two h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 34px;
  } */
  .screen-two span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .age-verification {
    width: 395px;
    margin-bottom: 60px;
  }
  .verification-img {
    width: 470px;
    height: 370px;
  }
  .verification-btn {
    margin: 40px;
  }
  .move-to-index {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
  }
  .move-to-main {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
  }
  .main-signboard {
    top: 14px;
    left: 80px;
    width: 552px;
  }
  .main-signboard-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .main-assets .sticks-apple {
    width: 620px;
    height: 600px;
    bottom: 150px;
    right: 90px;
  }
  .main-assets .sticks-chocolate {
    width: 640px;
    height: 620px;
    bottom: 140px;
    right: -20px;
  }
  .main-assets .sticks-cherry {
    width: 620px;
    height: 600px;
    bottom: 150px;
    right: -10px;
  }
  .main-assets .apple {
    width: 520px;
    height: 360px;
    bottom: 0;
    right: -110px;
  }
  .main-assets .chocolate-1 {
    width: 350px;
    height: 360px;
    bottom: -90px;
    right: -50px;
  }
  .main-assets .chocolate-2 {
    width: 180px;
    height: 180px;
    bottom: 30px;
    right: 300px;
  }
  .main-assets .chocolate-3 {
    width: 100px;
    height: 100px;
    bottom: 20px;
    right: 530px;
  }
  .main-assets .chocolate-4 {
    width: 100px;
    height: 100px;
    bottom: 80px;
    right: 640px;
  }
  .main-assets .chocolate-5 {
    width: 73px;
    height: 73px;
    bottom: 210px;
    right: 710px;
  }
  .main-assets .chocolate-6 {
    width: 100px;
    height: 100px;
    bottom: 240px;
    right: 770px;
  }
  .main-assets .cherry-1 {
    width: 300px;
    height: 250px;
    bottom: 20px;
    right: 10px;
  }
  .main-assets .cherry-2 {
    width: 370px;
    height: 300px;
    bottom: -20px;
    right: 300px;
  }
  .main-assets .cherry-3 {
    width: 200px;
    height: 170px;
    bottom: 170px;
    right: 630px;
  }
  .to-learn-more {
    font-size: 16px;
    padding: 14px 46px;
    margin-top: 20px;
  }
  .main-signboard-content span {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
  }
  .main-divider-content {
    display: block;
  }
  .book {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1380px;
  }
  .main-compass {
    width: 230px;
    top: 10px;
    left: -20px;
  }
  .main-bones {
    width: 250px;
    bottom: 0;
    left: 120px;
    bottom: -40px;
    left: -30px;
  }
  .main-pirate-map {
    width: 840px;
    top: -60px;
    right: -600px
  }
  .main-spyglass {
    width: 440px;
    top: -20px;
    right: -170px;
    rotate: -25deg;
  }
  .main-assets .chest-izumrud,
  .main-assets .chest-gold,
  .main-assets .chest-rubin {
    width: 960px;
    height: 960px;
    bottom: -440px;
    left: -190px;
  }
  footer .footer-wrapper {
    padding: 80px 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-height: 760px) {
  .container {
    height: 900px;
  }
  .book {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
  }
  .main-assets .sticks-apple {
    width: 620px;
    height: 600px;
    bottom: 150px;
    right: 90px;
  }
  .main-assets .sticks-chocolate {
    width: 640px;
    height: 620px;
    bottom: 140px;
    right: -20px;
  }
  .main-assets .sticks-cherry {
    width: 620px;
    height: 600px;
    bottom: 150px;
    right: -10px;
  }
  .main-assets .apple {
    width: 520px;
    height: 360px;
    bottom: 0;
    right: -110px;
  }
  .main-assets .chocolate-1 {
    width: 350px;
    height: 360px;
    bottom: -90px;
    right: -50px;
  }
  .main-assets .chocolate-2 {
    width: 180px;
    height: 180px;
    bottom: 30px;
    right: 300px;
  }
  .main-assets .chocolate-3 {
    width: 100px;
    height: 100px;
    bottom: 20px;
    right: 530px;
  }
  .main-assets .chocolate-4 {
    width: 100px;
    height: 100px;
    bottom: 80px;
    right: 640px;
  }
  .main-assets .chocolate-5 {
    width: 73px;
    height: 73px;
    bottom: 210px;
    right: 710px;
  }
  .main-assets .chocolate-6 {
    width: 100px;
    height: 100px;
    bottom: 240px;
    right: 770px;
  }
  .main-assets .cherry-1 {
    width: 300px;
    height: 250px;
    bottom: 20px;
    right: 10px;
  }
  .main-assets .cherry-2 {
    width: 370px;
    height: 300px;
    bottom: -20px;
    right: 300px;
  }
  .main-assets .cherry-3 {
    width: 200px;
    height: 170px;
    bottom: 170px;
    right: 630px;
  }
}
@media only screen and (min-width: 1920px) { 
  .container {
    width: 100%;
    min-width: 1900px;
    max-width: 1920px;

    height: 1080px;
  }
  .index-wrapper .index-pirat {
      background-position: -100px center;
  }
  .index-wrapper .index-pirat::after {
    right: -170px !important;
  }
  .container-index,
  .container-main {
    width: 100%;
    min-width: 1900px;
    max-width: 1920px;
  }
  .bg-pirat {
    object-position: right;
    height: 100%;
  }
  .screen-one-btn {
    top: 0;
    right: -510px;
    height: 100vh;
  }
  .screen-one-btn img {
    height: 100%;
  }
  .signboard {
    top: 250px;
    width: 600px;
  }
  .signboard-content {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: grid;
  }
  .signboard h1 {
    font-family: "Unbounded", serif;
    color: #ffffff;
    font-size: 56px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
  }
  .move-to-telegram {
    font-size: 16px;
    font-weight: 600;
    padding: 18px 64px;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
  /* .screen-two h2 {
    font-size: 3clamp(14px, 1.5vw, 32px);;
    font-weight: 500;
    line-height: clamp(20px, 1.5vw, 40px);;
    margin-bottom: 70px;
  } */
  .screen-two span {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 70px;
  }
  .age-verification {
    width: 500px;
    margin-bottom: 70px;
  }
  .verification-img {
    width: 570px;
    height: 470px;
  }
  .verification-btn {
    margin: 40px;
  }
  .move-to-index {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
  }
  .move-to-main {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 64px;
  }
  .main-signboard {
    top: 0px;
    left: 10%;
    width: 650px;
    height: 550px;
  }
  .main-signboard-content h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .to-learn-more {
    font-size: 24px;
    padding: 16px 64px;
    margin-top: 20px;
  }
  .main-signboard-content span {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .main-signboard-content-slide h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 80px;
    margin-bottom: 6px;
  }
  .main-signboard-content-slide span p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0 60px;
  }
  .main-signboard-slide {
    top: -70px;
    left: 140px;
    transform: unset;
    width: 610px;
    height: 610px;
  }
  .swiper-pagination {
    top: 505px !important;
    left: 210px !important;
    transform: unset !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 80px !important;
    top: 320px !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 754px !important;
    top: 320px !important;
  }
  .main-assets .chest-izumrud,
  .main-assets .chest-gold,
  .main-assets .chest-rubin {
    width: 1200px;
    height: 1080px;
    bottom: -410px;
    left: -220px;
  }
  .main-assets .sticks-apple {
    width: 620px;
    height: 600px;
    bottom: 180px;
    right: 200px;
  }
  .main-assets .sticks-chocolate {
    width: 640px;
    height: 620px;
    bottom: 170px;
    right: 140px;
  }
  .main-assets .sticks-cherry {
    width: 620px;
    height: 600px;
    bottom: 180px;
    right: 150px;
  }
  .main-assets .apple {
    width: 520px;
    height: 360px;
    bottom: 0;
    right: -50px;
  }
  .main-assets .chocolate-1 {
    width: 520px;
    height: 360px;
    bottom: 0;
    right: -50px;
  }
  .main-assets .chocolate-2 {
    width: 180px;
    height: 180px;
    bottom: 50px;
    right: 400px;
  }
  .main-assets .chocolate-3 {
    width: 100px;
    height: 100px;
    bottom: 40px;
    right: 640px;
  }
  .main-assets .chocolate-4 {
    width: 100px;
    height: 100px;
    bottom: 110px;
    right: 730px;
  }
  .main-assets .chocolate-5 {
    width: 73px;
    height: 73px;
    bottom: 250px;
    right: 790px;
  }
  .main-assets .chocolate-6 {
    width: 100px;
    height: 100px;
    bottom: 280px;
    right: 860px;
  }
  .main-assets .cherry-1 {
    width: 300px;
    height: 250px;
    bottom: 20px;
    right: 190px;
  }
  .main-assets .cherry-2 {
    width: 370px;
    height: 300px;
    bottom: -20px;
    right: 490px;
  }
  .main-assets .cherry-3 {
    width: 200px;
    height: 170px;
    bottom: 190px;
    right: 760px;
  }

  .main-divider-content {
    display: block;
  }
  .book {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1380px;
  }
  .main-compass {
    width: 230px;
    top: 70px;
    left: 60px;
  }
  .main-bones {
    width: 250px;
    bottom: 0;
    left: 120px;
  }
  .main-pirate-map {
    width: 840px;
    top: -60px;
    right: -600px
  }
  .main-spyglass {
    width: 440px;
    top: -20px;
    right: -170px;
    rotate: -25deg;
  }
  footer {
    width: 100%;
    min-width: 1900px;
    max-width: 1920px;
    height: 370px;
    margin: 0 auto;
  }
  footer .footer-wrapper {
    padding: 80px 100px;
  }
  footer .footer-logo {
    margin-bottom: 30px;
  }
  footer .footer-flag {
    width: 360px;
    height: 360px;
    right: 80px;
    bottom: -10px;
  }
  footer .footer-content {
    gap: 64px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  footer .footer-content .footer-content__one {
    gap: 24px;
  }
  footer .footer-message {
    gap: 8px;
  }
  footer .footer-message img {
    width: 32px;
    height: 32px;
  }
  footer ul li a.link-telegram {
    font-size: 20px;
    line-height: 30px;
  }
  footer ul li a.link-email {
    font-size: 16px;
    line-height: 24px;
  }
  footer ul li .desc-telegram {
    font-size: 14px;
    line-height: 21px;
  }
  footer ul li .desc-email {
    font-size: 12px;
    line-height: 18px;
  }
  footer .footer-content .footer-content__two,
  footer .footer-content .footer-content__three {
    gap: 12px;
  }
  footer .footer-content .footer-content__two a,
  footer .footer-content .footer-content__three {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
}
@media only screen and (min-width: 2560px) {
  .signboard {
    top: 250px;
    width: 600px;
  }
  .bg-pirat {
      object-position: -440px;
  }
  .screen-one-btn {
      top: 0;
      right: -740px;
      height: 100vh;
  }
  /* .move-to-site {
      font-size: 26px;
      right: 860px;
      bottom: 70px;
  } */
}