* {
  -webkit-font-smoothing: antialiased;
}

*::-webkit-scrollbar {
  width: 0;
}

.layer {
  overflow: hidden;
}

:root {
  font-family: Inter, sans-serif;
  font-feature-settings:
    "liga" 1,
    "calt" 1;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif;
  }
}

div {
  font-family: Inter, sans-serif;
}

html,
body {
  margin: 0px;
  cursor: none;
}

body.lock {
  overflow: hidden !important;
  overflow-x: inherit;
}

svg > rect,
svg > path {
  pointer-events: none;
  user-select: none;
}

svg text {
  user-select: none;
  pointer-events: none;
}

svg > g.b > text {
  pointer-events: none;
  user-select: none;
}

.fadeout#map {
  pointer-events: none;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 16px;
  position: absolute;
}

p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

p#hi {
  font-size: 226px;
  font-weight: 400;
  line-height: 212.44px;
  letter-spacing: -0.04em;
  text-align: center;
}

p#note {
  margin-top: -14px;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.04em;
}

#summary {
  font-family: "Inter";
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: center;
  max-width: 942px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.first {
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 69px 0 102px 0;
}

.f_img-container {
  width: 100%;
}
.f_img {
  width: 95%;
  margin: 0 auto;
  display: block;
}
.f_img svg {
  width: 100%;
}
.f_img--mobile {
  display: none;
}
@media screen and (max-width: 440px) {
  .f_img--desktop {
    display: none;
  }
  .f_img--mobile {
    display: block;
  }
  .f_img {
    width: 80%;
  }
}

.btn_abt {
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.02em;
  font-weight: 500;
  padding: 10px 45.5px;
  border-radius: 8px;
  border: 1px solid #cbcbcb;
  transition: border 0.3s;
  margin: 20px auto 0 auto;
  display: block;
  width: fit-content;
}

.btn_abt:hover {
  border: 1px solid #000;
}

.icons {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.icons img {
  position: absolute;
  transition: opacity 0.3s;
  object-fit: contain;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

#slide_down_arrow {
  position: fixed;
  bottom: 24px;
  pointer-events: auto;
  transition: opacity 0.3s;
}

#slide_down_arrow.hide {
  opacity: 0;
  pointer-events: none;
}

#cursor {
  position: fixed;
  left: -100px;
  top: -100px;
}

.selected {
  filter: drop-shadow(0px 32px 32px rgba(0, 0, 0, 0.08));
}

#map {
  user-select: none;
  transition:
    0.4s opacity ease-in,
    0.4s filter ease-in;
}

#map g image {
  transition: 0.4s all ease-in;
}

#userpic_submenu {
  border-radius: 24px;
  padding: 3px;
  transition: 0.4s all ease-in;
}

#userpic_submenu:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

#userpic_submenu:hover .userpic_toggler {
  border-color: white;
}

.userpic_toggler {
  border-radius: 100%;
  transition: 0.4s all ease-in;
  margin-left: 84px;
  width: 24px;
  height: 24px;
  border: 1px solid #e2e2e2;
  background-size: cover;
}

.old {
  opacity: 0;
  transform: translate(0px, -60px);
}

.active {
  opacity: 1;
  transform: translate(0px, 0px);
}

#schedule_submenu {
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 8px;
}

#schedule_submenu .arrow_up,
#schedule_submenu .arrow_down {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.arrow_down {
  order: 1;
}

.time_selected {
  transition: 0.2s all ease-in;
  margin: 0 auto;
  width: 100%;
  height: 24px;
  overflow: hidden;
}

.time_selected p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #000000;
}

.time_selected .swiper-slide {
  transition: 0.2s all ease-in;
}

.time_selected .swiper-container {
  height: 100%;
}

.submenu.active {
  opacity: 1;
  transform: translate(0px, 0px);
  display: flex;
  pointer-events: auto;
}

.submenu {
  pointer-events: none;
  position: absolute;
  top: 181px;
  opacity: 0;
  transform: translate(0px, 60px);
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  width: 100%;
  gap: 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #a4a4a4;
  backdrop-filter: blur(4px);
  border-radius: 8px;
  transition: 0.4s all ease-in;
}

.submenu.old {
  transform: translate(0px, -60px);
  opacity: 0;
  display: flex;
}

.menu {
  box-sizing: border-box;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  display: flex;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  padding: 8px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.submenu .menu_text {
  font-size: 24px;
  transition: 0.4s all ease-in;
}

.menu_text {
  cursor: pointer;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  transition: 0.4s all;
  display: flex;
  opacity: 1;
  color: #a4a4a4;

  justify-content: center;
  min-width: 100%;
  margin: 0 auto;
}

.menu_text:hover,
.menu_text.selected {
  color: black;
}

.blurry {
  filter: blur(4px);
}

.layer {
  position: absolute;
  top: 0%;
  width: 100%;
}

.layer.fixed {
  position: fixed;
}

.fadeout {
  opacity: 0.33;
}

.name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.05em;
  color: #000000;
  transition: 0.4s all ease-in;
}

.blabb > text,
.blabb > rect,
.blabb > circle,
.blabb > image {
  pointer-events: none;
}

.widgetspace.active {
  transform: translate(0px, 0px);
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}

.widgetspace {
  box-sizing: border-box;
  pointer-events: none;
  transition:
    opacity 0.4s ease-in,
    0.4s transform ease-in;
  transform: translate(0px, 60px);
  opacity: 0;
  position: fixed;
  top: 0 !important;
  height: 100%;
  width: calc(100% - 200px);
  overflow: hidden;
  padding: 24px 0 50px 0;
}

.widgetspace.old {
  transform: translate(0px, -60px);
  opacity: 0;
}

.widget:hover {
  z-index: 101;
  box-shadow: 0px 32px 32px rgba(0, 0, 0, 0.08);
}

.widget {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
  position: absolute;
  width: 240px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  transition:
    border-color 0.4s ease-in,
    height 0.4s ease-in,
    box-shadow 0.4s ease-in;
}

.see_more:hover {
  color: black;
}
.see_more {
  align-self: center;
  transition: color 0.4s ease-in;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 59px;
  height: 12px;
  flex: none;
  order: 3;
  flex-grow: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #a4a4a4;
  transition: 0.4s color ease-in;
}

.w_pic {
  transition: 0.2s all ease-in;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
  overflow: hidden;
}

.w_pic div {
  transition: 0.4s all ease-in;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.w_user {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 12px;
  align-self: stretch;
  flex-grow: 0;
  transition: color 0.4s ease-in;
}

.w_userpic {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: border-color 0.4s ease-in;
}

.location {
  transition: color 0.4s ease-in;
}
.w_string,
.w_name {
  transition: color 0.4s ease-in;
}

.w_username {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.04em;
  transition: color 0.4s ease-in;
  color: #a4a4a4;
}

.w_comm_text {
  height: 25px;
  overflow: hidden;

  transition: color 0.4s ease-in;
}

.w_comment {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.04em;
  order: 3;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.w_button:hover {
  border-color: black;
}

.w_button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  margin: auto;
  width: 208px;
  height: 32px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  flex: none;
  order: 3;
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  transition: 0.4s all ease-in;
}

.coords {
  color: black;
  font-family: "Inter";
}

#ind_cont {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: fit-content;
  user-select: none;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  z-index: 102;
  background: white;
}

#ind_cont .coords {
  width: 73.5px;
  transform: translateY(-4px);
  text-align: center;
}

#ind_cont .coords,
#ind_cont svg {
  display: inline-block;
}

.title .second {
  margin-left: 2em;
  display: block;
}

.title div {
  background: #000000;
  display: inline-block;
  padding: 2px 12px 6px 12px;
}

.title.active {
  opacity: 1;
  transform: translate(0px, 0px);
}

.title.active.fixed {
  position: fixed;
  top: 12px;
}

.title {
  position: relative;
  z-index: 100;
  opacity: 0;
  transform: translate(0px, 60px);
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-align: left;
  transition: 0.4s all ease-in;
}

.title.old {
  transform: translate(0px, -60px);
  opacity: 0;
}

path,
circle,
text {
  transition: 0.4s;
}

#menu_selector.transparent {
  opacity: 0;
}

#menu_selector {
  right: 20px;
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 100;
  transition: 0.4s opacity ease-in;
}

#menu_selector.centred {
  transition: 1s all linear;
}

#menu_selector.fixed {
  position: fixed;
  top: 50%;
}

.blabb:hover .readinterview {
  opacity: 1;
}

.readinterview {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.readinterview rect {
  fill: white;
}
.readinterview text {
  fill: #9b9b9b;
  font-size: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.readinterview .arrow {
  transform: translate(155px, 11.5px);
}

.readinterview line {
  stroke: #9b9b9b;
}

.w_string {
  height: 35px;
  width: 208px;
  overflow: hidden;
}

.w_string div {
  height: 34px;
  transition: margin-top 0.2s ease-in;
  font-family: Inter;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.04em;
  text-align: left;
}

.location {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 168px;
  height: 12px;
  color: #a4a4a4;
}

.location div {
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.microdescription {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.02em;
  text-align: left;
}

.full_view.inactive,
.footer__modal.inactive {
  transform: scale(1.2);
  opacity: 0;
  pointer-events: none;
}

.full_view {
  opacity: 1;
  transition: 0.4s all;
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 170;
}

.userblock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.full_view .userpic {
  width: 32px;
  height: 32px;
  background-size: cover;
  border-radius: 100%;
  border: 1px #e2e2e2 solid;
}

#processfullview .fv_btns {
  right: -56px;
}

#processfullview .fv_btns .close_view {
  margin-left: 0;
}

.fv_btns {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  top: 24px;
  right: -250px;
}

.fv_btns .close_view {
  margin-right: 16px;
}

.full_view .close_view {
  fill: white;
}

.full_view .userblock {
  align-self: flex-start;
}

.full_view .username {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #a4a4a4;
}

.hello.inactive {
  opacity: 0;
}

.button {
  position: relative;
  transition: 0.4s all ease-in;
}

.button div {
  padding: 12px 32px;
  border-radius: 8px;
  transition: 0.4s all ease-in;
  background-color: black;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.04em;
}

.button:hover .hoverlay {
  opacity: 1;
}

.button div.hoverlay {
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, #a5be00 0%, #ffb100 100%);
  opacity: 0;
}

.titile {
  z-index: 5;
}

.container {
  position: relative;
  padding: 112px 16px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 960px;
  box-sizing: border-box;
}

.container footer {
  width: 100%;
}

#fv .title {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 4;
}

.container .images {
  width: 80%;
  display: flex;
  align-items: stretch;
}

.images .left {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 18%;
}

.images .right {
  width: 100%;
}

.container .images .preview {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px #e2e2e2;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

.container h3 {
  font-family: "Inter";
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.02em;
  margin: 0;
}

.container pre,
.container .t_text {
  margin: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.04em;
  white-space: normal;
}

.container .text {
  white-space: normal;
  text-wrap: pretty;
  margin-top: -16px;
}

.question {
  position: absolute;
  width: fit-content;
}

.qline {
  padding: 2px 12px 6px 12px;
  background: black;
  width: fit-content;
  font-family: "Inter";
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.04em;
}

.answers_block .right {
  white-space: nowrap;
}

.answers_block .left {
  height: fit-content;
  display: flex;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 16px 4px 4px;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 24px 8px 8px 24px;
}

.question:hover .hoverlay {
  opacity: 1;
}

.answers_block {
  display: flex;
  align-items: center;
  margin-top: 8px;
  gap: 8px;
  transition: 0.2s all ease-in;
}

.ans_count {
  text-wrap: nowrap;
  margin: 0;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #a4a4a4;
}

.ans_upics {
  display: flex;
  margin: 0 4px;
}
.ans_upics .userpic {
  margin: 0 -4px;
  width: 32px;
  height: 32px;
  background-size: cover;
  border-radius: 100%;
  border: 1px #e2e2e2 solid;
}

.answers {
  display: flex;
  gap: 96px;
  flex-direction: column;
}

.answer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.answer .full {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

image.off {
  opacity: 0;
}

#common_title.active {
  opacity: 1;
}

#common_title {
  transition: 0.4s all ease-in;
  opacity: 0;
}

.w_name {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -4%;
}

#music_widgets .widget .comment,
#music_widgets .widget .full_comment {
  transition: 0.4s opacity ease-in;

  font-size: 14px;
}

#music_widgets .full_comment {
  opacity: 0;
}

.comcon {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: 0.4s height ease-in;
}

.comcon .comment,
.comcon .full_comment {
  position: absolute;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.moodboard-widget .show_more {
  text-align: center;
}

.moodboard-widget .swiper-wrapper,
.moodboard-widget .swiper-slide {
  height: fit-content !important;
}

.artwork_image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
}

.artwork_title {
  display: none;
}

.artwork_comment {
  margin: 16px 0 8px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.04em;
  transition: color 0.4s ease-in;
}

.w__location {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -8px;
}

.w__location p {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.02em;
  color: #a4a4a4;
}

.w_nav {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.w_nav img {
  width: auto;
  height: 9px;
}

.w_nav .next img {
  transform: rotate(180deg);
}

.w_pagination {
  white-space: nowrap;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.02em;
  color: #a4a4a4;
}

.time_selected .swiper-container {
  pointer-events: none;
}

.schedule-widget .swiper-container {
  pointer-events: none;
  height: 57px;
}

.schedule_title {
  transition: color 0.4s ease-in;
  font-family: "Inter";
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.04em;
  background-color: #fff;
  transition: color 0.4s ease-in;
}

.w_albumpic {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: border-color 0.4s ease-in;
  flex-shrink: 0;
}

.w_albumpic.d {
  opacity: 0;
}

.w_header {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.music_comment {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.04em;
  transition: color 0.4s ease-in;
}

.w_albumname {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.4s ease-in;
}

.w_footer {
  width: 100%;
  display: flex;
  align-items: center;
}

.w_footer .w_albumpic:first-child {
  border-radius: 8px 4px 4px 8px;
  margin-right: -10px;
}

.w_footer .w_albumpic:last-child {
  border-radius: 4px 8px 8px 4px;
  margin-left: -10px;
}

.show_more {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.02em;
  margin: 0 auto;
  color: #a4a4a4;
}

.album_item {
  display: flex;
  gap: 16px;
}

.album_wrapper {
  flex-direction: column;
  display: flex;
  gap: 80px;
}

.album_tags span {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.02em;
  border: 1px solid #e2e2e2;
  padding: 6px 16px;
  border-radius: 24px;
}

.album_info {
  height: 141px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.album_info .mob {
  display: none;
}

.album_comment {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.04em;
}

.album_user {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #a4a4a4;
  margin-bottom: 16px;
}

.album_name {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.04em;
}

.album_author {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.04em;
  margin-top: 4px;
  color: #a4a4a4;
}

.album_tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.album_img {
  flex-shrink: 0;
  width: auto;
  height: 141px;
  border-radius: 8px;
  aspect-ratio: 1/1;
  background-size: cover;
}

.workspace-widget {
  gap: 0;
}

.workspace-widget .w_user {
  margin-bottom: 16px;
}

.workspace-widget .swiper-container {
  pointer-events: none;
}

.workspace-widget .swiper-slide {
  height: fit-content !important;
  pointer-events: none;
  margin-bottom: 2px;
}

#workspace_submenu {
  padding: 16px 8px;
}

#workspace_submenu .nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

#workspace_submenu p {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #a4a4a4;
  transition: color 0.4s ease-in;
}

#workspace_submenu p.active {
  color: #000000;
}

#workspace_submenu p:hover {
  color: #000000;
}

#workspace_submenu svg {
  display: none;
}

footer {
  width: 100%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #a4a4a4;
  transition: 0.4s all ease-in;
}

footer {
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

footer string {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.04em;
  transition: color 0.3s;
}

footer string:hover {
  color: #000;
}

footer a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.04em;
  text-decoration: none;
  color: #a4a4a4;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.4s color ease-in;
}
footer a:hover {
  color: black;
}

footer a svg line {
  transition: 0.4s stroke ease-in;
  stroke: #a4a4a4;
}
footer a:hover svg line {
  stroke: #000000;
}

.widget.polina:hover .w_username,
.widget.polina:hover .artwork_comment,
.widget.polina:hover .w_albumname,
.widget.polina:hover .music_comment,
.widget.polina:hover .schedule_title {
  color: #7161ef;
}

.widget.anya:hover .w_username,
.widget.anya:hover .artwork_comment,
.widget.anya:hover .w_albumname,
.widget.anya:hover .music_comment,
.widget.anya:hover .schedule_title {
  color: #9b5094;
}

.widget.katia:hover .w_username,
.widget.katia:hover .artwork_comment,
.widget.katia:hover .w_albumname,
.widget.katia:hover .music_comment,
.widget.katia:hover .schedule_title {
  color: #b64aa1;
}

.widget.valera:hover .w_username,
.widget.valera:hover .artwork_comment,
.widget.valera:hover .w_albumname,
.widget.valera:hover .music_comment,
.widget.valera:hover .schedule_title {
  color: #679436;
}

.widget.valera:hover .w_username,
.widget.valera:hover .artwork_comment,
.widget.valera:hover .w_albumname,
.widget.valera:hover .music_comment,
.widget.valera:hover .schedule_title {
  color: #679436;
}

.widget.katya:hover .w_username,
.widget.katya:hover .artwork_comment,
.widget.katya:hover .w_albumname,
.widget.katya:hover .music_comment,
.widget.katya:hover .schedule_title {
  color: #e85d75;
}

.widget.boris:hover .w_username,
.widget.boris:hover .artwork_comment,
.widget.boris:hover .w_albumname,
.widget.boris:hover .music_comment,
.widget.boris:hover .schedule_title {
  color: #960200;
}

.widget.danil:hover .w_username,
.widget.danil:hover .artwork_comment,
.widget.danil:hover .w_albumname,
.widget.danil:hover .music_comment,
.widget.danil:hover .schedule_title {
  color: #f26419;
}

.widget.dasha:hover .w_username,
.widget.dasha:hover .artwork_comment,
.widget.dasha:hover .w_albumname,
.widget.dasha:hover .music_comment,
.widget.dasha:hover .schedule_title {
  color: #6a605c;
}

.widget.violetta:hover .w_username,
.widget.violetta:hover .artwork_comment,
.widget.violetta:hover .w_albumname,
.widget.violetta:hover .music_comment,
.widget.violetta:hover .schedule_title {
  color: #847700;
}

.widget.phillip:hover .w_username,
.widget.phillip:hover .artwork_comment,
.widget.phillip:hover .w_albumname,
.widget.phillip:hover .music_comment,
.widget.phillip:hover .schedule_title {
  color: #bcaf39;
}

.widget.jenya:hover .w_username,
.widget.jenya:hover .artwork_comment,
.widget.jenya:hover .w_albumname,
.widget.jenya:hover .music_comment,
.widget.jenya:hover .schedule_title {
  color: #6b818c;
}

.widget.masha:hover .w_username,
.widget.masha:hover .artwork_comment,
.widget.masha:hover .w_albumname,
.widget.masha:hover .music_comment,
.widget.masha:hover .schedule_title {
  color: #934b00;
}

.widget.nastia:hover .w_username,
.widget.nastia:hover .artwork_comment,
.widget.nastia:hover .w_albumname,
.widget.nastia:hover .music_comment,
.widget.nastia:hover .schedule_title {
  color: #44751e;
}

.widget.aleona:hover .w_username,
.widget.aleona:hover .artwork_comment,
.widget.aleona:hover .w_albumname,
.widget.aleona:hover .music_comment,
.widget.aleona:hover .schedule_title {
  color: #05668d;
}

.widget.kirill:hover .w_username,
.widget.kirill:hover .artwork_comment,
.widget.kirill:hover .w_albumname,
.widget.kirill:hover .music_comment,
.widget.kirill:hover .schedule_title {
  color: #4c243b;
}

.widget.katya_m:hover .w_username,
.widget.katya_m:hover .artwork_comment,
.widget.katya_m:hover .w_albumname,
.widget.katya_m:hover .music_comment,
.widget.katya_m:hover .schedule_title {
  color: #ce6c47;
}

.widget.stefan:hover .w_username,
.widget.stefan:hover .artwork_comment,
.widget.stefan:hover .w_albumname,
.widget.stefan:hover .music_comment,
.widget.stefan:hover .schedule_title {
  color: #b1305d;
}

.widget.ksenia:hover .w_username,
.widget.ksenia:hover .artwork_comment,
.widget.ksenia:hover .w_albumname,
.widget.ksenia:hover .music_comment,
.widget.ksenia:hover .schedule_title {
  color: #b1305d;
}

.widget.senya:hover .w_username,
.widget.senya:hover .artwork_comment,
.widget.senya:hover .w_albumname,
.widget.senya:hover .music_comment,
.widget.senya:hover .schedule_title {
  color: #05668d;
}

.widget.nadia:hover .w_username,
.widget.nadia:hover .artwork_comment,
.widget.nadia:hover .w_albumname,
.widget.nadia:hover .music_comment,
.widget.nadia:hover .schedule_title {
  color: #ce6c47;
}

.widget.polina_d:hover .w_username,
.widget.polina_d:hover .artwork_comment,
.widget.polina_d:hover .w_albumname,
.widget.polina_d:hover .music_comment,
.widget.polina_d:hover .schedule_title {
  color: #7161ef;
}

.widget.michael:hover .w_username,
.widget.michael:hover .artwork_comment,
.widget.michael:hover .w_albumname,
.widget.michael:hover .music_comment,
.widget.michael:hover .schedule_title {
  color: #006c67;
}

#fv::-webkit-scrollbar {
  width: 0;
}

.music-widget.valera {
  left: 2%;
  top: 108px;
}

.music-widget.anya {
  left: 30.5%;
  top: 98px;
}

.music-widget.katya {
  right: 27.5%;
  top: 179px;
}

.music-widget.danil {
  right: 1.5%;
  top: 51px;
}

.music-widget.boris {
  left: 2.5%;
  top: 408px;
}

.music-widget.dasha {
  left: 29.5%;
  top: 498px;
}

.music-widget.violetta {
  right: 27.5%;
  top: 493px;
}

.music-widget.phillip {
  right: 1.5%;
  top: 530px;
}

.music-widget.stefan {
  left: 3.5%;
  top: 714px;
}

.music-widget.jenya {
  left: 30.5%;
  top: 899px;
}

.music-widget.masha {
  right: 25.5%;
  top: 852px;
}

.music-widget.nastia {
  left: 3%;
  top: 1180px;
}

.music-widget.aleona {
  left: 30.5%;
  top: 1356px;
}

.music-widget.kirill {
  right: 27.5%;
  top: 1195px;
}

.music-widget.katya_m {
  right: 1.5%;
  top: 1381px;
}

.music-widget.senya {
  right: 0.5%;
  top: 1116px;
}

.music-widget.nadia {
  left: 1.5%;
  top: 1646px;
}

.music-widget.polina {
  left: 29.5%;
  top: 1828px;
}

.music-widget.ksenia {
  right: 26.5%;
  top: 1747px;
}

.music-widget.polina_d {
  right: 1.5%;
  top: 1730px;
}

.workspace-widget.valera {
  left: 2%;
  top: 100px;
}

.workspace-widget.anya {
  left: 30.5%;
  top: 88px;
}

.workspace-widget.katya {
  right: 27.5%;
  top: 58px;
}

.workspace-widget.danil {
  right: 1.5%;
  top: 24px;
}

.workspace-widget.boris {
  left: 5%;
  top: 479px;
}

.workspace-widget.dasha {
  left: 32%;
  top: 523px;
}

.workspace-widget.violetta {
  right: 26.5%;
  top: 493px;
}

.workspace-widget.phillip {
  right: 0%;
  top: 473px;
}

.workspace-widget.stefan {
  left: 2.5%;
  top: 846px;
}

.workspace-widget.jenya {
  left: 29%;
  top: 903px;
}

.workspace-widget.masha {
  right: 26%;
  top: 950px;
}

.workspace-widget.nastia {
  left: 3.5%;
  top: 1237px;
}

.workspace-widget.aleona {
  left: 32%;
  top: 1326px;
}

.workspace-widget.kirill {
  right: 29%;
  top: 1344px;
}

.workspace-widget.katya_m {
  right: 0.5%;
  top: 1289px;
}

.workspace-widget.katia {
  left: 2.5%;
  top: 1683px;
}

.workspace-widget.polina {
  left: 33.5%;
  top: 1714px;
}

.workspace-widget.senya {
  right: 0%;
  top: 901px;
}

.workspace-widget.nadia {
  right: 25%;
  top: 1734px;
}

.workspace-widget.ksenia {
  right: 0%;
  top: 1714px;
}

.workspace-widget.polina_d {
  right: 29%;
  top: 2120px;
}

.schedule-widget.valera {
  left: 5%;
  top: 70px;
}

.schedule-widget.anya {
  left: 32%;
  top: 175px;
}

.schedule-widget.katya {
  right: 26.5%;
  top: 50px;
}

.schedule-widget.danil {
  right: 0.5%;
  top: 87px;
}

.schedule-widget.boris {
  left: 2%;
  top: 378px;
}

.schedule-widget.dasha {
  left: 30.5%;
  top: 550px;
}

.schedule-widget.violetta {
  right: 28%;
  top: 431px;
}

.schedule-widget.phillip {
  right: 1.5%;
  top: 456px;
}

.schedule-widget.polina {
  left: 2.5%;
  top: 839px;
}

.schedule-widget.jenya {
  left: 31%;
  top: 872px;
}

.schedule-widget.masha {
  right: 26%;
  top: 913px;
}

.schedule-widget.nastia {
  left: 3.5%;
  top: 1232px;
}

.schedule-widget.aleona {
  left: 32.5%;
  top: 1209px;
}

.schedule-widget.kirill {
  right: 26%;
  top: 1511px;
}

.schedule-widget.katya_m {
  right: 1.5%;
  top: 1183px;
}

.schedule-widget.katia {
  left: 2%;
  top: 1673px;
}

.schedule-widget.senya {
  left: 28%;
  top: 1722px;
}

.schedule-widget.nadia {
  left: 29%;
  top: 1969px;
}

.schedule-widget.ksenia {
  right: 5%;
  top: 839px;
}

.schedule-widget.polina_d {
  right: 28%;
  top: 1188px;
}

.schedule-widget.stefan {
  right: 23%;
  top: 1906px;
}

.moodboard-widget.valera {
  left: 3%;
  top: 110px;
}

.moodboard-widget.anya {
  left: 37%;
  top: 15px;
}

.moodboard-widget.katya {
  right: 23%;
  top: 41px;
}

.moodboard-widget.danil {
  right: 0%;
  top: 0;
}

.moodboard-widget.boris {
  left: 2.5%;
  top: 540px;
}

.moodboard-widget.dasha {
  left: 32%;
  top: 458px;
}

.moodboard-widget.violetta {
  right: 26%;
  top: 544px;
}

.moodboard-widget.phillip {
  right: 1%;
  top: 438px;
}

.moodboard-widget.polina {
  left: 5.5%;
  top: 934px;
}

.moodboard-widget.jenya {
  left: 29.5%;
  top: 868px;
}

.moodboard-widget.masha {
  right: 30.5%;
  top: 1066px;
}

.moodboard-widget.nastia {
  left: 3.5%;
  top: 1367px;
}

.moodboard-widget.aleona {
  left: 30%;
  top: 1332px;
}

.moodboard-widget.kirill {
  right: 8.5%;
  top: 1281px;
}

.moodboard-widget.katya_m {
  right: 2.5%;
  top: 838px;
}

.moodboard-widget.katia {
  left: 2.5%;
  top: 1788px;
}

.moodboard-widget.stefan {
  right: 6.5%;
  top: 2198px;
}

.moodboard-widget.senya {
  left: 26%;
  top: 1748px;
}

.moodboard-widget.nadia {
  right: 30%;
  top: 1566px;
}

.moodboard-widget.ksenia {
  right: 6%;
  top: 1749px;
}

.moodboard-widget.polina_d {
  right: 35%;
  top: 2014px;
}

.question-0 {
  left: 2%;
  top: 254px;
}

.question-1 {
  left: 4.5%;
  top: 23px;
}

.question-2 {
  left: 15.5%;
  top: 806px;
}

.question-3 {
  left: 28.5%;
  top: 551px;
}

.question-4 {
  right: 5%;
  top: 640px;
}

.question-5 {
  right: 30%;
  top: 75px;
}

.question-6 {
  right: 15.5%;
  top: 406px;
}

.question-7 {
  right: 0%;
  top: 120px;
}

.question-8 {
  right: 0%;
  top: 902px;
}

.footer__modal {
  overflow-y: scroll;
  position: fixed;
  z-index: 171;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  transition: 0.4s all;
}

.footer__modal-wrapper {
  max-width: 848px;
  margin: 0 auto;
  padding: 112px 20px 300px 20px;
  padding-bottom: 300px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: left;
}

.footer__modal-wrapper-title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.footer__modal-wrapper-subtitle {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}

.footer__modal-wrapper-text {
  font-size: 24px;
  line-height: 28px;
}

.footer__modal-wrapper-text span {
  font-weight: 700;
}

.footer__modal-wrapper-note {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  padding-left: 40px;
  border-left: 3px solid #000;
}

.footer__modal-wrapper-t {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #a4a4a4;
  margin-bottom: 24px;
}

.footer__modal-wrapper-w {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__modal-wrapper-w-t {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.footer__modal-wrapper-btn {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  width: fit-content;
}

#close_footer_modal {
  position: fixed;
  bottom: 46px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
}

.bubble__link a {
  font-size: 16px;
  text-decoration: none;
  color: #a4a4a4;
  white-space: nowrap;
  display: inline-block;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #a4a4a4;
  border-radius: 8px;
  box-sizing: border-box;
}

.bubble__arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #a4a4a4;
}

#map_cont {
  position: relative;
  margin-top: 24px;
}

@media (max-width: 1440px) {
  #summary {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.04em;
  }
  .menu_text {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
  }
  .menu {
    padding: 8px 4px;
  }
  .time_selected p {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
  }
  .submenu {
    top: 145px;
    padding: 16px 4px;
  }
  #schedule_submenu,
  #workspace_submenu {
    gap: 20px;
  }
  .time_selected {
    height: 14px;
  }
  #workspace_submenu p {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
  }
  .widgetspace {
    width: calc(100% - 120px);
  }
  .container {
    width: 720px;
    margin: 0 auto;
    gap: 32px;
    padding: 96px 16px;
  }
  .fv_btns {
    right: -166px;
  }
  .fv_btns .close_view {
    margin-right: 8px;
  }
  .button div {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
    padding: 10px 12px;
  }
  .full_view .close_view {
    width: 32px;
    height: 32px;
  }
  .full_view .userpic {
    width: 24px;
    height: 24px;
  }
  .full_view .username {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
  }
  .container .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
  }
  .widget {
    width: 184px;
    padding: 8px;
  }
  .w_userpic {
    width: 24px;
    height: 24px;
  }
  .w_username {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
  }
  .artwork_comment {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
  }
  .w_nav img {
    height: 7px;
  }
  .qline {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.04em;
  }
  .music_comment {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
  }
  .w_albumpic {
    width: 24px;
    height: 24px;
  }
  .album_img {
    width: 101px;
    height: 101px;
  }
  .album_info {
    height: 101px;
  }
  .album_name {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.04em;
  }
  .album_author {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.04em;
    margin-top: 0;
  }
  .album_tags span {
    padding: 4px 12px;
  }
  .album_user {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
  }
  .album_comment {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
  }
  .album_wrapper {
    gap: 64px;
  }
  .answer {
    gap: 16px;
  }
  .container pre {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
  }
  .answers {
    gap: 64px;
  }
  .userblock {
    gap: 8px;
  }
  .ans_upics .userpic {
    width: 24px;
    height: 24px;
  }
  .ans_count {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
  }
  .qline {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.04em;
  }
  .answers_block .left {
    padding: 4px 12px 4px 4px;
    gap: 8px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 640px;
  }
  .album_img {
    width: 88px;
    height: 88px;
  }
  .album_info {
    height: 88px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1280px) {
  .fv_btns {
    right: 0;
  }
  .w_user {
    gap: 8px;
  }
  p#hi {
    font-size: 134px;
    font-weight: 400;
    line-height: 108px;
    letter-spacing: -0.04em;
  }
  p#note {
    margin-top: 0;
  }
  .icons img {
    width: 10%;
  }
}
@media (max-width: 440px) {
  .fv_btns {
    width: fit-content;
    position: fixed;
    bottom: 40px;
    top: auto;
    right: 0;
    left: 0;
    flex-direction: row;
    justify-content: center;
    padding: 4px;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
    margin: 0 auto;
    z-index: 10;
    background-color: #fff;
  }
  .fv_btns .close_view {
    margin-right: 0;
    margin-left: 10px;
  }
  .button div {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
    padding: 8px 21px;
  }
  .button div.hoverlay {
    opacity: 1;
  }
  .container {
    width: 100%;
    padding: 64px 16px 100px 16px;
  }
  .container .images {
    width: 100%;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .images .right {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .container .images .preview {
    height: auto !important;
  }
  .images .left {
    flex-direction: row;
    height: 40px;
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }
  .container .images .left .preview {
    height: 100% !important;
    width: auto;
  }
  .widgetspace footer {
    display: none;
  }
  .widgetspace {
    padding: 64px 16px 150px 16px;
  }
  .widget {
    position: relative;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    padding: 16px;
  }
  .artwork_comment {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
  }
  .show_more {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
  }
  .w_username {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
  }
  .w_userpic {
    width: 32px;
    height: 32px;
  }
  .w_user {
    gap: 12px;
  }
  .w_nav img {
    height: 14px;
  }
  .w_albumname {
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.04em;
  }
  .music_comment {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
  }
  .w_albumpic {
    width: 32px;
    height: 32px;
  }
  .album_item {
    flex-direction: column;
  }
  .album_img,
  .album_name,
  .album_author {
    display: none;
  }
  .album_info {
    display: block;
    height: auto;
  }
  .album_tags {
    margin-top: 24px;
  }
  .album_tags span {
    padding: 6px 16px;
  }
  .album_user {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
  }
  .album_info .mob {
    display: flex;
    gap: 12px;
  }
  .album_info .mob .album_img {
    display: block;
  }
  .album_info .mob .album_name {
    display: block;
  }
  .album_info .mob .album_author {
    display: block;
  }
  .album_wrapper {
    gap: 48px;
  }
  .full_view .userpic {
    width: 32px;
    height: 32px;
  }
  .userblock {
    gap: 12px;
  }
  .answers {
    gap: 48px;
  }
  #processfullview .fv_btns {
    right: 0;
    border: none;
    padding: 0;
    background-color: transparent;
  }
  #processfullview .fv_btns .close_view {
    width: 40px;
    height: 40px;
  }
  #menu_selector {
    position: fixed;
    top: auto !important;
    bottom: 140px;
    right: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0 16px;
  }
  #menu_selector .menu {
    display: none;
  }
  #menu_selector .submenu {
    position: absolute;
    top: 0;
  }
  #userpic_submenu {
    top: 12px !important;
    left: -16px !important;
  }
  #touch_menu_selector #supermenu {
    display: none !important;
  }
  .submenu {
    width: calc(100% - 32px);
    margin: 0;
    background-color: #fff;
    border-radius: 40px;
  }
  #workspace_submenu .swiper-wrapper {
    gap: 0;
  }
  #schedule_submenu {
    flex-direction: row;
    border: 1px solid #e2e2e2;
    padding: 16px 15px;
  }
  #schedule_submenu .arrow_up {
    transform: rotate(-90deg);
  }
  #schedule_submenu .arrow_down {
    transform: rotate(-90deg);
  }
  #schedule_submenu .arrow_up,
  #schedule_submenu .arrow_down {
    width: 21px;
    height: 21px;
  }
  #userpic_submenu {
    width: 127px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #userpic_submenu:hover {
    background-color: #fff;
  }
  #userpic_submenu:hover .userpic_toggler {
    border-color: #a4a4a4;
  }
  .ans_upics .userpic {
    width: 32px;
    height: 32px;
  }
  #workspace_submenu {
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  #workspace_submenu .nav {
    flex-direction: row;
  }
  #workspace_submenu svg {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    padding: 16px;
    display: block;
  }
  #workspace_submenu .arrow_down {
    transform: rotate(-90deg);
  }
  #workspace_submenu .arrow_up {
    transform: rotate(-90deg);
  }
  #workspace_submenu p {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04em;
  }
  #workspace_submenu .nav {
    gap: 16px;
  }
  footer {
    padding: 8px 8px 176px 8px;
  }
  p#hi {
    font-size: 69px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.04em;
  }
  #summary {
    font-size: 20px;
    line-height: 22px;
    width: 100%;
    margin-top: 32px;
  }
  #summary br {
    display: none;
  }
  .icons {
    height: 40%;
  }
  .icons img {
    width: 18%;
  }
  .first {
    padding: 20px 0 71px 0;
    gap: 0;
    justify-content: center;
  }
  .icons img:nth-child(1) {
    top: 0;
    left: -5%;
  }
  .icons img:nth-child(2) {
    top: 15%;
    left: 2%;
  }
  .icons img:nth-child(3) {
    top: 0;
  }
  .icons img:nth-child(4) {
    bottom: 4%;
    left: 11%;
  }
  .icons img:nth-child(7) {
    top: 24%;
    left: 19%;
  }
  .icons img:nth-child(8) {
    bottom: -20px;
    left: 29%;
  }
  .icons img:nth-child(9) {
    bottom: 13%;
  }
  .icons img:nth-child(5) {
    top: 23%;
    right: 10%;
  }
  .icons img:nth-child(6) {
    bottom: -13px;
    right: 4%;
  }
  .icons img:nth-child(10) {
    left: 29%;
  }
  .icons img:nth-child(13) {
    right: 38%;
  }
  .icons img:nth-child(18) {
    top: 0;
  }
  .icons img:nth-child(19) {
    bottom: -10px;
    right: 28%;
  }
  .icons img:nth-child(15) {
    bottom: 18%;
    right: 2%;
  }
  .icons img:nth-child(14) {
    top: 31%;
    right: 32%;
  }
  .icons img:nth-child(12) {
    bottom: -5%;
  }
  .icons img:nth-child(11) {
    top: 44%;
    left: -2%;
  }
  p#note {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.04em;
  }
  #cursor {
    display: none;
  }
  p#note {
    margin-top: 30px;
  }
  .footer__modal-wrapper-subtitle {
    font-size: 26px;
    line-height: 26px;
  }
  .footer__modal-wrapper-note {
    font-size: 26px;
    line-height: 26px;
    padding-left: 10px;
  }
  .footer__modal-wrapper-w-t {
    display: flex;
    flex-direction: column;
  }
  .footer__modal-wrapper-w-t .n {
    font-weight: 700;
  }
  .footer__modal-wrapper-w-t .l {
    display: none;
  }
  .footer__modal-wrapper-w {
    gap: 20px;
  }
  .footer__modal-wrapper {
    padding: 120px 20px 150px 20px;
  }
  .readinterview {
    opacity: 1 !important;
  }
  #slide_down_arrow {
    width: 36px;
    height: 36px;
  }
  .icons {
    display: none;
  }
}
