@charset "UTF-8";
@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;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutOpacity {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}
@-webkit-keyframes pageOneOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes pageOneOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes pageOneIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pageOneIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    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;
  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: flex;
  flex-direction: column;
  touch-action: manipulation;
  scrollbar-width: none;
}

.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;
}
.wrapper .headerContainer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex: none;
  height: 120px;
}
.wrapper .header {
  width: 500px;
  display: flex;
  justify-content: space-between;
  margin-right: 100px;
  align-items: center;
  gap: 30px; /* Добавить промежуток между элементами */
}
.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 .logo {
  position: fixed;
  top: 1px;
  width: 110px;
  height: 200px;
  z-index: 10;
}
.wrapper .menuIcon {
  display: none;
}
.wrapper .artistInfoContainer {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 80px 48px 0;
  flex-wrap: wrap;
}
.wrapper .artistInfoContainer .artistPhotoContainer {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  height: 454px;
  padding-right: 96px;
}
.wrapper .artistInfoContainer .artistPhotoContainer .artistLine {
  height: 421px;
}
.wrapper .artistInfoContainer .artistPhotoContainer .artistPhoto {
  border-radius: 100%;
  width: 350px;
  height: 350px;
  top: -15%;
  left: -8%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  position: absolute;
  border: 20px solid white;
}
.wrapper .artistInfoContainer .artistPhotoContainer .artistSplash {
  position: absolute;
  top: -40%;
  left: -15%;
  height: 764px;
  z-index: -1;
}
.wrapper .artistInfoContainer .artistPhotoContainer .artistPhotoTitle {
  position: absolute;
  font-size: 26px;
  color: #4c6168;
  bottom: 12%;
  left: 7%;
  width: 380px;
}
.wrapper .artistInfoContainer .artistInfoText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  padding-left: 40px;
}
.wrapper .artistInfoContainer .artistInfoText h2 {
  margin-bottom: 10px;
}
.wrapper .artistInfoContainer .artistInfoText p {
  font-size: 26px;
  font-family: Coolvetica-Header;
}
.wrapper .artistInfoContainer .artistInfoText p:nth-of-type(1) {
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 376px;
  color: #7d8b90;
}
.wrapper .artistInfoContainer .artistInfoText p:nth-of-type(2) {
  color: #93b3bd;
}
.wrapper .aboutArtistContainer {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  padding: 111px 48px 0;
}
.wrapper .aboutArtistContainer .aboutArtistText {
  max-width: 700px;
}
.wrapper .aboutArtistContainer .aboutArtistText ß h2 {
  margin-bottom: 30px;
  font-size: 38px;
}
.wrapper .aboutArtistContainer .aboutArtistText p {
  font-size: 20px;
}
.wrapper .aboutArtistContainer .aboutArtistText p:nth-of-type(1) {
  margin-bottom: 20px;
}
.wrapper .aboutArtistContainer .aboutArtistText p:nth-of-type(2) {
  margin-bottom: 20px;
}
.wrapper .aboutArtistContainer .aboutArtistText p:nth-of-type(3) {
  margin-bottom: 20px;
}
.wrapper .aboutArtistContainer .aboutArtistText p:nth-of-type(4) {
  margin-bottom: 20px;
}
.wrapper .aboutArtistContainer .aboutArtistText p:nth-of-type(5) {
  margin-bottom: 20px;
}
.wrapper .aboutArtistContainer .aboutArtistText p:nth-of-type(6) {
  margin-bottom: 30px;
}
.wrapper .aboutArtistContainer .aboutArtistText p:nth-of-type(7) {
  margin-top: 10px;
  margin-bottom: 60px;
}
.wrapper .aboutArtistContainer .aboutArtistText .artistLink {
  text-decoration: underline;
  color: #6a7b81;
}
.wrapper .aboutArtistContainer .aboutArtistText .artistLink:hover {
  text-decoration: underline;
  color: #202020;
}
.wrapper .aboutArtistContainer .aboutArtistPhotoContainer {
  display: flex;
}
.wrapper .aboutArtistContainer .aboutArtistPhotoContainer .photoEyeBrow {
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  color: #c3d4da;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  transform: rotate(-180deg);
  margin: 0 20px;
}
.wrapper .aboutArtistContainer .aboutArtistPhotoContainer .aboutArtistPhoto {
  width: 400px;
}
.wrapper .artistWorkContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .artistWorkContainer .artistWorksMobile {
  display: none;
}
.wrapper .artistWorkContainer h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 200px 0 140px;
  width: 100%;
}
.wrapper .artistWorkContainer .artistWorksOuter {
  width: 100vw;
  white-space: nowrap;
}
.wrapper .artistWorkContainer .artistWorksOuter img {
  height: 600px;
  margin: 0 30px;
}
.wrapper .artistWorkContainer .artistWorksOuter .artistWorksInner {
  position: -webkit-sticky;
  position: sticky;
  overflow-x: hidden;
  display: flex;
  top: 20%;
}
.wrapper .artistSiteMobile {
  display: none;
}
.wrapper .artistSiteMobile .siteButton {
  display: none;
}
.wrapper .seriesArrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 48px;
  margin-bottom: 64px;
  padding-top: 50px;
}
.wrapper .seriesArrow h3 {
  margin-bottom: unset;
  color: #afc7ce;
}
.wrapper .seriesArrow .arrowLeft {
  margin-right: 20px;
  height: 25px;
}
.wrapper .seriesArrow .arrowRight {
  margin-left: 20px;
  height: 25px;
}
.wrapper .separator {
  height: 3px;
  width: 100px;
  background-color: #c3d5da;
}
.wrapper .footer {
  width: 100vw;
  height: 60vh;
  background-color: #ffe955;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.wrapper .footer .contactsContainer {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.wrapper .footer .contactsContainer h3 {
  color: #0a0a0a;
}
.wrapper .footer .contactsContainer .contacts {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.wrapper .footer .contactIconsConatiner {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.wrapper .footer .contactIconsConatiner h2 {
  display: flex;
  align-items: center;
}
.wrapper .footer .contactIconsConatiner .contactsIcons {
  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 .bodyFooter {
  align-self: start;
  display: flex;
  align-items: 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;
  }
  .phone {
    position: relative;
  }
  .active {
    overflow: hidden;
  }
  .image {
    position: absolute;
  }
  .menu {
    display: block;
    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: flex;
    flex-direction: column;
    justify-content: center;
    font-family: sans-serif;
    font-size: 28px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    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: flex;
    flex-direction: column;
    transform: scale(0.8);
    transition: 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: flex;
    align-items: center;
    justify-content: space-between;
    width: 176px;
    padding: 15px 0px 15px 0px;
    color: #4d4d4d;
    position: relative;
    transition: all 0.4s ease;
  }
  .options .accordion li:last-child .link {
    border-bottom: 0;
  }
  .options .accordion li i {
    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 {
    transform: rotate(180deg);
  }
  .options .submenu {
    display: none;
    font-size: 14px;
  }
  .options .submenu a {
    display: block;
    text-decoration: none;
    padding: 12px;
    padding-left: 42px;
    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 {
    transform: scale(1);
  }
  .x {
    display: block;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 219px;
    z-index: 12;
  }
  .top-bars {
    stroke: #303235;
    transition: stroke 400ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .active .top-bars {
    stroke: #303235;
  }
  .bar {
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .bar1 {
    transform-origin: 190px 20.5px;
  }
  .bar2 {
    transform-origin: 190px 28.5px;
  }
  .active .bar1 {
    transform: translateY(8.6px) rotate(45deg);
  }
  .active .bar2 {
    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 {
    height: 100%;
    width: 100%;
  }
  .wrapper .logo {
    width: 61px;
    height: unset;
    left: 1px;
  }
  .wrapper .headerContainer {
    display: none;
  }
  .wrapper .artistInfoContainer {
    padding: 130px 0 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .wrapper .artistInfoContainer .artistInfoText {
    padding-left: unset;
  }
  .wrapper .artistInfoContainer .artistInfoText h2 {
    font-size: 38px;
    padding: 0 24px;
  }
  .wrapper .artistInfoContainer .artistInfoText p {
    padding: 0 24px;
  }
  .wrapper .artistInfoContainer .artistInfoText .separator {
    height: 5px;
    width: 200px;
  }
  .wrapper .artistInfoContainer .artistInfoText p:nth-of-type(1) {
    font-family: Coolvetica-Header;
  }
  .wrapper .artistInfoContainer .artistInfoText p:nth-of-type(2) {
    font-size: 16px;
  }
  .wrapper .artistInfoContainer .artistPhotoContainer {
    transform: translateX(30px);
    width: 319px;
    height: 273px;
    padding-right: unset;
  }
  .wrapper .artistInfoContainer .artistPhotoContainer .artistLine {
    height: 228px;
  }
  .wrapper .artistInfoContainer .artistPhotoContainer .artistPhoto {
    width: 204px;
    height: 204px;
    border: 10px solid white;
  }
  .wrapper .artistInfoContainer .artistPhotoContainer .artistSplash {
    height: 458px;
  }
  .wrapper .artistInfoContainer .artistPhotoContainer .artistPhotoTitle {
    font-size: 16px;
    bottom: 20%;
    width: 220px;
    left: 5%;
  }
  .wrapper .aboutArtistContainer {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 24px;
  }
  .wrapper .aboutArtistContainer .aboutArtistPhotoContainer .aboutArtistPhoto {
    width: 100%;
  }
  .wrapper .aboutArtistContainer .aboutArtistPhotoContainer .photoEyeBrow {
    display: none;
  }
  .wrapper .aboutArtistContainer .aboutArtistText {
    padding-top: 50px;
  }
  .wrapper .aboutArtistContainer .aboutArtistText h2 {
    text-align: center;
  }
  .wrapper .aboutArtistContainer .aboutArtistText p {
    font-size: 18px;
  }
  .wrapper .aboutArtistContainer .aboutArtistText p:nth-of-type(4) {
    margin-top: 10px;
    margin-bottom: unset;
  }
  .wrapper .aboutArtistContainer h3 {
    display: none;
  }
  .wrapper .artistWorkContainer .artistWorkHeader {
    padding: 40px 0;
    font-size: 36px;
  }
  .wrapper .artistWorkContainer .artistWorksOuter {
    display: none;
  }
  .wrapper .artistWorkContainer .artistWorksMobile {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }
  .wrapper .artistWorkContainer .artistWorksMobile .artistWorkItem {
    height: 300px;
    margin: 0 10px;
    display: inline-block;
  }
  .wrapper .artistWorkContainer .artistWorksMobile img {
    width: 100%;
  }
  .wrapper .artistSiteMobile {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .wrapper .artistSiteMobile .siteButton {
    border-radius: 25px;
    outline: none;
    border: none;
    padding: 10px 20px;
    font-family: Coolvetica-Header;
    font-weight: normal;
    font-size: 20px;
    background-color: #8ee968;
    color: #4c6168;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper .seriesArrow {
    padding: 40px 12px;
    margin-bottom: unset;
  }
  .wrapper .seriesArrow .arrowRight {
    height: 16px;
    margin-left: 13px;
  }
  .wrapper .seriesArrow .arrowLeft {
    height: 16px;
    margin-right: 13px;
  }
  .wrapper .seriesArrow h3 {
    font-size: 18px;
  }
  .wrapper .footer {
    width: 100%;
    height: 100%;
    padding: 30px 50px;
    justify-content: space-between;
  }
  .wrapper .footer .contactsContainer {
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    padding: 0;
  }
  .wrapper .footer .contactsContainer .contacts {
    outline: none;
  }
  .wrapper .footer .contactsContainer .contacts h3:nth-of-type(2) {
    color: #4c6168;
  }
  .wrapper .footer .contactIconsConatiner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  .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;
    flex: unset;
    align-items: unset;
  }
  .wrapper .footer .bodyFooter p {
    font-size: 12px;
  }
}/*# sourceMappingURL=artist4Page.css.map */