@font-face {
  font-family: Coolvetica-Header;
  font-weight: bold;
  src: url(../../assets/fonts/coolveticaCondensedRg.woff2) format("woff2");
}

@font-face {
  font-family: Coolvetica-Header;
  font-weight: normal;
  src: url(../../assets/fonts/coolveticaCondensedRg.woff2) format("woff2");
}

@font-face {
  font-family: Coolvetica-Par;
  font-weight: normal;
  src: url(../../assets/fonts/coolveticaRg.woff2) format("woff2");
}

h1 {
  font-family: Coolvetica-Header;
  font-weight: normal;
  font-size: 145px;
  color: white;
}

h2 {
  font-family: Coolvetica-Header;
  font-weight: normal;
  font-size: 55px;
  color: #4c6168;
}

h3 {
  font-family: Coolvetica-Header;
  font-weight: normal;
  font-size: 34px;
  color: black;
}

p {
  font-family: Coolvetica-Par;
  font-weight: normal;
  font-size: 28px;
  color: #4c6168;
}

@-webkit-keyframes fadeOutOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeOutOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@-webkit-keyframes pageOneOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes pageOneOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes pageOneIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pageOneIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes logoSizeMin {
  0% {
    width: 266px;
    height: 497px;
  }
  100% {
    top: 1px;
    width: 110px;
    height: 200px;
  }
}

@keyframes logoSizeMin {
  0% {
    width: 266px;
    height: 497px;
  }
  100% {
    top: 1px;
    width: 110px;
    height: 200px;
  }
}

@-webkit-keyframes logoSizeMax {
  0% {
    width: 110px;
    height: 200px;
  }
  100% {
    width: 266px;
    height: 497px;
  }
}

@keyframes logoSizeMax {
  0% {
    width: 110px;
    height: 200px;
  }
  100% {
    width: 266px;
    height: 497px;
  }
}

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

body {
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.menu {
  display: none;
}

.x {
  display: none;
}

.menuLine {
  display: none;
}

.menu-click-area {
  display: none;
}

.wrapper {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.wrapper .menuIcon {
  display: none;
}

.wrapper .headerContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 120px;
}

.wrapper .header {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .header .dropbtn {
  background-color: #fff;
  border: none;
}

.wrapper .header .dropdown {
  position: relative;
  display: inline-block;
  margin-right: 90px;
}
.wrapper .header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 280px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 0;
  flex-direction: row;
  gap: 30px;
}
.dropdown-content .column {
  flex: 1;
  padding: 0 15px;
}
.dropdown-content a {
  display: block;
  padding: 8px 15px;
  margin: 0 -10px;
  white-space: nowrap;
  transition: background-color 0.2s;
  text-decoration: none !important;
}
.dropdown-content h2 {
  margin: 8px 0;
  font-size: 24px;
}
.wrapper .header .dropdown-content a:hover {
  background-color: #ddd;
  transform: translateX(5px);
  padding: 8px 15px;
}
.wrapper .header .dropdown:hover .dropdown-content {
  display: flex;
}
.wrapper .bottlesContainer {
  min-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.wrapper .bottlesContainer .bottle1Container {
  position: relative;
  cursor: pointer;
}

.wrapper .bottlesContainer .bottle2Container {
  position: relative;
  cursor: pointer;
}

.wrapper .bottlesContainer .bottle3Container {
  position: relative;
  cursor: pointer;
}

.wrapper .bottlesContainer .bottle {
  width: 135px;
  position: relative;
  z-index: 1;
}

.wrapper .bottlesContainer .sticker1 {
  position: absolute;
  top: 244px;
  left: 15px;
  width: 100px;
  height: 205px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper .bottlesContainer .bottle1Container:hover .sticker1 {
  left: -76px;
  width: 284px;
}

.wrapper .bottlesContainer .sticker2 {
  position: absolute;
  top: 244px;
  left: 15px;
  width: 100px;
  height: 205px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper .bottlesContainer .bottle2Container:hover .sticker2 {
  left: -34px;
  width: 201px;
}

.wrapper .bottlesContainer .sticker3 {
  position: absolute;
  top: 244px;
  left: 15px;
  width: 100px;
  height: 205px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper .bottlesContainer .bottle3Container:hover .sticker3 {
  left: -34px;
  width: 201px;
}

.wrapper .seriesTextContainer {
  padding: 0 48px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .seriesTextContainer .seriesText {
  max-width: 70%;
}

.wrapper .seriesTextContainer .seriesText p {
  font-size: 20px;
  margin-bottom: 30px;
  font-style: normal;
}

.wrapper .seriesTextContainer .seriesText :nth-of-type(5) {
  margin-bottom: unset;
}

.wrapper .seriesTextContainer .seriesTextHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 0 70px;
}

.wrapper .seriesTextContainer .separator {
  width: 120px;
  height: 7px;
  background-color: #c3d4da;
  margin: 50px 0 10px;
}

.wrapper .logo {
  position: fixed;
  top: 1px;
  left: 0;
  width: 110px;
  height: 200px;
  z-index: 10;
}

.wrapper .artistsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .artistsContainer h3 {
  margin-bottom: 64px;
  color: #4c6168;
}

.wrapper .artistsContainer .artists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 48px;
  margin-bottom: 126px;
}

.wrapper .artistsContainer .artists .artistCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
}

.wrapper .artistsContainer .artists .artistCard .mobileCardText1 {
  display: none;
}

.wrapper .artistsContainer .artists .artistCard .mobileCardText1 h2 {
  color: #afc7ce;
}

.wrapper .artistsContainer .artists .artistCard .mobileCardText2 {
  display: none;
}

.wrapper .artistsContainer .artists .artistCard .mobileCardText2 h2 {
  color: #afc7ce;
}

.wrapper .artistsContainer .artists .artistCard .mobileCardText3 {
  display: none;
}

.wrapper .artistsContainer .artists .artistCard .mobileCardText3 h2 {
  color: #afc7ce;
}

.wrapper .artistsContainer .artists .artistCard .artistPhoto {
  height: 408px;
  margin-bottom: 64px;
}

.wrapper .artistsContainer .artists .artistCard h3 {
  margin-bottom: unset;
  color: #93b3bd;
}

.wrapper .artistsContainer .artists .artistCard .artistSplash1 {
  opacity: 0;
  position: absolute;
  left: -90%;
  top: -60%;
  width: 880px;
  height: 950px;
  z-index: -1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.wrapper .artistsContainer .artists .artistCard .artistSplash2 {
  opacity: 0;
  position: absolute;
  left: -90%;
  top: -60%;
  width: 865px;
  height: 1000px;
  z-index: -1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.wrapper .artistsContainer .artists .artistCard .artistSplash3 {
  opacity: 0;
  position: absolute;
  left: -90%;
  top: -60%;
  width: 880px;
  height: 1000px;
  z-index: -1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.wrapper .artistsContainer .artists .artistCard #artistCardText {
  z-index: -1;
  width: 306px;
  height: 408px;
  position: absolute;
  opacity: 0;
  background-color: black;
  border: 20px solid #d6dbde;
  padding: 20px;
  text-align: start;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.wrapper .artistsContainer .artists .artistCard #artistCardText h2 {
  color: #fefefe;
  font-size: 28px;
}

.wrapper .artistsContainer .artists .artistCard:hover {
  cursor: pointer;
}

.wrapper .artistsContainer .artists #artistCard1:hover .artistSplash1 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.wrapper .artistsContainer .artists #artistCard1:hover .artistCardText1 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: unset;
}

.wrapper .artistsContainer .artists #artistCard1:hover h3 {
  color: #4c6168;
}

.wrapper .artistsContainer .artists #artistCard2:hover .artistSplash2 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.wrapper .artistsContainer .artists #artistCard2:hover .artistCardText2 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: unset;
}

.wrapper .artistsContainer .artists #artistCard2:hover h3 {
  color: #4c6168;
}

.wrapper .artistsContainer .artists #artistCard3:hover .artistSplash3 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.wrapper .artistsContainer .artists #artistCard3:hover .artistCardText3 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: unset;
}

.wrapper .artistsContainer .artists #artistCard3:hover h3 {
  color: #4c6168;
}

.wrapper .artistsContainer .seriesArrow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 48px;
  margin-bottom: 64px;
}

.wrapper .artistsContainer .seriesArrow h3 {
  margin-bottom: unset;
  color: #afc7ce;
}

.wrapper .artistsContainer .seriesArrow .arrowLeft {
  margin-right: 20px;
  height: 25px;
}

.wrapper .artistsContainer .seriesArrow .arrowRight {
  margin-left: 20px;
  height: 25px;
}

.wrapper .footer {
  width: 100vw;
  height: auto;
  gap: 20px;
  background-color: #ffe955;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper .footer .contactsContainer {
  width: 100%;
  padding: 40px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  align-items: flex-start;
}

.wrapper .footer .contactsContainer .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.wrapper .footer .contactsContainer .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-left: 40px;
}

.wrapper .footer .contactsContainer .contacts h3 {
  font-size: 40px;
}

.wrapper .footer .contactsContainer .address h3 {
  font-size: 40px;
}

.wrapper .footer .contactsContainer h3 {
  color: #0a0a0a;
}

.wrapper .footer .contactsContainer .number {
  color: #4c6168;
}

.wrapper .footer .contactsContainer .addressText {
  color: #4c6168;
}

.wrapper .footer .contactsContainer .mail {
  color: #4c6168;
}

.wrapper .footer .contactIconsConatiner {
  width: 100%;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.wrapper .footer .contactIconsConatiner .contact-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 50px;
  font-weight: bolder;
}

.wrapper .footer .contactIconsConatiner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper .footer .contactIconsConatiner .contactsIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .footer .contactIconsConatiner .vk {
  background-image: url(../../assets/images/icons/vk.svg);
  width: 80px;
  height: 80px;
  background-size: cover;
}

.wrapper .footer .contactIconsConatiner .telegram {
  background-image: url(../../assets/images/icons/telegram.svg);
  width: 80px;
  height: 80px;
  background-size: cover;
  margin-left: 20px;
}

.wrapper .footer .contactIconsConatiner .whatsup {
  background-image: url(../../assets/images/icons/whatsup.svg);
  width: 80px;
  height: 80px;
  background-size: cover;
  margin-left: 26px;
}

.wrapper .footer .contactIconsConatiner .balance {
  width: 220px
}

.wrapper .footer .bodyFooter {
  -ms-flex-item-align: start;
  align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 0 80px;
}

.wrapper .footer .bodyFooter p {
  font-size: 18px;
}

.wrapper::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: Coolvetica-Header;
  font-weight: bold;
  src: url(../../assets/fonts/coolveticaCondensedRg.woff2) format("woff2");
}

@font-face {
  font-family: Coolvetica-Header;
  font-weight: normal;
  src: url(../../assets/fonts/coolveticaCondensedRg.woff2) format("woff2");
}

@font-face {
  font-family: Coolvetica-Par;
  font-weight: normal;
  src: url(../../assets/fonts/coolveticaRg.woff2) format("woff2");
}

h1 {
  font-family: Coolvetica-Header;
  font-weight: normal;
  font-size: 145px;
  color: white;
}

h2 {
  font-family: Coolvetica-Header;
  font-weight: normal;
  font-size: 55px;
  color: #4c6168;
}

h3 {
  font-family: Coolvetica-Header;
  font-weight: normal;
  font-size: 34px;
  color: black;
}

p {
  font-family: Coolvetica-Par;
  font-weight: normal;
  font-size: 28px;
  color: #4c6168;
}

@media (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  p {
    font-size: 20px;
  }
  body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../../assets/images/splashes/yellow-splash.svg) url(../../assets/images/artists/artist3.png) url(../../assets/images/artists/artist2.png);
  }
  .phone {
    position: relative;
  }
  .active {
    overflow: hidden;
  }
  .image {
    position: absolute;
  }
  .menu {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-clip-path: polygon(96% 4%, 90% 4%, 90% 4.54%, 96% 4.54%);
            clip-path: polygon(96% 4%, 90% 4%, 90% 4.54%, 96% 4.54%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: sans-serif;
    font-size: 28px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: background-color 400ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 400ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 100vw;
    z-index: 12;
  }
  .menuLine {
    display: block;
    width: 24.4px;
    height: 4px;
    background-color: #303235;
    position: fixed;
    right: 17px;
    top: 36px;
  }
  .invisibleLine {
    display: none;
  }
  .active .menu {
    background-color: #fff;
    -webkit-clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
            clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
    opacity: 0.9;
    width: 100vw;
    height: 100vh;
  }
  .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .options ul {
    list-style-type: none;
  }
  .options a {
    text-decoration: none;
  }
  .options .accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #fff;
    border-radius: 4px;
  }
  .options .accordion .link {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 176px;
    padding: 15px 0px 15px 0px;
    color: #4d4d4d;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .options .accordion li:last-child .link {
    border-bottom: 0;
  }
  .options .accordion li i {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .options .accordion li i.fa-chevron-down {
    background-image: url(../../assets/images/icons/chevron-down.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
  }
  .options .accordion li.open .link {
    color: #b63b4d;
  }
  .options .accordion li.open i {
    color: #b63b4d;
  }
  .options .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .options .submenu {
    display: none;
    font-size: 14px;
  }
  .options .submenu a {
    display: block;
    text-decoration: none;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .options .submenu a h2 {
    font-size: 18px;
  }
  .option {
    cursor: pointer;
    margin: 8px 0;
  }
  .option h2 {
    font-size: 36px;
  }
  .option.selected {
    color: #a02f56;
  }
  .active .options {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .x {
    display: block;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 219px;
    z-index: 12;
  }
  .top-bars {
    stroke: #303235;
    -webkit-transition: stroke 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: stroke 400ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .active .top-bars {
    stroke: #303235;
  }
  .bar {
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .bar1 {
    -webkit-transform-origin: 190px 20.5px;
            transform-origin: 190px 20.5px;
  }
  .bar2 {
    -webkit-transform-origin: 190px 28.5px;
            transform-origin: 190px 28.5px;
  }
  .active .bar1 {
    -webkit-transform: translateY(8.6px) rotate(45deg);
            transform: translateY(8.6px) rotate(45deg);
  }
  .active .bar2 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-click-area {
    display: block;
    cursor: pointer;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    z-index: 12;
  }
  .wrapper section {
    width: 100%;
    position: relative;
  }
  .wrapper .logo {
    width: 61px;
    height: unset;
    left: 1px;
  }
  .wrapper .headerContainer {
    display: none;
  }
  .wrapper .bottlesContainer {
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-top: 140px;
  }
  .wrapper .bottlesContainer .bottle1Container .bottle {
    width: 70px;
  }
  .wrapper .bottlesContainer .bottle1Container .sticker1 {
    display: none;
  }
  .wrapper .bottlesContainer .bottle2Container .bottle {
    width: 70px;
  }
  .wrapper .bottlesContainer .bottle2Container .sticker2 {
    display: none;
  }
  .wrapper .bottlesContainer .bottle3Container .bottle {
    width: 70px;
  }
  .wrapper .bottlesContainer .bottle3Container .sticker3 {
    display: none;
  }
  .wrapper .bottlesContainer .bottle {
    width: 70px;
  }
  .wrapper .seriesTextContainer {
    padding: 0 24px 60px;
  }
  .wrapper .seriesTextContainer .seriesTextHeader {
    padding: 80px 0 25px;
  }
  .wrapper .seriesTextContainer .seriesText {
    max-width: unset;
  }
  .wrapper .seriesTextContainer .seriesText p {
    margin-bottom: unset;
    font-size: 18px;
  }
  .wrapper .seriesTextContainer .seriesText p:nth-of-type(1) {
    text-align: center;
    font-family: Coolvetica-Header;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .wrapper .seriesTextContainer .separator {
    height: 4px;
  }
  .wrapper .artistsContainer .seriesArrow {
    padding: 40px 12px;
    margin-bottom: unset;
  }
  .wrapper .artistsContainer .seriesArrow .arrowRight {
    height: 16px;
    margin-left: 13px;
  }
  .wrapper .artistsContainer .seriesArrow .arrowLeft {
    height: 16px;
    margin-right: 13px;
  }
  .wrapper .artistsContainer .seriesArrow h3 {
    font-size: 22px;
  }
  .wrapper .artistsContainer .artists {
    padding: unset;
    margin-bottom: unset;
  }
  .wrapper .artistsContainer .artists #artistCard1 {
    pointer-events: none;
  }
  .wrapper .artistsContainer .artists #artistCard2 {
    pointer-events: none;
  }
  .wrapper .artistsContainer .artists #artistCard3 {
    pointer-events: none;
  }
  .wrapper .artistsContainer .artists .artistCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 10px;
  }
  .wrapper .artistsContainer .artists .artistCard h2 {
    font-size: 22px;
  }
  .wrapper .artistsContainer .artists .artistCard .artistPhoto {
    margin-bottom: 30px;
    height: 350px;
    width: 250px;
  }
  .wrapper .artistsContainer .artists .artistCard #artistCardText {
    display: none;
  }
  .wrapper .artistsContainer .artists .artistCard .artistCardText1 {
    display: none;
  }
  .wrapper .artistsContainer .artists .artistCard .artistCardText2 {
    display: none;
  }
  .wrapper .artistsContainer .artists .artistCard .artistCardText3 {
    display: none;
  }
  .wrapper .artistsContainer .artists .artistCard .mobileCardText1 {
    display: block;
  }
  .wrapper .artistsContainer .artists .artistCard .mobileCardText2 {
    display: block;
  }
  .wrapper .artistsContainer .artists .artistCard .mobileCardText3 {
    display: block;
  }
  .wrapper .artistsContainer .artists .artistCard h3 {
    margin-bottom: 30px;
  }
  .wrapper .artistsContainer .artists .artistCard .artistSplash1 {
    left: -60%;
    top: -40%;
    width: 576px;
    height: 873px;
  }
  .wrapper .artistsContainer .artists .artistCard .artistSplash2 {
    left: -40%;
    top: -40%;
    width: 518px;
    height: 944px;
  }
  .wrapper .artistsContainer .artists .artistCard .artistSplash3 {
    left: -40%;
    top: -40%;
    width: 526px;
    height: 921px;
  }
  .wrapper .artistsContainer .artists .slick-center h3 {
    color: #4c6168;
  }
  .wrapper .artistsContainer .artists .slick-center .artistSplash1 {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .wrapper .artistsContainer .artists .slick-center .artistSplash2 {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .wrapper .artistsContainer .artists .slick-center .artistSplash3 {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .wrapper .artistsContainer .artists .slick-center .mobileCardText1 h2 {
    color: #4c6168;
  }
  .wrapper .artistsContainer .artists .slick-center .mobileCardText2 h2 {
    color: #4c6168;
  }
  .wrapper .artistsContainer .artists .slick-center .mobileCardText3 h2 {
    color: #4c6168;
  }
  .wrapper .artistsContainer .footer {
    width: 100%;
    height: 100%;
    padding: 30px 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper .artistsContainer .footer .contactsContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
  .wrapper .artistsContainer .footer .contactsContainer .contacts {
    outline: none;
  }
  .wrapper .artistsContainer .footer .contactsContainer .contacts h3:nth-of-type(2) {
    color: #4c6168;
  }
  .wrapper .artistsContainer .footer .contactIconsConatiner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wrapper .artistsContainer .footer .contactIconsConatiner h2 {
    margin: 30px 0;
  }
  .wrapper .artistsContainer .footer .contactIconsConatiner .contactsIcons .vk {
    width: 60px;
    height: 60px;
  }
  .wrapper .artistsContainer .footer .contactIconsConatiner .contactsIcons .telegram {
    width: 60px;
    height: 60px;
  }
  .wrapper .artistsContainer .footer .contactIconsConatiner .contactsIcons .whatsup {
    width: 60px;
    height: 60px;
  }
  .wrapper .artistsContainer .footer .contactIconsConatiner .balance {
    display: none;
  }
  .wrapper .artistsContainer .footer .bodyFooter {
    padding: unset;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .wrapper .artistsContainer .footer .bodyFooter p {
    font-size: 12px;
  }
  .wrapper .footer {
    width: 100%;
    padding: 20px 20px;
    background-color: #ffe955;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }


  .wrapper .footer .contactsContainer {
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
  }

  .wrapper .footer .contactsContainer .contacts {
    outline: none;
  }

  .wrapper .footer .contactsContainer .address {
    padding: 15px;
  }

  .wrapper .footer .contactsContainer .address .addressText {
    color: #4c6168;
  }

  .wrapper .footer .contactsContainer .contacts h3:nth-of-type(2) {
    color: #4c6168;
  }

  .wrapper .footer .contactIconsConatiner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
  }

  .wrapper .footer .contactIconsConatiner h2 {
    margin: 30px 0;
  }

  .wrapper .footer .contactIconsConatiner .contactsIcons .vk {
    width: 60px;
    height: 60px;
  }

  .wrapper .footer .contactIconsConatiner .contactsIcons .telegram {
    width: 60px;
    height: 60px;
  }

  .wrapper .footer .contactIconsConatiner .contactsIcons .whatsup {
    width: 60px;
    height: 60px;
  }

  .wrapper .footer .contactIconsConatiner .balance {
    display: none;
  }

  .wrapper .footer .bodyFooter {
    padding: unset;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .wrapper .footer .bodyFooter p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=series2Page.css.map */